Commit Graph

324 Commits

Author SHA1 Message Date
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
Will Rossiter
c21ffa75c5 Update README.md 2015-01-07 14:09:13 +13:00
Cam Findlay
664e3eea91 ENHANCEMENT optional branch property to allow version aliases of development branches inside docsviewer. 2014-12-18 09:41:13 +13:00
Cam Findlay
410312c641 Pass the current version to the search
From a UX POV, when I'm searching docs I'm likely to be working on a site of a specific version - results of docs from older or newer versions are likely to be less relevant to me. If I want to search wider after my initial search I can use the check boxes on the advanced search.
2014-12-17 11:18:00 +13:00
Will Rossiter
d92fb96e0e Merge branch 'fixsearch'
* fixsearch:
  Resolve test failures
  Bug with Search Entities - removing from form. Removed calls to page entity, there is none when in search controller action

Conflicts:
	javascript/DocumentationViewer.js
2014-12-16 23:20:06 +13:00
Will Rossiter
2257e0fb31 FIX entities not describing state should still show
If an entity does not provide a lang / version, keep showing it across menu. Resolves #53
2014-12-16 23:18:54 +13:00
Will Rossiter
7b9dbf75bb Remove unfinished search autocomplete 2014-12-16 23:17:19 +13:00
Will Rossiter
f1bd774437 Merge branch 'manifest'
* manifest: (50 commits)
  TEST updated as clean name now respects the writing style conventions.
  FIX Showing the stable and outdated version number correctly.
  FIX: margin around edit too small and causes UI problems with nav.
  Upper case first letter
  Fixing text highlight css
  Reduce exception.
  Refactored EditLink
  Restore support for multiple versions in the masthead
  These changes make a number of improvements, mostly typographical, to improve readability and to render properly on small devices.
  Add support for exclude in children list
  Fix style of submenu
  Restore tests
  FIX: permission check broken
  Add alert as a valid alias as warning.
  Support one more layer in the template.
  Encode &amps; in api links.
  Minor style tweaks
  Upgrade parsedown extra to support markdown within code blocks
  FIX: API links should be urlencoded() to prevent special characters causing issues
  Correct title generation for index files in entity root
  ...

Conflicts:
	code/tasks/RebuildLuceneDocsIndex.php
2014-12-16 23:14:19 +13:00
Will Rossiter
473b830867 Resolve test failures 2014-12-16 23:07:31 +13:00
Cam Findlay
3753c331d4 Bug with Search Entities - removing from form. Removed calls to page entity, there is none when in search controller action 2014-12-16 14:12:40 +13:00
Cam Findlay
ddc9b5243f TEST updated as clean name now respects the writing style conventions. 2014-12-10 16:18:26 +13:00
Cam Findlay
272b7ae660 FIX Showing the stable and outdated version number correctly. 2014-12-10 14:35:05 +13:00
Cam Findlay
def89a2894 FIX: margin around edit too small and causes UI problems with nav. 2014-12-09 09:31:00 +13:00
Cam Findlay
f74f35234d Upper case first letter 2014-12-08 11:04:27 +13:00
Will Rossiter
7f3e9cbc82 Merge pull request #52 from dhensby/master
Adding .editorconfig
2014-12-05 12:49:44 +13:00
Daniel Hensby
43df51b8e3 Adding .editorconfig 2014-12-04 15:38:45 +00:00
3Dgoo
b239e87fe2 Fixing text highlight css
By setting anything to ::selection in the css it resets all selection styling. Meaning highlighted text does not show any indication of highlighting. 

I have added in the selection color and background so text appears highlighted when selected.
2014-12-03 09:35:01 +10:30
Will Rossiter
bda0b00b18 Reduce exception. 2014-11-18 19:12:19 +13:00
Cam Findlay
1e2737bc5a Refactored EditLink 2014-11-15 11:46:54 +13:00
Will Rossiter
5cbd9c79cd Restore support for multiple versions in the masthead 2014-11-15 11:41:01 +13:00
Will Rossiter
2656f244c7 Merge pull request #49 from ss23/master
Fix RebuildLuceneDocsIndex to use new Markdown parser
2014-11-11 22:40:17 +13:00
Stephen Shkardoon
ab3e3f392a Fix RebuildLuceneDocsIndex to use new Markdown parser
Previously, it was attempting to use the already removed Markdown class.
Also some minor permission / indentation fixes.
2014-11-11 20:44:50 +13:00
Will Rossiter
fbe7c861a5 Merge pull request #48 from unclecheese/feature/design-changes
Feature/design changes
2014-11-07 16:17:58 +13:00
Uncle Cheese
c71a1aaca2 These changes make a number of improvements, mostly typographical, to improve readability and to render properly on small devices.
Universal increase in font size
Use same font as ss.org for consistency
Remove unnecessary visual noise (borders, box shadows, etc)
Use Google PrettyPrint syntax highlighter for improved readability of code sections
Fully responsive, with hamburger menu
Add "section" linking mode to menu items
Add masthead for breadcrumbs, introduction
Improved styles for notice/info/warning messaging
2014-11-07 12:01:07 +13:00
Will Rossiter
f169aa65ac Add support for exclude in children list 2014-10-13 21:55:16 +13:00
Will Rossiter
7f778498f2 Fix style of submenu 2014-09-30 18:36:40 +13:00
Will Rossiter
45be91282c Restore tests 2014-09-28 21:41:10 +13:00
Will Rossiter
cfa32d56e6 FIX: permission check broken 2014-09-28 17:10:55 +13:00
Will Rossiter
5fbde299d1 Add alert as a valid alias as warning. 2014-09-28 16:58:23 +13:00
Will Rossiter
d452a047fa Support one more layer in the template. 2014-09-28 16:58:01 +13:00
Will Rossiter
6edaebab41 Encode &amps; in api links. 2014-09-28 14:35:58 +13:00
Will Rossiter
dfaa28950a Minor style tweaks 2014-09-28 13:34:49 +13:00
Will Rossiter
0dc0ff1ea5 Upgrade parsedown extra to support markdown within code blocks 2014-09-28 13:26:54 +13:00
Will Rossiter
f706a9d8a2 FIX: API links should be urlencoded() to prevent special characters causing issues 2014-09-27 19:46:39 +12:00
Will Rossiter
508238a7b2 Correct title generation for index files in entity root
Previously would output the language code as the title 'En'. This double checks whether the file is at the root of the entity and if so, it'll use the entity name.
2014-09-27 10:15:52 +12:00
Will Rossiter
804c67dcaf If a folder has no children, default to menu
This happens in the event of the documentation home page.
2014-09-27 10:14:45 +12:00
Will Rossiter
4c53cf5646 Respect documentation base href for link to home. 2014-09-27 10:14:10 +12:00
Will Rossiter
db2a94b56c Prevent automatic registration running multiple times
Fix up automatic registration details.
2014-09-27 10:13:40 +12:00
Will Rossiter
9cf55c57d7 Ensure manifest is cached between calls. 2014-09-27 10:12:54 +12:00
Will Rossiter
d2aa75e72b Hourly task no longer exists 2014-09-27 08:56:47 +12:00
Will Rossiter
3995e72c3a Style tidy ups. 2014-09-26 20:15:53 +12:00
Will Rossiter
2612f221a6 Change DocumentationParser to use GFM for code 2014-09-26 20:15:40 +12:00
Sean Harvey
e162891989 Merge pull request #47 from tractorcow/pulls/fix-master
Remove removed repository fork
2014-09-24 12:32:52 +12:00
Damian Mooyman
cc0af001b8 Remove removed repository fork 2014-09-24 12:31:40 +12:00
Will Rossiter
113e997b09 FIX: Relative paths from index files showing wrong 2014-09-21 11:20:31 +12:00
Will Rossiter
ecac89c0c7 FIX: DocumentationFolder titles not being set. 2014-09-21 11:20:01 +12:00
Will Rossiter
8057c9257c FIX Language viewer test. 2014-09-21 11:19:17 +12:00
Will Rossiter
5ab53e65f2 FIX: Add tests and correct behaviour for next/prev 2014-09-21 11:18:36 +12:00
Will Rossiter
93dc64c480 More more of the page to replacable includes. 2014-09-20 14:20:36 +12:00
Will Rossiter
be9eef83b4 Add tests for getLanguage() 2014-09-20 13:45:35 +12:00