Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-06 | moved comments pending moderation | Joey Hess | |
* comments: Comments pending moderation are now stored in the srcdir alongside accepted comments, but with a `._comment_pending` extension. * This allows easier byhand moderation, as the "_pending" need only be stripped off and the comment be committed to version control. * The `comment_pending()` pagespec can be used to match such unmoderated comments, which makes it easy to add a feed of them, or a counter indicating how many there are. * Belatedly added a `comment()` pagespec. | |||
2010-05-06 | move meat of type checking to match_page where it belongs | Joey Hess | |
2010-05-06 | url to myopenid affiliate program has changed | Joey Hess | |
2010-05-06 | new todo | Joey Hess | |
2010-05-06 | add | Joey Hess | |
2010-05-06 | typo | Joey Hess | |
2010-05-06 | * Typo | http://ptecza.myopenid.com/ | |
2010-05-05 | remove bogus test for empty page | Joey Hess | |
2010-05-05 | bugfix | Joey Hess | |
2010-05-05 | refactor | Joey Hess | |
2010-05-05 | rename ispage variable | Joey Hess | |
2010-05-05 | add test | Joey Hess | |
2010-05-05 | add NEWS about template change | Joey Hess | |
2010-05-05 | consistently drop NAME= in templates | Joey Hess | |
also add template syntax smoke test | |||
2010-05-05 | remove unused indexlink function and template variable | Joey Hess | |
2010-05-05 | remove unused | Joey Hess | |
2010-05-05 | remove misc.tmpl checking | Joey Hess | |
Turns out that users with a modified page.tmpl need to modify it on upgrade, at least to add the FORCEBASEURL (so edit preview works), so there is no point in trying to retain compatability. | |||
2010-05-05 | allow search form visibility to be controlled on the template | Joey Hess | |
hide extrafooter from misctemplate display per default | |||
2010-05-05 | fix test count | Joey Hess | |
2010-05-05 | on second thought, remove FOOTER variable | Joey Hess | |
We always want a footer, just not a pagefooter when doing misctemplate. | |||
2010-05-05 | no more misc.tmpl | Joey Hess | |
* Removed misc.tmpl. Now to theme ikiwiki, you only need to customise a single template, page.tmpl. * misc.tmpl will, however, still be read if a locally modified version exists. This is to avoid forcing users to update page.tmpl right now. | |||
2010-05-05 | add the <base> setting as in misc.tmpl; only ever do it if not ispage | Joey Hess | |
Also, add FOOTER, to allow disabling the footer. | |||
2010-05-05 | add ISPAGE variable to page.tmpl | Joey Hess | |
Plugins will also be able to use this to tell if the template is being used to generate a wiki page, when misctemplate starts also using page.tmpl. | |||
2010-05-04 | add test suite for find_src_files | Joey Hess | |
2010-05-04 | add news item for ikiwiki 3.20100504 | Joey Hess | |
2010-05-04 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2010-05-04 | releasing version 3.20100504 | Joey Hess | |
2010-05-04 | Fixes a bug in skipping of illegal source files introduced in 3.20100427. | Joey Hess | |
2010-05-04 | note that tcc workaround is for bug fixed in tcc now | Joey Hess | |
2010-05-04 | solved | http://mcfrisk.myopenid.com/ | |
2010-05-04 | (no commit message) | http://joey.kitenet.net/ | |
2010-05-04 | graphviz: Fix display of preexisting images in preview mode. | Joey Hess | |
2010-05-04 | response | Joey Hess | |
2010-05-04 | version IkIWiki use, to help prevent wacky mismatch errors | Joey Hess | |
2010-05-04 | response | Joey Hess | |
2010-05-04 | response | Joey Hess | |
2010-05-04 | (no commit message) | http://zwol.livejournal.com/ | |
2010-05-04 | (no commit message) | blipvert | |
2010-05-04 | (no commit message) | blipvert | |
2010-05-04 | Merge branch 'master' of git://git.ikiwiki.info | Jon Dowland | |
2010-05-04 | (no commit message) | blipvert | |
2010-05-04 | un-escape escaped chevrons | Jon Dowland | |
2010-05-04 | (no commit message) | blipvert | |
2010-05-04 | (no commit message) | blipvert | |
2010-05-04 | split two graphviz bugs from one page; undo one of them | Jon Dowland | |
2010-05-04 | comment on html5 | http://www.clowersnet.net/~krc/ | |
2010-05-04 | whishlist about two-way conversion. | David Riebenbauer | |
2010-05-03 | PERL5LIB setting question | http://mcfrisk.myopenid.com/ | |
2010-05-03 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2010-05-03 | websetup: Only display Setup button on admins' preferences page. | Joey Hess | |
Renamed it from "Wiki Setup" to just "Setup" for good measure. |