summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-06-12web commit by AndrewGreenberg: Added info on the the TOVA Company's use of ↵Joey Hess
ikiwiki.
2008-06-12ignore user subpagesJoey Hess
2008-06-12link to patchJoey Hess
2008-06-12web commit by AndrewGreenberg: We'd also like to see a 'usetitles' option ↵Joey Hess
for the map plugin.
2008-06-12typoJoey Hess
2008-06-12questionJoey Hess
2008-06-12this problem makes less sense the more information I getJoey Hess
2008-06-12responseJoey Hess
2008-06-11web commit by http://harningt.eharning.us/: Question about mirroring w/ ↵Joey Hess
pinger/pingee
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.