Commit Graph

6505 Commits

Author SHA1 Message Date
Ancuta Morarasu
f84a7bf2f3 Merged MNT-17845-5.2.N (5.2.2) to 5.2.N (5.2.2)
137772 anechifor: REPO-2516 - MNT-17845 : Smart Folders - subtitute isReference with fromNodeRef


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@137782 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-23 11:37:10 +00:00
Ancuta Morarasu
689c4cac70 Merged MNT-17845-5.2.N (5.2.2) to 5.2.N (5.2.2)
137726 jvonka: REPO-2516 - MNT-17845 : Smart Folders - node id (sys:node-uuid) that starts with 'v'
   - step 2 (experimental => sub-optimal) fix to also handle non-virtual node ids that happen to start with 'v0', 'vH', 'vP' (including simple unit test)
   - requires refactor to avoid parsing twice (ie. most usages of isReference + fromNodeRef)


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@137781 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-23 11:32:04 +00:00
Ancuta Morarasu
069d6bcc57 Merged MNT-17845-5.2.N (5.2.2) to 5.2.N (5.2.2)
137723 jvonka: REPO-2516 - MNT-17845 : Smart Folders - node id (sys:node-uuid) that starts with 'v'
   - follow-on to previous commits to update test for step 1
   - this should fix node ids that begin with 'v' (but not with valid encodings, eg. 'v0', 'vH', 'vP', .. see step 2/3)
   - tweak isReference (set as "trace" debug logging)


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@137780 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-23 11:31:49 +00:00
Ancuta Morarasu
05af878987 Fix the api-explorer version, there is no 5.2.2-SNAPSHOT version yet.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@137776 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-23 07:34:24 +00:00
Alexandru Epure
df009a5e27 REPO-2520: Community: SiteMembership Java API calls should tell which site resulted in errors
Changed tests asserts from (actual value, expected value) to (expected value, actual value) as recommended in the Junit Assert Javadoc.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@137771 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-22 12:57:06 +00:00
Derek Hulley
4191e3beed REPO-2434: Fix testGetPersistentType
- Renamed to testGetPersistentTypeForStrings
 - divorce the test from any dialect that happens to set the string length by setting and resetting the string length
 - Test explicitly around 2000 chars rather than the default


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@137722 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-21 08:52:55 +00:00
Martin Muller
cf2240d301 Fix the failed test tomorrow
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@137719 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-20 18:51:14 +00:00
Jan Vonka
fc391b7839 Reverse merge: REPO-2516 / MNT-17845:: exists(NodeRef) fails if smart folders is enabled and filename begins with 'v' - moved to dev branch: DEV/MNT-17845-5.2.N
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@137716 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-20 15:18:09 +00:00
Martin Muller
f45b93b896 REPO-2557, ALF-21907 Lock owner can add comments to the lock node
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@137709 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-20 14:15:38 +00:00
Martin Muller
82037ee4b6 REPO-2559, ALF-21909 Corrected missmatch in VirtualStoreImpl and VirtualQueryImpl. I corrected some name convention from my commit before (MNT-17113)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@137702 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-19 16:35:20 +00:00
Erik Knizat
144c3b5d52 Fixed formatting.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@137698 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-19 15:05:16 +00:00
Martin Muller
b9828bc2de REPO-2519, MNT-17113 Remove Error log if content node for thumbnail was deleted.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@137695 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-19 09:50:51 +00:00
Andreea Nechifor
de879c7399 REPO-2516 / MNT-17845:: exists(NodeRef) fails if smart folders is enabled and filename begins with 'v'
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@137669 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-16 14:05:24 +00:00
Erik Knizat
d208b65cf4 REPO-2448 MNT-17613 Missing file from commit 137276
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@137427 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-15 10:35:57 +00:00
Gethin James
6bf5b9f96f MNT-18051: Changed stats count to countValues
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@137425 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-15 10:23:24 +00:00
Andrew Hind
9f8d523640 MNT-17932 Searching in a folder without a “cm:” inside the technical path doesn’t deliver any results
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@137161 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-06 09:09:43 +00:00
Michael Suzuki
cc267b0242 Search-340, Fix last of failing unit tests
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@137144 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-05 09:23:22 +00:00
Michael Suzuki
1c8d430191 Fixed failing tests caused by json type handling of numeric values
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@137131 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-02 18:17:21 +00:00
Michael Suzuki
d59ba9a578 Search-340, amend exclude filter to use correct format
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@137125 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-02 13:54:33 +00:00
Michael Suzuki
c9cdd2037e Search-340, removed bucketPosition information
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@137120 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-01 15:30:30 +00:00
Stefan Kopf
88a0a737e5 Merged REPO-2054 (5.2.1) to 5.2.N (5.2.1)
136982 anechifor: added profile


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@137115 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-01 12:38:50 +00:00
Stefan Kopf
355af7d904 Merged REPO-2054 (5.2.1) to 5.2.N (5.2.1)
136871 skopf: REPO-2054 - GS Replacement: Implement new transformer to invoke the rasterizer, depending on chosen technology
   - rename transformer to "alfresco-pdf-renderer" transformer
   - added code to check availability
   - formatted source code


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@137097 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-01 12:31:51 +00:00
Stefan Kopf
dfac9aea3a Merged REPO-2054 (5.2.1) to 5.2.N (5.2.1)
136770 anechifor: REPO-2054 : GS Replacement: Implement new transformer to invoke the rasterizer, depending on chosen technology


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@137093 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-01 12:29:06 +00:00
Gethin James
9c06cb249e Merged searchrep (5.2.1) to 5.2.N (5.2.1)
137028 gjames: SEARCH-456: quoting filter queries where possible


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@137092 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-01 11:25:11 +00:00
Gethin James
4f24842830 Merged searchrep (5.2.1) to 5.2.N (5.2.1)
137019 msuzuki: Search-340, added unit test to cover range start and end inclusive options


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@137089 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-01 11:23:14 +00:00
Gethin James
fbb0a8d52f Merged searchrep (5.2.1) to 5.2.N (5.2.1)
137016 gjames: SEARCH-340: Changing range tags to label


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@137088 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-01 11:23:07 +00:00
Gethin James
f44c48d661 Merged searchrep (5.2.1) to 5.2.N (5.2.1)
137008 msuzuki: Search-340, adding more unit tests to support range


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@137086 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-01 11:22:53 +00:00
Gethin James
0c70fbe66a Merged searchrep (5.2.1) to 5.2.N (5.2.1)
137007 msuzuki: Search-340, updating logic to handle start and end inclusive


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@137085 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-01 11:22:44 +00:00
Gethin James
ddbcd88aa1 Merged searchrep (5.2.1) to 5.2.N (5.2.1)
136998 ahind: SEARCH-455    Stats pivot fails on SOLR 4
   - ignore legacy facets entry in SOLR 4 stats response


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@137083 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-01 11:13:57 +00:00
Gethin James
fa49623fd8 Merged searchrep (5.2.1) to 5.2.N (5.2.1)
136989 gjames: SEARCH-430: Combining pivot with range


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@137080 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-01 11:13:25 +00:00
Gethin James
6ab77f9459 Merged searchrep (5.2.1) to 5.2.N (5.2.1)
136958 gjames: SEARCH-340: Fixing range tags


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@137075 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-01 11:12:54 +00:00
Gethin James
737eec33a0 Merged searchrep (5.2.1) to 5.2.N (5.2.1)
136944 gjames: SEARCH-451: Switching to the new pivot format


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@137073 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-01 11:12:43 +00:00
Gethin James
4358e0854a Merged searchrep (5.2.1) to 5.2.N (5.2.1)
136941 msuzuki: Search-340, added date parsing to range


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@137072 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-01 11:12:27 +00:00
Gethin James
da5c6dd2cd Merged searchrep (5.2.1) to 5.2.N (5.2.1)
136888 msuzuki: Search-340, align range response with interval response


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@137067 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-01 11:11:53 +00:00
Gethin James
840eac1609 Merged searchrep (5.2.1) to 5.2.N (5.2.1)
136846 msuzuki: Serach-427, refactored to return the facets response as a generic facets when group by is used


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@137063 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-01 11:11:29 +00:00
Gethin James
15043453d8 Merged searchrep (5.2.1) to 5.2.N (5.2.1)
136836 gjames: SEARCH-447: Better handling of multiple stores with multiple shards


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@137062 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-01 11:11:19 +00:00
Gethin James
14076fbb3b Merged searchrep (5.2.1) to 5.2.N (5.2.1)
136808 gjames: SEARCH-339: Adding bucketInfo for intervals with consistent names


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@137060 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-01 11:11:00 +00:00
Gethin James
e6db3f683e Merged searchrep (5.2.1) to 5.2.N (5.2.1)
136805 msuzuki: Search-340, changed range to a collection as it may handle many range facets


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@137058 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-01 11:10:46 +00:00
Gethin James
9162f6236c Merged searchrep (5.2.1) to 5.2.N (5.2.1)
136777 msuzuki: Search-340, renamed range to ranges


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@137054 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-01 11:10:18 +00:00
Gethin James
d85d2c1acf Merged searchrep (5.2.1) to 5.2.N (5.2.1)
136776 ahind: SEARCH-441    History & old versions: API - scope
    - fix DB query support for the imaginary history store which can never be supported against the database


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@137053 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-01 11:10:11 +00:00
Gethin James
740248a2c0 Merged searchrep (5.2.1) to 5.2.N (5.2.1)
136774 msuzuki: Search-340, renamed facetInfo to bucketInfo


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@137052 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-01 11:09:57 +00:00
Gethin James
7a78667f8c Merged searchrep (5.2.1) to 5.2.N (5.2.1)
136768 msuzuki: Search-347, refactor to use search parmeters hasFaceting method


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@137051 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-01 11:09:50 +00:00
Gethin James
7f4c1882a7 Merged searchrep (5.2.1) to 5.2.N (5.2.1)
136767 msuzuki: Search-340, tidy up parameter naming


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@137050 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-01 11:09:42 +00:00
Gethin James
3d8da9cf63 Merged searchrep (5.2.1) to 5.2.N (5.2.1)
136733 msuzuki: Search-340, added mapping for tags and excludeFilters


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@137047 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-01 11:09:15 +00:00
Gethin James
53adbf1d53 Merged searchrep (5.2.1) to 5.2.N (5.2.1)
136724 gjames: SEARCH339: Interval null property handling


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@137046 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-01 11:09:08 +00:00
Gethin James
2f9d4dfc6e Merged searchrep (5.2.1) to 5.2.N (5.2.1)
136712 msuzuki: Search-340, added filterQuery to facet range response


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@137045 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-01 11:09:01 +00:00
Gethin James
60c9645ae3 Merged searchrep (5.2.1) to 5.2.N (5.2.1)
136707 gjames: SEARCH-348: Adding timezone to search api


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@137044 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-01 11:08:54 +00:00
Gethin James
e63978d430 Merged searchrep (5.2.1) to 5.2.N (5.2.1)
136699 msuzuki: search-340, added addtional facet data relating to range on the generic facet model


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@137042 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-01 11:08:34 +00:00
Gethin James
9edb795eff Merged searchrep (5.2.1) to 5.2.N (5.2.1)
136690 msuzuki: Search-340, Added addtional params: include, other and hardend


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@137041 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-01 11:08:20 +00:00
Gethin James
34ffa0a6a5 Merged searchrep (5.2.1) to 5.2.N (5.2.1)
136673 msuzuki: SEARCH-340, adding facet range search


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@137038 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2017-06-01 11:07:54 +00:00