silverstripe-docsviewer/code
Sam Minnee b6b753ee4c FIX: Fixed encoding of & in OpenSearchDescription URLs.
Without this fix, the & was then passed to urlencode(), which escaped the ; and make invalid
XML.  This keeps XML out of the source URL (so the & is just a raw & in the code) and relies on
the template engine to escape XML as needed (the .XML on the end of the variables).
2014-02-14 09:38:37 +13:00
..
controllers FIX: Fixed encoding of & in OpenSearchDescription URLs. 2014-02-14 09:38:37 +13:00
extensions NEW: Add static publisher option 2014-01-14 20:41:59 +13:00
models Merge pull request #30 from Martimiz/meta-sort-20130522 2013-06-10 00:42:32 -07:00
tasks BUG Index relative URLs 2013-05-29 18:17:14 +02:00
DocumentationParser.php Fix/support dash in relative links 2013-11-05 15:12:26 +11:00
DocumentationPermalinks.php Method visibility 2012-11-10 09:27:10 +13:00
DocumentationSearch.php Allow absolute paths in DocumentationSearch::$index_location 2013-10-04 10:55:44 +02:00
DocumentationService.php MEDIUM: remove metadata from the current page 2013-05-22 21:35:03 +02:00