summaryrefslogtreecommitdiff
path: root/modules/tag
AgeCommit message (Expand)Author
2010-01-02Remove the Rest_Exception::trigger method.Tim Almdal
2010-01-02Fix the tag_rest helper testsTim Almdal
2010-01-02Correct file structure tests, Have the tests delete the userid they create so...Tim Almdal
2009-12-31Remove extra debug statement in rest_controller::access_key() and restructure...Tim Almdal
2009-12-31Create a Rest_Exception class and use it to convey status to the client inste...Tim Almdal
2009-12-301) Remove the rest::not_found method and replace it with "throw new Kohana_40...Tim Almdal
2009-12-30whitespace.Bharat Mediratta
2009-12-27Clean up validation the check for duplicate names or slugs, finish converting...Tim Almdal
2009-12-26Merge branch 'master' into talmdal_devTim Almdal
2009-12-24Add the functionality to add, delete and rename tags via the Gallery3 remote ...Tim Almdal
2009-12-23Convert a bunch of leftover kohana::show_404 calls to throwBharat Mediratta
2009-12-23Provide a REST interface to retrieve tags or tagged items.Tim Almdal
2009-12-21Updates for the latest version of Kohana 2.4:Bharat Mediratta
2009-12-18Remove some unused references to Database::instance()Bharat Mediratta
2009-12-06Update database queries.Bharat Mediratta
2009-12-06Fix a few more database queriesBharat Mediratta
2009-12-06Fix some database calls.Bharat Mediratta
2009-11-26Convert some more Database::instance() calls to db::build() form.Bharat Mediratta
2009-11-26Convert all DB where() calls to take 3 arguments.Bharat Mediratta
2009-11-25ORM::orderby -> ORM::order_byBharat Mediratta
2009-11-25ORM::orderby -> ORM::order_byBharat Mediratta
2009-11-25Kohana::show_404() -> throw new Kohana_404_Exception()Bharat Mediratta
2009-11-25Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_devBharat Mediratta
2009-11-25Preliminary work to cut over to Kohana 2.4Bharat Mediratta
2009-11-25Refactor the tags to remove the REST_Controller. Partial fix for ticket #917Tim Almdal
2009-11-20Convert the Simple Uploader form over to Forge, and use the eventBharat Mediratta
2009-11-19Add the ability to add tags for files that are uploaded using the simple loader.Tim Almdal
2009-11-19Revert "Create theme::get_var(), theme::set_var() methods to set the options ...Tim Almdal
2009-11-18Create theme::get_var(), theme::set_var() methods to set the options of the a...Tim Almdal
2009-11-17Redesign the way that we consider page types to create buckets of pageBharat Mediratta
2009-11-14Normalize tags a bit.Bharat Mediratta
2009-11-09Revert "Try an new approach to extending forms. Create an extend_form event....Tim Almdal
2009-11-07Merge branch 'master' into talmdal_devTim Almdal
2009-11-06Clean up the In place edit api:Tim Almdal
2009-11-06Merge branch 'master' into talmdal_devTim Almdal
2009-11-06The ajaxify_tag_form was not being called when the block was created. Moved ...Tim Almdal
2009-11-06Merge branch 'master' into talmdal_devTim Almdal
2009-11-05Refactor out the in place editting and use the new gallery.in_place_edit widg...Tim Almdal
2009-11-01Try an new approach to extending forms. Create an extend_form event. For the...Tim Almdal
2009-10-28Normalize capitalization ticket #596Tim Almdal
2009-10-27Correct tag admin list markup that I likely hacked up during recent commits. ...Chad Kieffer
2009-10-23Standardize message markup, make the update block status message translatable.Chad Kieffer
2009-10-20Removed console.log() debug output.Chad Kieffer
2009-10-20Minor tag admin style updates.Chad Kieffer
2009-10-20Update tag error messages to use g-action-status and g-message-block. Style g...Chad Kieffer
2009-10-20Rollback tag admin to fix. Now functioning.Chad Kieffer
2009-10-18Resolve merge conflict.Chad Kieffer
2009-10-18Resolve tag module conflicts.Chad Kieffer
2009-10-18Wrap all admin views in g-block and g-block content. This provides the means ...Chad Kieffer
2009-10-18Fixed add tag short form layout.Chad Kieffer