summaryrefslogtreecommitdiff
path: root/modules/tag
AgeCommit message (Expand)Author
2010-01-26Add support for adding tags in the item_tags and tag_itemsBharat Mediratta
2010-01-24Simplify tag::add().Bharat Mediratta
2010-01-23Update tests for recent REST changes.Bharat Mediratta
2010-01-22Create symmetrical relationship collections: item_tags and tag_itemsBharat Mediratta
2010-01-22Return the url of the newly created item from post().Bharat Mediratta
2010-01-22New tests for tag_item_restBharat Mediratta
2010-01-22Updated tests to pass after recent refactor of tag_rest.Bharat Mediratta
2010-01-22Updated tests to pass after recent refactor of tags_rest.Bharat Mediratta
2010-01-22Reshape the rest code to be more consistent with regards toBharat Mediratta
2010-01-21Guard against division by zero.Bharat Mediratta
2010-01-21Actually deny permissions in delete_item_from_tag_fails_without_permissions_t...Bharat Mediratta
2010-01-20Rewrite and greatly simplify the tests for the new tag_rest implementation.Bharat Mediratta
2010-01-20Remove unused untagging code from put()Bharat Mediratta
2010-01-20New test for tags_rest.phpBharat Mediratta
2010-01-20Simplify and update for model based validation.Bharat Mediratta
2010-01-19Extend Gallery_Unit_Test_Case instead of Unit_Test_Case.Bharat Mediratta
2010-01-19Fix a typo: $item -> $tag.Bharat Mediratta
2010-01-19Fix a typo "tags" -> "tag"Bharat Mediratta
2010-01-19Change rest::url() to take a module name and a resource. The moduleBharat Mediratta
2010-01-18Merge branch 'master' into bharat_devBharat Mediratta
2010-01-18Coerce some integers to strings now that ORM isn't typecasting anymore.Bharat Mediratta
2010-01-17Qualify the Bad Request output when the name is missingBharat Mediratta
2010-01-17Remove unnecessary comment.Bharat Mediratta
2010-01-16Use "(string) $form" instead of "$form->__toString()"Bharat Mediratta
2010-01-05Improve REST tag support.Bharat Mediratta
2010-01-05$offset should be null by default, not 0. Hold over bug from the K24 migration.Bharat Mediratta
2010-01-05$offset should be null by default, not 0. Hold over bug from the K24 migration.Bharat Mediratta
2010-01-04Further progress on refining the REST server side code.Bharat Mediratta
2010-01-03Simplify the REST API code. Here's what I did:Bharat Mediratta
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