source: trunk/merengueproj/merengue/base/admin.py @ 5584

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @5567   6 weeks esanchez A more simple orderable related model admin. Fixes #2311
(edit) @5391   7 months pmartin See #2151 Last changes in refactor of exception Permission Denied
(edit) @5386   7 months pmartin See #2151 First version of refactor PermissionDenied? of Django to merengue
(edit) @5264   10 months msaelices Fixed the admin change_status action when executed by a non superuser. It …
(edit) @5262   10 months pmartin See #1 Change status by workflow_status
(edit) @5251   10 months pmartin See #2188
(edit) @5248   10 months pmartin Fixes #2188 Now the change list using workflow_status
(edit) @5210   11 months pmartin Fixes #2179 The slug is wrong
(edit) @5208   11 months msaelices Reverted [5074] and find a better solution for selecting the main content …
(edit) @5205   11 months pmartin Fixes #2177 Now works, the parent model admin is setted
(edit) @5186   11 months pmartin Fixes #2166
(edit) @5165   11 months pmartin Fixes #2155 Changes in the tag field
(edit) @5121   11 months msaelices Warn to the user the permissions should be changed in the workflow. By …
(edit) @5104   11 months msaelices Fixed the "set as draft", "set as pending" and "set as published" actions. …
(edit) @5075   11 months msaelices Cleaner code, but not yet the best solution. See #2114. See #1.
(edit) @5074   11 months pmartin See #2115 A temporal solution
(edit) @5073   11 months pmartin Fixes #2114 Now works
(edit) @5069   11 months msaelices Changed some buggy and weird things related to permissions checking in …
(edit) @5068   11 months msaelices Too generic for working. Now this is a more specific solution. See #2110.
(edit) @5067   11 months msaelices A better logic to check if one user has permissions over a model admin. …
(edit) @5027   11 months esanchez Change url of openlayers js. Fixes #2084
(edit) @5016   11 months msaelices Refactored the "delete" permission checking to be more flexible. Now can …
(edit) @5005   11 months esanchez Allow to delete now basecontents when deleting from a related model admin. …
(edit) @5003   11 months esanchez Allow deleting contact info without deleting in cascade. See #2042
(edit) @5000   11 months esanchez Do not allow to remove the contant info instance. See #2042
(edit) @4998   11 months esanchez Add to the related model admins the ability to delete non base content …
(edit) @4981   11 months msaelices Better naming. See #1.
(edit) @4976   11 months msaelices Make sure the object is a basecontent instance before permission …
(edit) @4953   11 months pmartin See #2042 A little error when I add multimedia contents
(edit) @4951   11 months esanchez Choice the selectable status between the selectable ones in the parent …
(edit) @4950   11 months esanchez Inherit all the local roles not only the ones from the current user. See …
(edit) @4947   11 months esanchez Extended delete view with protected contents from django. See #2046
(edit) @4945   11 months esanchez New created contents inherit local roles that the user had in parent …
(edit) @4936   11 months esanchez Adapt base related model admin so it gets its permissions from its base …
(edit) @4852   11 months msaelices Remove manage_portal permission. Now always will be used "manage_site". …
(edit) @4831   11 months msaelices Cleaned code and write some doc string and comments. See #1.
(edit) @4774   12 months esanchez Since django 1.2 this is no longer called throuhg_model. Fixes #1953
(edit) @4751   12 months esanchez Fix typo. Fixes #1931
(edit) @4724   12 months esanchez Change user widgets. Fixes #1931
(edit) @4555   13 months esanchez Added participants relation and Participant role. Fixes #1860 no-pep8, …
(edit) @4540   13 months precio Fix bug on basecontent admin form. Calling the parent function before the …
(edit) @4526   13 months pmartin See #1 #1816 A little error
(edit) @4524   13 months pmartin See #1816 Adapt merengue to changes in autoreports
(edit) @4511   13 months msaelices Allow to change or remove the section which belongs to any content. Fixes …
(edit) @4496   13 months precio Fixes issue on admins that have some field named 'status' but is not the …
(edit) @4489   13 months msaelices Merged from WF branch to trunk/. See #1827. Merged revisions …
(edit) @4488   13 months msaelices Merged from WF branch to trunk/. See #1827. Merged revisions …
(edit) @4380   13 months jtarragon make base content orderable. Closes #1812.
(edit) @4373   13 months esanchez Do not assume there is a related field. See #1808
(edit) @4347   13 months eperez remove extra space, see #1
(edit) @4311   14 months eperez pep8 compliance, see #1
(edit) @4306   14 months eperez remove newlines, see #1 no-pep8
(edit) @4305   14 months eperez changelog admin view, see #1778 no-pep8
(edit) @4279   14 months esanchez Remove readonly fields from prepopulated fields. Fixes #1764
(edit) @4207   14 months msaelices Merged back the Django 1.3 compatibility branch into trunk/. See #1568. …
(edit) @4192   14 months esanchez Check original status when updating a query via batchadmin action. Fixes …
(edit) @4097   14 months msaelices Fixed when a owner of a section tries to create an object into that …
(edit) @4091   14 months msaelices We don't allow users with publishing permission to change status of a …
(edit) @4078   14 months esanchez Create a review task when a content enters into pending state. Fixes #1679
(edit) @4074   14 months msaelices Creator becomes automatically the owner of the contents he create. The …
(edit) @4064   14 months esanchez Allow to define default status in settings. Fixes #1674
(edit) @4051   14 months msaelices Changed the permission checking to put the choices for status field. Fixes …
(edit) @4034   14 months jtarragon make acquire_section_ownership work with multiemedia and forum threads. …
(edit) @4024   14 months jtarragon allow users to manage content within the sections they own. Closes #1634. …
(edit) @3950   15 months jtarragon complete django-notification integration and configure announcement …
(edit) @3921   15 months esanchez Manage permissions as a related model admin. Fixes #1570
(edit) @3856   15 months jtarragon allow announcements to view viewed independently, and filter them site …
(edit) @3827   15 months msaelices Included 'parse_path' in functions in which we pass the parent model admin …
(edit) @3821   15 months msaelices Developers now can set the permission checking for every object tool. The …
(edit) @3819   15 months msaelices Removed the "permissions" button in admin listing views when no parent …
(edit) @3756   15 months msaelices Included css classes for all links, to be "stylable" with CSS. See #1503.
(edit) @3749   15 months msaelices Fixes #1502. We ensure only the change_view, add_view, history_view and …
(edit) @3746   15 months msaelices Included autoreports tools. Refactored RelatedModelAdmin?.object_tools to …
(edit) @3740   15 months esanchez Group translated fields. Fixes #1512
(edit) @3734   15 months msaelices Fixed object tools when legacy Django ModelAdmin? are used. I had to change …
(edit) @3731   15 months msaelices Fixed some errors. Adapted all the plugins. Improve some usability things, …
(edit) @3730   15 months msaelices Implemented related object tools: object tools inside related admins. Not …
(edit) @3721   15 months jtarragon install and integrate django-announcements into admin. See #1302.
(edit) @3700   15 months esanchez Filter basecontent ids trough session instead of passing all the ids in …
(edit) @3687   15 months esanchez Filter by class name. Fixes #1483
(edit) @3346   16 months msaelices Fixes lookup error raised by Django 1.1.3 because new security checks not …
(edit) @3203   16 months esanchez Change incorrect 'inside_basecontent' context variable. See #1293
(edit) @3145   16 months pmartin See #1 A little changes in merengue
(edit) @3141   16 months msaelices Rewrited delete_view to considere Merengue permissions when objects …
(edit) @2917   17 months msaelices Using ReadOnlyWidget? from cmsutils. Fixes #1245.
(edit) @2885   17 months msaelices Added utility base class to be inherits in all plugin model admins. This …
(edit) @2857   17 months msaelices Removed redundant information in Copyright. See #1166. no-pyflakes. …
(edit) @2801   17 months esanchez Improve admin usability for content managers. See #1061
(edit) @2789   17 months msaelices The edit permission over the section of a content is not needed to edit a …
(edit) @2772   17 months precio Completed the structural's contents logic: * If a content is …
(edit) @2763   17 months precio Better checkings of no_changeable field of BaseContent. Close …
(edit) @2743   17 months precio Improved the checks on static content. Close #1094 | no-pyflakes
(edit) @2742   17 months esanchez Fix tag's ajax autocomplete. Fixes #1130
(edit) @2735   17 months pmartin See #1 There was a error when a class inherit of BaseContent?.
(edit) @2726   18 months precio When the form is builded, if there are fields ReadOnly?, their widget …
(edit) @2724   18 months msaelices Used admin_redirect only in /admin/base/basecontent/ admin view. Fixes …
(edit) @2710   18 months msaelices Excluded adquire_global_permissions in basecontent admin view, because it …
(edit) @2676   18 months esanchez No changeable logic. No deletable logic. Fixes #1094 no-pyflakes
(edit) @2562   18 months esanchez Overwrite just the get_urls of admin.ModelAdmin?. Fixes #1043
(edit) @2523   19 months pmartin See #1 Adapting to autoreports
Note: See TracRevisionLog for help on using the revision log.