Will Rossiter
|
5d7bf64e73
|
Design tweaks
|
2012-09-05 21:42:06 +12:00 |
|
Will Rossiter
|
3a9a384ca4
|
NEW: Add set_edit_link() and getEditLink() to DocumentViewer to allow adding edit links to be displayed on documentation pages
|
2012-09-03 22:02:42 +12:00 |
|
Will Rossiter
|
08dda0a403
|
Merge pull request #14 from oddnoc/documentation-fixes
BUGFIX: make links relative so they resolve correctly
|
2012-05-24 22:00:05 -07:00 |
|
Fred Condo
|
6e5fa2e05d
|
BUGFIX: make links relative so they resolve correctly
Links had been relative to the document root and threw error 404.
In addition, that hard-coded the dev/docs path into the documentation.
|
2012-05-24 16:47:26 -07:00 |
|
Sean Harvey
|
e9a751b56d
|
Merge pull request #13 from stojg/3.0-compat
BUGFIX: Deprecation errors and strict warnings breaks the docsviewer
|
2012-05-17 15:16:28 -07: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
|
a87094fb16
|
BUGFIX: check for valid directory before opening
|
2012-04-08 21:27:53 +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
|
4a40b51ab2
|
MINOR: ignore ds store files
|
2012-04-08 21:19:29 +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
|
7381733b4c
|
BUGFIX: fixed search index field naming from module to entity to be consistent. BUGFIX: fixed url for opensearch description. ENHANCEMENT: moved author information to meta_data
|
2011-08-11 17:03:42 +12:00 |
|
Will Rossiter
|
a12169c9e0
|
MINOR: include own syntax highlighting theme for ssdoc.
|
2011-08-11 13:32:09 +12:00 |
|
Will Rossiter
|
85e5b1b72d
|
FEATURE: added advanced search form to allow searching by module and version
|
2011-08-04 10:04:53 +12:00 |
|
Will Rossiter
|
0ba6d8d338
|
Merge branch 'master' of github.com:silverstripe/silverstripe-sapphiredocs
|
2011-08-02 15:31:38 +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
|
37ea520c8b
|
Merge pull request #2 from nyeholt/master
|
2011-07-24 21:42:21 -07:00 |
|
Marcus Nyeholt
|
c9f35cebbb
|
BUGFIX: Changed the base URL for the search so it hits the correct action
|
2011-07-25 14:35:11 +10:00 |
|
Marcus Nyeholt
|
99951426ed
|
BUGFIX: Change the doc folder search to use the correct folder name variable.
BUGFIX: Use the full path to the basefolder when searching for folders; cwd is actually sapphire, so this ends up looking in the wrong path otherwise
|
2011-07-25 14:34:30 +10:00 |
|
Will Rossiter
|
035df99088
|
BUGFIX: fixed reference to incorrect method from homepage. (Hat tip to nyeholt)
|
2011-07-25 16:14:43 +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
|
aa0297d52a
|
Cherry picked changes from doc.silverstripe.org. FEATURE: added boost options to promoting or removing listings from the search. ENHANCEMENT: use a breadcrumb trail for search title to provide additional context
|
2011-04-29 14:41:30 +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 |
|
Will Rossiter
|
cfaa08d858
|
ENHANCEMENT: fixed default homepage template to include links to individual modules rather than blank pages. BUGFIX: fixed doc viewer to not throw 404 error when no module provided
|
2011-03-12 17:14:37 +13:00 |
|
Will Rossiter
|
50de5f23ef
|
MINOR: removed link to ssdocs project from module.
|
2011-03-12 17:12:48 +13:00 |
|
Will Rossiter
|
a9e5a78037
|
MINOR: tidied up documentation formatting and added missing statement
|
2011-03-12 17:11:21 +13:00 |
|
Will Rossiter
|
b41ab528b7
|
BUGFIX: added missing _manifest_exclude files from thirdparty and docs.
|
2011-03-12 17:10:48 +13:00 |
|
Will Rossiter
|
bbc657acfc
|
MINOR: changed theme to a darker one to help with readability
|
2011-03-07 09:55:29 +13:00 |
|
Will Rossiter
|
ac608190c6
|
MINOR: update links to use atom rather than RSS
|
2011-02-25 11:53:17 +13:00 |
|
Will Rossiter
|
0ec206eff5
|
MINOR: changed opensearch output to atom rather than rss
|
2011-02-25 11:32:17 +13:00 |
|
Will Rossiter
|
bb35223fea
|
MINOR: changed pipe to dash. Easier on the eyes.
|
2011-02-25 09:22:36 +13:00 |
|
Ingo Schommer
|
b1c93bd27a
|
BUGFIX Allowing 'trunk' and 'master' as version numbers
|
2011-02-24 17:54:44 +13:00 |
|
Will Rossiter
|
94121f0a66
|
BUGFIX: fixed link to search query from opensearch description
|
2011-02-11 15:28:26 +13:00 |
|
Will Rossiter
|
13fdb8dd80
|
APICHANGE: refactored DocumentationSearch to go back to a simple class rather than a controller. All requests interfacing with the search should go through DocumentationViewer. APICHANGE: migrated DocumentationSearch::opensearch() to its own controller. BUGFIX: declare default meta_data in the function rather than using the api to prevent inclusion order issues
|
2011-02-11 01:29:25 +00: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 |
|
Will Rossiter
|
166fb8dff3
|
FEATURE: implemented initial cut of open search output and description functionality.
|
2011-01-21 04:10:41 +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
|
f9c8617af4
|
MINOR Documentation
|
2011-01-17 06:00:16 +00:00 |
|
Ingo Schommer
|
b61e4e9057
|
BUGFIX Absolute include paths so phpunit executable doesnt barf
|
2011-01-17 06:00:16 +00:00 |
|
Ingo Schommer
|
5d48bc97de
|
BUGFIX Fixed 404 display
|
2011-01-16 20:17:57 +00:00 |
|
Ingo Schommer
|
e024be8806
|
BUGFIX Fixed relative and absolute links
|
2011-01-16 20:17:56 +00:00 |
|