128649 jkaabimofrad: Merged JAMAL/MNT-16371 (5.1.2) to 5.1.N (5.1.2)
128626 jkaabimofrad: MNT-16371: Turned off Inherit Permissions and explicitly added the Site Manager role for the Site to the surf-config folder when it is first created. Also, revoked ownership privileges for surf-config contents.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@128660 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
127605 jkaabimofrad: Merged API-STRIKES-BACK (5.2.0) to HEAD (5.2)
127418 jvonka: FileFolderService / GetChildrenCannedQuery - optional support for filtering by assocType(s)
- eg. as required by new V1 REST API
- RA-1053, RA-1092
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@127712 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
127588 jkaabimofrad: Merged API-STRIKES-BACK (5.2.0) to HEAD (5.2)
127088 jvonka: FileFolderService / GetChildrenCannedQuery - optional support for filtering by isPrimary child assoc (true/false)
- eg. as required by new V1 REST API
- RA-1053
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@127680 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
127454 jkaabimofrad: MNT-16224, RA-1093: Fixed Quickshare issue where deleting a shared node didn't remove the 'shared' aspect. The fix also takes care of the shared nodes that have been deleted but not yet restored, as well as, shared nodes that have already been restored from the trashcan (allow the user to un-share).
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@127465 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
127377 rmunteanu: Merged 5.0.N (5.0.4) to 5.1.N (5.1.2)
127306 cturlica: Merged V4.2-BUG-FIX (4.2.7) to 5.0.N (5.0.4)
127272 arebegea: Merged V4.1-BUG-FIX (4.1.11) to V4.2-BUG-FIX (4.2.7)
127195 cpopa: MNT-14453 : Deleting tag using TaggingService.deleteTag() causes issue where no more tags can be added to node
- Amended TaggingService.deleteTag() so as to remove references to a tag before being deleted.
- Added 'nodeService.exists(beforeNodeRef)' checks in TaggingService.updateTags in order to protect against InvalidNodeRefException which may be thrown on nodes that still have references to tags deleted using the current(incorrect) implementation of TaggingService.deleteTag()
- Created DOCS-2060 in order document the manual procedure of tag scope refresh.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@127399 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
124236 amorarasu: Merged 5.0.N (5.0.4) to 5.1.N (5.1.2) (PARTIAL MERGE)
124190 amorarasu: Merged V4.2-BUG-FIX (4.2.7) to 5.0.N (5.0.4)
124132 arebegea: MNT-15573 : Site finder slow for a user who's member of many sites
- added a new method to InvitationService to make use of the limit in the searchInvitation
- sent and used the 200 limit from the site-finder.get.js in the script/ScriptInvitationService.java and passed the new parameter
- for searchModeratedInvitations and searchNominatedInvitations methods of InvitationServiceImpl.java I added the use of the limit parameter
- added some comments on ActivitiWorkflowEngine.java and TaskComponent.java to inform developers about the performance issues and possible improvement
- added junit tests
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@124277 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
123502 adavis: Merged 5.0.N (5.0.4) to 5.1.N (5.1.1)
123484 adavis: MNT-14295 TransformerConfigLimits Behavior Differs on Java 7 vs 8
- Fixed TransformerPropertyNameExtractor so that it discarded limit or
max properties if its sibling max or limit value is supplied and has
a lower value (i.e. it should be used).
- Cleaned up TransformerConfigLimits.setTransformationLimitsFromProperties
- This has been a problem since 4.2.
- The problem only came to light with the switch to Java 8, as the order in which
transformer properties are loaded changed. They were being loaded in MapEntry order.
The problem did not show up in the unit tests, because they too were impacted by
the MapEntry order and ironically loaded the properties in the same order.
- Added unit tests that are supply both max an limit values.
- Enhanced the debug and toString methods in order to trace the problem.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@123711 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
115566 adavis: Merged 5.1.N (5.1.1) to 5.1-MNT1 (5.1.0)
112558 adavis: Merged 5.0.N (5.0.3) to 5.1.N (5.1.1)
112545: Merged V4.2-BUG-FIX (4.2.6) to 5.0.N (5.0.3)
112271: Merged DEV to V4.2-BUG-FIX (4.2.6)
111087: MNT-11957 - move approveModeratedInvitation to InvitationService so its auditable
111792: MNT-11957: Approving a request to join site not available for auditing
- move rejectModeratedInvitation to InvitationService so its auditable
111854: MNT-11957: Approving a request to join site not available for auditing
- move acceptNominatedInvitation and cancelInvitation to InvitationService so its auditable
111890: MNT-11957: Approving a request to join site not available for auditing
- Removed obsolete methods from InviteHelper
111991: MNT-11957: Approving a request to join site not available for auditing
- move deleteAuthenticationIfUnused and sendNominatedInvitationto InvitationService so its auditable. Excluded InviteHelper.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@115696 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
108605: MNT-14413: Merged 5.0.1 (5.0.1.4) to 5.0.N (5.0.3)
108254: MNT-14366 : Re-created user does not have access to his existing workflows
- get owner property from initiatorhome nodeRef if initiator nodeRef no longer exists,
108318: MNT-14366 : Re-created user does not have access to his existing workflows
- fix for failed tests,
108467: MNT-14366 : Re-created user does not have access to his existing workflows
- test to check functionality is working
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@108616 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
108512: Merged DEV to 5.0.N (5.0.3)
107232: MNT-14195 : Replication Jobs: An error is thrown every time that a scheduled job should be run if it was disabled
108319: MNT-14195 : Replication Jobs: An error is thrown every time that a scheduled job should be run if it was disabled
- added tests
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@108535 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
107541: Merged 5.0.N (5.0.3) to HEAD-BUG-FIX (5.1/Cloud) (PARTIAL MERGE)
107413: Merged DEV to 5.0.N (5.0.3)
106858 : MNT-13545: JavaDoc : Inconsistencies between the Java doc and the actual code
- Cleaning of Javadoc,
107565: MNT-13545 Fix compilation after merge of Javadoc
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@107633 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
107281: Merged NESS/5.1.N-2015-05-26 (5.1.0) to HEAD-BUG-FIX (5.1/Cloud)
105463: ACE-3984 : Add support for link creation via Repository REST API
- added the functionality for creating document links
105467: ACE-3984 : Add support for link creation via Repository REST API
- reverted fix to add modifications
105468: ACE-3984 : Add support for link creation via Repository REST API
- added java backed webscripts for creating and deleting links
- added service for handling document links operations
106865: ACE-3984 : Add support for link creation via Repository REST API
- added copyright notice
- added class level comment to AbstractDocLink
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@107492 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
105991: Merged 5.0.N (5.0.3) to HEAD-BUG-FIX (5.1/Cloud)
105915: Merged V4.2-BUG-FIX (4.2.5) to 5.0.N (5.0.3)
105898: MNT-13901 TransformationOptions Timeout Can Not Easily Be Set
- Fix "TransformationOptionPair.setMax(long max) and TransformationOptionPair.setLimit(long limit) so that they don't
clear the other half of the pair when the value being set is < 0 (unset).
- Unit tests added
- Added comments about how the 'transformer' code builds up limits to include defaults.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@106013 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
104506: Merged 5.0.N (5.0.2) to HEAD-BUG-FIX (5.1/Cloud)
104357: Merged V4.2-BUG-FIX (4.2.5) to 5.0.N (5.0.2)
104292: Merged DEV to V4.2-BUG-FIX (4.2.5)
104235: MNT-13951 : Please use LinkedHashMap in EnumParameterConstraint.java to take control on selectone.ftl's dropdown list options order
- Changed collection type from HashMap to LinkedHashMap.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@104637 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
104064: Merged 5.0.N (5.0.2) to HEAD-BUG-FIX (5.1/Cloud)
103990: SHA-879: Overloaded "deployModel" method to make the created model active/inactive based on the passed in argument. Also, externalised the RepoAdminService error messages.,
104009: SHA-879: An attempt to fix the test failure caused by r103990.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@104122 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
102879: Merged 5.0.N (5.0.2) to HEAD-BUG-FIX (5.1/Cloud)
102769: MNT-13947: Merged DEV to 5.0.N (5.0.2)
102637: MNT-13947: Java API: ServiceRegistry has incorrect bean ids
- Fix ServiceRegistry to return beans by correct ids. Add unit test that checks ServiceRegistry getters.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@103571 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
102180: Merged 5.0.N (5.0.2) to HEAD-BUG-FIX (5.1/Cloud)
102046: Merged V4.2-BUG-FIX (4.2.5) to 5.0.N (5.0.2)
101946: Merged DEV to V4.2-BUG-FIX (4.2.5)
101416: MNT-13781: ModuleService is not available via a ServiceRegistry getter
101888: checkstyle fix
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@102244 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
101747: Merged 5.0.N (5.0.2) to HEAD-BUG-FIX (5.1/Cloud)
101635: Merged V4.2-BUG-FIX (4.2.5) to 5.0.N (5.0.2)
101289: Reverse merged V4.2-BUG-FIX (4.2.5)
<< Brought back the changes >>
98889: Reverse merged V4.1-BUG-FIX (4.1.10)
<< Caused a performance problem found in 5.0.1 testing >>
Merged V4.1-BUG-FIX (4.1.10) to V4.2-BUG-FIX (4.2.5)
93762: Fix for MNT-13198 BM-0012: Run v420b1494_01: (CMIS) GetSites is Slow
- use the bridge table to list sites.
93802: Fix for MNT-13198 BM-0012: Run v420b1494_01: (CMIS) GetSites is Slow
- use hasSite to check for existence and fix person lookup case sensitivity configuration
98886: Reverse merged V4.1-BUG-FIX (4.1.10)
<< Original commits for this issue caused a performance problem found in 5.0.1 testing >>
98334: Merged DEV (4.2.5) to V4.2-BUG-FIX (4.2.5)
98326: MNT-13198: BM-0012: Run v420b1494_01: (CMIS) GetSites is Slow
- Changed the PersonSitesRelation to use a faster API (SiteServiceImpl.listSiteMemberships(String, int)).
98452: MNT-13198: BM-0012: Run v420b1494_01: (CMIS) GetSites is Slow
- Corrected the solution to fix the build failures.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@101849 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
99981: Merged 5.0.N (5.0.2) to HEAD-BUG-FIX (5.1/Cloud) (PARTIAL MERGE)
99482: Merged DEV to 5.0.N (5.0.1)
99198 : MNT-13545: JavaDoc : Inconsistencies between the Java doc and the actual code
- Changed Javadoc typo in project alfresco-jlan
99413 : MNT-13545: JavaDoc : Inconsistencies between the Java doc and the actual code
- Changed Javadoc parameters inconsistence in project alfresco-jlan
99205 : MNT-13545: JavaDoc : Inconsistencies between the Java doc and the actual code
- Changed Javadoc parameters inconsistence in project core
99415 : MNT-13545: JavaDoc : Inconsistencies between the Java doc and the actual code
- Changed Javadoc parameters inconsistence in project data-model
99227 : MNT-13545: JavaDoc : Inconsistencies between the Java doc and the actual code
- Changed Javadoc parameters inconsistence in project file-transfer-receiver
99416 : MNT-13545: JavaDoc : Inconsistencies between the Java doc and the actual code
- Changed Javadoc parameters inconsistence in project legacy-lucene
99417 : MNT-13545: JavaDoc : Inconsistencies between the Java doc and the actual code
- Changed Javadoc parameters inconsistence in project qa-share
99418 : MNT-13545: JavaDoc : Inconsistencies between the Java doc and the actual code
- Changed Javadoc parameters inconsistence in project remote-api
99427 : MNT-13545: JavaDoc : Inconsistencies between the Java doc and the actual code
- Changed Javadoc in project Repository, letters S..Z
99433 : MNT-13545: JavaDoc : Inconsistencies between the Java doc and the actual code
- Changed Javadoc in project Repository, letters A..R
99421 : MNT-13545: JavaDoc : Inconsistencies between the Java doc and the actual code
- Changed Javadoc parameters inconsistence in project share-po
99247 : MNT-13545: JavaDoc : Inconsistencies between the Java doc and the actual code
- Changed Javadoc typo in project slingshot
99248 : MNT-13545: JavaDoc : Inconsistencies between the Java doc and the actual code
- Changed Javadoc parameters inconsistence in project slingshot
99424 : MNT-13545: JavaDoc : Inconsistencies between the Java doc and the actual code
- Changed Javadoc parameters inconsistence in project solr
99426 : MNT-13545: JavaDoc : Inconsistencies between the Java doc and the actual code
- Changed Javadoc parameters inconsistence in project solr4
99253 : MNT-13545: JavaDoc : Inconsistencies between the Java doc and the actual code
- Changed Javadoc parameters inconsistence in project solr-client
99259 : MNT-13545: JavaDoc : Inconsistencies between the Java doc and the actual code
- Changed Javadoc parameters inconsistence in project web-client
99260 : MNT-13545: JavaDoc : Inconsistencies between the Java doc and the actual code
- Changed Javadoc parameters inconsistence in project web-framework-commons
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@100501 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
98899: Merged 5.0.N (5.0.2) to HEAD-BUG-FIX (5.1/Cloud)
98890: Merged V4.2-BUG-FIX (4.2.5) to 5.0.N (5.0.2)
98886: Reverse merged V4.1-BUG-FIX (4.1.10)
<< Original commits for this issue caused a performance problem found in 5.0.1 testing >>
98334: Merged DEV (4.2.5) to V4.2-BUG-FIX (4.2.5)
98326: MNT-13198: BM-0012: Run v420b1494_01: (CMIS) GetSites is Slow
- Changed the PersonSitesRelation to use a faster API (SiteServiceImpl.listSiteMemberships(String, int)).
98452: MNT-13198: BM-0012: Run v420b1494_01: (CMIS) GetSites is Slow
- Corrected the solution to fix the build failures.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@98955 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
98720: Merged 5.0.N (5.0.2) to HEAD-BUG-FIX (5.1/Cloud)
98568: Merged V4.2-BUG-FIX (4.2.5) to 5.0.N (5.0.2)
98334: Merged DEV (4.2.5) to V4.2-BUG-FIX (4.2.5)
98326: MNT-13198: BM-0012: Run v420b1494_01: (CMIS) GetSites is Slow
- Changed the PersonSitesRelation to use a faster API (SiteServiceImpl.listSiteMemberships(String, int)).
98452: MNT-13198: BM-0012: Run v420b1494_01: (CMIS) GetSites is Slow
- Corrected the solution to fix the build failures.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@98811 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
97181: Merged 5.0.N (5.0.2) to HEAD-BUG-FIX (5.1/Cloud)
97111: Merged V4.2-BUG-FIX (4.2.5) to 5.0.N (5.0.2)
97019: Merged V4.2.0 (4.2.0.11) to V4.2-BUG-FIX (4.2.5)
92266: MNT-12936: Temporary GenericCertificateIntegrityException causes repo to go into readOnly
- Retry transaction if got GenericCertificateIntegrityException
92373: MNT-12936: Temporary GenericCertificateIntegrityException causes repo to go into readOnly
- Remove stale try{}catch{}, modify unit test.
92842: MNT-12936: Temporary GenericCertificateIntegrityException causes repo to go into readOnly
- Use exception from repo for retrying
92899: MNT-12936: Temporary GenericCertificateIntegrityException causes repo to go into readOnly
- Fix unit test failing: use new exception that was introduced in original fix
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@97196 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261