Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-12 | typo | Joey Hess | |
2008-06-12 | question | Joey Hess | |
2008-06-12 | this problem makes less sense the more information I get | Joey Hess | |
2008-06-12 | response | Joey Hess | |
2008-06-11 | web commit by http://harningt.eharning.us/: Question about mirroring w/ ↵ | Joey Hess | |
pinger/pingee | |||
2008-06-11 | web commit by http://bremner.myopenid.com/: | Joey Hess | |
2008-06-11 | web commit by http://telemachos.myopenid.com/ | Joey Hess | |
2008-06-11 | web commit by http://telemachos.myopenid.com/ | Joey Hess | |
2008-06-10 | response | Joey Hess | |
2008-06-10 | web commit by buo: strace run | Joey Hess | |
2008-06-10 | followup | Joey Hess | |
2008-06-10 | not done | Joey Hess | |
2008-06-10 | fix link | Joey Hess | |
2008-06-10 | web commit by buo: Possible workaround | Joey Hess | |
2008-06-10 | web commit by http://telemachos.myopenid.com/ | Joey Hess | |
2008-06-09 | web 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-08 | web commit by http://shortbus.org/ | Joey Hess | |
2008-06-08 | Don't generate empty title attributes, etc, and allow setting defaults for ↵ | Joey Hess | |
class and id too. | |||
2008-06-07 | img: Support captions. | Joey Hess | |
2008-06-07 | a bit more about upgrades | Joey Hess | |
2008-06-07 | add news item for ikiwiki 2.49 | Joey Hess | |
2008-06-07 | releasing version 2.49 | Joey Hess | |
2008-06-04 | not reproducible on unstable | Joey Hess | |
2008-06-04 | finishing touches on the new search plugin | Joey Hess | |
- Add a Help link. - If the pageterm is too long, hash it. | |||
2008-06-04 | set rebuild before loading plugins | Joey 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-04 | some plugins that need SHA1 | Joey Hess | |
2008-06-04 | fix uninitialized value problem | Joey 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-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. |