aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* web commit by http://bremner.myopenid.com/:Joey Hess2008-06-11
|
* web commit by http://telemachos.myopenid.com/Joey Hess2008-06-11
|
* web commit by http://telemachos.myopenid.com/Joey Hess2008-06-11
|
* responseJoey Hess2008-06-10
|
* web commit by buo: strace runJoey Hess2008-06-10
|
* followupJoey Hess2008-06-10
|
* not doneJoey Hess2008-06-10
|
* fix linkJoey Hess2008-06-10
|
* web commit by buo: Possible workaroundJoey Hess2008-06-10
|
* web commit by http://telemachos.myopenid.com/Joey Hess2008-06-10
|
* web commit by http://kaizer.se/: moved my personal space to web host + ↵Joey Hess2008-06-09
| | | | domain name, probably last move! Slowly growing and trying everything ikiwiki has, blogs, tags etc. no cgi yet.
* web commit by http://shortbus.org/Joey Hess2008-06-08
|
* Don't generate empty title attributes, etc, and allow setting defaults for ↵Joey Hess2008-06-08
| | | | class and id too.
* img: Support captions.Joey Hess2008-06-07
|
* a bit more about upgradesJoey Hess2008-06-07
|
* add news item for ikiwiki 2.49Joey Hess2008-06-07
|
* releasing version 2.49Joey Hess2008-06-07
|
* not reproducible on unstableJoey Hess2008-06-04
|
* finishing touches on the new search pluginJoey Hess2008-06-04
| | | | | - Add a Help link. - If the pageterm is too long, hash it.
* set rebuild before loading pluginsJoey Hess2008-06-04
| | | | | This fixes a recent minor reversion caused by loading plugins earlier than the messages are printed. Some plugins might check if rebuild is set.
* some plugins that need SHA1Joey Hess2008-06-04
|
* fix uninitialized value problemJoey Hess2008-06-04
| | | | | | | 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.
* The search interface now allows searching for a page by title ("title:foo"), ↵Joey Hess2008-06-04
| | | | as well as for pages that contain a given link ("link:bar").
* it's not $title, try the other variableJoey Hess2008-06-04
|
* don't use meta titleJoey Hess2008-06-04
| | | | | | 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.
* Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2008-06-04
|\
| * web commit by http://edward.myopenid.com/: add linksJoey Hess2008-06-04
| |
| * web commit by http://smcv.pseudorandom.co.uk/Joey Hess2008-06-04
| |
* | doneJoey Hess2008-06-04
|/
* have the xapian stemmer use a language based on LANGJoey Hess2008-06-04
|
* already fixedJoey Hess2008-06-04
|
* already fixedJoey Hess2008-06-04
|
* fixJoey Hess2008-06-04
|
* closing, fixed in documentationJoey Hess2008-06-04
|
* responseJoey Hess2008-06-04
|
* also decode html entities in the titleJoey Hess2008-06-04
|
* remove hyperestraier pageJoey Hess2008-06-04
|
* decode html entitiesJoey Hess2008-06-04
|
* fix clearing index on page deletionJoey Hess2008-06-04
|
* Pass a destpage parameter to the sanitize hook.Joey Hess2008-06-04
| | | | | | | | 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.)
* move indexing to sanitize hookJoey Hess2008-06-04
| | | | | | | I think this will give better results overall. I made %IkiWiki::preprocessing accessible and used it to avoid indexing at unnecessary points.
* Merge branch 'master' into xapianJoey Hess2008-06-04
|\
| * sort list for $) so comparison worksJoey Hess2008-06-03
| |
* | more search improvementsJoey Hess2008-06-04
| |
* | more substr fixesJoey Hess2008-06-04
| |
* | Filter hooks are no longer called during the scan phase. This will prevent ↵Joey Hess2008-06-04
| | | | | | | | 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.
* | add a colon to disambiguateJoey Hess2008-06-03
| | | | | | | | | | The omega docs suggest doing this if the term may contain upper case, which it could here.
* | avoid warningJoey Hess2008-06-03
| | | | | | | | "substr outside of string"
* | use "U" termJoey Hess2008-06-03
| | | | | | | | this seems to be the thing to use for a unique id
* | don't loop foreverJoey Hess2008-06-03
| |