aboutsummaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* 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
|
* 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.
* | remove add_templates optionJoey Hess2010-04-22
| | | | | | | | | | Templates are moving into the srcdir, and will also be searched for in configured underlays, so this is redundant.
* | clarifyJoey Hess2010-04-22
|/
* addJoey Hess2010-04-22
|
* updateJoey Hess2010-04-22
|
* updateJoey Hess2010-04-22
|
* Merge branch 'autotag'Joey Hess2010-04-22
|\
| * updateJoey Hess2010-04-21
| |
| * turn on tag_autocreate by default if tagbase is setJoey Hess2010-04-21
| |
| * Merge branch 'master' into autotagJoey Hess2010-04-21
| |\ | | | | | | | | | | | | Conflicts: IkiWiki/Plugin/tag.pm
| * \ Merge branch 'master' into autotagJoey Hess2010-04-21
| |\ \ | | | | | | | | | | | | | | | | Conflicts: IkiWiki/Plugin/tag.pm