aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | 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
| |
| * Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey 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
| | |
| * | update copyright yearsJoey Hess2010-04-23
| |/
| * better fix for use lib issueJoey Hess2010-04-22
| | | | | | | | PER5LIB does not override fully, so need to run .in versions
| * switch to PERL5LIB so that use lib inserted for INSTALL_BASE is overridden ↵Joey Hess2010-04-22
| | | | | | | | during build
| * Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2010-04-22
| |\
| | * 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
| | |
| * | use meta titleJoey Hess2010-04-22
| |/
| * 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
| |
* | special case for page.tmpl dependency handlingJoey Hess2010-04-23
| | | | | | | | | | | | 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.
* | add mycleanJoey Hess2010-04-23
| |
* | fix return of tpageJoey Hess2010-04-23
| |
* | 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
* | updateJoey Hess2010-04-23
| |
* | use template() rather than rolling it by handJoey Hess2010-04-23
| |
* | allow template pages to not be under templates/Joey Hess2010-04-23
| |
* | improved error messageJoey Hess2010-04-23
| |
* | switch to using template_dependsJoey Hess2010-04-23
| | | | | | | | | | It now handles all the details of finding a page template that this used to need to implement.
* | use same error string as template.pm doesJoey Hess2010-04-23
| |
* | allow a bare page name to be specified as a templateJoey Hess2010-04-23
| |
* | fix logicJoey Hess2010-04-23
| |
* | addJoey Hess2010-04-22
| |
* | refactor to remove template_paramsJoey Hess2010-04-22
| | | | | | | | template_file will be kept separate, since it needs to be memoized
* | 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
|
* only remove page from influences when influences are not staticJoey Hess2010-04-22
| | | | This matches what add_depends done
* updateJoey Hess2010-04-22
|
* updateJoey Hess2010-04-22
|
* formatJoey 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
| |\
| * \ Merge branch 'master' into autotagJoey Hess2010-04-21
| |\ \ | | | | | | | | | | | | | | | | Conflicts: IkiWiki/Plugin/tag.pm