Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-22 | better fix for use lib issue | Joey Hess | |
PER5LIB does not override fully, so need to run .in versions | |||
2010-04-22 | switch to PERL5LIB so that use lib inserted for INSTALL_BASE is overridden ↵ | Joey Hess | |
during build | |||
2010-04-22 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2010-04-23 | rename bugs/creating_build_fails_oddly_when_older_ikiwiki_is_installed.mdwn ↵ | blipvert | |
to bugs/build_fails_oddly_when_older_ikiwiki_is_installed.mdwn | |||
2010-04-23 | (no commit message) | blipvert | |
2010-04-22 | use meta title | Joey Hess | |
2010-04-22 | reference my branch for this | Joey Hess | |
2010-04-22 | add | Joey Hess | |
2010-04-22 | refactor to remove template_params | Joey Hess | |
template_file will be kept separate, since it needs to be memoized | |||
2010-04-22 | look for templates in srcdir and underlays, first | Joey Hess | |
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. | |||
2010-04-22 | map can't currently change sort ordering | http://smcv.pseudorandom.co.uk/ | |
2010-04-22 | (no commit message) | http://seph.myopenid.com/ | |
2010-04-22 | remove add_templates option | Joey Hess | |
Templates are moving into the srcdir, and will also be searched for in configured underlays, so this is redundant. | |||
2010-04-22 | clarify | Joey Hess | |
2010-04-22 | add | Joey Hess | |
2010-04-22 | only remove page from influences when influences are not static | Joey Hess | |
This matches what add_depends done | |||
2010-04-22 | update | Joey Hess | |
2010-04-22 | update | Joey Hess | |
2010-04-22 | format | Joey Hess | |
2010-04-22 | Merge branch 'autotag' | Joey Hess | |
2010-04-22 | force rebuild from pre 20100422 | Joey Hess | |
to ensure those wrong massive depends_simple don't linger on systems that rebuilt for the other reasons already | |||
2010-04-22 | note that the new version will have some optimisation fixes | Joey Hess | |
2010-04-22 | improved fix for depends_simple_mixup | Joey Hess | |
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. | |||
2010-04-22 | add influence info for failed metadata matches | Joey Hess | |
This is needed so that when a negated pagespec like "!author(foo)" stops matching, due to the page being changed, ikiwiki knows that the match was influenced by the page content. | |||
2010-04-22 | fix test cases for dynamic influence calculation | Joey Hess | |
2010-04-21 | added a test case for this bug | Joey Hess | |
Further analysis suggests fixing this might not be as dreadful as I first thought! | |||
2010-04-21 | backlink influence data seems ok | Joey Hess | |
2010-04-21 | update | 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 | indent | Joey Hess | |
2010-04-21 | my autotag branch seems ready | 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 | Joey Hess | |
2010-04-21 | reword news | Joey Hess | |
2010-04-21 | Merge branch 'master' into autotag | Joey Hess | |
Conflicts: IkiWiki/Plugin/tag.pm | |||
2010-04-21 | remove broken ./tag support | Joey Hess | |
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. | |||
2010-04-21 | fixes | Joey Hess | |
2010-04-21 | clarify | Joey Hess | |
2010-04-21 | Merge branch 'master' into autotag | Joey Hess | |
Conflicts: IkiWiki/Plugin/tag.pm | |||
2010-04-21 | pass pagespec parameters along from match_tagged | Joey Hess | |
2010-04-21 | add missing undef guard in derel | Joey Hess | |
2010-04-21 | fix false positive in link_types_changed | Joey Hess | |
loadindex does not bother populating oldtypedlinks if there is no link type. However, the code in link_types_changed assumed that if oldtypedlinks is not defined, and typedlinks is, they must differ. | |||
2010-04-21 | add separate template variable for tag page and sanitize displayed tag name | Joey Hess | |
2010-04-21 | remember autofiles that were tried and failed to be added | Joey Hess | |
This way, if an autofile is registered for a file that already exists, it is remembered that it was tried, and it doesn't get recreated when removed. | |||
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 | note re includes | Joey Hess | |
2010-04-21 | suppressing auto-creation can be quite counter-intuitive | http://smcv.pseudorandom.co.uk/ | |