summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-09-11Move the per-object-permissions branch into the attic.archive/attic/per-object-permissionsJames Bennett
2007-06-17per-object-permissions: Merged to trunk [5486] NOTE: Not fully tested, will b...Christopher Long
2006-12-27per-object-permissions: Merged to trunk [4241]Adrian Holovaty
2006-11-25per-object-permissions: Merged to trunk [4101]Adrian Holovaty
2006-11-25per-object-permissions: Made some code-formatting changesAdrian Holovaty
2006-11-24per-object-permissions: Merged to trunk [4095]Adrian Holovaty
2006-11-24per-object-permissions: Small change to django.db.models.base check to make i...Adrian Holovaty
2006-10-27[per-object-permissions] Merged to trunk [3938]Christopher Long
2006-10-04[per-object-permissions] Fixed a bug where the RLP for an inline object would...Christopher Long
2006-10-03[per-object-permissions] Sets the row level permisisons on objects created in...Christopher Long
2006-10-03[per-object-permissions] First version where inline objects are checked for r...Christopher Long
2006-09-25[per-object-permissions] Latest revision showed "Edit Row Level Permissions" ...Christopher Long
2006-09-23[per-object-permissions] Merged to trunk [3809]Christopher Long
2006-09-23[per-object-permissions] Fixes the bug described by schotm where group permis...Christopher Long
2006-09-18[per-object-permissions] Fixes another problem when using one-to-one relation...Christopher Long
2006-09-17[per-object-permissions] Fixes bug described in ticket #2749Christopher Long
2006-09-15[per-object-permissions] Fixes the delete permission which assumed the object...Christopher Long
2006-09-12[per-object-permissions] Fixes MySQL error caused by when a user is not a mem...Christopher Long
2006-09-12[per-object-permissions] Fixes problem with one-to-one relationships as the o...Christopher Long
2006-09-07[per-object-permissions] Merged to trunk [3731]Christopher Long
2006-09-07[per-object-permissions] Fixes #2664 and #2663Christopher Long
2006-09-04[per-object-permissions] Fixes #2652, modified the form field to include the ...Christopher Long
2006-08-30[per-object-permissions] Fixed #2622 and added in contains_permission method ...Christopher Long
2006-08-29[per-object-permissions] Fixed missing parenthesisChristopher Long
2006-08-28[per-object-permissions] New method: get_model_list in the RowLevelPermission...Christopher Long
2006-08-28[per-object-permissions] Merged to trunk 3666Christopher Long
2006-08-25[per-object-permissions] Removed a debug print statement and changed an incor...Christopher Long
2006-08-24[per-object-permissions] Fixed a bug where delete row level permission was gi...Christopher Long
2006-08-24[per-object-permissions] Fixed two bugs (noticed by Robert). 1) has_add_permi...Christopher Long
2006-08-21[per-object-permissions] Fixed up some commentsChristopher Long
2006-08-20[per-object-permissions] Update to trunkChristopher Long
2006-08-20[per-object-permissions] Fixed bug in contains_permission where it was just c...Christopher Long
2006-08-20[per-object-permissions] Added comments to change_list and admin_list.pyChristopher Long
2006-08-20[per-object-permissions] Removed debug print statement in auth/models.pyChristopher Long
2006-08-20[per-object-permissions] Updated admin pages to use contains_permission, this...Christopher Long
2006-08-20[per-object-permissions] Expanded on has_module_perm to check for row level p...Christopher Long
2006-08-20[per-object-permissions] Removed commented (unused) codeChristopher Long
2006-08-20[per-object-permissions] Added some more commentsChristopher Long
2006-08-20[per-object-permissions] Minor fixes to admin RLP viewsChristopher Long
2006-08-19[per-object-permissions] Minor fixes to admin RLP interfaceChristopher Long
2006-08-19[per-object-permissions] Changed pagination to use the paginator tag describe...Christopher Long
2006-08-19[per-object-permissions] Added "Edit Row Level Permissions" link on change_fo...Christopher Long
2006-08-19[per-object-permissions] Updating admin interface of RLP to be on a separate ...Christopher Long
2006-08-19[per-object-permissions] Fixed bug in if_has_perm tag that would cause it to ...Christopher Long
2006-08-18[per-object-permissions] Renders multiple object select field using optgroup ...Christopher Long
2006-08-18[per-object-permissions] Added grant_change_row_level_perm and grant_delete_r...Christopher Long
2006-08-15[per-object-permissions] Created template tag if_has_perm to check for a user...Christopher Long
2006-08-14[per-object-permissions] Corrected bug in creating of default row level perms...Christopher Long
2006-08-14[per-object-permissions] Corrected incorrect import in row_level_perm_manipul...Christopher Long
2006-08-14[per-object-permissions] Merged to revision 3582 (resolved conflict)Christopher Long