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-07-10
PHPDoc fix.
Bharat Mediratta
2010-07-10
Reset the time limit to 30 seconds every time we delete a child. Fixes ticke...
Bharat Mediratta
2010-06-19
Rework our exception framework to fit into Kohana's model better.
Bharat Mediratta
2010-06-19
single -> double quotes.
Bharat Mediratta
2010-06-12
Make login/logout continuation url code consistent. Where necessary,
Bharat Mediratta
2010-05-14
Fix-ups for d98b85f7d3142676e6b4f407a18ed81564823f88
Bharat Mediratta
2010-04-10
Fix a bug introduced when we patched the "disallowed global data"
Bharat Mediratta
2010-03-03
Update the copyright to 2010. It's only 3 months into the year :-)
Bharat Mediratta
2010-02-28
First step towards fixing ticket #1038: Allowing for custom page <title> in a...
Andy Staudacher
2010-02-27
Fix for ticket #1036 - Don't echo any sensitive information such as passwords...
Andy Staudacher
2010-02-24
Fix for ticket #1034: Fix db cache driver delete() call which was missed in a...
Andy Staudacher
2010-02-23
Fix translation cache for installations with 0 translations in the DB.
Andy Staudacher
2010-02-22
Merge commit 'upstream/master'
Andy Staudacher
2010-02-21
Performance improvement: Load all translations of a locale as one serialized ...
Andy Staudacher
2010-02-21
Fix delete() function of DB based Cache driver. It expected a scalar key / ta...
Andy Staudacher
2010-02-21
Add Menu::add_before()
Bharat Mediratta
2010-02-18
Revert "Fix for ticket #1017: Handle the common case of t(html::clean($var)) ...
Bharat Mediratta
2010-02-18
Improve setlocale() call, using some of G2's locale fallback code to match th...
Andy Staudacher
2010-02-16
Fix for ticket #1017: Handle the common case of t(html::clean($var)) by casti...
Andy Staudacher
2010-02-14
Need to allow access to ::change_provider for CLI, to make packager work.
Andy Staudacher
2010-02-14
Minor security tightening of IdentityProvider::change_provider().
Andy Staudacher
2010-02-14
Some HTML validation fixes (don't render empty <ul> lists, empty id attribute...
Andy Staudacher
2010-02-12
Fix for tickets 1009 and 603: Show a themed error page to guests / registered...
Andy Staudacher
2010-02-08
Override Input::clean_input_keys() to sanitize malicious values out of
Bharat Mediratta
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
[next]