Commit Graph

373 Commits

Author SHA1 Message Date
UndefinedOffset
d0fd100b79 BUGFIX: Fixed duplicate Home links appearing
Added support for a home link in the menu when there is no default entity
2016-02-23 11:37:28 -04:00
Daniel Hensby
d5f53864d7 Merge pull request #97 from webbuilders-group/windows-path-fix
BUGFIX: Fixed issues related to windows filesystem using backslash instead of forward slash
2016-02-22 14:58:43 +00:00
UndefinedOffset
1556c77d27 BUGFIX: Fixed issues related to windows filesystem using backslash instead of forward slash
Fixed issue with automatic registration on windows causing duplicate base paths
2016-02-22 09:40:02 -04:00
Daniel Hensby
aca243bfe3 Merge pull request #98 from webbuilders-group/remove-extension-fix
BUGFIX: Fixed redirecting to strip extensions incorrectly redirecting
2016-02-22 11:28:05 +00:00
Ed Chipman
61966f4cdf Added test to verify that a url with a .md extension redirects to the absolute url minus the extension 2016-02-20 14:20:00 -04:00
UndefinedOffset
5e72a42f13 BUGFIX: Fixed redirecting to strip extensions incorrectly redirecting 2016-02-19 09:34:31 -04:00
Daniel Hensby
cf7505b340 Merge pull request #95 from SpiritLevel/master
fixed rewrite_api_links() to handle SS in class names with backticks
2016-02-06 00:54:31 +00:00
David Alexander
7e1fc567fa revert to original algorithm 2016-02-05 17:17:26 -07:00
Daniel Hensby
f70d5fde0a Merge pull request #94 from SpiritLevel/master
Further tidy up of api link parsing and testing
2016-01-24 12:24:56 +00:00
David Alexander
26c66f494b Further tidy up of api link parsing and testing
typo

another typo

ANOTHER typo

update tests

fixed regexs

resolving test failures

resolving test failures

tidy up

test tidy up

refined regexs, output formatting, and tests

further refined regexs

typo in comments

whitespace

comment
2016-01-25 01:16:21 +13:00
Daniel Hensby
bad24d82b5 Merge pull request #92 from SpiritLevel/master
FIXED Api shortcode references and updated tests
2016-01-22 14:30:14 +00:00
David Alexander
f8debf7211 FIXED Api shortcode references and updated tests
temporarily commented out asserts in unrelated tests

typo in comment

pffffft...whitespace

double pffffft.....whitespace

triple pffffft.....whitespace
2016-01-21 15:34:57 +13:00
Damian Mooyman
87bb110ee9 Merge pull request #88 from helpfulrobot/update-license-year
Updated license year
2016-01-05 09:48:30 +13:00
helpfulrobot
8a3d34a535 Updated license year 2016-01-01 06:31:01 +13:00
Damian Mooyman
786ddd2d7b Merge pull request #87 from assertchris/add-default-theme-kill-switch
Added default theme kill switch
2015-12-01 10:19:11 +13:00
Christopher Pitt
13aefa8f48 Added default theme kill switch 2015-12-01 10:14:59 +13:00
Daniel Hensby
974f5b7b81 Merge pull request #85 from helpfulrobot/convert-to-psr-2
Converted to PSR-2
2015-11-21 12:25:47 +00:00
Daniel Hensby
e3f6fc5ecb Merge pull request #84 from helpfulrobot/add-standard-scrutinizer-config
Added standard Scrutinizer config
2015-11-21 12:23:51 +00:00
Daniel Hensby
d31527ce6d Merge pull request #83 from helpfulrobot/add-standard-travis-config
Added standard Travis config
2015-11-21 12:23:35 +00:00
Daniel Hensby
b607c0e843 Merge pull request #82 from helpfulrobot/add-standard-editor-config
Added standard editor config
2015-11-21 12:22:56 +00:00
Daniel Hensby
93632731b2 Merge pull request #81 from helpfulrobot/add-standard-license
Added standard license
2015-11-21 12:22:38 +00:00
Daniel Hensby
f641f516d3 Merge pull request #80 from helpfulrobot/add-standard-git-attributes
Added standard git attributes
2015-11-21 12:22:17 +00:00
Daniel Hensby
2dd381a198 Merge pull request #79 from helpfulrobot/add-standard-code-of-conduct
Added standard code of conduct
2015-11-21 12:21:56 +00:00
helpfulrobot
eaca690d79 Added standard code of conduct 2015-11-21 20:19:12 +13:00
helpfulrobot
8395c9bf3f Added standard git attributes 2015-11-21 20:09:58 +13:00
helpfulrobot
97d8b62201 Added standard license 2015-11-21 20:00:17 +13:00
helpfulrobot
dab785cfc3 Added standard editor config 2015-11-21 19:51:34 +13:00
helpfulrobot
16bf46ad1e Added standard Travis config 2015-11-21 19:43:06 +13:00
helpfulrobot
7639f28244 Added standard Scrutinizer config 2015-11-21 19:34:48 +13:00
helpfulrobot
ced8128190 Converted to PSR-2 2015-11-21 19:25:41 +13:00
Cam Findlay
2f0cbfe4f6 Merge pull request #77 from SpiritLevel/patch-1
FIX Home for each version correctly returns to the index of the version.
2015-11-17 16:04:08 +13:00
Cam Findlay
b5e25d796d Merge pull request #76 from unclecheese/feature/ga-include
MINOR: Move all GA code into its own include
2015-11-17 16:00:46 +13:00
Damian Mooyman
39e3e6f18a Merge pull request #71 from silverstripe/camfindlay-patch-1
Add a way to check if a version is the current stable
2015-11-17 15:49:49 +13:00
Damian Mooyman
cccde5df5a Merge pull request #78 from silverstripe/camfindlay-patch-3
Test more php versions and 3.2 core
2015-11-17 14:58:55 +13:00
Cam Findlay
977a03dcc2 Test more php versions and 3.2 core
We haven't addressed this module for 3.2 compat yet but added more versions of php for 3.1 core.
2015-11-17 14:49:53 +13:00
David Alexander
adc905c490 Better solution for doc.silverstripe.org/issues/79
The better solution I proposed for https://github.com/silverstripe/doc.silverstripe.org/issues/79 seems to have been missed in the confusion of my PR titles.
2015-11-17 14:41:00 +13:00
Uncle Cheese
0db943b012 MINOR: Move all GA code into its own include, making it easy to override in a theme 2015-11-17 12:14:11 +13:00
Cam Findlay
720b35d831 Add a way to check if a version is the current stable
This allows things like styling or highlighting of the currentl stable version when used in a project to make it more obvious that people should be using that documentation.
2015-10-13 10:30:27 +13:00
Daniel Hensby
310deb69ad Move to new travis containerised infrastructure 2015-07-20 15:58:05 +01:00
Cam Findlay
f7edde83c4 Merge pull request #67 from dhensby/pulls/fix-header-hover
Fixing issue where anchor idicator does not show on hover
2015-07-19 13:39:09 +12:00
Daniel Hensby
cff5ecc1ed Fixing issue where anchor idicator does not show on hover 2015-06-19 14:53:44 +01:00
Ingo Schommer
413d8e396a Merge pull request #66 from scott1702/message-colours
Soften message background colours
2015-06-17 12:25:36 +12:00
scott1702
c2ad1856a6 Soften message background colours 2015-06-17 10:59:47 +12:00
Ingo Schommer
1380deee3c Merge pull request #65 from jonom/fix-hint-styling
FIX hint styling
2015-06-16 13:20:10 +12:00
Jonathon Menz
e29924a169 FIX hint styling
All info boxes in docs that use the 'hint' css class as recommended are currently missing a coloured background.
2015-06-15 10:04:32 -07:00
Cam Findlay
3a239fcdfa Merge pull request #64 from tractorcow/pulls/canonical-url
API Use canonical URL for all repositories
2015-05-01 11:18:36 +12:00
Damian Mooyman
a7094a68af API Use canonical URL for all repositories, and instead redirect from non-versioned page to correct canonical URL for each page. 2015-04-28 17:48:12 +12:00
Will Rossiter
7b1a37f430 Use symlink path name (Fixes #58) 2015-01-07 22:39:04 +13:00
Will Rossiter
653a2c87f4 Merge pull request #54 from camfindlay/curentversionsearch
Pass the current version to the search
2015-01-07 14:11:40 +13:00
Will Rossiter
9a2deea414 Merge pull request #55 from camfindlay/branchalias
ENHANCEMENT optional branch property to allow version aliases.
2015-01-07 14:10:50 +13:00