dokuwiki-sphinxsearch-plugin – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | Version 0.3.11-was1 |
2 | * Made the plugin compatible with the latest DokuWiki release. |
||
3 | * Moved "Matching pagenames" to the top of the search and made the search results full width. |
||
4 | * Branched out inline JS code to "js/search.js" and CSS code to "css/style.css". |
||
5 | * Used CSS to override the "prev", "next" and "Search help" text-only links with icons. |
||
6 | * Added the option to hide the Sphinx Search plugin version from the Dokuwiki configuration. |
||
7 | * Bumped the text extracts to 500 words and 10 surrounding words and made these values configurable. |
||
8 | * Removed deprecated options from "sphinx.conf" as per the Sphinx Search documentation. |
||
9 | Version 0.3.11 |
||
10 | * Fixed issue with php tag stripping |
||
11 | Version 0.3.9 |
||
12 | * Fixed excluding hidden pages from the index, see conf/dokuwiki.php $conf['hidepages'] configuration option |
||
13 | * Fixed bug when text before first section don't indexed |
||
14 | Version 0.3.8 |
||
15 | * Fixed excluding keywords processing |
||
16 | * Prevent indexing of empty documents |
||
17 | Version 0.3.7 |
||
18 | * Fixed detection of DokuWiki data directory when data directory is absolute path |
||
19 | * Added type casting for sphinx IDS from signed to unsigned as it required by |
||
20 | Sphinx search |
||
21 | Version 0.3.6 |
||
22 | * Fixed compatibility problem with version dokuwiki-2010-11-07.tgz "Anteater" |
||
23 | Version 0.3.5 |
||
24 | * Indexer fix: turned off PHP error/warning messages |
||
25 | Version 0.3.4 |
||
26 | * Added document encoding detection |
||
27 | Version 0.3.3 |
||
28 | * Minor bugfix release - improved indexing and search relevance |
||
29 | * Fixed search query escaping |
||
30 | Version 0.3.2 |
||
31 | * Fixed bug - document parsing by section |
||
32 | Version 0.3.1 |
||
33 | * Fixed bug with dokuwiki version 2008-05-05 |
||
34 | Version 0.3 |
||
35 | * Added Help Page |
||
36 | * Renamed filter name from "@categories" to "@ns" |
||
37 | * Matching pagenames list constructed by Sphinx search |
||
38 | * Fixed bug with search query |
||
39 | * Added grouping search results by page with nested subsections |
||
40 | * Fixed bug with relevance |
||
41 | * Fixed bug with navigations by pages |
||
42 | * Added namespaces list in sidebar of search results |
||
43 | * Fixed search by namespaces |
||
44 | * Fixed support for multilanguage search |
||
45 | Version 0.2 |
||
46 | * Fixed bug with invalid characters in XML |
||
47 | * Fixed bug with parsing dokuwiki pages |
||
48 | * Fixed bug with memory leak, now it requires not more than 7Mb |
||
49 | Version 0.1 |