Tom Page
e0e5f6c485
RM-5806 Document overview of design patterns in RM.
2017-11-09 10:32:42 +00:00
Roxana Lucanu-Ghetu
8ffc0268ec
RM-5844 Fix permission error.
2017-11-09 11:00:26 +02:00
gbroadbent
c2c4e74a1a
NORWEGIAN Bokmal, ITALIAN, RUSSIAN and SIMPLIFIED CHINESEupdated files based on revEN-RM-rev2017-11-27T143242. Full fix for ticket LOC-29
2017-11-08 10:27:00 +00:00
gbroadbent
bc5835afa9
SPANISH: 2.6 community version updated Spanish file based on revEN-RM-rev2017-11-27T143242. Partial fix LOC-29
2017-11-07 14:06:44 +00:00
gbroadbent
13737d65e1
SPANISH: 2.6 community version updated Spanish bundle based on revEN-RM-rev2017-11-06. Updated 4 strings since last commit. Partial fix LOC-29
2017-11-06 15:25:01 +00:00
gbroadbent
f8ca7bdd1d
JAPANESE: 2.6 community version updated Japanese bundle based on revEN-RM-rev2017-10-27T143242. Partial fix LOC-29
2017-11-06 13:50:38 +00:00
gbroadbent
9a6d63a87f
SIMPLIFIED CHINESE: 2.6 community version updated Simplified Chinese bundle based on revEN-RM-rev2017-10-27T143242. Partial fix LOC-29
2017-11-06 11:37:42 +00:00
gbroadbent
33fc1ea9b9
BRAZILIAN Portuguese: 2.6 community version updated Brazilian Portuguese bundle based on revEN-RM-rev2017-10-27T143242. Partial fix LOC-29
2017-11-06 11:36:39 +00:00
gbroadbent
db42cc7efc
RUSSIAN: 2.6 community version updated Russian bundle based on revEN-RM-rev2017-10-27T143242. Partial fix LOC-29
2017-11-06 11:35:40 +00:00
gbroadbent
9f3f02aa35
DUTCH: 2.6 community version updated Dutch bundle based on revEN-RM-rev2017-10-27T143242. Partial fix LOC-29
2017-11-06 11:34:44 +00:00
gbroadbent
8fc68cbe28
NORWEGIAN Bokmal: 2.6 community version updated Norwegian Bokmal bundle based on revEN-RM-rev2017-10-27T143242. Partial fix LOC-29
2017-11-06 11:33:56 +00:00
gbroadbent
d76d2bc5c9
ITALIAN: 2.6 community version updated Italian bundle based on revEN-RM-rev2017-10-27T143242. Partial fix LOC-29
2017-11-06 11:32:54 +00:00
gbroadbent
33392ab25d
FRENCH: 2.6 community version updated French bundle based on revEN-RM-rev2017-10-27T143242. Partial fix LOC-29
2017-11-06 11:31:45 +00:00
gbroadbent
76bc243a41
SPANISH: 2.6 community version updated Spanish bundle based on revEN-RM-rev2017-10-27T143242. Partial fix LOC-29
2017-11-06 11:30:56 +00:00
gbroadbent
368a8f2d06
GERMAN: 2.6 community version updated German bundle based on revEN-RM-rev2017-10-27T143242. Partial fix LOC-29
2017-11-06 11:30:08 +00:00
Ana Bozianu
8d376c5c30
RM-5617 - added integration test and fixed small issues discovered in the process
2017-10-24 17:30:39 +03:00
Ramona Popa
cbcc7c9ec7
RM-5647 - one more integration test + some fix & refactor
2017-10-03 17:21:34 +03:00
Ramona Popa
d54086e843
Merge branch 'feature/RM-5639_PreventClassificationBeyondParent_JavaAPI' into feature/RM-5647_PreventClassifedItemsBeingMoved_JavaApi
2017-10-03 16:02:21 +03:00
Ramona Popa
1c19e19598
RM-5647 - added java api functionality and some integration tests
2017-10-03 12:13:16 +03:00
Tom Page
3b623e26d7
Update version to 2.5.2.1-SNAPSHOT.
2017-09-28 14:08:14 +01:00
Ana Bozianu
84ed0e8b6b
RM-5655 - fixed unit tests and review formatting changes
2017-09-28 11:32:44 +03:00
Ana Bozianu
63be351b34
RM-5655 - moved the query in community
2017-09-28 09:17:56 +03:00
alfresco-build
573d82be91
[maven-release-plugin] prepare for next development iteration
2017-09-07 11:17:16 +01:00
alfresco-build
11f248a70b
[maven-release-plugin] prepare release V2.6.b
2017-09-07 11:17:13 +01:00
Ross Gale
105d43659e
RM-5612 Changing versions and fixing failing tests
2017-09-07 10:33:56 +01:00
Ramona Popa
ee41bb144b
Feature/rm 4729 declassification timeframe rest api
2017-08-22 09:19:03 +01:00
Tuna Aksoy
16300ef0ff
Merge remote-tracking branch 'origin/feature/RM-4717_ClassificationReasonsJavaApiTests' into feature/RM-4707_Classification_Reason_CRUD_REST_API
...
# Conflicts:
# rm-enterprise/rm-enterprise-repo/src/test/java/org/alfresco/module/org_alfresco_module_rm/test/integration/classification/ClassificationReasonsTest.java
2017-08-04 15:09:02 +01:00
Ana Bozianu
b936f40326
RM-4717 - tests, one failing
2017-08-03 20:28:13 +03:00
Tom Page
c58f7af109
RM-5481 Handle empty string as a reason or exemption id.
...
If the empty string is passed as a classification reason or exemption id then the API framework
converts it to null for us. We should throw a 404 (not found) error, because there are no reasons
or exemptions with the empty string as their id (or null for that matter). Add two new REST API
tests for these cases.
Also stopped using the helper method addParam in TopicsWithInstructionsTest, as it is only saving us
about ten characters, causes an extra import and includes an explicit mention of the topicsApi
inside it (i.e. it doesn't work at all with the guidesAPI).
2017-08-03 13:10:37 +01:00
Tom Page
3bdbee6a01
RM-5309 Merge release/V2.5 into master.
2017-07-24 18:49:10 +01:00
Tom Page
a89fbdede0
MNT-18083 Merge release/V2.5 into master.
2017-07-24 18:45:44 +01:00
Tom Page
96ee22624b
RM-5420 Code review fixes including move toIndentedString into a helper method.
2017-07-24 15:53:35 +01:00
Ramona Popa
c3a3136fb4
RM-5309 - added behaviour bean for qshare:shared aspect and integration test
2017-07-20 11:48:10 +03:00
Tom Page
250ae1e9db
Merge branch 'merge-2.5/MNT-18083_SearchPerformance' into 'release/V2.5'
...
Merge 2.5/mnt 18083 search performance
See merge request !373
2017-07-19 08:39:44 +01:00
Andy Healey
5cc758a274
Update action-service.properties
2017-07-13 09:31:56 +01:00
Andy Healey
816705a840
DOCS-3531 - Update records-management-service.properties
2017-07-12 14:35:09 +01:00
Andy Healey
22f098ed35
DOCS-3531 - Update action-service.properties
2017-07-12 14:33:22 +01:00
Tuna Aksoy
9e832df5ec
RM-5345: Fixed review comments (cherry picked from commit 16ead6e
)
...
RM-5346: Null pointers should not be dereferenced (cherry picked from commit 2220fd8
)
2017-07-10 16:47:44 +01:00
alfresco-build
77edc9f3fe
[maven-release-plugin] prepare for next development iteration
2017-07-10 14:21:19 +01:00
alfresco-build
23a51d64e6
[maven-release-plugin] prepare release V2.5.2
2017-07-10 14:21:16 +01:00
Tuna Aksoy
2e78ed572a
Merge branch 'feature-2.5/RM-5359_integration_test' into merge/RM25_20170709
...
# Conflicts:
# rm-enterprise/rm-enterprise-repo/src/main/amp/config/alfresco/module/alfresco-rm-enterprise-repo/query/org.hibernate.dialect.Dialect/rm-authorities-SqlMap.xml
# rm-enterprise/rm-enterprise-repo/src/main/amp/config/alfresco/module/alfresco-rm-enterprise-repo/query/org.hibernate.dialect.Dialect/rm-common-SqlMap.xml
2017-07-09 18:41:25 +01:00
alfresco-build
ebd7d53b59
[maven-release-plugin] prepare for next development iteration
2017-07-03 12:15:19 +01:00
alfresco-build
aa45d64290
[maven-release-plugin] prepare release V2.5.0.4
2017-07-03 12:15:16 +01:00
Tuna Aksoy
83db97a5e3
RM-5359 (An admin user can't declare as record a secured file)
2017-06-30 17:22:38 +01:00
Tuna Aksoy
a206c1e95e
Merge branch 'feature/RM-5345_Fix_security_issues' into 'master'
...
Feature/rm 5345 fix security issues
See merge request !374
2017-06-30 15:45:29 +01:00
Tuna Aksoy
16ead6e811
RM-5345: Fixed review comments
2017-06-28 16:03:38 +01:00
Tuna Aksoy
14dbe100cf
Merge branch 'release/V2.5' into merge/RM_25_2017_07_28
2017-06-28 14:36:45 +01:00
Tuna Aksoy
965539d8f2
RM-5347: Resources should be closed
2017-06-27 16:52:51 +01:00
Tuna Aksoy
2220fd889e
RM-5346: Null pointers should not be dereferenced
2017-06-27 16:35:51 +01:00
Tom Page
082ec147f7
MNT-18083 Merge release/V2.5.0.x into release/V2.5.
2017-06-27 16:24:40 +01:00