summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-05-05added a clarifiaction about my understanding of what happenshttp://lj.rossia.org/users/imz/
2009-05-05a 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-04add news item for ikiwiki 3.11Joey Hess
2009-05-04releasing version 3.11Joey Hess
2009-05-04Avoid using python-support. Closes: #525086Joey Hess
Uses new debhelper feature to turn off python-support. The tiny python module included herein certianly doesn't need all the python-support nonsense.
2009-05-04responseJoey Hess
2009-05-04HTML5 story updateKai Hendry
2009-05-04anon commit testKai Hendry
2009-05-02(no commit message)simonraven
2009-05-02a clarifying comment about a tool which is referred tohttp://lj.rossia.org/users/imz/
2009-05-02published at http://github.com/jmtd/ikiwiki_todolist/http://jmtd.net/
2009-05-02WIP todo list javascript in a demonstratable statehttp://jmtd.net/
2009-04-30personal experiencehttp://schmonz.livejournal.com/
2009-04-30passwordauth/discussion: CosmeticsJérémy Bobbio
2009-04-30passwordauth/discussion: Document an attempt of using Apache::AuthenHook for ↵Jérémy Bobbio
a restricted wiki
2009-04-28(no commit message)albertlash
2009-04-28(no commit message)simonraven
2009-04-28(no commit message)simonraven
2009-04-28(no commit message)simonraven
2009-04-28(no commit message)simonraven
2009-04-28(no commit message)simonraven
2009-04-28s/choosen/chosen/simonraven
2009-04-27translation.mdwn: Typo fixes. Closes: #525753Joey Hess
2009-04-27mention po pluginJoey Hess
2009-04-27Updated Danish translation from Jonas Smedegaard. Closes: #525751Joey Hess
2009-04-27upated spanish translationVíctor Moral
2009-04-27removedTimBosse
2009-04-26(no commit message)TimBosse
2009-04-26(no commit message)TimBosse
2009-04-26(no commit message)TimBosse
2009-04-26htmlscrubber?http://jmtd.net/
2009-04-26(no commit message)simonraven
2009-04-26(no commit message)http://stefano.zacchiroli.myopenid.com/
2009-04-25(no commit message)simonraven
2009-04-24add a ' ' to prevent autosmiley eating a )Jon Dowland
2009-04-24another backlinks issueJon Dowland
2009-04-24backlinks issueJon Dowland
2009-04-24interactive todo lists todo itemJon Dowland
2009-04-24new todo item: more flexible inline postformJon Dowland
2009-04-24(no commit message)NicolasLimare
2009-04-23simplifiyJoey Hess
2009-04-23Revert "pagespec_match_list * optimisation"Joey Hess
This reverts commit 2f96c49bd1826ecb213ae025ad456a714aa04863. I forgot about internal pages. We don't want * matching them! I left the optimisation in pagecount, where it used to live. Internal pages probably don't matter when they're just being counted.
2009-04-23avoid using pagespec_match_list hereJoey Hess
I forgot to check if it was called from preprocess, and it is not; it's called by a format hook. If an error is thrown from a format hook, wiki build fails, so we don't want that.
2009-04-23simplifyJoey Hess
2009-04-23pagespec_match_list * optimisationJoey Hess
Add an optimisation for the semi-common case of a "*" pagespec. Can avoid doing any real processing in this case.
2009-04-23formattingJoey Hess
2009-04-23typoJoey Hess
2009-04-23pagespec_match_list added and used in most appropriate placesJoey 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-23comments: Add link to comment post form to allow user to sign in if they ↵Joey Hess
wish to, if the configuration makes signin optional for commenting.