summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-05-06url to myopenid affiliate program has changedJoey Hess
2010-05-06new todoJoey Hess
2010-05-06addJoey Hess
2010-05-06typoJoey Hess
2010-05-06* Typohttp://ptecza.myopenid.com/
2010-05-05remove bogus test for empty pageJoey Hess
2010-05-05bugfixJoey Hess
2010-05-05refactorJoey Hess
2010-05-05rename ispage variableJoey Hess
2010-05-05add testJoey Hess
2010-05-05add NEWS about template changeJoey Hess
2010-05-05consistently drop NAME= in templatesJoey Hess
also add template syntax smoke test
2010-05-05remove unused indexlink function and template variableJoey Hess
2010-05-05remove unusedJoey Hess
2010-05-05remove misc.tmpl checkingJoey 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-05allow search form visibility to be controlled on the templateJoey Hess
hide extrafooter from misctemplate display per default
2010-05-05fix test countJoey Hess
2010-05-05on second thought, remove FOOTER variableJoey Hess
We always want a footer, just not a pagefooter when doing misctemplate.
2010-05-05no more misc.tmplJoey 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-05add the <base> setting as in misc.tmpl; only ever do it if not ispageJoey Hess
Also, add FOOTER, to allow disabling the footer.
2010-05-05add ISPAGE variable to page.tmplJoey 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-04add test suite for find_src_filesJoey Hess
2010-05-04add news item for ikiwiki 3.20100504Joey Hess
2010-05-04Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2010-05-04releasing version 3.20100504Joey Hess
2010-05-04Fixes a bug in skipping of illegal source files introduced in 3.20100427.Joey Hess
2010-05-04note that tcc workaround is for bug fixed in tcc nowJoey Hess
2010-05-04solvedhttp://mcfrisk.myopenid.com/
2010-05-04(no commit message)http://joey.kitenet.net/
2010-05-04graphviz: Fix display of preexisting images in preview mode.Joey Hess
2010-05-04responseJoey Hess
2010-05-04version IkIWiki use, to help prevent wacky mismatch errorsJoey Hess
2010-05-04responseJoey Hess
2010-05-04responseJoey 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-04Merge branch 'master' of git://git.ikiwiki.infoJon Dowland
2010-05-04(no commit message)blipvert
2010-05-04un-escape escaped chevronsJon Dowland
2010-05-04(no commit message)blipvert
2010-05-04(no commit message)blipvert
2010-05-04split two graphviz bugs from one page; undo one of themJon Dowland
2010-05-04comment on html5http://www.clowersnet.net/~krc/
2010-05-04whishlist about two-way conversion.David Riebenbauer
2010-05-03PERL5LIB setting questionhttp://mcfrisk.myopenid.com/
2010-05-03Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2010-05-03websetup: Only display Setup button on admins' preferences page.Joey Hess
Renamed it from "Wiki Setup" to just "Setup" for good measure.
2010-05-03allow do=setup to log a user in if necessaryJoey Hess
2010-05-03Add ACTIONS variable to page.tmpl, which allows plugins to add arbitrary ↵Joey Hess
links to the action bar without modifying the template further. (COMMENTSLINK and DISCUSSIONLINK could be folded into this, but are kept separate for now to avoid breaking modified templates.)