Sean Harvey
|
927e1b0724
|
Fixing functions called statically to be declared as such
|
2013-01-23 16:22:27 +13:00 |
|
Will Rossiter
|
4ffa1c71e6
|
FIX: prevent notice while doing search request.
|
2012-09-09 18:05:06 +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
|
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
|
85e5b1b72d
|
FEATURE: added advanced search form to allow searching by module and version
|
2011-08-04 10:04:53 +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
|
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
|
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
|
ac608190c6
|
MINOR: update links to use atom rather than RSS
|
2011-02-25 11:53:17 +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 |
|
Will Rossiter
|
166fb8dff3
|
FEATURE: implemented initial cut of open search output and description functionality.
|
2011-01-21 04:10:41 +00:00 |
|
Will Rossiter
|
221cd700b6
|
ENHANCEMENT: included zend/search/lucene with the module to avoid including the entire lucene module. ENHANCEMENT: added hourly task as well as buildtask for dealing with cron updates. MINOR: updated documentation
|
2011-01-11 01:35:59 +00:00 |
|
Will Rossiter
|
8ba0bcea69
|
BUGFIX: fixed pagination of search results not loading on pages other than the first
|
2010-12-22 08:44:46 +00:00 |
|
Will Rossiter
|
842043a8e3
|
ENHANCEMENT: cleaned up logic around Link() and Path() attributes throughout. FEATURE: added search pagination and rough templates for the search results
|
2010-12-22 08:21:49 +00:00 |
|
Will Rossiter
|
fede2626fc
|
MINOR: moved building indexes out to its own tasks.
|
2010-12-21 10:54:11 +00:00 |
|
Will Rossiter
|
b51421d964
|
BUGFIX: avoid parsing the markdown to html of each page to index it, simply use plain text for search. BUGFIX: disable notice level errors from Zend when building the index
|
2010-12-21 10:05:24 +00:00 |
|
Will Rossiter
|
7ec4ae32ad
|
MINOR: removed var_dumps()
|
2010-12-21 09:44:37 +00:00 |
|
Will Rossiter
|
3d90271b31
|
FEATURE: initial cut of Zend_Lucene_Search backend for documentation search.
|
2010-12-21 09:42:44 +00:00 |
|
Will Rossiter
|
d2eb92233e
|
APICHANGE: rather than passing the structure through the constructor, do so via setters which will allow us more flexibility
|
2010-10-21 20:27:23 +00:00 |
|
Will Rossiter
|
ac5ce3872e
|
EHANCEMENT allow recursive gathering of files from a folder. Initial cut of implementing a XML feed of all the pages
|
2010-10-08 03:31:19 +00:00 |
|