aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* ikiwiki-transition: If passed a nonexistant srcdir, or one not containing .ik...Joey Hess2009-05-06
* add NEWSJoey Hess2009-05-06
* remove old news pagesJoey Hess2009-05-06
* releasing version 3.12Joey Hess2009-05-06
* remove pagespec_match_list override for external•••Not needed since it returns a list of pages, not a fail/success object. Joey Hess2009-05-06
* Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2009-05-06
|\
| * (no commit message)http://smcv.pseudorandom.co.uk/2009-05-06
| * remove test page (see /sandbox)Jon Dowland2009-05-06
* | external: Fix pagespec_match and pagespec_match_list. Closes: #527281Joey Hess2009-05-06
* | Avoid %links accumulating duplicates. (For TOVA)•••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. Joey Hess2009-05-06
* | decruftJoey Hess2009-05-05
* | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2009-05-05
|\|
| * mehhttp://ghee.livejournal.com/2009-05-05
* | remove cruft that crept in during a debugging sessionJoey Hess2009-05-05
* | inline: Minor optimisation.•••When finding the pageurl, it was calling bestlink unnecessarily. Since at this point $page contains the full name of the page that is being inlined, there is no need to do bestlink's scan for it. This is only a minor optimisation, since bestlink is only called once per displayed, inlined page. Joey Hess2009-05-05
|/
* responseJoey Hess2009-05-05
* Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2009-05-05
|\
| * minor: fix URLhttp://lj.rossia.org/users/imz/2009-05-05
| * almost offtopic: is this actually a violation?http://lj.rossia.org/users/imz/2009-05-05
* | responseJoey Hess2009-05-05
|/
* (no commit message)http://liw.fi/2009-05-05
* ikiwiki-makerepo: Avoid using abs_path, as it apparently fails on nonexistant...Joey Hess2009-05-05
* Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2009-05-05
|\
| * minor: trying to format the "verbatims" correctlyhttp://lj.rossia.org/users/imz/2009-05-05
| * added a clarifiaction about my understanding of what happenshttp://lj.rossia.org/users/imz/2009-05-05
| * a problem with /etc/ikiwiki/auto.setup, perl and non-existent pathshttp://lj.rossia.org/users/imz/2009-05-05
| * (no commit message)http://stefano.zacchiroli.myopenid.com/2009-05-05
* | turn python-support back on•••Should wait to upload until ikiwiki is fixed in testing. Joey Hess2009-05-04
|/
* add news item for ikiwiki 3.11Joey Hess2009-05-04
* releasing version 3.11Joey Hess2009-05-04
* Avoid using python-support. Closes: #525086•••Uses new debhelper feature to turn off python-support. The tiny python module included herein certianly doesn't need all the python-support nonsense. Joey Hess2009-05-04
* responseJoey Hess2009-05-04
* HTML5 story updateKai Hendry2009-05-04
* anon commit testKai Hendry2009-05-04
* (no commit message)simonraven2009-05-02
* a clarifying comment about a tool which is referred tohttp://lj.rossia.org/users/imz/2009-05-02
* published at http://github.com/jmtd/ikiwiki_todolist/http://jmtd.net/2009-05-02
* WIP todo list javascript in a demonstratable statehttp://jmtd.net/2009-05-02
* personal experiencehttp://schmonz.livejournal.com/2009-04-30
* passwordauth/discussion: CosmeticsJérémy Bobbio2009-04-30
* passwordauth/discussion: Document an attempt of using Apache::AuthenHook for ...Jérémy Bobbio2009-04-30
* (no commit message)albertlash2009-04-28
* (no commit message)simonraven2009-04-28
* (no commit message)simonraven2009-04-28
* (no commit message)simonraven2009-04-28
* (no commit message)simonraven2009-04-28
* (no commit message)simonraven2009-04-28
* s/choosen/chosen/simonraven2009-04-28
* translation.mdwn: Typo fixes. Closes: #525753Joey Hess2009-04-27
* mention po pluginJoey Hess2009-04-27