summaryrefslogtreecommitdiff
path: root/modules/gallery
AgeCommit message (Expand)Author
2009-12-13Convert some database calls.Bharat Mediratta
2009-12-13Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_devBharat Mediratta
2009-12-10Log the entire stack trace when we catch an exception.Bharat Mediratta
2009-12-09Add the REST delete processing for albums/photos/moviesTim Almdal
2009-12-09Implement the RESTful interface for albums/photos/moviesTim Almdal
2009-12-09Refactor the code to check for name or slug conflicts and to update code out ...Tim Almdal
2009-12-09Use the relative url cache to look up resources instead of the relative path....Tim Almdal
2009-12-08Add the REST get handler for albums/photos/moviesTim Almdal
2009-12-08Correct the error message when the item is not found; remove the check for no...Tim Almdal
2009-12-08Add another error handler "not found" to the rest API.Tim Almdal
2009-12-06Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_devBharat Mediratta
2009-12-06Update database queries.Bharat Mediratta
2009-12-06Remove the hidden form variable _method which was used in the no longer rest ...Tim Almdal
2009-12-06Further simplifications to viewable(). Stop trying to optimize forBharat Mediratta
2009-12-06Get rid of unused _method param in the item edit form.Bharat Mediratta
2009-12-06Add the current file/line at the top of the trace.Bharat Mediratta
2009-12-06Overload Kohana_Exception::text() to dump out the complete stack traceBharat Mediratta
2009-12-06Update more database calls.Bharat Mediratta
2009-12-06Oops, removed the overload for query() before, we need this back soBharat Mediratta
2009-12-06Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_devBharat Mediratta
2009-12-05Use NULL instead of actual values in the vars table, so that var tweaks resul...Bharat Mediratta
2009-12-05Update the gallery module to version 21 in the installer.Bharat Mediratta
2009-12-05Fix whitespace.Bharat Mediratta
2009-12-05Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_devBharat Mediratta
2009-12-04Make the rendering of the Theme Options page consistent between the first req...Tim Almdal
2009-12-04Reload relevant models after acquiring a lock so that we don't makeBharat Mediratta
2009-12-02Rename the "upload_limit" variable to "simultaneous_upload_limit" forBharat Mediratta
2009-12-02Update a couple more queries.Bharat Mediratta
2009-12-02Allow users to override the number of simulatenous uploads. This setting won...Tim Almdal
2009-12-02Use select() instead of select("*")Bharat Mediratta
2009-12-02Convert more database calls over to the new formatBharat Mediratta
2009-12-01Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_devBharat Mediratta
2009-12-01Beter fix for #925.Bharat Mediratta
2009-12-01Use the real mime type for movies when we're requesting the full movieBharat Mediratta
2009-12-01Fix a typo that was breaking the home page (doh!)Bharat Mediratta
2009-11-30Clean up item routing a bit.Bharat Mediratta
2009-11-30Don't allow the extra "/?" sequence (ie: "/index.php/?kohana_uri=...") in the...Bharat Mediratta
2009-11-29Don't use PathInfo based urls to reroute access protection. FixesBharat Mediratta
2009-11-29Publish theme_edit_form and theme_edit_form_completed events so that themes c...Bharat Mediratta
2009-11-29Update a few more occurrences of ORM/Database -> Database_BuilderBharat Mediratta
2009-11-29Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_devBharat Mediratta
2009-11-28Give the theme a chance to handle theme function callbacks as well.Bharat Mediratta
2009-11-28Rework the theme loading code to allow themes to be treated as GalleryBharat Mediratta
2009-11-28Expose theme::$is_adminBharat Mediratta
2009-11-27Move the theme fallback checking into theme::load_themes() so thatBharat Mediratta
2009-11-26Convert some more Database::instance() calls to db::build() form.Bharat Mediratta
2009-11-26Kohana::config_xxx() is now Kohana_Config::instance()->xxxBharat Mediratta
2009-11-26Database::orwhere() is now Database_Builder::or_where()Bharat Mediratta
2009-11-26Kohana::$user_agent moved to the request helper and is protected, soBharat Mediratta
2009-11-26ORM::find_all() now uses null as the default value for offset.Bharat Mediratta