[Bug 41103] initialization of the Language object is very heavy

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41103

--- Comment #5 from Amir E. Aharoni amir.ahar...@mail.huji.ac.il 2012-10-19 
06:36:38 UTC ---
I considered this, although I'd love to make as little duplication as possible.
To be smarter, I would:
1. Investigate what makes the current Language so heavy and try to make it
lazy.
2. Try to merge it with the YAML langdb, which is used in the Universal
Language Selector.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41146] Fatal installer error using Oracle DB (HTTP 500 error): undefined function mb_check_encoding()

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41146

--- Comment #1 from Jure Kajzer fr...@drajv.si 2012-10-19 06:43:42 UTC ---
This backend uses mb_check_encoding to make sure everything used in queries is
always in the right encoding. It might be removed at some point, but for now it
requires php to have mbstring enabled (i.e.: --enable-mbstring)

Hope this helps in any way ...

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 22622] Upgrade Wikimedia OTRS installation to the latest version

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22622

--- Comment #33 from Martin Edenhofer m...@znuny.com 2012-10-19 06:43:41 UTC 
---
JFI, I still stay tuned to support you for upgrading.

Is there a responsible OTRS admin accessible?

 -Martin

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 40608] WikiEditor interface overflows out of bodyContent div

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40608

--- Comment #1 from Isarra zhoris...@gmail.com 2012-10-19 06:57:44 UTC ---
A somewhat simpler solution has been thingied to thingies pending thinging
on/in/en... git thing. This: https://gerrit.wikimedia.org/r/28664

...shut up.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 40610] Editing textarea overflows out of bodyContent div

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40610

--- Comment #1 from Isarra zhoris...@gmail.com 2012-10-19 06:58:56 UTC ---
I have no idea what the words for this are, but this is now this:
https://gerrit.wikimedia.org/r/28665

Also, there is probably a status for this sort of thing but I have no idea what
that is either.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41147] VisualEditor: Support forks of Firefox in the browser whitelist

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41147

--- Comment #5 from Liangent liang...@gmail.com 2012-10-19 07:09:23 UTC ---
Abstract layers can be done in another way. For example in your case, keypress
is different, so we make our own keypress_ve, and for normal browsers, just use
a wrapper function to map keypress_ve to keypress, but for Firefox, filter
special keys out before mapping.

So now for a new browser, use a simplest wrapper and ask people to press keys
to test it. Once we find its behavior strange, make a special wrapper for that
browser.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41186] Call to a member function getText() on a non-object at Message.php

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41186

Niklas Laxström niklas.laxst...@gmail.com changed:

   What|Removed |Added

 CC||niklas.laxst...@gmail.com

--- Comment #2 from Niklas Laxström niklas.laxst...@gmail.com 2012-10-19 
07:44:26 UTC ---
The local customisation at
http://en.wiktionary.org/w/index.php?title=MediaWiki:deletedtextaction=edit
causes SpecialRecentChanges to get executed. In messagecache there is guard for
calling parser inside parser, which returns string as opposed to parseroutput
returned by $parser-parse().

Maybe Tim could help to explain how to call parser recursively (or use
different parser?).

Changing -parse() to -text() in Lqt could avoid one of the cases but there
are lots more.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41206] New: Parsoid know nothing about linkprefix

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41206

   Web browser: ---
 Bug #: 41206
   Summary: Parsoid know nothing about linkprefix
   Product: Parsoid
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General
AssignedTo: gwi...@wikimedia.org
ReportedBy: liang...@gmail.com
CC: ssas...@wikimedia.org, wikibugs-l@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---


Related: [[MediaWiki:Linkprefix]], $linkPrefixExtension = true; in
Messages*.php

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41206] Parsoid knows nothing about linkprefix

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41206

Liangent liang...@gmail.com changed:

   What|Removed |Added

Summary|Parsoid know nothing about  |Parsoid knows nothing about
   |linkprefix  |linkprefix

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41126] Some Julian dates are internally confused with Gregorian dates

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41126

Markus Krötzsch mar...@semantic-mediawiki.org changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

--- Comment #2 from Markus Krötzsch mar...@semantic-mediawiki.org 2012-10-19 
08:00:43 UTC ---
Fixed in https://gerrit.wikimedia.org/r/#/c/28666/ for SQLStore3. This change
affects the way that data is stored in the database, so it is necessary to
refresh the data to get the dates back. Dates stored in the old format will no
longer be accessible.

The change also adds support for new output formats Gr and Jl that can be
used in #ask to define the desired calendar model that should be displayed. The
same strings also work as modifiers when writing dates. If nothing is given,
SMW will assume the same default calendar model on input and on output. The new
output formats do not depend on whether you are using SQLStore2 or SQLStore3.

The original problem will not be fixed for SQLStore2, which is supposed to be
replaced by SQLStore3 on the next release (it will remain available for the
next version but it will not get improvements/bugfixes).

(In general, there are still changes to come for SQLStore3 that may require
rebuilding the database to upgrade.)

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41207] New: Undefined variable useCtxtAsKey in ffs/GettextFFS.php on line 178

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41207

   Web browser: ---
 Bug #: 41207
   Summary: Undefined variable useCtxtAsKey in ffs/GettextFFS.php
on line 178
   Product: MediaWiki extensions
   Version: master
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Translate
AssignedTo: niklas.laxst...@gmail.com
ReportedBy: s.mazel...@xs4all.nl
CC: asha...@wikimedia.org, s.mazel...@xs4all.nl,
srik@gmail.com, wikibugs-l@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---


Observed on translatewiki.net: PHP Notice:  Undefined variable: useCtxtAsKey in
/www/translatewiki.net/w/extensions/Translate/ffs/GettextFFS.php on line 178

Unknown use case.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41208] New: Maximum execution time exceeded: Levenshtein too slow we guess...

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41208

   Web browser: ---
 Bug #: 41208
   Summary: Maximum execution time exceeded: Levenshtein too slow
we guess...
   Product: MediaWiki extensions
   Version: master
  Platform: All
   URL: https://translatewiki.net/w/i.php?title=MediaWiki:Edit
inginterface/nlaction=edit
OS/Version: All
Status: NEW
  Severity: major
  Priority: Unprioritized
 Component: Translate
AssignedTo: niklas.laxst...@gmail.com
ReportedBy: s.mazel...@xs4all.nl
CC: asha...@wikimedia.org, s.mazel...@xs4all.nl,
srik@gmail.com, wikibugs-l@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---


Page editing[1] is not possible because PHP Fatal error:  Maximum execution
time of 25 seconds exceeded in
/www/translatewiki.net/w/extensions/Translate/ttmserver/TTMServer.php on line
100

Observing CPU at 100% for one core on translatewiki.net during the 25 seconds.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35251] Add a 'Night Mode' to the Wikipedia Mobile app

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35251

darwish@gmail.com changed:

   What|Removed |Added

 CC||darwish@gmail.com

--- Comment #4 from darwish@gmail.com 2012-10-19 08:27:27 UTC ---
How much it costs to fix this issue?

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41194] Unsupported operand types at Language.php

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41194

--- Comment #1 from Niklas Laxström niklas.laxst...@gmail.com 2012-10-19 
08:30:19 UTC ---
Not enough information.

$wgExtraGenderNamespaces + self::$dataCache-getItem( $this-mCode,
'namespaceGenderAliases' );

Either one of them could be not an array. In latter case we need to know the
language code and whether it is reproducible.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41209] New: $wgExtraLanguageNames is used for sites instead of languages in WikiVoyage

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41209

   Web browser: ---
 Bug #: 41209
   Summary: $wgExtraLanguageNames is used for sites instead of
languages in WikiVoyage
   Product: Wikimedia
   Version: wmf-deployment
  Platform: All
OS/Version: All
Status: NEW
  Keywords: i18n
  Severity: normal
  Priority: Unprioritized
 Component: Site configuration
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: amir.ahar...@mail.huji.ac.il
CC: benap...@gmail.com, wikimedia.b...@snowolf.eu
Classification: Unclassified
   Mobile Platform: ---


In https://gerrit.wikimedia.org/r/#/c/28238 $wgExtraLanguageNames values were
added for WikiVoyage.

This $wgExtraLanguageNames global is for languages. Its values are used in
various language-related functions, that expect actual languages. Feeding these
functions anything else will break things.

The values here look like they are supposed to be served by interwiki prefixes
(not interlanguage).

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41207] Undefined variable useCtxtAsKey in ffs/GettextFFS.php on line 178

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41207

Niklas Laxström niklas.laxst...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #1 from Niklas Laxström niklas.laxst...@gmail.com 2012-10-19 
08:41:36 UTC ---
https://gerrit.wikimedia.org/r/#/c/28669/

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41210] New: List of languages in page source

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41210

   Web browser: ---
 Bug #: 41210
   Summary: List of languages in page source
   Product: MediaWiki extensions
   Version: master
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: UniversalLanguageSelector
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: niklas.laxst...@gmail.com
CC: aloli...@gmail.com, amir.ahar...@mail.huji.ac.il,
niklas.laxst...@gmail.com, pgi...@wikimedia.org,
s.mazel...@xs4all.nl, santhosh.thottin...@gmail.com,
srik@gmail.com
Classification: Unclassified
   Mobile Platform: ---


The list of languages should not be in the source of every page. Should be
loaded from separately (whatever is the best practice for resource loader).

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41194] Unsupported operand types at Language.php

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41194

Nemo_bis federicol...@tiscali.it changed:

   What|Removed |Added

 CC||federicol...@tiscali.it

--- Comment #2 from Nemo_bis federicol...@tiscali.it 2012-10-19 08:53:20 UTC 
---
(In reply to comment #0)
 #3 /usr/local/apache/common-local/php-1.21wmf1/includes/Title.php(1119):
 Title-prefix('FilipeFalc??o')

Looks like [[User:FilipeFalcão]].
https://meta.wikimedia.org/w/index.php?title=Special:GlobalUsersusername=FilipeFalclimit=1

 /usr/local/apache/common-local/php-1.21wmf1/includes/parser/Parser.php(1141):
 Parser-replaceVariables(Wikip??dia''...')

If this is sitename, can only be fr, hu, oc, pt or sk.

 Parser-parse(Wikip??dia''...', Object(Title), Object(ParserOptions), 
 true,
 true, 32602891)

https://pt.wikipedia.org/?oldid=32602891 is his user page on pt.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 7497] mwdumper doesn't set page.is_redirect for borderline #redirect syntax

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=7497

Bean49 ght81-wikipe...@yahoo.com changed:

   What|Removed |Added

 AssignedTo|br...@wikimedia.org |orenboch...@gmail.com

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41211] New: [PostEdit]: PostEdit doesn't work when referrer is deactivated

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41211

   Web browser: Firefox
 Bug #: 41211
   Summary: [PostEdit]: PostEdit doesn't work when referrer is
deactivated
   Product: MediaWiki extensions
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: [other]
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: foma...@googlemail.com
CC: o...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---


PostEdit doesn't work when referrer is deactivated, because document.referrer
returns an empty string.

In Mozilla Firefox the [[HTTP referer]] can be deactivated on about:config with
  network.http.sendRefererHeader = 0

Is it possible to indicate isPostEdit() by a cookie, a variable or something
else?

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41212] New: Display more meaningful message in case of adding a site-link to a page which is linked to from another item already

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41212

   Web browser: ---
 Bug #: 41212
   Summary: Display more meaningful message in case of adding a
site-link to a page which is linked to from another
item already
   Product: MediaWiki extensions
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: WikidataRepo
AssignedTo: wikidata-b...@lists.wikimedia.org
ReportedBy: daniel.wer...@wikimedia.de
CC: wikibugs-l@lists.wikimedia.org,
wikidata-b...@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---


When trying to set a site-link to a page which already is linked to from
another item, there should be a meaningful message.
Right now there is only a meaningful message when clicking on the details. The
weird thing about the details message is that it uses wiki markup and it is
partly localized. The details message should really be the message we show as
main message.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 7497] mwdumper doesn't set page.is_redirect for borderline #redirect syntax

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=7497

--- Comment #7 from bennylin bknl...@yahoo.com 2012-10-19 10:17:15 UTC ---
From bug [[bug:38919]] (not sure whether the same bug or not, since this bug is
from 2006)

The problem was on the code 

https://github.com/bcollier/mwdumper/blob/master/src/org/mediawiki/importer/Revision.java

It only look for English word Redirect, while in non-English wikis it might
be localized (Alih in Indonesian, for example)

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41178] Call to a member function isEmpty() on a non-object in EditPage.php

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41178

--- Comment #4 from Daniel Kinzler daniel.kinz...@wikimedia.de 2012-10-19 
10:26:17 UTC ---
Follow-up fix in Id9e307fc

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41155] [Regression] ContentHandler should not disable parsing of .js/.css wiki pages

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41155

--- Comment #10 from Daniel Kinzler daniel.kinz...@wikimedia.de 2012-10-19 
10:29:02 UTC ---
(In reply to comment #9)
 Annoying as it is, this was already the case prior to ContenHandler.

I hope then nobody will complain if I fix it later ;)

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 7497] mwdumper doesn't set page.is_redirect for borderline #redirect syntax

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=7497

Bean49 ght81-wikipe...@yahoo.com changed:

   What|Removed |Added

   Attachment #7262|0   |1
is obsolete||

--- Comment #8 from Bean49 ght81-wikipe...@yahoo.com 2012-10-19 10:33:25 UTC 
---
Created attachment 11207
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=11207
Same patch, minor changes

Minor changes, in hopes of progress.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 7497] mwdumper doesn't set page.is_redirect for borderline #redirect syntax

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=7497

--- Comment #9 from Bean49 ght81-wikipe...@yahoo.com 2012-10-19 10:40:32 UTC 
---
(In reply to comment #7)
Same problem, this patch resolves that problem too, because sets the
page_is_redirect differently, based on the redirect tag.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41213] New: Translation for Portal namespaces in Galician

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41213

   Web browser: ---
 Bug #: 41213
   Summary: Translation for Portal namespaces in Galician
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Internationalization
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: toli.galipe...@gmail.com
CC: asha...@wikimedia.org, niklas.laxst...@gmail.com,
s.mazel...@xs4all.nl, srik@gmail.com
Classification: Unclassified
   Mobile Platform: ---


gl.wikipedia has enabled (by default) Portal namespace since a long time ago.
We haven't used it a lot, so its name remained untranslated, so far. Now, we
are considering their use and we have reached consensus to have it translated
as follows:
* Portal - Portal
* Portal talk - Conversa portal

Link:
http://gl.wikipedia.org/w/index.php?title=Wikipedia:A_Taberna_%28propostas%29oldid=2667126#Galeguizar_e_normalizar_Portal_talk_por_Conversa_portal

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41213] Translation for Portal namespaces in Galician

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41213

Siebrand s.mazel...@xs4all.nl changed:

   What|Removed |Added

 CC|asha...@wikimedia.org,  |benap...@gmail.com,
   |niklas.laxst...@gmail.com,  |wikimedia.b...@snowolf.eu
   |s.mazel...@xs4all.nl,   |
   |srik@gmail.com  |
  Component|Internationalization|Site configuration
Product|MediaWiki   |Wikimedia

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41213] Translation for Portal namespaces in Galician

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41213

Siebrand s.mazel...@xs4all.nl changed:

   What|Removed |Added

   Keywords||shell
 CC||s.mazel...@xs4all.nl

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 36587] Chunked upload fails with internal_api_error_UploadStashFileNotFoundException

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36587

--- Comment #27 from Jan Gerber jger...@wikimedia.org 2012-10-19 12:04:36 UTC 
---
1) Filenames: the upload request requires a filename to be passed, the filename
needs to be unique and valid, https://gerrit.wikimedia.org/r/#/c/28673/ makes
sure its not sending any special characters.

2) Chunk uploads, I changed the chunk size locally (in javascript) to 50Mb but
I still get the same error, so the problem is not related to number of chunks.
Still get:

{servedby:srv254,error:{code:stashfailed,info:Could not read file
\mwstore#58;\/\/local-swift\/local-temp\/d\/d6\/10xw8uke3gt4.kgux90.1731370.ogx.0\.}}

3) Using swift on a local vm this problem does not exist. Large uploads do not
cause any errors. Dont have a local multiwrite setup, could that be the problem
here?

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41214] New: Generalize Autocomment

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41214

   Web browser: ---
 Bug #: 41214
   Summary: Generalize Autocomment
   Product: MediaWiki extensions
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: WikidataRepo
AssignedTo: wikidata-b...@lists.wikimedia.org
ReportedBy: jeb...@gmail.com
CC: wikibugs-l@lists.wikimedia.org,
wikidata-b...@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---


Generalize autocomment for several types of modules.

Create an interface for the modules and make a method Autocomment::makeSummary
that takes the module and params as arguments.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 18328] mwdumper java.lang.IllegalArgumentException: Invalid contributor

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18328

Bean49 ght81-wikipe...@yahoo.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 CC||ght81-wikipe...@yahoo.com,
   ||orenboch...@gmail.com
   Platform|PC  |All
 Resolution|WORKSFORME  |
 OS/Version|Linux   |All
   Severity|critical|normal

--- Comment #22 from Bean49 ght81-wikipe...@yahoo.com 2012-10-19 12:31:44 UTC 
---
I've had the same problem. A fix should be merged, to be merged with other
fixes.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 40900] Books rendered without content

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40900

--- Comment #18 from Siebrand s.mazel...@xs4all.nl 2012-10-19 12:36:37 UTC ---
Gerrit Ibe3bb5a1 patch set 3 should now fix all known breakages that were
introduced by the refactoring done in the past weeks. Thanks for everyone's
help. Please review and merge...

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 36452] xdebug causes bogus failures for tag-related parser tests

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36452

Antoine hashar Musso has...@free.fr changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #8 from Antoine hashar Musso has...@free.fr 2012-10-19 13:12:31 
UTC ---
Merged in. Thanks!

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 40044] tablesorter should sort images with alt text

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40044

--- Comment #8 from Daniel Werner daniel.wer...@wikimedia.de 2012-10-19 
13:23:33 UTC ---
After thinking about this again, I came to the conclusion that we basically
can't predict what should be taken into account for creating the sort key.
Therefore we shouldn't be smart about this and either take ALL alt tags + the
text, or take only the text.

Instead of trying to be smart here, we could add an attribute to the td element
which holds the actual sort key. I am not sure whether there is any attribute
we can abuse for this - e.g. the title attribute. We could wait for HTML5 to
use data- attributes. Since it is possible in MW table syntax to define
attributes for td elements, this might be the easiest and most generic
solution.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 40044] tablesorter should sort images with alt text

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40044

Daniel Friesen mediawiki-b...@nadir-seen-fire.com changed:

   What|Removed |Added

 CC||mediawiki-bugs@nadir-seen-f
   ||ire.com

--- Comment #9 from Daniel Friesen mediawiki-b...@nadir-seen-fire.com 
2012-10-19 13:30:21 UTC ---
Wouldn't be much of a wait. HTML5 is already here.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41215] New: Extensions on GIT can't be downloaded!

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41215

   Web browser: ---
 Bug #: 41215
   Summary: Extensions on GIT can't be downloaded!
   Product: MediaWiki extensions
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: blocker
  Priority: Unprioritized
 Component: ExtensionDistributor
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: subfa...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


On mediawiki.org no extension can be downloaded. Example:
http://www.mediawiki.org/wiki/Extension:Replace_Text

It has been that way for days now.

Error:

Invalid response from Extension Distributor remote client.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 40044] tablesorter should sort images with alt text

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40044

--- Comment #10 from Daniel Werner daniel.wer...@wikimedia.de 2012-10-19 
13:36:09 UTC ---
Sure. Just the question whether we really want to create a solution only
working with HTML5.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41215] Extensions on GIT can't be downloaded!

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41215

Sam Reed (reedy) s...@reedyboy.net changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE

--- Comment #1 from Sam Reed (reedy) s...@reedyboy.net 2012-10-19 13:40:01 
UTC ---


*** This bug has been marked as a duplicate of bug 41081 ***

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41081] ExtensionDistributor does not work: Invalid response from Extension Distributor remote client

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41081

Sam Reed (reedy) s...@reedyboy.net changed:

   What|Removed |Added

 CC||subfa...@gmail.com

--- Comment #2 from Sam Reed (reedy) s...@reedyboy.net 2012-10-19 13:40:01 
UTC ---
*** Bug 41215 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41213] Translation for Portal namespaces in Galician

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41213

Sam Reed (reedy) s...@reedyboy.net changed:

   What|Removed |Added

   Severity|normal  |enhancement

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 40876] Icon for PSD (Adobe Photoshop) file types

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40876

Antoine hashar Musso has...@free.fr changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||has...@free.fr
 Resolution||FIXED

--- Comment #6 from Antoine hashar Musso has...@free.fr 2012-10-19 13:44:03 
UTC ---
Patch merged. Thanks.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 40044] tablesorter should sort images with alt text

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40044

--- Comment #11 from Daniel Werner daniel.wer...@wikimedia.de 2012-10-19 
13:45:08 UTC ---
Yet another solution without HTML5 would be to introduce a 'sortable-sortkey'
class. Whenever that one is added to one or several elements in the table cell,
the joined texts of those will be taken as the key. For images, when the
'sortable-sortkey' class is added, the key text will be taken from the alt tag.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41216] New: Stub tag being put in the wrong place

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41216

   Web browser: ---
 Bug #: 41216
   Summary: Stub tag being put in the wrong place
   Product: MediaWiki extensions
   Version: master
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: PageTriage
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: oke...@wikimedia.org
CC: fflo...@wikimedia.org, rkald...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---


see
http://en.wikipedia.org/w/index.php?title=Wikipedia_talk:Page_Curationoldid=518656367#.7B.7Bstub.7D.7D_tag_being_put_in_wrong_place_:_unresolved_bug

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 28808] Mobile Homepage in Ossetian Wikipedia

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28808

Soslan Khubulov bour...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WORKSFORME

--- Comment #2 from Soslan Khubulov bour...@gmail.com 2012-10-19 13:56:31 UTC 
---
Closed as RESOLVED WORKSFORME.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41133] beta all.dblist is a live hack

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41133

Antoine hashar Musso has...@free.fr changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #1 from Antoine hashar Musso has...@free.fr 2012-10-19 15:00:07 
UTC ---
https://gerrit.wikimedia.org/r/#/c/28642/ by Sam Reed

beta now uses all-wmflabs.dblist

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41132] live hack in beta mediawiki-config (tracking)

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41132

Bug 41132 depends on bug 41133, which changed state.

Bug 41133 Summary: beta all.dblist is a live hack
https://bugzilla.wikimedia.org/show_bug.cgi?id=41133

   What|Old Value   |New Value

 Status|NEW |RESOLVED
 Resolution||FIXED

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 40779] Seeking in video files (range requests) does not work

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40779

--- Comment #7 from Mark Bergsma m...@nedworks.org 2012-10-19 15:04:25 UTC ---
(In reply to comment #6)
 (In reply to comment #5)
  Here is my attempt to add Range support to Varnish, when it's streaming 
  files:
  https://gerrit.wikimedia.org/r/#/c/28361/1
 
 Cool!
 
  Despite all this, if we want to be serious about video support, we'll need 
  to
  setup some entirely different infrastructure, probably using
  http://en.wikipedia.org/wiki/HTTP_Live_Streaming 
 
 HTTP Live Streaming is not for streaming static files.  It's for live
 audio/video broadcasting, where there's no start and end to the file for
 caching purposes.  It *might* simplify caching, but it will make the client 
 and
 server way more complicated than they probably need to be.

Sure, but it can of course also be used when start/end are available.

 I think we're best off pushing for increasingly better byte range support in
 Varnish.  Alternatively, we could beef up our Swift (or whatever)
 infrastructure so that it can deal with the load without having a caching 
 proxy
 in front.

Well, neither Squid nor Varnish support partial object caching, which is what's
really needed to make this work and perform well. Since it's complex, it won't
happen anytime soon in Varnish, and the fact that it appears to be patented,
doesn't help at all, either.

In any case, I've got my implementation of Range requests with streaming
working in Varnish now:

https://gerrit.wikimedia.org/r/#/c/28379/2

So that will allow us to make Varnish work like Squid now. We'll see how this
goes.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 36228] Only allow schema changes affecting deployment to be merged with consent of group-to-be-defined

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36228

--- Comment #14 from Antoine hashar Musso has...@free.fr 2012-10-19 
15:39:35 UTC ---
(In reply to comment #12)
 (In reply to comment #11)
  One possibility would be to change update.php so it can be made to report 
  any
  change made when doing the update. A Jenkins job could then install from 
  master
  then update the code base to the change version and run update.php.  
  Whenever
  update.php change something the Jenkins job could log / warn someone.
 
 That would be far too late, since it wouldn't notify the person until after it
 merged. Also it involves hacking up update.php just to support our workflow.
 
 Got to be a better way.

Under a jenkins job, the patchset is not merged yet so that should be fine :-]

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41152] URL-encode non-ASCII characters in a href=

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41152

--- Comment #1 from Gabriel Wicke gwi...@wikimedia.org 2012-10-19 15:39:49 
UTC ---
Thanks for your report! We reduced the urlencoding as we do not intend to
support non-UTF8 page encodings. Do you expect issues from this?

We try to remember urlencoded urls (what the user wrote) and use that if the
link target was not modified by an editor or script. Do you have examples where
this does not work?

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 37050] Create Jenkins job(s) for Wikidata extensions

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37050

Antoine hashar Musso has...@free.fr changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

--- Comment #11 from Antoine hashar Musso has...@free.fr 2012-10-19 
15:44:59 UTC ---
The job is at  https://integration.mediawiki.org/ci/job/Ext-Wikibase/ . Other
the last few weeks I have:

- switched it to use the MediaWiki master branch
https://gerrit.wikimedia.org/r/#/c/27398/ - bug 40884
- updated the configuration https://gerrit.wikimedia.org/r/#/c/28397/

We still have to report back to Gerrit but since tests are still failing we
probably dont want to report back yet.

I am closing this bug since the original request (writing a Jenkins job for
Wikidata) has been completed.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41151] Linktrail is wrongly applied to CJK characters

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41151

Gabriel Wicke gwi...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Lowest
  Component|General |CPP/General

--- Comment #1 from Gabriel Wicke gwi...@wikimedia.org 2012-10-19 15:46:19 
UTC ---
We don't support the localized link trail regexp yet and default to the English
one, so in this case the trail is not matched as such.

Currently our focus is to make Parsoid safe for the English Wikipedia first, so
that we can release it as a demo in December. After that release the plan is to
shift the focus to C++, which will also enable us to call back into PHP. That
should allow us to reuse the existing localizations and message systems, so we
don't spend too much time reinventing the wheel in a JavaScript prototype.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38260] [upstream] Jenkins can't fingerprint .git/FETCH_HEAD

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38260

Antoine hashar Musso has...@free.fr changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX

--- Comment #6 from Antoine hashar Musso has...@free.fr 2012-10-19 15:48:29 
UTC ---
I got some kind of workaround as stated in comment 4.  Once Zuul is deployed we
will no more have to take fingerprints so we are not going to push upstream to
fix that Jenkins issue.

Marking wontfix.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41206] Parsoid knows nothing about linkprefix

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41206

Gabriel Wicke gwi...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Lowest
  Component|General |CPP/General

--- Comment #1 from Gabriel Wicke gwi...@wikimedia.org 2012-10-19 15:48:29 
UTC ---
Absolutely correct- we have not worked on this yet. Will likely happen once we
can call back into PHP from C++.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 39838] Jenkins: remove fingerprinting from mw extension job

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39838

Antoine hashar Musso has...@free.fr changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX

--- Comment #1 from Antoine hashar Musso has...@free.fr 2012-10-19 15:49:59 
UTC ---
Once Zuul is deployed we will no more have to take fingerprints. There will be
no more job relationship in Jenkins sense, instead Zuul update the job
description to list the dependencies.

This bug is thus obsolete and will never get fixed. Marking Wontfix.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35706] Retriggered builds in Jenkins shouldn't lose track of children builds

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35706

Antoine hashar Musso has...@free.fr changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||WONTFIX

--- Comment #4 from Antoine hashar Musso has...@free.fr 2012-10-19 15:53:08 
UTC ---
Once Zuul is deployed we will no more have to take fingerprints to track job
dependencies. Zuul update the job description to list job dependencies.

Marking this as wontfix.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41155] [Regression] ContentHandler should not disable parsing of .js/.css wiki pages

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41155

--- Comment #11 from Krinkle krinklem...@gmail.com 2012-10-19 15:57:33 UTC ---
(In reply to comment #6)
 (In reply to comment #5)
  Marking as high priority regression for 1.21.
  
  All hot drama aside, this is a very frequently used feature that 
  ContentHandler
  just broke out of core without any discussion. Okay, thought it was a minor 
  bug
  that could be fixed along the way, a simple mistake to make. But as we know 
  now
  it is very much not a bug (maybe originally, but it has become an 
  irreplaceable
  feature that until actually replaced, must not be removed).
 
 In my defense, I did discuss this with some people [..]

Sure, by all means. You're not to blame. It looked like a bug, and if it
weren't for the hacky undocumented  usecases that evolved over time, it was a
good fix to make :)

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41114] No fa_sha1 schema update for PostgreSQL

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41114

--- Comment #2 from Umherirrender umherirrender_de...@web.de 2012-10-19 
15:58:49 UTC ---
I have no way to test PostgreSQL and/or install that RDBMS.

I have added sqlite only, because jenkins is testing this and will give a
failed build.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 30048] Mobile homepage for eo.WP

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30048

--- Comment #3 from Arno Lagrange arno.raymond.lagra...@wanadoo.fr 2012-10-19 
16:04:19 UTC ---
Ho yes 14 months later the bug looks as solved. How quickly !

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 34749] [SMW] When mainlabel specified an extra mainlabel parameter is added in the further results link

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34749

Yaron Koren yaro...@gmail.com changed:

   What|Removed |Added

 CC||yaro...@gmail.com
 AssignedTo|wikibugs-l@lists.wikimedia. |jeroen_ded...@yahoo.com
   |org |

--- Comment #2 from Yaron Koren yaro...@gmail.com 2012-10-19 16:06:25 UTC ---
This problem also occurs for the export formats (CSV, DSV, JSON, possibly
others). I'm assigning this to Jeroen.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41217] New: Failed round-trip if HTML entities are in target of links

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41217

   Web browser: ---
 Bug #: 41217
   Summary: Failed round-trip if HTML entities are in target of
links
   Product: Parsoid
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General
AssignedTo: gwi...@wikimedia.org
ReportedBy: liang...@gmail.com
CC: ssas...@wikimedia.org, wikibugs-l@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---


Including:

[[quot;|a]]

[[quot;]]

This works:

[[a|quot;]]

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41218] New: Incorrect page is linked when page title contains a question mark

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41218

   Web browser: ---
 Bug #: 41218
   Summary: Incorrect page is linked when page title contains a
question mark
   Product: Parsoid
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General
AssignedTo: gwi...@wikimedia.org
ReportedBy: liang...@gmail.com
CC: ssas...@wikimedia.org, wikibugs-l@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---


Testcase:

[[a?b]]

[[a?b|c]]

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41151] Linktrail is wrongly applied to CJK characters

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41151

--- Comment #2 from Gabriel Wicke gwi...@wikimedia.org 2012-10-19 16:28:24 
UTC ---
[09:19] liangent $linkTrail = '/^([a-z]+)(.*)$/sD'; is in MessagesEn.php
[09:20] liangent this shouldn't include CJK characters, right?
[09:20] gwicke I would think so
[09:20] liangent but parsoid includes CJK chars in linktrail..
[09:21] gwicke interesting- I guess we approximate the regexp to something
more liberal right now
[09:22] gwicke there is no i18n support yet, so we don't use the localized
regexps
[09:23] gwicke we currently have tail:( ![A-Z \t(),.:\n\r-] tc:text_char {
return tc } )* 
[09:24] gwicke I think the idea was to be very liberal about tails in the
tokenizer, and to convert/validate based on language in token stream transforms
[09:24] gwicke invalid tails can then be converted back to a text token
[09:25] gwicke the A-Z might be a bit fishy in that context though..

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41042] Requesting 'sections' for nonexistent page does not give error

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41042

Umherirrender umherirrender_de...@web.de changed:

   What|Removed |Added

 CC||umherirrender_de...@web.de

--- Comment #8 from Umherirrender umherirrender_de...@web.de 2012-10-19 
16:29:54 UTC ---
You can use
http://en.wikipedia.org/w/api.php?action=querytitles=Not%20Exist|In%7Bvlid|Special:Not-exist
to validate one or more titles with the api.

You will get:

?xml version=1.0?
api
  query
pages
  page ns=0 title=Not Exist missing= /
  page title=In{vlid invalid= /
  page ns=-1 title=Special:Not-exist special= missing= /
/pages
  /query
/api

Special pages also supported and some more stuff (like converting of titles and
redirects)

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41078] Special:ActiveUsers query is very slow

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41078

Umherirrender umherirrender_de...@web.de changed:

   What|Removed |Added

 CC||umherirrender_de...@web.de

--- Comment #9 from Umherirrender umherirrender_de...@web.de 2012-10-19 
16:37:20 UTC ---
That pages was slow on translatewiki before my changes, because translatewiki
has set RCMaxAge to a high value and that result in many rows in the
recentchange table.

It is hard to say, which query will give the best result for this.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 39567] Parsoid: General round-tripping tracking bug

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39567

Bug 39567 depends on bug 41057, which changed state.

Bug 41057 Summary: DSR on templates in tables seems to be off
https://bugzilla.wikimedia.org/show_bug.cgi?id=41057

   What|Old Value   |New Value

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41057] DSR on templates in tables seems to be off

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41057

ssas...@wikimedia.org changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 37650] m.wikinews.org has incorrect certificate (for *.wikipedia.org)

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37650

Jon jrob...@wikimedia.org changed:

   What|Removed |Added

 CC||jrob...@wikimedia.org
  Component|MobileFrontend  |SSL related
Version|master  |unspecified
Product|MediaWiki extensions|Wikimedia

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41190] Uploading file with a slash in name removes all letters preceding it

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41190

Umherirrender umherirrender_de...@web.de changed:

   What|Removed |Added

 CC||umherirrender_de...@web.de

--- Comment #8 from Umherirrender umherirrender_de...@web.de 2012-10-19 
16:56:47 UTC ---
Without ignorewarnings= you will get a badtitlename error, so WORKSFORME.

The gui will give you a hint about the change of the name, when not checking
the ignore warnings checkbox.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 22769] MediaWiki:Enotif body: Replace named Parameter

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22769

Amir E. Aharoni amir.ahar...@mail.huji.ac.il changed:

   What|Removed |Added

 CC||amir.ahar...@mail.huji.ac.i
   ||l

--- Comment #5 from Amir E. Aharoni amir.ahar...@mail.huji.ac.il 2012-10-19 
17:06:43 UTC ---
Is this fixed?

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41190] Uploading file with a slash in name removes all letters preceding it

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41190

--- Comment #9 from Chad H. innocentkil...@gmail.com 2012-10-19 17:09:11 UTC 
---
The content of attachment 11206 has been deleted by
Chad H. innocentkil...@gmail.com
who provided the following reason:

Contains private info (eg: session cookies)

The token used to delete this attachment was generated at 2012-10-19 17:08:59
UTC.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 24060] Put messages in external script

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24060

Amir E. Aharoni amir.ahar...@mail.huji.ac.il changed:

   What|Removed |Added

 CC||amir.ahar...@mail.huji.ac.i
   ||l

--- Comment #2 from Amir E. Aharoni amir.ahar...@mail.huji.ac.il 2012-10-19 
17:10:45 UTC ---
Is this still relevant? It can probably be closed.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35041] Mobile contact us page is more complicated then it needs to be

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35041

Tomasz Finc tf...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #2 from Tomasz Finc tf...@wikimedia.org 2012-10-19 17:11:49 UTC 
---
It's integrated into our new nav. Resolving.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 32001] Wikipedia Zero heading banner

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32001

Tomasz Finc tf...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #6 from Tomasz Finc tf...@wikimedia.org 2012-10-19 17:12:46 UTC 
---
This has been implemented for a while. Resolving

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 34000] Wikipedia Zero tracker

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34000

Bug 34000 depends on bug 32001, which changed state.

Bug 32001 Summary: Wikipedia Zero heading banner
https://bugzilla.wikimedia.org/show_bug.cgi?id=32001

   What|Old Value   |New Value

 Status|NEW |RESOLVED
 Resolution||FIXED

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41078] Special:ActiveUsers query is very slow

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41078

--- Comment #10 from Sam Reed (reedy) s...@reedyboy.net 2012-10-19 17:19:28 
UTC ---
(In reply to comment #9)
 That pages was slow on translatewiki before my changes, because translatewiki
 has set RCMaxAge to a high value and that result in many rows in the
 recentchange table.
 
 It is hard to say, which query will give the best result for this.

It just seemed a likely candidate as it had been deployed, then it was noticed
it was slow. Granted, it's not that commit.

Reverted https://gerrit.wikimedia.org/r/#/c/28689/

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41042] Requesting 'sections' for nonexistent page does not give error

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41042

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |High
 CC||aklap...@wikimedia.org

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 24060] Put messages in external script

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24060

Siebrand s.mazel...@xs4all.nl changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35251] Add a 'Night Mode' to the Wikipedia Mobile app

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35251

Jon jrob...@wikimedia.org changed:

   What|Removed |Added

 CC||jrob...@wikimedia.org

--- Comment #5 from Jon jrob...@wikimedia.org 2012-10-19 17:24:16 UTC ---
Several things needed for this
* Someone needs to design an alternative a stylesheet that can be added to the
app that renders the app in a night mode
* A setting needs to be added to the settings page which can be toggled on or
off
* The init function needs to be modified to load the correct stylesheet by
doing something like:
https://github.com/wikimedia/WLMMobile/blob/master/assets/www/js/app.js#L946

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 36587] Chunked upload fails with internal_api_error_UploadStashFileNotFoundException

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36587

--- Comment #28 from Aaron Schulz aschulz4...@gmail.com 2012-10-19 17:26:56 
UTC ---
(In reply to comment #27)
 3) Using swift on a local vm this problem does not exist. Large uploads do not
 cause any errors. Dont have a local multiwrite setup, could that be the 
 problem
 here?

I was using ceph rgw. I've tried a 90mb file again and it uploads ~10 chunks
and then dies with Exception Caught: path doesn't exist (using firebug for
inspecting errors). Some of the problems may have to do with
http://tracker.newdream.net/issues/3365. But that doesn't quite explain why I
it uploads several chunks fine before failing yet.

I can upload 40mb-150mb or so files with swift. Sometimes it says it failed
when it succeeded (and I can still publish it) and other times it just works
normally.

I'm also running into a bug where most of the messages appear like
[mwe-upwiz-subhead-message][mwe-upwiz-subhead-translate] on the wikis using
sqlite, which is probably unrelated, but annoying problem. This affects my
wikis that use ceph and swift.

I also have a wiki using the local FS and MySQL, which seems to give me much
less trouble. I'll try MySQL + Swift and see what that does next.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41219] New: No CSS shown on attachment.cgi when attachment was deleted

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41219

   Web browser: ---
 Bug #: 41219
   Summary: No CSS shown on attachment.cgi when attachment was
deleted
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: trivial
  Priority: Unprioritized
 Component: Bugzilla
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: aklap...@wikimedia.org
CC: s...@reedyboy.net, thehelpfulonew...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


http://bug-attachment.wikimedia.org/attachment.cgi?id=11206 displays no CSS.

Trying to access e.g.
http://bug-attachment.wikimedia.org/skins/standard/global.css
you get:
No permission

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 30813] Add Kaarangay: as namespace alias for Category: on warwiki

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30813

Amir E. Aharoni amir.ahar...@mail.huji.ac.il changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 CC||amir.ahar...@mail.huji.ac.i
   ||l
 Resolution||FIXED

--- Comment #10 from Amir E. Aharoni amir.ahar...@mail.huji.ac.il 2012-10-19 
17:40:27 UTC ---
Looks like it's working correctly in war.wikipedia.org now.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41220] New: Edittols buttons broken in liquid threads reply and new topic

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41220

   Web browser: ---
 Bug #: 41220
   Summary: Edittols buttons broken in liquid threads reply and
new topic
   Product: MediaWiki extensions
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: LiquidThreads
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: subfa...@gmail.com
CC: agarr...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---


As title says. Buttons are broken

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 37837] VisualEditor: When Error saving data to server: Unsuccessful request: error. the spinner for saving doesn't go away

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37837

Christian Williams or...@framezero.com changed:

   What|Removed |Added

 AssignedTo|i...@wikia-inc.com  |rm...@wikimedia.org

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 37850] VisualEditor: Mouse selection very unreliable in Internet Explorer 10

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37850

Christian Williams or...@framezero.com changed:

   What|Removed |Added

 AssignedTo|i...@wikia-inc.com  |or...@framezero.com

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38007] VisualEditor: Using page movement keys when focus is not in edit area still triggers movement

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38007

Christian Williams or...@framezero.com changed:

   What|Removed |Added

 AssignedTo|i...@wikia-inc.com  |or...@framezero.com

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 15494] New Comments At Top of Talk Page [+]

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=15494

MZMcBride b...@mzmcbride.com changed:

   What|Removed |Added

   See Also||https://bugzilla.wikimedia.
   ||org/show_bug.cgi?id=31919

--- Comment #11 from MZMcBride b...@mzmcbride.com 2012-10-19 17:49:42 UTC ---
This bug is related to bug 31919 (Allow posting new sections to top of page on
a per-page basis).

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41066] VisualEditor: Backspace in list: deleted character re-appears

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41066

--- Comment #2 from Christian Williams or...@framezero.com 2012-10-19 
17:50:02 UTC ---
Just leaving a note: This is a Firefox problem where the browser adds a br
_moz_dirty / within the list item:
li
  p/p
  br _moz_dirty/
/li

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 15494] Add new sections to the top of a page on a site-wide basis

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=15494

MZMcBride b...@mzmcbride.com changed:

   What|Removed |Added

Summary|New Comments At Top of Talk |Add new sections to the top
   |Page [+]|of a page on a site-wide
   ||basis

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41066] VisualEditor: Backspace in list: deleted character re-appears

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41066

Christian Williams or...@framezero.com changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41117] VisualEditor: Offset is incorrect after alienInline in Firefox

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41117

Christian Williams or...@framezero.com changed:

   What|Removed |Added

   Target Milestone|VE-deploy-2012-10-29|---

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 31919] Allow posting new sections to top of page on a per-page basis

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31919

MZMcBride b...@mzmcbride.com changed:

   What|Removed |Added

   Keywords||easy
 CC||b...@mzmcbride.com
   See Also||https://bugzilla.wikimedia.
   ||org/show_bug.cgi?id=15494
Summary|Allow posting new sections  |Allow posting new sections
   |to top of page  |to top of page on a
   ||per-page basis

--- Comment #4 from MZMcBride b...@mzmcbride.com 2012-10-19 17:56:32 UTC ---
This bug is related to bug 15494 (Add new sections to the top of a page on a
site-wide basis).

I'm going to mark this as easy. Bug 15494 is about the ability to change the
section=new behavior on a site-wide basis (via a configuration variable). This
bug is about the ability to change the section=new behavior on a per-page
basis.

I think a magic word is the most logical implementation for this. Something
like __REVERSEPOSTORDER__ or something, maybe? That way it would just do
whatever the non-default behavior is. Or you could take a more explicit
approach and have __ALWAYSTOPPOST__ and __ALWAYSBOTTOMPOST__ and the implicit
value would be whatever the site-wide default is.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 15494] Add new sections to the top of a page on a site-wide basis

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=15494

MZMcBride b...@mzmcbride.com changed:

   What|Removed |Added

   Keywords||easy
  Component|Interface   |Page editing
Version|1.14.x  |unspecified

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 36437] A strict and correct Git workflow document is needed

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36437

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

 CC||aklap...@wikimedia.org

--- Comment #3 from Andre Klapper aklap...@wikimedia.org 2012-10-19 18:03:47 
UTC ---
Danielle: Is there any progress on this?

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 30378] dumpHtml: output directory has no index.html

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30378

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||aklap...@wikimedia.org
 Resolution||WORKSFORME
  Status Whiteboard||aklapper-moreinfo

--- Comment #2 from Andre Klapper aklap...@wikimedia.org 2012-10-19 18:04:42 
UTC ---
orenbochman: Is this still a problem?

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41169] Page source is no longer trimmed from trailing whitespaces on save

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41169

Sumana Harihareswara suma...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||suma...@wikimedia.org
 Resolution||FIXED

--- Comment #3 from Sumana Harihareswara suma...@wikimedia.org 2012-10-19 
18:05:38 UTC ---
Fix merged.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41190] Uploading file with a slash in name removes all letters preceding it

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41190

--- Comment #10 from Jesús Martínez Novo martinezn...@gmail.com 2012-10-19 
18:06:04 UTC ---
Created attachment 11208
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=11208
Simple HTML form to upload a file through the api (targets Wikimedia Commons)
to demonstrate the bug

I've successfully created a simple form that targets the API of WikiMedia
commons and provides all the required fields to upload a file for testing this
bug.

STEPS TO REPRODUCE:

Each parameter is an input, you need to fill the token (a handy link on the
html is included to get one) and the file you want to upload. I've prefilled
the target title with the same title provided by Smallman but with a PNG
extension, so choose a random PNG filename for upload (It's easier to create a
PNG file rather than a PDF one).

I've included the stash parameter to prevent the file from actually being
uploaded to Commons. It's sufficient to see the results, so please leave this
parameter checked ;)

ACTUAL RESULTS

This is the response with ignorewarnings unchecked:

  upload result=Warning filekey=10xx8haqtku8.von8i.46251.png
sessionkey=10xx8haqtku8.von8i.46251.png
warnings badfilename=74(Gerald_Ford_Library)(1554461).png /
  /upload

This is the response with ignorewarnings checked:

  upload result=Success filekey=10xx8s87hzog.f41ttt.46251.png
sessionkey=10xx8s87hzog.f41ttt.46251.png
warnings badfilename=74(Gerald_Ford_Library)(1554461).png /
imageinfo timestamp=2012-10-19T18:01:14Z user= userid= anon=
size=80 width=11 height=11 parsedcomment= comment=
url=http://commons.wikimedia.org/wiki/Special:UploadStash/file/10xx8s87hzog.f41ttt.46251.png;
descriptionurl=http://commons.wikimedia.org/wiki/Special:UploadStash/file/10xx8s87hzog.f41ttt.46251.png;
sha1=23d8e32905b6d3f4a2b89124c60db0c4bf64ac4d mime=image/png
mediatype=UNKNOWN bitdepth=0
  metadata
metadata name=frameCount value=0 /
metadata name=loopCount value=1 /
metadata name=duration value=0 /
metadata name=bitDepth value=8 /
metadata name=colorType value=truecolour /
metadata name=metadata
  value
metadata name=_MW_PNG_VERSION value=1 /
  /value
/metadata
  /metadata
/imageinfo
  /upload

As you can see, warnings badfilename=74(Gerald_Ford_Library)(1554461).png /
doesn't match the original filename, which should be Gerald Ford Papers- Final
Issues for Decision, Army Corps of Engineers- 12/4/74(Gerald Ford
Library)(1554461).png and maybe the slashes converted to underscores or
whatever, but the filename gets truncated instead.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 39603] VisualEditor: DOM out of sync with data model when typing next to a link

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39603

Christian Williams or...@framezero.com changed:

   What|Removed |Added

   Target Milestone|VE-deploy-2012-10-29|---

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 36437] A strict and correct Git workflow document is needed

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36437

Sumana Harihareswara suma...@wikimedia.org changed:

   What|Removed |Added

 AssignedTo|wmd...@gmail.com|wikibugs-l@lists.wikimedia.
   ||org

--- Comment #4 from Sumana Harihareswara suma...@wikimedia.org 2012-10-19 
18:07:45 UTC ---
Since Danielle is no longer contracting for the Wikimedia Foundation I am
de-assigning her from this.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41221] New: New namespaces for it.wikiquote

2012-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41221

   Web browser: ---
 Bug #: 41221
   Summary: New namespaces for it.wikiquote
   Product: Wikimedia
   Version: wmf-deployment
  Platform: All
OS/Version: All
Status: UNCONFIRMED
  Severity: normal
  Priority: Unprioritized
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: e...@live.it
Classification: Unclassified
   Mobile Platform: ---


Such as a href=show_bug.cgi?id=7101 title=RESOLVED FIXED - Create
quot;Progettoquot; namespace on Italian WikipediaBug 7101/a and a
href=show_bug.cgi?id=10509 title=RESOLVED FIXED - Create
quot;Progettoquot; namespace on Italian WikipediaBug 10509/a, this is a
request to get new namespaces for a project in the Italian language.

The consensus has arisen here:
https://it.wikiquote.org/wiki/Wikiquote:Bar#Portali_e_progetti

Need 4 new namespaces: Progetto, Discussioni progetto, Portale,
Discussioni portale.

 'itwikiquote' = array(
   102 = 'Progetto',
   103 = 'Discussioni_progetto',
   104 = 'Portale',
   105 = 'Discussioni_portale',
 ),


= Done.

Thanks and greetings

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


  1   2   3   >