summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-06-11web commit by http://bremner.myopenid.com/:Joey Hess
2008-06-11web commit by http://telemachos.myopenid.com/Joey Hess
2008-06-11web commit by http://telemachos.myopenid.com/Joey Hess
2008-06-10responseJoey Hess
2008-06-10web commit by buo: strace runJoey Hess
2008-06-10followupJoey Hess
2008-06-10not doneJoey Hess
2008-06-10fix linkJoey Hess
2008-06-10web commit by buo: Possible workaroundJoey Hess
2008-06-10web commit by http://telemachos.myopenid.com/Joey Hess
2008-06-09web commit by http://kaizer.se/: moved my personal space to web host + ↵Joey Hess
domain name, probably last move! Slowly growing and trying everything ikiwiki has, blogs, tags etc. no cgi yet.
2008-06-08web commit by http://shortbus.org/Joey Hess
2008-06-08Don't generate empty title attributes, etc, and allow setting defaults for ↵Joey Hess
class and id too.
2008-06-07img: Support captions.Joey Hess
2008-06-07a bit more about upgradesJoey Hess
2008-06-07add news item for ikiwiki 2.49Joey Hess
2008-06-07releasing version 2.49Joey Hess
2008-06-04not reproducible on unstableJoey Hess
2008-06-04finishing touches on the new search pluginJoey Hess
- Add a Help link. - If the pageterm is too long, hash it.
2008-06-04set rebuild before loading pluginsJoey Hess
This fixes a recent minor reversion caused by loading plugins earlier than the messages are printed. Some plugins might check if rebuild is set.
2008-06-04some plugins that need SHA1Joey Hess
2008-06-04fix uninitialized value problemJoey Hess
This occurred when a plugin, loaded earlier, filled out a template in its checkconfig, before recentchanges's checkconfig had run. Since such a template won't be a recentchanges template, just test for the value being uninitialized and skip processing.
2008-06-04The search interface now allows searching for a page by title ("title:foo"), ↵Joey Hess
as well as for pages that contain a given link ("link:bar").
2008-06-04it's not $title, try the other variableJoey Hess
2008-06-04don't use meta titleJoey Hess
Using the title obscured path info, and made search results look inconsistent. Since nothing else uses the title like that, it didn't make sense for search to.
2008-06-04Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2008-06-04doneJoey Hess
2008-06-04web commit by http://edward.myopenid.com/: add linksJoey Hess
2008-06-04web commit by http://smcv.pseudorandom.co.uk/Joey Hess
2008-06-04have the xapian stemmer use a language based on LANGJoey Hess
2008-06-04already fixedJoey Hess
2008-06-04already fixedJoey Hess
2008-06-04fixJoey Hess
2008-06-04closing, fixed in documentationJoey Hess
2008-06-04responseJoey Hess
2008-06-04also decode html entities in the titleJoey Hess
2008-06-04remove hyperestraier pageJoey 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
Because the search plugin needed it, also because it's one of the few plugins that didn't already have it. I also considered adding it to htmlize, but I really cannot imagine caring what the destpage is when htmlizing. (I'll probably be poven wrong later.)
2008-06-04move indexing to sanitize hookJoey Hess
I think this will give better results overall. I made %IkiWiki::preprocessing accessible and used it to avoid indexing at unnecessary points.
2008-06-04Merge branch 'master' into xapianJoey Hess
2008-06-04more search improvementsJoey Hess
2008-06-04more substr fixesJoey Hess
2008-06-04Filter hooks are no longer called during the scan phase. This will prevent ↵Joey Hess
wikilinks added by filters from being scanned properly. But no known filter hook does that, and calling filters unncessarily during scan slowed down complex filters such as the one used to update the xapian index.
2008-06-03add a colon to disambiguateJoey Hess
The omega docs suggest doing this if the term may contain upper case, which it could here.
2008-06-03avoid warningJoey Hess
"substr outside of string"
2008-06-03use "U" termJoey Hess
this seems to be the thing to use for a unique id
2008-06-03don't loop foreverJoey Hess
2008-06-03fixed most of the xapian todosJoey Hess