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
/
libraries
Age
Commit message (
Expand
)
Author
2010-01-16
Get rid of add_rules_from() -- it's no longer necessary now that we're doing ...
Bharat Mediratta
2010-01-16
Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev
Bharat Mediratta
2010-01-15
Revert "Fix for ticket #978. Don't reset the original property as part of th...
Bharat Mediratta
2010-01-15
Revert "Did the old commit then save trick"
Bharat Mediratta
2010-01-15
Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev
Bharat Mediratta
2010-01-15
Call parent::save() before releasing the lock to make creating the hole and f...
Bharat Mediratta
2010-01-15
Move model business logic out of album::create() and into
Bharat Mediratta
2010-01-13
Did the old commit then save trick
Tim Almdal
2010-01-13
Fix for ticket #978. Don't reset the original property as part of the save p...
Tim Almdal
2010-01-08
Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev
Bharat Mediratta
2010-01-08
Remove stray semicolons.
Bharat Mediratta
2010-01-08
Remove the display of the "body_attributes" div when in debug mode. debug mo...
Tim Almdal
2010-01-08
Expect merge_where and merge_or_where to handle empty tuples.
Bharat Mediratta
2009-12-27
Fix a bug where we weren't replacing table names when there's no
Bharat Mediratta
2009-12-22
Don't use as_array() on the result from db::build()->execute() -- it's no lon...
Bharat Mediratta
2009-12-22
The default value for $offset should always be null (according to the
Bharat Mediratta
2009-12-21
Updates for the latest version of Kohana 2.4:
Bharat Mediratta
2009-12-21
Fix some bugs in the cache database driver, and update the tests for K24.
Bharat Mediratta
2009-12-21
Add Database::set_default_instance() for tests
Bharat Mediratta
2009-12-17
Simplify add_table_prefixes. In Kohana 2.4, it returns the bare table
Bharat Mediratta
2009-12-06
Add the current file/line at the top of the trace.
Bharat Mediratta
2009-12-06
Overload Kohana_Exception::text() to dump out the complete stack trace
Bharat Mediratta
2009-12-06
Oops, removed the overload for query() before, we need this back so
Bharat Mediratta
2009-12-05
Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev
Bharat Mediratta
2009-12-04
Reload relevant models after acquiring a lock so that we don't make
Bharat Mediratta
2009-12-02
Rename the "upload_limit" variable to "simultaneous_upload_limit" for
Bharat Mediratta
2009-12-02
Allow users to override the number of simulatenous uploads. This setting won...
Tim Almdal
2009-12-02
Use select() instead of select("*")
Bharat Mediratta
2009-12-02
Convert more database calls over to the new format
Bharat Mediratta
2009-11-29
Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev
Bharat Mediratta
2009-11-28
Give the theme a chance to handle theme function callbacks as well.
Bharat Mediratta
2009-11-27
Move the theme fallback checking into theme::load_themes() so that
Bharat Mediratta
2009-11-26
Convert some more Database::instance() calls to db::build() form.
Bharat Mediratta
2009-11-26
ORM::find_all() now uses null as the default value for offset.
Bharat Mediratta
2009-11-26
Overload Database_Builder to add merge_where() which takes predefined
Bharat Mediratta
2009-11-26
Convert all DB where() calls to take 3 arguments.
Bharat Mediratta
2009-11-26
ORM::$rules now has a special meaning. Use $form_rules for our
Bharat Mediratta
2009-11-25
Move the CSRF initialization into the constructor, I don't see why we
Bharat Mediratta
2009-11-25
Make globals work if you access the the variables directly with
Bharat Mediratta
2009-11-25
Fix set_global() to be more elegant and preserve local trumping
Bharat Mediratta
2009-11-25
Switch from stdClass to arrays for global data.
Bharat Mediratta
2009-11-25
Call execute() after upate() and insert().
Bharat Mediratta
2009-11-25
Preliminary work to cut over to Kohana 2.4
Bharat Mediratta
2009-11-24
K2.4 has its own parentheses support
Bharat Mediratta
2009-11-24
Rename I18n to Gallery_I18n to avoid conflict with Kohana 2.4
Bharat Mediratta
2009-11-21
Don't use realpath when calculating the relative paths of embedded references...
Tim Almdal
2009-11-20
Paginator: don't try to set the position for "other" page types.
Bharat Mediratta
2009-11-20
Convert the Simple Uploader form over to Forge, and use the event
Bharat Mediratta
2009-11-19
Revert "Create theme::get_var(), theme::set_var() methods to set the options ...
Tim Almdal
2009-11-18
Create theme::get_var(), theme::set_var() methods to set the options of the a...
Tim Almdal
[next]