Commit Graph

1360 Commits

Author SHA1 Message Date
Roberto Rosario
f37500b0b4 Allow returning on the db stored permissions 2012-01-21 04:06:48 -04:00
Roberto Rosario
7714e62e97 Display proper unicode result for anonymous user class and creator class 2012-01-21 04:04:42 -04:00
Roberto Rosario
bf9073fdce Add creator content type icon 2012-01-21 04:04:13 -04:00
Roberto Rosario
95f56cbd5a Enable default acls setup upon creation for documents, folders, tags and smart_links 2012-01-21 04:03:58 -04:00
Roberto Rosario
70953882a7 Implement ClassHolderSelectionForm and HolderSelectionForm forms
Subclassed from BaseHolderSelectionForm
2012-01-21 03:57:26 -04:00
Roberto Rosario
d1eb387c16 Start work on the creator pseudo class acl holder 2012-01-20 22:54:26 -04:00
Roberto Rosario
39f47702c0 Finish the apply_default_acls function and enable it for document creation 2012-01-20 22:53:48 -04:00
Roberto Rosario
796dcc908a Move source_object class method to the classes module 2012-01-20 22:52:56 -04:00
Roberto Rosario
6117fde649 Initial default to current acl support 2012-01-19 17:44:34 -04:00
Roberto Rosario
8a5825a275 Convert tabs to spaces 2012-01-19 12:04:02 -04:00
Roberto Rosario
3b997f0d8f Silence AlreadyQueued
For the moment until support for queueing document versions is avaiable
2012-01-19 11:55:53 -04:00
Roberto Rosario
c01c030ee6 Remove test 2012-01-18 16:34:59 -04:00
Roberto Rosario
44aef884f4 Remove exporter app 2012-01-18 16:06:06 -04:00
Roberto Rosario
c9e58bdfac Remove unused import 2012-01-18 16:05:11 -04:00
Roberto Rosario
f374596a28 Cleanups, improve comments 2012-01-18 16:01:06 -04:00
Roberto Rosario
af106badac Cleanups and remove unused imports 2012-01-18 16:00:30 -04:00
Roberto Rosario
84f3fcd2da Rename holder to actor 2012-01-18 14:43:33 -04:00
Roberto Rosario
e069243f7c Add missing import 2012-01-18 14:43:17 -04:00
Roberto Rosario
970cb74d35 PEP8 cleanups 2012-01-18 14:37:15 -04:00
Roberto Rosario
ad59734460 Fix document signatures app reverse migration 2012-01-18 14:36:42 -04:00
Roberto Rosario
f9a3c4611b PEP8 cleanups, remove OCR_CACHE_URI 2012-01-18 13:53:02 -04:00
Roberto Rosario
8a5d0425b6 PEP8 cleanups, style cleanups, unused imports 2012-01-18 13:52:19 -04:00
Roberto Rosario
1a285d56dc PEP8 cleanups, remove unused imports 2012-01-17 16:40:30 -04:00
Roberto Rosario
93fc581ba0 Remove unused imports, file zf.write argument 2012-01-17 16:33:51 -04:00
Roberto Rosario
4b3a446d4a Improve metadata app navigation feedback 2012-01-17 15:15:43 -04:00
Roberto Rosario
665ec099a9 Add anonymous user support to the role member add and remove views 2012-01-09 08:33:44 -04:00
Roberto Rosario
8216953bed Add anonymous user content type support to RoleMembers class 2012-01-09 08:33:20 -04:00
Roberto Rosario
fe9db003d2 Improve navigation feedback when granting or revoking a role permission 2012-01-09 08:32:49 -04:00
Roberto Rosario
3b3b29cb99 Update the role member add and removal views to use option groups and Role class methods 2012-01-09 08:13:42 -04:00
Roberto Rosario
4da328612d Add option group support to the assign_remove view 2012-01-09 08:12:50 -04:00
Roberto Rosario
9fae7269a6 Move Role class processing from the views to the model as methods 2012-01-09 08:11:59 -04:00
Roberto Rosario
c330c422b7 Remove app specific ACL new holder links, urls and views 2012-01-09 06:42:35 -04:00
Roberto Rosario
351784a210 Add generic 'new holder' link 2012-01-09 06:41:58 -04:00
Roberto Rosario
304ea15f9e Add sidebar link support for multiple navigation objects 2012-01-09 06:41:06 -04:00
Roberto Rosario
239d59ca0c Remove decrepated context arguments 2012-01-09 04:56:32 -04:00
Roberto Rosario
5230b9ca53 Improve permission granting and revoking messages, improve navigation feedback 2012-01-09 04:51:01 -04:00
Roberto Rosario
86147c234b Add 'get_classes' to the DefaultAccessEntry class 2012-01-09 04:49:52 -04:00
Roberto Rosario
af962f5998 Add content type icon mapping for anonymous user 2012-01-09 04:49:10 -04:00
Roberto Rosario
a7f1e081c1 Refactor the EncapsulatedObject class 'encapsulate' method 2012-01-09 04:48:17 -04:00
Roberto Rosario
77400fc42f Make api module not dependant on any other 2012-01-09 04:47:41 -04:00
Roberto Rosario
4aad4efad3 Navigation feedback improvements for a few apps 2012-01-09 04:46:46 -04:00
Roberto Rosario
014ca49a7c Call the correct function to get list of registered classes for acl 2012-01-09 02:23:01 -04:00
Roberto Rosario
a2e00b7776 Use content type model name and not name when mapping content types to icons 2012-01-09 02:22:25 -04:00
Roberto Rosario
071da14330 Remove moved method and unused import 2012-01-09 02:22:04 -04:00
Roberto Rosario
78c99c7700 Add tags and smartlinks icon mappings 2012-01-09 02:21:17 -04:00
Roberto Rosario
6e24b56e0e Add missing capfirst import 2012-01-09 02:21:01 -04:00
Roberto Rosario
7aabd7a1cc Add 'get_classes' function to acls.api, add function docstrings 2012-01-09 02:20:27 -04:00
Roberto Rosario
78207be926 Updated translation source files for the common app 2012-01-08 07:40:00 -04:00
Roberto Rosario
a088590073 Process horizontal list links with the same logic as all other links 2012-01-08 07:38:12 -04:00
Roberto Rosario
ac8678b741 Add absolute importing 2012-01-08 07:37:48 -04:00