summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2008-06-03prettify page names, and drop the redunadant url displayJoey Hess
2008-06-03fix toindexJoey Hess
2008-06-03sort list for $) so comparison worksJoey Hess
2008-06-03first pass at doing xapian indexingJoey Hess
Still some TODOs to fill in.
2008-06-03reorderJoey Hess
2008-06-03search: Converted to use xapian-omega.Joey Hess
Everything is done except for the actual indexing. I plan to do incremental indexing as pages change.
2008-06-02add link to css marketJoey Hess
2008-06-02use PERLJoey Hess
2008-06-02web commit by stmpetersJoey Hess
2008-06-02web commit from 80.176.192.210: poll vote (Accept only OpenID for logins)Joey Hess
2008-06-01document that pagestate values can be anything Storable handlesJoey Hess
This only started being true by accident when the index was changed to use Storable, but it's a nice feature.
2008-05-31cve idJoey Hess
2008-05-31inline: The optimisation in 2.41 broke nested inlines. Detect those and ↵Joey Hess
avoid overoptimising.
2008-05-31ikiwiki-mass-rebuild: Don't trust $! when setting $)Joey Hess
A better fix, just check that what $) returns is what it was asked to set, and ignore $! entirely.
2008-05-31Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2008-05-31ikiwiki-mass-rebuild: under $! before setting $) to avoid strange errno issueJoey Hess
This fixes a problem sgran saw on alioth. Apparently nss-db sets errno to ENOENT as a side effect trying to read an optional file, but succeeds anyway. Then, somehow, errno remains set across the library calls made by $). So unset it first as a workaround; there's probably a nss-db, libc, and/or perl bug underneath.
2008-05-31web commit by http://willthompson.co.uk/: file a bug about nested inlines ↵Joey Hess
failing
2008-05-31web commit by http://willthompson.co.uk/Joey Hess
2008-05-31web commit by http://oscarjacho.myopenid.com/: PerhapsJoey Hess
2008-05-31web commit by http://oscarjacho.myopenid.com/: Added one lineJoey Hess