Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-04 | The 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-04 | it's not $title, try the other variable | Joey Hess | |
2008-06-04 | don't use meta title | Joey 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-04 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2008-06-04 | done | Joey Hess | |
2008-06-04 | web commit by http://edward.myopenid.com/: add links | Joey Hess | |
2008-06-04 | web commit by http://smcv.pseudorandom.co.uk/ | Joey Hess | |
2008-06-04 | have the xapian stemmer use a language based on LANG | Joey Hess | |
2008-06-04 | already fixed | Joey Hess | |
2008-06-04 | already fixed | Joey Hess | |
2008-06-04 | fix | Joey Hess | |
2008-06-04 | closing, fixed in documentation | Joey Hess | |
2008-06-04 | response | Joey Hess | |
2008-06-04 | also decode html entities in the title | Joey Hess | |
2008-06-04 | remove hyperestraier page | Joey Hess | |
2008-06-04 | decode html entities | Joey Hess | |
2008-06-04 | fix clearing index on page deletion | Joey Hess | |
2008-06-04 | Pass 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-04 | move indexing to sanitize hook | Joey 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-04 | Merge branch 'master' into xapian | Joey Hess | |
2008-06-04 | more search improvements | Joey Hess | |
2008-06-04 | more substr fixes | Joey Hess | |
2008-06-04 | Filter 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-03 | add a colon to disambiguate | Joey Hess | |
The omega docs suggest doing this if the term may contain upper case, which it could here. | |||
2008-06-03 | avoid warning | Joey Hess | |
"substr outside of string" | |||
2008-06-03 | use "U" term | Joey Hess | |
this seems to be the thing to use for a unique id | |||
2008-06-03 | don't loop forever | Joey Hess | |
2008-06-03 | fixed most of the xapian todos | Joey Hess | |
2008-06-03 | prettify page names, and drop the redunadant url display | Joey Hess | |
2008-06-03 | fix toindex | Joey Hess | |
2008-06-03 | sort list for $) so comparison works | Joey Hess | |
2008-06-03 | first pass at doing xapian indexing | Joey Hess | |
Still some TODOs to fill in. | |||
2008-06-03 | reorder | Joey Hess | |
2008-06-03 | search: 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-02 | add link to css market | Joey Hess | |
2008-06-02 | use PERL | Joey Hess | |
2008-06-02 | web commit by stmpeters | Joey Hess | |
2008-06-02 | web commit from 80.176.192.210: poll vote (Accept only OpenID for logins) | Joey Hess | |
2008-06-01 | document that pagestate values can be anything Storable handles | Joey Hess | |
This only started being true by accident when the index was changed to use Storable, but it's a nice feature. | |||
2008-05-31 | cve id | Joey Hess | |
2008-05-31 | inline: The optimisation in 2.41 broke nested inlines. Detect those and ↵ | Joey Hess | |
avoid overoptimising. | |||
2008-05-31 | ikiwiki-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-31 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2008-05-31 | ikiwiki-mass-rebuild: under $! before setting $) to avoid strange errno issue | Joey 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-31 | web commit by http://willthompson.co.uk/: file a bug about nested inlines ↵ | Joey Hess | |
failing | |||
2008-05-31 | web commit by http://willthompson.co.uk/ | Joey Hess | |
2008-05-31 | web commit by http://oscarjacho.myopenid.com/: Perhaps | Joey Hess | |
2008-05-31 | web commit by http://oscarjacho.myopenid.com/: Added one line | Joey Hess | |
2008-05-31 | web commit by http://oscarjacho.myopenid.com/: Dreaming... or not? | Joey Hess | |
2008-05-30 | haiku: Generate valid xhtml. | Joey Hess | |