Foxtrott has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/175323

Change subject: Bump minimum Bootstrap extension version to 1.1
......................................................................

Bump minimum Bootstrap extension version to 1.1

Change-Id: I8eebaf952e2e3f8a1aa6fd08a67eaa620dda52de
---
M composer.json
M docs/customization.md
M docs/installation.md
3 files changed, 15 insertions(+), 7 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/skins/chameleon 
refs/changes/23/175323/1

diff --git a/composer.json b/composer.json
index d3d0c70..f7af596 100644
--- a/composer.json
+++ b/composer.json
@@ -30,7 +30,7 @@
                "ext-dom"            : "*",
                "ext-filter"         : "*",
                "composer/installers": ">1.0.12",
-               "mediawiki/bootstrap": "~1.0"
+               "mediawiki/bootstrap": "~1.1"
        },
        "autoload"   : {
                "files": [ "Chameleon.php", "src/SkinChameleon.php" ],
diff --git a/docs/customization.md b/docs/customization.md
index 7ae979f..c9e875b 100644
--- a/docs/customization.md
+++ b/docs/customization.md
@@ -72,3 +72,17 @@
 You can of course also define and use your own layout. Have a look at the
 available [XML files](../layouts) to see what is possible. (Better 
documentation
 to follow.)
+
+
+### Triggering a cache update
+
+Compiling the style files is time-consuming. For this reason the styles are
+not compiled on every page request. Instead they are cached after being
+compiled. For changes to the styles to become effective it is necessary to
+trigger an update of the style cache. A cache update is triggered when the
+`LocalSettings.php` file has a modification time later than the last cache
+update time.
+
+This can be achieved by using the `touch` utility on UNIX and friends or by
+using `copy /b LocalSettings.php +,,` from the MediaWiki installation directory
+on Windows. Alternatively, just open the file and re-save it.
diff --git a/docs/installation.md b/docs/installation.md
index 636f7cf..780154a 100644
--- a/docs/installation.md
+++ b/docs/installation.md
@@ -33,12 +33,6 @@
 From your MediaWiki installation directory run `composer update
 "mediawiki/chameleon-skin"`
 
-To trigger a cache update it is necessary that the `LocalSettings.php` file has
-a modification time later than the last cache update time. This can be achieved
-by using the `touch` utility on UNIX and friends or by using
-`copy /b LocalSettings.php +,,` from the MediaWiki installation directory on
-Windows. Alternatively, just open the file and re-save it.
-
 ### De-installation
 
 Before de-installation make sure you secure (move, backup) any custom files you

-- 
To view, visit https://gerrit.wikimedia.org/r/175323
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8eebaf952e2e3f8a1aa6fd08a67eaa620dda52de
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/skins/chameleon
Gerrit-Branch: master
Gerrit-Owner: Foxtrott <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to