Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-22 | formatting | Joey Hess | |
2009-05-22 | highlight: New plugin supporting syntax highlighting of pretty much anything. | Joey Hess | |
* debian/control: Add suggests for libhighlight-perl, although that package is not yet created by Debian's highlight source package. (See #529869) | |||
2009-05-21 | update postal plugin page to reflect the fact I implement Joey's suggestion ↵ | bremner | |
about checking new posts in to VCS | |||
2009-05-21 | reword | Joey Hess | |
2009-05-21 | add contrib plugin page for postal plugin | Joey Hess | |
2009-05-21 | add contrib plugin page for the mailbox plugin | Joey Hess | |
2009-05-21 | Merge commit 'upstream/master' into pub/po | intrigeri | |
2009-05-19 | po responses, 1 month late | Joey Hess | |
2009-05-19 | Merge branch 'master' into po | Joey Hess | |
Conflicts: debian/changelog | |||
2009-05-19 | Merge commit 'intrigeri/po' into po | Joey Hess | |
2009-05-17 | minor: wikilinks for better navigation. | http://lj.rossia.org/users/imz/ | |
2009-05-16 | document longname parameter | Jon Dowland | |
2009-05-15 | minor: added an anchor (for referring). | http://lj.rossia.org/users/imz/ | |
2009-05-15 | Added a link to a FAQ on this issue. | http://lj.rossia.org/users/imz/ | |
2009-05-15 | bug: OpenID 2.0 | http://lj.rossia.org/users/imz/ | |
2009-05-12 | question or bug regarding toggle and list item | PaulePanter | |
2009-05-08 | Usage information. | tschwinge | |
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-04-30 | passwordauth/discussion: Cosmetics | Jérémy Bobbio | |
2009-04-30 | passwordauth/discussion: Document an attempt of using Apache::AuthenHook for ↵ | Jérémy Bobbio | |
a restricted wiki | |||
2009-04-26 | (no commit message) | http://stefano.zacchiroli.myopenid.com/ | |
2009-04-23 | pagespec_match_list added and used in most appropriate places | Joey Hess | |
* pagespec_match_list: New API function, matches pages in a list and throws an error if the pagespec is bad. * inline, brokenlinks, calendar, linkmap, map, orphans, pagecount, pagestate, postsparkline: Display a handy error message if the pagespec is erronious. | |||
2009-04-23 | pagespec error/failure distinction and error display by inline | Joey Hess | |
* Add IkiWiki::ErrorReason objects, and modify pagespecs to return them in cases where they fail to match due to a configuration or syntax error. * inline: Display a handy error message if the inline cannot display any pages due to such an error. This is perhaps somewhat incomplete, as other users of pagespecs do not display the error, and will eventually need similar modifications to inline. I should probably factor out a pagespec_match_all function and make it throw ErrorReasons. | |||
2009-04-22 | clarify | Joey Hess | |
2009-04-22 | document how to get to the moderation page | Joey Hess | |
2009-04-20 | Merge commit 'upstream/master' into pub/po | intrigeri | |
Conflicts: debian/changelog debian/control | |||
2009-04-20 | po: answered Joey, at last | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-04-15 | it's a wiki, so yes | Joey Hess | |
2009-04-15 | (no commit message) | http://furicle.pip.verisignlabs.com/ | |
2009-04-14 | patching Wrapper.pm no longer necessary as of 2.67 | http://schmonz.livejournal.com/ | |
2009-03-30 | Fix documentation of anonok_pagespec. Closes: #521793 | Joey Hess | |
2009-03-29 | move security to discussion | Joey Hess | |
The plugin list inlines all pages under plugins with a few exceptions, and would have included this page. Moving it to discussion avoids the problem. | |||
2009-03-29 | done reviewing po.pm | Joey Hess | |
(Still a few bits I haven't bothered fully comprehending in detail.) | |||
2009-03-29 | comment | Joey Hess | |
2009-03-29 | another issue | Joey Hess | |
2009-03-29 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
Conflicts: doc/plugins/contrib/po.mdwn | |||
2009-03-29 | review | Joey Hess | |
2009-03-29 | Merge commit 'origin/master' into po | Joey Hess | |
2009-03-29 | Merge branch 'master' into po | Joey Hess | |
2009-03-28 | po follow-up | intrigeri | |
2009-03-28 | page.tmpl: use OTHERLANGUAGES and PERCENTTRANSLATED | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-03-28 | po: answering Joey | intrigeri | |
2009-03-27 | another question | Joey Hess | |
2009-03-27 | Merge branch 'master' into po | Joey Hess | |
2009-03-27 | link changes | Joey Hess | |
2009-03-27 | review | Joey Hess | |
2009-03-27 | Merge branch 'master' into po | Joey Hess | |
Conflicts: debian/control | |||
2009-03-11 | formatting | intrigeri | |
2009-03-11 | apache vs. passwordauth: done a bit more research | intrigeri | |
2009-03-09 | Merge commit 'upstream/master' into prv/po | intrigeri | |