[Bug 56842] Mailman administration frequently fails on Chrome.

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=56842

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

   Keywords||upstream

--- Comment #6 from Nemo federicol...@tiscali.it ---
I can't however find any report mentioning chrome/chromium in
https://bugs.launchpad.net/mailman/ or any report mentioning mailman against
chromium, unless it's one of these:
https://code.google.com/p/chromium/issues/list?can=2q=ERR_EMPTY_RESPONSE
Did this happen also before lists.wikimedia.org was made HTTPS-only? Among
those there are several mentioning TLS forms issues.

Please identify the correct upstream bug or file one, after reading those
above, and link it here.

-- 
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 56842] Mailman administration frequently fails on Chrome.

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=56842

--- Comment #7 from Nemo federicol...@tiscali.it ---
If you file a new bug (or find one with incomplete information), remember to
follow this procedure, they want it:
https://sites.google.com/a/chromium.org/dev/for-testers/providing-network-details
(make sure it doesn't contain your password or non-spam private data; or that
you terminate your session if it contains your cookie).

-- 
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 41940] Amiri font for Arab lacks italics and bold causing bad rendering

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41940

--- Comment #16 from Nemo federicol...@tiscali.it ---
(In reply to comment #15)
 Created attachment 14288 [details]
 Untested patch
 
 I guess something like that should work, but I couldn’t test it (I fear it
 will
 need setting up local MediaWiki install which is not something I’ve done
 before).

Thank you! Please see [[mw:How to become a MediaWiki hacker]], particularly
[[mw:MediaWiki-Vagrant]] to test locally and [[mw:Gerrit/Tutorial]] on how to
send your patch to gerrit, to speed things up.

-- 
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 59940] New: Flow: fatal FlowException from Special:Contribution on production test servers

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59940

   Web browser: ---
Bug ID: 59940
   Summary: Flow: fatal FlowException from Special:Contribution on
production test servers
   Product: MediaWiki extensions
   Version: master
  Hardware: All
   URL: https://test.wikipedia.org/wiki/Special:Contributions/
103.6.159.113
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Flow
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: sp...@wikimedia.org
CC: ebernhard...@wikimedia.org, oke...@wikimedia.org,
pandiculat...@gmail.com, sp...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

Saw these two in fatal.log on test servers.  I can still recreate the problem
by visiting the URL.

The trigger for the fatal may be garbled posts left over from bug 59884, but I
think there's a problem in the exception handling masking it. (We need tests
for assertions, write a test that fails and assert it should throw
FlowException.)

I think the proximate fix might be to add the single line
use Flow\Exception\FlowException;
to includes/WorkflowLoader.php , or instead to namespace the exception.
 throw new \Flow\Exception\FlowException...
phpcs doesn't spot the problem.

I scanned for similar exception handling errors and noticed:
includes/View/History/HistoryRecord.php has an unused use MWException
includes/Data/MultiDimArray.php has an unwanted \ prefix on throw new
\InvalidInputException

The code is trying to throw 'Interwiki not implemented' because $this-wiki !==
wfWikiId(), which is strange because Special:Contributions doesn't try to list
contributions from other wikis. Again, the post might be garbled.  The
exception would be a lot more useful if it printed
  $this-wiki;

Here are the fatal.log lines:

[10-Jan-2014 15:07:40] Fatal error: Class 'Flow\Model\FlowException' not found
at
/usr/local/apache/common-local/php-1.23wmf10/extensions/Flow/includes/Model/Workflow.php
on line 96
Server: mw1017
Method: GET
URL: http://test.wikipedia.org/wiki/Special:Contributions/103.6.159.113
Cookie: centralnotice_bucket=1-4.2; uls-previous-languages=%5B%22en%22%5D;
mediaWiki.user.sessionId=WEsSugO0VRXL8dYyGA9Vd47JrkEhm3Bs
Backtrace:
#0
/usr/local/apache/common-local/php-1.23wmf10/extensions/Flow/includes/Model/Workflow.php(96):
Flow\Model\Workflow::getArticleTitle()
#1
/usr/local/apache/common-local/php-1.23wmf10/extensions/Flow/includes/Contributions/Query.php(214):
Flow\Model\Workflow-getArticleTitle()
#2
/usr/local/apache/common-local/php-1.23wmf10/extensions/Flow/includes/Contributions/Query.php(111):
Flow\Contributions\Query-buildResult(Object(ContribsPager),
Object(Flow\Model\PostRevision), 'topic')
#3 /usr/local/apache/common-local/php-1.23wmf10/extensions/Flow/Hooks.php(337):
Flow\Contributions\Query-getResults(Object(ContribsPager), '', 51, false)
#4 [internal function]: FlowHooks::onContributionsQuery(Array,
Object(ContribsPager), '', 51, false)
#5 /usr/local/apache/common-local/php-1.23wmf10/includes/Hooks.php(199):
call_user_func_array('FlowHooks::onCo...', Array)
#6
/usr/local/apache/common-local/php-1.23wmf10/includes/GlobalFunctions.php(4032):
Hooks::run('ContribsPager::...', Array)
#7
/usr/local/apache/common-local/php-1.23wmf10/includes/specials/SpecialContributions.php(691):
wfRunHooks('ContribsPager::...', Array)
#8 /usr/local/apache/common-local/php-1.23wmf10/includes/Pager.php(226):
ContribsPager-reallyDoQuery('', 51, false)
#9 /usr/local/apache/common-local/php-1.23wmf10/includes/Pager.php(552):
IndexPager-doQuery()
#10
/usr/local/apache/common-local/php-1.23wmf10/includes/specials/SpecialContributions.php(187):
IndexPager-getNumRows()
#11
/usr/local/apache/common-local/php-1.23wmf10/includes/specialpage/SpecialPage.php(374):
SpecialContributions-execute('103.6.159.113')
#12
/usr/local/apache/common-local/php-1.23wmf10/includes/SpecialPageFactory.php(487):
SpecialPage-run('103.6.159.113')
#13 /usr/local/apache/common-local/php-1.23wmf10/includes/Wiki.php(298):
SpecialPageFactory::executePath(Object(Title), Object(RequestContext))
#14 /usr/local/apache/common-local/php-1.23wmf10/includes/Wiki.php(599):
MediaWiki-performRequest()
#15 /usr/local/apache/common-local/php-1.23wmf10/includes/Wiki.php(460):
MediaWiki-main()
#16 /usr/local/apache/common-local/php-1.23wmf10/index.php(49):
MediaWiki-run()
#17 /usr/local/apache/common-local/w/index.php(3):
require('/usr/local/apac...')
#18 {main}

and later
[10-Jan-2014 15:07:40] Fatal error: Class 'Flow\Model\FlowException' not found
at
/usr/local/apache/common-local/php-1.23wmf10/extensions/Flow/includes/Model/Workflow.php
on line 96
Server: mw1017
Method: GET
URL: http://test.wikipedia.org/wiki/Special:Contributions/103.6.159.113
Cookie: centralnotice_bucket=1-4.2; uls-previous-languages=%5B%22en%22%5D;

[Bug 59940] Flow: fatal FlowException from Special:Contribution on production test servers

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59940

--- Comment #1 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 106869 had a related patch set uploaded by Spage:
Fix fatal from exception, and improve its message

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

-- 
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 59940] Flow: fatal FlowException from Special:Contribution on production test servers

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59940

Gerrit Notification Bot gerritad...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |PATCH_TO_REVIEW

-- 
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 59910] curl https://git.wikimedia.org/ gives invalid certificate

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59910

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

   What|Removed |Added

 Status|RESOLVED|VERIFIED

--- Comment #13 from Antoine hashar Musso has...@free.fr ---
Works for me, thanks Rob.

-- 
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 46887] Remove sleep from tests

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46887

--- Comment #7 from Željko Filipin zfili...@wikimedia.org ---
Tony, if you need help getting started apply for Pair programming Friday for
fun and profit:

https://www.mediawiki.org/wiki/Pair_programming_Friday_for_fun_and_profit

-- 
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 53132] Notifications are not sent when a user mentions another if the signature of the sender contains localized namespaces

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53132

Yusuke Matsubara w...@whym.org changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 CC||w...@whym.org
 Resolution|FIXED   |---

--- Comment #24 from Yusuke Matsubara w...@whym.org ---
I presume this edit https://ja.wiktionary.org/w/index.php?oldid=617213 should
have invoked a notification towards [[User:Whym]], but it didn't.

-- 
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 52061] Merge Poem extension into MediaWiki core

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52061

--- Comment #12 from This, that and the other at.li...@live.com.au ---
I'm wondering if people would prefer verbatim as the name of this tag?

-- 
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 54450] Fix compatibility with all skins

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54450

Hydra hy...@alphacorp.tk changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |NEW
 CC||hy...@alphacorp.tk
Version|REL1_21 branch  |master
   Assignee|wikibugs-l@lists.wikimedia. |hy...@alphacorp.tk
   |org |

-- 
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 54450] Fix compatibility with all skins

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54450

Gerrit Notification Bot gerritad...@wikimedia.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |PATCH_TO_REVIEW
 Ever confirmed|0   |1

-- 
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 54450] Fix compatibility with all skins

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54450

--- Comment #4 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 106878 had a related patch set uploaded by Hydriz:
(bug 54450) Fix compatibility with all skins

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

-- 
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 54450] Fix compatibility with all skins

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54450

Hydra hy...@alphacorp.tk changed:

   What|Removed |Added

 Status|NEW |PATCH_TO_REVIEW

-- 
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 7757] allow cropping images when rendered

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=7757

--- Comment #25 from Rezonansowy lukas.ce...@gmail.com ---
(In reply to comment #24)
 The magic of wikitext; once we have a server side solution, this template can
 just be updated to call that. Likewise with some of the other templates that
 do
 similar things.

Could you say more about the your solution? I we have something like this in
#c3 we don't need any templates.

-- 
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 7757] allow cropping images when rendered

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=7757

--- Comment #26 from Rezonansowy lukas.ce...@gmail.com ---
(In reply to comment #25)
 (In reply to comment #24)
  The magic of wikitext; once we have a server side solution, this template 
  can
  just be updated to call that. Likewise with some of the other templates that
  do
  similar things.
 
 Could you say more about the your solution? I we have something like this in
 #c3 we don't need any templates.

Ops, should be #comment3

-- 
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 56920] wgPageContentLanguage broken on Incubator, returns en always

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=56920

Hydra hy...@alphacorp.tk changed:

   What|Removed |Added

 CC||hy...@alphacorp.tk

--- Comment #2 from Hydra hy...@alphacorp.tk ---
It seems to me that it is an intended behavior. If the language isn't localized
in MediaWiki, MediaWiki doesn't know what the language is, it wouldn't be able
to display wgPageContentLanguage correctly. Do correct me if I am wrong.

-- 
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 41417] LastModified should not be displayed while creating a non-existent page

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41417

Hydra hy...@alphacorp.tk changed:

   What|Removed |Added

 CC||hy...@alphacorp.tk
   Assignee|wikibugs-l@lists.wikimedia. |hy...@alphacorp.tk
   |org |

-- 
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 59699] BetaFeatures' media viewer throbber is low resolution

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59699

Hydra hy...@alphacorp.tk changed:

   What|Removed |Added

 CC||aarcos.w...@gmail.com,
   ||gti...@wikimedia.org
  Component|BetaFeatures|MultimediaViewer

-- 
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 59941] New: Flow: in default config posts don't appear

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59941

   Web browser: ---
Bug ID: 59941
   Summary: Flow: in default config posts don't appear
   Product: MediaWiki extensions
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Flow
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: sp...@wikimedia.org
CC: ebernhard...@wikimedia.org, oke...@wikimedia.org,
pandiculat...@gmail.com,
shahyar+wmfbugzi...@gmail.com, sp...@wikimedia.org,
wctai...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

If you add Flow to MediaWiki-Vagrant, and do no other configuration, you can
add topics and posts, but when you later redisplay a topic, e.g. click its
permalink icon, you don't see any of its posts!  Shahyar, wctaiwan and I all
discovered this.

The post does show up in the topic history and the post text is in the
flow_revision table, so this is probably a caching issue.  Setting
$wgFlowUseMemcache = false fixes it (I think it makes Flow use HashBagOStuff).
So maybe false should be Flow's default, and overridden by a WMF wmf-config
setting.

Another wrinkle is MediaWiki-Vagrant does enable a cache, but it is
$wgMainCacheType = 'redis'.  So $wgFlowUseMemcache = true should work, since it
makes Flow use $wgMemc that ends up being RedisBagOStuff.  I'm not sure why
it's failing.

Maybe Flow should be flexible and have a $wgFlowCacheType that defaults to
CACHE_ANYTHING or CACHE_MEMCACHE, the way system caches like $wgParserCache do.
 Or it could use $wgMemc all the time, since that misnamed function always does
something: it'll use MemcachedPhpBagOStuff or RedisBagOStuff if they're
configured, otherwise it falls back to EmptyBagOStuff (dummy cache).

-- 
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 59699] MultimediaViewer's throbber is of a low resolution

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59699

Hydra hy...@alphacorp.tk changed:

   What|Removed |Added

 CC||hy...@alphacorp.tk
Summary|BetaFeatures' media viewer  |MultimediaViewer's throbber
   |throbber is low resolution  |is of a low resolution

-- 
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 59941] Flow: in default config posts don't appear

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59941

--- Comment #1 from Bingle bingle-ad...@wikimedia.org ---
The WMF core features team tracks this bug on Mingle card
https://wikimedia.mingle.thoughtworks.com/projects/flow/cards/714, but people
from the community are welcome to contribute here and in Gerrit.

-- 
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 59895] Special:Contributions filters and options should update in real time without user clicking Search

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59895

--- Comment #10 from Isarra zhoris...@gmail.com ---
(In reply to comment #5)
 @Isarra, The site is pretty fast, most searches i've done have returned
 results in a second or less. So if its a time concern a search will likely 
 resolve
 faster than it would take a user to change a setting, and move their cursor
 to
 the search button.I'm not sure where the user would be forced to wait in
 this
 process, it would be easy enough to make sure the form could still be
 interacted with even if a query was running in the background. 

Results take longer to load based on how many are loading, too. Many users will
have it load 100, 500, or even 5000 entries at a time, and that makes a
significant difference.

Such a change would also affect third-party mediawiki installations, which may
not be running on as fast of servers as the WMF happens to use. As hilarious as
it would be to see all of the wikis that carlb hosts effectively stop having a
searchable special:contributions at all, for instance, I don't think this is
what we want.

Point is, extra responsiveness is a nice idea, but it's not necessarily needed
or practical here.

-- 
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 59942] New: Add role for Flow extension

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59942

   Web browser: ---
Bug ID: 59942
   Summary: Add role for Flow extension
   Product: MediaWiki-Vagrant
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General
  Assignee: o...@wikimedia.org
  Reporter: sp...@wikimedia.org
CC: ebernhard...@wikimedia.org, o...@wikimedia.org,
shahyar+wmfbugzi...@gmail.com, wctai...@gmail.com,
yuvipa...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

See https://www.mediawiki.org/wiki/Extension:Flow

It should probably configure $wgFlowContentFormat = 'html', which requires
Parsoid, since that's how WMF wikis are set up.

For some reason Flow is currently incompatible with MW-Vagrant configuring
$wgMainCacheType = 'redis' (bug 59941). Until this is fixed, the Flow role
should set $wgFlowUseMemcache = false.

-- 
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 50376] change username to email address in not valid error message

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50376

Gerrit Notification Bot gerritad...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |PATCH_TO_REVIEW

-- 
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 50376] change username to email address in not valid error message

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50376

--- Comment #8 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 106883 had a related patch set uploaded by Tinaj1234:
Error message for invalid login changed.

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

-- 
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 59866] Increase the number of rows in AbuseFilter's Examine Past diffs page

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59866

--- Comment #5 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 106885 had a related patch set uploaded by Amruthasangeeth:
Increased the number of rows

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

-- 
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 59866] Increase the number of rows in AbuseFilter's Examine Past diffs page

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59866

Gerrit Notification Bot gerritad...@wikimedia.org changed:

   What|Removed |Added

 Status|ASSIGNED|PATCH_TO_REVIEW

-- 
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 56641] Integrate updated Agora style LESS button code into flow

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=56641

--- Comment #2 from sp...@wikimedia.org ---
gerrit 103494 to update the mw-ui-button styles in core to latest Agora is
nearly ready. The details of buttons are subtly different, the sizes are
different.  Before Flow can use this it has to harmonize its class names (I
have a patch).

Flow's text input field styling (the blue bar on one side) is not yet in
mediawiki.ui in core.

-- 
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 56641] Integrate updated Agora style LESS button code into flow

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=56641

--- Comment #3 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 106886 had a related patch set uploaded by Spage:
Rename mw-ui-text class to mw-ui-quiet

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

-- 
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 56641] Integrate updated Agora style LESS button code into flow

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=56641

Gerrit Notification Bot gerritad...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |PATCH_TO_REVIEW

-- 
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 59184] PostEdit: Change saved prefs box to generic PostEdit notify

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59184

Rezonansowy lukas.ce...@gmail.com changed:

   What|Removed |Added

 CC||o...@wikimedia.org,
   ||sp...@wikimedia.org,
   ||swall...@wikimedia.org
  Component|User preferences|PostEdit
Version|1.23-git|unspecified
Product|MediaWiki   |MediaWiki extensions
Summary|Change saved prefs box to   |PostEdit: Change saved
   |generic PostEdit notify |prefs box to generic
   ||PostEdit notify

-- 
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 59184] Change saved prefs box to generic PostEdit notify

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59184

Rezonansowy lukas.ce...@gmail.com changed:

   What|Removed |Added

Summary|PostEdit: Change saved  |Change saved prefs box to
   |prefs box to generic|generic PostEdit notify
   |PostEdit notify |

-- 
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 52061] Merge Poem extension into MediaWiki core

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52061

--- Comment #13 from Jackmcbarn jackmcbarn+w...@gmail.com ---
I'd also prefer verbatim as the name.

-- 
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 58282] VisualEditor: HTML non-breaking spaces (nbsp;) converted to ,[object Object], ,[object Object],

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58282

Derk-Jan Hartman hartman.w...@gmail.com changed:

   What|Removed |Added

 CC||hartman.w...@gmail.com

--- Comment #2 from Derk-Jan Hartman hartman.w...@gmail.com ---
Another report of this:
https://en.wikipedia.org/w/index.php?title=Wikipedia:VisualEditor/Feedbackdiff=590211100oldid=590159444

-- 
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 59930] Bogus jenkins failures

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59930

Bartosz Dziewoński matma@gmail.com changed:

   What|Removed |Added

 CC||matma@gmail.com

--- Comment #1 from Bartosz Dziewoński matma@gmail.com ---
https://gerrit.wikimedia.org/r/#/c/103546/

-- 
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 59943] New: Fix all the Wikia stats

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59943

   Web browser: ---
Bug ID: 59943
   Summary: Fix all the Wikia stats
   Product: Wikimedia Labs
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: wikistats
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: lwch...@gmx.de
CC: dz...@wikimedia.org, m...@everybody.org
Classification: Unclassified
   Mobile Platform: ---

All Wikia stats on http://wikistats.wmflabs.org/largest_html.php failed to
refresh since 2012-04-20 now. It's about time to finally fix this after 631
days.

Either use api.php?action=querymeta=siteinfosiprop=statisticsformat=xml
or Special:Statistics?action=raw

Examples:
http://lyrics.wikia.com/api.php?action=querymeta=siteinfosiprop=statisticsformat=xml
http://lyrics.wikia.com/Special:Statistics?action=raw

I think it shouldn't be very difficult to update the script.

Thanks in advance.

LWChris, Admin@LyricWiki

-- 
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 36291] add 200 000 wikia wikis to stats table

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36291

LWChris lwch...@gmx.de changed:

   What|Removed |Added

 Depends on||59943

-- 
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 59943] Fix all the Wikia stats

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59943

LWChris lwch...@gmx.de changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 Blocks||36291

-- 
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 59943] Fix all the Wikia stats

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59943

Robert Hanke ro...@gmx.de changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||ro...@gmx.de
   Assignee|wikibugs-l@lists.wikimedia. |dz...@wikimedia.org
   |org |

-- 
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 58976] PreloadingItemGenerator crashes with NoPage exception

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58976

--- Comment #4 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 103900 merged by jenkins-bot:
(bug 58976) Do not get() the item straight after preloading it.

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

-- 
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 58215] Rename SpecialRedirectToSpecial class to something that doesn't imply being a working special page (it's an abstract class)

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58215

Gerrit Notification Bot gerritad...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |PATCH_TO_REVIEW

-- 
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 58215] Rename SpecialRedirectToSpecial class to something that doesn't imply being a working special page (it's an abstract class)

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58215

--- Comment #2 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 106888 had a related patch set uploaded by Bartosz Dziewoński:
Rename RedirectSpecialPage subclasses

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

-- 
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 58976] PreloadingItemGenerator crashes with NoPage exception

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58976

Maarten Dammers maar...@mdammers.nl changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #5 from Maarten Dammers maar...@mdammers.nl ---
Thank you xqt and Merlijn!

-- 
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 59944] New: VisualEditor: ISBN with an X at the end is not recognised as an ISBN

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59944

   Web browser: ---
Bug ID: 59944
   Summary: VisualEditor: ISBN with an X at the end is not
recognised as an ISBN
   Product: VisualEditor
   Version: unspecified
  Hardware: All
   URL: https://test.wikipedia.org/wiki/User:Raymond/ISBN
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General
  Assignee: jforres...@wikimedia.org
  Reporter: raimond.spekk...@gmail.com
CC: jforres...@wikimedia.org, jh...@wikimedia.org,
krinklem...@gmail.com, ryasm...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

An ISBN with an X at the end is not recognised as an ISBN, see URL for
examples.

-- 
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 58964] Upload with url-parameter containing special characters causing holding

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58964

AleXXw alexx...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #7 from AleXXw alexx...@gmail.com ---
Thanks for the help, even if noone has changed anything: now it works again
from the wikilists ;) The toolservertool was never the problem, there was a
broken link on the on-wiki-lists.

-- 
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 7757] allow cropping images when rendered

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=7757

--- Comment #27 from Michael Dale md...@wikimedia.org ---
your solution looks good. I was just commenting that once that is implemented,
the respective templates could call your code, this way any usage of said
template will be seamlessly upgraded to server side based cropping.

-- 
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 59798] CategoryTree displays no results for some parameters

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59798

bamyers99 bugzilla.wikime...@brucemyers.com changed:

   What|Removed |Added

 CC||bugzilla.wikimedia@brucemye
   ||rs.com

--- Comment #12 from bamyers99 bugzilla.wikime...@brucemyers.com ---
*** Bug 59887 has been marked as a duplicate of this bug. ***

-- 
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 59887] Javascript error using categorytree, categoryTreeExpandNode() not found

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59887

bamyers99 bugzilla.wikime...@brucemyers.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from bamyers99 bugzilla.wikime...@brucemyers.com ---
Page load dynamic category retrieval didn't get refactored when the js file was
refactored.

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

-- 
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 59798] CategoryTree displays no results for some parameters

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59798

--- Comment #13 from bamyers99 bugzilla.wikime...@brucemyers.com ---
The $wgCategoryTreeDynamicTag option is not working. See
https://www.mediawiki.org/wiki/Extension:CategoryTree#Configuration When the
javascript was refactored to use jQuery, some of the code did not get
refactored.

In CategoryTreeFunctions.php

line 447 categoryTreeLoadChildren - old function name

line 846 categoryTreeExpandNode - old function name

Test page: https://en.wikipedia.org/wiki/User:Bamyers99/sandbox/LV

-- 
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 59680] SubProperty mechanism

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59680

Chris Maloney voldr...@gmail.com changed:

   What|Removed |Added

 CC||voldr...@gmail.com

--- Comment #2 from Chris Maloney voldr...@gmail.com ---
I would note that this was mentioned briefly here: 
https://www.wikidata.org/wiki/Wikidata:Project_chat/Archive/2013/10#What_type_of_data_should_be_stored.
 I'm not sure if storing subproperty as a statement on a property would
satisfy what filceolaire is asking for here, or if he is asking for something
more integrated at a fundamental level.

-- 
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 59881] PHP Warning: htmlspecialchars() expects parameter 1 to be string, array given in CoreParserFunctions.php on line 212

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59881

Tony Thomas 01tonytho...@gmail.com changed:

   What|Removed |Added

 CC||01tonytho...@gmail.com
   Assignee|wikibugs-l@lists.wikimedia. |01tonytho...@gmail.com
   |org |

-- 
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 59945] New: 1.22 offers ex:SimpleAntiSpam which suppose to be in core

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59945

   Web browser: ---
Bug ID: 59945
   Summary: 1.22 offers ex:SimpleAntiSpam which suppose to be in
core
   Product: MediaWiki
   Version: 1.22.0
  Hardware: All
OS: All
Status: NEW
  Severity: minor
  Priority: Unprioritized
 Component: Installer
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: juandevojni...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

Installer of 1.22 offer during installation extension:SimpleAntiSpam, which
according its corresponding meta page at mediawiki.org suppose to be in the
core itself: http://www.mediawiki.org/wiki/Extension:SimpleAntiSpam

So remove it from the list of possible extensions, please.

-- 
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 59869] Increase the number of rows in AbuseFilter's Filter testing textarea

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59869

Gerrit Notification Bot gerritad...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |PATCH_TO_REVIEW

-- 
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 59869] Increase the number of rows in AbuseFilter's Filter testing textarea

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59869

--- Comment #3 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 106891 had a related patch set uploaded by Anjanasasindran123:
Increased  the number of rows in AbuseFilter's Filter testing textarea

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

-- 
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 52986] LocalisationUpdate shell script uses a funky date output (Sun Aug 18 08:24:16 UTC 2013)

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52986

--- Comment #5 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 106892 had a related patch set uploaded by Tinaj1234:
Changed date format in l10nupdate-1

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

-- 
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 52986] LocalisationUpdate shell script uses a funky date output (Sun Aug 18 08:24:16 UTC 2013)

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52986

Gerrit Notification Bot gerritad...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |PATCH_TO_REVIEW

-- 
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 59947] New: Set $wgExportFromNamespaces to true on MediaWiki.org

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59947

   Web browser: ---
Bug ID: 59947
   Summary: Set $wgExportFromNamespaces to true on MediaWiki.org
   Product: Wikimedia
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Site requests
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: nathanlarson3...@gmail.com
CC: benap...@gmail.com,
bugzilla+org.wikime...@tuxmachine.com,
dereck...@espace-win.org, g...@wikimedia.org,
tom...@twkozlowski.net, wikimedia.b...@snowolf.eu
Classification: Unclassified
   Mobile Platform: ---

See bug 59883. It would be helpful if users could do
https://www.mediawiki.org/w/index.php?title=Special:Exportaddnsnsindex=12action=submit
to export all the pages in the Help: namespace for import to their wiki.
Alternatively, someone could add all the pages in MediaWiki.org's Help:
namespace to [[mw:Category:Help]] and then one could use
https://www.mediawiki.org/w/index.php?title=Special:Exportaddcatcatname=Helpaction=submit
to export all those pages.

-- 
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 59883] Create maintenance script to import the contents of the Help namespace from MediaWiki.org or another wiki

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59883

--- Comment #2 from Nathan Larson nathanlarson3...@gmail.com ---
I just noticed, another issue is that not all the pages in the Help: namespace
are in the [[mw:Category:Help]], and some pages outside the Help: namespace are
in Category:Help.

I would say that it would be best to use:
https://www.mediawiki.org/w/index.php?title=Special:Exportaddnsnsindex=12action=submit
However, that doesn't work. I suspect that
[[mw:Manual:$wgExportFromNamespaces]] is set to false on MediaWiki.org. See bug
59947.

Therefore, there doesn't seem to be any choice but to go to
https://www.mediawiki.org/w/index.php?title=Special%3APrefixIndexnamespace=12
or its API equivalent,
https://www.mediawiki.org/w/api.php?action=querylist=allpagesapnamespace=12aplimit=500
and then copy and paste the page titles one obtains from there into the
Special:Export text box. That's a pain in the neck, though, because one has to
format it properly.

-- 
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 59947] Set $wgExportFromNamespaces to true on MediaWiki.org

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59947

Nathan Larson nathanlarson3...@gmail.com changed:

   What|Removed |Added

 CC||wikime...@kennel17.co.uk

--- Comment #1 from Nathan Larson nathanlarson3...@gmail.com ---
See [[mw:Manual:$wgExportFromNamespaces]]

-- 
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 59948] New: Startup fatal error: cache

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59948

   Web browser: ---
Bug ID: 59948
   Summary: Startup fatal error: cache
   Product: MediaWiki
   Version: 1.22.0
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General/Unknown
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: juandevojni...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

MediaWiki doesnt work after instalation, shows fatal error.

I have installed MW 1.22.0. at probably Linux server, using an installer. I
have add no cache and folowing extensions during installation:

Cite
ConfirmEdit
Gadgets.php
ImageMap.php
LocalisationUpdate.php
ParserFunctions.php
Renameuser.php
SpamBlacklist.php
SyntaxHighlight_GeSHi.php

When looking for the bug, using $wgShowExceptionDetails, came to the following:
~domain.cz/index.php Exception from line 549 of
~domain.cz/extensions/LocalisationUpdate/LocalisationUpdate.class.php: No cache
directory configured

Can send you a backtrace, if you want.

-- 
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 59883] Create maintenance script to import the contents of the Help namespace from MediaWiki.org or another wiki

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59883

Jesús Martínez Novo (Ciencia Al Poder) martinezn...@gmail.com changed:

   What|Removed |Added

 CC||martinezn...@gmail.com

--- Comment #3 from Jesús Martínez Novo (Ciencia Al Poder) 
martinezn...@gmail.com ---
You can use the api to generate the export XML used to import it on another
wiki. You just need to use a generator module and use the export and
exportnowrap parameters.

Example:

https://www.mediawiki.org/w/api.php?action=querygenerator=allpagesgapnamespace=12exportexportnowrap

You'd need to use gaplimit and/or gapcontinue to retrieve all pages. A
maintenance script may be useful to take care of this on it's own.

-- 
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 59949] New: category.py throws NotImplementedError: History printing is not yet enabled.

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59949

   Web browser: ---
Bug ID: 59949
   Summary: category.py throws NotImplementedError: History
printing is not yet enabled.
   Product: Pywikibot
   Version: core (2.0)
  Hardware: All
OS: All
Status: NEW
  Severity: major
  Priority: Unprioritized
 Component: category.py
  Assignee: pywikipedia-b...@lists.wikimedia.org
  Reporter: maar...@mdammers.nl
CC: pyfi...@googlemail.com
Classification: Unclassified
   Mobile Platform: ---

When I try to do a category move pwb.py category.py -lang:nl move -from:Bremen
-to:Vrije_Hanzestad_Bremen

The bot crashes:

Traceback (most recent call last):
  File C:\pywikibot\core\pwb.py, line 135, in module
run_python_file(fn, argv, argvu)
  File C:\pywikibot\core\pwb.py, line 67, in run_python_file
exec(compile(source, filename, exec), main_mod.__dict__)
  File C:\pywikibot\core\scripts\category.py, line 1019, in module
main()
  File C:\pywikibot\core\scripts\category.py, line 989, in main
bot.run()
  File C:\pywikibot\core\scripts\category.py, line 411, in run
raise NotImplementedError(History printing is not yet enabled.)
NotImplementedError: History printing is not yet enabled.

Looks like the error got introduced in
http://git.wikimedia.org/blobdiff/pywikibot%2Fcore.git/d08e3c1ab38f7b925f92ecbf2675fe5bd0a1ff5e/scripts%2Fcategory.py
and it got approved in https://gerrit.wikimedia.org/r/#/c/104813/

A new option that hasn't been implemented yet shouldn't be enabled by default.

-- 
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 56863] FlaggedRevs: add ability to specify pages with the {{PENDINGCHANGELEVEL}} magic word

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=56863

--- Comment #1 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 106898 had a related patch set uploaded by Jackmcbarn:
Allow PENDINGCHANGELEVEL to work on other pages

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

-- 
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 56863] FlaggedRevs: add ability to specify pages with the {{PENDINGCHANGELEVEL}} magic word

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=56863

Gerrit Notification Bot gerritad...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |PATCH_TO_REVIEW

-- 
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 56863] FlaggedRevs: add ability to specify pages with the {{PENDINGCHANGELEVEL}} magic word

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=56863

Jackmcbarn jackmcbarn+w...@gmail.com changed:

   What|Removed |Added

 CC||jackmcbarn+w...@gmail.com
   Assignee|wikibugs-l@lists.wikimedia. |jackmcbarn+w...@gmail.com
   |org |

-- 
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 58850] wbmergeitems isn't merging claims properly

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58850

--- Comment #5 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 106897 had a related patch set uploaded by Addshore:
Merge References for Statements in wbmergeitems

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

-- 
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 58850] wbmergeitems isn't merging claims properly

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58850

Gerrit Notification Bot gerritad...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |PATCH_TO_REVIEW

-- 
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 59949] category.py throws NotImplementedError: History printing is not yet enabled.

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59949

Gerrit Notification Bot gerritad...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |PATCH_TO_REVIEW

-- 
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 59949] category.py throws NotImplementedError: History printing is not yet enabled.

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59949

--- Comment #1 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 106899 had a related patch set uploaded by Merlijn van Deen:
(bug 59949) CategoryMoveRobot: do not move history by default

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

-- 
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 52061] Merge Poem extension into MediaWiki core

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52061

MZMcBride b...@mzmcbride.com changed:

   What|Removed |Added

 Whiteboard||migrate Poem extension bugs
   ||to core if/when this merged

--- Comment #14 from MZMcBride b...@mzmcbride.com ---
Sure, let's go with verbatim.

Siebrand also noted on Gerrit change 106861 that if/when this gets merged,
we'll need to migrate the Poem extension bugs to core.

-- 
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 52061] Merge Poem extension into MediaWiki core

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52061

MZMcBride b...@mzmcbride.com changed:

   What|Removed |Added

 Whiteboard|migrate Poem extension bugs |migrate Poem extension bugs
   |to core if/when this merged |to core post-resolution

-- 
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 38809] Factbox vanishing when reloading page

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38809

MWJames jamesin.hongkon...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #11 from MWJames jamesin.hongkon...@gmail.com ---
Resolved with SMW 1.9 (for some details see [1] and [2]).

[1]
http://wikimedia.7.x6.nabble.com/Why-do-FactBoxes-only-display-once-td5019607.html#a5019609

[2]
http://www.semantic-mediawiki.org/w/index.php?title=Help_talk:$smwgFactboxUseCacheoffset=20140110100514lqt_mustshow=1160#Don.27t_get_it_1160

-- 
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 23185] Long property values of type Text wrapped inside a html tag sometimes breaking the site layout when factbox is visible

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23185

MWJames jamesin.hongkon...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||jamesin.hongkon...@gmail.co
   ||m
 Resolution|--- |FIXED

--- Comment #2 from MWJames jamesin.hongkon...@gmail.com ---
Resolved with SMW 1.9, see [1].

[1]
https://github.com/SemanticMediaWiki/SemanticMediaWiki/blob/master/includes/Factbox.php#L314

-- 
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 49302] Embedding Special:RunQuery effectively breaks rendering of preceding elements.

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49302

MWJames jamesin.hongkon...@gmail.com changed:

   What|Removed |Added

 CC||jamesin.hongkon...@gmail.co
   ||m

--- Comment #5 from MWJames jamesin.hongkon...@gmail.com ---
(In reply to comment #3)
 Another strange behavior of transcluding {{Special:RunQuery/...}}: 
 
 When there is a SMW query result on the page, it appears SMW::off and
 SMW::on before and after the result.

As for the SMW::off and SMW::on topic, see #58991.

-- 
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 59950] New: Customer ID: missing from Ticket Information box for agents with read-only access to ticket

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59950

   Web browser: ---
Bug ID: 59950
   Summary: Customer ID: missing from Ticket Information box for
agents with read-only access to ticket
   Product: Wikimedia
   Version: wmf-deployment
  Hardware: All
OS: All
Status: NEW
  Severity: minor
  Priority: Unprioritized
 Component: OTRS
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: pat...@pobox.com
CC: b...@caseybrown.org, pat...@pobox.com,
rjd0060.w...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

Created attachment 14290
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=14290action=edit
Ticket Information Box

PROBLEM DESCRIPTION
===
If you access a ticket in a queue to which you have read-only access, the
ticket information box in ticket zoom view is formatted improperly.
CustomerID: is missing and the actual ID moves to the left. See attached
screenshot.

NOTE

The bug has been reported upstream (http://bugs.otrs.org/show_bug.cgi?id=10124)
but was closed as WORKSFORME. Given comment 2 there and the fact that the
developers do not know of this pretty obvious issue indicate that this is
related to customizations on our side. My guess would be that this is caused by
.dtl changes in the Znuny4OTRS-WikimediaDTL package (accessible via the package
manager). Among other things this package hides the CustomerInformation module
from ticket zoom view. Maybe it hides too much here.

-- 
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 54324] sequence in Lua should start with 1 but starts with 0

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54324

--- Comment #4 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 96232 abandoned by Hoo man:
(Bug 54324) [DON'T MERGE] Sequences in Lua should start with 1

Reason:
Superseded by https://gerrit.wikimedia.org/r/106905 (which implements this
behavior, but doesn't make it default)

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

-- 
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 58861] Parser function - unidirectional inclusion of interwiki list

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=58861

Lydia Pintscher lydia.pintsc...@wikimedia.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #6 from Lydia Pintscher lydia.pintsc...@wikimedia.de ---
@zhuyifei1999: Thank you! That is exactly what I was asking for.

@sju-w: I do understand interwiki links very well but your bug reports are hard
to understand.

We'll not be implementing a parser function for this. It can be solved with a
Lua call once bug 47930 is closed. (We also can't make a parser function for it
if we wanted to without that bug being closed.)

-- 
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 54162] Almost impossible from client's perspective to restore deleted language links

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54162

Lydia Pintscher lydia.pintsc...@wikimedia.de changed:

   What|Removed |Added

 CC||sj...@seznam.cz

--- Comment #4 from Lydia Pintscher lydia.pintsc...@wikimedia.de ---
*** Bug 59690 has been marked as a duplicate of this bug. ***

-- 
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 59690] Lost Wikidata items are not traceable

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59690

Lydia Pintscher lydia.pintsc...@wikimedia.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||lydia.pintscher@wikimedia.d
   ||e
 Resolution|--- |DUPLICATE

--- Comment #2 from Lydia Pintscher lydia.pintsc...@wikimedia.de ---


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

-- 
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 41050] Special page and/or tag to identify unlikely sitelinks added to an item

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41050

Lydia Pintscher lydia.pintsc...@wikimedia.de changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WONTFIX

--- Comment #4 from Lydia Pintscher lydia.pintsc...@wikimedia.de ---
Let's be realistic... We're not going to do it. This is a great thing for an
external tool.

-- 
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 46885] Fatal error after installation when using LocalisationUpdate

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46885

Jesús Martínez Novo (Ciencia Al Poder) martinezn...@gmail.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 CC||martinezn...@gmail.com
   Hardware|PC  |All
Version|1.21.0  |1.22.0
 Resolution|FIXED   |---
   Target Milestone|1.21.x release  |---
 OS|Windows Server 2003 |All

--- Comment #8 from Jesús Martínez Novo (Ciencia Al Poder) 
martinezn...@gmail.com ---
Fresh install of MediaWiki 1.22.0. Only the bundled LocalisationUpdate
extension was enabled in the installer. Navigating to any page after setup and
using the generated LocalSettings.php (adding error_reporting( E_ALL );
ini_set( 'display_errors', 1 ); $wgShowExceptionDetails = true; to get a stack
trace):

[95fa66e8] /index.php Exception from line 549 of
/home/www/lib/mediawiki-1.22.0/extensions/LocalisationUpdate/LocalisationUpdate.class.php:
No cache directory configured

Backtrace:

#0
/home/www/lib/mediawiki-1.22.0/extensions/LocalisationUpdate/LocalisationUpdate.class.php(561):
LocalisationUpdate::filename(string)
#1
/home/www/lib/mediawiki-1.22.0/extensions/LocalisationUpdate/LocalisationUpdate.class.php(36):
LocalisationUpdate::readFile(string)
#2 [internal function]: LocalisationUpdate::onRecache(LocalisationCache,
string, array)
#3 /home/www/lib/mediawiki-1.22.0/includes/Hooks.php(199):
call_user_func_array(string, array)
#4 /home/www/lib/mediawiki-1.22.0/includes/GlobalFunctions.php(3877):
Hooks::run(string, array)
#5 /home/www/lib/mediawiki-1.22.0/includes/cache/LocalisationCache.php(853):
wfRunHooks(string, array)
#6 /home/www/lib/mediawiki-1.22.0/includes/cache/LocalisationCache.php(442):
LocalisationCache-recache(string)
#7 /home/www/lib/mediawiki-1.22.0/includes/cache/LocalisationCache.php(365):
LocalisationCache-initLanguage(string)
#8 /home/www/lib/mediawiki-1.22.0/includes/cache/LocalisationCache.php(281):
LocalisationCache-loadSubitem(string, string, string)
#9 /home/www/lib/mediawiki-1.22.0/languages/Language.php(2337):
LocalisationCache-getSubitem(string, string, string)
#10 /home/www/lib/mediawiki-1.22.0/includes/cache/MessageCache.php(802):
Language-getMessage(string)
#11 /home/www/lib/mediawiki-1.22.0/includes/cache/MessageCache.php(729):
MessageCache-getMessageFromFallbackChain(LanguageEs, string, string, boolean)
#12 /home/www/lib/mediawiki-1.22.0/includes/Message.php(878):
MessageCache-get(string, boolean, LanguageEs)
#13 /home/www/lib/mediawiki-1.22.0/includes/Message.php(560):
Message-fetchMessage()
#14 /home/www/lib/mediawiki-1.22.0/includes/Message.php(649):
Message-toString()
#15 /home/www/lib/mediawiki-1.22.0/includes/Title.php(375): Message-text()
#16 /home/www/lib/mediawiki-1.22.0/includes/Wiki.php(121): Title::newMainPage()
#17 /home/www/lib/mediawiki-1.22.0/includes/Wiki.php(137):
MediaWiki-parseTitle()
#18 /home/www/lib/mediawiki-1.22.0/includes/Wiki.php(530):
MediaWiki-getTitle()
#19 /home/www/lib/mediawiki-1.22.0/includes/Wiki.php(467): MediaWiki-main()
#20 /home/www/lib/mediawiki-1.22.0/index.php(49): MediaWiki-run()
#21 {main}

-- 
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 59109] Mass moves of interwiki links

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59109

Lydia Pintscher lydia.pintsc...@wikimedia.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||lydia.pintscher@wikimedia.d
   ||e
 Resolution|--- |WORKSFORME

--- Comment #3 from Lydia Pintscher lydia.pintsc...@wikimedia.de ---
There is a gadget on Wikidata to do this.
I will add it to the list of things to consider for the UI redesign but I don't
think we will incorporate it in the main UI.

-- 
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 56615] Rollback for deleted sitelinks

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=56615

Lydia Pintscher lydia.pintsc...@wikimedia.de changed:

   What|Removed |Added

 CC||maar...@mdammers.nl

--- Comment #1 from Lydia Pintscher lydia.pintsc...@wikimedia.de ---
*** Bug 59128 has been marked as a duplicate of this bug. ***

-- 
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 59128] Rollback removal of sitelink doesn't check for existence

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59128

Lydia Pintscher lydia.pintsc...@wikimedia.de changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||lydia.pintscher@wikimedia.d
   ||e
 Resolution|--- |DUPLICATE

--- Comment #1 from Lydia Pintscher lydia.pintsc...@wikimedia.de ---


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

-- 
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 52136] Redesign Item UI for Wikidata repo

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52136

Lydia Pintscher lydia.pintsc...@wikimedia.de changed:

   What|Removed |Added

 CC||sj...@seznam.cz

--- Comment #2 from Lydia Pintscher lydia.pintsc...@wikimedia.de ---
*** Bug 59152 has been marked as a duplicate of this bug. ***

-- 
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 59152] Unify and make easy the editing of labels list

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59152

Lydia Pintscher lydia.pintsc...@wikimedia.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||lydia.pintscher@wikimedia.d
   ||e
 Resolution|--- |DUPLICATE

--- Comment #5 from Lydia Pintscher lydia.pintsc...@wikimedia.de ---
I am going to mark this as a dupe for the UI redesign. We will keep it in mind
for that. The current situation is indeed not ideal.

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

-- 
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 59951] New: Sort statement: Up arrow and question mark nearly melted into each other

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59951

   Web browser: ---
Bug ID: 59951
   Summary: Sort statement: Up arrow and question mark nearly
melted into each other
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: WikidataRepo
  Assignee: wikidata-b...@lists.wikimedia.org
  Reporter: raimond.spekk...@gmail.com
CC: wikidata-b...@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

Created attachment 14291
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=14291action=edit
Screenshot

During sorting statements: The Up arrow and the question mark are nearly melted
into each other, see screenshot. It's hard to click the up arrow.

-- 
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 59951] Sort statement: Up arrow and question mark nearly melted into each other

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59951

--- Comment #1 from Raimond Spekking raimond.spekk...@gmail.com ---
Sorry, forget the browser: Firefox 26 and 27beta / Win 7

-- 
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 59952] New: fixing_redirects.py does not work with : and #

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59952

   Web browser: ---
Bug ID: 59952
   Summary: fixing_redirects.py does not work with : and #
   Product: Pywikibot
   Version: compat (1.0)
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General
  Assignee: pywikipedia-b...@lists.wikimedia.org
  Reporter: jan.du...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

When fixing redirects, bot does not fix links beginning with [[:langcode:link]]
*https://cs.wikiversity.org/w/index.php?title=U%C5%BEivatel:Kychotcurid=698diff=43895oldid=39956

Additionally, does not fix links with # [[link#foo]]


*https://cs.wikiversity.org/w/index.php?title=Dublin_Core/cvi%C4%8Den%C3%AD/DCdotcurid=4986diff=43892oldid=40427
*https://cs.wikiversity.org/w/index.php?title=Dublin_Core/cvi%C4%8Den%C3%AD/webarchiv_generatorcurid=4984diff=43891oldid=20284
*https://cs.wikiversity.org/w/index.php?title=Diskuse:Zkoum%C3%A1m_OpenOffice.org_Base_(Juandev)curid=4970diff=43890oldid=43499

-- 
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 59951] Sort statement: Up arrow and question mark nearly melted into each other

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59951

Lydia Pintscher lydia.pintsc...@wikimedia.de changed:

   What|Removed |Added

   Keywords||need-volunteer
   Priority|Unprioritized   |Normal
 CC||henning.sna...@wikimedia.de
   ||,
   ||lydia.pintscher@wikimedia.d
   ||e
 Whiteboard||papercut

-- 
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 59947] Set $wgExportFromNamespaces to true on MediaWiki.org

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59947

Gerrit Notification Bot gerritad...@wikimedia.org changed:

   What|Removed |Added

 Status|ASSIGNED|PATCH_TO_REVIEW

-- 
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 59947] Set $wgExportFromNamespaces to true on MediaWiki.org

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59947

--- Comment #2 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 106911 had a related patch set uploaded by Odder:
Set $wgExportFromNamespaces to true on MediaWiki.org

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

-- 
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 59947] Set $wgExportFromNamespaces to true on MediaWiki.org

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59947

Tomasz W. Kozlowski tom...@twkozlowski.net changed:

   What|Removed |Added

   Keywords||shell
   Priority|Unprioritized   |Normal
 Status|NEW |ASSIGNED
   Assignee|wikibugs-l@lists.wikimedia. |tom...@twkozlowski.net
   |org |
   Severity|normal  |enhancement

-- 
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 46885] Fatal error after installation when using LocalisationUpdate

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46885

Jesús Martínez Novo (Ciencia Al Poder) martinezn...@gmail.com changed:

   What|Removed |Added

 CC||juandevojni...@gmail.com

--- Comment #9 from Jesús Martínez Novo (Ciencia Al Poder) 
martinezn...@gmail.com ---
*** Bug 59948 has been marked as a duplicate of this bug. ***

-- 
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 59948] Startup fatal error: cache

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59948

Jesús Martínez Novo (Ciencia Al Poder) martinezn...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||martinezn...@gmail.com
 Resolution|--- |DUPLICATE

--- Comment #1 from Jesús Martínez Novo (Ciencia Al Poder) 
martinezn...@gmail.com ---
It's caused by LocalisationUpdate, tracked at bug 46885

You need to manually set $wgLocalisationUpdateDirectory in LocalSettings.php
after setup

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

-- 
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 59953] New: action=querymeta=filerepoinfo reports boolean not in api way for xml format

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59953

   Web browser: ---
Bug ID: 59953
   Summary: action=querymeta=filerepoinfo reports boolean not in
api way for xml format
   Product: MediaWiki
   Version: 1.23-git
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: API
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: duplicate...@googlemail.com
CC: bjor...@wikimedia.org, bryan.tongm...@gmail.com,
roan.katt...@gmail.com, s...@reedyboy.net
Classification: Unclassified
   Mobile Platform: ---

When using action=querymeta=filerepoinfo the boolean attributes like local,
fetchDescription or initialCapital does not follow the api rules for boolean.

Api rules for boolean in xml is a existing attribute for true and no attribute
for false, but in this module a value of 1 is true and nothing is false, which
can be missleading.

For json all looks okay, because the true/false is reported as is and not
formatted to a string representing value like on xml.

-- 
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 59925] Add more details to image repository information

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59925

db duplicate...@googlemail.com changed:

   What|Removed |Added

 CC||duplicate...@googlemail.com

--- Comment #5 from db duplicate...@googlemail.com ---
You can use action=querymeta=filerepoinfo to get some information for file
repos.

-- 
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 59881] PHP Warning: htmlspecialchars() expects parameter 1 to be string, array given in CoreParserFunctions.php on line 212

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=59881

db duplicate...@googlemail.com changed:

   What|Removed |Added

 CC||duplicate...@googlemail.com

--- Comment #2 from db duplicate...@googlemail.com ---
This can also be happen for fullurle (line 220)

See gerrit 104375

-- 
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 57768] action=wbeditentity: Missing datavalue key for snaks should raise a more specified message

2014-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=57768

--- Comment #1 from Addshore addshorew...@gmail.com ---
Could you provide some params that when passed to the api reproduce this?

-- 
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


  1   2   >