summaryrefslogtreecommitdiff
path: root/modules/gallery/helpers
AgeCommit message (Expand)Author
2010-01-16Convert Movies_Controller::update() over to model based validation.Bharat Mediratta
2010-01-16Make movie creation use model based validation. Move movie relatedBharat Mediratta
2010-01-16Oops, log::failure() doesn't exist. Use log::error().Bharat Mediratta
2010-01-16Convert Photos_Controller::update() to use model based validation.Bharat Mediratta
2010-01-16Convert photo uploading over to the new model based validationBharat Mediratta
2010-01-15Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_devBharat Mediratta
2010-01-15Move model business logic out of album::create() and intoBharat Mediratta
2010-01-15Move setting Item_Model::rand_key into Item_Model::save() since it'sBharat Mediratta
2010-01-14Begin the process of converting to model based validation. RightBharat Mediratta
2010-01-11Remove the automatically marking the resizes dirty line as this could cause a...Tim Almdal
2010-01-11Fixes ticket #671.Tim Almdal
2010-01-10Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_devBharat Mediratta
2010-01-09Fix for ticket #972 and more. In Kohana 2.4, ORM::delete_all ignores any whereTim Almdal
2010-01-08Move the random image functionality into the gallery REST helper sinceBharat Mediratta
2010-01-08Remove debug code.Bharat Mediratta
2010-01-08Add item::random() to return a random Item_Model.Bharat Mediratta
2010-01-08Allow the "name" param in get() so that you can restrict the query to childre...Bharat Mediratta
2010-01-07Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_devBharat Mediratta
2010-01-05Improve REST tag support.Bharat Mediratta
2010-01-04Further progress on refining the REST server side code.Bharat Mediratta
2010-01-04Fix the logout link to send you back to the current url. The oldBharat 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
2009-12-31Merge branch 'master' into talmdal_devTim Almdal
2009-12-31A more thorough fix for #745 and #940. Stop using the referer toBharat Mediratta
2009-12-31Create a Rest_Exception class and use it to convey status to the client inste...Tim Almdal
2009-12-31Change the gallery_rest::_validate() method to use the form rules in Item_Mod...Tim Almdal
2009-12-301) Remove the rest::not_found method and replace it with "throw new Kohana_40...Tim Almdal
2009-12-30Rollback the refactoring of the update into a helper method. Also remove the ...Tim Almdal
2009-12-30Merge branch 'master' into talmdal_devTim Almdal
2009-12-29Another holdover from the K2.4 conversion. In R2.4 the url::current(true) was...Tim Almdal
2009-12-27Clean up validation the check for duplicate names or slugs, finish converting...Tim Almdal
2009-12-26Forgot to commit local changes to item helper for K2.4Tim Almdal
2009-12-26Merge branch 'master' into talmdal_devTim Almdal
2009-12-24indentation fix.Bharat Mediratta
2009-12-24whitespace fixBharat Mediratta
2009-12-23When normalizing the rest request don't assume that the additional arguments ...Tim Almdal
2009-12-23Updated the unit tests to match the current APITim Almdal
2009-12-22Fix where tuple sent to descendant_counts() -- it needs to be wrapped in an a...Bharat Mediratta
2009-12-22Add merge_or_where() to MY_Datatabase_Builder and use that instead ofBharat Mediratta
2009-12-22ORM::factory() in K24 does not allow you to specify an alternate keyBharat Mediratta
2009-12-22Update the api so it allows images to be uploaded.Tim Almdal
2009-12-21Added validation to the edit functionality, since we can't trust any inputTim Almdal
2009-12-18Add the parent path to the resourceTim Almdal
2009-12-18Add the name field to remote interface.Tim Almdal
2009-12-17In Kohana 2.4, ORM no longer does the find_all() call for us when weBharat Mediratta
2009-12-17Convert some database queries.Bharat Mediratta
2009-12-17Update all database queries such that we can run "php index.phpBharat Mediratta
2009-12-16Make sure we always return a children array for albums.Tim Almdal
2009-12-15Include the thumb, resize and fullsize sizes (height & width) in the resource...Tim Almdal