dokuwiki-sphinxsearch-plugin – Rev 1

Subversion Repositories:
Rev:
Version 0.3.11-was1
 * Made the plugin compatible with the latest DokuWiki release.
 * Moved "Matching pagenames" to the top of the search and made the search results full width.
 * Branched out inline JS code to "js/search.js" and CSS code to "css/style.css".
 * Used CSS to override the "prev", "next" and "Search help" text-only links with icons.
 * Added the option to hide the Sphinx Search plugin version from the Dokuwiki configuration.
 * Bumped the text extracts to 500 words and 10 surrounding words and made these values configurable.
 * Removed deprecated options from "sphinx.conf" as per the Sphinx Search documentation.
Version 0.3.11
 * Fixed issue with php tag stripping
Version 0.3.9
 * Fixed excluding hidden pages from the index, see conf/dokuwiki.php  $conf['hidepages'] configuration option
 * Fixed bug when text before first section don't indexed
Version 0.3.8
 * Fixed excluding keywords processing
 * Prevent indexing of empty documents
Version 0.3.7
 * Fixed detection of DokuWiki data directory when data directory is absolute path
 * Added type casting for sphinx IDS from signed to unsigned as it required by
 Sphinx search
Version 0.3.6
 * Fixed compatibility problem with version dokuwiki-2010-11-07.tgz "Anteater"
Version 0.3.5
 * Indexer fix: turned off PHP error/warning messages
Version 0.3.4
 * Added document encoding detection
Version 0.3.3
 * Minor bugfix release - improved indexing and search relevance
 * Fixed search query escaping
Version 0.3.2
 * Fixed bug - document parsing by section
Version 0.3.1
 * Fixed bug with dokuwiki version 2008-05-05
Version 0.3
 * Added Help Page
 * Renamed filter name from "@categories" to "@ns"
 * Matching pagenames list constructed by Sphinx search
 * Fixed bug with search query
 * Added grouping search results by page with nested subsections
 * Fixed bug with relevance
 * Fixed bug with navigations by pages
 * Added namespaces list in sidebar of search results
 * Fixed search by namespaces
 * Fixed support for multilanguage search
Version 0.2
 * Fixed bug with invalid characters in XML
 * Fixed bug with parsing dokuwiki pages
 * Fixed bug with memory leak, now it requires not more than 7Mb
Version 0.1