Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-14 | Wikilinked a "term". | http://lj.rossia.org/users/imz/ | |
2009-05-13 | better targets for link in the prev.edit | http://lj.rossia.org/users/imz/ | |
2009-05-13 | fix the prev.edit: only abs.path will work | http://lj.rossia.org/users/imz/ | |
2009-05-13 | better link targets | http://lj.rossia.org/users/imz/ | |
2009-05-13 | tagging | http://lj.rossia.org/users/imz/ | |
2009-05-13 | tagging (to find this page easier when studying ikiwiki) | http://lj.rossia.org/users/imz/ | |
2009-05-13 | minor formatting | http://lj.rossia.org/users/imz/ | |
2009-05-13 | Q&A: using a local wiki to preview changes: an srcdir needed? | http://lj.rossia.org/users/imz/ | |
2009-05-13 | (no commit message) | http://liw.fi/ | |
2009-05-13 | (no commit message) | http://liw.fi/ | |
2009-05-12 | response | Joey Hess | |
2009-05-12 | add missing new file | Joey Hess | |
2009-05-12 | remove, wrong version | Joey Hess | |
2009-05-12 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2009-05-12 | add news item for ikiwiki 3.13 | Joey Hess | |
2009-05-12 | question or bug regarding toggle and list item | PaulePanter | |
2009-05-12 | * Ikiwiki 3.12 | http://ptecza.myopenid.com/ | |
2009-05-12 | (no commit message) | http://liw.fi/ | |
2009-05-11 | (no commit message) | http://zwol.livejournal.com/ | |
2009-05-10 | problem is the height | mgpfxfgaqo | |
2009-05-09 | (no commit message) | simonraven | |
2009-05-09 | (no commit message) | simonraven | |
2009-05-09 | (no commit message) | simonraven | |
2009-05-08 | The GNU Hurd pages have long been converted to ikiwiki. | Thomas Schwinge | |
2009-05-08 | Usage information. | tschwinge | |
2009-05-08 | response | Joey Hess | |
2009-05-08 | edit form: no fixed size for textarea | mgpfxfgaqo | |
2009-05-06 | add NEWS | Joey Hess | |
2009-05-06 | remove old news pages | Joey Hess | |
2009-05-06 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2009-05-06 | (no commit message) | http://smcv.pseudorandom.co.uk/ | |
2009-05-06 | remove test page (see /sandbox) | Jon Dowland | |
2009-05-06 | Avoid %links accumulating duplicates. (For TOVA) | Joey Hess | |
This is sorta an optimisation, and sorta a bug fix. In one test case I have available, it can speed a page build up from 3 minutes to 3 seconds. The root of the problem is that $links{$page} contains arrays of links, rather than hashes of links. And when a link is found, it is just pushed onto the array, without checking for dups. Now, the array is emptied before scanning a page, so there should not be a lot of opportunity for lots of duplicate links to pile up in it. But, in some cases, they can, and if there are hundreds of duplicate links in the array, then scanning it for matching links, as match_link and some other code does, becomes much more expensive than it needs to be. Perhaps the real right fix would be to change the data structure to a hash. But, the list of links is never accessed like that, you always want to iterate through it. I also looked at deduping the list in saveindex, but that does a lot of unnecessary work, and doesn't completly solve the problem. So, finally, I decided to add an add_link function that handles deduping, and make ikiwiki-transition remove the old dup links. | |||
2009-05-05 | decruft | Joey Hess | |
2009-05-05 | meh | http://ghee.livejournal.com/ | |
2009-05-05 | response | Joey Hess | |
2009-05-05 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2009-05-05 | response | Joey Hess | |
2009-05-05 | minor: fix URL | http://lj.rossia.org/users/imz/ | |
2009-05-05 | almost offtopic: is this actually a violation? | http://lj.rossia.org/users/imz/ | |
2009-05-05 | (no commit message) | http://liw.fi/ | |
2009-05-05 | ikiwiki-makerepo: Avoid using abs_path, as it apparently fails on ↵ | Joey Hess | |
nonexistant directories with some broken perl versions. | |||
2009-05-05 | minor: trying to format the "verbatims" correctly | http://lj.rossia.org/users/imz/ | |
2009-05-05 | added a clarifiaction about my understanding of what happens | http://lj.rossia.org/users/imz/ | |
2009-05-05 | a problem with /etc/ikiwiki/auto.setup, perl and non-existent paths | http://lj.rossia.org/users/imz/ | |
2009-05-05 | (no commit message) | http://stefano.zacchiroli.myopenid.com/ | |
2009-05-04 | add news item for ikiwiki 3.11 | Joey Hess | |
2009-05-04 | response | Joey Hess | |
2009-05-04 | HTML5 story update | Kai Hendry | |
2009-05-04 | anon commit test | Kai Hendry | |