[MediaWiki-commits] [Gerrit] Release 2.23.1: Manual merge from master - change (mediawiki...BlueSpiceFoundation)

2015-03-30 Thread Robert Vogel (Code Review)
Robert Vogel has submitted this change and it was merged.

Change subject: Release 2.23.1: Manual merge from master
..


Release 2.23.1: Manual merge from master

This is the complete codebase as of 2015-03-16

Change-Id: Ic578dd35a6c549dcb36c27ae5448b3fe724b93f5
---
M BLUESPICE-RELEASE-HISTORY
M BLUESPICE-RELEASE-NOTES
M BlueSpiceFoundation.php
M i18n/core/ast.json
A i18n/core/bgn.json
A i18n/core/bs.json
A i18n/core/cv.json
M i18n/core/de-formal.json
M i18n/core/de.json
M i18n/core/el.json
M i18n/core/en.json
M i18n/core/es.json
A i18n/core/eu.json
M i18n/core/fa.json
M i18n/core/fr.json
M i18n/core/gl.json
M i18n/core/it.json
A i18n/core/ksh.json
M i18n/core/lb.json
A i18n/core/min.json
M i18n/core/mk.json
M i18n/core/nds-nl.json
A i18n/core/nds.json
M i18n/core/oc.json
A i18n/core/ps.json
M i18n/core/pt.json
M i18n/core/qqq.json
M i18n/core/ru.json
M i18n/core/sr-el.json
A i18n/core/tl.json
A i18n/core/vi.json
M i18n/core/zh-hans.json
A i18n/credits/bgn.json
M i18n/credits/eu.json
M i18n/credits/id.json
A i18n/credits/ksh.json
A i18n/credits/roa-tara.json
M i18n/credits/zh-hant.json
A i18n/diagnostics/pms.json
A i18n/diagnostics/roa-tara.json
A i18n/extjs-portal/bgn.json
A i18n/extjs-portal/cv.json
A i18n/extjs-portal/eu.json
M i18n/extjs-portal/gl.json
A i18n/extjs-portal/ksh.json
M i18n/extjs-portal/zh-hant.json
A i18n/extjs/bgn.json
A i18n/extjs/bho.json
M i18n/extjs/ce.json
A i18n/extjs/cv.json
M i18n/extjs/de.json
M i18n/extjs/en.json
M i18n/extjs/es.json
M i18n/extjs/eu.json
M i18n/extjs/fa.json
M i18n/extjs/fr.json
M i18n/extjs/gl.json
M i18n/extjs/it.json
M i18n/extjs/kk-cyrl.json
A i18n/extjs/ksh.json
M i18n/extjs/lb.json
A i18n/extjs/lt.json
M i18n/extjs/mk.json
M i18n/extjs/om.json
A i18n/extjs/ps.json
M i18n/extjs/qqq.json
M i18n/extjs/roa-tara.json
A i18n/extjs/sdh.json
A i18n/extjs/tl.json
M i18n/extjs/zh-hans.json
M i18n/extjs/zh-hant.json
A i18n/installer/gl.json
A i18n/installer/roa-tara.json
M i18n/validator/zh-hant.json
M includes/AutoLoader.php
M includes/BsBaseTemplate.php
M includes/Core.class.php
M includes/DefaultSettings.php
M includes/ExtensionMW.class.php
M includes/Mailer.class.php
M includes/api/ApiFormatJsonMW.php
M includes/api/BsApiBase.php
M includes/db/DatabaseOracleBase.php
M includes/installer/BsWebInstallerOutput.php
M includes/outputhandler/views/view.BaseElement.php
M includes/utility/FileSystemHelper.class.php
M includes/utility/GroupHelper.class.php
M languages/BlueSpice.Credits.alias.php
M languages/BlueSpice.Diagnostics.alias.php
M resources/Resources.php
M resources/bluespice.extjs/Ext.ux/grid/menu/RangeMenu.js
M resources/bluespice.extjs/bluespice.extjs.fixes.css
A resources/bluespice.extjs/images/icon_filter.png
M resources/bluespice/bluespice.wikiText.js
94 files changed, 1,134 insertions(+), 442 deletions(-)

Approvals:
  Robert Vogel: Verified; Looks good to me, approved



diff --git a/BLUESPICE-RELEASE-HISTORY b/BLUESPICE-RELEASE-HISTORY
index e48c2e5..26bb39c 100644
--- a/BLUESPICE-RELEASE-HISTORY
+++ b/BLUESPICE-RELEASE-HISTORY
@@ -5,6 +5,227 @@
 
 = BlueSpice release notes =
 
+==BlueSpice 2.23.0==
+BlueSpice 2.23.0 is a minor and maintenance release.
+
+===Notable new features===
+* Internationalisation: BlueSpice is translated by the 
[https://translatewiki.net translatewiki.net] community. As of now it is 
completely available in Chinese (simplified), English, French, German, 
Macedonian, Russian, Spanish, Svedish and Ukrainian. There are 40 more 
languages with partial translations.
+* Internationalization: Existing English and German localisation was 
completely revised and checked for consistency.
+* Performance: BlueSpice now supports memcached caching and uses caching for 
its extensions. Expect a considerable performance increase.
+* Skinning: BlueSpice skin has been completely rewritten. It is now easier 
extensible and maintainable.
+* Skinning: There is a vector skin implementation for BlueSpice.
+* Skinning: User and BlueSpice preferences have been completely redesigned for 
better usability.
+* Skinning: Added MobileFronted extension for better mobile support (MW 1.23+)
+* Installation: An integrated package installer for MediaWiki and BlueSpice 
was added. Now you can set up MediaWiki and BlueSpice in one go.
+* Administration: Support for editing and deleting multiple items in most 
managers has been added.
+* Administration: PermissionManager was completely rewritten. It is now faster 
and way easier to use, e.g. with fullscreen mode and quick switch between 
groups.
+* Usability: In InsertFile dialogue, files can be found by their category.
+* ExtendedSearch: Opensearch is now supported. Search BlueSpice from your 
browser's searchbox.
+* ExtendedSearch: Precision has been improved by boosting content namespaces 
in scoring
+* Context menu: A right click menu has been added to links in the content area 
that leads you directly to the page's actions.
+
+

[MediaWiki-commits] [Gerrit] Release 2.23.1: Manual merge from master - change (mediawiki...BlueSpiceFoundation)

2015-03-30 Thread Robert Vogel (Code Review)
Robert Vogel has uploaded a new change for review.

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

Change subject: Release 2.23.1: Manual merge from master
..

Release 2.23.1: Manual merge from master

This is the complete codebase as of 2015-03-16

Change-Id: Ic578dd35a6c549dcb36c27ae5448b3fe724b93f5
---
M BLUESPICE-RELEASE-HISTORY
M BLUESPICE-RELEASE-NOTES
M BlueSpiceFoundation.php
M i18n/core/ast.json
A i18n/core/bgn.json
A i18n/core/bs.json
A i18n/core/cv.json
M i18n/core/de-formal.json
M i18n/core/de.json
M i18n/core/el.json
M i18n/core/en.json
M i18n/core/es.json
A i18n/core/eu.json
M i18n/core/fa.json
M i18n/core/fr.json
M i18n/core/gl.json
M i18n/core/it.json
A i18n/core/ksh.json
M i18n/core/lb.json
A i18n/core/min.json
M i18n/core/mk.json
M i18n/core/nds-nl.json
A i18n/core/nds.json
M i18n/core/oc.json
A i18n/core/ps.json
M i18n/core/pt.json
M i18n/core/qqq.json
M i18n/core/ru.json
M i18n/core/sr-el.json
A i18n/core/tl.json
A i18n/core/vi.json
M i18n/core/zh-hans.json
A i18n/credits/bgn.json
M i18n/credits/eu.json
M i18n/credits/id.json
A i18n/credits/ksh.json
A i18n/credits/roa-tara.json
M i18n/credits/zh-hant.json
A i18n/diagnostics/pms.json
A i18n/diagnostics/roa-tara.json
A i18n/extjs-portal/bgn.json
A i18n/extjs-portal/cv.json
A i18n/extjs-portal/eu.json
M i18n/extjs-portal/gl.json
A i18n/extjs-portal/ksh.json
M i18n/extjs-portal/zh-hant.json
A i18n/extjs/bgn.json
A i18n/extjs/bho.json
M i18n/extjs/ce.json
A i18n/extjs/cv.json
M i18n/extjs/de.json
M i18n/extjs/en.json
M i18n/extjs/es.json
M i18n/extjs/eu.json
M i18n/extjs/fa.json
M i18n/extjs/fr.json
M i18n/extjs/gl.json
M i18n/extjs/it.json
M i18n/extjs/kk-cyrl.json
A i18n/extjs/ksh.json
M i18n/extjs/lb.json
A i18n/extjs/lt.json
M i18n/extjs/mk.json
M i18n/extjs/om.json
A i18n/extjs/ps.json
M i18n/extjs/qqq.json
M i18n/extjs/roa-tara.json
A i18n/extjs/sdh.json
A i18n/extjs/tl.json
M i18n/extjs/zh-hans.json
M i18n/extjs/zh-hant.json
A i18n/installer/gl.json
A i18n/installer/roa-tara.json
M i18n/validator/zh-hant.json
M includes/AutoLoader.php
M includes/BsBaseTemplate.php
M includes/Core.class.php
M includes/DefaultSettings.php
M includes/ExtensionMW.class.php
M includes/Mailer.class.php
M includes/api/ApiFormatJsonMW.php
M includes/api/BsApiBase.php
M includes/db/DatabaseOracleBase.php
M includes/installer/BsWebInstallerOutput.php
M includes/outputhandler/views/view.BaseElement.php
M includes/utility/FileSystemHelper.class.php
M includes/utility/GroupHelper.class.php
M languages/BlueSpice.Credits.alias.php
M languages/BlueSpice.Diagnostics.alias.php
M resources/Resources.php
M resources/bluespice.extjs/Ext.ux/grid/menu/RangeMenu.js
M resources/bluespice.extjs/bluespice.extjs.fixes.css
A resources/bluespice.extjs/images/icon_filter.png
M resources/bluespice/bluespice.wikiText.js
94 files changed, 1,134 insertions(+), 442 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/BlueSpiceFoundation 
refs/changes/32/200532/1

diff --git a/BLUESPICE-RELEASE-HISTORY b/BLUESPICE-RELEASE-HISTORY
index e48c2e5..26bb39c 100644
--- a/BLUESPICE-RELEASE-HISTORY
+++ b/BLUESPICE-RELEASE-HISTORY
@@ -5,6 +5,227 @@
 
 = BlueSpice release notes =
 
+==BlueSpice 2.23.0==
+BlueSpice 2.23.0 is a minor and maintenance release.
+
+===Notable new features===
+* Internationalisation: BlueSpice is translated by the 
[https://translatewiki.net translatewiki.net] community. As of now it is 
completely available in Chinese (simplified), English, French, German, 
Macedonian, Russian, Spanish, Svedish and Ukrainian. There are 40 more 
languages with partial translations.
+* Internationalization: Existing English and German localisation was 
completely revised and checked for consistency.
+* Performance: BlueSpice now supports memcached caching and uses caching for 
its extensions. Expect a considerable performance increase.
+* Skinning: BlueSpice skin has been completely rewritten. It is now easier 
extensible and maintainable.
+* Skinning: There is a vector skin implementation for BlueSpice.
+* Skinning: User and BlueSpice preferences have been completely redesigned for 
better usability.
+* Skinning: Added MobileFronted extension for better mobile support (MW 1.23+)
+* Installation: An integrated package installer for MediaWiki and BlueSpice 
was added. Now you can set up MediaWiki and BlueSpice in one go.
+* Administration: Support for editing and deleting multiple items in most 
managers has been added.
+* Administration: PermissionManager was completely rewritten. It is now faster 
and way easier to use, e.g. with fullscreen mode and quick switch between 
groups.
+* Usability: In InsertFile dialogue, files can be found by their category.
+* ExtendedSearch: Opensearch is now supported. Search BlueSpice from your 
browser's searchbox.
+* ExtendedSearch: Precision has been improved by boosting content namespaces 
in scoring
+* Context menu: A right click menu has been added to links in