summaryrefslogtreecommitdiff
path: root/modules/gallery/libraries
AgeCommit message (Expand)Author
2010-01-16Get rid of add_rules_from() -- it's no longer necessary now that we're doing ...Bharat Mediratta
2010-01-16Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_devBharat Mediratta
2010-01-15Revert "Fix for ticket #978. Don't reset the original property as part of th...Bharat Mediratta
2010-01-15Revert "Did the old commit then save trick"Bharat Mediratta
2010-01-15Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_devBharat Mediratta
2010-01-15Call parent::save() before releasing the lock to make creating the hole and f...Bharat Mediratta
2010-01-15Move model business logic out of album::create() and intoBharat Mediratta
2010-01-13Did the old commit then save trickTim Almdal
2010-01-13Fix for ticket #978. Don't reset the original property as part of the save p...Tim Almdal
2010-01-08Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_devBharat Mediratta
2010-01-08Remove stray semicolons.Bharat Mediratta
2010-01-08Remove the display of the "body_attributes" div when in debug mode. debug mo...Tim Almdal
2010-01-08Expect merge_where and merge_or_where to handle empty tuples.Bharat Mediratta
2009-12-27Fix a bug where we weren't replacing table names when there's noBharat Mediratta
2009-12-22Don't use as_array() on the result from db::build()->execute() -- it's no lon...Bharat Mediratta
2009-12-22The default value for $offset should always be null (according to theBharat Mediratta
2009-12-21Updates for the latest version of Kohana 2.4:Bharat Mediratta
2009-12-21Fix some bugs in the cache database driver, and update the tests for K24.Bharat Mediratta
2009-12-21Add Database::set_default_instance() for testsBharat Mediratta
2009-12-17Simplify add_table_prefixes. In Kohana 2.4, it returns the bare tableBharat 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-06Oops, removed the overload for query() before, we need this back soBharat Mediratta
2009-12-05Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_devBharat Mediratta
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-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-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-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-26ORM::find_all() now uses null as the default value for offset.Bharat Mediratta
2009-11-26Overload Database_Builder to add merge_where() which takes predefinedBharat Mediratta
2009-11-26Convert all DB where() calls to take 3 arguments.Bharat Mediratta
2009-11-26ORM::$rules now has a special meaning. Use $form_rules for ourBharat Mediratta
2009-11-25Move the CSRF initialization into the constructor, I don't see why weBharat Mediratta
2009-11-25Make globals work if you access the the variables directly withBharat Mediratta
2009-11-25Fix set_global() to be more elegant and preserve local trumpingBharat Mediratta
2009-11-25Switch from stdClass to arrays for global data.Bharat Mediratta
2009-11-25Call execute() after upate() and insert().Bharat Mediratta
2009-11-25Preliminary work to cut over to Kohana 2.4Bharat Mediratta
2009-11-24K2.4 has its own parentheses supportBharat Mediratta
2009-11-24Rename I18n to Gallery_I18n to avoid conflict with Kohana 2.4Bharat Mediratta
2009-11-21Don't use realpath when calculating the relative paths of embedded references...Tim Almdal
2009-11-20Paginator: don't try to set the position for "other" page types.Bharat Mediratta
2009-11-20Convert the Simple Uploader form over to Forge, and use the eventBharat Mediratta
2009-11-19Revert "Create theme::get_var(), theme::set_var() methods to set the options ...Tim Almdal
2009-11-18Create theme::get_var(), theme::set_var() methods to set the options of the a...Tim Almdal