aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Answerspalax2014-03-01
* unconfusewouter2014-03-01
* add wishlist itemwouter2014-03-01
* no test edits outside /sandbox, please•••This reverts commit 77e987059bf303b44f5ab7e95af390cfe0efbdf1 http://smcv.pseudorandom.co.uk/2014-03-01
* (no commit message)https://www.google.com/accounts/o8/id?id=AItOawnUpGSwiQsCiOrV0Zry0t0J15wZl1cFyeY2014-03-01
* (no commit message)https://www.google.com/accounts/o8/id?id=AItOawnUpGSwiQsCiOrV0Zry0t0J15wZl1cFyeY2014-03-01
* + rescaling distortionbastla2014-02-28
* (no commit message)http://aaronparecki.com/2014-02-27
* add news item for ikiwiki 3.20140227Joey Hess2014-02-27
* prep releaseJoey Hess2014-02-27
* python proxy: Avoid utf-8 related crash. Thanks, Antoine BeaupréJoey Hess2014-02-25
* Merge branch 'master' of ssh://git.ikiwiki.infoJoey Hess2014-02-25
|\
| * pushed the branch, sorry!!https://id.koumbit.net/anarcat2014-02-25
| * comments, and thanks!https://id.koumbit.net/anarcat2014-02-25
| * mention fdohttps://id.koumbit.net/anarcat2014-02-24
* | Merge remote-tracking branch 'anarcat/dev/proxy-utf8-fail'Joey Hess2014-02-25
|\ \ | |/ |/|
| * properly encode and decode from/to utf8 when sending rpc to ikiwiki•••somehow, in receive this is not necessary/possible because the xml library expects strings and not unicode Antoine Beaupré2014-02-03
* | (no commit message)http://smcv.pseudorandom.co.uk/2014-02-24
* | (no commit message)https://www.google.com/accounts/o8/id?id=AItOawkwqKsWfFCk-NK99S77R2v1JorVCnpzXUA2014-02-24
* | (no commit message)http://smcv.pseudorandom.co.uk/2014-02-24
* | (no commit message)http://smcv.pseudorandom.co.uk/2014-02-23
* | (no commit message)http://smcv.pseudorandom.co.uk/2014-02-23
* | profilinghttp://smcv.pseudorandom.co.uk/2014-02-23
* | reviewed, not mergedJoey Hess2014-02-23
* | Improve templates testing. Thanks, smcvJoey Hess2014-02-23
* | Merge remote-tracking branch 'remotes/smcv/ready/template-syntax-test'Joey Hess2014-02-23
|\ \
| * | template_syntax.t: include doc/templates/*.mdwn in test•••Previously, this test assigned the first glob to @templates, and evaluated the second for its (practically nonexistent) side-effects. Simon McVittie2014-02-21
* | | forgot to close this one when mergingJoey Hess2014-02-23
* | | patchmeisterJoey Hess2014-02-23
* | | Cleanup of the openid login widget, including replacing of hotlinked images f...Joey Hess2014-02-23
* | | Merge remote-tracking branch 'remotes/smcv/ready/openid'Joey Hess2014-02-23
|\ \ \
| * | | Replace Verisign logo with one done in Inkscape•••Basically just U+2714 HEAVY CHECK MARK on a circle. Simon McVittie2014-02-14
| * | | replace AOL logo with one done in Inkscape•••Their new logotype is really, really easy to imitate. Simon McVittie2014-02-14
| * | | Replace Livejournal icon with something vaguely similar•••Drawn in Inkscape and released under the IkiWiki basewiki license. Simon McVittie2014-02-14
| * | | openid-selector: remove ClaimID•••claimid.com says "After 7 years, 6 months, and 20 days of service, ClaimID has ceased operations". Simon McVittie2014-02-14
| * | | Replace Wordpress icon with one taken from its Debian package•••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. Simon McVittie2014-02-14
| * | | Replace Google, Yahoo, Flickr icons with versions by Jakub Steiner•••Taken from gnome-online-accounts under LGPL-2.1+. Simon McVittie2014-02-14
| * | | Remove MyOpenID from OpenID selector•••According to their website, their service will be (was?) shut down on 1st February 2014. Simon McVittie2014-02-14
* | | | Deal with nasty issue with gettext clobbering $@ while printing error message...Joey Hess2014-02-23
* | | | Merge remote-tracking branch 'remotes/smcv/ready/careful-eval'Joey Hess2014-02-23
|\ \ \ \
| * | | | protect $@ whenever a block using $@ is non-trivial•••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.) Simon McVittie2014-02-21
* | | | | git: Explicity push master branch, as will be needed by git 2.0's change to p...Joey Hess2014-02-23
* | | | | Merge remote-tracking branch 'remotes/smcv/ready/git-push-origin-master'Joey Hess2014-02-23
|\| | | |
| * | | | git: explicitly specify the branch to push to origin•••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. Simon McVittie2014-02-21
| * | | | Ignore MYMETA.json, produced by recent MakeMakerSimon McVittie2014-02-21
* | | | | git diffurl: Do not escape / in paths to changed files, in order to interoper...Joey Hess2014-02-23
* | | | | 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 directiv...Joey Hess2014-02-23
* | | | | | merged patch; bug left openJoey Hess2014-02-23