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
David Caruana
0dd05fe40f
Web Scripts: Dump & Load
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6111 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-06-26 20:05:05 +00:00
Mike Hatfield
3e2823bf6a
Office Addin web scripts - removed unnecessary server-side task ordering
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6101 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-06-25 15:23:48 +00:00
Mike Hatfield
ed10662b2d
Portlet web scripts - some more updates to the UI
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6098 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-06-25 15:21:36 +00:00
David Caruana
4ede480475
- Web Script Runtime now takes ServiceRegistry in constructor (not an explicit ever growing list of services)
...
- default status templates now include Alfresco server information & time of error for diagnostic purposes
- template url.match does not include service context anymore e.g. /alfresco/service/api/path/ is now just /api/path/
- added Retrying Transaction Helper to Service Registry
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6088 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-06-25 12:38:32 +00:00
Mike Hatfield
62ecfb6733
MySpaces - zebra stripes on item list
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6085 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-06-25 08:45:56 +00:00
Mike Hatfield
9d1f65e8b3
OfficeAddin - client updates to prompt for filename if none set on the current document. Web script updates to support filename prompt, also order tasks by due date
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6084 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-06-25 08:40:58 +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
Mike Hatfield
732d9e0585
Portlet web scripts UI updates following internal review
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6076 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-06-23 10:22:30 +00:00
Mike Hatfield
55c648905a
Doclist portlet - Updates to UI following review meeting
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6070 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-06-22 16:04:34 +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
Gavin Cornwell
911327bda2
Changed labels on link validation report
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6064 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-06-22 08:12:00 +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
David Caruana
0fb90a5204
Web Scripts - support for JSR-168 authenticator (without Web Client dependency)
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6050 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-06-21 12:14:42 +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
David Caruana
bcdf03bc80
Web Scripts - small refactor to template client url function - it's now a template method.
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6018 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-06-19 14:35:02 +00:00
David Caruana
5f5d83d00b
Web Scripts:
...
- samples
- fix "execute" javascript error
- fix hidden exception when status template had errors
- addition of 'roothome' script & template root object
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6011 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-06-18 22:34:29 +00:00
Mike Hatfield
834f2ab814
Office Addin - some more IE6-specific changes plus bug-fix to certain check-in operations
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6006 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-06-18 16:05:40 +00:00
Mike Hatfield
c92d8bab3f
Office Addin - Javascript and CSS tweaks for IE6.
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5994 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-06-16 18:35:09 +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
Mike Hatfield
2d878e8273
Office Addin - web scripts updated to support "Create new space"
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5988 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-06-15 17:05:36 +00:00
David Caruana
a557d4abf3
Small improvement to Web Scripts media wiki documentation page.
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5986 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-06-15 16:23:04 +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
David Caruana
66394cdcd1
Only admin can mess with Alfresco Javascript Debugger.
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5964 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-06-14 18:12:37 +00:00
David Caruana
4b7aba35c6
- Provide runtime show & hide of Alfresco Javascript Debugger
...
- Simplify Web Script home page
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5962 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-06-14 17:21:29 +00:00
Gavin Cornwell
79393b50ba
Incorporated proper icons from Linton
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5945 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-06-13 22:21:22 +00:00
Ariel Backenroth
710ac5b727
externalizing widget config for xforms to xml
...
- adding a utility method to ConfigElement to get a list of child config elements by name
- using JSONObject to generate js rendition of config
- adding a build script to build json.jar since json.org only distributes source
- adding a preview link for form instance data to create web content summary screen
- doing the full jsp2.0 thing with summary screen for create website, i have a hunch it will fix a websphere issue
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5943 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-06-13 21:11:24 +00:00
Kevin Roast
ee0d26e096
Fix for http://issues.alfresco.com/browse/AWC-1270
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5937 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-06-13 16:25:13 +00:00
David Caruana
6bdd49ffc7
- Allow addition of Alfresco OpenSearch to browser just by going to Alfresco Web Client.
...
- Remove obsolete /services/index.html page
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5934 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-06-13 14:29:38 +00:00
David Caruana
93e6410090
Web Scripts:
...
- addition of content retrieval web script / redirect search to this web script
- move search scripts to repository/search package
External Access Servlet:
- fix dashboard refresh issue
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5933 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-06-13 12:14:22 +00:00
Gavin Cornwell
add54d575c
Added actions to broken file and form items so they can be modified and previewed.
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5931 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-06-13 11:16:09 +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
Kevin Roast
1be49d2679
Webscript JSR-168 Portlet runtime fixes for webscript url generation client-side function and url argument decoding.
...
JSR-168 portlet webscripts now use different service url - /168service/...
UI improvements to pop-up dialogs in portlets - now draggable and position now relative.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5912 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-06-11 14:50:05 +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
Kevin Roast
6de50d0d6c
Fix to Upload action in MySpaces portlet when running in the JSF dashboard environment.
...
Fix to expanding space panel issue when clicking on a folder to navigate.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5907 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-06-11 10:41:11 +00:00
Kevin Roast
eb37bb5e53
Fix to double-encoding issue in OpenSearch webscript query generation template
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5906 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-06-11 10:39:56 +00:00
Mike Hatfield
43b4bf058a
Various updates to Office Addin web scripts
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5903 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-06-11 07:58:41 +00:00
Kevin Roast
a3c59244d1
WebScript Runtime response/url model extended to support output of client-side webscript url generation function.
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5902 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-06-09 17:03:11 +00:00
David Caruana
bb2536fcf5
Web Scripts:
...
- simplify how web scripts urls & formats are described
- fix 'reset' on index page (when accessed via /)
- fix xml status response (rogue html in template)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5897 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-06-08 21:39:54 +00:00
Mike Hatfield
f95c3de04f
Office Addin web scripts complete, incl new workflow (review and adhoc only)
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5895 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-06-08 15:48:16 +00:00
Kevin Roast
f3d67065bc
Fix to FireFox playing video media files by passing TICKET to preview URLs. Video preview enabled again in pop-up ajax preview panels.
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5894 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-06-08 13:00:27 +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
David Caruana
aa13da35dc
Web Scripts: remove use of deprecated TransactionUtil.
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5886 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2007-06-07 16:24:42 +00:00