summaryrefslogtreecommitdiff
path: root/core/views/permissions_form.html.php
AgeCommit message (Collapse)Author
2009-05-27Restructure things so that the application is now just another module.Bharat Mediratta
Kohana makes this type of transition fairly straightforward in that all controllers/helpers/etc are still located in the cascading filesystem without any extra effort, except that I've temporarily added a hack to force modules/gallery into the module path. Rename what's left of "core" to be "application" so that it conforms more closely to the Kohana standard (basically, just application/config/config.php which is the minimal thing that you need in the application directory) There's still considerable work left to be done here.
2009-05-15Make denied links not clickable at the root level when the permissionBharat Mediratta
is already denied. Ie, at the root level you can't click the item to reset because there's no permission to inherit from, so denied is now just a non-actionable status.
2009-05-14permissions UI faceliftJakob Hilden
2009-05-10Document why we skip the parent state for the root album.Bharat Mediratta
2009-04-12added icons to permissions UIJakob Hilden
2009-01-12Minor markup cleanup.Chad Kieffer
2009-01-09HTML fixesAndy Staudacher
2009-01-08i18n refactoring: Rename all _() (reserved by gettext) calls to t().Andy Staudacher
- And refactor printf to our string interpolation / pluralization syntax - Also, a slight change to the translations_incomings table, using binary(16) instead of char(32) as message key.
2009-01-06Wrap permissions in a <fieldset> so that we get a label for the dialogBharat Mediratta
2009-01-04Remove border attribute from table.Chad Kieffer
2009-01-01Turn the permission dialog into a real 3-state faux checkbox. If weBharat Mediratta
replace them with intuitive icons, we're most of the way there.
2008-12-31Extend permissions interface to allow resetting to the parental default.Bharat Mediratta
2008-12-31Ajaxify the permissions browsing dialog. It only does allow/denyBharat Mediratta
right now, it doesn't allow you to reset to inherited values. That's next.
2008-12-31Rename permission_xxx to permissions_xxx for consistencyBharat Mediratta