| Commit message (Expand) | Author | Age |
... | |
| * | (no commit message) | http://seph.myopenid.com/ | 2010-04-22 |
* | | template docu reorg•••Remove wikitemplates page; fold its contents into templates page.
Update all backlinks. Document new ability to put templates inside srcdir.
| Joey Hess | 2010-04-23 |
* | | move template documentation to the template directive•••allow new templates to be created via the inline that lists them
| Joey Hess | 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 |
* | | look for templates in srcdir and underlays, first•••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.
| Joey Hess | 2010-04-22 |
* | | remove add_templates option•••Templates are moving into the srcdir, and will also be searched for in
configured underlays, so this is redundant.
| Joey Hess | 2010-04-22 |
* | | clarify | Joey Hess | 2010-04-22 |
|/ |
|
* | add | Joey Hess | 2010-04-22 |
* | update | Joey Hess | 2010-04-22 |
* | update | Joey Hess | 2010-04-22 |
* | Merge branch 'autotag' | Joey Hess | 2010-04-22 |
|\ |
|
| * | update | Joey Hess | 2010-04-21 |
| * | turn on tag_autocreate by default if tagbase is set | Joey Hess | 2010-04-21 |
| * | Merge branch 'master' into autotag•••Conflicts:
IkiWiki/Plugin/tag.pm
| Joey Hess | 2010-04-21 |
| |\ |
|
| * \ | Merge branch 'master' into autotag•••Conflicts:
IkiWiki/Plugin/tag.pm
| Joey Hess | 2010-04-21 |
| |\ \ |
|
| * \ \ | Merge branch 'master' into autotag | Joey Hess | 2010-04-21 |
| |\ \ \ |
|
| * | | | | document tag_autocreate | Joey Hess | 2010-04-21 |
| * | | | | add_autofile filename should be relative to srcdir | Joey Hess | 2010-04-21 |
| * | | | | Merge branch 'master' into autotag | Joey Hess | 2010-04-21 |
| |\ \ \ \ |
|
| * \ \ \ \ | Merge branch 'master' into autotag | Joey Hess | 2010-04-20 |
| |\ \ \ \ \ |
|
| * | | | | | | improve docs | Joey Hess | 2010-04-17 |
| * | | | | | | document add_autofile | Joey Hess | 2010-04-17 |
* | | | | | | | improved fix for depends_simple_mixup•••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.
| Joey Hess | 2010-04-22 |
* | | | | | | | added a test case for this bug•••Further analysis suggests fixing this might not be as dreadful as I first
thought!
| Joey Hess | 2010-04-21 |
* | | | | | | | backlink influence data seems ok | Joey Hess | 2010-04-21 |
* | | | | | | | more wrongness | Joey Hess | 2010-04-21 |
* | | | | | | | link fix | Joey Hess | 2010-04-21 |
* | | | | | | | argh. head exploding. | Joey Hess | 2010-04-21 |
* | | | | | | | my autotag branch seems ready | Joey Hess | 2010-04-21 |
| |_|_|_|_|/
|/| | | | | |
|
* | | | | | | remove broken ./tag support•••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.
| Joey Hess | 2010-04-21 |
| |_|_|_|/
|/| | | | |
|
* | | | | | response | Joey Hess | 2010-04-21 |
* | | | | | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | 2010-04-21 |
|\ \ \ \ \ |
|
| * | | | | | suppressing auto-creation can be quite counter-intuitive | http://smcv.pseudorandom.co.uk/ | 2010-04-21 |
| * | | | | | elide an older patch that's no longer under discussion | http://smcv.pseudorandom.co.uk/ | 2010-04-21 |
* | | | | | | note re includes | Joey Hess | 2010-04-21 |
* | | | | | | update | Joey Hess | 2010-04-21 |
|/ / / / / |
|
* | | | | | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | 2010-04-21 |
|\ \ \ \ \ |
|
| * | | | | | (no commit message) | http://hendry.iki.fi/ | 2010-04-21 |
| * | | | | | (no commit message) | http://hendry.iki.fi/ | 2010-04-21 |
| * | | | | | debugging | http://hendry.iki.fi/ | 2010-04-21 |
| | |_|/ /
| |/| | | |
|
* | | | | | update | Joey Hess | 2010-04-21 |
| |_|_|/
|/| | | |
|
* | | | | update, tag deletion bug | Joey Hess | 2010-04-21 |
* | | | | update; my branch is (partially) debugged now | Joey Hess | 2010-04-21 |
|/ / / |
|
* | | | applied | Joey Hess | 2010-04-21 |
* | | | Missing links with no CGI | http://oblomov.myopenid.com/ | 2010-04-21 |
| |/
|/| |
|
* | | Clarifications | http://oblomov.myopenid.com/ | 2010-04-20 |
* | | internal pages: the revenge? | http://smcv.pseudorandom.co.uk/ | 2010-04-20 |
* | | clarify whether the raw files would be put in destdir | Jon Dowland | 2010-04-20 |
* | | similarity to internal pages | Joey Hess | 2010-04-20 |