summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-12-06Merge branch 'master' into talmdal_devTim Almdal
2009-12-06Merge branch 'master' of git@github.com:gallery/gallery3Tim Almdal
2009-12-06Add a slightly different background for input fields that have attribute 'rea...Tim Almdal
2009-12-05Use NULL instead of actual values in the vars table, so that var tweaks resul...Bharat Mediratta
2009-12-05Use NULL instead of actual values in the vars table, so that varBharat 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-05Merge branch 'master' into talmdal_devTim Almdal
2009-12-05Merge branch 'master' of git@github.com:gallery/gallery3Tim Almdal
2009-12-05Revert "Correct inconsistent capitalization on "Server Add""Tim Almdal
2009-12-05Merge branch 'master' of git@github.com:gallery/gallery3Bharat Mediratta
2009-12-05Change the default image to be the full size so that the slideshow shows the ...Bharat Mediratta
2009-12-05Correct inconsistent capitalization on "Server Add"Tim Almdal
2009-12-04Make the rendering of the Theme Options page consistent between the first req...Tim Almdal
2009-12-04Merge branch 'master' into talmdal_devTim 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-02Extend the background of the status message across the entire status row.Tim Almdal
2009-12-02Use:Bharat Mediratta
2009-12-02Use select() instead of select("*")Bharat Mediratta
2009-12-02Fix a bunch of places where we were using "= null" instead of "IS NULL".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-26utf8::clean() is now Input::clean()Bharat Mediratta
2009-11-26Make ORM::__call() always return an ORM so that it's chainable.Bharat 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
2009-11-26Update all portable where clauses to the new Kohana 2.4 format.Bharat Mediratta
2009-11-26Fix the arguments to Item_Model::descendants_count()Bharat Mediratta
2009-11-26Convert Database::instance() -> db::build()Bharat Mediratta
2009-11-26Overload Database_Builder to add merge_where() which takes predefinedBharat Mediratta