[MediaWiki-commits] [Gerrit] Updated to MW1.22.0 - change (mediawiki...WPI)

2014-03-06 Thread Mglaser (Code Review)
Mglaser has uploaded a new change for review.

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

Change subject: Updated to MW1.22.0
..

Updated to MW1.22.0

Changelog
* Updated the core to 1.22.0.
* Updated the WindowsAzureSDK and WindowsAzureStorage extensions to the
* latest version.
* Fixed a bug with parameter type in AzureFileBackendList class
  constructor in WindowsAzureStorage extension.
* Changed web deploy parameter names to user friendly names.
* Added few validations for web deploy parameters.
* Removed the azure host parameter since it is not required in the latest
  extension.
* Changed the values of Enable MediaWiki file upload and Use Windows
  Azure storage as file backend parameters to Yes/No instead of
  True/False.
* The mw-config/index.php  file will be replaced with the default file
  (WebInstaller) after installation. Since command line is not available
  in Windows Azure websites, this will help the users to upgrade MediaWiki
  using the upgrade key through browser.
* The WpiSettings.php file will be deleted once the installation is
  completed.

This is a package release, thanks to Pravin Deshmukh

Change-Id: Ia75ac6170bb85d17fe79495c02c183a908adeb5b
---
A configuration-1.22.0/TBEX.xml
A configuration-1.22.0/WpiSettings.php
A configuration-1.22.0/install.sql
A configuration-1.22.0/manifest.xml
A configuration-1.22.0/mw-config/index.php
A configuration-1.22.0/parameters.xml
A mediawiki-1.22.0-IIS.zip
7 files changed, 763 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/packages/WPI 
refs/changes/72/117172/1

diff --git a/configuration-1.22.0/TBEX.xml b/configuration-1.22.0/TBEX.xml
new file mode 100644
index 000..f0270ed
--- /dev/null
+++ b/configuration-1.22.0/TBEX.xml
@@ -0,0 +1,95 @@
+?xml version=1.0 encoding=utf-8?
+WebPlatform
+  Links
+AddLink InDashboard=True
+  TitleStart Here/Title
+  DescriptionComplete MediaWiki Installation./Description
+  Uri/index.php/Uri
+  
ImageUrihttp://upload.wikimedia.org/wikipedia/commons/thumb/2/23/MediaWiki-extensions-icon.svg/52px-MediaWiki-extensions-icon.svg.png/ImageUri
+/AddLink
+AddLink InDashboard=True InLearn=True
+  TitleAbout MediaWiki/Title
+  DescriptionMediaWiki is a free software open source wiki package 
written in PHP, originally for use on Wikipedia. It is now used by several 
other projects of the non-profit Wikimedia Foundation and by many other wikis, 
including this website./Description
+  Urihttp://www.mediawiki.org/wiki/MediaWiki/Uri
+  
ImageUrihttp://upload.wikimedia.org/wikipedia/commons/thumb/3/3d/Mediawiki-logo.png/80px-Mediawiki-logo.png/ImageUri
+/AddLink
+AddLink InDashboard=True InLearn=True
+  TitleSystem admin hub - Everything for the system 
administrator./Title
+  DescriptionThis is a place for system administrators to get help 
installing, upgrading, configuring or maintaining the MediaWiki software on a 
third-party wiki../Description
+  Urihttp://www.mediawiki.org/wiki/Sysadmin_hub/Uri
+  
ImageUrihttp://upload.wikimedia.org/wikipedia/commons/thumb/d/d5/MediaWiki-sysadmins-icon.svg/175px-MediaWiki-sysadmins-icon.svg.png/ImageUri
+/AddLink
+AddLink InDashboard=True
+  TitleCommunity/Title
+  DescriptionFind: Forums, Documentation, FAQ's and Help/Description
+  Urihttp://www.mediawiki.org/wiki/Project:Help/Uri
+  
ImageUrihttp://upload.wikimedia.org/wikipedia/commons/thumb/3/3d/Mediawiki-logo.png/80px-Mediawiki-logo.png/ImageUri
+/AddLink
+AddLink InDashboard=True
+  TitleDevelopmer hub/Title
+  DescriptionThis is an overview of MediaWiki development, including 
links to the key documents, resources and tools available to 
developers./Description
+  Urihttp://www.mediawiki.org/wiki/Developer_hub/Uri
+  
ImageUrihttp://upload.wikimedia.org/wikipedia/commons/0/0b/Crystal_Clear_app_tutorials.png/ImageUri
+/AddLink
+AddLink InDashboard=True
+  TitleWindows Azure Storage/Title
+  DescriptionThis is a documentation about how to store files in the 
Windows Azure cloud, using the Windows Azure Storage Service./Description
+  Urihttp://www.mediawiki.org/wiki/WPI/WindowsAzureStorage/Uri
+  
ImageUrihttp://upload.wikimedia.org/wikipedia/commons/0/0b/Crystal_Clear_app_tutorials.png/ImageUri
+/AddLink
+   /Links
+  Ribbon
+AddRibbonButton
+  LabelSite Admin/Label
+  Uri/index.php?title=Special%3ASpecialPages/Uri
+  
ImageUrihttp://upload.wikimedia.org/wikipedia/commons/thumb/2/23/MediaWiki-extensions-icon.svg/52px-MediaWiki-extensions-icon.svg.png/ImageUri
+/AddRibbonButton
+  /Ribbon
+
+  PathProtection
+AllowPath AllowNested=False
+  RelativePathweb.config/RelativePath
+/AllowPath
+ProtectPath
+  RelativePathbin/RelativePath
+/ProtectPath
+ProtectPath
+  RelativePathdocs/RelativePath
+/ProtectPath
+ProtectPath
+ 

[MediaWiki-commits] [Gerrit] Updated to MW1.22.0 - change (mediawiki...WPI)

2014-03-06 Thread Mglaser (Code Review)
Mglaser has submitted this change and it was merged.

Change subject: Updated to MW1.22.0
..


Updated to MW1.22.0

Changelog
* Updated the core to 1.22.0.
* Updated the WindowsAzureSDK and WindowsAzureStorage extensions to the
* latest version.
* Fixed a bug with parameter type in AzureFileBackendList class
  constructor in WindowsAzureStorage extension.
* Changed web deploy parameter names to user friendly names.
* Added few validations for web deploy parameters.
* Removed the azure host parameter since it is not required in the latest
  extension.
* Changed the values of Enable MediaWiki file upload and Use Windows
  Azure storage as file backend parameters to Yes/No instead of
  True/False.
* The mw-config/index.php  file will be replaced with the default file
  (WebInstaller) after installation. Since command line is not available
  in Windows Azure websites, this will help the users to upgrade MediaWiki
  using the upgrade key through browser.
* The WpiSettings.php file will be deleted once the installation is
  completed.

This is a package release, thanks to Pravin Deshmukh

Change-Id: Ia75ac6170bb85d17fe79495c02c183a908adeb5b
---
A configuration-1.22.0/TBEX.xml
A configuration-1.22.0/WpiSettings.php
A configuration-1.22.0/install.sql
A configuration-1.22.0/manifest.xml
A configuration-1.22.0/mw-config/index.php
A configuration-1.22.0/parameters.xml
A mediawiki-1.22.0-IIS.zip
7 files changed, 763 insertions(+), 0 deletions(-)

Approvals:
  Mglaser: Verified; Looks good to me, approved



diff --git a/configuration-1.22.0/TBEX.xml b/configuration-1.22.0/TBEX.xml
new file mode 100644
index 000..f0270ed
--- /dev/null
+++ b/configuration-1.22.0/TBEX.xml
@@ -0,0 +1,95 @@
+?xml version=1.0 encoding=utf-8?
+WebPlatform
+  Links
+AddLink InDashboard=True
+  TitleStart Here/Title
+  DescriptionComplete MediaWiki Installation./Description
+  Uri/index.php/Uri
+  
ImageUrihttp://upload.wikimedia.org/wikipedia/commons/thumb/2/23/MediaWiki-extensions-icon.svg/52px-MediaWiki-extensions-icon.svg.png/ImageUri
+/AddLink
+AddLink InDashboard=True InLearn=True
+  TitleAbout MediaWiki/Title
+  DescriptionMediaWiki is a free software open source wiki package 
written in PHP, originally for use on Wikipedia. It is now used by several 
other projects of the non-profit Wikimedia Foundation and by many other wikis, 
including this website./Description
+  Urihttp://www.mediawiki.org/wiki/MediaWiki/Uri
+  
ImageUrihttp://upload.wikimedia.org/wikipedia/commons/thumb/3/3d/Mediawiki-logo.png/80px-Mediawiki-logo.png/ImageUri
+/AddLink
+AddLink InDashboard=True InLearn=True
+  TitleSystem admin hub - Everything for the system 
administrator./Title
+  DescriptionThis is a place for system administrators to get help 
installing, upgrading, configuring or maintaining the MediaWiki software on a 
third-party wiki../Description
+  Urihttp://www.mediawiki.org/wiki/Sysadmin_hub/Uri
+  
ImageUrihttp://upload.wikimedia.org/wikipedia/commons/thumb/d/d5/MediaWiki-sysadmins-icon.svg/175px-MediaWiki-sysadmins-icon.svg.png/ImageUri
+/AddLink
+AddLink InDashboard=True
+  TitleCommunity/Title
+  DescriptionFind: Forums, Documentation, FAQ's and Help/Description
+  Urihttp://www.mediawiki.org/wiki/Project:Help/Uri
+  
ImageUrihttp://upload.wikimedia.org/wikipedia/commons/thumb/3/3d/Mediawiki-logo.png/80px-Mediawiki-logo.png/ImageUri
+/AddLink
+AddLink InDashboard=True
+  TitleDevelopmer hub/Title
+  DescriptionThis is an overview of MediaWiki development, including 
links to the key documents, resources and tools available to 
developers./Description
+  Urihttp://www.mediawiki.org/wiki/Developer_hub/Uri
+  
ImageUrihttp://upload.wikimedia.org/wikipedia/commons/0/0b/Crystal_Clear_app_tutorials.png/ImageUri
+/AddLink
+AddLink InDashboard=True
+  TitleWindows Azure Storage/Title
+  DescriptionThis is a documentation about how to store files in the 
Windows Azure cloud, using the Windows Azure Storage Service./Description
+  Urihttp://www.mediawiki.org/wiki/WPI/WindowsAzureStorage/Uri
+  
ImageUrihttp://upload.wikimedia.org/wikipedia/commons/0/0b/Crystal_Clear_app_tutorials.png/ImageUri
+/AddLink
+   /Links
+  Ribbon
+AddRibbonButton
+  LabelSite Admin/Label
+  Uri/index.php?title=Special%3ASpecialPages/Uri
+  
ImageUrihttp://upload.wikimedia.org/wikipedia/commons/thumb/2/23/MediaWiki-extensions-icon.svg/52px-MediaWiki-extensions-icon.svg.png/ImageUri
+/AddRibbonButton
+  /Ribbon
+
+  PathProtection
+AllowPath AllowNested=False
+  RelativePathweb.config/RelativePath
+/AllowPath
+ProtectPath
+  RelativePathbin/RelativePath
+/ProtectPath
+ProtectPath
+  RelativePathdocs/RelativePath
+/ProtectPath
+ProtectPath
+  RelativePathextensions/RelativePath
+/ProtectPath
+