diff options
-rw-r--r-- | IkiWiki/Render.pm | 1 | ||||
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | po/underlays/basewiki/shortcuts.da.po | 1 |
3 files changed, 4 insertions, 0 deletions
diff --git a/IkiWiki/Render.pm b/IkiWiki/Render.pm index 05132a8a8..235efd299 100644 --- a/IkiWiki/Render.pm +++ b/IkiWiki/Render.pm @@ -776,6 +776,7 @@ sub refresh () { my $oldlink_targets=calculate_old_links($changed, $del); foreach my $file (@$changed) { + print ">>render $file\n"; scan($file); } diff --git a/debian/changelog b/debian/changelog index 40d18368d..0cb094a8d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,8 @@ ikiwiki (3.20110716) UNRELEASED; urgency=low * mercurial: Make both rcs_getctime and rcs_getmtime fast. (Daniel Andersson) * mercurial: Implement rcs_diff. (Daniel Andersson) * po: Add `LANG_CODE` and `LANG_NAME` template variables. (intrigeri) + * Fix typo in Danish translation of shortcuts page that caused expoentional + regexp blowup. -- Joey Hess <joeyh@debian.org> Tue, 19 Jul 2011 11:22:52 -0400 diff --git a/po/underlays/basewiki/shortcuts.da.po b/po/underlays/basewiki/shortcuts.da.po index 3e4d1ad30..798b78f54 100644 --- a/po/underlays/basewiki/shortcuts.da.po +++ b/po/underlays/basewiki/shortcuts.da.po @@ -88,6 +88,7 @@ msgid "" "wiki/%s\"]]" msgstr "" "[[!shortcut name=wiktionary url=\"https://secure.wikimedia.org/wiktionary/en/" +"wiki/%s\"]]" #. type: Bullet: '* ' msgid "" |