Revision | Commit summary | Author | Date |
---|
r92580 | Fixes for URL expanding in CSSMin: adjust the offset correctly (this could've... | catrope | 21:19, 19 July 2011 |
r93258 | (bug NNNNN) Rewrite most of wfExpandUrl() to handle protocol-relative URLs pr... | catrope | 08:21, 27 July 2011 |
r93266 | Rename PROT_* constants to PROTO_*... | platonides | 14:06, 27 July 2011 |
r93517 | Adding fix for bug 27427. Fixes unit test. Patch provided by Michael M. throu... | krinkle | 07:39, 30 July 2011 |
r93518 | Release-notes for r93517 | krinkle | 07:41, 30 July 2011 |
r93818 | Introduce $wgVaryOnXFPToAPI which sends Vary: X-Forwarded-Proto (and the appr... | catrope | 12:00, 3 August 2011 |
r93819 | Followup r93266: also rename PROT_* to PROTO_* in the comments | catrope | 12:52, 3 August 2011 |
r93820 | Some random URL protocol forcing for protocol-relative URLs | catrope | 12:58, 3 August 2011 |
r93821 | Fix r93820: PROT_ -> PROTO_ | catrope | 13:11, 3 August 2011 |
r93822 | Fix syntax error in r93820 | catrope | 13:12, 3 August 2011 |
r94155 | (bug 30074) Moving user JS subpages resulted in JS errors because #REDIRECT [... | catrope | 14:23, 10 August 2011 |
r94235 | Followup r85025, r85166, r93233: use strict comparison per CR comment, becaus... | catrope | 10:33, 11 August 2011 |
r94422 | Add a RELEASE-NOTES note about protocol-relative URLs to the 1.18 RELEASE-NOT... | catrope | 17:35, 13 August 2011 |
r94425 | Add RELEASE-NOTES for r93818 and r94155. Adding to the 1.18 file since they'r... | catrope | 18:33, 13 August 2011 |
r94456 | Followup to r92580 and r93820: r92580 duplicated the call to wfExpandUrl(), a... | catrope | 13:35, 14 August 2011 |