| 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-13 | Gee it's May already. Update copyright to 2009. | Bharat Mediratta | |
| 2009-04-02 | Continuation of r20518. Remove all the cases were the csrf values in | Tim Almdal | |
| views were being manually set. Also removed it from the Admin_View. | |||
| 2009-03-27 | Put csrf token into Admin_View and Theme_View by default, then use it | Bharat Mediratta | |
| directly wherever possible instead of access::csrf_token(). | |||
| 2009-01-27 | Remove unused theme code left over from before virshu moved theme | Bharat Mediratta | |
| settings into Admin_Themedetails. | |||
| 2009-01-15 | Changing t() placeholder syntax from {{replace_me}} to %replace_me. | Andy Staudacher | |
| 2009-01-13 | Call 'site' themes 'Gallery' themes since site means less to users. Fix ↵ | Bharat Mediratta | |
| swapped messages | |||
| 2009-01-13 | Change admin/themes to show both styles of themes side by side. This | Bharat Mediratta | |
| eliminates the menu, which is kind of clunky. While I'm at it, let's call the "regular" themes a "site theme" so we have "site" and "admin" themes. | |||
| 2009-01-11 | Rework the way we do theme selection. Show the currently active theme | Bharat Mediratta | |
| and then thumbnails for all the other available themes. If you select one of the other available themes, it gives you a preview pane where you can look at either the main page or the site admin page with the new theme, then choose to activate it if you like it. | |||
| 2009-01-10 | Save individual theme values | Felix Rabinovich | |
| 2009-01-10 | Submit theme values | Felix Rabinovich | |
| 2009-01-10 | Display theme details | Felix Rabinovich | |
| 2009-01-10 | style cleanup. | Bharat Mediratta | |
| 2009-01-10 | Split themes into two tabs for regular and admin themes | Felix Rabinovich | |
| 2009-01-09 | Theme Administration cleanup initialization | Felix Rabinovich | |
| 2009-01-09 | Theme Administration v. 2. Doesn't distinguish between regular and admin ↵ | Felix Rabinovich | |
| themes yet | |||
| 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-01 | Theme Administration implementation | Felix Rabinovich | |
