Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-24 | update | Joey Hess | |
2010-04-24 | add support for mass dependencies | Joey Hess | |
Registered by passing "" as page name to add_depends. | |||
2010-04-24 | bugfix | Joey Hess | |
2010-04-24 | Merge branch 'master' into templatemove | Joey Hess | |
2010-04-24 | po: fix some uninitalized value warnings when used by websetup | Joey Hess | |
2010-04-24 | template() - return params in list context | Joey Hess | |
I forgot CGI::Formbuilder's horrible interface that needs template parameters instead of a constructed object. | |||
2010-04-24 | bugfix | Joey Hess | |
2010-04-24 | update | Joey Hess | |
2010-04-24 | chomp template values | Joey Hess | |
Before the template reorg, this was done by a template filter. | |||
2010-04-24 | reword, reorg, add example | Joey Hess | |
2010-04-24 | Merge branch 'master' into templatemove | Joey Hess | |
2010-04-24 | Moved 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-24 | Merge branch 'master' into templatemove | Joey Hess | |
2010-04-24 | fix caps | Joey Hess | |
2010-04-24 | Merge branch 'master' into templatemove | Joey Hess | |
2010-04-24 | remove paragraph about old style directives, it's been long enough | Joey Hess | |
2010-04-24 | add link to templates page | Joey Hess | |
2010-04-24 | wording | Joey Hess | |
2010-04-23 | typo | Joey Hess | |
2010-04-23 | changelog/NEWS update for template changes | Joey Hess | |
2010-04-23 | update re template change | Joey Hess | |
2010-04-23 | improve attachment example | Joey Hess | |
2010-04-23 | add test case to ensure all templates are documented | Joey Hess | |
2010-04-23 | update news for template change | Joey Hess | |
2010-04-23 | Merge branch 'master' into templatemove | Joey Hess | |
2010-04-23 | update | Joey Hess | |
2010-04-23 | Merge branch 'master' into templatemove | Joey Hess | |
Conflicts: doc/templates.mdwn | |||
2010-04-23 | special case for page.tmpl dependency handling | Joey 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-23 | add myclean | Joey Hess | |
2010-04-23 | fix return of tpage | Joey Hess | |
2010-04-23 | template docu reorg | Joey Hess | |
Remove wikitemplates page; fold its contents into templates page. Update all backlinks. Document new ability to put templates inside srcdir. | |||
2010-04-23 | move template documentation to the template directive | Joey Hess | |
allow new templates to be created via the inline that lists them (cherry picked from commit 83703d2f4a8832155e3c111792489062ccc4793b) | |||
2010-04-23 | move template documentation to the template directive | Joey Hess | |
allow new templates to be created via the inline that lists them | |||
2010-04-23 | update | Joey Hess | |
2010-04-23 | use template() rather than rolling it by hand | Joey Hess | |
2010-04-23 | allow template pages to not be under templates/ | Joey Hess | |
2010-04-23 | improved error message | Joey Hess | |
2010-04-23 | switch to using template_depends | Joey Hess | |
It now handles all the details of finding a page template that this used to need to implement. | |||
2010-04-23 | use same error string as template.pm does | Joey Hess | |
2010-04-23 | allow a bare page name to be specified as a template | Joey Hess | |
2010-04-23 | fix logic | Joey Hess | |
2010-04-23 | response | Joey Hess | |
2010-04-23 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2010-04-23 | multiple_sidebars in a gitbranch | privat | |
2010-04-23 | half-formed thought about accessible profiling | Jon Dowland | |
2010-04-23 | add my repository in the list | privat | |
2010-04-23 | update copyright years | Joey Hess | |
2010-04-23 | how important is perl 5.10? | Jon Dowland | |
2010-04-22 | better fix for use lib issue | Joey Hess | |
PER5LIB does not override fully, so need to run .in versions | |||
2010-04-22 | switch to PERL5LIB so that use lib inserted for INSTALL_BASE is overridden ↵ | Joey Hess | |
during build |