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
/
tests
Age
Commit message (
Expand
)
Author
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-30
1) Remove the rest::not_found method and replace it with "throw new Kohana_40...
Tim Almdal
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-11-26
Convert all DB where() calls to take 3 arguments.
Bharat Mediratta
2009-05-13
Gee it's May already. Update copyright to 2009.
Bharat Mediratta
2008-12-23
Change photo::create() and album::create() to take ORM instances
Bharat Mediratta
2008-11-26
Remove test since the method to be tested was removed
Tim Almdal
2008-11-26
Clean tag creation
Tim Almdal
2008-11-26
Remove the more or less links
Tim Almdal
2008-11-25
1) Changed how the test tags are generated to be able to create a better dist...
Tim Almdal
2008-11-25
Modify the test controller to call tag_installer::install and uninstall
Tim Almdal
2008-11-24
Moved the creation of tags into the tag helper library. Added a count field ...
Tim Almdal