Commit Graph
58 Commits
Author SHA1 Message Date
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
Roberto Rosario 61fb876a81 PEP8 and Pylint cleanups 2011-04-07 17:21:15 -04:00
Roberto Rosario f66c8ec6e2 Fixed error and some warning returned by pylint 2011-04-05 00:04:11 -04:00
Roberto Rosario c1bb3a90bb Add a user to a default role only when the user is created 2011-03-29 11:17:04 -04:00
Roberto Rosario 043f8f3502 Fixed issue #4, avoid circular import in permissions/__init__.py 2011-03-29 11:04:30 -04:00
Roberto Rosario 70e5e4c470 Moved navigation code to its own app 2011-03-22 00:54:43 -04:00
Roberto Rosario 242c39690f Spanish translation updates 2011-03-11 14:36:14 -04:00
Roberto Rosario 1fa8094444 Dont't raise PermissionDenied exception, even while debugging 2011-03-11 02:59:23 -04:00
Roberto Rosario e929d78c0f Remove typo 2011-03-09 12:53:20 -04:00
Roberto Rosario 739c2ee299 Converted modules to use the new simpler permission checking 2011-03-09 01:20:07 -04:00
Roberto Rosario 3083f7344d Call PermissioDenied exception instead of custom exception 2011-03-09 01:19:38 -04:00