aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* minor: style.http://lj.rossia.org/users/imz/2009-05-14
|
* Comment: this patch doesn't work correctly.http://lj.rossia.org/users/imz/2009-05-14
|
* remove plugin and vcs rm failure reportingJon Dowland2009-05-14
|
* quote depthhttp://jmtd.net/2009-05-14
|
* javascript rough approachhttp://jmtd.net/2009-05-14
|
* Q: Place for local templateshttp://lj.rossia.org/users/imz/2009-05-14
|
* Wikilinked a "term".http://lj.rossia.org/users/imz/2009-05-14
|
* better targets for link in the prev.edithttp://lj.rossia.org/users/imz/2009-05-13
|
* fix the prev.edit: only abs.path will workhttp://lj.rossia.org/users/imz/2009-05-13
|
* better link targetshttp://lj.rossia.org/users/imz/2009-05-13
|
* tagginghttp://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 formattinghttp://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-13
|
* responseJoey Hess2009-05-12
|
* add missing new fileJoey Hess2009-05-12
|
* remove, wrong versionJoey Hess2009-05-12
|
* Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2009-05-12
|\
| * question or bug regarding toggle and list itemPaulePanter2009-05-12
| |
| * * Ikiwiki 3.12http://ptecza.myopenid.com/2009-05-12
| |
| * (no commit message)http://liw.fi/2009-05-12
| |
* | add news item for ikiwiki 3.13Joey Hess2009-05-12
|/
* (no commit message)http://zwol.livejournal.com/2009-05-11
|
* problem is the heightmgpfxfgaqo2009-05-10
|
* (no commit message)simonraven2009-05-09
|
* (no commit message)simonraven2009-05-09
|
* (no commit message)simonraven2009-05-09
|
* The GNU Hurd pages have long been converted to ikiwiki.Thomas Schwinge2009-05-08
|
* Usage information.tschwinge2009-05-08
|
* responseJoey Hess2009-05-08
|
* edit form: no fixed size for textareamgpfxfgaqo2009-05-08
|
* Allow underlaydir to be overridden without messing up inclusion of other ↵Joey Hess2009-05-07
| | | | underlays via add_underlay.
* ikiwiki-transition: If passed a nonexistant srcdir, or one not containing ↵Joey Hess2009-05-06
| | | | .ikiwiki, abort with an error rather than creating it.
* 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 externalJoey Hess2009-05-06
| | | | Not needed since it returns a list of pages, not a fail/success object.
* 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)Joey Hess2009-05-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | 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.Joey Hess2009-05-05
|/ | | | | | | | | | 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.
* responseJoey Hess2009-05-05
|