- the External Access servlet now supports jumping to the My Alfresco dashboard for a user
- pages other than the default are supported
- URL is of the form /alfresco/navigate/myalfresco or /alfresco/navigate/myalfresco?page=id
. Added configuration so that the web-client can be configured to jump to any of the following start locations:
My Home (current defaut), Company Home, Guest Home or My Alfresco dashboard
see the <initial-location> web-client-config element
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@3398 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
- Dashboard configuration wizard - finished column editing page
- Fixed 3 column layout to display correctly
- Added some fake example dashlets so we can play with the layouts and config etc.
- Added a FreeMarker template based dashlet component as an example
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@3363 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
- beginnings of the dashboard configuration wizard (layouts)
- icons for various layouts (a bit of Photoshop fun)
- working layouts for single column, 2 column left and right narrow, three column
. Added "immediate" attribute to ActionLink component - same functionality as for standard JSF Command Button
. Fixed Wizard container.jsp to use "immediate=true" on Cancel button
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@3355 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
- beginnings of the dashboard configuration wizard (layouts)
- icons for various layouts (a bit of Photoshop fun)
- working layouts for single column, 2 column left and right narrow, three column
. Added "immediate" attribute to ActionLink component - same functionality as for standard JSF Command Button
. Fixed Wizard container.jsp to use "immediate=true" on Cancel button
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@3354 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
- beginnings of the dashboard configuration wizard (layouts)
- icons for various layouts (a bit of Photoshop fun)
- working layouts for single column, 2 column left and right narrow, three column
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@3353 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
- will contain useful things like User Info (which can be changed e.g. name and email), Change Password, View Settings etc.
- Added Change Password page implementation
. Preferences Service for web-client
- handles and hides away the retrieving and storing properties from the configurable aspect on the current Person
- simple use case such as: PreferencesService.getPreferences().setValue(name, value);
. Moved Admin Console to title area in main UI page
. Fixed various Admin Console actions to use dialog framework navigation
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@3315 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
- this only affected the template/command servlets that were using parameters and had not already logged in
. Support for 'path' argument on DownloadContentServlet
for example /alfresco/download/direct?path=/Company%20Home/Kev's%20Home%20Space/myimage.jpg
- paths are specified in a similar way to webdav path - they are 'cm:name' based URL encoded strings
- this means we no longer need to have the NodeRef to a document to download it
. Support for 'templatePath' and 'contextPath' URL arguments in TemplateContentServlet
for example: /alfresco/template?templatePath=/Company%20Home/Data%20Dictionary/Presentation%20Templates/doc_info.ftl&contextPath=/Company%20Home/file.txt
- the 'templatePath' argument specifies the cm:name based path to the template to execute
- the 'contextPath' argument specifies the cm:name based path to the context for the template
. Support for 'scriptPath' and 'contextPath' URL arguments in Script CommandProcessor
for example: /alfresco/command/script/execute?scriptPath=/Company%20Home/Data%20Dictionary/Scripts/append%20copyright.js&contextPath=/Company%20Home/file.txt
- the 'scriptPath' argument specifies the cm:name based path to the script to execute
- the 'contextPath' argument specifies the cm:name based path to the context for the script
. Adding debugging output to get timings for executing templates and scripts
. Enhancements and additions to JavaScript API:
setPermission()
removePermission()
get/setInheritsPermissions()
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@3297 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
. Fixes for AWC-640 and AWC-457
- Company Home, Guest Home and My Home links now disable/enable depending on the user permissions on the respective locations
- Guest can now longer see Company Home link if they do not have access (which is the default)
. Company/Home/Guest link toolbar no longer highlights the selected item (as it is not the only way to navigate to it)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2958 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261