From 20d2d648be95c39915da030c780357363bc7bfa5 Mon Sep 17 00:00:00 2001 From: Kevin Roast Date: Wed, 17 Dec 2008 12:50:08 +0000 Subject: [PATCH] Merged V3.0 to HEAD 11469: MT - fix ETHREEOH-227 11470: Added check for request method type so that GET requests are redirected to the web client and PROPFIND/OPTIONS requests are routed to the WebDAV servlet. Fix Vista WebDAV client as it walks the path when connecting using the WebDAV mini redirector. ETHREEOH-554. 11471: Merged V2.2 to V3.0 11317: Fix ETWOTWO-698 and ETWOTWO-743. 11472: Fix for ETHREEOH-505 11473: Added LMv2 support, fallback from NTLMv2 to NTLMv1 and NTLMv2 can be switched off by the implementation. 11474: Removed the Principal configuration parameter, no longer needed as it is picked up after the server side Kerberos logon. 11476: Missing URL encoding for site manager username in Site Profile dashlet. 11477: Fix to padding on User Welcome dashlet now it is scrollable. 11479: Fixed: ETHREEOH-150 Possible to add empty post or empty comment to a post at blog page 11480: Added calculation of the LMv2 HMAC. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@12445 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- .../alfresco/patch/patch-services-context.xml | 134 ++++++++++-------- config/alfresco/version.properties | 2 +- .../workflow/submit_processdefinition.xml | 2 +- .../org/alfresco/repo/avm/AVMServiceTest.java | 28 ++-- .../avm/actions/SimpleAVMSubmitAction.java | 13 +- .../repo/avm/wf/AVMSubmitHandler.java | 6 +- .../impl/lucene/AVMLuceneIndexerImpl.java | 13 +- 7 files changed, 113 insertions(+), 85 deletions(-) diff --git a/config/alfresco/patch/patch-services-context.xml b/config/alfresco/patch/patch-services-context.xml index 67c553f27c..ab8f6269aa 100644 --- a/config/alfresco/patch/patch-services-context.xml +++ b/config/alfresco/patch/patch-services-context.xml @@ -1209,53 +1209,53 @@ - - patch.db-V2.2-2-MoveQNames - patch.noOpPatch.description + + patch.db-V2.2-2-MoveQNames + patch.noOpPatch.description 0 120 121 - - patch.db-V2.2-Upgrade-From-2.1 + + patch.db-V2.2-Upgrade-From-2.1 patch.schemaUpgradeScript.description 0 - 120 - 135 + 120 + 135 - classpath:alfresco/dbscripts/upgrade/2.2/${db.script.dialect}/upgrade-from-2.1.sql + classpath:alfresco/dbscripts/upgrade/2.2/${db.script.dialect}/upgrade-from-2.1.sql - + - + - - patch.db-V2.2-Upgrade-From-2.2SP1 + + patch.db-V2.2-Upgrade-From-2.2SP1 patch.schemaUpgradeScript.description 0 - 134 - 135 - - classpath:alfresco/dbscripts/upgrade/2.2/${db.script.dialect}/upgrade-from-2.2SP1.sql - - - - - - - - - - - - + 134 + 135 + + classpath:alfresco/dbscripts/upgrade/2.2/${db.script.dialect}/upgrade-from-2.2SP1.sql + + + + + + + + + + + + patch.wcmPermissionPatch @@ -1335,7 +1335,7 @@ - + @@ -1509,32 +1509,50 @@ - - - patch.db-V2.2-Person - patch.schemaUpgradeScript.description - 0 - 134 - 135 - - classpath:alfresco/dbscripts/upgrade/2.2/${db.script.dialect}/AlfrescoSchemaUpdate-Person.sql - - - - - patch.db-V2.2-OrclBLOB - patch.schemaUpgradeScript.description - 0 - 134 - 135 - - classpath:alfresco/dbscripts/upgrade/2.2/${db.script.dialect}/AlfrescoSchemaUpdate-OrclBLOB.sql - - - - - - - - - + + + patch.db-V2.2-Person + patch.schemaUpgradeScript.description + 0 + 134 + 135 + + classpath:alfresco/dbscripts/upgrade/2.2/${db.script.dialect}/AlfrescoSchemaUpdate-Person.sql + + + + + patch.db-V2.2-OrclBLOB + patch.schemaUpgradeScript.description + 0 + 134 + 135 + + classpath:alfresco/dbscripts/upgrade/2.2/${db.script.dialect}/AlfrescoSchemaUpdate-OrclBLOB.sql + + + + + + + + + + patch.redeploySubmitProcess4 + patch.redeploySubmitProcess.description + 0 + 1000 + 1001 + + + + + jbpm + alfresco/workflow/submit_processdefinition.xml + text/xml + + + + + + diff --git a/config/alfresco/version.properties b/config/alfresco/version.properties index af304a33c0..3009593d03 100644 --- a/config/alfresco/version.properties +++ b/config/alfresco/version.properties @@ -19,4 +19,4 @@ version.build=@build-number@ # Schema number -version.schema=1000 +version.schema=1001 \ No newline at end of file diff --git a/config/alfresco/workflow/submit_processdefinition.xml b/config/alfresco/workflow/submit_processdefinition.xml index 3a5fec514e..a670177b85 100644 --- a/config/alfresco/workflow/submit_processdefinition.xml +++ b/config/alfresco/workflow/submit_processdefinition.xml @@ -190,7 +190,7 @@ - +