[Bug 53734] Setting language to anything other than en changes default edit-window font from monospaced to sans-serif

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53734

--- Comment #21 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 89624 abandoned by Amire80:
WIP: Edit area monospace font test

Reason:
Will make another commit.

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

-- 
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 55689] Replace.py errors

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55689

--- Comment #1 from Arjuna Rao Chavala arjunar...@googlemail.com ---
Search argument behavior is not as per expectations

$python pwb.py replace.py  -search:CNREDDY.JPG  -save:cnrtoc.txt అ ఇ
Traceback (most recent call last):
  File pwb.py, line 104, in module
run_python_file(fn, args)
  File pwb.py, line 49, in run_python_file
exec compile(source, filename, exec) in main_mod.__dict__
  File scripts/replace.py, line 696, in module
main()
  File scripts/replace.py, line 549, in main
raise pywikibot.Error, 'require even number of replacements.'
pywikibot.exceptions.Error: require even number of replacements.

-- 
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 53734] Setting language to anything other than en changes default edit-window font from monospaced to sans-serif

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53734

--- Comment #22 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 89624 restored by Amire80:
WIP: Edit area monospace font test

Reason:
trying to rebase

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

-- 
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 55669] Script includes should check window.mw

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55669

--- Comment #1 from Krinkle krinklem...@gmail.com ---
Depending on whether we work on bug 30358 first, this bug becomes moot.
Personally I'd prefer that.

The direct load.php requests embedded in the HTML, at least for scripts, are a
hack because they bypass the client-side loader and with that the
implementation logic and callback.

This is why we currently output additional script tags along side these (for
modules=site, user, user.groups etc.) to set the state to loading and/or
ready.

I'd much rather fix bug 30358, and keep the model that if you make a request to
load.php, unless you set raw=1, you are expected to handle mw.loader.implement.
If you can't (e.g. because the browser isn't compatible and didn't get the
mediawiki.loader payload) that request shouldn't be fired in the first place.

- It's a wasted request.
- Requires hardcoded script tags.
- Requires the mw.loader.state loading hacks in the html.

Of course, if bug 30358 takes too much to fix on the short term, we could work
around it by prefixing load.php responses with `window.mw`, but I'd rather
not as it masks errors and makes it harder to detect that the 3 points above
are required by the client.

-- 
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 55669] Script includes should check window.mw

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55669

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
   Severity|normal  |minor

--- Comment #2 from Krinkle krinklem...@gmail.com ---
Lowering priority since these exceptions happen in a global and isolated
execution scope (doesn't affect other scripts, though even if it didn't, there
most likely aren't any other scripts), plus, they shouldn't be visible to
non-developers anyway (except for IE which in older versions does its This web
page has an error thing by default, though configurable).

-- 
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 55607] createCheckIndex.php should use group source language

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55607

--- Comment #2 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 89155 merged by jenkins-bot:
Use group source language

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

-- 
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 55607] createCheckIndex.php should use group source language

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55607

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

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 Resolution|--- |FIXED
   Assignee|wikibugs-l@lists.wikimedia. |s.mazel...@xs4all.nl
   |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 53489] Relating tech contributors with organizations

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53489

--- Comment #18 from Alvaro a...@bitergia.com ---
In order to close this issue:

* companies will be renamed to organizations
* In order to update contributors data, could we create a google form to store
the changes? We will review it periodically and update mapping. In the future,
we will need a web interface and do it directly over the database, but now, I
will use this approach.

-- 
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 55626] Relating tech contributors with countries

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55626

--- Comment #1 from Alvaro a...@bitergia.com ---
The countries report will be pretty similar to orgs report. Once we have the
data, it should be pretty direct to have this report done.

-- 
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 55688] Create a Bootstrap 3 compliant version of Chameleon that works with the latest stable version of MW

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55688

--- Comment #1 from s7ep...@gmail.com ---
Does it work, if you install the Less extension? If not, what is the error?

-- 
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 53485] Key performance indicator: analyze who contributes code

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53485

--- Comment #9 from Alvaro a...@bitergia.com ---
Mergers right now are not committers. We are using committers in the git
analysis but not in gerrit one. In gerrit we call mergers to contributors whose
patch has being merged.

We are using authors for the people who create the contributions committed in
git. And committers for the people who commit the contributions from authors.
Sometime an author an a committer could be the same guy if the author has
commit rights.

So thinking in a map between git and gerrit:

* Author - Merger
* Committer - Reviewer?
* - Contributor (git does not have knowledge about contributions not
committed)

-- 
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 55690] New: gluster is mounted read only

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55690

   Web browser: ---
Bug ID: 55690
   Summary: gluster is mounted read only
   Product: Wikimedia Labs
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: bots
  Assignee: benap...@gmail.com
  Reporter: benap...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

On bots-labs the gluster is read only

/data/project

This needs to be fixed without reboot of the instance. If it's not possible to
do that, let me know

-- 
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 55690] gluster is mounted read only

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55690

Peter Bena benap...@gmail.com changed:

   What|Removed |Added

   Priority|Unprioritized   |Highest
   Severity|normal  |critical

-- 
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 55691] New: create a project called wm-bot

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55691

   Web browser: ---
Bug ID: 55691
   Summary: create a project called wm-bot
   Product: Wikimedia Labs
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: benap...@gmail.com
CC: abog...@wikimedia.org, benap...@gmail.com,
rlan...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

Because wm-bot can't be hosted on tools and bots project is going to be
removed, it is needed to create a new 1 instance project that will replace
bots-labs instance where wm-bot is living now. This new project should be
called wm-bot

-- 
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 55692] New: Document options for ext.translate.editor

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55692

   Web browser: ---
Bug ID: 55692
   Summary: Document options for ext.translate.editor
   Product: MediaWiki extensions
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: minor
  Priority: Unprioritized
 Component: Translate
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: niklas.laxst...@gmail.com
CC: alolita.sha...@gmail.com, asha...@wikimedia.org,
kartik.mis...@gmail.com, niklas.laxst...@gmail.com,
run...@gmail.com, s.mazel...@xs4all.nl,
santhosh.thottin...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

Ref: https://gerrit.wikimedia.org/r/#/c/89186/

-- 
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 55687] Request for temporary lift of IP cap in en.wiki, tl.wiki, pam.wiki, pag,wiki and commons

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55687

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

   What|Removed |Added

 CC||aklap...@wikimedia.org
   Severity|normal  |enhancement

--- Comment #1 from Andre Klapper aklap...@wikimedia.org ---
Thanks.
In case you think your request has gone unnoticed and the event is about to
start, go to the IRC channel #wikimedia-tech on Freenode IRC and ask for help.
(See http://meta.wikimedia.org/wiki/IRC for general info on using IRC.)

-- 
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 55685] Stock android browser does not completely display footer DOM elements of mobile site pages

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55685

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

   What|Removed |Added

 CC||aklap...@wikimedia.org,
   ||aricha...@wikimedia.org,
   ||jgon...@wikimedia.org,
   ||jrob...@wikimedia.org,
   ||kw...@wikimedia.org,
   ||maxsem.w...@gmail.com,
   ||mgro...@wikimedia.org,
   ||mpinc...@wikimedia.org,
   ||rkald...@wikimedia.org,
   ||tf...@wikimedia.org
  Component|General/Unknown |MobileFrontend
Version|wmf-deployment  |master
Product|Wikimedia   |MediaWiki extensions

--- Comment #2 from Andre Klapper aklap...@wikimedia.org ---
Thanks for taking the time to report this!

-- 
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 54117] keyboard of ULS doesn't support ZWNJ correctly

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54117

--- Comment #5 from reza1615 reza.ene...@gmail.com ---
https://github.com/wikimedia/jquery.ime/pull/270
Is related may be solving this will solve the 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 55687] Request for temporary lift of IP cap in en.wiki, tl.wiki, pam.wiki, pag,wiki and commons

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55687

This, that and the other at.li...@live.com.au changed:

   What|Removed |Added

 Status|NEW |PATCH_TO_REVIEW
 CC||at.li...@live.com.au
   Assignee|wikibugs-l@lists.wikimedia. |at.li...@live.com.au
   |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 55687] Request for temporary lift of IP cap in en.wiki, tl.wiki, pam.wiki, pag,wiki and commons

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55687

--- Comment #2 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 89642 had a related patch set uploaded by TTO:
Add throttling exception for Philippines editing workshop

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

-- 
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 55677] Add Create new article link to the menu of Wikipedias

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55677

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

   What|Removed |Added

   Priority|Unprioritized   |Lowest

-- 
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 53379] unchecking Always use a secure connection when logged in leaves forceHTTPS cookie set

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53379

--- Comment #15 from Andre Klapper aklap...@wikimedia.org ---
(In reply to comment #14)
 Please add a second preference:

Please file separate requests as separate tickets (though I can imagine this
request to be a WONTFIX as I'm not convinced how large the userbase would be
for adding yet another preference.)

-- 
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 55675] Math: MathJax parses errors generated by Extension:Cite

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55675

--- Comment #1 from Andre Klapper aklap...@wikimedia.org ---
(In reply to comment #0)
 The error message « Des balises ref existent, mais aucune balise
 references/ n’a été trouvée. » is parsed by MathJax when I go to
 [[fr:Spécial:Redirect/revision/97444940]].

Why do you think that this is parsed by MathJax?

The problem seems to happen because of this line:

dont la valeur s'élève à plusieurs ''milliards''
USDrefhttp://blogs.smithsonianmag.com/smartnews/2013/10/how-much-is-wikipedia-worth//ref

as the author did not add a line

references /

at the end of his/her comment, hence there is no place where to list that ref. 
Hence MediaWiki puts a warning at the end of the page.
Adding the missing line should fix it, I assume.

I don't see a valid bug here but instead expected behavior, but maybe I miss
something?

-- 
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 54646] Incorrect signs via numerical keypad on de.wp in Source Editor

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54646

--- Comment #14 from Andre Klapper aklap...@wikimedia.org ---
(In reply to comment #13)
 I tried for days but can't reproduce it. That's the problem. Multiple users
 reported random problems with the ULS crashing multiple other scripts.
 Disabling the ULS always fixed the problem.

Disabling multiple other scripts or fixing them might also fix the problem
(don't know, as I don't know where those other scripts originate from - too
vague).

 So the problem is: Don't call the setting German. Call it something like
 Choose this if you are using a non-German keyboard.

This seems to be a different issue and nothing for this bug report. Plus I
don't see how renaming a 6 char item to a 50 char item helps with not
cluttering the UI. However there might be room for improvement explaining to
users what these input methods are actually meant for, and when they are not
needed (as you correctly described).

-- 
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 35578] Some IPs hidden without any log or apparent reason on frwiki

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35578

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

   What|Removed |Added

   Priority|Normal  |Low

-- 
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 52911] Chrome: Leaving this page warning when using shortcuts with edit mode on Incubator

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52911

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

   What|Removed |Added

Summary|Leaving this page warning |Chrome: Leaving this page
   |when using shortcuts with   |warning when using
   |edit mode on Incubator  |shortcuts with edit mode on
   ||Incubator

-- 
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 55662] Unable to access mobilefrontend on betalabs

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55662

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

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|wikibugs-l@lists.wikimedia. |has...@free.fr
   |org |

--- Comment #2 from Antoine hashar Musso has...@free.fr ---
DNS entry *.m.wikipedia.beta.wmflabs.org points to  208.80.153.143 which is
bound to deployment-cache-mobile01. From
https://wikitech.wikimedia.org/wiki/Special:NovaAddress 

The varnish frontend (which listen on port 80) is not responding:


hashar@deployment-cache-mobile01:~$ sudo /etc/init.d/varnish-frontend status
 * varnishd-frontend is not running
hashar@deployment-cache-mobile01:~$ sudo /etc/init.d/varnish status
 * varnishd is running
hashar@deployment-cache-mobile01:~$ 


It is not loading anymore:


hashar@deployment-cache-mobile01:~$ sudo /etc/init.d/varnish-frontend start
 * Starting HTTP accelerator   
[fail] 
Message from VCC-compiler:
Could not load module netmapper
/usr/lib/x86_64-linux-gnu/varnish/vmods/libvmod_netmapper.so
/usr/lib/x86_64-linux-gnu/varnish/vmods/libvmod_netmapper.so: cannot open
shared object file: No such file or directory
('zero.inc.vcl' Line 3 Pos 8)
import netmapper;
---#-

Running VCC-compiler failed, exit 1

VCL compilation failed
hashar@deployment-cache-mobile01:~$

-- 
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 55470] update.php Class 'ConfirmAccountUISetup' not found in extensions/ConfirmAccount/ConfirmAccount.php:42

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55470

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

   What|Removed |Added

 CC||hexm...@gmail.com

--- Comment #4 from Andre Klapper aklap...@wikimedia.org ---
@paladox2015:
This was discussed in
https://www.mediawiki.org/wiki/Thread:Project:Support_desk/Having_trouble_running_update.php/reply_%2815%29
and hexmode said:

Try adding this line just before the current line 42:
require( __DIR__ . '/frontend/ConfirmAccountUI.setup.php' );

Does this fix the problem for you?

@hexmode: Was there a corresponding bug that got fixed? :-/


For the records, also brought up in
https://www.mediawiki.org/wiki/Thread:Project:Support_desk/Fatal_error:_Class_%27%27_not_found
and https://www.mediawiki.org/wiki/Extension_talk:ConfirmAccount#mw-config

-- 
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 54994] UploadWizard hangs browser on entering image description

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54994

--- Comment #7 from Andre Klapper aklap...@wikimedia.org ---
(In reply to comment #6)
 Tested on firefox and Konqueror.

Please always provide version information. Thanks! :)

-- 
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 55662] Unable to access mobilefrontend on betalabs

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55662

--- Comment #3 from Antoine hashar Musso has...@free.fr ---
varnish has to be manually upgraded on the beta cluster instances. I have ran
apt-get dist-upgrade on all four instances (deployment-cache-text1
deployment-cache-upload04 deployment-cache-bits03 deployment-cache-mobile01 )
and rebooted them.

http://en.m.wikipedia.beta.wmflabs.org/ is back up :-]

-- 
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 49242] populateSitesTable script should clear cached sites data

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49242

--- Comment #2 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 67243 abandoned by Aude:
(bug 49242) clear cached sites data when running populateSitesTable script

Reason:
assume this is not relevant now

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

-- 
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 44580] Script for creating RDF dumps of all entities

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=44580

--- Comment #1 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 64081 had a related patch set uploaded by Daniel Kinzler:
RDF dump creating script

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

-- 
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 44580] Script for creating RDF dumps of all entities

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=44580

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 54317] Make Snakgroups visible

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54317

tobias.gritschac...@wikimedia.de changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 CC||tobias.gritschacher@wikimed
   ||ia.de
 Resolution|--- |FIXED

-- 
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 53579] Make sure all repositories have the latest version of shared code

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53579

--- Comment #30 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 88010 merged by Tobias Gritschacher:
Moving shared code to mediawiki-selenium Ruby gem

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

-- 
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 55662] Unable to access mobilefrontend on betalabs

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55662

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

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #4 from Antoine hashar Musso has...@free.fr ---
Some varnish packages were not up-to-date and I had to purge some configuration
files to have puppet regenerate them properly.  All four instances now have
puppet running without any error and varnish / varnishhtcpd are running on all
of them.

-- 
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 55651] jquery.placeholder.js should implement an attrHook

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55651

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

   What|Removed |Added

   Priority|Unprioritized   |Normal
Version|unspecified |1.22-git

-- 
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 55653] Implement a sameAs

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55653

Daniel Kinzler daniel.kinz...@wikimedia.de changed:

   What|Removed |Added

 CC||daniel.kinz...@wikimedia.de

--- Comment #1 from Daniel Kinzler daniel.kinz...@wikimedia.de ---
I don't think this would be a good idea. owl:sameAs has expremely strong
semantics; if two reasoures from different ontologies are connected using
sameAs, but the ontologies are (even slightly) incompatible, this will poison
any logic system that tries to process them together.

Also, this would be prone to abuse in the form of people adding URLS that just
point to resources describing the same thing, as opposed to being URIs for the
same thing. 

I think having a catch all property called also described by (or some such)
would be preferrable.

-- 
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 55658] Transcode error for long cyrillic filename: ....ogv.360p.webm is not a valid storage path.

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55658

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

   What|Removed |Added

   Priority|Unprioritized   |Normal
Summary|Transcode error:|Transcode error for long
   |ogv.360p.webm is not a |cyrillic filename:
   |valid storage path. |ogv.360p.webm is not a
   ||valid storage path.

-- 
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 55660] Invalid HTML: Links of tabAction contain invalid attribute 'context'

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55660

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

   What|Removed |Added

   Priority|Unprioritized   |Normal

-- 
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 55659] invalid HTML: Links of tabAction contain invalid attribute 'primary'

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55659

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

   What|Removed |Added

   Priority|Unprioritized   |Normal

-- 
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 55653] Implement a sameAs

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55653

--- Comment #2 from Daniel Kinzler daniel.kinz...@wikimedia.de ---
Discussion about this on Wikidata:
http://www.wikidata.org/wiki/Wikidata:Property_proposal/Generic#Same_as and 

OWL standard about equivalence:
http://www.w3.org/TR/owl2-primer/#Equality_and_Inequality_of_Individuals

-- 
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 55693] New: JavaScript error in BifidExpert

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55693

   Web browser: ---
Bug ID: 55693
   Summary: JavaScript error in BifidExpert
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: WikidataRepo
  Assignee: wikidata-b...@lists.wikimedia.org
  Reporter: tobias.gritschac...@wikimedia.de
CC: wikidata-b...@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

A JavaScript error is thrown when adding either a claim or a qualifier (of type
item). The error also occurs later everytime something is changed e.g. in the
list of qualifiers.
The error says:

Uncaught TypeError: Cannot call method 'isInEditMode' of null (in:
valueview.BifidExpert.js:71)

-- 
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 48126] MediaWiki:Donate interface-submit-my-secure-donation needs documentation

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48126

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 48126] MediaWiki:Donate interface-submit-my-secure-donation needs documentation

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48126

--- Comment #3 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 89689 had a related patch set uploaded by TTO:
Get rid of unused message donate_interface-submit-my-secure-donation

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

-- 
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 48126] MediaWiki:Donate interface-submit-my-secure-donation needs documentation

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48126

--- Comment #4 from This, that and the other at.li...@live.com.au ---
A grep of the repository suggests this message is not being used anywhere and
can be removed. Unless some extension or other code is evilly using it...

Probably better to remove it altogether.

-- 
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 47573] Add Spam/Junk as a default deletion reason

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47573

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

   What|Removed |Added

 Status|REOPENED|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 47573] Add Spam/Junk as a default deletion reason

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47573

--- Comment #3 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 89692 had a related patch set uploaded by TTO:
Refresh Deletereason-dropdown

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

-- 
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 47573] Add Spam/Junk as a default deletion reason

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47573

This, that and the other at.li...@live.com.au changed:

   What|Removed |Added

 CC||at.li...@live.com.au
   Assignee|wikibugs-l@lists.wikimedia. |at.li...@live.com.au
   |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 38638] Interface messages needing rewording or documentation and other issues with existing messages (tracking)

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38638

Bug 38638 depends on bug 44297, which changed state.

Bug 44297 Summary: Add Your e-mail address will not be published to 
MediaWiki:Requestaccount-acc-text
https://bugzilla.wikimedia.org/show_bug.cgi?id=44297

   What|Removed |Added

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

-- 
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 44297] Add Your e-mail address will not be published to MediaWiki:Requestaccount-acc-text

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=44297

This, that and the other at.li...@live.com.au changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 CC||at.li...@live.com.au
 Resolution|--- |FIXED

--- Comment #4 from This, that and the other at.li...@live.com.au ---
Seems done. Please close your bugs once the patch is merged :)

-- 
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 45756] Rename to Education program

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=45756

This, that and the other at.li...@live.com.au changed:

   What|Removed |Added

 CC||at.li...@live.com.au

--- Comment #5 from This, that and the other at.li...@live.com.au ---
What is supposed to be renamed 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 45756] Rename to Education program

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=45756

--- Comment #6 from Nemo federicol...@tiscali.it ---
(In reply to comment #5)
 What is supposed to be renamed here?

The whole extension.

-- 
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 52719] Requesting adding AdorshoLipi font for Bangla

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52719

--- Comment #13 from Runa Bhattacharjee run...@gmail.com ---
(In reply to comment #12)
 Hi, Runa , Please wait minimum 15 days. one request from VP discussion, can
 we
 see the test page where patch tested?

We don't really have any page to test it. The tests were done on local wikis
using the ULS patchset mentioned in comment #8 i.e.
https://gerrit.wikimedia.org/r/88495. 

I am adding a screenshot from the my tests.  Thanks.

-- 
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 55653] Implement a sameAs

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55653

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

   What|Removed |Added

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

--- Comment #3 from Lydia Pintscher lydia.pintsc...@wikimedia.de ---
After some more thinking about this and Daniel's comment I agree.

-- 
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 52719] Requesting adding AdorshoLipi font for Bangla

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52719

--- Comment #14 from Runa Bhattacharjee run...@gmail.com ---
Created attachment 13482
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=13482action=edit
screenshot of Adorsholipi font used with mediawiki

-- 
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 55694] New: LQT 2.0 - Cannot read property 'token' of undefined

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55694

   Web browser: ---
Bug ID: 55694
   Summary: LQT 2.0 - Cannot read property 'token' of undefined
   Product: MediaWiki
   Version: 1.21.2
  Hardware: All
OS: Linux
Status: NEW
  Severity: major
  Priority: Unprioritized
 Component: JavaScript
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: volo...@whengendarmesleeps.org
CC: krinklem...@gmail.com, matma@gmail.com,
tpars...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

Hello,

After upgrading MediaWiki i have began to encounter the following error when
creating or replying to a thread on LQT 2.0 with javascript enabled:

Uncaught TypeError: Cannot read property 'token' of undefined

It happens on at the following execution.

var token = data.threadaction.token;

I've looked at what 'data' is, and it's:
data - Object
error - Object
code = notoken
info = The token parameter must be set
...
There are some __proto things there too, let me know if you need them

Server:
  MediaWiki 1.21.2

Client:
  Chromium28.0.1500.71 (Developer Build 28.0.1500.71-0ubuntu1.12.04.1)
  Ubuntu 12.04

-- 
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 49242] populateSitesTable script should clear cached sites data

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49242

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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |INVALID

--- Comment #3 from Lydia Pintscher lydia.pintsc...@wikimedia.de ---
Closing based on Katie abandoning the changeset.

-- 
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 55695] New: LQT2.0 - Deleting messages does not decrement reply count in the TOC

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55695

   Web browser: ---
Bug ID: 55695
   Summary: LQT2.0 - Deleting messages does not decrement reply
count in the TOC
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: minor
  Priority: Unprioritized
 Component: LiquidThreads
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: volo...@whengendarmesleeps.org
CC: agarr...@wikimedia.org, jforres...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

To reploduce:

Create a new thread
- reply count = 0
Post a reply to the thread
- reply count = 1
Delete the reply
- reply count = 1

What i expect to happen:

Reply count should be decremented when a reply is deleted.

-- 
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 55694] LQT 2.0 - Cannot read property 'token' of undefined

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55694

Volodya volo...@whengendarmesleeps.org changed:

   What|Removed |Added

 CC||agarr...@wikimedia.org,
   ||jforres...@wikimedia.org
  Component|JavaScript  |LiquidThreads
Version|1.21.2  |unspecified
Product|MediaWiki   |MediaWiki extensions
   Target Milestone|--- |MW 1.21 version

-- 
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 46538] keyboard shortcut to get to Wikidata item

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46538

--- Comment #2 from Bene* benestar.wikime...@googlemail.com ---
As listed at https://meta.wikimedia.org/wiki/Help:Keyboard_shortcuts the only
available keys are 'g', 'j', and 'k'. Which key should be chosen?

-- 
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 55694] LQT 2.0 - Cannot read property 'token' of undefined

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55694

Volodya volo...@whengendarmesleeps.org changed:

   What|Removed |Added

Version|unspecified |REL1_21 branch

-- 
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 46538] keyboard shortcut to get to Wikidata item

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46538

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 46538] keyboard shortcut to get to Wikidata item

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46538

--- Comment #3 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 89698 had a related patch set uploaded by Bene:
(bug 46538) keyboard shortcut to get to Wikidata item

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

-- 
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 55561] Updating existing WikiPage in wikimedia

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55561

--- Comment #3 from rohinipag...@gmail.com ---
Hi,

The import procedure completed successfully but, the changes made in the
abcd.xml i.e Changed phonenumber value as phonenumber=999 did not reflect
even after importing the abcd.xml

The wikipage contained the previous data for phonenumber as 123456789.

Thanks

-- 
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 53379] unchecking Always use a secure connection when logged in leaves forceHTTPS cookie set

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53379

--- Comment #16 from jida...@jidanni.org ---
(In reply to comment #15)
Well Facebook gets this right with a single choice,
so once this is working right on Wikipedia (yet?) one will be enough...

-- 
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 54936] Defer all references to Special:Flow into UrlGenerator

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54936

--- Comment #4 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 89612 merged by jenkins-bot:
Fix bug 54936: Redirect most references to Special:Flow through UrlGenerator.

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

-- 
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 55689] Replace.py errors

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55689

xqt i...@gno.de changed:

   What|Removed |Added

 Status|NEW |UNCONFIRMED
 CC||i...@gno.de
 Ever confirmed|1   |0

--- Comment #2 from xqt i...@gno.de ---
Neighter -search nor -save are valid option for replace.py on core. Please
refer the documentation of the code by pwb.py replace -help

-- 
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 55689] Replace.py errors

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55689

--- Comment #3 from xqt i...@gno.de ---
Sorry, -search option is quite right but -save option is available on compat
version only (yet).

-- 
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 55689] Replace.py errors

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55689

xqt i...@gno.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |INVALID

-- 
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 55689] Replace.py errors

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55689

xqt i...@gno.de changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
 Status|RESOLVED|REOPENED
 Resolution|INVALID |---
 Ever confirmed|0   |1
   Severity|normal  |enhancement

--- Comment #4 from xqt i...@gno.de ---
Reopened as feature request

-- 
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 47573] Add Spam/Junk as a default deletion reason

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47573

--- Comment #4 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 89692 merged by jenkins-bot:
Refresh Deletereason-dropdown

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

-- 
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 54797] Empty tech metrics mailing list pages - related with pagination?

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54797

Alvaro a...@bitergia.com changed:

   What|Removed |Added

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

--- Comment #1 from Alvaro a...@bitergia.com ---
Right now it is working with the new library updates.

-- 
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 55326] category.py move fails on many pages.

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55326

xqt i...@gno.de changed:

   What|Removed |Added

 Status|NEW |UNCONFIRMED
 CC||i...@gno.de
 Ever confirmed|1   |0

--- Comment #5 from xqt i...@gno.de ---
Is this bug still valid? Otherwise would close it as outdated.

-- 
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 55287] interwiki does not resume with -continue

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55287

xqt i...@gno.de changed:

   What|Removed |Added

 Status|ASSIGNED|UNCONFIRMED
 CC||i...@gno.de
 Ever confirmed|1   |0

--- Comment #4 from xqt i...@gno.de ---
If the dump file contains entries with J they will be fetched first. Continuing
is/should be done with the last entry of the file. Should be confirmed.

-- 
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 55285] Login no longer available

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55285

xqt i...@gno.de changed:

   What|Removed |Added

 Status|NEW |UNCONFIRMED
 CC||i...@gno.de
 Ever confirmed|1   |0

--- Comment #2 from xqt i...@gno.de ---
Might be outdated.

-- 
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 55037] featured.py small improvement

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55037

xqt i...@gno.de changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||i...@gno.de

-- 
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 55696] New: API:Opensearch truncates for search requests between 15-100

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55696

   Web browser: ---
Bug ID: 55696
   Summary: API:Opensearch truncates for search requests between
15-100
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: OpenSearchXml
  Assignee: br...@wikimedia.org
  Reporter: technical...@yahoo.com
Classification: Unclassified
   Mobile Platform: ---

See [[Wikipedia:Village pump (technical)#In API, action=opensearch returns only
15 items instead of 100 result asked for]] (which I may have to come back and
make a working link for).

From my testing on multiple WMF wikis, setting limit between 15-100 returns 15
results with no error message; however, setting limit over 100 returns limit
may not be over 100 (set to 101) for users and 15 results.

-- 
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 55610] time data error

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55610

xqt i...@gno.de changed:

   What|Removed |Added

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

-- 
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 55094] another hint option for interwiki: fetch interlanguage titles from article with same name

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55094

xqt i...@gno.de changed:

   What|Removed |Added

   Priority|High|Low
 CC||i...@gno.de

-- 
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 55435] AbuseFilter: PHP Catchable fatal error: Argument 1 passed to RequestContext::setTitle() must be an instance of Title, null given, called in AbuseFilter.class.php on

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55435

MZMcBride b...@mzmcbride.com changed:

   What|Removed |Added

   Priority|Unprioritized   |High
 CC||b...@mzmcbride.com

-- 
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 55051] Interwiki graphs doesn't generates in autonomous mode

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55051

xqt i...@gno.de changed:

   What|Removed |Added

   Priority|High|Normal
 CC||i...@gno.de

-- 
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 55248] Dead code in redirect.py

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55248

xqt i...@gno.de changed:

   What|Removed |Added

   Priority|Unprioritized   |Lowest
 CC||i...@gno.de
   Assignee|pywikipedia-b...@lists.wiki |i...@gno.de
   |media.org   |
   Severity|normal  |trivial

-- 
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 54469] Bugzilla data scanned for tech metrics must be aligned with repos scanned

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54469

--- Comment #3 from Alvaro a...@bitergia.com ---
Quim, for the Bugzilla components mapping, do you have some plan in mind for
gathering the info from Wikimedia Community? Maybe we can start doing the
mapping of the more clear components, but it there is a complete process to
cover all of them, much better!

-- 
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 54994] UploadWizard hangs browser on entering image description

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54994

--- Comment #8 from pirogronia...@tlen.pl ---
(In reply to comment #7)
 (In reply to comment #6)
  Tested on firefox and Konqueror.
 
 Please always provide version information. Thanks! :)

Firefox 24.o and Konqueror 4.11. Although I suppose that it's independend of
version and browser type.

-- 
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 55697] New: VisualEditor: Fetch new image rendering after resize

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55697

   Web browser: ---
Bug ID: 55697
   Summary: VisualEditor: Fetch new image rendering after resize
   Product: VisualEditor
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: MediaWiki integration
  Assignee: esand...@wikimedia.org
  Reporter: esand...@wikimedia.org
CC: jforres...@wikimedia.org, krinklem...@gmail.com,
roan.katt...@gmail.com, tpars...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

To prevent images which have just been scaled up from looking pixelated.

-- 
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 53227] updateSpecialPages.php not running any more on de.wp

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53227

--- Comment #17 from Malafaya malaf...@clix.pt ---
What's the current status of this issue? What is being done currently?

-- 
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 55698] New: Label for input method Deutsch is to short/misleading

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55698

   Web browser: ---
Bug ID: 55698
   Summary: Label for input method Deutsch is to
short/misleading
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: UniversalLanguageSelector
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: mr.h...@gmx.de
CC: alolita.sha...@gmail.com,
amir.ahar...@mail.huji.ac.il, kartik.mis...@gmail.com,
niklas.laxst...@gmail.com, pgi...@wikimedia.org,
run...@gmail.com, s.mazel...@xs4all.nl,
santhosh.thottin...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

As requested in bug 54646 I report this as a separate issue:

The current labels for the input methods are very short, e.g. Deutsch
(German). This makes the users think they have to choose this. It's not obvious
that the input method is only needed if a user does *not* have German umlauts
on his keyboard. But almost all German users have a German keyboard and
therefor should keep the Native setting or disable the input tools
completely.[1]

Unfortunately I don't have a perfect idea for a label. It should say something
like Choose this if you don't have a German keyboard but this is to long,
obviously. Maybe something like Input helper for umlauts or Alternative
input for umlauts?

Other input methods may have the same problem but I'm not familiar with these
languages.

[1]Which leads to an other question and maybe an other issue: What's the
difference between Native and Disable? Does this make a difference from the
users point of view except for the little keyboard icon next to the edit
window?

-- 
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 55699] New: Dot files should not be included in the release packages

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55699

   Web browser: ---
Bug ID: 55699
   Summary: Dot files should not be included in the release
packages
   Product: MediaWiki
   Version: 1.22-git
  Hardware: All
OS: All
Status: NEW
  Severity: minor
  Priority: Unprioritized
 Component: General/Unknown
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: huji.h...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

I have noticed that in the 1.21.2 release package, dot files such as .gitreview
and .jshintignore are included in the downloadable. These hidden files are only
useful for developers, and should be removed from the end-user release
packages.

-- 
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 51580] configure beta labs for SUL2

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=51580

--- Comment #10 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 81148 abandoned by Hashar:
Enable SUL2 in beta

Reason:
I am abandoning this change to reduce Gerrit dashboards noise, feel free to
reopen/merge to have the function enabled.

It is not yet on beta:

 hashar@deployment-bastion:~$ mwscript eval.php --wiki=enwiki
  return $wmgCentralAuthLoginWiki
 loginwiki
  return $wgCentralAuthLoginWiki;
 bool(false)
 

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

-- 
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 54606] Make tutorial video on how to use Bugzilla

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54606

--- Comment #8 from Andre Klapper aklap...@wikimedia.org ---
Currently I'd use the normal form with Hide Advanced Fields enabled, and
either MediaWiki or Wikimedia product, plus component General/Unknown.

-- 
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 55700] New: Variables in Badaccess-groups incompatible with ParserFunctions

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55700

   Web browser: ---
Bug ID: 55700
   Summary: Variables in Badaccess-groups incompatible with
ParserFunctions
   Product: MediaWiki
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General/Unknown
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: hersfoldw...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

Mediawiki:Badaccess-groups contains two variables:

$1: The groups that can do whatever the user was trying to do, linked to the
appropriate group page
$2: The number of groups listed

I am attempting to modify this message so that it displays more relevant
information based on the groups listed in $1, for example:

{{#ifeq:$1|Users|In order to view pages or perform any actions on the
{{SITENAME}}, users must be logged into an enabled account. If you are not
logged in, you may [[Special:UserLogin|do so now]]. If you are logged in, your
account has been disabled and cannot be used to access this wiki. }}

However, this isn't working, as $1 appears to be automatically linked; even
when adding the HTML code and/or wikimarkup for the link into the
ParserFunction, it's not displaying the text shown. Would it be possible to add
an additional variable that contains the plain-text version of each group?
Thank you.

-- 
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 29079] RESOLVED HUMOROUS (TRACKING)

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29079

Bug 29079 depends on bug 54810, which changed state.

Bug 54810 Summary: www.mzmcbride.com has a useless landing page
https://bugzilla.wikimedia.org/show_bug.cgi?id=54810

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WORKSFORME

-- 
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 54810] www.mzmcbride.com has a useless landing page

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54810

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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WORKSFORME

-- 
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 54752] Wrong Font used in Chrome

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54752

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

   What|Removed |Added

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

-- 
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 54348] Special:ListUsers : Internal Error

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54348

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

   What|Removed |Added

   Priority|Unprioritized   |Low

--- Comment #7 from Andre Klapper aklap...@wikimedia.org ---
zdroid9770: Please include the full error message (It should have a message,
plus about 9 lines of backtrace)

-- 
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 55700] Variables in Badaccess-groups incompatible with ParserFunctions

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55700

Hersfold hersfoldw...@gmail.com changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
Version|unspecified |1.21.2

-- 
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 54637] Search not working

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54637

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

   What|Removed |Added

   Priority|Unprioritized   |Low

--- Comment #4 from Andre Klapper aklap...@wikimedia.org ---
Johnny: Please provide steps to reproduce (and a testcase, if this is about a
public wikisite).

-- 
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 55699] Dot files should not be included in the tarball release packages

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55699

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

   What|Removed |Added

   Priority|Unprioritized   |Low
   Assignee|wikibugs-l@lists.wikimedia. |hexm...@gmail.com
   |org |
Summary|Dot files should not be |Dot files should not be
   |included in the release |included in the tarball
   |packages|release packages

--- Comment #1 from Andre Klapper aklap...@wikimedia.org ---
Assigning to hexmode as he has packaged MediaWiki tarballs.

-- 
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 35378] Support multiple collations at the same time

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35378

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

   What|Removed |Added

   Keywords|patch, patch-need-review|
   Priority|Unprioritized   |Normal

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