silverstripe-docsviewer/code
Trevor 501d4216c8 Fix/support dash in relative links
Currently if you go had something like this: `[Some Link](../)`
and you were in `http://devsite.dev/dev/docs/my_module/en/server-setup/location-specific/`

The parser will resolve the link as: `http://devsite.dev/dev/docs/my_module/en/server-setup/location-`

This is because the regex is only matching *Any word character (letter, number, underscore)*. I've added the dash.
2013-11-05 15:12:26 +11:00
..
controllers 3.1/3.2 compat 2013-03-26 11:16:46 +01: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