Foxtrott has uploaded a new change for review.

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

Change subject: Release Chameleon 1.1.2
......................................................................

Release Chameleon 1.1.2

Change-Id: I3fddccd986b8241ce41eb142fef95f62638a47af
---
M Chameleon.php
M docs/release-notes.md
2 files changed, 38 insertions(+), 7 deletions(-)


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

diff --git a/Chameleon.php b/Chameleon.php
index c552b8b..f787c05 100644
--- a/Chameleon.php
+++ b/Chameleon.php
@@ -47,7 +47,7 @@
        }
 
        // define the skin's version
-       define( 'CHAMELEON_VERSION', '1.1.2-alpha' );
+       define( 'CHAMELEON_VERSION', '1.1.2' );
 
        // set credits
        $GLOBALS[ 'wgExtensionCredits' ][ 'skin' ][ ] = array(
diff --git a/docs/release-notes.md b/docs/release-notes.md
index f2eb2a2..92a354a 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -1,15 +1,43 @@
 ## Release Notes
 
+### Chameleon 1.1.2
+
+Released on 19-Nov-2014
+
+Fixes:
+* Load shared.css with correct remote base path, so ref'd images are found
+* Display lists in File namespace without bullets
+* Set padding for td.mw-label and td.mw-input to have more space in between
+* Enable mw-phpunit-runner.php when started from outside dir
+* Use an
+  [spdx-compliant license 
identifier](https://getcomposer.org/doc/04-schema.md#license)
+  in composer.json
+* Set padding of mw-ui-input and -button on Special:Search so they have the
+  same height ([Bug: 73509](https://bugzilla.wikimedia.org/73509))
+* Remove table positioning from personal tools.
+  ([Bug: 73514](https://bugzilla.wikimedia.org/73514))
+
+Other changes:
+* Add [detailed installation instructions for Linux](installation-linux.md) 
+* Introduce relative file paths throughout the skin to enable installation in
+  other directories then the standard .../skins. However it still expects some
+  layout assumptions to be true.
+* Reorganize directories
+* Refactor several components and helper classes
+* Refactor Menu package (+ add some testing)
+
 ### Chameleon 1.1.1
 
 Released on 08-Nov-2014
 
-Changes:
-* Some refactoring of the MainContent component
-* Include dataAfterContent in bodyContent
-  (Fixes [72869](https://bugzilla.wikimedia.org/72869))
+Fixes:
 * Fix styles for Special pages
-  (Fixes [72872](https://bugzilla.wikimedia.org/72872))
+  ([Bug: 72872](https://bugzilla.wikimedia.org/72872))
+* Include dataAfterContent in bodyContent
+  ([Bug: 72869](https://bugzilla.wikimedia.org/72869))
+
+Other changes:
+* Some refactoring of the MainContent component
 
 ### Chameleon 1.1
 
@@ -45,7 +73,10 @@
 
 Released on 22-Oct-2014
 
+Fixes:
 * Fix TOC layout
+
+Other changes:
 * Add basic testing for Menu component (and fix a small bug)
 * Update documentation
 
@@ -94,7 +125,7 @@
 * Structure
 * ToolbarHorizontal
 
-Notable Issues:
+Known Issues:
 * The available documentation is insufficient. For now, if you have questions,
   just [ask](contact.md).
 * Many of the lesser used page elements are not properly styled yet.

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3fddccd986b8241ce41eb142fef95f62638a47af
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