aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* on plugins and stuffJoey Hess2010-03-26
|
* security?Joey Hess2010-03-26
|
* patchJoey Hess2010-03-25
|
* now my main site uses IkiWiki fullyhttp://kerravonsen.dreamwidth.org/2010-03-26
|
* oh dear not fixed after allhttp://kerravonsen.dreamwidth.org/2010-03-26
|
* an alternative way to do plugins, as rubykat suggestedhttp://smcv.pseudorandom.co.uk/2010-03-25
|
* filecheck: Fix bug that prevented the pagespecs from matching when not ↵Joey Hess2010-03-25
| | | | called by attachment plugin.
* Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2010-03-25
|\
| * responsehttp://kerravonsen.dreamwidth.org/2010-03-25
| |
* | remove a few leftover manual folding indicatorsJoey Hess2010-03-25
|/
* responseJoey Hess2010-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 fixhttp://kerravonsen.dreamwidth.org/2010-03-25
|
* an updated branchSimon McVittie2010-03-25
|
* what about a SortSpec rather than a sort-hook?http://kerravonsen.dreamwidth.org/2010-03-24
|
* use `` to avoid markdown eating example pagespecshttp://smcv.pseudorandom.co.uk/2010-03-24
|
* work around silly warningJoey Hess2010-03-24
|
* fix unicode with YAML::SyckJoey Hess2010-03-24
| | | | Syck-- it doesn't use unicode by default?! Hello, 2010 calling..
* use perl YAML for dumpingJoey Hess2010-03-24
| | | | Only it understands $YAML::UseHeader
* fix back-compat with old Net::OpenIDJoey Hess2010-03-24
| | | | Debian stable's Net::OpenID does not support getting extension fields.
* add newline to --set-yaml valueJoey Hess2010-03-24
| | | | | YAML is picky about the data ending with a newline, and this makes it easier to accomplish that
* fall back from YAML::Any to just YAMLJoey Hess2010-03-24
| | | | for portabilty to old YAML in Debian stable that lacks the former.
* Add --set-yaml switch for setting more complex config file options.Joey Hess2010-03-24
|
* add YAML suggestsJoey Hess2010-03-24
|
* use YAML::Any to allow faster versions to be used if availableJoey Hess2010-03-24
|
* thoughtshttp://smcv.pseudorandom.co.uk/2010-03-24
|
* relationship with [[plugins/contrib/report]]http://smcv.pseudorandom.co.uk/2010-03-24
|
* (no commit message)cian2010-03-24
|
* note: old version untestedhttp://smcv.pseudorandom.co.uk/2010-03-24
|
* link to an alternative approach that I decided againsthttp://smcv.pseudorandom.co.uk/2010-03-24
|
* propsed branchhttp://smcv.pseudorandom.co.uk/2010-03-24
|
* cross-referencehttp://smcv.pseudorandom.co.uk/2010-03-24
|
* rename ↵http://jmtd.livejournal.com/2010-03-22
| | | | 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
* sadly we moved to using drupal for most of our sitehttp://jcftang.myopenid.com/2010-03-22
|
* reset setuptype first, actuallyJoey Hess2010-03-21
| | | | so setup file can override default
* check for 'require' instead of 'use'Joey Hess2010-03-21
|
* reset setuptype to standard after an automator setup file is loadedJoey Hess2010-03-21
| | | | so a standard file is generated (by default)
* new tipJoey Hess2010-03-19
|
* fix newlines in commented defaultsJoey Hess2010-03-19
|
* load YAML on demandJoey Hess2010-03-19
| | | | so as not to break test suite if YAML is not avilable
* shorten setuptypeJoey Hess2010-03-19
|
* Add support for setup files written in YAML.Joey Hess2010-03-19
| | | | Not the default. (Yet?)
* parameterized indentJoey Hess2010-03-19
|
* improve commentsJoey Hess2010-03-19
|
* move generic comment into IkiWiki::SetupJoey Hess2010-03-19
|
* factored out generic commented line dumpingJoey Hess2010-03-19
|
* whitespaceJoey Hess2010-03-19
|
* allow multiple setup file types, and support safe parsingJoey Hess2010-03-19
| | | | | | | | | 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.
* fix apparently confusing wordingJoey Hess2010-03-19
|
* Revert "corrected the update-the-laptop-from-the-server section"Joey Hess2010-03-19
| | | | | | | | 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.