| Commit message (Expand) | Author | Age |
* | album: avoid excess dependencies by not matching internal(*) | Simon McVittie | 2014-07-11 |
* | Fix warning "Use of my $_ is experimental" | Simon McVittie | 2014-07-11 |
* | album: allow thumbnails to not be 96x96•••[taken from a diff on the discussion page -smcv]
| Kathryn Andersen | 2014-07-11 |
* | Show all images in album index if more than 10•••Bugfix suggested by kjs.
| Simon McVittie | 2014-07-11 |
* | add tag support to viewers | Lukas Lipavsky | 2014-07-11 |
* | Album plugin v4 | Simon McVittie | 2014-07-11 |
* | trail: don't generate a costly dependency when forcing sort order•••pagespec_match_list() makes the current page depend on the pagespec
being matched, so if you use [[!trailoptions sort="..."]] to force
a sort order, the trail ends up depending on internal(*) and is
rebuilt whenever anything changes. Add a new sort_pages() and use that
instead.
| Simon McVittie | 2014-07-11 |
* | only_committed_changes could fail in a git repository merged with git merge -... | Joey Hess | 2014-04-05 |
* | Merge remote-tracking branch 'remotes/smcv/ready/careful-eval' | Joey Hess | 2014-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 McVittie | 2014-02-21 |
* | | 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•••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 McVittie | 2014-02-21 |
* | | 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 |
* | | | 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 |
* | | | | Bug#737121: ikiwiki: [PATCH] Implement configuration option to set the user a...•••Package: ikiwiki
Version: 3.20140125
Severity: wishlist
By default, LWP::UserAgent used by IkiWiki to perform outbound HTTP
requests sends the string "libwww-perl/<version number>" as User-Agent
header in HTTP requests. Some blogging platforms have blacklisted the
user agent and won't serve any content for clients using this user agent
string. With IkiWiki configuration option "useragent" it's now possible
to define a custom string that is used for the value of the User-Agent
header.
| Tuomas Jormola | 2014-02-01 |
| |_|/
|/| | |
|
* | | | osm: Escape name parameter. Closes: #731797 | Joey Hess | 2014-01-15 |
* | | | inline: Allow overriding the title of the feed. Closes: #735123 Thanks, Chris... | Joey Hess | 2014-01-13 |
* | | | aggregrate: Fix several bugs in handling of empty and colliding titles when g... | Joey Hess | 2013-12-28 |
| |/
|/| |
|
* | | osm: Remove invalid use of charset on embedded javascript tags. Closes: #731197 | Joey Hess | 2013-12-03 |
* | | typo | Joey Hess | 2013-11-18 |
* | | search: Added googlesearch option, which makes it search google rather than u... | Joey Hess | 2013-11-17 |
* | | comments: Write pending moderation comments to the transient underlay to avoi... | Joey Hess | 2013-11-17 |
* | | autoindex and tag use transient underlay when not committing, so do not need ... | Joey Hess | 2013-11-17 |
* | | disable only_committed_changes when uncommitted files are created by plugins | Joey Hess | 2013-11-17 |
* | | deal with the case where oldrev is the same as newrev | Joey Hess | 2013-11-16 |
* | | fix eq | Joey Hess | 2013-11-16 |
* | | Added only_committed_changes config setting, which speeds up wiki refresh by ... | Joey Hess | 2013-11-16 |
* | | poll: Fix behavior of poll buttons when inlined. | Joey Hess | 2013-11-13 |
|/ |
|
* | fix new perl warning | Joey Hess | 2013-08-30 |
* | cookiejar is now a core config setting. | Amitai Schlair | 2013-08-03 |
* | Honor proxy env vars and reliably honor cookiejar. | Amitai Schlair | 2013-07-27 |
* | Merge remote-tracking branch 'schmonz/fancypodcast' | Joey Hess | 2013-07-21 |
|\ |
|
| * | Merge branch 'master' into fancypodcast•••Conflicts:
doc/todo/fancypodcast.mdwn
| Amitai Schlair | 2013-07-17 |
| |\ |
|
| * | | Show author in addition to feedname, if different.•••While here, mollify http://validator.w3.org/feed/ and
s/dcterms:creator/dc:creator/g, which happens to make rss2email see
and do nice things with authors.
| Amitai Schlair | 2013-07-17 |
| * | | Merge branch 'master' into fancypodcast | Amitai Schlair | 2013-06-27 |
| |\ \ |
|
| * | | | Instead of hacking back to $link, just provide it. | Amitai Schlair | 2013-06-27 |
| * | | | Merge branch 'master' into fancypodcast | Amitai Schlair | 2013-05-12 |
| |\ \ \ |
|
| * \ \ \ | Merge branch 'master' into fancypodcast•••Conflicts:
doc/todo/fancypodcast.mdwn
| Amitai Schlair | 2013-03-17 |
| |\ \ \ \ |
|
| * | | | | | Catch up rsspage to atompage. Validates. | Amitai Schlair | 2013-02-22 |
| * | | | | | Render fancy podcast enclosures.•••Simple podcast feeds didn't have content tags and I made sure to
keep it that way. This may be unnecessarily conservative. Changing
the behavior to include empty content tags might be fine, but I
don't want to think about it right now, I just want my tests to
keep passing!
The new fancy-podcast tests are copy-pasted-edited from the
simple-podcast tests. These tests shall be refactored.
| Amitai Schlair | 2013-02-20 |
| * | | | | | Extract genenclosure(). No functional change intended. | Amitai Schlair | 2013-02-20 |
| * | | | | | Make enclosures absolute (in feeds they have to be). | Amitai Schlair | 2013-02-20 |
| * | | | | | Document that last enclosure wins. | Amitai Schlair | 2013-02-19 |
| * | | | | | Make enclosure follow WikiLink LinkingRules. | Amitai Schlair | 2013-02-19 |
| * | | | | | Make [[!meta enclosure=foo.mp3]] "work" for HTML. | Amitai Schlair | 2013-02-19 |
* | | | | | | calendar: Display the popup mouseover when there is only 1 page for a given d... | Joey Hess | 2013-07-19 |
| |_|_|_|/
|/| | | | |
|
* | | | | | Pass --no-edit when used with git 1.7.8 and newer.•••Not sure if this is needed to avoid it trying to run an editor. Probably
there is never a controlling terminal and probably git notices and does
nothing. But I'm just copying what I have in git-annex assistant here.
(Although with a much worse git version comparion, that only really works due
to luck.)
| Joey Hess | 2013-07-10 |
* | | | | | Deal with git behavior change in 1.7.8 and newer that broke support for commi... | Joey Hess | 2013-07-10 |