Commit Graph

15 Commits

Author SHA1 Message Date
Tim Almdal
3643706a2e Apply local fix for Kohana ticket 2276. 2009-10-23 08:25:58 -07:00
Bharat Mediratta
ca1947a1ce Updated upstream to r4554 2009-09-04 20:15:21 -07:00
Andy Staudacher
94c201f265 XSS escape in form helper and forge where missing. 2009-09-01 01:17:39 -07:00
Andy Staudacher
b4b638be44 Undo url helper changes - url methods no longer return a SafeString.
Adding SafeString::of_safe_html() calls where urls are passed as parameters to t() and t2().
2009-08-29 16:28:30 -07:00
Andy Staudacher
c01ac42c46 Refactor all calls of p::clean() to SafeString::of() and p::purify() to SafeString::purify().
Removing any p::clean() calls for arguments to t() and t2() since their args are wrapped in a SafeString anyway.
2009-08-29 12:48:40 -07:00
Romain LE DISEZ
2282f9977e Improve PgSQL compatibility in Kohana
( see http://dev.kohanaphp.com/issues/1855 )
(cherry picked from commit 8cbf43ed2a)
2009-07-23 09:12:12 -07:00
Romain LE DISEZ
350c1b0267 Use BOOLEAN instead of integer to describe the permissions :
- DENY = false
 - ALLOW = true
 - UNKNOW = null  (for intent only)
 - INHERIT = null (for cache)

Upgrade is not included for now.
(cherry picked from commit 719c59e040)
2009-07-23 09:11:55 -07:00
Bharat Mediratta
2572e5810f Updated Kohana to r4468 2009-07-21 07:29:14 -07:00
Bharat Mediratta
4e46a6edf6 Updated Kohana to r4434 2009-06-30 20:48:16 -07:00
Bharat Mediratta
666c807fcc Revert "Add Session::abort_save() to Kohana."
Obsoleted by upstream fix.

This reverts commit 06f066164f.
2009-06-30 20:47:51 -07:00
Bharat Mediratta
06f066164f Add Session::abort_save() to Kohana.
Filed upstream as: http://dev.kohanaphp.com/issues/1801
2009-06-21 15:09:32 -07:00
Bharat Mediratta
b179b106c2 Update Kohana to r4409 2009-06-06 14:51:04 -07:00
Bharat Mediratta
b0cb3c7402 Update Kohana to r4374 2009-05-29 12:00:49 -07:00
Bharat Mediratta
d8f2c9f9f7 Revert "Change Kohana::include_path() to put APPPATH (core) at the end of the"
This reverts commit 7e37055408.

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-28 17:42:06 -07:00
Bharat Mediratta
12fe58d997 Rename 'kohana' to 'system' to conform to the Kohana filesystem layout. I'm comfortable with us not clearly drawing the distinction about the fact that it's Kohana. 2009-05-27 15:11:53 -07:00