Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-25 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2010-03-25 | remove a few leftover manual folding indicators | Joey Hess | |
2010-03-25 | response | http://kerravonsen.dreamwidth.org/ | |
2010-03-25 | response | Joey Hess | |
2010-03-25 | I'm not sure if I'm supposed to tag this as patch, so I removed the tag. | http://kerravonsen.dreamwidth.org/ | |
2010-03-25 | bug and fix | http://kerravonsen.dreamwidth.org/ | |
2010-03-25 | an updated branch | Simon McVittie | |
2010-03-24 | Allow sorting to be combined and/or reversed | Simon McVittie | |
2010-03-24 | what about a SortSpec rather than a sort-hook? | http://kerravonsen.dreamwidth.org/ | |
2010-03-24 | use `` to avoid markdown eating example pagespecs | http://smcv.pseudorandom.co.uk/ | |
2010-03-24 | work around silly warning | Joey Hess | |
2010-03-24 | fix unicode with YAML::Syck | Joey Hess | |
Syck-- it doesn't use unicode by default?! Hello, 2010 calling.. | |||
2010-03-24 | use perl YAML for dumping | Joey Hess | |
Only it understands $YAML::UseHeader | |||
2010-03-24 | fix back-compat with old Net::OpenID | Joey Hess | |
Debian stable's Net::OpenID does not support getting extension fields. | |||
2010-03-24 | add newline to --set-yaml value | Joey Hess | |
YAML is picky about the data ending with a newline, and this makes it easier to accomplish that | |||
2010-03-24 | fall back from YAML::Any to just YAML | Joey Hess | |
for portabilty to old YAML in Debian stable that lacks the former. | |||
2010-03-24 | Add --set-yaml switch for setting more complex config file options. | Joey Hess | |
2010-03-24 | add YAML suggests | Joey Hess | |
2010-03-24 | use YAML::Any to allow faster versions to be used if available | Joey Hess | |
2010-03-24 | thoughts | http://smcv.pseudorandom.co.uk/ | |
2010-03-24 | relationship with [[plugins/contrib/report]] | http://smcv.pseudorandom.co.uk/ | |
2010-03-24 | (no commit message) | cian | |
2010-03-24 | note: old version untested | http://smcv.pseudorandom.co.uk/ | |
2010-03-24 | link to an alternative approach that I decided against | http://smcv.pseudorandom.co.uk/ | |
2010-03-24 | propsed branch | http://smcv.pseudorandom.co.uk/ | |
2010-03-24 | Add an optional "sort" argument to meta titles, defaulting to the title | Simon McVittie | |
This allows correct sorting of titles, names, etc., with: [[!meta title="David Bowie" sort="Bowie, David"]] [[!meta title="The Beatles" sort="Beatles, The"]] | |||
2010-03-24 | Have the meta plugin add a meta_title sort order | Simon McVittie | |
2010-03-24 | cross-reference | http://smcv.pseudorandom.co.uk/ | |
2010-03-24 | Allow hooks to add sorting functions to pagespec_match_list | Simon McVittie | |
2010-03-22 | rename ↵ | 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-22 | sadly we moved to using drupal for most of our site | http://jcftang.myopenid.com/ | |
2010-03-21 | reset setuptype first, actually | Joey Hess | |
so setup file can override default | |||
2010-03-21 | check for 'require' instead of 'use' | Joey Hess | |
2010-03-21 | reset setuptype to standard after an automator setup file is loaded | Joey Hess | |
so a standard file is generated (by default) | |||
2010-03-19 | new tip | Joey Hess | |
2010-03-19 | fix newlines in commented defaults | Joey Hess | |
2010-03-19 | load YAML on demand | Joey Hess | |
so as not to break test suite if YAML is not avilable | |||
2010-03-19 | shorten setuptype | Joey Hess | |
2010-03-19 | Add support for setup files written in YAML. | Joey Hess | |
Not the default. (Yet?) | |||
2010-03-19 | parameterized indent | Joey Hess | |
2010-03-19 | improve comments | Joey Hess | |
2010-03-19 | move generic comment into IkiWiki::Setup | Joey Hess | |
2010-03-19 | factored out generic commented line dumping | Joey Hess | |
2010-03-19 | whitespace | Joey Hess | |
2010-03-19 | allow multiple setup file types, and support safe parsing | Joey Hess | |
Finally removed the last hardcoding of IkiWiki::Setup::Standard. Take the first "IkiWiki::Setup::*" in the setup file to define the setuptype, and remember that type to use in dumping later. (But it can be overridden using --set, etc.) Also, support setup file types that are not evaled. | |||
2010-03-19 | fix apparently confusing wording | Joey Hess | |
2010-03-19 | Revert "corrected the update-the-laptop-from-the-server section" | Joey Hess | |
No, we don't normally push from servers to laptops. Because most laptops do not have publicly accessible IP addresses, for one thing. Also because there's really no reason to ssh to the server from your laptop in order to update the laptop when you can just pull. | |||
2010-03-19 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2010-03-19 | audited use POSIX | Joey Hess | |
The POSIX perl module exports a huge number of functions by default, so make sure all imports are qualified. (And remove one that was not necessary.) | |||
2010-03-19 | (no commit message) | kierun | |