Derek Hulley
e29e24e761
Partial fix for AWC-999: Content upload guesses character encoding and offers the user the chance to change it.
...
TODO: Fix the "Modify Content Properties" to include the encoding as a changeable option.
Modified other entry points of content into the system. All calls to ContentWriter.setEncoding("UTF-8") need some serious examination.
It is no longer necessary to assume anything about the encoding. The worst case scenario is that we guess the encoding from the stream
without giving the user the chance to change it. This works for most non-interactive scenarios like CIFS, WebDAV and FTP, now.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6113 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-06-26 21:48:19 +00:00
Roy Wetherall
a7927422e7
- Adedd link generator property sheet component generator. Renders a link tag which opens the given URL in a new window.
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6091 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-06-25 14:52:22 +00:00
Kevin Roast
caac0f6e27
Fix for http://issues.alfresco.com/browse/AWC-1296
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6089 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-06-25 13:28:51 +00:00
Gavin Cornwell
667b29e43c
- Fixes and refinements to links management UI
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6082 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-06-24 20:44:12 +00:00
Britt Park
feae15597d
AVMService.createSnapshot() returns a map of possibly snapshotted stores.
...
When one snapshots a store, other stores can be implicitly snapshotted.
This change allows clients to exploit this information.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6078 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-06-23 17:52:00 +00:00
Mike Hatfield
99f7d0f92a
Doclist portlet - ContentUpdateBean to replace content of existing item. Web script updates to support content update and launch Edit Properties web client dialog. Doclist header background gradient.
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6068 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-06-22 14:28:10 +00:00
Gavin Cornwell
6bc01211dd
- Combined run and report dialogs for links management into one to solve some navigation issues
...
- Fixes for links management UI in IE
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6067 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-06-22 13:39:15 +00:00
Kevin Roast
86c9a9fc7e
WCM Locking UI implementation and fixes.
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6065 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-06-22 11:17:20 +00:00
Gavin Cornwell
7a35bf3715
- Links management UI
...
- Made AJAX polling frequency configurable
- Made connection and read timeout values configurable
- Added panel around summary area
- Removed use of shadowed panels for staging area and user sandboxes
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6061 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-06-21 22:19:13 +00:00
Kevin Roast
228f72296c
Fix for AR-1413 and AR-1532 (handling of missing nodes in FileFolderService, affecting CIFS, WebDav, FTP and web-client)
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6060 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-06-21 19:53:52 +00:00
Ariel Backenroth
8172e5b73f
fixes for WCM-511 and WCM-512
...
- preserve anchor (#anchor) urls in tinymce
- better error handling in file picker widget
- disabling next while in the midst of adding a rendering engine (usability fix)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6058 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-06-21 19:29:33 +00:00
Gavin Cornwell
a146352022
Fix dispatching bug found on the forums: http://forums.alfresco.com/viewtopic.php?p=22722#22722
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6051 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-06-21 13:44:31 +00:00
Mike Hatfield
e7eb98194c
Doclist Webscript - main document list now separate ajax panel. New PortletActionsBean to perform server-side actions from portlets. DeleteItem moved out of MySpacesBean into PortletActionsBean. TemplateNode addition of downloadUrl method for non-inline document downloads.
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6044 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-06-20 21:23:51 +00:00
Gavin Cornwell
7a41ede5d6
Minor UI modifications for content launch and expiration following UI walkthrough
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6031 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-06-20 13:39:46 +00:00
Ariel Backenroth
4f5f15419f
first pass at locking related ui work.
...
- adding lock icons to the ui
- using lock aware service for create and edit web content.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6027 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-06-20 07:08:59 +00:00
Gavin Cornwell
fcacf048c0
Refactored links management UI following link validation service API changes
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6024 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-06-19 21:30:52 +00:00
Kevin Roast
01fcd8f734
AVM locking UI evaluators. Actions such as Edit, Update are hidden if the item is locked.
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6021 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-06-19 16:15:57 +00:00
Ariel Backenroth
9ee0de2054
making height for rich text editor widget paramaterizable. adding snapshot after regenerating renditions.
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5990 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-06-15 22:08:58 +00:00
Gavin Cornwell
460092a901
Added links management to the submit process
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5989 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-06-15 19:33:02 +00:00
Kevin Roast
1883c7b020
Configuration added for web-client to setup default dashlets shown in a user Dashboard on first login
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5979 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-06-15 15:07:36 +00:00
Kevin Roast
3e753394cf
Webscript URLs now supported in the Custom View panel for the Browse, Space Details and Document Details screens.
...
Added new aspect definition to support Webscript custom views.
Web context path (i.e. /alfresco) is now automatically prefixed onto webscript urls specified in JSF runtimes.
Modified the existing webscript dashlet JSPs to remove the hardcoded /alfresco path.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5973 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-06-15 11:07:13 +00:00
Kevin Roast
da7ad6d1fd
Multiple word searches failing when no "additional attributes" specified in config.
...
Error component location in browse.jsp layout was not collecting and displaying exceptions for the list components.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5954 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-06-14 13:19:47 +00:00
Derek Hulley
f7bafca8fa
ImportBean (acp or zip) runs with transaction retries
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5947 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-06-13 23:34:35 +00:00
Gavin Cornwell
64204f6cde
Added 'Check Links' action to user sandboxes enabling authors to see what links they have fixed/broken
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5944 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-06-13 21:34:09 +00:00
Gavin Cornwell
1bbbb2b4ca
- Added update status button to status area of links management report which now does an incremental report
...
- Re-Run report button now runs fresh report
- Generated files are now in a collapsable panel (closed by default)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5935 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-06-13 14:44:27 +00:00
Kevin Roast
c240fc2948
Fix ups and improvements to latest ML UI additions
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5932 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-06-13 11:26:44 +00:00
Derek Hulley
35c3659f14
Yannick Pignot (European Commission) multilingual services
...
- EditionService for versioning of groups of translations
- Quite a bit of trimming of whitespace that I have no intention of undoing.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5927 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-06-13 01:13:25 +00:00
Gavin Cornwell
9abfab20ab
More functionality added to links management UI
...
- Report now shows date/time when report was executed
- Report now shows forms with broken links
- Fixed items are now displayed
- Current status stats are now correct
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5922 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-06-12 20:35:11 +00:00
Gavin Cornwell
3ad9668624
- Partial first cut of initial version of links management UI
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5917 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-06-11 20:54:23 +00:00
Derek Hulley
adb817b386
Some transaction retrying for Web Client
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5911 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-06-11 14:09:18 +00:00
David Caruana
d871aebc12
Workflow: addition of simple 'admin' workflow dashlet to display ALL active tasks
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5908 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-06-11 11:14:25 +00:00
Ariel Backenroth
fbc1e891c8
implementing the regenerate renditions wizard
...
- refactoring to centralize regenerate code
- adding onchange event to UISelectList to trigger reload of page
- reorganizing some webproject code for better reuse
- fix for submit from create web content (a webproject property was added to submitdialog but not createwebcontent)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5889 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-06-08 01:09:56 +00:00
Kevin Roast
f50258fa99
http://issues.alfresco.com/browse/AWC-611
...
http://issues.alfresco.com/browse/AWC-1260
http://issues.alfresco.com/browse/AWC-1170
Improvement of alignment for pop-up panel - was rendering off the top of the screen if the preview text was very large vertically.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5877 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-06-07 10:46:36 +00:00
Kevin Roast
d28bbd41c5
XForm (edit XML inline) dialog converted to from old to "new skool" dialog framework - required to allow dialog displayed in an arbituary jsp container to be called using command framework via REST url
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5855 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-06-05 17:51:30 +00:00
Derek Hulley
62965c458a
ML Authentication Issues:
...
- Everyone, including guest, gets explicit full rights to each new cm:mlContainer instance.
- The MultilingualContentService better permission checks against the content nodes that go in and out of it.
- Changed some of the API return values to be more explicit about whether the cm:mlContainer or cm:mlDocument is required.
- Added explicit tests to ensure that even guest is able to manipulate the cm:mlContainer.
ML Languages List:
- The default value is now punted to the top of the list.
Various neatening.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5816 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-05-31 03:42:59 +00:00
Kevin Roast
4ede1e61ab
Manage Task Dialog (from web-client) can now be launched from the MyTasks portlet for an individual task.
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5813 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-05-30 16:35:40 +00:00
Derek Hulley
42c988cafd
ML fixes
...
- The naming convention for a french empty translation of x.doc is x_fr.doc
- Fixed mimetype and initial file sizes
- Raised minor issue: AR-1487
- Shortened crazy language names
- Made language name ordering follow the declaration order in the config XML file
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5812 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-05-30 15:03:16 +00:00
Kevin Roast
a484e6737f
Delete space/document action added to MySpaces portlet.
...
Fixed subtle issue with ajax request being processed before outer txn was completed - caused refresh issues after Create/Upload/Delete actions.
More ui improvements to MySpaces portlet.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5799 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-05-29 13:57:41 +00:00
Kevin Roast
8aacc60d9a
Minor fix change and spelling mistake
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5797 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-05-29 11:05:26 +00:00
Gavin Cornwell
c3b15747fa
Ensure that the internal list of additional attributes to display is never null
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5792 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-05-29 09:07:31 +00:00
Kevin Roast
36b5864c8a
Changed BrowseBean to use FileFolderService to retrieve child nodes rather than the NodeService (to enable ML filtering in the web-client browse screens)
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5781 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-05-25 13:24:35 +00:00
Kevin Roast
b907e7cfa0
fix to refactor of ML changes
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5780 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-05-25 10:22:25 +00:00
Kevin Roast
b4cf5960a6
Improves and fixes to Create Space in MySpaces webscript portlet.
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5778 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-05-25 09:00:20 +00:00
Kevin Roast
f5ca49bc83
Create Space action implemented in the MySpaces portlet. Other portlet UI improvement and fixes.
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5776 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-05-24 16:03:10 +00:00
Gavin Cornwell
20efff09d1
- Added workflow history to completed task dialog (allows user to see what happened through completed workflows)
...
- Fixed errors emitted from completed WCM workflows
- Toned down the appearance of workflow selection in the submit dialog
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5774 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-05-24 13:47:29 +00:00
Kevin Roast
156ff56ed9
MySpaces webscript now shows Ajax wait animation while loading inner panel area.
...
Summary pop-up panel fade-out anim removed (improves user experience).
Reorg of broken action evaluator class hiearchy (after ML UI changes).
More fixes to ML UI (browse.jsp missing component IDs breaks screen when panels collapsed then expanded).
Code reorg in interceptors to help performance.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5772 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-05-24 11:08:53 +00:00
Gavin Cornwell
dd0544389c
- Added comments to task dialogs
...
- Added comments to workflow history
- Fixed JavaScript problem when showing mandatory associations in read only mode
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5771 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-05-24 10:51:17 +00:00
Kevin Roast
e9e3fecbb9
UI related code/jsp fixes and cleanup to new ML space/dialog components.
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5764 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-05-23 16:45:42 +00:00
Gavin Cornwell
3530184871
- Added workflow history to the manage task dialog
...
- Moved wcm workflow model constants to separate class to be consistent
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5761 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-05-23 14:48:07 +00:00
Kevin Roast
7644596c74
The Import dialog now allows ZIP file structure import into the repo from the web-client by any user with Write access to a folder - this is nice quick way for any user to import bulk data without using an FTP client or CIFS folder access.
...
Import action moved to top-level in the main browse screen now it is useful on a day-to-day basis.
The 'import' repository action (ImporterActionExecuter) extended to support import of any zip flavour file.
More zip flavour filetypes added to mimetype map.
Improved debugging output added to BasePathResultsMap for xpaths executed in templates.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5760 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-05-23 12:25:04 +00:00