Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-04 | Apply patch for Kohana ticket #2477 | Tim Almdal | |
2009-12-25 | Prevent form::dropdown from overzealously escaping ampersands by applying ↵ | Bharat Mediratta | |
this diff: http://dev.kohanaframework.org/attachments/1490/form.diff Upstream ticket: http://dev.kohanaframework.org/issues/2463 | |||
2009-12-23 | Updated Kohana to r4728 | Bharat Mediratta | |
2009-12-23 | Revert "Fix preamble issues. Upstream tickets:" | Bharat Mediratta | |
This reverts commit b2291a0e34234ee30ea1d80b70122b68a8869917. | |||
2009-12-22 | Back out my temporary fix for http://dev.kohanaframework.org/issues/2384 | Bharat Mediratta | |
now that the real fix is in. | |||
2009-12-22 | Fix preamble issues. Upstream tickets: | Bharat Mediratta | |
http://dev.kohanaframework.org/issues/2457 http://dev.kohanaframework.org/issues/2458 | |||
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 | |
changes. | |||
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 | |
Adding SafeString::of_safe_html() calls where urls are passed as parameters to t() and t2(). | |||
2009-08-29 | Refactor all calls of p::clean() to SafeString::of() and p::purify() to ↵ | Andy Staudacher | |
SafeString::purify(). Removing any p::clean() calls for arguments to t() and t2() since their args are wrapped in a SafeString anyway. | |||
2009-07-23 | Improve PgSQL compatibility in Kohana | Romain LE DISEZ | |
( see http://dev.kohanaphp.com/issues/1855 ) (cherry picked from commit 8cbf43ed2abe9772045766e598bb9fe3d4def983) | |||
2009-07-23 | Use 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-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 | |
Obsoleted by upstream fix. This reverts commit 06f066164f60fe0babbc7a480e6319a0702e0c46. | |||
2009-06-21 | Add Session::abort_save() to Kohana. | Bharat Mediratta | |
Filed upstream as: http://dev.kohanaphp.com/issues/1801 | |||
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 | |
This reverts commit 7e3705540875ac30e9610c5a608fe74399afd2b0. No longer necessary now that we're putting all the code into modules/gallery, which we can force to be at the end of the module path. | |||
2009-05-27 | Rename '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. |