shadlaws
|
63e5dd76d9
|
#2049 - Fix issues with ports other than http/80 or https/443.
- get SERVER_PORT and add to SERVER_NAME if it's not http/80 or https/443
|
2013-03-11 18:44:45 +01:00 |
|
Bharat Mediratta
|
cc91159bee
|
Follow-on to 8e954cf5f0 - use HTTP_HOST if there's no SERVER_NAME
|
2013-01-25 14:28:24 -05:00 |
|
Bharat Mediratta
|
8e954cf5f0
|
Use SERVER_NAME instead of HTTP_HOST. Fixes #1963.
|
2013-01-25 14:19:35 -05:00 |
|
Gerhard Schlager
|
a62e1aaf9d
|
the HTTP header Cache-Control must contain "public" in order to allow caching of resources when HTTPS is used
|
2012-08-11 18:09:03 +02:00 |
|
Bharat Mediratta
|
5d4b683752
|
Fix for http://dev.kohanaframework.org/issues/3317 -- don't try to implicitly convert a string into an array.
|
2010-10-09 16:19:45 -07:00 |
|
Bharat Mediratta
|
ab6025f71a
|
Replace … with …
UTF-8 symbols are much more tractable with filters like HTML escaping.
Follow-on fix to ticket #1184.
|
2010-07-10 14:31:29 -07:00 |
|
Tim Almdal
|
72793a547e
|
remove unused calculation of max-age
|
2010-01-07 10:53:54 -08:00 |
|
Tim Almdal
|
ded8fc593c
|
Typo when reapply the patch for Kohana ticket #2477
|
2010-01-06 13:06:19 -08:00 |
|
Tim Almdal
|
a74fd27e5f
|
Updated Kohana to r4737
|
2010-01-06 11:35:01 -08:00 |
|
Tim Almdal
|
6c5bb43629
|
Apply patch for Kohana ticket #2477
|
2010-01-04 09:09:21 -08:00 |
|
Bharat Mediratta
|
32d25dafd5
|
Prevent form::dropdown from overzealously escaping ampersands by applying this diff:
http://dev.kohanaframework.org/attachments/1490/form.diff
Upstream ticket: http://dev.kohanaframework.org/issues/2463
|
2009-12-25 21:05:39 -08:00 |
|
Bharat Mediratta
|
9285c8c66c
|
Updated Kohana to r4724
|
2009-12-21 20:05:27 -08:00 |
|
Bharat Mediratta
|
9b6663f87a
|
Update to Kohana r4684 which is now Kohana 2.4 and has substantial
changes.
|
2009-11-24 19:20:36 -08: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 |
|
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
|
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 |
|