summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-04-24bugfixJoey Hess
2010-04-24Merge branch 'master' into templatemoveJoey Hess
2010-04-24po: fix some uninitalized value warnings when used by websetupJoey Hess
2010-04-24template() - return params in list contextJoey Hess
I forgot CGI::Formbuilder's horrible interface that needs template parameters instead of a constructed object.
2010-04-24bugfixJoey Hess
2010-04-24updateJoey Hess
2010-04-24chomp template valuesJoey Hess
Before the template reorg, this was done by a template filter.
2010-04-24reword, reorg, add exampleJoey Hess
2010-04-24Merge branch 'master' into templatemoveJoey Hess
2010-04-24Moved javascript files under the ikiwiki/ directory, to avoid cluttering the ↵Joey Hess
top of the web root. This is another things that requires a wiki rebuild on upgrade to this version.
2010-04-24Merge branch 'master' into templatemoveJoey Hess
2010-04-24fix capsJoey Hess
2010-04-24Merge branch 'master' into templatemoveJoey Hess
2010-04-24remove paragraph about old style directives, it's been long enoughJoey Hess
2010-04-24add link to templates pageJoey Hess
2010-04-24wordingJoey Hess
2010-04-23typoJoey Hess
2010-04-23changelog/NEWS update for template changesJoey Hess
2010-04-23update re template changeJoey Hess
2010-04-23improve attachment exampleJoey Hess
2010-04-23add test case to ensure all templates are documentedJoey Hess
2010-04-23update news for template changeJoey Hess
2010-04-23Merge branch 'master' into templatemoveJoey Hess
2010-04-23updateJoey Hess
2010-04-23Merge branch 'master' into templatemoveJoey Hess
Conflicts: doc/templates.mdwn
2010-04-23special case for page.tmpl dependency handlingJoey Hess
Rather than wasting resources recording that every page depends on page.tmpl, add a special case. The special case curretly rebuilds non-page files too when page.tmpl changes, but that's minor.
2010-04-23add mycleanJoey Hess
2010-04-23fix return of tpageJoey Hess
2010-04-23template docu reorgJoey Hess
Remove wikitemplates page; fold its contents into templates page. Update all backlinks. Document new ability to put templates inside srcdir.
2010-04-23move template documentation to the template directiveJoey Hess
allow new templates to be created via the inline that lists them (cherry picked from commit 83703d2f4a8832155e3c111792489062ccc4793b)
2010-04-23move template documentation to the template directiveJoey Hess
allow new templates to be created via the inline that lists them
2010-04-23updateJoey Hess
2010-04-23use template() rather than rolling it by handJoey Hess
2010-04-23allow template pages to not be under templates/Joey Hess
2010-04-23improved error messageJoey Hess
2010-04-23switch to using template_dependsJoey Hess
It now handles all the details of finding a page template that this used to need to implement.
2010-04-23use same error string as template.pm doesJoey Hess
2010-04-23allow a bare page name to be specified as a templateJoey Hess
2010-04-23fix logicJoey Hess
2010-04-23responseJoey Hess
2010-04-23Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2010-04-23multiple_sidebars in a gitbranchprivat
2010-04-23half-formed thought about accessible profilingJon Dowland
2010-04-23add my repository in the listprivat
2010-04-23update copyright yearsJoey Hess
2010-04-23how important is perl 5.10?Jon Dowland
2010-04-22better fix for use lib issueJoey Hess
PER5LIB does not override fully, so need to run .in versions
2010-04-22switch to PERL5LIB so that use lib inserted for INSTALL_BASE is overridden ↵Joey Hess
during build
2010-04-22Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2010-04-23rename bugs/creating_build_fails_oddly_when_older_ikiwiki_is_installed.mdwn ↵blipvert
to bugs/build_fails_oddly_when_older_ikiwiki_is_installed.mdwn