summaryrefslogtreecommitdiff
path: root/doc/plugins
AgeCommit message (Collapse)Author
2010-04-17document add_autofileJoey Hess
2010-04-16automatically run --gettime, and optimise it for gitJoey Hess
* Automatically run --gettime the first time ikiwiki is run on a given srcdir. * Optimise --gettime for git, so it's appropriatly screamingly fast. (This could be done for other backends too.) * However, --gettime for git no longer follows renames. * Use above to fix up timestamps on docwiki, as well as ensure that timestamps on basewiki files shipped in the deb are sane.
2010-04-16--gettime revampJoey Hess
* Rename --getctime to --gettime. (The old name still works for backwards compatability.) * --gettime now also looks up last modification time. * Add rcs_getmtime to plugin API; currently only implemented for git.
2010-04-15calendar: Improved display of arrows.Joey Hess
2010-04-15sidebar: Add global_sidebars setting.Joey Hess
2010-04-15sidebar: Now a sidebar directive can be used to override the sidebar shown ↵Joey Hess
on a page.
2010-04-07formattinghttp://kerravonsen.dreamwidth.org/
2010-04-07further response to smcv on pagetemplateshttp://kerravonsen.dreamwidth.org/
2010-04-07"safe" and "unsafe" too simplistic, I suspecthttp://smcv.pseudorandom.co.uk/
2010-04-07response about XSS, meta and pagetemplateshttp://kerravonsen.dreamwidth.org/
2010-04-07note about sort and dependency typesJoey Hess
There's a gotcha where pagespec_match_list is used with a dependency type that is not a full content dependency, and so ikiwiki does not know that a content change to a page that sorted too low to match needs to trigger a rebuild, since its sort order may have changed. Inline is mostly ok re this, as it does use content dependencies. Except for in the case of raw mode. But then, page metadata is documented to not be loaded, so it doesn't make sense to use sortspecs that depend on metadata. I hope. :)
2010-04-06add cpan linkJoey Hess
2010-04-06Merge remote branch 'smcv/ready/sort-package'Joey Hess
Conflicts: debian/NEWS
2010-04-07update fieldsort plugin again; remove obsolete bug + fix note (thanks!)http://smcv.pseudorandom.co.uk/
2010-04-06Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2010-04-06improve wording to not encourage explicitly passing undefJoey Hess
2010-04-07further discussion, point out potential XSShttp://smcv.pseudorandom.co.uk/
2010-04-06Merge remote branch 'smcv/ready/link-types'Joey Hess
2010-04-06response to Joey and smcvhttp://kerravonsen.dreamwidth.org/
2010-04-06commentJoey Hess
2010-04-06first questionJoey Hess
2010-04-06oops, branch returned nowhttp://smcv.pseudorandom.co.uk/
2010-04-06responsehttp://kerravonsen.dreamwidth.org/
2010-04-06(no commit message)http://kerravonsen.dreamwidth.org/
2010-04-05Use $a and $b for SortSpec cmp callbacksSimon McVittie
2010-04-05txt: Add a special case for robots.txt.Joey Hess
2010-04-04advertise some bugfixeshttp://smcv.pseudorandom.co.uk/
2010-04-04bug report + patch: unnecessary YAML::Any dependencyhttp://smcv.pseudorandom.co.uk/
2010-04-04update fieldsort plugin to be compatible with the latest version of my branchhttp://smcv.pseudorandom.co.uk/
2010-04-04Remove tagged_is_strict option, and just behave as though it was enabledSimon McVittie
Jon was worried about the backwards-compatibility break involved in making tagged() not match non-tag links, but Joey seems less concerned about it.
2010-04-04implement typed links; add tagged_is_strict config optionSimon McVittie
2010-04-03Move sort hooks to the IkiWiki::SortSpec namespaceSimon McVittie
Also rename cmpspec_translate (internal function) to sortspec_translate for consistency.
2010-04-03Remove support for check_cmp_foo (pre-sort checks)Simon McVittie
2010-04-03Split out sortnaturally into a pluginSimon McVittie
2010-04-03reduced differencehttp://smcv.pseudorandom.co.uk/
2010-04-01considering tags and fieldshttp://kerravonsen.dreamwidth.org/
2010-04-01(no commit message)http://smcv.pseudorandom.co.uk/
2010-04-01response; thoughts about inline and tagshttp://kerravonsen.dreamwidth.org/
2010-03-31responsehttp://kerravonsen.dreamwidth.org/
2010-03-30respond; correct license of fieldsort plugin to match IkiWikihttp://smcv.pseudorandom.co.uk/
2010-03-30respondhttp://smcv.pseudorandom.co.uk/
2010-03-30(no commit message)http://smcv.pseudorandom.co.uk/
2010-03-30respond and attempt to invoke Joey :-)http://smcv.pseudorandom.co.uk/
2010-03-30responsehttp://kerravonsen.dreamwidth.org/
2010-03-30responsehttp://kerravonsen.dreamwidth.org/
2010-03-30quick responsehttp://kerravonsen.dreamwidth.org/
2010-03-28More wishlist items for the `xslt` plugin.http://oneingray.myopenid.com/
2010-03-26fix linkhttp://smcv.pseudorandom.co.uk/
2010-03-26brief review of reporthttp://smcv.pseudorandom.co.uk/
2010-03-26oh, my mistake... this *is* necessary, but could perhaps be done better?http://smcv.pseudorandom.co.uk/