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-12-16
Swap the order of the CSS and JS for performance. Fixes #1540.
Bharat Mediratta
2010-11-18
Fix a bug where simultaneous deletes of the same item can result in it
Bharat Mediratta
2010-10-03
Don't wrap the action in url::site() -- form::open() will do that for us. Fi...
Bharat Mediratta
2010-09-18
The Kohana folks removed the cache cleanup code back in
Bharat Mediratta
2010-09-06
Fix some broken identity APIs:
Bharat Mediratta
2010-09-06
Whitespace.
Bharat Mediratta
2010-09-01
Hopefully the third and final patch for #1216. Set the default from and reply...
Tim Almdal
2010-08-31
Patch for ticket #1216. Move the values that were in the sendmail config fil...
Tim Almdal
2010-08-29
Put the theme CSS at the end of the module CSS so that the theme has
Bharat Mediratta
2010-08-29
Don't concatenate two strings together as an argument for t() or t2();
Bharat Mediratta
2010-08-21
Put up a warning and don't accept movie files if we don't have ffmpeg.
Bharat Mediratta
2010-08-08
Handle 404 exceptions specially to reduce spam in the log files. Fixes ticke...
Bharat Mediratta
2010-08-07
Add a max_level to _sanitize_for_dump() so that we don't blow the stack.
Bharat Mediratta
2010-08-01
default maintenance_mode from false -> 0 for consistency with the value we s...
Bharat Mediratta
2010-08-01
Make maintenance mode a variable instead of a config. Then create
Bharat Mediratta
2010-07-29
Trap ORM_Validation_Exception specially and report which fields failed valida...
Bharat Mediratta
2010-07-21
Catch any exceptions thrown when we try to restore the original
Bharat Mediratta
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
[prev]
[next]