| Age | Commit message (Expand) | Author |
| 2009-01-15 | Changing t() placeholder syntax from {{replace_me}} to %replace_me. | Andy Staudacher |
| 2009-01-14 | Make sure that helper functions are all static. Add new | Bharat Mediratta |
| 2009-01-12 | Implement deleting dashboard blocks. | Bharat Mediratta |
| 2009-01-12 | Updated for new Form_Submit API. | Bharat Mediratta |
| 2009-01-08 | i18n refactoring: Rename all _() (reserved by gettext) calls to t(). | Andy Staudacher |
| 2009-01-06 | Fix up all the various little forms to have submit buttons, fieldset legends,... | Bharat Mediratta |
| 2009-01-04 | Put up an error if you try to reuse an existing tag name | Bharat Mediratta |
| 2009-01-04 | Allow renaming of tags using a modal dialog. Put up a confirmation | Bharat Mediratta |
| 2009-01-04 | Simple admin tags interface. | Bharat Mediratta |
| 2009-01-04 | Remove unnecessary comments. | Bharat Mediratta |
| 2009-01-01 | Change the preamble for views in two ways: | Bharat Mediratta |
| 2008-12-30 | Make some columns smaller so that multi-column keys don't exceed 1024 | Bharat Mediratta |
| 2008-12-30 | Fixed indents | Chad Kieffer |
| 2008-12-29 | Remove rest::JSON content type; it's causing lots of problems and it doesn't ... | Bharat Mediratta |
| 2008-12-29 | url::site is implicit in Forge actions, don't specify it a 2nd time | Bharat Mediratta |
| 2008-12-25 | Big round of normalization of the way that our controllers | Bharat Mediratta |
| 2008-12-25 | Convert tag module over to returning JSON. | Bharat Mediratta |
| 2008-12-24 | Normalize our Admin controllers so that functions always print out | Bharat Mediratta |
| 2008-12-23 | Change photo::create() and album::create() to take ORM instances | Bharat Mediratta |
| 2008-12-22 | Change the way that we track modules. | Bharat Mediratta |
| 2008-12-18 | Refactor site admin menu into a theme function and build the menus in | Bharat Mediratta |
| 2008-12-17 | Add Item_Model::viewable() which we can use to restrict any query to | Bharat Mediratta |
| 2008-12-17 | Added label to add tag form input | Chad Kieffer |
| 2008-12-14 | Should be get_var not set_var | Tim Almdal |
| 2008-12-13 | Don't have to check if the item is loaded now, access::can will guard against... | Bharat Mediratta |
| 2008-12-13 | Fix security pattern. We can't successfully call access::can unless the item... | Bharat Mediratta |
| 2008-12-13 | Add permission check on the tag add controller, in case some bypasses the vie... | Tim Almdal |
| 2008-12-13 | Add a permissions check to determine if the active user has edit permission o... | Tim Almdal |
| 2008-12-12 | Remove a couple of todo's by store the "theme name", "admin theme name" and "... | Tim Almdal |
| 2008-12-01 | Grouped inline form styles. No longer using gInline class in favor of specifi... | Chad Kieffer |
| 2008-11-29 | Changed CSS organization, removed form section. Moved generic form CSS up to ... | Chad Kieffer |
| 2008-11-29 | Fix another bug caused by moving this from tag to tag_event | Bharat Mediratta |
| 2008-11-29 | Fix a bug where we were listening to the wrong event. | Bharat Mediratta |
| 2008-11-28 | Create module::event() which runs Gallery events. It works by | Bharat Mediratta |
| 2008-11-28 | Check for APP13 before using it | Bharat Mediratta |
| 2008-11-28 | When an image is uploaded (i.e. created) the tag module will now extract any ... | Tim Almdal |
| 2008-11-28 | Rename tag_block_cloud.html.php to tag_cloud.html.php | Bharat Mediratta |
| 2008-11-28 | Tags_Model::items() now lets you filter by item type | Bharat Mediratta |
| 2008-11-28 | Rename item events and create events for comment create, login, logout, user ... | Tim Almdal |
| 2008-11-28 | Add event plumbing to allow the tag module to be notified when a photo is cre... | Tim Almdal |
| 2008-11-27 | 1) Create a Theme_View class that combines the functionality of the Theme cla... | Tim Almdal |
| 2008-11-27 | Make tags look a little better. | Bharat Mediratta |
| 2008-11-27 | Centralize logging around installing/uninstalling modules. | Bharat Mediratta |
| 2008-11-27 | Move form generation off into tag::get_add_form(). We can't use a controller... | Bharat Mediratta |
| 2008-11-27 | Remove stray trailing blank lines | Bharat Mediratta |
| 2008-11-27 | Get rid of the placeholder "add tags here..." text, and clear the form | Bharat Mediratta |
| 2008-11-27 | Refactor cloud generation into a helper so that we can call it from | Bharat Mediratta |
| 2008-11-27 | Clean up REST pattern in tags: | Bharat Mediratta |
| 2008-11-27 | Fix indentation. | Bharat Mediratta |
| 2008-11-27 | We are now submitting the ajax tag add form to the server correctly and rehoo... | Tim Almdal |