aboutsummaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* TMPL_INCLUDE re-enabled for templates read from the templatedir. (But not ↵Joey Hess2010-04-28
| | | | in-wiki templates.)
* question about TMPL_INCLUDEhttp://kerravonsen.dreamwidth.org/2010-04-28
|
* formatJoey Hess2010-04-27
|
* add news item for ikiwiki 3.20100427Joey Hess2010-04-27
|
* Add page() PageSpec, which is like glob() but matches only pages, not other ↵Joey Hess2010-04-26
| | | | files.
* remove manual file remove instructionsJoey Hess2010-04-26
| | | | | Since that was written, ikiwiki got fixed to track old rendered files across --rebuild and remove them.
* document match_guidJoey Hess2010-04-26
|
* add blipvertJoey Hess2010-04-26
|
* Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2010-04-26
|\
| * fix indenthttp://jmtd.livejournal.com/2010-04-26
| |
| * insert table of common namespaceshttp://jmtd.livejournal.com/2010-04-26
| |
| * move list of namespaces to its own sectionhttp://jmtd.livejournal.com/2010-04-26
| |
| * table name for querying the mediawiki mysql dbhttp://jmtd.livejournal.com/2010-04-26
| |
| * added my personal sitehttp://id.ertugkaramatli.com/2010-04-25
| |
* | typoJoey Hess2010-04-25
|/
* wordingJoey Hess2010-04-24
|
* updateJoey Hess2010-04-24
|
* template() - return params in list contextJoey Hess2010-04-24
| | | | | I forgot CGI::Formbuilder's horrible interface that needs template parameters instead of a constructed object.
* updateJoey Hess2010-04-24
|
* reword, reorg, add exampleJoey Hess2010-04-24
|
* Merge branch 'master' into templatemoveJoey Hess2010-04-24
|\
| * fix capsJoey Hess2010-04-24
| |
* | Merge branch 'master' into templatemoveJoey Hess2010-04-24
|\|
| * remove paragraph about old style directives, it's been long enoughJoey Hess2010-04-24
| |
* | add link to templates pageJoey Hess2010-04-24
| |
* | wordingJoey Hess2010-04-24
| |
* | update re template changeJoey Hess2010-04-23
| |
* | improve attachment exampleJoey Hess2010-04-23
| |
* | add test case to ensure all templates are documentedJoey Hess2010-04-23
| |
* | update news for template changeJoey Hess2010-04-23
| |
* | Merge branch 'master' into templatemoveJoey Hess2010-04-23
|\|
| * updateJoey Hess2010-04-23
| |
* | Merge branch 'master' into templatemoveJoey Hess2010-04-23
|\| | | | | | | | | Conflicts: doc/templates.mdwn
| * move template documentation to the template directiveJoey Hess2010-04-23
| | | | | | | | | | allow new templates to be created via the inline that lists them (cherry picked from commit 83703d2f4a8832155e3c111792489062ccc4793b)
| * responseJoey Hess2010-04-23
| |
| * multiple_sidebars in a gitbranchprivat2010-04-23
| |
| * half-formed thought about accessible profilingJon Dowland2010-04-23
| |
| * add my repository in the listprivat2010-04-23
| |
| * how important is perl 5.10?Jon Dowland2010-04-23
| |
| * switch to PERL5LIB so that use lib inserted for INSTALL_BASE is overridden ↵Joey Hess2010-04-22
| | | | | | | | during build
| * rename bugs/creating_build_fails_oddly_when_older_ikiwiki_is_installed.mdwn ↵blipvert2010-04-23
| | | | | | | | to bugs/build_fails_oddly_when_older_ikiwiki_is_installed.mdwn
| * (no commit message)blipvert2010-04-23
| |
| * reference my branch for thisJoey Hess2010-04-22
| |
| * map can't currently change sort orderinghttp://smcv.pseudorandom.co.uk/2010-04-22
| |
| * (no commit message)http://seph.myopenid.com/2010-04-22
| |
* | template docu reorgJoey Hess2010-04-23
| | | | | | | | | | Remove wikitemplates page; fold its contents into templates page. Update all backlinks. Document new ability to put templates inside srcdir.
* | move template documentation to the template directiveJoey Hess2010-04-23
| | | | | | | | allow new templates to be created via the inline that lists them
* | allow template pages to not be under templates/Joey Hess2010-04-23
| |
* | allow a bare page name to be specified as a templateJoey Hess2010-04-23
| |
* | look for templates in srcdir and underlays, firstJoey Hess2010-04-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.