UndefinedOffset
91a0767d53
BUGFIX: Fixed incorrectly formed page specific anchor links ( fixes #104 )
2016-03-11 13:15:37 -04: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
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
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
helpfulrobot
ced8128190
Converted to PSR-2
2015-11-21 19:25:41 +13: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
Cam Findlay
ddc9b5243f
TEST updated as clean name now respects the writing style conventions.
2014-12-10 16:18:26 +13:00
Will Rossiter
45be91282c
Restore tests
2014-09-28 21:41:10 +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
2612f221a6
Change DocumentationParser to use GFM for code
2014-09-26 20:15:40 +12:00
Will Rossiter
113e997b09
FIX: Relative paths from index files showing wrong
2014-09-21 11:20:31 +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
be9eef83b4
Add tests for getLanguage()
2014-09-20 13:45:35 +12:00
Will Rossiter
da77bf6821
Add additional test case for DocumentationFolder
2014-09-20 13:44:41 +12:00
Will Rossiter
a4c32f0b25
Add test for getChildrenFor and getVersions
2014-09-20 13:44:26 +12:00
Will Rossiter
52733d6ebf
Add support for [CHILDREN] shortcode
...
This allows you to build up dynamic listing pages much better.
2014-09-19 23:29:22 +12:00
Will Rossiter
b489d5120a
Fixes for unit tests with the latest manifest
2014-09-15 22:12:31 +12:00
Will Rossiter
0b91b91e33
Kill DocumentationService in favour of config API.
...
This continues on the migration to the Manifest. Instead of using calls to a `Service` now all file related lookups are done through the `DocumentationManifest`
2014-09-07 17:09:28 +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
2c00a3b20f
New theme.
...
Clean up of existing theme, implementation of a new easier to integrate layout.
2014-09-06 11:13:12 +12:00
Will Rossiter
afe229d343
Remove outdated dependancy. Fixes #46
2014-08-01 16:45:09 +12:00
Ingo Schommer
cb877536b6
Fixed testGetModulePagesShort, no longer listing subfolders first
2013-06-10 09:55:12 +02:00
Will Rossiter
3b27cd6b2b
NEW: Github style code fence blocks. ( Fixes #22 )
2013-02-19 22:23:22 +13:00
Will Rossiter
9aaeadd7ff
Migrated theme from doc.ss back to the module
2012-11-10 11:12:30 +13:00
Stig Lindqvist
fa646cdbf6
BUGFIX: Deprecation errors and strict warnings breaks the docsviewer
2012-05-18 09:48:57 +12:00
Will Rossiter
ae092ebf19
BUGFIX: ensure E_STRICT compatibility with docsviewer and 3.0 handleRequest().
2012-04-14 18:02:53 +12:00
Will Rossiter
dd84574b8d
BUGFIX: upgrade module to fit 3.0 api.
2012-04-14 17:00:22 +12:00
Will Rossiter
1e28e8252f
MINOR: rename from docviewer to docsviewer
2012-04-08 21:36:16 +12:00
Will Rossiter
34d46b7a5b
MINOR: update references to sapphiredocs to docviewer. ENHANCEMENT: introduce DOCVIEWER_PATH and DOCVIEWER_DIR consts
2012-04-08 21:23:49 +12:00
Will Rossiter
ff50ef1a1e
MINOR: removed assertInstanceOf call as this is phpunit 3.6 only.
2011-08-15 15:06:25 +12:00
Will Rossiter
56578742f4
MINOR: merging changes from ss2doc back. APICHANGE: renamed DocumentationOpenSearch_Controller to DocumentationOpenSearchController. MINOR: renamed left and right column to more generic content/sidebar columns
2011-08-02 15:30:58 +12:00
Will Rossiter
959cb16534
FEATURE: added automatic notifications about accessing outdated or unreleased versions. ( Fixes #6320 )
2011-07-08 14:42:52 +12:00
Will Rossiter
96ac20a15c
BUGFIX: fixed bug with linking to internal assets.
2011-07-04 16:58:15 +12:00
Will Rossiter
cb19549a97
ENHANCEMENT: if viewing site on current version, do not include version in the parsed links
2011-07-04 12:05:22 +12:00
Will Rossiter
762eb2323b
APICHANGE: Renamed internal references of modules to entities and related method naming. FEATURE: added entity navigation in header. BUGFIX: fixed version links so that they redirect to the version of the current page rather than home page
2011-07-01 18:49:31 +12:00
Will Rossiter
4830e09bad
ENHANCEMENT: moved 404 page out to a separate template and altered DocumentationViewer to throw 404s on pages which do not resolve to anything. Fixes : #6616
2011-07-01 14:37:55 +12:00
Will Rossiter
15244a9934
ENHANCEMENT: rolled out basic versioning support.
2011-07-01 13:19:35 +12:00
Will Rossiter
fab93f80df
BUGFIX: removed use of deprecated phpunit call.
2011-04-05 14:17:38 +12:00
Will Rossiter
ef5664f777
BUGFIX: fixed encoding of special characters when not in code snippets.
2011-04-05 14:17:25 +12:00
Ingo Schommer
b119b1eab8
MINOR temporarily disabled DocumentationViewerTest->testLocationExists(), it fails when not run through phhunit binary for some reason...
2011-02-01 20:41:45 +00:00
Ingo Schommer
855f5471e4
BUGFIX Disbled parts of testLocationExists(), absolute mystery...
2011-01-17 20:57:40 +00:00
Ingo Schommer
24ebc64945
BUGFIX Showing proper 404s
2011-01-17 06:00:16 +00:00
Ingo Schommer
089c844892
MINOR Making anchors more readable and predictable by using lowercase only
2011-01-15 21:47:43 +00:00
Will Rossiter
e571b5973f
FEATURE: added parser for metadata inside documentation. MINOR: removed outdated code
2011-01-14 03:29:14 +00:00
Will Rossiter
768345a8b9
ENHANCEMENT: contrary to r115556, display a listing of files within an empty folder index rather than defaulting to the first file. Fixes #6347
2011-01-14 02:16:03 +00:00
Will Rossiter
2a7b7ee83d
ENHANCEMENT: if a folder is missing an index.md file load the first file as a failback
2011-01-14 01:48:36 +00:00
Will Rossiter
fc8ab96c51
ENHANCEMENT: use urls in the format module/lang/version rather than version first. Tweaks to the parser to prevent infinite loops
2011-01-14 01:03:46 +00:00
Ingo Schommer
255f5de162
BUGFIX Improved DocumentationParser to avoid empty lines in pre tags, deal with normal markdown code blocks, and html encode lines within pre tags
2011-01-10 10:59:22 +00:00
Ingo Schommer
b7478b864d
FEATURE <pre> formatting for markdown with custom brush support (:::php to <pre class="brush: php">)
2011-01-10 09:18:44 +00:00