Commit Graph

412 Commits

Author SHA1 Message Date
Robbie Averill 909cfd695f Fix some CBF linting issues. Improved a couple of doc blocks. 2016-12-05 08:53:53 +13:00
Damian Mooyman a9130a33db
Remove old CORE_RELEASE versions 2016-12-02 15:57:47 +13:00
Damian Mooyman ad40d8fd1e
PSR2 Formatting 2016-12-02 15:31:18 +13:00
Damian Mooyman babf1580b9
API Add VersionTitle and Archived fields to config
BUG Fix version comparison between `3` and `3.5` (3 is newer)
2016-12-02 15:28:32 +13:00
Daniel Hensby 9d7a1f6210
Merge pull request #109 from zenmonkey/master 2016-11-07 13:31:41 +00:00
Jared Lee 55867c7845 Hotfix/remove search hamburger (#125)
* Removed hamburger and inserted close button in sidebar

* Replace sidebar mobile slide out with fade in

* Updated mobile menu button to translate into different languages
2016-11-04 16:51:02 +13:00
Cam Findlay b8dea84832 Merge pull request #123 from silverstripe/feature/improved-search-ux
Updated search checkboxes to horizontal format
2016-10-28 10:07:02 +13:00
Jared Lee f06a91b636 Updated search checkboxes to horizontal format 2016-10-21 17:10:38 +13:00
Cam Findlay 4bd9f267bd Feature/responsive scaling (#122)
* Added viewport meta tag for mobile views and Added comments for hamburger styling

* Cleaned styling of hamburger
2016-10-21 13:56:44 +13:00
Cam Findlay e38b740d88 Create sidebar hamburger menu for mobile (#121)
* Create sidebar hamburger menu for mobile

* Improve sidebar UX and mobile menu

* Fixed sidebar UX bug where blue text breadcrumb didn't appear and fixed hover/focus styling

* Improved UX of hamburger by applying toggle animations
2016-10-21 10:49:50 +13:00
Petar Simic 8ae26f1271 Created Croatian language files (#114)
* Create hr.yml

Translations of language variables to Croatian language.

* Update hr.yml

* Create hr_HR.yml

Translations of language variables to Croatian language.
2016-08-12 12:33:38 +01:00
Daniel Hensby 3d0bc397b3 Merge pull request #118 from hdpero/patch-4
Update layout.css
2016-08-12 12:30:07 +01:00
Daniel Hensby 650cd5c81f Merge pull request #119 from SpiritLevel/master
FIX horizontal alignment shifts when vertical scroll bar appears
2016-08-11 15:31:40 +01:00
David Alexander 594b92063a FIX horizontal alignment shifts when vertical scroll bar appears
Common problem. 

Quite visible if (i) a page's content fits within the browser window's height when the table of contents dropdown is closed but (ii) the content no longer fits vertically when the table of contents dropdown is opened. When this happens, a vertical scroll bar appears in the browser and the page's horizontal alignment shifts by the scroll bar width.  

@frankmullenger I also noticed this in swipestripe docs :)
2016-08-10 11:31:12 +12:00
Will Rossiter 5d74d48522 Merge pull request #117 from hdpero/patch-3
Update normalize to latest version v4.2.0
2016-08-06 09:23:51 +12:00
Will Rossiter 86f7c6877a Merge pull request #116 from hdpero/patch-2
Update typography.css
2016-08-06 09:23:17 +12:00
Petar Simic a2712ee324 Update layout.css
Update of CSS to current standards.
2016-08-05 22:02:07 +02:00
Petar Simic d75b3355ba Update normalize to latest version v4.2.0 2016-08-05 21:56:42 +02:00
Petar Simic bd56ae9a2d Update typography.css
Update to current CSS & browser standards.
2016-08-05 21:54:37 +02:00
Daniel Hensby ff5b667022 Merge pull request #113 from SpiritLevel/patch-1
Updated invalid url for syntax highligter
2016-07-21 12:19:21 +01:00
David Alexander 85802d5e7a Updated invalid url for syntax highligter
See https://code.google.com/archive/p/google-code-prettify and https://github.com/google/code-prettify

This affects doc.silverstripe.org so I'll submit a PR there too.
2016-07-21 19:42:32 +12:00
Will Rossiter d495a68681 Merge pull request #112 from Cheddam/fix/support-variable-line-endings
Added support for variable line endings.
2016-06-29 16:49:07 +12:00
Garion Herman 1ab48be9ee Added support for variable line endings (fixes parsing of documents with Windows line endings). 2016-06-29 15:48:27 +12:00
Matt Peel fd9a7da68b Merge pull request #111 from tractorcow/pulls/make-missingdir-warning
ENHANCEMENT A missing sources dir will simply disable that repo with a warning
2016-06-24 13:39:57 +12:00
Damian Mooyman b2ff0f7708
ENHANCEMENT A missing sources dir will simply disable that repo with a warning, rather than fatally erroring 2016-06-21 18:00:30 +12:00
Richard Rudy 50d0bc3774 UPDATE Add Permission Provider
Added VIEW_DEVDOCS permsion code. This shoudl allow room later if module is expanded for User docs "VIEW_USERDOCS"
2016-03-18 14:00:56 -04:00
Daniel Hensby 05741b1dcb Merge pull request #106 from webbuilders-group/anchor-links-fix
BUGFIX: Fixed incorrectly formed page specific anchor links (fixes #104)
2016-03-11 17:35:26 +00:00
UndefinedOffset 91a0767d53 BUGFIX: Fixed incorrectly formed page specific anchor links (fixes #104) 2016-03-11 13:15:37 -04:00
Daniel Hensby 5d28a93e9f Merge pull request #107 from webbuilders-group/image-path-rewrite-fix
BUGFIX: Fixed case where image urls could end up having a backslash on windows
2016-03-11 17:12:39 +00:00
UndefinedOffset 10ef060624 BUGFIX: Fixed case where image paths could end up having a backslash on windows 2016-03-11 10:39:26 -04:00
Cam Findlay 405af6b377 Merge pull request #99 from webbuilders-group/duplicate-home-fix
BUGFIX: Fixed duplicate Home links appearing
2016-03-01 10:35:56 +13:00
Daniel Hensby 941377a180 Merge pull request #103 from webbuilders-group/no-index-warn-fix
BUGFIX: Fixed file_get_contents warning when viewing a folder that has no index.md
2016-02-27 10:16:54 +00:00
UndefinedOffset 067c942ecd BUGFIX: Fixed file_get_contents warning when viewing a folder that has no index.md 2016-02-26 10:20:06 -04:00
Daniel Hensby 8af903915a Merge pull request #101 from webbuilders-group/image-paths-fix
BUGFIX: Fixed issue generating image paths on windows
2016-02-24 23:58:31 +00:00
UndefinedOffset ff78276f93 BUGFIX: Fixed issue generating image paths introduced in 1556c77d27 2016-02-24 18:17:39 -04:00
Daniel Hensby 4c243efce6 Merge pull request #102 from webbuilders-group/next-prev-fix
BUGFIX: Fixed issue next/previous page links missing the documentation base link
2016-02-24 22:09:28 +00:00
UndefinedOffset 581c7cb53a BUGFIX: Fixed issue next/previous page links missing the documentation base link 2016-02-24 17:56:14 -04:00
Daniel Hensby 35deb55613 Merge pull request #100 from webbuilders-group/all-pages-link-fix
BUGFIX: Links in the all pages view missing the documentation base link
2016-02-24 18:27:36 +00:00
UndefinedOffset 6682975a09 BUGFIX: Links in the all pages view missing the documentation base link 2016-02-24 11:41:37 -04:00
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