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-02-07
Remove the redundant reference to ["force_rtl".
Tim Almdal
2010-02-07
Refactor the is_rtl() helper into the Gallery_I18n class. This allows checking
Tim Almdal
2010-02-07
Add prefix support for the target of RENAME TABLE.
Bharat Mediratta
2010-01-31
Fix lots of warnings that pop up when we're in E_STRICT mode. They're
Bharat Mediratta
2010-01-30
Dump out validation errors so that we have some extra information in the logs.
Bharat Mediratta
2010-01-29
Stop using obsolete form::close()
Bharat Mediratta
2010-01-28
Use identity::set_active_user() instead of auth::login() when we
Bharat Mediratta
2010-01-27
Convert back to using ORM::factory(..., $id) instead of calling where().
Bharat Mediratta
2010-01-25
Make only one attempt to restore the old identity provider in case of
Bharat Mediratta
2010-01-23
Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev
Bharat Mediratta
2010-01-23
Add a user_menu method to the Admin_View and then use this method to get the
Tim Almdal
2010-01-22
Trap any errors that may occur when trying to install a new identity provider...
Tim Almdal
2010-01-22
Refactor the identity provider installation in to a common helper method (cha...
Tim Almdal
2010-01-20
Make move_to protected since we don't want folks calling it on
Bharat Mediratta
2010-01-20
Oops, bug in save() -- we weren't returning the saved value!
Bharat Mediratta
2010-01-20
Delete MY_ORM::original(). We did not have proper containment to
Bharat Mediratta
2010-01-18
Whitespace.
Bharat Mediratta
2010-01-18
Switch from ORM_MPTT::$db_builder to db::build().
Bharat Mediratta
2010-01-18
in move_to(), move the lock to before we do any calculations so that we have ...
Bharat Mediratta
2010-01-17
Change IdentityProvider::create_user() to take $email as well, since that's a...
Bharat Mediratta
2010-01-17
If we call original() and there's no $original yet, then consider this
Bharat Mediratta
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
[next]