__hgweb

log

age author description
3 weeks Jannis Leidel Added tag 0.4 for changeset 6d55a80ea6d4default tip
3 weeks Jannis Leidel Updated README a bit.0.4
3 weeks Jannis Leidel Prepare for 0.4 release.
3 weeks Jannis Leidel Added fixture file to package data.
3 weeks Jannis Leidel Make use of new helper method introduced with the permission assigning features.
3 weeks Jannis Leidel Further nitpicking.
3 weeks Jannis Leidel Minor nitpicking.
3 weeks Jannis Leidel Updated buildout config a little to make sure we call the Django versions by their names.
3 weeks Diego Búrigo Zacarão Fixed test_all() method of test.py
4 weeks Jannis Leidel Moved authority app from src/ to root directory
4 weeks Jannis Leidel Added James Pic to list of authors
4 weeks Jannis Leidel Automated merge with http://bitbucket.org/jpic/django-authority/
3 months jpic Implemented assign(), but a test doesn't pass.
3 months jpic Add basic behaviour tests for BasePermission.assign()
3 months jpic Add basic behaviour test
3 months jpic Add manage.py in example project, useful to run tests ootb with ./manage.py test authority
3 months Jannis Leidel Added news for last commits
4 months Jannis Leidel Moved setting the user field widget to correct location in UserPermissionForm
4 months Jannis Leidel Show how to override a form in the add_permission view in the example project
4 months Jannis Leidel Renamed upload_sphinx section to upload_docs because the command was added to distribute, yay
4 months Jannis Leidel Added example db to hgignore
4 months Jannis Leidel Added ability to override form in add_permission view
4 months Jannis Leidel Added TODO to .hgignore *snicker*
4 months Jannis Leidel Updated buildout config
5 months Jannis Leidel Fix isse #6 - Fix PermissionDescriptor.__get__ signature
5 months Jannis Leidel Bumped Django version in buildout recipe up to 1.1
6 months Jannis Leidel Updated readme a bit
6 months Jannis Leidel Added tag 0.3 for changeset 9f43899a6fb4
6 months Jannis Leidel Bumped version to 0.4
6 months Jannis Leidel Bumped version up0.3
6 months Jannis Leidel Updated manifest template and readme in preparation for release
6 months Jannis Leidel Updated docstrings in template tags a bit
6 months Diego Búrigo Zacarão Added get_permission_request templatetag
6 months Jannis Leidel Removed a bit of redundancy of the permission check API
6 months Jannis Leidel Added SQL files to migrate permission model from 0.2 to 0.3
6 months Jannis Leidel Use a hidden input if we want to add or request a specific permission
6 months Jannis Leidel Added Diego for his tremendous help in creating this app
6 months Jannis Leidel Merge commit
6 months Jannis Leidel Added date_requested and date_approved fields to Permission model, to accompany the permission request changes. This requires a schema change.
6 months Jannis Leidel Fixed typo in docs.
6 months Diego Búrigo Zacarão Not necessary anymore
6 months Diego Búrigo Zacarão bugfix: Initial user value in the view for permission requests
6 months Diego Búrigo Zacarão Added Permission Request feature
6 months Jannis Leidel Automated merge with http://bitbucket.org/barttc/django-authority/
6 months Martin Mahner Automated merge with ssh://hg@bitbucket.org/jezdez/django-authority/
6 months Martin Mahner Docs: Updated nature theme, removed the justified text style:
6 months Jannis Leidel Re-added dev tagging and bumping version up to 0.3
6 months Jannis Leidel Added tag 0.2 for changeset b6291a00d996
6 months Jannis Leidel Added docs to source distribution and removed dev version tag for upcoming release0.2
6 months Jannis Leidel Added check for the permission to change permissions before running the admin action. Updated docs.
6 months Jannis Leidel Move the admin actions to the admin.py to make it easier to handle the registering it with the default admin site. Fixed a bug where the short description of the admin action wasn't lazy. Updated docs.
6 months Martin Mahner Automated merge with ssh://hg@bitbucket.org/jezdez/django-authority/
6 months Martin Mahner Docs: Documented how to remove the admin action.
6 months Martin Mahner AdminAction: Gave the permission action a name, so it's later removeable
6 months Jannis Leidel Added experimental descriptor 'permissions' to every model registered with the authority
7 months Jannis Leidel Automated merge with ssh://hg@bitbucket.org/jezdez/django-authority
7 months Jannis Leidel Moved add_url_for_obj function to templatetag lib and registered it as a template tag
7 months Martin Mahner Docs: Added the logo to the topleft sidebar. Text is now converted with smartypants.
7 months Martin Mahner Docs: brightened the favion a bit
7 months Martin Mahner Docs: Updated to version 0.2. Removed Jannis from the copyright line.
bitbucket.org: django-authority