aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/search.pm
Commit message (Expand)AuthorAge
* Fix typo.Amitai Schlair2016-02-20
* typoJoey Hess2013-11-18
* search: Added googlesearch option, which makes it search google rather than u...Joey Hess2013-11-17
* search: Fix encoding bug in calculation of maximum term size.Joey Hess2011-08-30
* Put in a workaround for #622591, by ensuring Search::Xapian gets loaded befor...Joey Hess2011-08-07
* search: Update search page when page.tmpl or searchquery.tmpl are locally mod...Joey Hess2011-06-03
* use cgitemplate, remove misctemplateJoey Hess2011-01-05
* Use local paths for the CGI URLSimon McVittie2010-11-23
* Use Digest::SHA built into perl rather than external Digest::SHA1 to simplify...Joey Hess2010-07-31
* use new disable hookJoey Hess2010-07-26
* allow misctemplate callers to pass params to suppress actions etcJoey Hess2010-05-14
* avoid showing redundant search box on search results pageJoey Hess2010-05-14
* respect permalinksJoey Hess2010-05-06
* inline: Call indexhtml when inlining internal pages, so their text can be ind...Joey Hess2010-05-06
* Renamed postscan hook to indexhtml, to reflect its changed position.Joey Hess2010-05-06
* Add placeholder text in search form (in html5 mode only).Joey Hess2010-05-02
* bugfixesJoey Hess2010-04-24
* add support for mass dependenciesJoey Hess2010-04-24
* look for templates in srcdir and underlays, firstJoey Hess2010-04-22
* no need to return content from postscan hookJoey Hess2010-04-20
* search: Avoid '$' in the wikiname appearing unescaped on omega's query templa...Joey Hess2010-03-11
* add section informationJoey Hess2010-02-12
* po: gettext-ize error messagesintrigeri2009-01-02
* finalise version 3.00 of the plugin apiJoey Hess2008-12-23
* Coding style change: Remove explcit vim folding markers.Joey Hess2008-12-17
* Export pagetitle, titlepage, linkpage.Joey Hess2008-09-27
* add plugin safe/rebuild info (part 2 of 3)Joey Hess2008-08-03
* fixupsJoey Hess2008-07-26
* remove default values in getsetupJoey Hess2008-07-26
* finish adding getsetup hooks to pluginsJoey Hess2008-07-26
* Use correct term prefixes when searching.Gabriel McManus2008-07-19
* Add a postscan hook.Joey Hess2008-07-17
* minor improvementsJoey Hess2008-07-07
* search: generate configuration files once only when rebuildingGabriel McManus2008-07-07
* fix two build bugsJoey Hess2008-06-13
* finishing touches on the new search pluginJoey Hess2008-06-04
* The search interface now allows searching for a page by title ("title:foo"), ...Joey Hess2008-06-04
* don't use meta titleJoey Hess2008-06-04
* have the xapian stemmer use a language based on LANGJoey Hess2008-06-04
* also decode html entities in the titleJoey Hess2008-06-04
* decode html entitiesJoey Hess2008-06-04
* fix clearing index on page deletionJoey Hess2008-06-04
* Pass a destpage parameter to the sanitize hook.Joey Hess2008-06-04
* move indexing to sanitize hookJoey Hess2008-06-04
* more search improvementsJoey Hess2008-06-04
* more substr fixesJoey Hess2008-06-04
* add a colon to disambiguateJoey Hess2008-06-03
* avoid warningJoey Hess2008-06-03
* use "U" termJoey Hess2008-06-03
* don't loop foreverJoey Hess2008-06-03