Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-09 | Fix for http://dev.kohanaframework.org/issues/3317 -- don't try to ↵ | Bharat Mediratta | |
implicitly convert a string into an array. | |||
2010-01-06 | Updated Kohana to r4737 | Tim Almdal | |
2009-12-21 | Updated Kohana to r4724 | Bharat Mediratta | |
2009-11-24 | Update to Kohana r4684 which is now Kohana 2.4 and has substantial | Bharat Mediratta | |
changes. | |||
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-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. |