aboutsummaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* 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
| * \ \ Merge branch 'master' into autotagJoey Hess2010-04-21
| |\ \ \
| * | | | document tag_autocreateJoey Hess2010-04-21
| | | | |
| * | | | add_autofile filename should be relative to srcdirJoey Hess2010-04-21
| | | | |
| * | | | Merge branch 'master' into autotagJoey Hess2010-04-21
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into autotagJoey Hess2010-04-20
| |\ \ \ \ \
| * | | | | | improve docsJoey Hess2010-04-17
| | | | | | |
| * | | | | | document add_autofileJoey Hess2010-04-17
| | | | | | |
* | | | | | | improved fix for depends_simple_mixupJoey Hess2010-04-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid adding the page matched against as an influence for currently failing pagespec matches, while still adding any other influences. This avoids bloating depends_simple with lots of bogus influences when matching eg, "!link(done)". It's only necessary for the page being tested to be an influence of that if the page matches.
* | | | | | | added a test case for this bugJoey Hess2010-04-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Further analysis suggests fixing this might not be as dreadful as I first thought!
* | | | | | | backlink influence data seems okJoey Hess2010-04-21
| | | | | | |
* | | | | | | more wrongnessJoey Hess2010-04-21
| | | | | | |
* | | | | | | link fixJoey Hess2010-04-21
| | | | | | |
* | | | | | | argh. head exploding.Joey Hess2010-04-21
| | | | | | |
* | | | | | | my autotag branch seems readyJoey Hess2010-04-21
| |_|_|_|_|/ |/| | | | |
* | | | | | remove broken ./tag supportJoey Hess2010-04-21
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The commit that added the (working) support for using /tag to override tagbase also tried to make ./tag work. Problem is, tags are links, and ./foo is not a valid link (though I think there's a wishlist about it). So, using ./tag really resulted in tag creation links that led to a "bad page name" error. And even if the tag were created in the right place, the link didn't go to it.
* | | | | responseJoey Hess2010-04-21
| | | | |
* | | | | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2010-04-21
|\ \ \ \ \
| * | | | | suppressing auto-creation can be quite counter-intuitivehttp://smcv.pseudorandom.co.uk/2010-04-21
| | | | | |
| * | | | | elide an older patch that's no longer under discussionhttp://smcv.pseudorandom.co.uk/2010-04-21
| | | | | |
* | | | | | note re includesJoey Hess2010-04-21
| | | | | |
* | | | | | updateJoey Hess2010-04-21
|/ / / / /
* | | | | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2010-04-21
|\ \ \ \ \