Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-05 | valid::url() only takes 1 arg | Rasmus Lerdorf | |
2013-03-11 | #2049 - Fix issues with ports other than http/80 or https/443. | shadlaws | |
- get SERVER_PORT and add to SERVER_NAME if it's not http/80 or https/443 | |||
2013-01-25 | Follow-on to 8e954cf5f0be61eb9ac6fa6e8f04ee6dcf4aaf23 - use HTTP_HOST if ↵ | Bharat Mediratta | |
there's no SERVER_NAME | |||
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 ↵ | Gerhard Schlager | |
caching of resources when HTTPS is used | |||
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-07-10 | Replace … with … | Bharat Mediratta | |
UTF-8 symbols are much more tractable with filters like HTML escaping. Follow-on fix to ticket #1184. | |||
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 ↵ | Bharat Mediratta | |
this diff: http://dev.kohanaframework.org/attachments/1490/form.diff Upstream ticket: http://dev.kohanaframework.org/issues/2463 | |||
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-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-06-06 | Update Kohana to r4409 | Bharat Mediratta | |
2009-05-29 | Update Kohana to r4374 | Bharat Mediratta | |
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. |