Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-28 | question about TMPL_INCLUDE | http://kerravonsen.dreamwidth.org/ | |
2010-04-27 | format | Joey Hess | |
2010-04-27 | add news item for ikiwiki 3.20100427 | Joey Hess | |
2010-04-26 | Add page() PageSpec, which is like glob() but matches only pages, not other ↵ | Joey Hess | |
files. | |||
2010-04-26 | remove manual file remove instructions | Joey Hess | |
Since that was written, ikiwiki got fixed to track old rendered files across --rebuild and remove them. | |||
2010-04-26 | document match_guid | Joey Hess | |
2010-04-26 | add blipvert | Joey Hess | |
2010-04-26 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2010-04-26 | fix indent | http://jmtd.livejournal.com/ | |
2010-04-26 | insert table of common namespaces | http://jmtd.livejournal.com/ | |
2010-04-26 | move list of namespaces to its own section | http://jmtd.livejournal.com/ | |
2010-04-26 | table name for querying the mediawiki mysql db | http://jmtd.livejournal.com/ | |
2010-04-25 | typo | Joey Hess | |
2010-04-25 | added my personal site | http://id.ertugkaramatli.com/ | |
2010-04-24 | wording | Joey Hess | |
2010-04-24 | update | 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 | update | Joey Hess | |
2010-04-24 | reword, reorg, add example | Joey Hess | |
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 | 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 | 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 | allow template pages to not be under templates/ | Joey Hess | |
2010-04-23 | allow a bare page name to be specified as a template | Joey Hess | |
2010-04-23 | response | 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 | how important is perl 5.10? | Jon Dowland | |
2010-04-22 | switch to PERL5LIB so that use lib inserted for INSTALL_BASE is overridden ↵ | Joey Hess | |
during build | |||
2010-04-23 | rename bugs/creating_build_fails_oddly_when_older_ikiwiki_is_installed.mdwn ↵ | blipvert | |
to bugs/build_fails_oddly_when_older_ikiwiki_is_installed.mdwn | |||
2010-04-23 | (no commit message) | blipvert | |
2010-04-22 | reference my branch for this | Joey Hess | |
2010-04-22 | look for templates in srcdir and underlays, first | Joey Hess | |
This entailed changing template_params; it no longer takes the template filename as its first parameter. Add template_depends to api and replace calls to template() with template_depends() in appropriate places, where a dependency should be added on the template. Other plugins don't use template(), so will need further work. Also, includes are disabled for security. Enabling includes only when using templates from the templatedir would be nice, but would add a lot of complexity to the implementation. | |||
2010-04-22 | map can't currently change sort ordering | http://smcv.pseudorandom.co.uk/ | |
2010-04-22 | (no commit message) | http://seph.myopenid.com/ | |
2010-04-22 | remove add_templates option | Joey Hess | |
Templates are moving into the srcdir, and will also be searched for in configured underlays, so this is redundant. |