symposion_app/symposion
Scott Bragg a6405ccfc7 Fix team permissions backend not pulling out manager_permissions
Something like
request.user.has_perm('reviews.can_manage_%s' % proposal.kind.section.slug)

Will aways return false as the backend does a lookup of team membership
(member or manager) but only grabs the 'permissions' and not the
'manager_permissions' field
2016-06-13 21:21:21 +10:00
..
conference Drop deprecated url patterns format 2016-02-27 16:54:42 -06:00
locale add japanese translation 2015-06-21 12:51:36 +09:00
proposals Drop deprecated url patterns format 2016-02-27 16:54:42 -06:00
reviews Update css_class methods to use new vote scoring (removed VOTE_ZERO) 2016-06-13 20:46:13 +10:00
schedule Show unpublished conference schedule to staff. 2016-03-15 12:17:46 -04:00
speakers Adds twitter_username to Speaker 2016-03-14 22:24:14 -05:00
sponsorship Drop deprecated url patterns format 2016-02-27 16:54:42 -06:00
static drop old unused chosen 2015-07-11 16:02:35 +09:00
teams Fix team permissions backend not pulling out manager_permissions 2016-06-13 21:21:21 +10:00
utils Massively upgrade symposion 2015-10-16 12:37:35 -05:00
__init__.py bump version for dev 2013-03-14 04:56:04 -04:00
conf.py Ignore linting the settings import 2014-12-18 08:19:01 -06:00
markdown_parser.py fix pip8 warnings 2015-10-17 10:57:18 +09:00
models.py add blank models.py to symposion 2012-08-14 04:20:46 -04:00
views.py Massively upgrade symposion 2015-10-16 12:37:35 -05:00