Dave Ward
eee41b31ec
Merged V3.2 to HEAD
...
15727: ETHREEOH-2617: When SSO is disabled in a subsystem, disable initialization of its filters
- Do not validate filter configuration parameters in NTLM and Kerberos authentication filters when the filter is disabled
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@15729 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2009-08-13 11:48:12 +00:00
Mike Hatfield
71fb7f707b
Fix to saved search DocLib filter regression
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@15720 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2009-08-13 08:50:09 +00:00
Mike Hatfield
aba1d58281
RM DocLib support for Transfers, including download zip and Transfer Complete actions and placeholder for File Transfer Report.
...
DocLib data webscripts tidied: neater logic flow and included .js files namespaced.
Removed the need for actions on Details pages to require a DOM ID.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@15713 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2009-08-13 07:04:25 +00:00
Kevin Roast
e4b62b9bc7
Added missing import of JSONException.
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@15704 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2009-08-12 14:54:16 +00:00
Gavin Cornwell
941d5e5e9f
Transfer REST API implementation, used to download the contents of a transfer object to an end users local machine.
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@15703 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2009-08-12 14:38:22 +00:00
Gavin Cornwell
3e5989cf4a
- Changed generation of unique identifier, no longer appears as a field on the create screens, instead gets generated after the node is persisted, the identifier is then generated using the same algorithm as used for records i.e. year-<pad0><node-dbid>. The idenifier still appears on the edit screen so can be changed if desired.
...
- Moved the StreamArchive webscript implementation to remote API project so it can be re-used by other non RM webscripts
- Added skeleton for transfer REST API
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@15687 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2009-08-11 22:12:48 +00:00
Mike Hatfield
6526c9745c
RM DocLib checkpoint. Actions refactor so that DocLib and Details pages use common client-side implementation. (multi-actions via toolbars still todo)
...
MOB-1200 - Download action missing from record details page.
MOB-1207 - Error occurs when returning from edit record metadata page
Merged V3.2 to HEAD
15673: Merged V3.1 to V3.2
15669: ETHREEOH-2643 - Web Preview not getting passed "noCache" parameter correctly
15670: ETHREEOH-2642 - Slingshot's "copy-to" action does not return valid NodeRef
15671: ETHREEOH-1208 - Upload/recall documents with apostrophe/accent via Alfresco Office plugin
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@15674 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2009-08-11 13:56:35 +00:00
Gavin Cornwell
25e8dc411b
First cut of export REST API for RM. Takes a list of arbitary NodeRef's, creates an ACP file of the nodes and streams it back to the client as an attachment.
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@15668 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2009-08-11 10:53:23 +00:00
Gavin Cornwell
08d9c2d6fc
Another step towards completion of MOB-1188. Metadata of RM container types is now grouped when viewing and editing. All built in RM fields are grouped together (albeit in a semi-random order), all RM custom fields are grouped together at the bottom and all other 'general' metadata will be grouped together at the top.
...
NOTE: Custom RM metadata can still be missing if you're viewing a node created before the custom property was defined.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@15609 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2009-08-05 12:14:44 +00:00
Kevin Roast
644aa05286
Merged V3.2 to HEAD
...
15358: Merged V3.1 to V3.2
15356: Fix for ETHREEOH-2561
15417: Fix for ETHREEOH-2437 - use 'write' webscript transaction to create Calendar container on first refresh.
15480: Merged V3.1 to V3.2
15479: Fix to unreported issue with JS search API.
15481: Fix to unreported XSS issue in Add As Favourite site functionality.
15482: Maxresults value now passed into underlying search API in search lib JS for improved performance executing large searches in Share.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@15483 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2009-07-30 08:46:18 +00:00
Kevin Roast
91b63381ad
Fix to form definition template to handle missing label field.
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@15469 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2009-07-29 15:12:39 +00:00
Mike Hatfield
9129e3db47
RM DocLib checkpoint
...
Copy-to action switches to RM data webscripts when selecting RM site type for destination.
Cleaned up component definitions in detail pages.
RM-specific path on detail pages.
Icon and Container type on detail pages.
Imported new icons from UX team.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@15215 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2009-07-16 07:03:14 +00:00
Mike Hatfield
7d5677a155
RM DocLib checkpoint commit. Copy to, Move to, File to actions. Declare as Record. Refactored client-side action evaluators.
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@15168 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2009-07-14 08:36:15 +00:00
Kevin Roast
56e1313019
Custom RM metadata fields now supported in RM Search meta-data UI and RM Search results datatable
...
- The custom properties defined in the 'rmc:customProperties' aspect are now retrieved and displayed as available results meta-data fields for search
Clean up of some DD related webscript REST templates.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@15147 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2009-07-13 08:50:45 +00:00
Mike Hatfield
a3ead72cbe
RM DocLib aligned to latest model. Saved Searches filter draft implementation.
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@15077 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2009-07-06 13:02:49 +00:00
Kevin Roast
6b4c9eec25
Merged DEV/RM-DEV to HEAD
...
14731: Branch for continued records managment development
14739: Records Management Action Service updates
14756: Declare/Undeclare record RM actions added
14791: RM dynamic modelling Stage One.
14878: Record mamagement events
14927: Importing the recordsCustomModel.xml
14993: RM. Handle changes to the Vital Record Definition
14996: Checking in comments that record the fact that this class is likely to be deleted soon.
15011: Typo in PublishVitalRecordDefinitionAction.
15027: Custom properties and associations for RM
15053: First cut of records management events
15057: Vital Records refactor, renaming and test fixing
15060: Form config for RM types and aspects updated to reflect current model
15071: - MOB-988: Completed type based form support, means that 'create' pages can now be implemented for RM
- Updated form test page to include 'destination' field to allow instances to be created
15075: Refactored defineCustomProp,Assoc out into RM actions.
Modified: svn:mergeinfo
Merged /alfresco/BRANCHES/DEV/RM-DEV:r14731-15075
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@15076 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2009-07-06 10:07:37 +00:00
Mike Hatfield
3395b2d938
ALFCOM-3108 - Error on Console when selecting 'Change Type' for a document in Share
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@15034 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2009-06-30 13:15:08 +00:00
David Caruana
9c1315badf
Applied patch (ALFCOM-3105).
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@15028 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2009-06-30 10:34:02 +00:00
Mark Rogers
2d3695c096
ALFCOM-3083
...
- bug fix to previous check in CHK-8031
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@15026 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2009-06-30 09:22:05 +00:00
Mike Hatfield
7e7bea36c0
ALFCOM-3076 - It's possible to add group twice to the site
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@15019 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2009-06-29 21:54:04 +00:00
Kevin Roast
422ec06961
Fix for ALFCOM-3086 - admin enforced to enter an old password when changing their own password.
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@15017 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2009-06-29 19:28:36 +00:00
Mark Rogers
67e14e9e63
ALFCOM-3083 Failure to 'post activity' when a Group is added as a Site member
...
- implemented "activities" for Web Site, group add, remove and update.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@15016 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2009-06-29 16:17:11 +00:00
Mark Rogers
08cd11b3db
ETHREEOH-273 Alfresco Person Search doesn't work
...
- third time lucky!
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@15010 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2009-06-29 13:50:56 +00:00
Mark Rogers
ec228c4331
ETHREEOH-273
...
- fix also required for "atom" format where a person does not have a firstName
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@14999 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2009-06-29 12:12:46 +00:00
Mike Hatfield
a618ec6be0
ETHREEOH-372 - Twisters in side bars don't work
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@14984 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2009-06-28 23:22:43 +00:00
Mike Hatfield
06b39ef088
ALFCOM-2846 - "Choose from popular tags in this site" not available when tagging documents in Share
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@14983 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2009-06-28 23:21:17 +00:00
Mark Rogers
8e8a2dfa64
ETHREEOH-273 Alfresco Person Search doesn't work
...
- problem was due to people wihout the optional avatar aspect (such as admin)
- also added a very basic unit test
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@14959 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2009-06-26 13:02:01 +00:00
Mark Rogers
01768ecc36
Marked invites.get.desc.xml as "deprecated"
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@14931 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2009-06-25 15:29:28 +00:00
David Caruana
2b5c440c24
Fix ALFCOM-2872: CMIS: checkout does not work for a previously versioned document
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@14918 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2009-06-25 11:14:59 +00:00
Mark Rogers
65e14ad9f0
Build fix getChildrenTest was assuming the order of results.
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@14914 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2009-06-25 10:10:30 +00:00
David Caruana
af5ff20ec6
Fix ALFCOM-2994: Components added to Alfresco Dashboard are not working
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@14912 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2009-06-25 09:44:53 +00:00
Mark Rogers
4f5d805723
Share interface now only shows groups in APP.DEFAULT zone.
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@14894 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2009-06-24 14:04:43 +00:00
David Caruana
845729613d
Fix ALFCOM-2873: CMIS: Query results do not contain required links like "parents", "edit-media" etc
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@14837 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2009-06-22 17:48:06 +00:00
Kevin Roast
5409321d16
Fix up descriptor for Thumbnail GET webscript API.
...
- updated wiki docs for 3.X REST API also
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@14828 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2009-06-22 12:21:16 +00:00
Mike Hatfield
811dce92aa
Office add-in updates. Part 2 of 2 (webscripts)
...
ALFCOM-2442, ALFCOM-2440, ALFCOM-597, ALFCOM-2145, ALFCOM-2768, ETHREEOH-1545, ALFCOM-2764, ALFCOM-2104, ETHREEOH-1532, ETHREEOH-543, ETHREEOH-1523, ETHREEOH-1516, ETHREEOH-1028
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@14813 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2009-06-19 15:30:15 +00:00
Kevin Roast
f2e9b82de4
Fix so that items to display in Profile User Content is configurable.
...
Fix up user content data webscript so that maxItems to display is passed directly to Lucene query.
Cleanup of related javascript and templates.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@14800 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2009-06-19 10:51:49 +00:00
Gavin Cornwell
36bb542230
Fix issue raised by Yong - when more than one constraint is defined for a property the corresponding field either fails to appear or causes an error in the webscript (depending on build being used)
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@14779 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2009-06-18 09:38:50 +00:00
Kevin Roast
ad05edcbe9
Cleanup of JavaScript code formatting in Groups REST API.
...
Also fix up nonsense tags in related WebScript description fields.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@14764 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2009-06-17 12:40:49 +00:00
Andrew Hind
423da7eb22
Extended zone support for multiple zones and added Authorities (including people) to zones. (MOB-762: Part 1)
...
WCM and Share groups are not in the default zones so they can be hidden in the UI.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@14762 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2009-06-17 11:57:21 +00:00
Mike Hatfield
cfc456616a
Typo fix
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@14755 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2009-06-17 09:35:56 +00:00
Mike Hatfield
3a73abdee5
Caching improvement to doclist data webscript. Should make cross-site filters quicker.
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@14744 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2009-06-16 15:41:04 +00:00
Mike Hatfield
6b7684b70f
ALFCOM-2861 - Edit Online always appends 7070 to the adress, regardless of configured SharePoint port
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@14741 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2009-06-16 15:02:33 +00:00
Dave Ward
2709bd79e6
Fix unit test broken by recent person webscript changes in 14663
...
- STATUS_CONFLICT response code now returned on an attempt to create a person that already exists
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@14729 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2009-06-16 09:49:10 +00:00
Gavin Cornwell
9465966ed7
Last refactor of forms API before Labs release - FieldConstraints API now receives and returns a Map<String, Object> rather than Map<String, String>, a method to return the parameters as JSON has also been added and is used in the REST API. This means that parameters go all the way to client side validation handlers in their native form.
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@14727 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2009-06-15 23:32:40 +00:00
Mike Hatfield
db52a5b4d1
Fix for "IMAP-enabled" webscript not flushing/closing writer
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@14716 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2009-06-15 13:34:11 +00:00
Dave Ward
d1fb6ffe84
Temporarily allow /api/invites script a write transaction due to ALFCOM-2973
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@14714 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2009-06-15 12:13:54 +00:00
Mike Hatfield
efce485be7
Favourite Documents support in Share. "My Documents" dashlet for user dashboard
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@14709 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2009-06-15 07:36:40 +00:00
Gavin Cornwell
287d7cdfc2
Final minor forms refactor with the way data type parameters are handled
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@14705 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2009-06-12 20:06:48 +00:00
Kevin Roast
c6a5ddee0f
Share WebScripts that perform "on demand" container creation now set to transaction=readwrite and buffersize=0.
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@14702 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2009-06-12 17:34:26 +00:00
David Caruana
15cab4756d
Allow a Web Script to override transactional response buffer size
...
- <transaction buffersize="xxx"> where xxx is bytes
- 0 or less disables cache
- default = 4096
- use with care
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@14701 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2009-06-12 16:39:39 +00:00