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-20
Throw Rest exceptions, not regular exceptions.
Bharat Mediratta
2010-01-20
Forbidden is a 403, not a 503.
Bharat Mediratta
2010-01-19
Change "filename" to "name" in the edit album form. I'd rather have
Bharat Mediratta
2010-01-19
Change "dirname" to "name" in the edit album form. I'd rather have
Bharat Mediratta
2010-01-19
Use property_exists() on our stdClass instead of array_key_exists()
Bharat Mediratta
2010-01-19
Change rest::url() to take a module name and a resource. The module
Bharat Mediratta
2010-01-19
Make scope default to direct.
Bharat Mediratta
2010-01-19
Don't try to set the album cover for the grandparent if we don't have edit pe...
Bharat Mediratta
2010-01-19
Return arrays instead of calling rest::reply.
Bharat Mediratta
2010-01-18
Merge branch 'master' into bharat_dev
Bharat Mediratta
2010-01-18
Switch from stdClass to arrays which works around issues caused in
Bharat Mediratta
2010-01-18
Change DENY and ALLOW to "0" and "1" to match the fact that ORM no
Bharat Mediratta
2010-01-18
Overload url::current() and url::merge() to make the current url XSS
Bharat Mediratta
2010-01-17
Change IdentityProvider::create_user() to take $email as well, since that's a...
Bharat Mediratta
2010-01-17
Remove a @todo.
Bharat Mediratta
2010-01-17
Adjust installers to work with model based validation.
Bharat Mediratta
2010-01-16
Convert Movies_Controller::update() over to model based validation.
Bharat Mediratta
2010-01-16
Make movie creation use model based validation. Move movie related
Bharat Mediratta
2010-01-16
Oops, log::failure() doesn't exist. Use log::error().
Bharat Mediratta
2010-01-16
Convert Photos_Controller::update() to use model based validation.
Bharat Mediratta
2010-01-16
Convert photo uploading over to the new model based validation
Bharat Mediratta
2010-01-15
Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev
Bharat Mediratta
2010-01-15
Move model business logic out of album::create() and into
Bharat Mediratta
2010-01-15
Move setting Item_Model::rand_key into Item_Model::save() since it's
Bharat Mediratta
2010-01-14
Begin the process of converting to model based validation. Right
Bharat Mediratta
2010-01-11
Remove the automatically marking the resizes dirty line as this could cause a...
Tim Almdal
2010-01-11
Fixes ticket #671.
Tim Almdal
2010-01-10
Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev
Bharat Mediratta
2010-01-09
Fix for ticket #972 and more. In Kohana 2.4, ORM::delete_all ignores any where
Tim Almdal
2010-01-08
Move the random image functionality into the gallery REST helper since
Bharat Mediratta
2010-01-08
Remove debug code.
Bharat Mediratta
2010-01-08
Add item::random() to return a random Item_Model.
Bharat Mediratta
2010-01-08
Allow the "name" param in get() so that you can restrict the query to childre...
Bharat Mediratta
2010-01-07
Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev
Bharat Mediratta
2010-01-05
Improve REST tag support.
Bharat Mediratta
2010-01-04
Further progress on refining the REST server side code.
Bharat Mediratta
2010-01-04
Fix the logout link to send you back to the current url. The old
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
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
[prev]
[next]