| Age | Commit message (Expand) | Author |
| 2009-12-23 | Convert a bunch of leftover kohana::show_404 calls to throw | Bharat Mediratta |
| 2009-12-21 | Updates for the latest version of Kohana 2.4: | Bharat Mediratta |
| 2009-12-06 | Fix a few more database queries | Bharat Mediratta |
| 2009-12-06 | Fix some database calls. | Bharat Mediratta |
| 2009-11-26 | Convert all DB where() calls to take 3 arguments. | Bharat Mediratta |
| 2009-11-25 | ORM::orderby -> ORM::order_by | Bharat Mediratta |
| 2009-11-25 | Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev | Bharat Mediratta |
| 2009-11-25 | Preliminary work to cut over to Kohana 2.4 | Bharat Mediratta |
| 2009-11-25 | Refactor the tags to remove the REST_Controller. Partial fix for ticket #917 | Tim Almdal |
| 2009-11-19 | Revert "Create theme::get_var(), theme::set_var() methods to set the options ... | Tim Almdal |
| 2009-11-18 | Create theme::get_var(), theme::set_var() methods to set the options of the a... | Tim Almdal |
| 2009-11-17 | Redesign the way that we consider page types to create buckets of page | Bharat Mediratta |
| 2009-11-14 | Normalize tags a bit. | Bharat Mediratta |
| 2009-11-06 | Clean up the In place edit api: | Tim Almdal |
| 2009-11-05 | Refactor out the in place editting and use the new gallery.in_place_edit widg... | Tim Almdal |
| 2009-09-17 | Minor style fix: (string) $var, not (string)$var, and move the explicit cast ... | Andy Staudacher |
| 2009-09-17 | use an implicit cast to convert the translated error message to a string as i... | Tim Almdal |
| 2009-09-17 | Cleanup issues with the original fix for #779 | Tim Almdal |
| 2009-09-16 | When editing tags in place, and there is a validation error, highlight the ta... | Tim Almdal |
| 2009-09-15 | Stricter input handling (cast to int) | Andy Staudacher |
| 2009-09-15 | Controller auth / CSRF fixes | Andy Staudacher |
| 2009-09-15 | CSRF / auth fixes, golden data file checkpoint | Andy Staudacher |
| 2009-08-29 | Update all code to use helper method html::clean(), html::purify(), ... inste... | Andy Staudacher |
| 2009-08-29 | Refactor all calls of p::clean() to SafeString::of() and p::purify() to SafeS... | Andy Staudacher |
| 2009-07-28 | Clean up amd simplify the tag processing: Only allow comma separators between | Tim Almdal |
| 2009-07-28 | Standardize the specification of tags. | Tim Almdal |
| 2009-07-24 | Partial implementation of ticket #80. Provide auto complete and suggestions o... | Tim Almdal |
| 2009-07-23 | Make tag handling consistent by converting spaces to periods and using commas... | Tim Almdal |
| 2009-07-04 | Found another place that p:purify was required. | Tim Almdal |
| 2009-07-01 | Fix a bunch of XSS vulnerabilities turned up by manual inspection | Bharat Mediratta |
| 2009-06-15 | Fix up the titles in the default theme. They've been broken for a | Bharat Mediratta |
| 2009-06-03 | Sanitize all data we return via json_encode() to guard against XSS and | Bharat Mediratta |
| 2009-06-01 | Don't throw an error if there are no visible tags. | Bharat Mediratta |
| 2009-06-01 | Security pass over all controller code. Mostly adding CSRF checking | Bharat Mediratta |
| 2009-05-27 | Update all references to the core application to now point to the | Bharat Mediratta |
| 2009-05-26 | Since organize is now in the preview stage and will probably be | Tim Almdal |
| 2009-05-22 | Implement a basic tag management interface with the organize drawer | Tim Almdal |
| 2009-05-13 | Gee it's May already. Update copyright to 2009. | Bharat Mediratta |
| 2009-05-13 | Allow users to enter multiple tags at once, split by space, semicolon | Bharat Mediratta |
| 2009-03-25 | tag changes in the tag admin should now work as expected | Jakob Hilden |
| 2009-03-12 | Move the setting of the page title into the controller that is | Tim Almdal |
| 2009-03-12 | Rename tag.html.php to dynamic.html.php as part of ticket #115 | Tim Almdal |
| 2009-02-27 | Continue the journey of replacing raw sql with ORM or Database method | Tim Almdal |
| 2009-01-15 | Changing t() placeholder syntax from {{replace_me}} to %replace_me. | Andy Staudacher |
| 2009-01-08 | i18n refactoring: Rename all _() (reserved by gettext) calls to t(). | Andy Staudacher |
| 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 |
| 2008-12-29 | Remove rest::JSON content type; it's causing lots of problems and it doesn't ... | Bharat Mediratta |
| 2008-12-25 | Big round of normalization of the way that our controllers | Bharat Mediratta |