[MediaWiki-commits] [Gerrit] User region names instead of region codes - change (mediawiki...UniversalLanguageSelector[master])

2012-09-09 Thread Nikerabbit (Code Review)
Nikerabbit has submitted this change and it was merged.

Change subject: User region names instead of region codes
..


User region names instead of region codes

* Till i18n is in place, use a workaround to show region names in
  English

Change-Id: I6e14ab67600ad32263f04eb0aa6b931177425e5a
---
M lib/jquery.uls/src/jquery.uls.core.js
M lib/jquery.uls/src/jquery.uls.lcd.js
2 files changed, 13 insertions(+), 3 deletions(-)

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


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

Gerrit-MessageType: merged
Gerrit-Change-Id: I6e14ab67600ad32263f04eb0aa6b931177425e5a
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/UniversalLanguageSelector
Gerrit-Branch: master
Gerrit-Owner: Santhosh santhosh.thottin...@gmail.com
Gerrit-Reviewer: Amire80 amir.ahar...@mail.huji.ac.il
Gerrit-Reviewer: Nikerabbit niklas.laxst...@gmail.com
Gerrit-Reviewer: Pginer pgi...@wikimedia.org
Gerrit-Reviewer: Santhosh santhosh.thottin...@gmail.com
Gerrit-Reviewer: jenkins-bot

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] ext.uls.geoclient should not break if it runs before ext.uls... - change (mediawiki...UniversalLanguageSelector[master])

2012-09-09 Thread Nikerabbit (Code Review)
Nikerabbit has uploaded a new change for review.

Change subject: ext.uls.geoclient should not break if it runs before 
ext.uls.init
..

ext.uls.geoclient should not break if it runs before ext.uls.init

Change-Id: If4c8203bccd4287a94de6b22210f067852241614
---
M resources/js/ext.uls.geoclient.js
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/UniversalLanguageSelector 
refs/changes/33/23233/1
--
To view, visit https://gerrit.wikimedia.org/r/23233
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: If4c8203bccd4287a94de6b22210f067852241614
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/UniversalLanguageSelector
Gerrit-Branch: master
Gerrit-Owner: Nikerabbit niklas.laxst...@gmail.com

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] ext.uls.geoclient should not break if it runs before ext.uls... - change (mediawiki...UniversalLanguageSelector[master])

2012-09-09 Thread Santhosh (Code Review)
Santhosh has submitted this change and it was merged.

Change subject: ext.uls.geoclient should not break if it runs before 
ext.uls.init
..


ext.uls.geoclient should not break if it runs before ext.uls.init

Change-Id: If4c8203bccd4287a94de6b22210f067852241614
---
M resources/js/ext.uls.geoclient.js
1 file changed, 1 insertion(+), 0 deletions(-)

Approvals:
  Santhosh: Verified; Looks good to me, approved
  jenkins-bot: Verified


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

Gerrit-MessageType: merged
Gerrit-Change-Id: If4c8203bccd4287a94de6b22210f067852241614
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/UniversalLanguageSelector
Gerrit-Branch: master
Gerrit-Owner: Nikerabbit niklas.laxst...@gmail.com
Gerrit-Reviewer: Santhosh santhosh.thottin...@gmail.com
Gerrit-Reviewer: jenkins-bot

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] Fix mixed hook descriptions - change (mediawiki...Translate[master])

2012-09-09 Thread Nikerabbit (Code Review)
Nikerabbit has uploaded a new change for review.

Change subject: Fix mixed hook descriptions
..

Fix mixed hook descriptions

Change-Id: I2f3742749fafef21a15db7cd4f6bf65dc8b871bb
---
M hooks.txt
1 file changed, 5 insertions(+), 5 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Translate 
refs/changes/34/23234/1
--
To view, visit https://gerrit.wikimedia.org/r/23234
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2f3742749fafef21a15db7cd4f6bf65dc8b871bb
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Translate
Gerrit-Branch: master
Gerrit-Owner: Nikerabbit niklas.laxst...@gmail.com

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] Some clean-up before introducing new printer - change (mediawiki...SemanticResultFormats[master])

2012-09-09 Thread Mwjames (Code Review)
Mwjames has submitted this change and it was merged.

Change subject: Some clean-up before introducing new printer
..


Some clean-up before introducing new printer

## Description
* Rely on jquery.async where available to increase browser responsiveness
* Clean-up tableview plugin
* Add new htmlQueryResultLink() allowing to display a link [1]
in the tabs chart for a quick access to the current result query
* Add infotext parameter to enable additional information to be displayed
on the info tab (works in tableview=tabs mode only)
* Rename FlotTimeseries to Timeseries in expectancy of a new widget

## Note
[1] http://www.semantic-mediawiki.org/wiki/File:Srf-util-tableview-quicklink.png

Change-Id: Id1d547f8be0e3ecfdc9795fb7ced0b9f889d032c
---
M SRF_Resources.php
M SRF_Utils.php
M SemanticResultFormats.php
M formats/jqplot/SRF_jqPlotSeries.php
M formats/jqplot/resources/ext.srf.jqplot.chart.js
R formats/timeseries/SRF_Timeseries.php
R formats/timeseries/resources/ext.srf.flot.core.css
R formats/timeseries/resources/ext.srf.timeseries.flot.js
D resources/srf.util/ext.srf.util.grid.tableview.js
A resources/util/ext.srf.util.tableview.css
A resources/util/ext.srf.util.tableview.js
M tests/phpunit/formats/TimeseriesTest.php
12 files changed, 300 insertions(+), 242 deletions(-)

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


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

Gerrit-MessageType: merged
Gerrit-Change-Id: Id1d547f8be0e3ecfdc9795fb7ced0b9f889d032c
Gerrit-PatchSet: 3
Gerrit-Project: mediawiki/extensions/SemanticResultFormats
Gerrit-Branch: master
Gerrit-Owner: Mwjames jamesin.hongkon...@gmail.com
Gerrit-Reviewer: Mwjames jamesin.hongkon...@gmail.com

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] SRF eventcalendar update jquery.fullcalendar to version 1.5.... - change (mediawiki...SemanticResultFormats[master])

2012-09-09 Thread Mwjames (Code Review)
Mwjames has uploaded a new change for review.

Change subject: SRF eventcalendar update jquery.fullcalendar to version 1.5.4
..

SRF eventcalendar update jquery.fullcalendar to version 1.5.4

fullcalendar 1.5.4 (released 9/5/12) made compatible with jQuery 1.8.*

Change-Id: I6987689248e70c8658b599dd708c20b92ae32123
---
M SRF_Resources.php
M resources/jquery.fullcalendar/changelog.txt
M resources/jquery.fullcalendar/fullcalendar.css
M resources/jquery.fullcalendar/fullcalendar.js
M resources/jquery.fullcalendar/fullcalendar.min.js
M resources/jquery.fullcalendar/fullcalendar.print.css
M resources/jquery.fullcalendar/gcal.js
7 files changed, 34 insertions(+), 34 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/SemanticResultFormats 
refs/changes/35/23235/1
--
To view, visit https://gerrit.wikimedia.org/r/23235
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6987689248e70c8658b599dd708c20b92ae32123
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/SemanticResultFormats
Gerrit-Branch: master
Gerrit-Owner: Mwjames jamesin.hongkon...@gmail.com

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] SRF eventcalendar update jquery.fullcalendar to version 1.5.... - change (mediawiki...SemanticResultFormats[master])

2012-09-09 Thread Mwjames (Code Review)
Mwjames has submitted this change and it was merged.

Change subject: SRF eventcalendar update jquery.fullcalendar to version 1.5.4
..


SRF eventcalendar update jquery.fullcalendar to version 1.5.4

fullcalendar 1.5.4 (released 9/5/12) made compatible with jQuery 1.8.*

Change-Id: I6987689248e70c8658b599dd708c20b92ae32123
---
M SRF_Resources.php
M resources/jquery.fullcalendar/changelog.txt
M resources/jquery.fullcalendar/fullcalendar.css
M resources/jquery.fullcalendar/fullcalendar.js
M resources/jquery.fullcalendar/fullcalendar.min.js
M resources/jquery.fullcalendar/fullcalendar.print.css
M resources/jquery.fullcalendar/gcal.js
7 files changed, 34 insertions(+), 34 deletions(-)

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


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

Gerrit-MessageType: merged
Gerrit-Change-Id: I6987689248e70c8658b599dd708c20b92ae32123
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/SemanticResultFormats
Gerrit-Branch: master
Gerrit-Owner: Mwjames jamesin.hongkon...@gmail.com
Gerrit-Reviewer: Mwjames jamesin.hongkon...@gmail.com

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] SRF various messages that belongs to the tableview, dygraphs... - change (mediawiki...SemanticResultFormats[master])

2012-09-09 Thread Mwjames (Code Review)
Mwjames has submitted this change and it was merged.

Change subject: SRF various messages that belongs to the tableview, dygraphs 
printer etc.
..


SRF various messages that belongs to the tableview, dygraphs printer etc.

Change-Id: I91efff1d9601ebd4f93aa92541121ffa54bdea1c
---
M SRF_Messages.php
1 file changed, 22 insertions(+), 1 deletion(-)

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


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

Gerrit-MessageType: merged
Gerrit-Change-Id: I91efff1d9601ebd4f93aa92541121ffa54bdea1c
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/SemanticResultFormats
Gerrit-Branch: master
Gerrit-Owner: Mwjames jamesin.hongkon...@gmail.com
Gerrit-Reviewer: Mwjames jamesin.hongkon...@gmail.com

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] Don't exit too quickly when reporting an exception. - change (mediawiki/core[master])

2012-09-09 Thread IAlex (Code Review)
IAlex has uploaded a new change for review.

Change subject: Don't exit too quickly when reporting an exception.
..

Don't exit too quickly when reporting an exception.

MWExceptionHander::handle() already exist at the end of its task,
so there's no need to have other die() calls.

There were some problems with that:
- wfLogProfilingData() was only called after reporting some exception
- MWExceptionHandler::report() was not consistent between web and
  command-linerequests
- MWException::reportHTML() was also not consistent when using the
  OutputPage object or not

Also removed MWExceptionHander::escapeEchoAndDie() since it's not needed 
anymore.

Change-Id: Ibb679c425ef0271a65f623c7b8541ec9bec70eb0
---
M includes/Exception.php
1 file changed, 2 insertions(+), 14 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/36/23236/1
--
To view, visit https://gerrit.wikimedia.org/r/23236
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibb679c425ef0271a65f623c7b8541ec9bec70eb0
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: IAlex ialex.w...@gmail.com

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] (bug 40098) Don't parse the section's name in the summary wh... - change (mediawiki/core[master])

2012-09-09 Thread IAlex (Code Review)
IAlex has uploaded a new change for review.

Change subject: (bug 40098) Don't parse the section's name in the summary when 
creating a new section
..

(bug 40098) Don't parse the section's name in the summary when creating a new 
section

Fix for Ifa80db1d (8d4913e)

Change-Id: I9a56b7c6d2e7d0997f92578cbfabbf532bfb07de
---
M includes/EditPage.php
1 file changed, 8 insertions(+), 8 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/37/23237/1
--
To view, visit https://gerrit.wikimedia.org/r/23237
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9a56b7c6d2e7d0997f92578cbfabbf532bfb07de
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: IAlex ialex.w...@gmail.com

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] SVN: [115711] trunk/tools/ToolserverI18N/language/messages/Wlm.i18n.php

2012-09-09 Thread platonides
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/115711

Revision: 115711
Author:   platonides
Date: 2012-09-09 14:52:59 + (Sun, 09 Sep 2012)
Log Message:
---
Add images-listed-count message for the short version of uploads.php

Modified Paths:
--
trunk/tools/ToolserverI18N/language/messages/Wlm.i18n.php

Modified: trunk/tools/ToolserverI18N/language/messages/Wlm.i18n.php
===
--- trunk/tools/ToolserverI18N/language/messages/Wlm.i18n.php   2012-09-08 
19:03:41 UTC (rev 115710)
+++ trunk/tools/ToolserverI18N/language/messages/Wlm.i18n.php   2012-09-09 
14:52:59 UTC (rev 115711)
@@ -53,6 +53,8 @@
'view-previous-images' = '← View previous images',
'view-later-images' = 'View later images →',
 
+   'images-listed-count' = '$1 images listed.',
+
/* ids.php */
'id-label' = 'Monument id:',
'date-format' = 'd-m-Y H:i:s',
@@ -129,6 +131,7 @@
'show-button' = 'Caption of the button used in 
http://toolserver.org/~platonides/wlm2012/uploads.php to apply different 
settings',
'view-previous-images' = 'Link to a page with the images uploaded 
before the currently viewed ones',
'view-later-images' = 'Link to a page with the images uploader after 
the ones currently shown',
+   'images-listed-count' = 'Shows the count of images displayed in the 
current page.\n$1: Number of images.',
'id-label' = 'Label for ids.php input',
'date-format' = 'Format in which to present the date in the 
upload-time column',
'id-none' = Column to show where there's no id.
@@ -796,6 +799,7 @@
'show-button' = 'Mostrar',
'view-previous-images' = '← Ver imágenes anteriores',
'view-later-images' = 'Ver imágenenes posteriores →',
+   'images-listed-count' = 'Mostradas $1 imágenes.',
'id-label' = 'BIC:',
'id-none' = '(Sin identificador)',
'monument-heading' = 'Monumento',


___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] Fix spelling: url - URL - change (mediawiki...SemanticResultFormats[master])

2012-09-09 Thread Raimond Spekking (Code Review)
Raimond Spekking has uploaded a new change for review.

Change subject: Fix spelling: url - URL
..

Fix spelling: url - URL

Introduced in 
https://gerrit.wikimedia.org/r/#/c/23170/2/SRF_Messages.php,unified

Change-Id: Ia0d74dbd4255a330503a58c58ae4b6406bac149d
---
M SRF_Messages.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/SemanticResultFormats 
refs/changes/38/23238/1
--
To view, visit https://gerrit.wikimedia.org/r/23238
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia0d74dbd4255a330503a58c58ae4b6406bac149d
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/SemanticResultFormats
Gerrit-Branch: master
Gerrit-Owner: Raimond Spekking raimond.spekk...@gmail.com

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] Register extension RevisionCommentSupplement - change (translatewiki[master])

2012-09-09 Thread Raimond Spekking (Code Review)
Raimond Spekking has uploaded a new change for review.

Change subject: Register extension RevisionCommentSupplement
..

Register extension RevisionCommentSupplement

Change-Id: I45a390e6da1fea3fa6df39d17ac77ca28e306a04
---
M MediaWiki/mediawiki-defines.txt
1 file changed, 4 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/39/23239/1
--
To view, visit https://gerrit.wikimedia.org/r/23239
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I45a390e6da1fea3fa6df39d17ac77ca28e306a04
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Raimond Spekking raimond.spekk...@gmail.com

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] (bug 16860) Add api for getting all wiki sets - change (mediawiki...CentralAuth[master])

2012-09-09 Thread jan (Code Review)
jan has uploaded a new change for review.

Change subject: (bug 16860) Add api for getting all wiki sets
..

(bug 16860) Add api for getting all wiki sets

Add a new api to get all wiki sets with the query-action.

Change-Id: I216d6b1d4376e6a04a9bc935eff750a44df39a32
---
M CentralAuth.php
A api/ApiQueryWikiSets.php
2 files changed, 142 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/CentralAuth 
refs/changes/40/23240/1
--
To view, visit https://gerrit.wikimedia.org/r/23240
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I216d6b1d4376e6a04a9bc935eff750a44df39a32
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CentralAuth
Gerrit-Branch: master
Gerrit-Owner: jan j...@jans-seite.de

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] Removed unused pre-fork CF code. - change (mediawiki...SwiftCloudFiles[master])

2012-09-09 Thread Aaron Schulz (Code Review)
Aaron Schulz has submitted this change and it was merged.

Change subject: Removed unused pre-fork CF code.
..


Removed unused pre-fork CF code.

Change-Id: If3784c2e79691085a322ef90ed51ce7026d435fb
---
D php-cloudfiles-1.7.10/.gitignore
D php-cloudfiles-1.7.10/AUTHORS
D php-cloudfiles-1.7.10/COPYING
D php-cloudfiles-1.7.10/Changelog
D php-cloudfiles-1.7.10/README
D php-cloudfiles-1.7.10/cloudfiles.php
D php-cloudfiles-1.7.10/cloudfiles_exceptions.php
D php-cloudfiles-1.7.10/cloudfiles_http.php
D php-cloudfiles-1.7.10/debian/changelog
D php-cloudfiles-1.7.10/debian/compat
D php-cloudfiles-1.7.10/debian/control
D php-cloudfiles-1.7.10/debian/copyright
D php-cloudfiles-1.7.10/debian/dirs
D php-cloudfiles-1.7.10/debian/docs
D php-cloudfiles-1.7.10/debian/examples
D php-cloudfiles-1.7.10/debian/install
D php-cloudfiles-1.7.10/debian/rules
D php-cloudfiles-1.7.10/docs/classtrees_php-cloudfiles.html
D php-cloudfiles-1.7.10/docs/elementindex.html
D php-cloudfiles-1.7.10/docs/elementindex_php-cloudfiles.html
D php-cloudfiles-1.7.10/docs/errors.html
D php-cloudfiles-1.7.10/docs/index.html
D php-cloudfiles-1.7.10/docs/li_php-cloudfiles.html
D php-cloudfiles-1.7.10/docs/php-cloudfiles/CF_Authentication.html
D php-cloudfiles-1.7.10/docs/php-cloudfiles/CF_Connection.html
D php-cloudfiles-1.7.10/docs/php-cloudfiles/CF_Container.html
D php-cloudfiles-1.7.10/docs/php-cloudfiles/CF_Object.html
D php-cloudfiles-1.7.10/docs/php-cloudfiles/_cloudfiles.php.html
D php-cloudfiles-1.7.10/phpdoc.ini
D php-cloudfiles-1.7.10/phpunit.xml
D php-cloudfiles-1.7.10/share/cacert.pem
D php-cloudfiles-1.7.10/share/magic
D php-cloudfiles-1.7.10/share/magic.mgc
D php-cloudfiles-1.7.10/share/magic.mime
D php-cloudfiles-1.7.10/share/magic.mime.mgc
D php-cloudfiles-1.7.10/tests/Authentication.php
D php-cloudfiles-1.7.10/tests/Comprehensive.php
D php-cloudfiles-1.7.10/tests/FileDetection.php
D php-cloudfiles-1.7.10/tests/General.php
D php-cloudfiles-1.7.10/tests/UTF8.php
D php-cloudfiles-1.7.10/tests/cloudfiles_ini.php
D php-cloudfiles-1.7.10/tests/common.php
42 files changed, 0 insertions(+), 30,852 deletions(-)

Approvals:
  Aaron Schulz: Verified; Looks good to me, approved


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

Gerrit-MessageType: merged
Gerrit-Change-Id: If3784c2e79691085a322ef90ed51ce7026d435fb
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/SwiftCloudFiles
Gerrit-Branch: master
Gerrit-Owner: Aaron Schulz asch...@wikimedia.org
Gerrit-Reviewer: Aaron Schulz asch...@wikimedia.org

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] Use quickImport() for upload chunk storage calls. - change (mediawiki/core[master])

2012-09-09 Thread Aaron Schulz (Code Review)
Aaron Schulz has submitted this change and it was merged.

Change subject: Use quickImport() for upload chunk storage calls.
..


Use quickImport() for upload chunk storage calls.

* Using store() is slower and causes problems with multiwrite backends,
  since the other temp storage calls already wrap doQuickOperations().
* Modified quickImport() to accept stored files as the source parameter.

Change-Id: I3b32b46ce6b5562bb661ec49255630236aeaa44c
---
M includes/filerepo/FileRepo.php
M includes/upload/UploadFromChunks.php
2 files changed, 40 insertions(+), 37 deletions(-)

Approvals:
  Aaron Schulz: Looks good to me, approved
  jenkins-bot: Verified


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

Gerrit-MessageType: merged
Gerrit-Change-Id: I3b32b46ce6b5562bb661ec49255630236aeaa44c
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Aaron Schulz asch...@wikimedia.org
Gerrit-Reviewer: Aaron Schulz asch...@wikimedia.org
Gerrit-Reviewer: jenkins-bot

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] Use quickImport() for upload chunk storage calls. - change (mediawiki/core[wmf/1.20wmf11])

2012-09-09 Thread Aaron Schulz (Code Review)
Aaron Schulz has uploaded a new change for review.

Change subject: Use quickImport() for upload chunk storage calls.
..

Use quickImport() for upload chunk storage calls.

* Using store() is slower and causes problems with multiwrite backends,
  since the other temp storage calls already wrap doQuickOperations().
* Modified quickImport() to accept stored files as the source parameter.

Change-Id: I3b32b46ce6b5562bb661ec49255630236aeaa44c
(cherry picked from commit 3a1431aa0994290a8ecdbc918340ac5e0bcf8562)
---
M includes/filerepo/FileRepo.php
M includes/upload/UploadFromChunks.php
2 files changed, 40 insertions(+), 37 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/42/23242/1
--
To view, visit https://gerrit.wikimedia.org/r/23242
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3b32b46ce6b5562bb661ec49255630236aeaa44c
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: wmf/1.20wmf11
Gerrit-Owner: Aaron Schulz asch...@wikimedia.org

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] Renamed $pairs = $triples. - change (mediawiki/core[wmf/1.20wmf11])

2012-09-09 Thread Aaron Schulz (Code Review)
Aaron Schulz has uploaded a new change for review.

Change subject: Renamed $pairs = $triples.
..

Renamed $pairs = $triples.

Change-Id: Ia87880ed00e734c577e0ab6d07cdac5c8b1dd619
(cherry picked from commit c19adb55acaa1c1f74f7de77bed86eb3a277315d)
---
M includes/filerepo/FileRepo.php
1 file changed, 5 insertions(+), 5 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/41/23241/1
--
To view, visit https://gerrit.wikimedia.org/r/23241
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia87880ed00e734c577e0ab6d07cdac5c8b1dd619
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: wmf/1.20wmf11
Gerrit-Owner: Aaron Schulz asch...@wikimedia.org

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] Renamed $pairs = $triples. - change (mediawiki/core[wmf/1.20wmf11])

2012-09-09 Thread Aaron Schulz (Code Review)
Aaron Schulz has submitted this change and it was merged.

Change subject: Renamed $pairs = $triples.
..


Renamed $pairs = $triples.

Change-Id: Ia87880ed00e734c577e0ab6d07cdac5c8b1dd619
(cherry picked from commit c19adb55acaa1c1f74f7de77bed86eb3a277315d)
---
M includes/filerepo/FileRepo.php
1 file changed, 5 insertions(+), 5 deletions(-)

Approvals:
  Aaron Schulz: Looks good to me, approved
  jenkins-bot: Verified


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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ia87880ed00e734c577e0ab6d07cdac5c8b1dd619
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: wmf/1.20wmf11
Gerrit-Owner: Aaron Schulz asch...@wikimedia.org
Gerrit-Reviewer: Aaron Schulz asch...@wikimedia.org
Gerrit-Reviewer: jenkins-bot

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] [FileBackend] Treat NoSuchObjectException as a normal error ... - change (mediawiki/core[master])

2012-09-09 Thread Aaron Schulz (Code Review)
Aaron Schulz has uploaded a new change for review.

Change subject: [FileBackend] Treat NoSuchObjectException as a normal error in 
streamFile().
..

[FileBackend] Treat NoSuchObjectException as a normal error in streamFile().

Change-Id: I6b64e524a7f3cba6cabe5282f5915cd05dbf8ad0
---
M includes/filebackend/SwiftFileBackend.php
1 file changed, 2 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/43/23243/1
--
To view, visit https://gerrit.wikimedia.org/r/23243
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6b64e524a7f3cba6cabe5282f5915cd05dbf8ad0
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Aaron Schulz asch...@wikimedia.org

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] SVN: [115712] trunk/extensions

2012-09-09 Thread raymond
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/115712

Revision: 115712
Author:   raymond
Date: 2012-09-09 19:36:24 + (Sun, 09 Sep 2012)
Log Message:
---
Localisation updates from http://translatewiki.net.

Modified Paths:
--
trunk/extensions/DeleteQueue/DeleteQueue.i18n.php
trunk/extensions/EmailPage/EmailPage.i18n.php
trunk/extensions/GlobalUserrights/GlobalUserrights.i18n.php
trunk/extensions/Storyboard/Storyboard.i18n.php
trunk/extensions/UserRightsNotif/UserRightsNotif.i18n.php
trunk/extensions/WikiAtHome/WikiAtHome.i18n.php
trunk/extensions/Wikidata/Wikidata.i18n.php

Modified: trunk/extensions/DeleteQueue/DeleteQueue.i18n.php
===
--- trunk/extensions/DeleteQueue/DeleteQueue.i18n.php   2012-09-09 14:52:59 UTC 
(rev 115711)
+++ trunk/extensions/DeleteQueue/DeleteQueue.i18n.php   2012-09-09 19:36:24 UTC 
(rev 115712)
@@ -4166,7 +4166,9 @@
'deletequeue-action' = '삭제 제안',
'deletequeue-action-title' = '$1 삭제 제안',
'deletequeue-delnom-otherreason' = '다른 이유',
+   'deletequeue-delnom-extra' = '추가 정보:',
'deletequeue-review-submit' = '검토 저장',
+   'deletequeue-list-queue' = '대기열:',
 );
 
 /** Krio (Krio)

Modified: trunk/extensions/EmailPage/EmailPage.i18n.php
===
--- trunk/extensions/EmailPage/EmailPage.i18n.php   2012-09-09 14:52:59 UTC 
(rev 115711)
+++ trunk/extensions/EmailPage/EmailPage.i18n.php   2012-09-09 19:36:24 UTC 
(rev 115712)
@@ -1258,11 +1258,25 @@
  */
 $messages['ps'] = array(
'e-mailpage' = 'د برېښليک مخ',
+   'ea-heading' = 'د [[$1]] مخ برېښليک کې لېږل',
+   'ea-group-info' = 'د دې تر څنګ تاسې کولی شی چې دا مخ د يوې ډلې غړو ته 
ولېږۍ',
+   'ea-pagesend' = 'د  $2  څخه د $1 مخ ولېږل شو',
+   'ea-norecipients' = 'سمې برېښليک پتې و نه موندل شوې!',
+   'ea-listrecipients' = 'د {{PLURAL:$1|ترلاسه کونکی|$1 ترلاسه کونکي}} 
لړليک کښنه',
+   'ea-error' = '''د [[$1]] د لېږلو ستونزه:''' ''$2'',
+   'ea-denied' = 'د اجازې غوښتنه مو رد شوه',
+   'ea-sent' = د [[$1]] مخ په برياليتوب سره د [[User:$3|$3 لخوا '''$2''' 
{{PLURAL:$2|ترلاسه کونکي|ترلاسه کونکو}}]] ته ولېږل شو.,
+   'ea-compose' = 'د مطلب ليکل',
+   'ea-show' = 'د ترلاسه کوونکو لړليک کتل',
'ea-from' = 'لېږونکی:',
'ea-to' = 'اخيستونکی',
+   'ea-to-info' = 'برېښليک پتې يو له بل نه د سيمي کولون، کامې، ستوري او 
یا هم نوې کرښې په ورکړې سره جلا کېږي',
'ea-send' = 'لېږل',
'ea-subject' = 'سکالو:',
'ea-message' = 'پيغام:',
+   'ea-style' = 'ډول:',
+   'ea-selectcss' = 'تاسې يوه ډولپاڼه ټاکلی شی',
+   'ea-data' = 'اومتوک',
'ea-allusers' = 'ټول کارنان',
 );
 

Modified: trunk/extensions/GlobalUserrights/GlobalUserrights.i18n.php
===
--- trunk/extensions/GlobalUserrights/GlobalUserrights.i18n.php 2012-09-09 
14:52:59 UTC (rev 115711)
+++ trunk/extensions/GlobalUserrights/GlobalUserrights.i18n.php 2012-09-09 
19:36:24 UTC (rev 115712)
@@ -347,7 +347,7 @@
'gur-desc' = 'Lochke zrjadowanje [[Special:GlobalUserRights|globalnych 
wužiwarskich prawow]]',
'gur-rightslog-name' = 'Protokol globalnych prawow',
'gur-rightslog-header' = 'To je protokol wo změnach globalnych 
prawow.',
-   'gur-rightslog-entry' = 'změni globalne skupniske čłonstwo za $1 z $2 
do $3',
+   'gur-rightslog-entry' = 'změni globalne skupinske čłonstwo za $1 z $2 
do $3',
'right-userrights-global' = 'Globalne wužiwarske prawa zrjadować',
 );
 

Modified: trunk/extensions/Storyboard/Storyboard.i18n.php
===
--- trunk/extensions/Storyboard/Storyboard.i18n.php 2012-09-09 14:52:59 UTC 
(rev 115711)
+++ trunk/extensions/Storyboard/Storyboard.i18n.php 2012-09-09 19:36:24 UTC 
(rev 115712)
@@ -1632,7 +1632,7 @@
'storyboard-nosuchstory' = 'リクエストしたストーリーは存在していません。削除されたのかもしれません。',
'storyboard-storyunpublished' = 'リクエストしたストーリーはまだ公開されていません。',
'storyboard-nostorytitle' = '閲覧したいストーリーのタイトルまたはIDを指定する必要があります。',
-   'storyboard-cantedit' = 'ストーリーを編集する権限がありません。',
+   'storyboard-cantedit' = 'あなたにはストーリーを編集する権限がありません。',
'storyboard-canedit' = 'このストーリーを[$1 編集]および公開することができます。',
'storyboard-createdandmodified' = '$1$2に作成、$3$4に最終更新',
'storyboard-authorname' = '著者名',

Modified: trunk/extensions/UserRightsNotif/UserRightsNotif.i18n.php
===
--- trunk/extensions/UserRightsNotif/UserRightsNotif.i18n.php   2012-09-09 
14:52:59 UTC (rev 115711)
+++ trunk/extensions/UserRightsNotif/UserRightsNotif.i18n.php   2012-09-09 
19:36:24 UTC (rev 115712)
@@ -538,10 +538,10 @@
  * @author Michawiki
  */
 $messages['hsb'] = array(
-   'userrightsnotifysubject' = 'Změna skupinoweho čłonstwa na $1',
+

[MediaWiki-commits] [Gerrit] CSS adjustment and part II of the tableview clean-up - change (mediawiki...SemanticResultFormats[master])

2012-09-09 Thread Mwjames (Code Review)
Mwjames has uploaded a new change for review.

Change subject: CSS adjustment and part II of the tableview clean-up
..

CSS adjustment and part II of the tableview clean-up

Flot/jqplot css adjustment in order to follow

 div
  ul (contains li tabs list elements)
  .srf-processing
  .container (chart elements)
   .title
   .plot
   .text
  .data (table data)
  .info (info text)

Change-Id: Ia838acdbcd989f590e99080675cf996af142abcd
---
M SRF_Resources.php
A formats/jqplot/resources/ext.srf.jqlpot.chart.css
D formats/jqplot/resources/ext.srf.jqlpot.general.css
M formats/jqplot/resources/ext.srf.jqplot.chart.bar.js
M formats/jqplot/resources/ext.srf.jqplot.chart.js
M formats/timeseries/resources/ext.srf.timeseries.flot.js
6 files changed, 89 insertions(+), 69 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/SemanticResultFormats 
refs/changes/85/23285/1
--
To view, visit https://gerrit.wikimedia.org/r/23285
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia838acdbcd989f590e99080675cf996af142abcd
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/SemanticResultFormats
Gerrit-Branch: master
Gerrit-Owner: Mwjames jamesin.hongkon...@gmail.com

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] bug 40122 - disable GlobalBlocking on fishbowl, private wiki... - change (operations/mediawiki-config[master])

2012-09-09 Thread Jeremyb (Code Review)
Jeremyb has uploaded a new change for review.

Change subject: bug 40122 - disable GlobalBlocking on fishbowl, private wikis
..

bug 40122 - disable GlobalBlocking on fishbowl, private wikis

Change-Id: I13b3be3aa77b58ef07203a24f3916b3bf4ca0bf7
---
M wmf-config/InitialiseSettings.php
1 file changed, 2 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/86/23286/1
--
To view, visit https://gerrit.wikimedia.org/r/23286
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I13b3be3aa77b58ef07203a24f3916b3bf4ca0bf7
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Jeremyb jer...@tuxmachine.com

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] CSS adjustment and part II of the tableview clean-up - change (mediawiki...SemanticResultFormats[master])

2012-09-09 Thread Mwjames (Code Review)
Mwjames has submitted this change and it was merged.

Change subject: CSS adjustment and part II of the tableview clean-up
..


CSS adjustment and part II of the tableview clean-up

Flot/jqplot css adjustment in order to follow

 div
  ul (contains li tabs list elements)
  .srf-processing
  .container (chart elements)
   .title
   .plot
   .text
  .data (table data)
  .info (info text)

Change-Id: Ia838acdbcd989f590e99080675cf996af142abcd
---
M SRF_Resources.php
A formats/jqplot/resources/ext.srf.jqlpot.chart.css
D formats/jqplot/resources/ext.srf.jqlpot.general.css
M formats/jqplot/resources/ext.srf.jqplot.chart.bar.js
M formats/jqplot/resources/ext.srf.jqplot.chart.js
M formats/timeseries/resources/ext.srf.timeseries.flot.js
6 files changed, 89 insertions(+), 69 deletions(-)

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


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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ia838acdbcd989f590e99080675cf996af142abcd
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/SemanticResultFormats
Gerrit-Branch: master
Gerrit-Owner: Mwjames jamesin.hongkon...@gmail.com
Gerrit-Reviewer: Mwjames jamesin.hongkon...@gmail.com

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] PEF cleanup, mostly things I've mentioned before. - change (mediawiki...E3Experiments[master])

2012-09-09 Thread Spage (Code Review)
Spage has uploaded a new change for review.

Change subject: PEF cleanup, mostly things I've mentioned before.
..

PEF cleanup, mostly things I've mentioned before.

* mw.activeCampaigns is irrelevant and dangerous. An E3 Experiment sets
  its own buckets and runs its own code; you DON'T want ClickTracking's
  ext.UserBuckets.js to help out or unexpectedly call functions it
  find in activeCampaigns.pef that match its undocumented magic behavior.
* Use the e3 and pef shortcuts you've defined.
* pageIsAppropriate() - isPageAppropriate().
* Noted duplicate userHash computation. I'm not sure how best to fix,
  ACUX doesn't use it.  I think an e3.lib function should return or
  compute-and-set an internal e3 member userHash.  No big deal.
* Whitespace cleanup.
* Delete unused var beacon.

Change-Id: I1a2358217c45173b2da0f09bea6b4284c894ede9
---
M experiments/postEditFeedback.js
1 file changed, 9 insertions(+), 23 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/E3Experiments 
refs/changes/88/23288/1
--
To view, visit https://gerrit.wikimedia.org/r/23288
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1a2358217c45173b2da0f09bea6b4284c894ede9
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/E3Experiments
Gerrit-Branch: master
Gerrit-Owner: Spage sp...@wikimedia.org

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] Fix so that edit section links will show up if approved re... - change (mediawiki...ApprovedRevs[master])

2012-09-09 Thread Yaron Koren (Code Review)
Yaron Koren has uploaded a new change for review.

Change subject: Fix so that edit section links will show up if approved rev 
is also latest
..

Fix so that edit section links will show up if approved rev is also latest

Change-Id: I6662dc717e68ae38bfc19bb1d02ecf5f84176b5f
---
M ApprovedRevs.hooks.php
1 file changed, 11 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/ApprovedRevs 
refs/changes/89/23289/1
--
To view, visit https://gerrit.wikimedia.org/r/23289
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6662dc717e68ae38bfc19bb1d02ecf5f84176b5f
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ApprovedRevs
Gerrit-Branch: master
Gerrit-Owner: Yaron Koren yaro...@gmail.com

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] Fix so that edit section links will show up if approved re... - change (mediawiki...ApprovedRevs[master])

2012-09-09 Thread Yaron Koren (Code Review)
Yaron Koren has submitted this change and it was merged.

Change subject: Fix so that edit section links will show up if approved rev 
is also latest
..


Fix so that edit section links will show up if approved rev is also latest

Change-Id: I6662dc717e68ae38bfc19bb1d02ecf5f84176b5f
---
M ApprovedRevs.hooks.php
1 file changed, 11 insertions(+), 0 deletions(-)

Approvals:
  Yaron Koren: Verified; Looks good to me, approved


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

Gerrit-MessageType: merged
Gerrit-Change-Id: I6662dc717e68ae38bfc19bb1d02ecf5f84176b5f
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ApprovedRevs
Gerrit-Branch: master
Gerrit-Owner: Yaron Koren yaro...@gmail.com
Gerrit-Reviewer: Yaron Koren yaro...@gmail.com

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] SRF dygraphs printer (DNM) - change (mediawiki...SemanticResultFormats[master])

2012-09-09 Thread Mwjames (Code Review)
Mwjames has uploaded a new change for review.

Change subject: SRF dygraphs printer (DNM)
..

SRF dygraphs printer (DNM)

Dygraphs is a JavaScript library for high performance charting [1]
with charts containing 10.000 (or more) data points per chart series.

The SRF dygraphs printer [2] will handle thousands of data points in a
different fashion than any other current SRF charting printer.

Data are retrieved from a stored csv file within the wiki because most
scientific or experimental studies can export raw data in csv format
and as it is impractical to try to store large data sets as individual
property-value pair (where the vast majority of such data will be kept as
raw data only).

Instead this printer will focus on notable events or data points within
those data sets and describe those as property-value pair to build a
coherent charting output of raw data and those selected annotations
(or event marker).

## CSV data
CSV is natively supported by the dygraphs library. See [3]

## Annotations
Annotations are notable events (in a time series) or data points that
warrent special attention and therefore separately handled as
property-value pair within the wiki.

The annotated x-value should be specified as number/date and has to reflect
the exact same value as the uploaded raw data from the original chart data set.

While the property labels can be freely named, the query label
output (|?...=series,x,shorText,text) should adhere a specific
convention [4] otherwise annotations will fail to be recognized.
...
 |?Has series=series
 |?Has x-value=x
 |?Has tip text=shortText
 |?Has text=text
...

## Data model
* Upload a csv file that contain the raw data sets, ensure that
the header titles within the csv do not contain any trailing spaces
(because of potential conflict with series names).
* Describe the file with a property-value pair that can be uniquely
identified as a source together with its annotations
([[Data source::DJIA19202009]]).
* Annotations can be stored independently from the source as
property-value pair (
{{#subobject:
 |Data source=DJIA19202009
 |has series=Real
 |has x-date-value=1929-08-15
 |has tip text=A
 |has text=1929 Stock Market Peak
}})

## Data charting
{{#ask:[[Data source::DJIA19202009]]
 |?has series=series
 |?has x-date-value=x
 |?has tip text=shortText
 |?has text=text
 |format=dygraphs
 |errorbar=range
}}

## Other features
Support error bars including the display (depending on the data set) of
standard deviation, fractions, and low/high ranges

[1] 
http://www.codeproject.com/Articles/432860/ASP-NET-Plotter-Toolkit-HTML5-Charting-for-all#b_conclusion
[2] http://www.semantic-mediawiki.org/wiki/File:Srf-format-dygraphs-csv-data.png
[3] http://dygraphs.com/data.html#csv
[4] http://dygraphs.com/annotations.html

Change-Id: Ibac4b7531e6b4b21b826e514b4cd54816f634956
---
M SRF_Hooks.php
M SRF_Resources.php
M SRF_Settings.php
M SemanticResultFormats.php
A formats/dygraphs/SRF_Dygraphs.php
A formats/dygraphs/resources/ext.srf.dygraphs.css
A formats/dygraphs/resources/ext.srf.dygraphs.js
A resources/dygraphs/dygraph-combined.js
A tests/phpunit/formats/DygraphsTest.php
9 files changed, 572 insertions(+), 3 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/SemanticResultFormats 
refs/changes/91/23291/1
--
To view, visit https://gerrit.wikimedia.org/r/23291
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibac4b7531e6b4b21b826e514b4cd54816f634956
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/SemanticResultFormats
Gerrit-Branch: master
Gerrit-Owner: Mwjames jamesin.hongkon...@gmail.com

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] Add .jshintrc so command-line jshint and jshint.vim work - change (mediawiki...E3Experiments[master])

2012-09-09 Thread Spage (Code Review)
Spage has uploaded a new change for review.

Change subject: Add .jshintrc so command-line jshint and jshint.vim work
..

Add .jshintrc so command-line jshint and jshint.vim work

Somehow in all the excitement of rearch - develop - deploy - master,
this old commit efae8171629ab80afd062b5cc7c299e9df8e0712 of .jshintrc
must have got lost:
Author: S Page sp...@wikimedia.org
Date:   Mon Sep 3 19:25:32 2012 -0700
so I cherry-pick'ed it.

Change-Id: I2f0151d9589362601cb8ae5aae459556c83b2e30
---
A .jshintrc
1 file changed, 10 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/E3Experiments 
refs/changes/92/23292/1
--
To view, visit https://gerrit.wikimedia.org/r/23292
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2f0151d9589362601cb8ae5aae459556c83b2e30
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/E3Experiments
Gerrit-Branch: master
Gerrit-Owner: Spage sp...@wikimedia.org

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] Add .jshintrc so command-line jshint and jshint.vim work - change (mediawiki...E3Experiments[master])

2012-09-09 Thread Ori.livneh (Code Review)
Ori.livneh has submitted this change and it was merged.

Change subject: Add .jshintrc so command-line jshint and jshint.vim work
..


Add .jshintrc so command-line jshint and jshint.vim work

Somehow in all the excitement of rearch - develop - deploy - master,
this old commit efae8171629ab80afd062b5cc7c299e9df8e0712 of .jshintrc
must have got lost:
Author: S Page sp...@wikimedia.org
Date:   Mon Sep 3 19:25:32 2012 -0700
so I cherry-pick'ed it.

Change-Id: I2f0151d9589362601cb8ae5aae459556c83b2e30
---
A .jshintrc
1 file changed, 10 insertions(+), 0 deletions(-)

Approvals:
  Ori.livneh: Verified; Looks good to me, approved


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

Gerrit-MessageType: merged
Gerrit-Change-Id: I2f0151d9589362601cb8ae5aae459556c83b2e30
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/E3Experiments
Gerrit-Branch: master
Gerrit-Owner: Spage sp...@wikimedia.org
Gerrit-Reviewer: Ori.livneh o...@wikimedia.org

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] PEF cleanup, mostly things I've mentioned before. - change (mediawiki...E3Experiments[master])

2012-09-09 Thread Ori.livneh (Code Review)
Ori.livneh has submitted this change and it was merged.

Change subject: PEF cleanup, mostly things I've mentioned before.
..


PEF cleanup, mostly things I've mentioned before.

* mw.activeCampaigns is irrelevant and dangerous. An E3 Experiment sets
  its own buckets and runs its own code; you DON'T want ClickTracking's
  ext.UserBuckets.js to help out or unexpectedly call functions it
  find in activeCampaigns.pef that match its undocumented magic behavior.
* Use the e3 and pef shortcuts you've defined.
* pageIsAppropriate() - isPageAppropriate().
* Noted duplicate userHash computation. I'm not sure how best to fix,
  ACUX doesn't use it.  I think an e3.lib function should return or
  compute-and-set an internal e3 member userHash.  No big deal.
* Whitespace cleanup.
* Delete unused var beacon.

Change-Id: I1a2358217c45173b2da0f09bea6b4284c894ede9
---
M experiments/postEditFeedback.js
1 file changed, 9 insertions(+), 23 deletions(-)

Approvals:
  Ori.livneh: Verified; Looks good to me, approved


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

Gerrit-MessageType: merged
Gerrit-Change-Id: I1a2358217c45173b2da0f09bea6b4284c894ede9
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/E3Experiments
Gerrit-Branch: master
Gerrit-Owner: Spage sp...@wikimedia.org
Gerrit-Reviewer: Ori.livneh o...@wikimedia.org

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits