]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
close
authorSimon McVittie <smcv@debian.org>
Sun, 3 Feb 2019 17:10:45 +0000 (17:10 +0000)
committerSimon McVittie <smcv@debian.org>
Sun, 3 Feb 2019 17:10:45 +0000 (17:10 +0000)
CHANGELOG
doc/todo/fix_javascript_load_ordering.mdwn

index d8ac33d6d262001a4acf22e16d6a876b5874be92..1fa0a7c92b7b9f78b20f4b5b574b7595a56fc6be 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -17,6 +17,10 @@ ikiwiki (3.20180312) UNRELEASED; urgency=medium
   * trail: Allow unescaped punctuation in `pagenames` parameter
   * comments: Hide "add comment" link from print stylesheet.
     Thanks, Antoine Beaupré
+  * recentchangesdiff, relativedate, toggle:
+    Import JavaScript at the end of the page content, not the beginning,
+    so that the browser can render content as soon as possible.
+    Thanks, Antoine Beaupré
   * debian: Allow Breezy as an alternative to bzr
     Thanks, Jelmer Vernooij
   * inline: Add basic test coverage for [[!inline rootpage]]
index 6a4e15ff259fae070b12dc907e45b83d30424350..ef07a3ae9d32bc49dde452e7c69c16caef7633f0 100644 (file)
@@ -18,3 +18,5 @@ Javascript on the *closing* `</body>` tag instead of the *opening* tag.
 
 It also improves the regex to tolerate spaces before the `</body>` tag,
 as some templates have (proper) indentation for the tag.
+
+> [[Applied|done]], thanks --[[smcv]]