aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | Replace Livejournal icon with something vaguely similarSimon McVittie2014-02-14
| | | | | | | | | | | | | | | | Drawn in Inkscape and released under the IkiWiki basewiki license.
| * | | openid-selector: remove ClaimIDSimon McVittie2014-02-14
| | | | | | | | | | | | | | | | | | | | claimid.com says "After 7 years, 6 months, and 20 days of service, ClaimID has ceased operations".
| * | | Replace Wordpress icon with one taken from its Debian packageSimon McVittie2014-02-14
| | | | | | | | | | | | | | | | | | | | | | | | I was unable to determine a specific author or copyright holder for this icon, and listing every potential Wordpress copyright holder in debian/copyright seems ridiculous.
| * | | Replace Google, Yahoo, Flickr icons with versions by Jakub SteinerSimon McVittie2014-02-14
| | | | | | | | | | | | | | | | Taken from gnome-online-accounts under LGPL-2.1+.
| * | | Remove MyOpenID from OpenID selectorSimon McVittie2014-02-14
| | | | | | | | | | | | | | | | | | | | According to their website, their service will be (was?) shut down on 1st February 2014.
* | | | Deal with nasty issue with gettext clobbering $@ while printing error ↵Joey Hess2014-02-23
| | | | | | | | | | | | | | | | message containing it. Thanks, smcv
* | | | Merge remote-tracking branch 'remotes/smcv/ready/careful-eval'Joey Hess2014-02-23
|\ \ \ \
| * | | | protect $@ whenever a block using $@ is non-trivialSimon McVittie2014-02-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As noted in the Try::Tiny man page, eval/$@ can be quite awkward in corner cases, because $@ has the same properties and problems as C's errno. While writing a regression test for definetemplate in which it couldn't find an appropriate template, I received <span class="error">Error: failed to process template <span class="createlink">deftmpl</span> </span> instead of the intended <span class="error">Error: failed to process template <span class="createlink">deftmpl</span> template deftmpl not found</span> which turned out to be because the "catch"-analogous block called gettext before it used $@, and gettext can call define_gettext, which uses eval. This commit alters all current "catch"-like blocks that use $@, except those that just do trivial things with $@ (string interpolation, string concatenation) and call a function (die, error, print, etc.)
* | | | | git: Explicity push master branch, as will be needed by git 2.0's change to ↵Joey Hess2014-02-23
| | | | | | | | | | | | | | | | | | | | push.default=matching by default. Thanks, smcv
* | | | | Merge remote-tracking branch 'remotes/smcv/ready/git-push-origin-master'Joey Hess2014-02-23
|\| | | |
| * | | | git: explicitly specify the branch to push to originSimon McVittie2014-02-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | git's behaviour when doing "git push origin" is configurable, and the default is going to change in 2.0. In particular, if you've set push.default to "nothing", the regression test will warn: fatal: You didn't specify any refspecs to push, and push.default is "nothing". 'git push origin' failed: at .../lib/IkiWiki/Plugin/git.pm line 220.
| * | | | Ignore MYMETA.json, produced by recent MakeMakerSimon McVittie2014-02-21
| | | | |
* | | | | git diffurl: Do not escape / in paths to changed files, in order to ↵Joey Hess2014-02-23
| | | | | | | | | | | | | | | | | | | | interoperate with cgit (gitweb works either way) Thanks, intrigeri.
* | | | | Merge remote-tracking branch 'intrigeri/fix_diffurl_vs._cgit'Joey Hess2014-02-23
|\ \ \ \ \
| * | | | | Do not UTF8-escape "/" in Git's diffurl: cgit does not support this.intrigeri2013-12-31
| | | | | |
* | | | | | Allow up to 8 levels of nested directives, rather than previous 3 in ↵Joey Hess2014-02-23
| | | | | | | | | | | | | | | | | | | | | | | | directive infinite loop guard.
* | | | | | merged patch; bug left openJoey Hess2014-02-23
| | | | | |
* | | | | | Merge remote-tracking branch 'anarcat/dev/syslog_utf8'Joey Hess2014-02-23
|\ \ \ \ \ \
| * | | | | | don't edit config setting, but a temporary variable, complete and unbreak testsAntoine Beaupré2013-11-29
| | | | | | |
| * | | | | | failing test caseAntoine Beaupré2013-11-29
| | | | | | |
| * | | | | | recover gracefully from syslog failuresAntoine Beaupré2013-11-29
| | | | | | |
* | | | | | | po: Add html_lang_code and html_lang_dir template variables for the language ↵Joey Hess2014-02-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | code and direction of text. Thanks, Mesar Hameed
* | | | | | | Merge remote-tracking branch 'mhameed/html_lang_and_dir'Joey Hess2014-02-23
|\ \ \ \ \ \ \
| * | | | | | | Add two template variables, expose html language code and language direction.Mesar Hameed2013-10-14
| | | | | | | |
* | | | | | | | Merge branch 'master' of ssh://git.ikiwiki.infoJoey Hess2014-02-23
|\ \ \ \ \ \ \ \
| * | | | | | | | performance problemhttp://smcv.pseudorandom.co.uk/2014-02-23
| | | | | | | | |
| * | | | | | | | new version of the branch; thanks to chrysn for early feedbackhttp://smcv.pseudorandom.co.uk/2014-02-23
| | | | | | | | |
| * | | | | | | | duplicatehttp://smcv.pseudorandom.co.uk/2014-02-23
| | | | | | | | |
| * | | | | | | | reviewhttp://smcv.pseudorandom.co.uk/2014-02-23
| | | | | | | | |
| * | | | | | | | add an inlinehttp://smcv.pseudorandom.co.uk/2014-02-22
| | | | | | | | |
| * | | | | | | | (no commit message)http://smcv.pseudorandom.co.uk/2014-02-22
| | | | | | | | |
| * | | | | | | | update for rename of users/smcv/approved.mdwn to users/smcv/yesplease.mdwnhttp://smcv.pseudorandom.co.uk/2014-02-22
| | | | | | | | |
| * | | | | | | | update for rename of users/smcv/approved.mdwn to users/smcv/yesplease.mdwnhttp://smcv.pseudorandom.co.uk/2014-02-22
| | | | | | | | |
| * | | | | | | | update for rename of users/smcv/approved.mdwn to users/smcv/yesplease.mdwnhttp://smcv.pseudorandom.co.uk/2014-02-22
| | | | | | | | |
| * | | | | | | | update for rename of users/smcv/approved.mdwn to users/smcv/yesplease.mdwnhttp://smcv.pseudorandom.co.uk/2014-02-22
| | | | | | | | |
| * | | | | | | | rename users/smcv/approved.mdwn to users/smcv/yesplease.mdwnhttp://smcv.pseudorandom.co.uk/2014-02-22
| | | | | | | | |
| * | | | | | | | review: I would suggest cherry-picking part of the branchhttp://smcv.pseudorandom.co.uk/2014-02-22
| | | | | | | | |
| * | | | | | | | looks good to mehttp://smcv.pseudorandom.co.uk/2014-02-22
| | | | | | | | |
| * | | | | | | | better descriptionhttp://smcv.pseudorandom.co.uk/2014-02-22
| | | | | | | | |
| * | | | | | | | er, better markuphttp://smcv.pseudorandom.co.uk/2014-02-22
| | | | | | | | |
| * | | | | | | | looks good to mehttp://smcv.pseudorandom.co.uk/2014-02-22
| | | | | | | | |
| * | | | | | | | missing branch?http://smcv.pseudorandom.co.uk/2014-02-22
| | | | | | | | |
| * | | | | | | | reviewhttp://smcv.pseudorandom.co.uk/2014-02-22
| | | | | | | | |
| * | | | | | | | reviewhttp://smcv.pseudorandom.co.uk/2014-02-22
| | | | | | | | |
| * | | | | | | | pseudocode to make orphans plugin more usefulhttp://smcv.pseudorandom.co.uk/2014-02-22
| | | | | | | | |
| * | | | | | | | (no commit message)holger2014-02-22
| | | | | | | | |
| * | | | | | | | (no commit message)holger2014-02-22
| | | | | | | | |
| * | | | | | | | (no commit message)holger2014-02-22
| | | | | | | | |
| * | | | | | | | I'd merge ithttp://smcv.pseudorandom.co.uk/2014-02-22
| | | | | | | | |
| * | | | | | | | (no commit message)http://smcv.pseudorandom.co.uk/2014-02-22
| | | | | | | | |