Kevin Roast
fb74fac7c9
. Added notion of NodeEventListeners to BrowseBean.
...
. Fix for AWC-519
- Date pickers now show 2 year values into the future by default - for "effectivity date" searches and similar
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2386 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2006-02-15 15:32:40 +00:00
Gavin Cornwell
9b8466cad7
AWC-458; new collaborator role and new checkin permission check
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2380 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2006-02-15 08:41:57 +00:00
Gavin Cornwell
9079ce1aac
If an empty string value is passed for a number property it is set to null
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2372 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2006-02-14 15:05:45 +00:00
Kevin Roast
00a7068036
. Fix for parts 1+3 of AWC-359 (part 2 of the bug is now a 1.3 issue)
...
- Create User action hidden for external auth e.g. NTLM
- Delete User works for NTLM (but only removes the Person)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2367 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2006-02-14 11:20:09 +00:00
Kevin Roast
7c1dec8b71
. Fix for AWC-508
...
- Stops users without permissions trying to overwrite existing Saved Searches
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2359 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2006-02-13 15:35:12 +00:00
Kevin Roast
11493da0c4
. Fix for issue identified by Steve on Friday
...
- to handle that "Guest" is not Person from personService.personExists() but it is a Person if you call personService.getPerson()… (very odd)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2351 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2006-02-12 17:45:52 +00:00
Kevin Roast
11b84ca0cb
. Update of all example template files - for bootstrap and source distribution.
...
. Fixed templates list in Preview screen to catch AccessDeniedException for Guest user access to templates folder
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2339 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2006-02-10 14:43:19 +00:00
Gavin Cornwell
adcfbda4d6
Fixes AR-238, AWC-505 and descending sort config issue
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2337 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2006-02-09 21:53:49 +00:00
Gavin Cornwell
8ae8d98571
Fixed small icon display issue in details view
...
Fixed unreported error with topic deletion
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2330 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2006-02-08 22:21:16 +00:00
Gavin Cornwell
63a39037d3
AWC-489; user list did not refresh
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2329 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2006-02-08 21:30:58 +00:00
Kevin Roast
89de41d208
. Fix for AWC-501
...
- Single word term using an operator now processed correctly e.g. just searching for
+biscuit
is the same as
biscuit
. Changed generated PageTag link in web-client footer area from www.alfrescosoftware.com to www.alfresco.com
. Fix to Logout link for error page - no longer worked as the External Access Servlet no longer forces a login…!
- added new outcome case for External Access Servlet - logout
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2326 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2006-02-08 17:20:12 +00:00
Derek Hulley
c4bdade82f
Fixed AR-352: MetadataExtracter exceptions are now handled
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2320 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2006-02-08 15:18:07 +00:00
Kevin Roast
4181030fac
. Fix for AWC-498
...
- Searching for results in a Location (e.g. PATH) and category are now ANDed together rather than ORed
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2314 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2006-02-07 17:50:11 +00:00
Gavin Cornwell
9a50b7d471
Eliminated web-client-config-edit-properties.xml
...
Fixed AWC-474 and AWC-475
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2312 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2006-02-07 15:09:27 +00:00
Kevin Roast
ce283a2f01
. Fix for AWC-472
...
- External access URL bug fix for browsing to spaces when the client is already open (for CIFS usage)
. Refactoring of ServletHelper methods into a BaseServlet class
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2302 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2006-02-06 14:42:39 +00:00
Kevin Roast
93046ae638
. Fix for AWC-498
...
- Searching for results in a Location (e.g. PATH) and category are now ANDed together rather than ORed
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2300 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2006-02-06 11:13:55 +00:00
Gavin Cornwell
8ba6c27fe0
Phase 2 of the client config re-org
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2298 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2006-02-04 23:18:46 +00:00
Kevin Roast
774cf9eb4d
. Fix to message properties file duplicates (as per forum post: http://www.alfresco.org/forums/viewtopic.php?p=3452#3452 )
...
. And fix to spelling errors etc. as also noted in the post
. Fix to AWC-468, so the Person for an User can be deleted even if the User doesn't exist due to previous Auth mechanism such as NTLM
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2291 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2006-02-03 11:26:29 +00:00
Gavin Cornwell
da914e0549
First phase of client configuration re-org
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2289 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2006-02-02 22:29:15 +00:00
David Caruana
d2bb0c160f
Show permissions in Node Browser.
...
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2280 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2006-02-01 18:36:23 +00:00
Roy Wetherall
2b85cef773
- Extended some web service content tests
...
- Fixed issue with version author being displayed incorrectly
- Fixed hasCategoryValue evalautor null pointer error found during testing
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2262 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2006-01-31 15:36:33 +00:00
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
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
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
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
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
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
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
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
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