summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Move the per-object-permissions branch into the attic.archive/attic/per-object-permissionsattic/per-object-permissionsJames Bennett2009-09-110-0/+0
* per-object-permissions: Merged to trunk [5486] NOTE: Not fully tested, will b...Christopher Long2007-06-17467-17641/+69519
* per-object-permissions: Merged to trunk [4241]Adrian Holovaty2006-12-2764-1533/+4054
* per-object-permissions: Merged to trunk [4101]Adrian Holovaty2006-11-251-1/+1
* per-object-permissions: Made some code-formatting changesAdrian Holovaty2006-11-257-205/+141
* per-object-permissions: Merged to trunk [4095]Adrian Holovaty2006-11-2487-637/+3022
* per-object-permissions: Small change to django.db.models.base check to make i...Adrian Holovaty2006-11-241-1/+1
* [per-object-permissions] Merged to trunk [3938]Christopher Long2006-10-2792-2040/+5402
* [per-object-permissions] Fixed a bug where the RLP for an inline object would...Christopher Long2006-10-041-2/+5
* [per-object-permissions] Sets the row level permisisons on objects created in...Christopher Long2006-10-032-0/+18
* [per-object-permissions] First version where inline objects are checked for r...Christopher Long2006-10-034-4/+69
* [per-object-permissions] Latest revision showed "Edit Row Level Permissions" ...Christopher Long2006-09-251-1/+1
* [per-object-permissions] Merged to trunk [3809]Christopher Long2006-09-2361-810/+3354
* [per-object-permissions] Fixes the bug described by schotm where group permis...Christopher Long2006-09-231-1/+1
* [per-object-permissions] Fixes another problem when using one-to-one relation...Christopher Long2006-09-181-2/+5
* [per-object-permissions] Fixes bug described in ticket #2749Christopher Long2006-09-172-2/+3
* [per-object-permissions] Fixes the delete permission which assumed the object...Christopher Long2006-09-151-1/+2
* [per-object-permissions] Fixes MySQL error caused by when a user is not a mem...Christopher Long2006-09-121-6/+9
* [per-object-permissions] Fixes problem with one-to-one relationships as the o...Christopher Long2006-09-123-8/+11
* [per-object-permissions] Merged to trunk [3731]Christopher Long2006-09-0751-169/+1469
* [per-object-permissions] Fixes #2664 and #2663Christopher Long2006-09-071-4/+4
* [per-object-permissions] Fixes #2652, modified the form field to include the ...Christopher Long2006-09-041-4/+4
* [per-object-permissions] Fixed #2622 and added in contains_permission method ...Christopher Long2006-08-301-1/+4
* [per-object-permissions] Fixed missing parenthesisChristopher Long2006-08-291-1/+1
* [per-object-permissions] New method: get_model_list in the RowLevelPermission...Christopher Long2006-08-283-10/+26
* [per-object-permissions] Merged to trunk 3666Christopher Long2006-08-2892-1171/+1471
* [per-object-permissions] Removed a debug print statement and changed an incor...Christopher Long2006-08-251-3/+1
* [per-object-permissions] Fixed a bug where delete row level permission was gi...Christopher Long2006-08-241-1/+3
* [per-object-permissions] Fixed two bugs (noticed by Robert). 1) has_add_permi...Christopher Long2006-08-242-14/+18
* [per-object-permissions] Fixed up some commentsChristopher Long2006-08-213-4/+10
* [per-object-permissions] Update to trunkChristopher Long2006-08-2015-22/+142
* [per-object-permissions] Fixed bug in contains_permission where it was just c...Christopher Long2006-08-206-20/+25
* [per-object-permissions] Added comments to change_list and admin_list.pyChristopher Long2006-08-203-2/+5
* [per-object-permissions] Removed debug print statement in auth/models.pyChristopher Long2006-08-205-12/+17
* [per-object-permissions] Updated admin pages to use contains_permission, this...Christopher Long2006-08-202-13/+23
* [per-object-permissions] Expanded on has_module_perm to check for row level p...Christopher Long2006-08-201-1/+103
* [per-object-permissions] Removed commented (unused) codeChristopher Long2006-08-206-89/+59
* [per-object-permissions] Added some more commentsChristopher Long2006-08-202-3/+9
* [per-object-permissions] Minor fixes to admin RLP viewsChristopher Long2006-08-202-10/+8
* [per-object-permissions] Minor fixes to admin RLP interfaceChristopher Long2006-08-192-3/+2
* [per-object-permissions] Changed pagination to use the paginator tag describe...Christopher Long2006-08-195-11/+71
* [per-object-permissions] Added "Edit Row Level Permissions" link on change_fo...Christopher Long2006-08-195-39/+92
* [per-object-permissions] Updating admin interface of RLP to be on a separate ...Christopher Long2006-08-196-36/+144
* [per-object-permissions] Fixed bug in if_has_perm tag that would cause it to ...Christopher Long2006-08-191-7/+11
* [per-object-permissions] Renders multiple object select field using optgroup ...Christopher Long2006-08-181-8/+34
* [per-object-permissions] Added grant_change_row_level_perm and grant_delete_r...Christopher Long2006-08-182-1/+12
* [per-object-permissions] Created template tag if_has_perm to check for a user...Christopher Long2006-08-152-0/+90
* [per-object-permissions] Corrected bug in creating of default row level perms...Christopher Long2006-08-141-2/+2
* [per-object-permissions] Corrected incorrect import in row_level_perm_manipul...Christopher Long2006-08-142-5/+4
* [per-object-permissions] Merged to revision 3582 (resolved conflict)Christopher Long2006-08-141-1/+3