Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawkwqKsWfFCk-NK99S77R2v1JorVCnpzXUA | 2014-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 |
| | |||
* | profiling | http://smcv.pseudorandom.co.uk/ | 2014-02-23 |
| | |||
* | reviewed, not merged | Joey Hess | 2014-02-23 |
| | |||
* | Improve templates testing. Thanks, smcv | Joey Hess | 2014-02-23 |
| | |||
* | Merge remote-tracking branch 'remotes/smcv/ready/template-syntax-test' | Joey Hess | 2014-02-23 |
|\ | |||
| * | template_syntax.t: include doc/templates/*.mdwn in test | Simon McVittie | 2014-02-21 |
| | | | | | | | | | | Previously, this test assigned the first glob to @templates, and evaluated the second for its (practically nonexistent) side-effects. | ||
* | | forgot to close this one when merging | Joey Hess | 2014-02-23 |
| | | |||
* | | patchmeister | Joey Hess | 2014-02-23 |
| | | |||
* | | Cleanup of the openid login widget, including replacing of hotlinked images ↵ | Joey Hess | 2014-02-23 |
| | | | | | | | | from openid providers with embedded, freely licensed artwork. Thanks, smcv | ||
* | | Merge remote-tracking branch 'remotes/smcv/ready/openid' | Joey Hess | 2014-02-23 |
|\ \ | |||
| * | | Replace Verisign logo with one done in Inkscape | Simon McVittie | 2014-02-14 |
| | | | | | | | | | | | | Basically just U+2714 HEAVY CHECK MARK on a circle. | ||
| * | | replace AOL logo with one done in Inkscape | Simon McVittie | 2014-02-14 |
| | | | | | | | | | | | | Their new logotype is really, really easy to imitate. | ||
| * | | Replace Livejournal icon with something vaguely similar | Simon McVittie | 2014-02-14 |
| | | | | | | | | | | | | Drawn in Inkscape and released under the IkiWiki basewiki license. | ||
| * | | openid-selector: remove ClaimID | Simon McVittie | 2014-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 package | Simon McVittie | 2014-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 Steiner | Simon McVittie | 2014-02-14 |
| | | | | | | | | | | | | Taken from gnome-online-accounts under LGPL-2.1+. | ||
| * | | Remove MyOpenID from OpenID selector | Simon McVittie | 2014-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 Hess | 2014-02-23 |
| | | | | | | | | | | | | message containing it. Thanks, smcv | ||
* | | | Merge remote-tracking branch 'remotes/smcv/ready/careful-eval' | Joey Hess | 2014-02-23 |
|\ \ \ | |||
| * | | | protect $@ whenever a block using $@ is non-trivial | Simon McVittie | 2014-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 Hess | 2014-02-23 |
| | | | | | | | | | | | | | | | | push.default=matching by default. Thanks, smcv | ||
* | | | | Merge remote-tracking branch 'remotes/smcv/ready/git-push-origin-master' | Joey Hess | 2014-02-23 |
|\| | | | |||
| * | | | git: explicitly specify the branch to push to origin | Simon McVittie | 2014-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 MakeMaker | Simon McVittie | 2014-02-21 |
| | | | | |||
* | | | | git diffurl: Do not escape / in paths to changed files, in order to ↵ | Joey Hess | 2014-02-23 |
| | | | | | | | | | | | | | | | | interoperate with cgit (gitweb works either way) Thanks, intrigeri. | ||
* | | | | Merge remote-tracking branch 'intrigeri/fix_diffurl_vs._cgit' | Joey Hess | 2014-02-23 |
|\ \ \ \ | |||
| * | | | | Do not UTF8-escape "/" in Git's diffurl: cgit does not support this. | intrigeri | 2013-12-31 |
| | | | | | |||
* | | | | | Allow up to 8 levels of nested directives, rather than previous 3 in ↵ | Joey Hess | 2014-02-23 |
| | | | | | | | | | | | | | | | | | | | | directive infinite loop guard. | ||
* | | | | | merged patch; bug left open | Joey Hess | 2014-02-23 |
| | | | | | |||
* | | | | | Merge remote-tracking branch 'anarcat/dev/syslog_utf8' | Joey Hess | 2014-02-23 |
|\ \ \ \ \ | |||
| * | | | | | don't edit config setting, but a temporary variable, complete and unbreak tests | Antoine Beaupré | 2013-11-29 |
| | | | | | | |||
| * | | | | | failing test case | Antoine Beaupré | 2013-11-29 |
| | | | | | | |||
| * | | | | | recover gracefully from syslog failures | Antoine Beaupré | 2013-11-29 |
| | | | | | | |||
* | | | | | | po: Add html_lang_code and html_lang_dir template variables for the language ↵ | Joey Hess | 2014-02-23 |
| | | | | | | | | | | | | | | | | | | | | | | | | code and direction of text. Thanks, Mesar Hameed | ||
* | | | | | | Merge remote-tracking branch 'mhameed/html_lang_and_dir' | Joey Hess | 2014-02-23 |
|\ \ \ \ \ \ | |||
| * | | | | | | Add two template variables, expose html language code and language direction. | Mesar Hameed | 2013-10-14 |
| | | | | | | | |||
* | | | | | | | Merge branch 'master' of ssh://git.ikiwiki.info | Joey Hess | 2014-02-23 |
|\ \ \ \ \ \ \ | |||
| * | | | | | | | performance problem | http://smcv.pseudorandom.co.uk/ | 2014-02-23 |
| | | | | | | | | |||
| * | | | | | | | new version of the branch; thanks to chrysn for early feedback | http://smcv.pseudorandom.co.uk/ | 2014-02-23 |
| | | | | | | | | |||
| * | | | | | | | duplicate | http://smcv.pseudorandom.co.uk/ | 2014-02-23 |
| | | | | | | | | |||
| * | | | | | | | review | http://smcv.pseudorandom.co.uk/ | 2014-02-23 |
| | | | | | | | | |||
| * | | | | | | | add an inline | http://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.mdwn | http://smcv.pseudorandom.co.uk/ | 2014-02-22 |
| | | | | | | | | |||
| * | | | | | | | update for rename of users/smcv/approved.mdwn to users/smcv/yesplease.mdwn | http://smcv.pseudorandom.co.uk/ | 2014-02-22 |
| | | | | | | | | |||
| * | | | | | | | update for rename of users/smcv/approved.mdwn to users/smcv/yesplease.mdwn | http://smcv.pseudorandom.co.uk/ | 2014-02-22 |
| | | | | | | | | |||
| * | | | | | | | update for rename of users/smcv/approved.mdwn to users/smcv/yesplease.mdwn | http://smcv.pseudorandom.co.uk/ | 2014-02-22 |
| | | | | | | | |