1137SandreyVersion 0.3.11-was1 2137Sandrey * Made the plugin compatible with the latest DokuWiki release. 3128Syaroslav@ivinco.com * Moved "Matching pagenames" to the top of the search and made the search results full width. 4131Syaroslav@ivinco.com * Branched out inline JS code to "js/search.js" and CSS code to "css/style.css". 5131Syaroslav@ivinco.com * Used CSS to override the "prev", "next" and "Search help" text-only links with icons. 6125Syaroslav@ivinco.com * Added the option to hide the Sphinx Search plugin version from the Dokuwiki configuration. 7125Syaroslav@ivinco.com * Bumped the text extracts to 500 words and 10 surrounding words and made these values configurable. 8125Syaroslav@ivinco.com * Removed deprecated options from "sphinx.conf" as per the Sphinx Search documentation. 9120Syaroslav@ivinco.comVersion 0.3.11 10121Syaroslav@ivinco.com * Fixed issue with php tag stripping 11121Syaroslav@ivinco.comVersion 0.3.9 12121Syaroslav@ivinco.com * Fixed excluding hidden pages from the index, see conf/dokuwiki.php $conf['hidepages'] configuration option 13106Syaroslav * Fixed bug when text before first section don't indexed 14110SyaroslavVersion 0.3.8 15109Syaroslav * Fixed excluding keywords processing 16109Syaroslav * Prevent indexing of empty documents 17109SyaroslavVersion 0.3.7 18109Syaroslav * Fixed detection of DokuWiki data directory when data directory is absolute path 19109Syaroslav * Added type casting for sphinx IDS from signed to unsigned as it required by 20109Syaroslav Sphinx search 21109SyaroslavVersion 0.3.6 2296Syaroslav@ivinco.com * Fixed compatibility problem with version dokuwiki-2010-11-07.tgz "Anteater" 2396Syaroslav@ivinco.comVersion 0.3.5 2496Syaroslav@ivinco.com * Indexer fix: turned off PHP error/warning messages 2596Syaroslav@ivinco.comVersion 0.3.4 2658Syaroslav@ivinco.com * Added document encoding detection 27125Syaroslav@ivinco.comVersion 0.3.3 28125Syaroslav@ivinco.com * Minor bugfix release - improved indexing and search relevance 2984Syaroslav@ivinco.com * Fixed search query escaping 3078Syaroslav@ivinco.comVersion 0.3.2 3147Syaroslav@ivinco.com * Fixed bug - document parsing by section 3243Syaroslav@ivinco.comVersion 0.3.1 3343Syaroslav@ivinco.com * Fixed bug with dokuwiki version 2008-05-05 3443Syaroslav@ivinco.comVersion 0.3 3558Syaroslav@ivinco.com * Added Help Page 3659Syaroslav@ivinco.com * Renamed filter name from "@categories" to "@ns" 3738Syaroslav@ivinco.com * Matching pagenames list constructed by Sphinx search 3838Syaroslav@ivinco.com * Fixed bug with search query 3938Syaroslav@ivinco.com * Added grouping search results by page with nested subsections 4038Syaroslav@ivinco.com * Fixed bug with relevance 4129Syaroslav@ivinco.com * 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 45Version 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 49Version 0.1 50