Commit Graph

68 Commits

Author SHA1 Message Date
Roberto Rosario
84e12efb43 Added special case handling for DjangoZoom, which executes collectstatic
management command before executing syncdb first to create the db
structure.  Handles issue #10
2011-08-08 23:24:31 -04:00
Roberto Rosario
1b7183be85 Added encapsulate factory function to get around Django bug #15791 2011-08-05 09:30:26 -04:00
Roberto Rosario
ec203b5702 Spanish translation update 2011-07-23 02:25:33 -04:00
Roberto Rosario
2338f5c3fe Improved document type, document type filenames and history navigation and link highlight 2011-07-23 00:58:26 -04:00
Roberto Rosario
4060a39a4f Consisten link highlight through the project 2011-07-21 21:45:07 -04:00
Roberto Rosario
90e876ca93 Code cleanup 2011-07-21 11:46:15 -04:00
Roberto Rosario
f3d3af0552 Removed IntegrityError exception check, not raise during syncdb 2011-07-07 23:52:46 -04:00
Roberto Rosario
89d9d95f59 Rollback transaction on exception, during syncdb (Postgresql @ DjangoZoom) 2011-07-07 23:21:14 -04:00
Roberto Rosario
f0f0f4fc2e Updated all apps and widgets with explicit safely marked strings 2011-07-01 20:53:37 -04:00
Roberto Rosario
de28122c66 Spanish translation updates 2011-06-20 13:44:38 -04:00
Roberto Rosario
a39f4d2574 Updated all apps permissions namespace title to uppercase 2011-06-13 00:23:13 -04:00
Roberto Rosario
30b1fea147 PEP8 cleanups, unused imports and bumped version to 0.7.3 2011-06-08 01:39:38 -04:00
Roberto Rosario
8fa4f641e4 Converted apps to the new main menu navigation method and improved navigation links in some apps 2011-06-08 01:26:50 -04:00
Roberto Rosario
f54cd06be6 Spanish translation updates 2011-05-31 16:01:58 -04:00
Roberto Rosario
89685fb8c6 Added function 'set_namespace_title' to define a translatable title for a permission group namespace 2011-05-25 00:32:47 -04:00
Roberto Rosario
53cb857a8f PEP8 cleanups 2011-05-25 00:00:23 -04:00
Roberto Rosario
2721512514 Updated permission app role grant/revoke permission link icons and confirmation message template icons 2011-05-24 23:47:15 -04:00
Roberto Rosario
581f8cd52d Moved PermissionManager and RoleMemberManager to a separate manager.py file 2011-05-24 23:39:10 -04:00
Roberto Rosario
d97a862a25 Refactored the permissions registration, checking and definition 2011-05-24 22:31:07 -04:00
Roberto Rosario
24e2fcc56d Removed South app, change document metadata fields 'value' from a TextField to a CharField(256) 2011-05-21 00:41:06 -04:00
Roberto Rosario
4abb3c5ebc Merge branch 'new_metadata'
Conflicts:
	requirements/development.txt
	requirements/production.txt
	settings.py
2011-05-21 00:13:38 -04:00
Roberto Rosario
d2e4fce100 Added confirm template icons 2011-05-20 03:58:02 -04:00
Roberto Rosario
4a4afbf06a Cleaned up files, removed ununsed imports 2011-05-20 00:54:11 -04:00
Roberto Rosario
17c749a80a Removed ununsed import, and did other cleanups 2011-05-20 00:37:53 -04:00
Roberto Rosario
1bd75a1d24 Added generic assign remove view and converted the user management and permissions apps to use it 2011-05-14 23:46:21 -04:00
Roberto Rosario
8b4efaa15d Updated instances of .id to .pk 2011-05-12 13:51:06 -04:00
Roberto Rosario
28b6c61876 Fixed the 12 columns grid widths, minified the css and remove unused fixed width 960 grid 2011-05-11 23:42:52 -04:00
Roberto Rosario
2162e99543 Finished converting project to the new subtemplate rendering 2011-05-11 22:08:52 -04:00
Roberto Rosario
b4daa2d52b Fixed permission grant revoke button text no appearing 2011-05-10 03:40:50 -04:00
Roberto Rosario
07a06617b8 Added South support and initial migrations 2011-05-09 19:08:23 -04:00
Roberto Rosario
7cc768305f Added view to add or remove users from group, merged common code and moved it to common.utils 2011-05-08 04:15:29 -04:00
Roberto Rosario
3e0a87314e Slight improvement, exit recursion as soon a permission hit is found 2011-05-08 03:17:58 -04:00
Roberto Rosario
da3bd654bc Enabled adding and removing of user group as role members 2011-05-08 03:08:06 -04:00
Roberto Rosario
06d3d67572 Unicode updates 2011-05-08 03:07:51 -04:00
Roberto Rosario
2cacae7551 Moved permission checking logic to model, simplyfing it and adding group support too 2011-05-08 03:06:34 -04:00
Roberto Rosario
30a32c0aff Updated permission denied middleware to comform to coding style 2011-05-08 01:58:33 -04:00
Roberto Rosario
e692fcc4c4 Discard exception.message to avoid deprecation warning, besided it is not used 2011-05-08 01:56:56 -04:00
Roberto Rosario
9e61213241 Created new smart_settings app and move everything related to app settings to it 2011-05-07 01:32:02 -04:00
Roberto Rosario
7f2c563192 Converted whole project to a smarter method of defining app settings 2011-05-07 01:15:40 -04:00
Roberto Rosario
472a55f5f3 Updated Spanish translation 2011-05-06 13:42:09 -04:00
Roberto Rosario
0e10d036d4 Keep role permission icon and link together 2011-05-06 13:15:47 -04:00
Roberto Rosario
03c8024893 Updated permission checking template tag to allow null arguments 2011-05-04 00:19:07 -04:00
Roberto Rosario
b1c23c7e48 Improved navigation in the permissions app 2011-05-02 01:46:27 -04:00
Roberto Rosario
b91b89d3b4 Updated permissions view to the new subtemplate renderer 2011-05-02 01:05:57 -04:00
Roberto Rosario
5b5a90100c flake8 cleanups 2011-04-23 23:03:56 -04:00
Roberto Rosario
2a744cefea PEP8, pylint cleanups and removal of relative imports 2011-04-23 02:49:07 -04:00
Roberto Rosario
5e08662965 Increased permissions app permission's label field size 2011-04-22 03:27:58 -04:00
Roberto Rosario
dc08f96414 Spanish translation updates 2011-04-21 04:36:40 -04:00
Roberto Rosario
0b10b43959 Added view to add or remove user to a specific role 2011-04-13 02:56:19 -04:00
Roberto Rosario
71a3c218f4 PEP8, pylint and django-lint cleanups 2011-04-08 02:09:39 -04:00