Commit Graph

21 Commits

Author SHA1 Message Date
Guy Sartorelli 446bb12a88
Mark as abandoned 2023-03-17 10:26:53 +13:00
Robbie Averill eba2d4536c Update branch alias for master to 3.x-dev 2019-04-29 16:57:06 +12:00
Sam Minnee 03ec3d287e MINOR: Alias dev-master as 2.x 2018-06-08 16:14:53 +12:00
Petar Simic e8ab218ffc FIX: Relax parsedown / parsedown-extra requirement, for PHP7 support
Dependency for parsedown increased to minor semver version ~1.1 . Reason: other modules that require parsedown as dependency need higher version of it.
2018-06-08 11:14:56 +12:00
Sean Harvey 484e57e404 Support parsing and removing a YAML metadata block in markdown. 2017-03-22 09:55:31 +13: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
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 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
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 0dc0ff1ea5 Upgrade parsedown extra to support markdown within code blocks 2014-09-28 13:26:54 +13:00
Damian Mooyman cc0af001b8 Remove removed repository fork 2014-09-24 12:31:40 +12:00
Will Rossiter 43b6d42719 Overhaul of module to use DocumentationManifest
This major update changes the behaviour of the docviewer module to use a cached manifest rather than on demand. This allows us to simplify the URL matching and store 'nice' URL configuration rather than altering handleAction().
2014-09-07 11:26:12 +12:00
Will Rossiter afe229d343 Remove outdated dependancy. Fixes #46 2014-08-01 16:45:09 +12:00
Will Rossiter 1b0a5c519d Use erusev/parsedown as the Markdown parser. (Fixes #31) 2014-07-27 12:39:44 +12:00
Will Rossiter 95b982353b NEW: Add static publisher option 2014-01-14 20:41:59 +13:00
Ingo Schommer ff5448aae1 Fixed composer constraint to allow for RC releases (composer fixed its tilde behaviour now) 2013-08-14 11:54:40 +02:00
Ingo Schommer 9a84f674b8 Fixed composer constraints 2013-05-07 15:19:20 +03:00
Ingo Schommer 032a49d929 3.1/3.2 compat 2013-03-26 11:16:46 +01:00
Will Rossiter 02c5a38f37 Require 3.1 since 0350495d20. 2013-02-27 22:58:36 +13:00
Will Rossiter a8416221f8 Expanded composer.json 2012-11-10 11:32:42 +13:00
vikas srivastava 9672f2862c NEW Added composer.json Added composer.json file which will help this module for submission on proposed extension.silverstripe.org website. Please add more fields according to requirement.
For more information please visit at http://extension.openbees.org/instructions/
2012-09-23 09:15:38 +12:00