Kevin Roast
0305e81055
. Fix to allow Take Ownership of a Space through the web-client (current you could only Take Ownership of a document!)
...
- this is required to solve AWC-442
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2258 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2006-01-31 12:05:36 +00:00
Gavin Cornwell
dd95515b5f
Updated MyFaces source code, fixed warning from HtmlRenderer and fixed selector issues in portal
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2255 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2006-01-31 10:00:33 +00:00
Kevin Roast
3e2bfc8902
. Fix to external access URLs to correctly navigate to specified NodeRef and setup Breadcrumb component etc.
...
. Tidy up of web-client authentication code
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2231 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2006-01-27 16:32:19 +00:00
Gavin Cornwell
a967ade5b8
Fixed issue where discussions were lost after checkin & updated version number
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2230 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2006-01-27 15:43:49 +00:00
Derek Hulley
280fabbe05
Reverted config changes (with the exception of context import order) and tested config extensions in external config files
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2226 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2006-01-27 15:18:21 +00:00
Andrew Hind
e6788c379f
Tidy up of UserTransaction roll back on throwable as opposed to Exception
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2218 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2006-01-26 15:38:58 +00:00
Kevin Roast
e9e1618479
. Now uses non-transactional authentication service to remove tickets/security context on failed guest
...
- also removes tickets and clears security context on normal Logout
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2217 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2006-01-26 15:32:55 +00:00
Derek Hulley
9160578c9a
Mimetypes available for transform action in the UI are now defined in an overrideable bean
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2216 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2006-01-26 13:46:46 +00:00
Kevin Roast
b36a235769
. Final phase of web-client Guest Access
...
. Fix of UserTransaction handling in AuthenticationHelper - very noticable when Guest access fails on older (pre 1.2) databases
. Refactoring of all servlet authentication patterns to be consistent and use a helper so all support Guest and Ticket arguments
. Fix to external URL generation on Document and Space Details pages
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2214 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2006-01-26 12:38:19 +00:00
Kevin Roast
43640326e5
Certain actions (that modify the Person object) now hidden from the Guest user in the web-client
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2186 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2006-01-24 15:31:33 +00:00
Gavin Cornwell
b13edaafba
Made the system users page use a search instead of showing all users
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2183 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2006-01-24 12:20:56 +00:00
Kevin Roast
a83f5651fe
Warning when able to login as Guest on older db version (before patch)
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2182 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2006-01-24 11:18:51 +00:00
Kevin Roast
83151b0d33
Forced Guest access for client URLs
...
Several fixes for Guest access in the web-client
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2179 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2006-01-23 18:49:23 +00:00
Kevin Roast
c5b8fba77b
Client fixes for building WebDav/CIFS paths
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2169 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2006-01-20 18:17:53 +00:00
Derek Hulley
d152b3f48a
First real patch: Saved Searches folder fix.
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2167 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2006-01-20 17:53:05 +00:00
Kevin Roast
74840c57d7
images for Guest
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2166 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2006-01-20 17:18:47 +00:00
Kevin Roast
2c367a0a33
. Guest access check-point
...
. Fixes to document/space details screen when expanding/collapsing the Links panel
. Fix to Saved Searches to handle AuthenticationException for Guest user access to saved searches folder
. Fix to New User and Edit Password dialogs to fire text changed events when paste is used to fill in form fields
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2164 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2006-01-20 17:15:32 +00:00
Kevin Roast
3e5aa0c84a
Checkpoint of client Guest access implementation
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2140 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2006-01-18 16:42:27 +00:00
Kevin Roast
b2770cd90a
Improvements to the exception message (was null ptr) thrown when a developer makes a mistake in the Advanced Search custom attributes config
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2129 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2006-01-17 17:15:01 +00:00
Kevin Roast
4732ebc744
Improvements to Simple and Advanced Search to add basic operator support
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2126 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2006-01-17 13:36:18 +00:00
Kevin Roast
e7ce03d4cf
. Saved Searches UI improvements as suggested by Linton
...
. Fix to quoted term search to allow quoted string of a single word only e.g. "baboon" (not very useful, but should at least work…!)
. Checkpoint of the Templating language enhancements ready for the addition of saved search support
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2124 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2006-01-17 11:57:32 +00:00
Gavin Cornwell
97b2aaac93
Fixed build failure and updated invite content users to request content permissions
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2116 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2006-01-16 17:02:12 +00:00
Gavin Cornwell
fd5330fe56
Added document level security
...
Fixed AWC-407
Added helper to Application to get client config
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2114 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2006-01-16 14:09:01 +00:00
Kevin Roast
e9c3ca1be4
Added several missing UI actions to the Space Details and Document Details page
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2113 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2006-01-13 18:08:00 +00:00
Kevin Roast
9dc865548d
. Serialized saved searches now include the generated lucene string as part of the XML
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2112 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2006-01-13 17:10:34 +00:00
Kevin Roast
56eb3d75b9
. Advanced Search improvements
...
. Fix to Lucene Indexer (from Andy) to correct the bug where if content was not indexed (e.g. JPEG) then it's mimetype/size values did not get added to the index.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2107 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2006-01-13 13:21:29 +00:00
Kevin Roast
aaff54e53c
. Added client config setting to allow the Shelf component to be hidden by default
...
. Added ExpiringValueCache class used to hold simple lists in the client that don't need refreshing constantly
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2105 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2006-01-12 17:29:56 +00:00
Kevin Roast
2652d33f08
. First pass of the Saved Searches functionality for the web-client
...
. Saved Searches bootstrap folder
. Document details and Space details page now show a copy-and-paste NodeRef link
. Minor bug fixes to Breadcrumb and ActionLink components
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2104 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2006-01-12 13:40:20 +00:00
Gavin Cornwell
5d9576883d
Moved icons around in browse view
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2102 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2006-01-11 23:08:11 +00:00
Gavin Cornwell
6d9203a53f
- Fixed various delete issues
...
- Add new delete icons for forums types
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2100 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2006-01-11 15:16:59 +00:00
Gavin Cornwell
0d1d1aff57
Some minor changes following Linton UI review
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2092 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2006-01-10 12:30:11 +00:00
Kevin Roast
1e59da1459
Fix to client-side webdav URL generation (was incorrectly encoding the "/" path separator)
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2085 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2006-01-09 14:23:11 +00:00
Kevin Roast
3857aec86b
Fix to client-side webdav URL generation (was incorrectly encoding the "/" path separator)
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2083 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2006-01-09 12:42:18 +00:00
David Caruana
f238d5b2d1
Allow selectNodes kind of searches in Node Browser.
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2082 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2006-01-09 12:14:58 +00:00
Kevin Roast
e91be2e5d0
Multiple category search added to Advanced Search screen
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2080 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2006-01-06 14:57:27 +00:00
Kevin Roast
acd5d24c62
Multiple category search added to Advanced Search screen
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2079 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2006-01-06 14:48:24 +00:00
Kevin Roast
af2c1603cf
Fix for Date Component issue identified in AWC-395
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2078 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2006-01-05 09:37:54 +00:00
Kevin Roast
0ac5e88d9a
Fix for Date Component issue identified in AWC-395
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2077 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2006-01-05 09:36:34 +00:00
Kevin Roast
3f86a5ad94
Fix to issue spotted by Derek with READ transaction when it may need to be WRITE in User Shortcuts UI.
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2074 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2006-01-04 16:54:18 +00:00
David Caruana
a1c99bb5f4
Startup message to display VM version and size. Also display warnings if not version 1.5 or max. heap size less than (approx) 500MB.
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2072 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2006-01-04 12:53:23 +00:00
Kevin Roast
f943c23e83
Fixes to allow Alfresco to run with latest JBoss Portal + Jboss AS
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2067 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2006-01-03 18:26:58 +00:00
David Caruana
5b49e7f3af
Display VM Heap sizes in Admin System Properties.
...
Sort System Properties.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2065 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2006-01-03 13:24:32 +00:00
Gavin Cornwell
d127610611
Reply page now shows bubble of last post
...
Small icons in details view now reflect what it's set to
Creating a topic or discussion now goes straight to bubble view
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2062 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2005-12-23 13:07:05 +00:00
Gavin Cornwell
6dd1049113
Fixed bug introduced by previous checkin
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2060 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2005-12-22 15:25:09 +00:00
Gavin Cornwell
62ae60eaf6
- Remainder of app now uses dialog framework for delete pages
...
- Fixed bug in edit space (any type) where the icon would not be pre-set to the current one
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2057 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2005-12-22 14:23:25 +00:00
Gavin Cornwell
a4564a1a49
Next phase of forums functionality
...
Simple dialog framework implementation
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2056 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2005-12-22 11:57:43 +00:00
Kevin Roast
6df515c801
Fix to minor bug in UserShortcutsBean
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2055 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2005-12-22 11:35:47 +00:00
Kevin Roast
324eedae59
. Fix for I18N issue identified on the forums
...
- not having language pack files with "_en_US" causes problems on machines using non-english locale by default
- basically you cannot select English locale (not that you probably would if you had a french machine etc. but I digress…)
- added an ANT task that duplicates our messages properties files to _en_US during the build process.
. Increased default buffer size for browse.jsp page.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2051 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2005-12-21 12:37:12 +00:00
Andrew Hind
90e0644e23
Novell IChains
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2047 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2005-12-19 16:25:33 +00:00
Kevin Roast
991e650b00
. Changed UIProperty to not output error to screen when a configured property is missing from a node
...
- instead a DEBUG log level message is output
. Title is no longer mandatory on edit-document-properties screen
. Titled aspect added to content doc if required the first time you save props in the document properties screen
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2043 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2005-12-16 12:52:44 +00:00