summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-03-26typoJoey Hess
2010-03-26Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2010-03-26new bugJoey Hess
2010-03-26responsehttp://kerravonsen.dreamwidth.org/
2010-03-26responsehttp://kerravonsen.dreamwidth.org/
2010-03-26fix the other half of the filecheck filename bugJoey Hess
2010-03-26Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2010-03-26on plugins and stuffJoey Hess
2010-03-26security?Joey Hess
2010-03-26It works!http://kerravonsen.dreamwidth.org/
2010-03-25patchJoey Hess
2010-03-26now my main site uses IkiWiki fullyhttp://kerravonsen.dreamwidth.org/
2010-03-26oh dear not fixed after allhttp://kerravonsen.dreamwidth.org/
2010-03-25an alternative way to do plugins, as rubykat suggestedhttp://smcv.pseudorandom.co.uk/
2010-03-25filecheck: Fix bug that prevented the pagespecs from matching when not ↵Joey Hess
called by attachment plugin.
2010-03-25Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2010-03-25remove a few leftover manual folding indicatorsJoey Hess
2010-03-25responsehttp://kerravonsen.dreamwidth.org/
2010-03-25responseJoey Hess
2010-03-25I'm not sure if I'm supposed to tag this as patch, so I removed the tag.http://kerravonsen.dreamwidth.org/
2010-03-25bug and fixhttp://kerravonsen.dreamwidth.org/
2010-03-25an updated branchSimon McVittie
2010-03-24what about a SortSpec rather than a sort-hook?http://kerravonsen.dreamwidth.org/
2010-03-24use `` to avoid markdown eating example pagespecshttp://smcv.pseudorandom.co.uk/
2010-03-24work around silly warningJoey Hess
2010-03-24fix unicode with YAML::SyckJoey Hess
Syck-- it doesn't use unicode by default?! Hello, 2010 calling..
2010-03-24use perl YAML for dumpingJoey Hess
Only it understands $YAML::UseHeader
2010-03-24fix back-compat with old Net::OpenIDJoey Hess
Debian stable's Net::OpenID does not support getting extension fields.
2010-03-24add newline to --set-yaml valueJoey Hess
YAML is picky about the data ending with a newline, and this makes it easier to accomplish that
2010-03-24fall back from YAML::Any to just YAMLJoey Hess
for portabilty to old YAML in Debian stable that lacks the former.
2010-03-24Add --set-yaml switch for setting more complex config file options.Joey Hess
2010-03-24add YAML suggestsJoey Hess
2010-03-24use YAML::Any to allow faster versions to be used if availableJoey Hess
2010-03-24thoughtshttp://smcv.pseudorandom.co.uk/
2010-03-24relationship with [[plugins/contrib/report]]http://smcv.pseudorandom.co.uk/
2010-03-24(no commit message)cian
2010-03-24note: old version untestedhttp://smcv.pseudorandom.co.uk/
2010-03-24link to an alternative approach that I decided againsthttp://smcv.pseudorandom.co.uk/
2010-03-24propsed branchhttp://smcv.pseudorandom.co.uk/
2010-03-24cross-referencehttp://smcv.pseudorandom.co.uk/
2010-03-22rename ↵http://jmtd.livejournal.com/
forum/Warnings:___39__utf8___34____92__xAB__34___does_not_map_to_Unicode_at___47__usr__47__share__47__perl5__47__IkiWiki.pm_line_774__44_____60____36__in__62___chunk_1.__39__.mdwn to forum/utf8_warnings_for___34____92__xAB__34__.mdwn
2010-03-22sadly we moved to using drupal for most of our sitehttp://jcftang.myopenid.com/
2010-03-21reset setuptype first, actuallyJoey Hess
so setup file can override default
2010-03-21check for 'require' instead of 'use'Joey Hess
2010-03-21reset setuptype to standard after an automator setup file is loadedJoey Hess
so a standard file is generated (by default)
2010-03-19new tipJoey Hess
2010-03-19fix newlines in commented defaultsJoey Hess
2010-03-19load YAML on demandJoey Hess
so as not to break test suite if YAML is not avilable
2010-03-19shorten setuptypeJoey Hess
2010-03-19Add support for setup files written in YAML.Joey Hess
Not the default. (Yet?)