index
:
gallery3.git
master
A clone of the Gallery3 code for testing and development.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
tag
Age
Commit message (
Expand
)
Author
2010-01-26
Add support for adding tags in the item_tags and tag_items
Bharat Mediratta
2010-01-24
Simplify tag::add().
Bharat Mediratta
2010-01-23
Update tests for recent REST changes.
Bharat Mediratta
2010-01-22
Create symmetrical relationship collections: item_tags and tag_items
Bharat Mediratta
2010-01-22
Return the url of the newly created item from post().
Bharat Mediratta
2010-01-22
New tests for tag_item_rest
Bharat Mediratta
2010-01-22
Updated tests to pass after recent refactor of tag_rest.
Bharat Mediratta
2010-01-22
Updated tests to pass after recent refactor of tags_rest.
Bharat Mediratta
2010-01-22
Reshape the rest code to be more consistent with regards to
Bharat Mediratta
2010-01-21
Guard against division by zero.
Bharat Mediratta
2010-01-21
Actually deny permissions in delete_item_from_tag_fails_without_permissions_t...
Bharat Mediratta
2010-01-20
Rewrite and greatly simplify the tests for the new tag_rest implementation.
Bharat Mediratta
2010-01-20
Remove unused untagging code from put()
Bharat Mediratta
2010-01-20
New test for tags_rest.php
Bharat Mediratta
2010-01-20
Simplify and update for model based validation.
Bharat Mediratta
2010-01-19
Extend Gallery_Unit_Test_Case instead of Unit_Test_Case.
Bharat Mediratta
2010-01-19
Fix a typo: $item -> $tag.
Bharat Mediratta
2010-01-19
Fix a typo "tags" -> "tag"
Bharat Mediratta
2010-01-19
Change rest::url() to take a module name and a resource. The module
Bharat Mediratta
2010-01-18
Merge branch 'master' into bharat_dev
Bharat Mediratta
2010-01-18
Coerce some integers to strings now that ORM isn't typecasting anymore.
Bharat Mediratta
2010-01-17
Qualify the Bad Request output when the name is missing
Bharat Mediratta
2010-01-17
Remove unnecessary comment.
Bharat Mediratta
2010-01-16
Use "(string) $form" instead of "$form->__toString()"
Bharat Mediratta
2010-01-05
Improve 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-04
Further progress on refining the REST server side code.
Bharat Mediratta
2010-01-03
Simplify the REST API code. Here's what I did:
Bharat Mediratta
2010-01-02
Remove the Rest_Exception::trigger method.
Tim Almdal
2010-01-02
Fix the tag_rest helper tests
Tim Almdal
2010-01-02
Correct file structure tests, Have the tests delete the userid they create so...
Tim Almdal
2009-12-31
Remove extra debug statement in rest_controller::access_key() and restructure...
Tim Almdal
2009-12-31
Create a Rest_Exception class and use it to convey status to the client inste...
Tim Almdal
2009-12-30
1) Remove the rest::not_found method and replace it with "throw new Kohana_40...
Tim Almdal
2009-12-30
whitespace.
Bharat Mediratta
2009-12-27
Clean up validation the check for duplicate names or slugs, finish converting...
Tim Almdal
2009-12-26
Merge branch 'master' into talmdal_dev
Tim Almdal
2009-12-24
Add the functionality to add, delete and rename tags via the Gallery3 remote ...
Tim Almdal
2009-12-23
Convert a bunch of leftover kohana::show_404 calls to throw
Bharat Mediratta
2009-12-23
Provide a REST interface to retrieve tags or tagged items.
Tim Almdal
2009-12-21
Updates for the latest version of Kohana 2.4:
Bharat Mediratta
2009-12-18
Remove some unused references to Database::instance()
Bharat Mediratta
2009-12-06
Update database queries.
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 some more Database::instance() calls to db::build() form.
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
ORM::orderby -> ORM::order_by
Bharat Mediratta
[next]