Derek Hulley
0f0bd58918
Merged V2.1 to HEAD
...
6881: Typo in sample doc
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6900 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-10-02 16:14:24 +00:00
Derek Hulley
575c51a697
Merged V2.1 to HEAD
...
6846: used ] instead of } in ${ldap.synchronisation.userIdAttributeName]
6856: Fixed 2 NPEs, one reported by MIT and one found by Jan (WCM-835)
6859: Truncate an existing file when uploading via FTP. WCM-836.
6869: Removed temporary files and folders from deploy-installer project
6870: Updated ignore property
6875: Fix for AWC-1605
6878: Fix for AWC-1587
6880: Fix for French language pack - locked_user message
6883: Fix for AWC-1565
6884: Relax trhe permissions required to get the parent links from a child node
6891: Fix for AR-1781 and AR-1782 (requires CHK-1451)
6892: Fixed AR-1777: Node status not updated for addition and removal of secondary associations (affects index tracking)
6893: Sample for replicating content store sample
6896: Added JVM shutdown check into inner loop to get faster breakout in the event of shutdown.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6899 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-10-02 16:10:58 +00:00
Britt Park
19d195c423
Backing out stuff that should have gone on its own branch.
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6890 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-10-01 15:47:06 +00:00
Derek Hulley
0911547299
Merged V2.1 to HEAD
...
6833: Kerberos web filter for the web client.
6834: Kerberos web filter for WebDAV
6835: Updates to CIFS Kerberos logon support.
6836: Fix issue with editing properties of AVM nodes and changed clipboard to use lock aware AVM service
6837: Commented out the unknown opcode reporting as it can quickly fill the log files. AR-1742.
6839: Patch to allow * and ? wildcard characters within a term in any web-client search
6840: Fixed AR-1769: InvalidNameEndingPatch fails when running on 2.1
6841: AR-1761.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6873 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-09-27 12:47:37 +00:00
Jan Vonka
45ea44b784
Fix for WebClient config reload/reset - skip invalid config sources
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6868 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-09-27 09:47:28 +00:00
Derek Hulley
b4ec9a4992
Fixed benchmark folder creation algorithm.
...
Added ability to upload multiple files at a time.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6858 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-09-24 09:44:38 +00:00
Derek Hulley
76afd86b11
Fixed BM client caching to be disk-persistent and specific to the working root node reference.
...
Subsequent startups of the client no longer incur a long warm-up period when running against
a repo already populated.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6855 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-09-21 15:14:25 +00:00
Derek Hulley
0bf9cb4cd7
Fixed BM client to generate folder paths correctly
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6849 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-09-21 10:07:25 +00:00
Derek Hulley
d145180099
Benchmark client zip and reporting fixes.
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6845 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-09-20 18:55:54 +00:00
Kevin Roast
4ea169d97d
Page Renderer prototype point checkin
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6842 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-09-20 14:21:04 +00:00
Britt Park
c5aa838917
Fixed authority related startup failures.
...
Authority caching was making a case mangling mistake.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6830 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-09-19 15:43:44 +00:00
Derek Hulley
a5cd8802de
Minor summary output fix
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6827 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-09-19 14:42:18 +00:00
Jan Vonka
7547b695ac
Dictionary optimisation: improve performance when getting sub classes and property defs
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6825 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-09-19 11:47:29 +00:00
Derek Hulley
2127d7c56a
Merged V2.1 to HEAD
...
6817: Fix for a resource bundle isue with regen renditions wizard and snapshot labels.
6809: Fixes for locking and permission related issues relating to forms.
6808: Uunit test update
6799: AR-1760: Office webscript : property is undefined when opening a document
6799: WCM submit dialog now sets focus to first field (label) rather than second (comment)
6795: Fix to line break encoder.
6781: WebDAV auth to return HTTP 401 instead of exception when user is null
6775: Fix for appserver shutdown hang
6761: Using avmService instead of nodeService to avoid a permission error MIT is seeing.
6742: Fix for MIT locking issue for content contributors
6706: Fixes to make wizard pages work in standards compliant mode.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6823 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-09-18 23:18:09 +00:00
Jan Vonka
37f511b82e
Clean-up imports only
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6820 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-09-18 17:15:15 +00:00
Jan Vonka
5533eabc74
Minor edits to help text
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6818 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-09-18 16:19:02 +00:00
Jan Vonka
0d7da3e6e6
Fix main entry point for the interpreters
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6816 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-09-18 16:01:50 +00:00
David Caruana
1747086061
Fix issue where javascript returns array of nodes, but those nodes are not converted to the appropriate type for jbpm persistence.
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6815 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-09-18 15:50:44 +00:00
Derek Hulley
989a9b0a50
Moved the verbose option onto the individual thread declarations e.g.
...
session.name=TEST
session.folderProfile=1, 10, 10, 10, 10, 10
session.rmiUrls=rmi://localhost:50500/
session.sourceDir=c:/temp
session.storeIdentifiers=TEST-01, TEST-02, TEST-03, TEST-04, TEST-05
test.load.upload.fast=2, 0, 10000, 6, true
test.load.totals.basic=1, 15000, 0, 0, true
Neatened up the output to be fixed width.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6814 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-09-18 15:21:20 +00:00
Jan Vonka
9d40827835
Fix unit test/build - DictionaryModelTypeTest
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6811 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-09-18 10:07:43 +00:00
Derek Hulley
bd4bb4f640
Allow test delays to be expressed in milliseconds
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6810 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-09-18 05:44:59 +00:00
Derek Hulley
2d3984edea
Remote service exposure for BM is now a .sample file
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6807 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-09-18 01:29:53 +00:00
Derek Hulley
55875bbb1f
More efficient loading test.
...
Attempted implmentation for 'listFolders' test, but there are issues.
Implementation of 'totals' test to help keep track of repo size.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6806 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-09-18 01:09:44 +00:00
Jan Vonka
38ffb7945d
Minor MT fix
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6803 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-09-17 16:41:43 +00:00
Jan Vonka
088b452b50
Performance tweak
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6802 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-09-17 16:26:19 +00:00
Jan Vonka
519cec7965
JavaDoc update
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6797 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-09-17 10:37:39 +00:00
Derek Hulley
de179a659b
Build of bm-remote executable jar.
...
Some tweaks to the verbose reporting of the bm-remote client.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6793 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-09-15 20:12:40 +00:00
Britt Park
66a82b5781
Should fix failing tests.
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6792 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-09-15 10:09:28 +00:00
Jon Cox
52c76aa4ec
Fix for WCM-822.
...
Ignoring javascript urls rather than reporting them as broken.
Consider:
<a href="javascript: document.getElementById('platformGenreForm').submit();">Not a broken link!</a>
Links like this will still be counted, but now no attempt will be made to
verify their validity (just like mailto, ftp, etc.). Trying to validate
links like this would mean forcing the validator to embed a javascript
engine & execute arbitrary javascript code. That's not a good idea,
so the lesser evil is to punt.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6791 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-09-14 21:19:34 +00:00
Jan Vonka
784b783f10
Removed invalid character
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6789 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-09-14 13:02:23 +00:00
Britt Park
fb81fb4470
Checkpoint of light weight ACLs.
...
This is a fairly brute force strategy that allows permissions evalutations
with essentially no db access. It does a number of 'bad' things and I may
rip it out completely.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6788 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-09-14 12:39:07 +00:00
Jan Vonka
d9590d3677
MT extension
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6785 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-09-14 11:20:02 +00:00
Derek Hulley
6a83f91a6b
Various fixes for the benchmark loader client. This can now do the job of loading, but still needs a few tweaks to dump summary reports.
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6784 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-09-14 11:16:05 +00:00
Derek Hulley
6059a17375
Remote API exposure for benchmark client.
...
Benchmark client
Note:
- Loading types still need to be fleshed out
- The content over RMI is weak, but sufficient for this use-case.
- An all-round solution for RMI content serialization is needed for ContentReader and ContentWriter, probably using the RemotableInputStream, etc
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6783 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-09-14 08:49:35 +00:00
Jan Vonka
f68cccd7b6
MT fix to ensure behaviour is triggered. Also fixes AR-1745.
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6782 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-09-14 08:30:44 +00:00
Jan Vonka
fc1533b4a3
Performance tweak to Dictionary for MT case - reduce number of getCurrentUserName() calls
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6780 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-09-13 16:56:44 +00:00
Jan Vonka
c872cb5bc5
Fix to WorkflowDefinitionType - ignore working copy
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6778 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-09-13 16:05:55 +00:00
Jan Vonka
75213e84ee
Fix to DictionaryRepositoryBootstrap - ignore working copy of Dictionary Model
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6777 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-09-13 15:59:51 +00:00
Jan Vonka
f161572b1e
Workflow updates to support deployment of a workflow definition sourced from the repository (ie. node of type bpm:workflowDefinition)
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6770 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-09-12 21:26:12 +00:00
Britt Park
e99a9a0d3d
Light weight ACLs point checkin.
...
Inverted structure of authority to capability maps. Faster and simpler.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6769 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-09-12 18:07:37 +00:00
Jan Vonka
2511644075
MT fix for Dictionary Model Type
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6768 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-09-12 16:24:38 +00:00
Andrew Hind
035625135e
Better index clean up at start up
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6766 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-09-12 14:47:58 +00:00
Jan Vonka
8fcf3da049
MT fix to check domain when switching user in the Workflow console
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6765 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-09-12 14:47:55 +00:00
Britt Park
57a468dfe2
Early checkpoint of lightweight ACLs.
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6763 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-09-12 14:18:52 +00:00
Derek Hulley
91558c7ff6
Removed JDK 1.6 specific code
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6759 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-09-11 14:46:38 +00:00
Derek Hulley
2274f59f2d
EmailServer code.
...
- This is not fully integrated. In fact, the integration points have been disabled.
- The main code for now is the remote stream.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6756 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-09-11 12:41:15 +00:00
Derek Hulley
1af0b669c9
FileInfo return values from FileFolderService are now Serializable
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6755 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-09-11 12:15:25 +00:00
Jan Vonka
9dadcb7d3d
Merge fallout - fix unit test / build - test no longer uses obsolete alias.
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6754 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-09-11 10:48:38 +00:00
Jan Vonka
7e60152931
Fix unit test / build - newly created model is not active by default, hence needs to be explicitly activated.
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6753 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-09-11 08:17:07 +00:00
Derek Hulley
9319f0bf92
Removed merge detritus
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6752 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-09-11 05:30:25 +00:00