| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-05-27 | Restructure 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-15 | Make denied links not clickable at the root level when the permission | Bharat 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-14 | permissions UI facelift | Jakob Hilden | |
| 2009-05-10 | Document why we skip the parent state for the root album. | Bharat Mediratta | |
| 2009-04-12 | added icons to permissions UI | Jakob Hilden | |
| 2009-01-12 | Minor markup cleanup. | Chad Kieffer | |
| 2009-01-09 | HTML fixes | Andy Staudacher | |
| 2009-01-08 | i18n 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-06 | Wrap permissions in a <fieldset> so that we get a label for the dialog | Bharat Mediratta | |
| 2009-01-04 | Remove border attribute from table. | Chad Kieffer | |
| 2009-01-01 | Turn the permission dialog into a real 3-state faux checkbox. If we | Bharat Mediratta | |
| replace them with intuitive icons, we're most of the way there. | |||
| 2008-12-31 | Extend permissions interface to allow resetting to the parental default. | Bharat Mediratta | |
| 2008-12-31 | Ajaxify the permissions browsing dialog. It only does allow/deny | Bharat Mediratta | |
| right now, it doesn't allow you to reset to inherited values. That's next. | |||
| 2008-12-31 | Rename permission_xxx to permissions_xxx for consistency | Bharat Mediratta | |
