Commit Graph

381 Commits

Author SHA1 Message Date
Cam Findlay
6553bf10e2 Merge pull request #145 from silverstripe/hotfix/logo-clipping-title-fix
Hotfix/logo clipping title fix
2016-11-11 10:18:55 +13:00
Jared Lee
c071821b98 Updated mobile menu button name with translation functionality 2016-11-11 10:16:42 +13:00
Jared Lee
3f618e8aba Removed sidebar menu button from mobile search and replaced hamburger with button for mobile 2016-11-11 10:14:21 +13:00
Jared Lee
de5b9b33ee Added logo button to all templates and fixed title clipping with logo button 2016-11-11 10:14:21 +13:00
Cam Findlay
c1445b3409 Update docsviewer to fix search version selection 2016-10-28 10:37:03 +13:00
Cam Findlay
fcd49e33a8 Merge pull request #143 from silverstripe/feature/mobile-sidebar-nav
Feature/mobile sidebar nav
2016-10-21 14:09:38 +13:00
Cam Findlay
d262138de2 Update to use new docsviewer module 2016-10-21 14:07:00 +13:00
Jared Lee
d94d604f97 Fixed home logo button overlaying hamburger 2016-10-21 14:05:36 +13:00
Jared Lee
94d957ff46 Removed unused sidebar template 2016-10-21 14:05:36 +13:00
Jared Lee
0ac80747b7 Moved home logo from sidebar to landing page 2016-10-21 14:05:36 +13:00
Jared Lee
43f543c18f Added viewport meta tag for mobile view and Cleaned up hamburger styling 2016-10-21 14:05:36 +13:00
Jared Lee
4ccde5937f Added new markup for sidebar 2016-10-21 14:05:36 +13:00
Jared Lee
5059464eaa Added SilverStripe branding to mobile sidebar 2016-10-21 14:05:36 +13:00
Jared Lee
e8dc86a0e9 WIP mobile header style override for docsviewer 2016-10-21 14:05:36 +13:00
Cam Findlay
faf1b063d5 Update docs viewer 2016-10-21 14:05:36 +13:00
Cam Findlay
30656cb5bb Update toolbar requirement 2016-10-21 14:05:36 +13:00
Jared Lee
f5bd898b4a Removes Global nav in mobile view 2016-10-21 14:05:35 +13:00
Cam Findlay
29ab6dad6e Change docviewer dependancy to custom branch
Until the work gets into master
2016-10-21 14:05:35 +13:00
Cam Findlay
e7e4ee1818 Merge pull request #144 from silverstripe/hotfix/fix-header
FIX toolbar broken header
2016-10-14 17:33:37 +13:00
Cam Findlay
bfb4413b8c FIX toolbar broken header 2016-10-14 17:22:24 +13:00
Cam Findlay
66a5d72b4b Merge pull request #141 from SpiritLevel/patch-1
MINOR : Rename docs-repositiories.yml to docs-repositories.yml
2016-10-14 15:19:15 +13:00
David Alexander
e663e943a7 Rename docs-repositiories.yml to docs-repositories.yml 2016-07-28 10:18:08 +12:00
Daniel Hensby
3338861087 Merge pull request #138 from chillu/pulls/coding-conventions-redirect
Redirect 4.0 coding conventions
2016-07-15 14:24:57 +01:00
Cam Findlay
a96421e99f Merge pull request #139 from tractorcow/pulls/update-task
API Rewrite source file update task
2016-07-04 16:56:20 +12:00
Damian Mooyman
2fdaa20f76 Merge pull request #1 from silverstripe/uat/3.4.0
Set 3.4 stable, framework update.
2016-07-04 16:52:17 +12:00
Cam Findlay
93daffe4d1 Set 3.4 stable 2016-07-04 13:23:57 +12:00
Damian Mooyman
415ed022e8 mark 3.4 as stable 2016-06-27 19:38:42 +12:00
Damian Mooyman
2c8cba75be Use git reset --hard instead of git pull to refresh local files
Better error reporting
2016-06-27 19:37:34 +12:00
Damian Mooyman
055888bf71 force=1 only affects filtered branches 2016-06-27 17:09:20 +12:00
Damian Mooyman
6604109f31
API Split updater into a service and provide two default implementations:
- GitMarkdownUpdater
 - SVNMarkdonUpdater
Add logging for errors to SS_Log
Secure escaping of shell arguments and error detection
2016-06-24 17:48:27 +12:00
Damian Mooyman
f6c297c0e8 Update docsviewer to 2.0.0-beta1 2016-06-24 15:32:31 +12:00
Damian Mooyman
0a9cbd5cb1 Merge pull request #137 from chillu/pulls/redirect-contributing
Auto-redirect /contributing to current master docs (fixes #121)
2016-06-10 11:59:24 +12:00
Ingo Schommer
e92be27865 Redirect 4.0 coding conventions 2016-06-03 13:04:15 +12:00
Ingo Schommer
5abf2667c0 Auto-redirect /contributing to current master docs (fixes #121) 2016-05-30 11:29:16 +12:00
Stig Lindqvist
c89183834e Merge pull request #134 from andrewandante/FIX-crontask-breaks-docs
FIX check request instanceof SS_HTTPRequest
2016-05-27 17:26:14 +12:00
Andrew Aitken-Fincham
b5a3a1f04e FIX check request instanceof SS_HTTPRequest 2016-05-27 13:32:48 +12:00
Cam Findlay
646a67d341 Merge pull request #132 from tractorcow/pulls/add-34
Add entry for 3.4 release
2016-05-19 17:02:02 +12:00
Damian Mooyman
2056e959e6 Add entry for 3.4 release 2016-05-19 16:48:21 +12:00
Cam Findlay
d92ce25c5c Merge pull request #131 from SpiritLevel/master
switched to svn export command for copying documentation files
2016-04-22 13:51:33 +12:00
David Alexander
7218deb126 switched to svn export command for copying documentation files
whitespace

update README to include need for subversion

editied links and wording

editied wording

editied wording

editied wording

editied wording

editied wording

update README and adjust folder permissions in task

whitespace
2016-04-20 04:12:08 -06:00
Cam Findlay
2f29194db9 Merge pull request #129 from SpiritLevel/markdown-refresh
ENHANCEMENT Add dev flag to keep full git repositories to enable local development
2016-03-29 09:22:41 +13:00
David Alexander
a398687756 add dev flag to keep full git repositories to enable local development
whitespace

whitespace

added class variable to hold request

whitespace

adjusted comments; changed variable name

added $request variable to UpdateDocsCronTask

whitespace

more whitespace

updated README

updated README

tidy up
2016-03-28 01:03:03 -06:00
Cam Findlay
7a33b97493 Merge pull request #128 from SpiritLevel/master
change toolbar dev hostname to www.silverstripe.org so toolbar works …
2016-03-27 11:07:16 +13:00
David Alexander
0e684680e5 change toolbar dev hostname to www.silverstripe.org so toolbar works locally 2016-03-21 22:26:55 -06:00
Cam Findlay
42f8caea66 Update core 3.3.1 and docsviewer 1.4 2016-03-02 15:56:55 +13:00
Michael Andrewartha
410bcd39f7 Merge pull request #123 from silverstripe/feedback-update
Update to feedback module + core update
2016-02-29 16:31:47 +13:00
Cam Findlay
b51d808380 Update to feedback module + core update 2016-02-29 16:18:25 +13:00
Christopher Pitt
87e74c1b93 Merge pull request #122 from silverstripe/hotfix/doc-redirect
FIX Redirect older legacy links to the canonical docs.silverstripe.org
2016-02-25 11:45:55 +13:00
Cam Findlay
58d0f937ed FIX Redirect older legacy links to the canonical docs.silverstripe.org 2016-02-25 11:43:48 +13:00
Cam Findlay
5a8dcf022b FIX Make 3.2 not the default stable 2016-02-25 10:36:45 +13:00