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
/
system
Age
Commit message (
Expand
)
Author
2013-01-25
Follow-on to 8e954cf5f0be61eb9ac6fa6e8f04ee6dcf4aaf23 - use HTTP_HOST if ther...
Bharat Mediratta
2013-01-25
Use SERVER_NAME instead of HTTP_HOST. Fixes #1963.
Bharat Mediratta
2012-08-11
the HTTP header Cache-Control must contain "public" in order to allow caching...
Gerhard Schlager
2012-05-19
Filter out all style attributes - we don't want them. Further fix for #1849.
Bharat Mediratta
2012-05-15
Revert "Verify that where() clauses are well formed. Fixes #1865."
Bharat Mediratta
2012-05-14
Verify that where() clauses are well formed. Fixes #1865.
Bharat Mediratta
2012-05-05
Wrap the loop around all regexes for better efficiency. Fixes #1849.
Bharat Mediratta
2012-04-23
Don't call ob_end_clean() if PHP >= 5.4. Fixes #1839. Thanks to
Bharat Mediratta
2010-11-18
Fix a bug in ORM where calling reload() on an unloaded instance returns the
Bharat Mediratta
2010-11-07
Force the new geometry in the ImageMagick crop() function.
Bharat Mediratta
2010-10-09
Fix for http://dev.kohanaframework.org/issues/3317 -- don't try to implicitly...
Bharat Mediratta
2010-07-28
Put the having clause after the group by clause to resolve this upstream issue:
Bharat Mediratta
2010-07-10
Replace … with …
Bharat Mediratta
2010-02-28
Fix Kohana's internal cache for Gallery's usage pattern. Instead of deleting ...
Andy Staudacher
2010-02-21
Revert "Fix Kohana's internal cache for Gallery's usage pattern."
Andy Staudacher
2010-02-21
Fix Kohana's internal cache for Gallery's usage pattern. Instead of deleting ...
Andy Staudacher
2010-02-21
Revert "Fix Kohana's internal cache for Gallery's usage pattern."
Andy Staudacher
2010-02-21
Fix Kohana's internal cache for Gallery's usage pattern.
Andy Staudacher
2010-02-21
Fix random queries (such as for the random image block) for locales that don'...
Andy Staudacher
2010-01-18
Updated Kohana to r4742
Bharat Mediratta
2010-01-07
remove unused calculation of max-age
Tim Almdal
2010-01-06
Typo when reapply the patch for Kohana ticket #2477
Tim Almdal
2010-01-06
Updated Kohana to r4737
Tim Almdal
2010-01-04
Apply patch for Kohana ticket #2477
Tim Almdal
2009-12-25
Prevent form::dropdown from overzealously escaping ampersands by applying thi...
Bharat Mediratta
2009-12-23
Updated Kohana to r4728
Bharat Mediratta
2009-12-23
Revert "Fix preamble issues. Upstream tickets:"
Bharat Mediratta
2009-12-22
Back out my temporary fix for http://dev.kohanaframework.org/issues/2384
Bharat Mediratta
2009-12-22
Fix preamble issues. Upstream tickets:
Bharat Mediratta
2009-12-21
Updated Kohana to r4724
Bharat Mediratta
2009-11-26
Make ORM::__call() always return an ORM so that it's chainable.
Bharat Mediratta
2009-11-24
Update to Kohana r4684 which is now Kohana 2.4 and has substantial
Bharat Mediratta
2009-11-01
Update the modified with a local fix for Kohana ticket #2298
Tim Almdal
2009-10-23
Apply local fix for Kohana ticket 2276.
Tim Almdal
2009-09-04
Updated upstream to r4554
Bharat Mediratta
2009-09-01
XSS escape in form helper and forge where missing.
Andy Staudacher
2009-08-29
Undo url helper changes - url methods no longer return a SafeString.
Andy Staudacher
2009-08-29
Refactor all calls of p::clean() to SafeString::of() and p::purify() to SafeS...
Andy Staudacher
2009-07-23
Improve PgSQL compatibility in Kohana
Romain LE DISEZ
2009-07-23
Use BOOLEAN instead of integer to describe the permissions :
Romain LE DISEZ
2009-07-21
Updated Kohana to r4468
Bharat Mediratta
2009-06-30
Updated Kohana to r4434
Bharat Mediratta
2009-06-30
Revert "Add Session::abort_save() to Kohana."
Bharat Mediratta
2009-06-21
Add Session::abort_save() to Kohana.
Bharat Mediratta
2009-06-06
Update Kohana to r4409
Bharat Mediratta
2009-05-29
Update Kohana to r4374
Bharat Mediratta
2009-05-28
Revert "Change Kohana::include_path() to put APPPATH (core) at the end of the"
Bharat Mediratta
2009-05-27
Rename 'kohana' to 'system' to conform to the Kohana filesystem layout. I'm ...
Bharat Mediratta