[Bug 37628] Creating a Git/Gerrit/Labs account requires human intervention

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37628

p858snake  changed:

   What|Removed |Added

 CC||p858sn...@gmail.com

--- Comment #7 from p858snake  2012-07-27 07:02:32 UTC ---
(In reply to comment #4)
> It would be nice for this to also restrict accounts from being created that
> conflict with accounts on Wikimedia SUL (unless, of course, we're talking 
> about
> the same user).  That, of course, makes this much more complicated, so I
> suppose it's not a requirement, but it'd be nice.

(Without Looking at said extension capabilities) Could we not adapt (Do we even
need to?) AntiSpoof to look at the CentralAuth user table?

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

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


[Bug 37628] Creating a Git/Gerrit/Labs account requires human intervention

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37628

--- Comment #8 from Ryan Lane  2012-07-27 07:04:12 UTC ---
(In reply to comment #7)
> (In reply to comment #4)
> > It would be nice for this to also restrict accounts from being created that
> > conflict with accounts on Wikimedia SUL (unless, of course, we're talking 
> > about
> > the same user).  That, of course, makes this much more complicated, so I
> > suppose it's not a requirement, but it'd be nice.
> 
> (Without Looking at said extension capabilities) Could we not adapt (Do we 
> even
> need to?) AntiSpoof to look at the CentralAuth user table?

No. labsconsole is purposely not a part of the cluster, so it can't look at the
CentralAuth user table.

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

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


[Bug 37628] Creating a Git/Gerrit/Labs account requires human intervention

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37628

--- Comment #9 from Ryan Lane  2012-07-27 07:05:17 UTC ---
(In reply to comment #6)
> (In reply to comment #3)
> > At this point, there's likely very few people with SVN
> > accounts that don't already have Labs accounts.
> 
> If you mean active SVN users you're probably right so this is not a big
> problem, but https://svn.wikimedia.org/users.php lists 443 users "not ready 
> for
> git" so I suppose many have not been migrated.

users.php is very outdated, and looks at a file that isn't updated anymore.
Many of the users listed as N already have accounts.

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

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


[Bug 35974] Preference or default setting to open search results and suggestions in new tab

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35974

--- Comment #17 from zlight  2012-07-27 07:17:45 UTC ---
Here is a JavaScript (JS) version below that works for both PCs (Ctrl-click)
and Macs (via Cmd-click. Command/Apple key). It works in Firefox, Chrome,
Internet Explorer, and Safari. It works for both search submit buttons, and
search suggestions in the dropdown. It works on Wikipedia and the Commons. It
is from here: 
http://commons.wikimedia.org/wiki/Commons:Village_pump/Proposals#Revised_version_that_also_works_for_Mac_users

/* Ctrl-click (PC) and Cmd-click (Mac) to open search in new tab */

$('#searchform, #searchbox, #search, .search-types, #search-types,
#powersearch').bind('keyup keydown mousedown', 
  function (e){ $(this).attr('target', e.ctrlKey||e.metaKey?'_blank':'') })

Add the above JS to here: 
*http://commons.wikimedia.org/wiki/Special:MyPage/common.js
*http://en.wikipedia.org/wiki/Special:MyPage/common.js

Note: Here are the component parts and what they effect:

#searchform - embedded search form at top right of every page.
#searchbox - embedded archive search forms. For example; 
 http://commons.wikimedia.org/wiki/Template:Village_pump_archives
 http://commons.wikimedia.org/wiki/Commons:Village_pump/Header
 http://commons.wikimedia.org/wiki/Commons:Village_pump/Proposals/Header
#search, .search-types, #search-types - Special:Search.
#powersearch - advanced search at Special:Search. This is after one clicks the
advanced search link at Special:Search to get the dropdown of search choices.
Then when one clicks the search button, #powersearch applies to it.
Special:Search links:
*http://en.wikipedia.org/wiki/Special:Search
*http://commons.wikimedia.org/wiki/Special:Search

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

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


[Bug 22011] enable the collection extension on he.wikipedia.org

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22011

Nemo_bis  changed:

   What|Removed |Added

   Keywords||i18n, patch-need-review
 CC||federicol...@tiscali.it

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

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


[Bug 29955] Make UploadWizard compatible with fair use

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29955

Nemo_bis  changed:

   What|Removed |Added

   Priority|Low |Lowest
 CC||federicol...@tiscali.it

--- Comment #4 from Nemo_bis  2012-07-27 07:54:13 UTC 
---
(In reply to comment #1)
> FYI the driving use case here is Hindi wikipedia (bug 29944)

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

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


[Bug 21312] Request for feature: RevisionMove

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21312

Nemo_bis  changed:

   What|Removed |Added

   Keywords||patch-need-review
 CC||federicol...@tiscali.it

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

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


[Bug 24157] Enable RevisionMove on testwiki

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24157

Nemo_bis  changed:

   What|Removed |Added

   Keywords||patch-need-review
 CC||federicol...@tiscali.it

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

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


[Bug 29829] Enable Extension:Sort on Hindi Wikipedia

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29829

Nemo_bis  changed:

   What|Removed |Added

   Keywords||patch-reviewed
 CC||federicol...@tiscali.it

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

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


[Bug 37999] Drafts needs ResourceLoader-ifying

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37999

Nemo_bis  changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||federicol...@tiscali.it
   Severity|enhancement |blocker

--- Comment #1 from Nemo_bis  2012-07-27 08:24:15 UTC 
---
If it blocks deployment then it's not just an enhancement request.

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

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


[Bug 37992] Review and deploy Drafts extension to Wikimedia wikis

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37992

Sam Reed (reedy)  changed:

   What|Removed |Added

 Depends on||37999

Krinkle  changed:

   What|Removed |Added

   Keywords||shellpolicy
 CC||krinklem...@gmail.com

--- Comment #4 from Krinkle  2012-07-27 08:26:27 UTC ---
Consensus?

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

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


[Bug 37999] Drafts needs ResourceLoader-ifying

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37999

p858snake  changed:

   What|Removed |Added

 CC||p858sn...@gmail.com

--- Comment #2 from p858snake  2012-07-27 08:29:26 UTC ---
(In reply to comment #1)
> If it blocks deployment then it's not just an enhancement request.
Where is the discussion about this getting deployed?

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

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


[Bug 38271] Review and deploy SVGEdit extension to Wikimedia wikis

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38271

Nemo_bis  changed:

   What|Removed |Added

 CC||federicol...@tiscali.it,
   ||jarry1...@gmail.com

--- Comment #3 from Nemo_bis  2012-07-27 08:34:36 UTC 
---
(In reply to comment #2)
> (In reply to comment #1)
> > Extension requires moving to Git
> 
> Okay, copying Chad about that.

Chad, is this in the queue?
Also cc'ing Harry because I don't understand how this would interact with
TranslateSVG and he probably has some insights to share.

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

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


[Bug 38500] [Regression] jquery.ui.slider breaks IE9

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38500

--- Comment #4 from kipod  2012-07-27 08:55:28 UTC ---
seems to be happening on hewiki. can you please try it there? might be some
problem stemming from interaction with an existing script there.

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

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


[Bug 38747] New: fix deployment-bastion instance

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38747

   Web browser: ---
 Bug #: 38747
   Summary: fix deployment-bastion instance
   Product: Wikimedia Labs
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: deployment-prep (beta)
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: has...@free.fr
CC: benap...@gmail.com, fai...@wikimedia.org,
has...@free.fr, mhershber...@wikimedia.org,
platoni...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


Petr has setup deployment-bastion which is not functional (can't log on it).
Need to be either sorted of or recreated :-)

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

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


[Bug 37999] Drafts needs ResourceLoader-ifying

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37999

--- Comment #3 from Nemo_bis  2012-07-27 08:58:33 UTC 
---
(In reply to comment #2)
> Where is the discussion about this getting deployed?

See bug 37992 (where it's been asked just now btw).

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

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


[Bug 38747] fix deployment-bastion instance

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38747

Antoine "hashar" Musso  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 AssignedTo|wikibugs-l@lists.wikimedia. |benap...@gmail.com
   |org |

--- Comment #1 from Antoine "hashar" Musso  2012-07-27 08:59:29 
UTC ---
Petr would you mind taking care of deployment-bastion ?  I think it got broken
because you applied puppet classes on creation. If there is nothing specific on
that instance, you might want to delete it, create a new one and once created
apply the classes you need.

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

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


[Bug 38748] New: clean up deployment-wmsearch

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38748

   Web browser: ---
 Bug #: 38748
   Summary: clean up deployment-wmsearch
   Product: Wikimedia Labs
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: deployment-prep (beta)
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: has...@free.fr
CC: benap...@gmail.com, fai...@wikimedia.org,
has...@free.fr, mhershber...@wikimedia.org,
platoni...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


The deployment-wmsearch instance got corrupted with the labs migration attempt
a few weeks ago.  I supposed it was mean to setup a Lucene search backend
though I am not sure it ever worked.

We need to either delete that instance and postpone the search implementation
or create a new instance and setup search :-D The later I will not be able to
handle it myself before september 2012.

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

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


[Bug 38749] New: give jobrunner06 access to 'upload6'

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38749

   Web browser: ---
 Bug #: 38749
   Summary: give jobrunner06 access to 'upload6'
   Product: Wikimedia Labs
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: major
  Priority: Unprioritized
 Component: deployment-prep (beta)
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: has...@free.fr
CC: benap...@gmail.com, fai...@wikimedia.org,
has...@free.fr, mhershber...@wikimedia.org,
platoni...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


The jobrunner06 instance no more have any access to the 'upload6' shared
directory. The root cause is role::applicationserver::jobrunner passing the non
existent 'lvsrealserver' parameter.

https://gerrit.wikimedia.org/r/#/c/16809/

Impact: jobs are not run.

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

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


[Bug 38750] New: New magic word / parser function to switch based on if talk page is from anon user

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38750

   Web browser: ---
 Bug #: 38750
   Summary: New magic word / parser function to switch based on if
talk page is from anon user
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: Parser
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: sumur...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


On the Dutch Wikipedia we have a fair share of templates that display different
things, based on the fact if the template is placed on the talk page of an ip
or an registered user. This is currently done via {{#ifeq: {{uc:{{PAGENAME}} }}
| {{lc:{{PAGENAME}} }} | foo | bar }}. This however only works IPv4.

With the introduction of IPv6 this trick doesn't work. If we would try to catch
every IPv6 with a template, it would get rather complex.
[[MediaWiki:Anontalkpagetext]] is printed under all talk pages of anonymous
users, so somewhere inside the software we know it's an anonymous user. I want
to utilize that knowledge inside the wikitext.

I would like something like:
{{ANONYMOUSUSER}} or {{ANONYMOUSUSER:pagename}} which would either be 1/true or
0/false. Someone else can probably think of a better word for such a magic
word.

or

{{#ifanontalkpage| true | false }} or {{#ifanontalkpage:pagename | true | false
}}

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

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


[Bug 38749] give jobrunner06 access to 'upload6'

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38749

--- Comment #1 from Antoine "hashar" Musso  2012-07-27 09:45:27 
UTC ---
16809 got merged in. Still have Must pass lvs_pool to
Class[Role::Applicationserver::Common]

The Apache role are being overhauled by notpeter. I guess we will use the inner
classes directly and wait for the role one to be finished.

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

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


[Bug 38749] give jobrunner06 access to 'upload6'

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38749

--- Comment #2 from Antoine "hashar" Musso  2012-07-27 09:56:24 
UTC ---
I have applied instead:

applicationserver::labs
applicationserver::jobrunner

Had to:
- remove /usr/local/apache and /mnt/upload6 empty dir. Downgraded PHP manually. 
- manually downgrade PHP by using 'apt-get upgrade'

Did not relaunch the job run loop though.

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

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


[Bug 38421] Chinese Wikisource AJAX suggestions don't work

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38421

--- Comment #3 from zhxy_519  2012-07-27 10:01:06 UTC ---
Now except under the preferences, AJAX stopped work again in ZHWS.

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

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


[Bug 38271] Review and deploy SVGEdit extension to Wikimedia wikis

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38271

--- Comment #4 from Jarry1250  2012-07-27 10:05:30 UTC ---
Well, interaction with TranslateSvg *per se* shouldn't be a problem, the issue
is really its (by which I mean SVGEdit and not the extension) support for
certain parts of the SVG1.1 specification on which TranslateSvg relies (namely
 tags).

At the moment, if you dump in a  tag, it will render it correctly,
which is nice. However, the text is not editable, and the thing isn't movable.

If you add a group around it, it becomes movable.

In other words, I think this is a fixable issue - SVGEdit *can* handle
, it just doesn't think it can.

SVGEdit is written in JS, right? In which case, I could probably take a look
myself at some point.

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

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


[Bug 38500] [Regression] jquery.ui.slider breaks IE9

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38500

matanya  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||matanya.mo...@gmail.com
 Ever Confirmed|0   |1

--- Comment #5 from matanya  2012-07-27 10:28:07 UTC 
---
Tested with IE9 on hewiki, and got reproduced.

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

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


[Bug 37407] Change of name to the extension

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37407

Siddhartha Ghai  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||siddhartha.g...@gmail.com
 Resolution||DUPLICATE

--- Comment #1 from Siddhartha Ghai  2012-07-27 
10:39:20 UTC ---


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

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

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


[Bug 21895] Change the name of the AbuseFilter extension

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21895

Siddhartha Ghai  changed:

   What|Removed |Added

 CC||mahit...@yahoo.co.in

--- Comment #2 from Siddhartha Ghai  2012-07-27 
10:39:20 UTC ---
*** Bug 37407 has been marked as a duplicate of this bug. ***

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

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


[Bug 36129] AbuseFilter extensions do not support Unicode in regular expressions

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36129

Siddhartha Ghai  changed:

   What|Removed |Added

 CC||siddhartha.g...@gmail.com

--- Comment #1 from Siddhartha Ghai  2012-07-27 
10:48:46 UTC ---
Bug 17830 might be relevant for \b usage.

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

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


[Bug 38271] Review and deploy SVGEdit extension to Wikimedia wikis

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38271

Chad H.  changed:

   What|Removed |Added

 CC|innocentkil...@gmail.com|

--- Comment #5 from Chad H.  2012-07-27 10:50:44 UTC 
---
(In reply to comment #3)
> (In reply to comment #2)
> > (In reply to comment #1)
> > > Extension requires moving to Git
> > 
> > Okay, copying Chad about that.
> 
> Chad, is this in the queue?

It's already been done in the last round of moves.

https://gerrit.wikimedia.org/r/gitweb?p=mediawiki/extensions/SVGEdit.git

(Removing myself from the CC list again since the part I need to do is done and
I don't really care about SVGs)

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

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


[Bug 38751] New: Mathjax is very slow with webfonts

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38751

   Web browser: ---
 Bug #: 38751
   Summary: Mathjax is very slow with webfonts
   Product: MediaWiki extensions
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Math
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: matanya.mo...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


If you enable Mathjax and webfonts, it takes good several seconds to render the
page correctly.

how to reproduce:

1) go to https://or.wikipedia.org and choose a webfont
2) change in preference the math render to mathjax 
3) open https://or.wikipedia.org/wiki/Mathematics

I'm using a relatively new computer (less than a year old) with 6GB ram and a
core i5, with Ubuntu 12.04 on firefox 14. This souldn't take so long on such
hardware.  

On chrome it is worse.

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

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


[Bug 38752] New: Mathjax font is too small

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38752

   Web browser: ---
 Bug #: 38752
   Summary: Mathjax font is too small
   Product: MediaWiki extensions
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Math
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: matanya.mo...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


The mathjax presented font is too small to read easily.

I know you can zoom the formula, but:
1) that isn't intuitive
2) IE through exceptions when doing so

Can this be changed in some way?

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

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


[Bug 38182] Review WikidataRepo API (8)

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38182

jeb...@gmail.com changed:

   What|Removed |Added

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

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

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


[Bug 38182] Review WikidataRepo API (8)

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38182

jeb...@gmail.com changed:

   What|Removed |Added

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

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

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


[Bug 38182] Review WikidataRepo API (8)

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38182

jeb...@gmail.com changed:

   What|Removed |Added

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

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

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


[Bug 38182] Review WikidataRepo API (8)

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38182

jeb...@gmail.com changed:

   What|Removed |Added

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

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

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


[Bug 38182] Review WikidataRepo API (8)

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38182

jeb...@gmail.com changed:

   What|Removed |Added

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

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

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


[Bug 38182] Review WikidataRepo API (8)

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38182

jeb...@gmail.com changed:

   What|Removed |Added

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

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

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


[Bug 38182] Review WikidataRepo API (8)

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38182

jeb...@gmail.com changed:

   What|Removed |Added

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

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

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


[Bug 38753] New: Action names in abuselog should be translatable

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38753

   Web browser: ---
 Bug #: 38753
   Summary: Action names in abuselog should be translatable
   Product: MediaWiki extensions
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: AbuseFilter
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: siddhartha.g...@gmail.com
CC: agarr...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---


Currently, it seems that the names of the actions performed which abusefilter
catches are hardcoded for log entries. See
http://hi.wikipedia.org/wiki/%E0%A4%B5%E0%A4%BF%E0%A4%B6%E0%A5%87%E0%A4%B7:%E0%A4%A6%E0%A5%81%E0%A4%B0%E0%A5%81%E0%A4%AA%E0%A4%AF%E0%A5%8B%E0%A4%97_%E0%A4%B2%E0%A5%89%E0%A4%97
for example. The entries contain the word "edit" which seems to be $4 in
[[MediaWiki:Abusefilter-log-detailedentry-meta]]. However, there seems to be no
i18n message at translatewiki.net for translating this.

http://translatewiki.net/wiki/Thread%3ASupport/About_MediaWiki%3ALogentry-abusefilter-hit%2Fhi
may be relevant too.

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

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


[Bug 38751] Mathjax is very slow with webfonts

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38751

matanya  changed:

   What|Removed |Added

 Blocks||36496

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

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


[Bug 36496] Set $wgDefaultUserOptions['math']=2 on Wikimedia wikis (i.e. enable MathJax by default)

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36496

matanya  changed:

   What|Removed |Added

 Depends on||38751

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

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


[Bug 37677] ApiModifyItem uses mb_strcut and there is no fallback defined

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37677

jeb...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #5 from jeb...@gmail.com 2012-07-27 11:30:34 UTC ---
Not used anymore

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

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


[Bug 18443] auto-insert of whitespace

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18443

--- Comment #5 from Bawolff  2012-07-27 12:06:02 UTC ---
(In reply to comment #4)

> 
> Regarding the problems Bawolff mentioned, this is very similar to other
> regexp-based extensions like the spam-blacklist, the title-blacklist and the
> abuse filter (aka edit filter).
> Of ourse only admins should be allowed to edit the regexps. And they have to 
> be
> very careful, that's true; at least as careful as if they were editing the 
> sbl,
> tbl or af.

Abuse filter/spam blacklist mistakes are easier to fix than what is proposed
here. I think collecting a list of wanted rules, and hardcoding those to MW is
much more likely to succede than letting admins dynamically add such rules. (As
it stands of course, one could do this on the js side already, but that is
really icky).


(Note MW does have some rules for adding nbsp in certain contexts. The rules
just aren't all that complex)

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

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


[Bug 38754] New: Pages describing properties

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38754

   Web browser: ---
 Bug #: 38754
   Summary: Pages describing properties
   Product: MediaWiki extensions
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: WikidataRepo
AssignedTo: wikidata-b...@lists.wikimedia.org
ReportedBy: denny.vrande...@wikimedia.de
CC: wikidata-b...@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---


Introduce pages describing properties in a new namespace. One a property page,
the data type needs to be specified.

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

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


[Bug 38755] New: Data types for Wikidata

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38755

   Web browser: ---
 Bug #: 38755
   Summary: Data types for Wikidata
   Product: MediaWiki extensions
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: WikidataRepo
AssignedTo: wikidata-b...@lists.wikimedia.org
ReportedBy: denny.vrande...@wikimedia.de
CC: wikidata-b...@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---


Set up Data types for Wikidata. Need to be determined how this exactly will
happen.

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

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


[Bug 38566] [[|||||||||]|-|-]A|-/ in edit summary causes exception

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38566

--- Comment #11 from Bawolff  2012-07-27 12:24:00 UTC ---
Well for now we could just do if ( $html == null ) $html =
$thingyBeforeWeTriedToParseIt In very very rare cases comments wouldn't have
wikilinks formatted. Given the rarity of this happening I don't think its
something that really matters.

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

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


[Bug 38754] Pages describing properties

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38754

denny vrandecic  changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal

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

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


[Bug 38755] Data types for Wikidata

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38755

denny vrandecic  changed:

   What|Removed |Added

   Priority|Unprioritized   |High
   Severity|normal  |enhancement

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

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


[Bug 38720] Math error showing in hebrew

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38720

Derk-Jan Hartman  changed:

   What|Removed |Added

 CC||hart...@videolan.org

--- Comment #2 from Derk-Jan Hartman  2012-07-27 12:32:12 
UTC ---
The error message in question is "Failed to parse (lexing error):"
A combination of math-failure and math_lexing_error.

Code:
https://gerrit.wikimedia.org/r/gitweb?p=mediawiki/extensions/Math.git;a=blob;f=Math.body.php

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

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


[Bug 38729] Update jQuery UI to 1.8.22

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38729

--- Comment #3 from Sam Reed (reedy)  2012-07-27 12:33:30 
UTC ---
https://gerrit.wikimedia.org/r/#/c/16793/

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

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


[Bug 38754] Pages describing properties

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38754

denny vrandecic  changed:

   What|Removed |Added

 Depends on||38755

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

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


[Bug 38755] Data types for Wikidata

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38755

denny vrandecic  changed:

   What|Removed |Added

 Blocks||38754

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

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


[Bug 5309] Localize captcha images

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=5309

Bawolff  changed:

   What|Removed |Added

 CC||bawolff...@gmail.com

--- Comment #20 from Bawolff  2012-07-27 12:42:23 UTC ---
Hmm I like the idea of comment 9.

Some issues:
*Swear words - people get angsty when "fuck", etc is in their captcha. (This is
probably a minor consideration)
*complex characters - Unicode characters in and of themselves are not a
problem. (Some wikis have words not in their native script, but that's the
minority, and can be resolved with a "request new captcha") More concerning is
Diacritics. Diacritics are small, and may be hard to see when messed with by
the captcha algorithm (although a native speaker might know what the word is
and be able to fill in the diacritics). I'm doubtful that a captcha of ɓ b will
look very different.

However, with that said, perhaps we should just do some testing to see if
that's really an issue. Maybe its less of an issue to a non-native speaker than
using english captchas are.

*Actual coding - we'd need to be able to generate captchas from php, presumably
in real time. Not a major issue, but requires coding efforts. (Or I suppose we
could get the word list once, and generate the captchas one off with the
current script)

-
We should also evaluate the effectiveness of our captchas. The captcha program
was written a while ago. Since then there's been advances in getting text out
of images. Lots of third party wikis report captchas not being all that
effective against spam. Perhaps our captchas aren't actually doing anything.

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


[Bug 31697] in languages where the "User:" space has more than one gender flavor, autocomplete suggests pages from user space even before user types ":"

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31697

matanya  changed:

   What|Removed |Added

 CC||matanya.mo...@gmail.com

--- Comment #20 from matanya  2012-07-27 12:42:38 UTC 
---
Still no progress?

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

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


[Bug 38722] \acute not working inside \mbox in MathJax

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38722

Derk-Jan Hartman  changed:

   What|Removed |Added

 CC||hart...@videolan.org

--- Comment #1 from Derk-Jan Hartman  2012-07-27 12:48:24 
UTC ---
This is a latex mathmode 'issue', not texvc nor mathjax really. It is supposed
to render it literally, because that is how the mathmode of latex is defined to
behave.

What you want is \text{í} (for textual) or \acute{\imath} (for mathematical) I
think ?

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


[Bug 38756] New: "discription page there" link broken

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38756

   Web browser: ---
 Bug #: 38756
   Summary: "discription page there" link broken
   Product: Wikipedia App
   Version: 3.2 (iOS) / 1.2 (Android)
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Generic
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: reinh...@world.std.com
Classification: Unclassified
   Mobile Platform: ---


When you click on a commons image in the iPhone app, you see essentially the
same page you would see on Wikipedia, including a link to the image's page on
Commons. However that see "discription page there" link is broken. It takes you
to a nonexistent "File:API".

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

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


[Bug 38755] Data types for Wikidata

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38755

denny vrandecic  changed:

   What|Removed |Added

 Depends on||38757

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

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


[Bug 38757] New: Specify implementation of data types and maintenance

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38757

   Web browser: ---
 Bug #: 38757
   Summary: Specify implementation of data types and maintenance
   Product: MediaWiki extensions
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: WikidataRepo
AssignedTo: wikidata-b...@lists.wikimedia.org
ReportedBy: denny.vrande...@wikimedia.de
CC: wikidata-b...@lists.wikimedia.org
Blocks: 38755
Classification: Unclassified
   Mobile Platform: ---


Create a document about the implementation of Data types.

Questions that the document needs to answer:
* how are data types represented? how are they shown on the wiki? how are they
maintained?
* how can data types be extended?
* how are they translated?
* take into account at least the list of data types from the data model. Think
for example about unit conversion. Where will units and conversions be defined
and maintained?
* check and compare with how SMW does it, might prove very useful input.
* composite types? intervals? (rf to IntervalSnaks and Geocoordinates)
* rendering, serialization, editing -- where are they located in the code? how
does the architecture look like for this?

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

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


[Bug 38757] Specify implementation of data types and maintenance (13)

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38757

denny vrandecic  changed:

   What|Removed |Added

Summary|Specify implementation of   |Specify implementation of
   |data types and maintenance  |data types and maintenance
   ||(13)

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

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


[Bug 38754] Pages describing properties

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38754

--- Comment #1 from denny vrandecic  2012-07-27 
13:14:32 UTC ---
Discussion started here:
https://meta.wikimedia.org/wiki/Wikidata/Notes/Entities_and_Attributes

Mind the data model. It has some answers already. Not all, though.

Open questions, that need to be specified, are:
* how to identify properties in a human-readable way? E.g. should labels be
unique within a language, over all languages? Do we need aliases? How are they
used? Ties in with the transclusion syntax discussion see bug 38703

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

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


[Bug 38754] Pages describing properties

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38754

--- Comment #2 from denny vrandecic  2012-07-27 
13:20:43 UTC ---
* Do we want to impose restrictions on the values within a property? (e.g.
population should be only positive, US state should only be US states, names
should not be longer than 600 characters, etc. -- are these user definable?)
* Should properties be markable as inherently multi-valued? (i.e. is it OK for
a property to have several values, or does this indicate a conflict?)
* Where does documentation, discussions and rules for properties happen? Is it
just the talk page? Is there an extra field with Wikitext? Is there another
page associated with it, in which language? In the Help Namespace? When is that
shown? How is it connected? How does the UI for that look like?

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

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


[Bug 38758] New: Using dollar signs makes messages in translatable pages FUZZY

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38758

   Web browser: ---
 Bug #: 38758
   Summary: Using dollar signs makes messages in translatable
pages FUZZY
   Product: MediaWiki extensions
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Keywords: i18n
  Severity: normal
  Priority: Unprioritized
 Component: Translate
AssignedTo: niklas.laxst...@gmail.com
ReportedBy: amir.ahar...@mail.huji.ac.il
CC: asha...@wikimedia.org, s.mazel...@xs4all.nl
Classification: Unclassified
   Mobile Platform: ---


In the Wikimedia Highlights reports, which are translatable on Meta, dollar
sums are frequently cited. For example:
https://meta.wikimedia.org/wiki/Wikimedia_Highlights,_June_2012#Financials

While translating that sections, the translator gets a message that numbered
parameters are not used, even though these are not parameters.

When the message is saved, it becomes FUZZY, because the software doesn't see
the "parameters", even though they aren't actually needed.

This is especially important for languages in which it is not natural to use
the dollar sign the same way as it is used in English.

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

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


[Bug 38754] Specification about how property pages work (21)

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38754

denny vrandecic  changed:

   What|Removed |Added

Summary|Pages describing properties |Specification about how
   ||property pages work (21)

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

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


[Bug 38754] Specification draft about how property pages work (21)

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38754

denny vrandecic  changed:

   What|Removed |Added

Summary|Specification about how |Specification draft about
   |property pages work (21)|how property pages work
   ||(21)

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

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


[Bug 36519] Validate data structure

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36519

denny vrandecic  changed:

   What|Removed |Added

   Keywords||testme

--- Comment #8 from denny vrandecic  2012-07-27 
13:30:21 UTC ---
Add a test for trying not well-defined inputs.

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

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


[Bug 38757] Specify implementation of data types and maintenance (13)

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38757

--- Comment #1 from denny vrandecic  2012-07-27 
13:41:03 UTC ---
* Should linked items be displayed on WhatLinksHere?

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

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


[Bug 38702] API Phase 2 Design (8)

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38702

denny vrandecic  changed:

   What|Removed |Added

   Priority|Unprioritized   |High
 CC||denny.vrandecic@wikimedia.d
   ||e
 Depends on||38574
Summary|API Phase 2 Design  |API Phase 2 Design (8)
   Severity|normal  |enhancement

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

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


[Bug 38574] TableEdit gives strict standards warnings

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38574

denny vrandecic  changed:

   What|Removed |Added

 Blocks||38702

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

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


[Bug 38702] API Phase 2 Design (8)

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38702

denny vrandecic  changed:

   What|Removed |Added

 Depends on|38574   |38754

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

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


[Bug 38574] TableEdit gives strict standards warnings

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38574

denny vrandecic  changed:

   What|Removed |Added

 Blocks|38702   |

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

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


[Bug 38754] Specification draft about how property pages work (21)

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38754

denny vrandecic  changed:

   What|Removed |Added

 Blocks||38702

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

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


[Bug 38728] Test wikibugs

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38728

Sam Reed (reedy)  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WORKSFORME

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

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


[Bug 38729] Update jQuery UI to 1.8.22

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38729

Sam Reed (reedy)  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

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

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


[Bug 38432] Uploading MS Word files doesn't work ("File extension does not match the detected MIME type of the file")

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38432

Sumana Harihareswara  changed:

   What|Removed |Added

 CC||suma...@wikimedia.org

--- Comment #4 from Sumana Harihareswara  2012-07-27 
13:57:53 UTC ---
Does this also happen on the currently running version of MW on WMF sites?  And
does it happen on an install of master?

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

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


[Bug 32215] [Wikimedia Messages] Change all sitesupport-url to a https URL

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32215

--- Comment #11 from Umherirrender  2012-07-27 
14:04:12 UTC ---
In my opinion this needs fixing in the i18n file to get it also to new wikis.

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

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


[Bug 38749] give jobrunner06 access to 'upload6'

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38749

Antoine "hashar" Musso  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #3 from Antoine "hashar" Musso  2012-07-27 14:09:10 
UTC ---
Relaunched, class applied.  Will use a role class whenever Peter as finished
rewriting the applicationserver roles.

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

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


[Bug 38717] token api should allow type parameters for any action name which requires a token

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38717

Umherirrender  changed:

   What|Removed |Added

 CC||umherirrender_de...@web.de

--- Comment #2 from Umherirrender  2012-07-27 
14:15:19 UTC ---
Each module has a short hint where you can get the token from, some needs a
update to reflect the new module action=tokens

Getting all tokens over action=tokens is not possible, because some modules
needs extra information to create the token.

The rollback token is generated using the user and title of the edit you want
to rollback, so this is not unique per session.

Token for emailuser exist as type=email

userrights needs the username where rights should change

upload and filerevert needs a edit token, no special token, maybe adding as
alias?

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

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


[Bug 38700] Intraline difference not working

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38700

--- Comment #1 from Chad H.  2012-07-27 14:25:12 UTC 
---
Is this possibly it? http://code.google.com/p/gerrit/issues/detail?id=1062

Also potentially related: http://code.google.com/p/gerrit/issues/detail?id=892

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

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


[Bug 38700] Intraline difference not working

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38700

--- Comment #2 from Niklas Laxström  2012-07-27 
14:51:54 UTC ---
Maybe the latter. It works after all, but only if my ignore whitespace option
is NOT set to None.

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


[Bug 38703] Transclusion Syntax (5)

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38703

abraham.taheriv...@wikimedia.de changed:

   What|Removed |Added

 CC||abraham.taherivand@wikimedi
   ||a.de
Summary|Transclusion Syntax |Transclusion Syntax (5)

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

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


[Bug 34962] Some parameters' descriptions are unclear (titles, pageids, revids)

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34962

Max Semenik  changed:

   What|Removed |Added

 CC||bryan.tongm...@gmail.com,
   ||roan.katt...@gmail.com,
   ||soxre...@gmail.com
  Component|ApiSandbox  |API
Product|MediaWiki extensions|MediaWiki
Summary|ApiSandbox instructions are |Some parameters'
   |unclear for certain |descriptions are unclear
   |parameters (titles, |(titles, pageids, revids)
   |pageids, revids)|

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

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


[Bug 22011] enable the collection extension on he.wikipedia.org

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22011

Krenair  changed:

   What|Removed |Added

 CC||kren...@gmail.com

--- Comment #4 from Krenair  2012-07-27 15:38:06 UTC ---
Is there local community consensus for this extension to be installed?

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

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


[Bug 29401] Need a way to detect age of WURFL db and possible updates

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29401

Max Semenik  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 CC||maxsem.w...@gmail.com
 Resolution||WONTFIX

--- Comment #8 from Max Semenik  2012-07-27 15:44:28 UTC 
---
No more WURFL, yay!

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

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


[Bug 29038] regression code in command-line updating : no prefix in the database table 'user'

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29038

Max Semenik  changed:

   What|Removed |Added

 CC||maxsem.w...@gmail.com

--- Comment #5 from Max Semenik  2012-07-27 15:52:53 UTC 
---
Bertrand, can you respond to this:
> If the updater used 'grondin.user', this mean that you have set a shared
> database using $wgSharedDB (by default the user table is in $wgSharedTables).
> Please check this and if this is the case set $wgSharedPrefix accordingly.

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

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


[Bug 34962] Some parameters' descriptions are unclear (titles, pageids, revids)

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34962

Sam Reed (reedy)  changed:

   What|Removed |Added

 Blocks||1

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

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


[Bug 1] Documentation is out of date, incomplete (tracking)

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=1

Sam Reed (reedy)  changed:

   What|Removed |Added

 Depends on||34962

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

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


[Bug 37900] noinclude/includeonly labels in ref label

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37900

Amir E. Aharoni  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||amir.ahar...@mail.huji.ac.i
   ||l
 Resolution||DUPLICATE

--- Comment #1 from Amir E. Aharoni  2012-07-27 
15:56:28 UTC ---
If I understand the description correctly, this is a duplicate of bug 19168.

Reopen if you think that I'm wrong.

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

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

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


[Bug 19168] is broken inside tags

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19168

Amir E. Aharoni  changed:

   What|Removed |Added

 CC||zork...@gmail.com

--- Comment #4 from Amir E. Aharoni  2012-07-27 
15:56:28 UTC ---
*** Bug 37900 has been marked as a duplicate of this bug. ***

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

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


[Bug 19193] Add Zend Optimizer to object caching

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19193

Max Semenik  changed:

   What|Removed |Added

 CC||maxsem.w...@gmail.com
  Component|Installer   |General/Unknown
Version|1.15.x  |unspecified

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

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


[Bug 36555] WTA: Inconsistent handling of cite

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36555

Amir E. Aharoni  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||amir.ahar...@mail.huji.ac.i
   ||l
 Resolution||WORKSFORME

--- Comment #3 from Amir E. Aharoni  2012-07-27 
16:16:04 UTC ---
Can't reproduce on the English Wikipedia.

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

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


[Bug 38759] New: Log of delete should have a summary with the label as an autocomment

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38759

   Web browser: ---
 Bug #: 38759
   Summary: Log of delete should have a summary with the label as
an autocomment
   Product: MediaWiki extensions
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: WikidataRepo
AssignedTo: wikidata-b...@lists.wikimedia.org
ReportedBy: jeb...@gmail.com
CC: wikidata-b...@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---


After deletion of the item (that is the page) the labels are not available
(well they are but should not be used anymore) and the item is only identified
by its item id and prefix. To make it possible to identify the item the label
for the content language can be available in the summary, possibly as an
autocomment of some kind.

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

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


[Bug 38753] Action names in abuselog should be translatable

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38753

Nemo_bis  changed:

   What|Removed |Added

   Keywords||i18n
 CC||federicol...@tiscali.it

--- Comment #1 from Nemo_bis  2012-07-27 16:47:02 UTC 
---
Yes, those are the messages.
Note that this might not be the AbuseFilter's fault: the names of the actions
don't seem to be translated anywhere in MediaWiki, only their descriptions are.
Look for instance at [[Special:ListGroupRights]] or even
[[m:Special:GlobalGroupPermissions/steward]]. The difference is that they're
usually alongside the translated description, but this may or not be fixable.

It's a bit like the URL parameters (for action= and also log action in
Special:Log or group name in Special:ListUsers etc.), which can't be changed.

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

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


[Bug 38753] Action names in abuselog should be translatable

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38753

Nemo_bis  changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
   Severity|normal  |enhancement

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

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


[Bug 38760] New: Signing into gerrit should leave you at the page you were visiting

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38760

   Web browser: ---
 Bug #: 38760
   Summary: Signing into gerrit should leave you at the page you
were visiting
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Keywords: upstream
  Severity: normal
  Priority: Unprioritized
 Component: Git/Gerrit
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: platoni...@gmail.com
CC: innocentkil...@gmail.com, rlan...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


If I'm signing in from a change, that's because I want to comment/review on
that change, not to go to a dashboard where it isn't even listed.
IMHO you should only be sent to the dashboard if you were login in from the
main page.

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

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


[Bug 38760] Signing into gerrit should leave you at the page you were visiting

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38760

Chad H.  changed:

   What|Removed |Added

URL||http://code.google.com/p/ge
   ||rrit/issues/detail?id=1496

--- Comment #1 from Chad H.  2012-07-27 17:07:28 UTC 
---
Very true--hadn't really noticed this before since I'm usually logged in ;-)

Went ahead and filed upstream:
http://code.google.com/p/gerrit/issues/detail?id=1496

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

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


[Bug 18443] auto-insert of whitespace

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18443

--- Comment #6 from Nemo_bis  2012-07-27 17:18:13 UTC 
---
(In reply to comment #5)
> (Note MW does have some rules for adding nbsp in certain contexts. The rules
> just aren't all that complex)

What are they, by the way? I think this is not documented anywhere, but it
would important to keep it consistent if we add such a new rule.
Right now I can remember only the separators for digits, used by formatnum,
which is defined in the MessagesXx files and can be modified only there.

Moreover, some such rules are defined by the [[International System of Units]]
itself IIRC, and are not that easy to find, but may be included in some library
already? The reporter/voters should probably do some investigation.

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

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


[Bug 5309] Localize captcha images

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=5309

Nemo_bis  changed:

   What|Removed |Added

URL||https://www.mediawiki.org/w
   ||iki/CAPTCHA

--- Comment #21 from Nemo_bis  2012-07-27 17:22:34 UTC 
---
(In reply to comment #20)
> We should also evaluate the effectiveness of our captchas. The captcha program
> was written a while ago. Since then there's been advances in getting text out
> of images. Lots of third party wikis report captchas not being all that
> effective against spam. Perhaps our captchas aren't actually doing anything.

AFAIK it's already proven to be completely broken, see
http://lists.wikimedia.org/pipermail/wikitech-l/2011-November/056078.html
(maybe while implementing the proposed new method we could also get it to use
the right dictionaries).
There's quite a chance that our captchas are discouraging only good faith
editors, especially non-English speaking.

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

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


[Bug 18443] auto-insert of non-breaking whitespace where appropriate

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18443

Bawolff  changed:

   What|Removed |Added

Summary|auto-insert of whitespace   |auto-insert of non-breaking
   ||whitespace where
   ||appropriate

--- Comment #7 from Bawolff  2012-07-27 17:35:13 UTC ---
(In reply to comment #6)
> (In reply to comment #5)
> > (Note MW does have some rules for adding nbsp in certain contexts. The rules
> > just aren't all that complex)
> 
> What are they, by the way? I think this is not documented anywhere, but it
> would important to keep it consistent if we add such a new rule.
> Right now I can remember only the separators for digits, used by formatnum,
> which is defined in the MessagesXx files and can be modified only there.
> 
> Moreover, some such rules are defined by the [[International System of Units]]
> itself IIRC, and are not that easy to find, but may be included in some 
> library
> already? The reporter/voters should probably do some investigation.

They're run towards the end of the parsing process (The original proposal in
comment 0 that's linked actually refer to them).

Specificly they are:

 373 # Clean up special characters, only run once, next-to-last
before doBlockLevels
 374 $fixtags = array(
 375 # french spaces, last one Guillemet-left
 376 # only if there is something before the space
 377 '/(.) (?=\\?|:|;|!|%|\\302\\273)/' => '\\1 ',
 378 # french spaces, Guillemet-right
 379 '/(\\302\\253) /' => '\\1 ',
 380 '/ (!\s*important)/' => ' \\1', # Beware of
CSS magic word !important, bug #11874.
 381 );
 382 $text = preg_replace( array_keys( $fixtags ),
array_values( $fixtags ), $text );

In english they say:

*If you have a character (any character including spaces), followed by a space,
followed by any of the following characters: ?,:,;,!,% or » (U+BB), the space
gets replaced with a non-breaking space.
*If you have a « (U+AB) followed by a space, that space is replaced by a
non-breaking space.
*As an exception to these rules, if you have a non-breaking space followed by
"!important", the non-breaking space is turned back into a normally breaking
space. This is to prevent messing up CSS style attributes. (This isn't perfect,
there's an open bug somewhere about css styles being messed up by this in edge
cases).

Based on the Guillemet characters, I imagine this is meant for the typing rules
of french.

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


[Bug 38761] New: Swapping a page with its redirect page

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38761

   Web browser: ---
 Bug #: 38761
   Summary: Swapping a page with its redirect page
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: Unprioritized
 Component: Page editing
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: arifs...@yahoo.com
Classification: Unclassified
   Mobile Platform: ---


I often find the need to swap two pages where one page is redirect to the other
one.

The most occurrences are with pages about "imported" topics - i.e. topics which
originally conceptualize in different languages, common in non-English
Wikipedia - since in creation of the page there is often unclear how to call
that particular topic, so often a term is chosen arbitrarily or the original
foreign word is used, then various different terms for the topic are created
into pages redirecting to the first page. After awhile one of the term become
official or the most common one that often not the one chosen for first page.

Other occurrences will be when meaning of words drifted overtime, or new
connotation emerge for existing word, make the previous term for the topic
become less relevant.

Currently this have to be done through administrator "swap" feature, which is
cumbersome and ineffective, since the administrator not an expert on the
subject. So I do found many pages stuck in its incorrect name, and no easy way
to fix it.

Having this feature will be fully consistent with the rule of page moving since
the old page will become a redirect to the new page. So - although I have no
objection of unconditional page swapping by user - if abiding with page moving
rule is necessary to have it as user's feature, then have a page swapping
feature for user limited to the case where one of the page is are redirect to
the other will be a great improvement.

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

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


[Bug 38761] Swapping a page with its redirect page

2012-07-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38761

S P Arif Sahari Wibowo  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever Confirmed|0   |1

--- Comment #1 from S P Arif Sahari Wibowo  2012-07-27 
17:49:22 UTC ---
*** This bug has been confirmed by popular vote. ***

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

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


  1   2   >