summaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/search.pm
AgeCommit message (Expand)Author
2009-01-02po: gettext-ize error messagesintrigeri
2008-12-23finalise version 3.00 of the plugin apiJoey Hess
2008-12-17Coding style change: Remove explcit vim folding markers.Joey Hess
2008-09-27Export pagetitle, titlepage, linkpage.Joey Hess
2008-08-03add plugin safe/rebuild info (part 2 of 3)Joey Hess
2008-07-26fixupsJoey Hess
2008-07-26remove default values in getsetupJoey Hess
2008-07-26finish adding getsetup hooks to pluginsJoey Hess
2008-07-19Use correct term prefixes when searching.Gabriel McManus
2008-07-17Add a postscan hook.Joey Hess
2008-07-07minor improvementsJoey Hess
2008-07-07search: generate configuration files once only when rebuildingGabriel McManus
2008-06-13fix two build bugsJoey Hess
2008-06-04finishing touches on the new search pluginJoey Hess
2008-06-04The search interface now allows searching for a page by title ("title:foo"), ...Joey Hess
2008-06-04don't use meta titleJoey Hess
2008-06-04have the xapian stemmer use a language based on LANGJoey Hess
2008-06-04also decode html entities in the titleJoey Hess
2008-06-04decode html entitiesJoey Hess
2008-06-04fix clearing index on page deletionJoey Hess
2008-06-04Pass a destpage parameter to the sanitize hook.Joey Hess
2008-06-04move indexing to sanitize hookJoey Hess
2008-06-04more search improvementsJoey Hess
2008-06-04more substr fixesJoey Hess
2008-06-03add a colon to disambiguateJoey Hess
2008-06-03avoid warningJoey Hess
2008-06-03use "U" termJoey Hess
2008-06-03don't loop foreverJoey Hess
2008-06-03fixed most of the xapian todosJoey Hess
2008-06-03prettify page names, and drop the redunadant url displayJoey Hess
2008-06-03fix toindexJoey Hess
2008-06-03first pass at doing xapian indexingJoey Hess
2008-06-03search: Converted to use xapian-omega.Joey Hess
2008-02-14* The search plugin needs to override <base> to point to the directoryJoey Hess
2007-04-27* pagespec_match() has changed to take named parameters, to better allowjoey
2007-02-23* Patch from HenrikBrixAndersen to fix a broken use of foreach in thejoey
2007-02-20* Don't error out if estcmd fails, just print a warning message. estcmd isjoey
2007-02-15* Many changes to make ikiwiki very resistant to write failuresjoey
2006-12-29* Initial work on internationalization of the program code. po/ikiwiki.potjoey
2006-12-04* Fix various links on the hyperestradier pages.joey
2006-11-08* Make sure to check for errors from every eval.joey
2006-10-08* Change %renderedfiles to store an array of files rendered from a givenjoey
2006-09-18estseek patch (slightly altered) and other repliesjoey
2006-09-15* Patch from Recai to fix a wide character warning from the search pluginjoey
2006-09-15* Fix a baseurl problem in hyperestradier search results.joey
2006-09-14oops..joey
2006-09-09* Work on firming up the plugin interface:joey
2006-08-26* Patch from James Westby to add a template for the search form.joey
2006-07-31* Fix issue with unicode filenames and updating the hyper estradier searchjoey
2006-07-27* Switch pagetemplate hooks to using named parameters.joey