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
/
gallery
/
helpers
Age
Commit message (
Expand
)
Author
2010-01-02
Remove the Rest_Exception::trigger method.
Tim Almdal
2009-12-31
Merge branch 'master' into talmdal_dev
Tim Almdal
2009-12-31
A more thorough fix for #745 and #940. Stop using the referer to
Bharat Mediratta
2009-12-31
Create a Rest_Exception class and use it to convey status to the client inste...
Tim Almdal
2009-12-31
Change the gallery_rest::_validate() method to use the form rules in Item_Mod...
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
Rollback the refactoring of the update into a helper method. Also remove the ...
Tim Almdal
2009-12-30
Merge branch 'master' into talmdal_dev
Tim Almdal
2009-12-29
Another holdover from the K2.4 conversion. In R2.4 the url::current(true) was...
Tim Almdal
2009-12-27
Clean up validation the check for duplicate names or slugs, finish converting...
Tim Almdal
2009-12-26
Forgot to commit local changes to item helper for K2.4
Tim Almdal
2009-12-26
Merge branch 'master' into talmdal_dev
Tim Almdal
2009-12-24
indentation fix.
Bharat Mediratta
2009-12-24
whitespace fix
Bharat Mediratta
2009-12-23
When normalizing the rest request don't assume that the additional arguments ...
Tim Almdal
2009-12-23
Updated the unit tests to match the current API
Tim Almdal
2009-12-22
Fix where tuple sent to descendant_counts() -- it needs to be wrapped in an a...
Bharat Mediratta
2009-12-22
Add merge_or_where() to MY_Datatabase_Builder and use that instead of
Bharat Mediratta
2009-12-22
ORM::factory() in K24 does not allow you to specify an alternate key
Bharat Mediratta
2009-12-22
Update the api so it allows images to be uploaded.
Tim Almdal
2009-12-21
Added validation to the edit functionality, since we can't trust any input
Tim Almdal
2009-12-18
Add the parent path to the resource
Tim Almdal
2009-12-18
Add the name field to remote interface.
Tim Almdal
2009-12-17
In Kohana 2.4, ORM no longer does the find_all() call for us when we
Bharat Mediratta
2009-12-17
Convert some database queries.
Bharat Mediratta
2009-12-17
Update all database queries such that we can run "php index.php
Bharat Mediratta
2009-12-16
Make sure we always return a children array for albums.
Tim Almdal
2009-12-15
Include the thumb, resize and fullsize sizes (height & width) in the resource...
Tim Almdal
2009-12-15
Change what is used as the url to the item.
Tim Almdal
2009-12-15
Add the resize url to returned resource.
Tim Almdal
2009-12-15
Updates the the interface based on actually using it.
Tim Almdal
2009-12-14
Merge branch 'master' into talmdal_dev
Tim Almdal
2009-12-13
Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev
Bharat Mediratta
2009-12-10
Log the entire stack trace when we catch an exception.
Bharat Mediratta
2009-12-09
Add the REST delete processing for albums/photos/movies
Tim Almdal
2009-12-09
Implement the RESTful interface for albums/photos/movies
Tim Almdal
2009-12-09
Refactor the code to check for name or slug conflicts and to update code out ...
Tim Almdal
2009-12-09
Use the relative url cache to look up resources instead of the relative path....
Tim Almdal
2009-12-08
Add the REST get handler for albums/photos/movies
Tim Almdal
2009-12-08
Add another error handler "not found" to the rest API.
Tim Almdal
2009-12-06
Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev
Bharat Mediratta
2009-12-06
Update database queries.
Bharat Mediratta
2009-12-06
Remove the hidden form variable _method which was used in the no longer rest ...
Tim Almdal
2009-12-06
Further simplifications to viewable(). Stop trying to optimize for
Bharat Mediratta
2009-12-06
Get rid of unused _method param in the item edit form.
Bharat Mediratta
2009-12-06
Update more database calls.
Bharat Mediratta
2009-12-06
Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev
Bharat Mediratta
2009-12-05
Update the gallery module to version 21 in the installer.
Bharat Mediratta
2009-12-05
Fix whitespace.
Bharat Mediratta
2009-12-05
Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev
Bharat Mediratta
[next]