summaryrefslogtreecommitdiff
path: root/system/libraries
AgeCommit message (Collapse)Author
2012-05-19Filter out all style attributes - we don't want them. Further fix for #1849.Bharat Mediratta
2012-05-15Revert "Verify that where() clauses are well formed. Fixes #1865."Bharat Mediratta
This reverts commit 6a6b3f90f36293a40cba091c3ac387abb64f3c1a.
2012-05-14Verify that where() clauses are well formed. Fixes #1865.Bharat Mediratta
2012-05-05Wrap the loop around all regexes for better efficiency. Fixes #1849.Bharat Mediratta
2010-11-18Fix a bug in ORM where calling reload() on an unloaded instance returns theBharat Mediratta
first instance in the database, which is super bad. Kohana ticket: http://dev.kohanaframework.org/issues/3397 Related G3 ticket: http://sourceforge.net/apps/trac/gallery/ticket/1489
2010-11-07Force the new geometry in the ImageMagick crop() function.Bharat Mediratta
Fixes http://dev.kohanaframework.org/issues/3384
2010-07-28Put the having clause after the group by clause to resolve this upstream issue:Bharat Mediratta
http://dev.kohanaframework.org/issues/2923
2010-02-21Fix random queries (such as for the random image block) for locales that ↵Andy Staudacher
don't use a period as decimal separator of floating point numbers (such as de_DE). (Integrating a fix Kohana's SQL generation for floating point numbers. See http://dev.kohanaframework.org/issues/2636.)
2010-01-18Updated Kohana to r4742Bharat Mediratta
2010-01-06Updated Kohana to r4737Tim Almdal
2009-12-23Updated Kohana to r4728Bharat Mediratta
2009-12-22Back out my temporary fix for http://dev.kohanaframework.org/issues/2384Bharat Mediratta
now that the real fix is in.
2009-12-21Updated Kohana to r4724Bharat Mediratta
2009-11-26Make ORM::__call() always return an ORM so that it's chainable.Bharat Mediratta
2009-11-24Update to Kohana r4684 which is now Kohana 2.4 and has substantialBharat Mediratta
changes.
2009-11-01Update the modified with a local fix for Kohana ticket #2298Tim Almdal
2009-09-04Updated upstream to r4554Bharat Mediratta
2009-07-23Improve PgSQL compatibility in KohanaRomain LE DISEZ
( see http://dev.kohanaphp.com/issues/1855 ) (cherry picked from commit 8cbf43ed2abe9772045766e598bb9fe3d4def983)
2009-07-23Use BOOLEAN instead of integer to describe the permissions :Romain LE DISEZ
- DENY = false - ALLOW = true - UNKNOW = null (for intent only) - INHERIT = null (for cache) Upgrade is not included for now. (cherry picked from commit 719c59e0402464a0e2b14915f6d10218ff5d4729)
2009-07-21Updated Kohana to r4468Bharat Mediratta
2009-06-30Updated Kohana to r4434Bharat Mediratta
2009-06-30Revert "Add Session::abort_save() to Kohana."Bharat Mediratta
Obsoleted by upstream fix. This reverts commit 06f066164f60fe0babbc7a480e6319a0702e0c46.
2009-06-21Add Session::abort_save() to Kohana.Bharat Mediratta
Filed upstream as: http://dev.kohanaphp.com/issues/1801
2009-06-06Update Kohana to r4409Bharat Mediratta
2009-05-29Update Kohana to r4374Bharat Mediratta
2009-05-27Rename 'kohana' to 'system' to conform to the Kohana filesystem layout. I'm ↵Bharat Mediratta
comfortable with us not clearly drawing the distinction about the fact that it's Kohana.