[Bug 35217] New: Add facility to disable follow-up notification e-mails.

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35217

   Web browser: ---
 Bug #: 35217
   Summary: Add facility to disable follow-up notification
e-mails.
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: CodeReview
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: w...@kennel17.co.uk
CC: innocentkil...@gmail.com, s...@reedyboy.net
Classification: Unclassified
   Mobile Platform: ---


Currently, whenever CR detects that a new revision refers to an old revision,
it marks it as a follow-up and sends an e-mail to everyone connected to the old
revision (committer, commenters, etc.).

However, we have a multi-repository setup, and the revision we are referring to
may actually be in a different repository.  This means that about 25% of the
time, the follow-up association will be wrong, resulting in a lot of e-mail
spam.

I have no problem with things being incorrectly associated - it is easy to
dissociate them - but I want to disable the e-mails which are currently just a
nuisance.

I'm happy to make the fix myself, but I wanted to post the issue here to see if
anyone had any thoughts about this before I implemented it.

I was going to do this via a new global configuration setting -
$wgCodeReviewDisableFollowUpNotification - which is checked prior to sending
the e-mails.  Sound sensible?

-- 
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 35217] Add facility to disable follow-up notification e-mails.

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35217

Mark Clements (HappyDog) w...@kennel17.co.uk changed:

   What|Removed |Added

 AssignedTo|wikibugs-l@lists.wikimedia. |w...@kennel17.co.uk
   |org |

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

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


[Bug 35218] New: svnImport generates svn: No such revision errors.

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35218

   Web browser: ---
 Bug #: 35218
   Summary: svnImport generates svn: No such revision errors.
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: CodeReview
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: w...@kennel17.co.uk
CC: innocentkil...@gmail.com, s...@reedyboy.net
Classification: Unclassified
   Mobile Platform: ---


I am not sure if this is a problem with my local CR or SVN configuration, or
whether it is a general issue.  I don't recall experiencing it before (I've had
about a 6 month break from using CR) so it may be a regression, or it may be
due to a server move.

Here is the output that I get when I run svnImport.php for my sandbox repo:

 $ php svnImport.php sandbox
 Using SubversionShell adaptor
 IMPORT FROM REPO: sandbox
 Last stored revision: 118
 Syncing from r119 to HEAD...
 svn: No such revision 119
 svn: No such revision 119
 svn: No such revision 119
 svn: No such revision 119
 svn: No such revision 119
 Pre-caching skipped.
 Done!

The latest revision of the repo is 118, which is also the latest revision in MW
(i.e. it is fully up-to-date).  The reason we are getting the error repeatedly,
is that svnImport uses a large block-size on its first attempt, which is then
reduced repeatedly until it fails with a block-size of 1.  If I add some code
to print the command-line that is actually executed in svn_log(), I get the
following:

 Using SubversionShell adaptor
 IMPORT FROM REPO: sandbox
 Last stored revision: 118
 Syncing from r119 to HEAD...
 LC_ALL=en_US.utf-8 svn log -v -r'119':'518' --non-interactive 'URL'
 svn: No such revision 119
 LC_ALL=en_US.utf-8 svn log -v -r'119':'218' --non-interactive 'URL'
 svn: No such revision 119
 LC_ALL=en_US.utf-8 svn log -v -r'119':'143' --non-interactive 'URL'
 svn: No such revision 119
 LC_ALL=en_US.utf-8 svn log -v -r'119':'124' --non-interactive 'URL'
 svn: No such revision 119
 LC_ALL=en_US.utf-8 svn log -v -r'119':'119' --non-interactive 'URL'
 svn: No such revision 119
 Pre-caching skipped.
 Done!

Running the svn log command from the command-line, gives the same 'No such
revision' response.  I have tested this with svn 1.3.2 and svn 1.6.6 and get
the same results for both.

Basically, the error is harmless - it is correct, there is no revision 119 -
however it should not be output.  Note that you also get a similar error when
there are new revisions, in amongst the successful log imports.

As far as I can see, there are no functional problems caused by this.

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

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


[Bug 35186] MathJax: Several commands that work in texvc are not recognized

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35186

--- Comment #2 from Michael M. listenle...@gmail.com 2012-03-14 08:53:48 UTC 
---
The unrecognized colors are rendered black in Firefox 3.6, in IE 8 a [Math
Processing Error] is displayed instead.

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

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


[Bug 35188] MathJax sometimes shows subscripts in sums at different position as rendered PNG

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35188

--- Comment #1 from Michael M. listenle...@gmail.com 2012-03-14 08:54:25 UTC 
---
s/lower left/lower right/

-- 
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 35219] New: MathJax sometimes breaks off rendering formulas in Internet Explorer

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35219

   Web browser: Internet Explorer
 Bug #: 35219
   Summary: MathJax sometimes breaks off rendering formulas in
Internet Explorer
   Product: MediaWiki extensions
   Version: any
  Platform: All
   URL: http://leuksman.com/mw/index.php/Help,_Formula
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Math (texvc)
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: listenle...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


Created attachment 10233
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=10233
Screenshot

On http://leuksman.com/mw/index.php/Help,_Formula IE 8 stops to render the
formulas somewhere near to the end (see attached screenshot, no formula after
that point is rendered). The point where rendering stops is always the same, no
JavaScript errors are shown.

-- 
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 34876] jquery.makeCollapsible() very slow if many collapsible, initially collapsed elements

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34876

--- Comment #8 from Lupo lupo.bugzi...@gmail.com 2012-03-14 09:14:13 UTC ---
Created attachment 10234
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=10234
Minor correction

Patch fixes a minor oversight in the toggleLinkDefault operation. Patch created
from attachment 10200. Same correction is also to be applied to attachment
10193 (the full file).

-- 
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 35176] jquery.makeCollapsible.js doesn't collapse collapsible elements which are inside of a hidden element

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35176

Lupo lupo.bugzi...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||lupo.bugzi...@gmail.com
 Ever Confirmed|0   |1

--- Comment #1 from Lupo lupo.bugzi...@gmail.com 2012-03-14 09:17:29 UTC ---
Confirmed. Note that this appears to be corrected with the rewritten
jquery.makeCollapsible() attached to bug 34876 as attachment 10193 (with the
patch in attachment 10234 applied).

-- 
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 34679] Script error when reverting username with Arabic scripts

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34679

Lupo lupo.bugzi...@gmail.com changed:

   What|Removed |Added

 CC||lupo.bugzi...@gmail.com

--- Comment #2 from Lupo lupo.bugzi...@gmail.com 2012-03-14 09:36:34 UTC ---
Looks fine for me at the given link in both Safari 5.1.2 and FF 3.6.23 on MacOS
10.6.8.

-- 
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 34679] Script error when reverting username with Arabic scripts

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34679

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

   What|Removed |Added

   Priority|Normal  |Low

--- Comment #3 from Amir E. Aharoni amir.ahar...@mail.huji.ac.il 2012-03-14 
09:44:10 UTC ---
Hi Benny!

It's probably a Firefox 3 bug, but i'm wondering whether it happens only with
Arabic or are other scripts affected, too. Can you try it with other scripts?
For example, create the user बेनि लिन (that's Benny Lin in Devanagari),
edit a sandbox using it, and then revert the edit.

-- 
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 35220] New: Allow per-session log out

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35220

   Web browser: ---
 Bug #: 35220
   Summary: Allow per-session log out
   Product: MediaWiki
   Version: (wikimedia-deployment)
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: User login
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: liang...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


If I log in using my personal computer and choose [Remember password], but one
day I'm using a public computer so I have to use [Log out] before leaving, my
password saved on my personal computer is forgotten and I have to log in
again.

-- 
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 35220] Allow per-session log out

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35220

Alexandre Emsenhuber [IAlex] ialex.w...@gmail.com changed:

   What|Removed |Added

 CC||agarr...@wikimedia.org,
   ||ialex.w...@gmail.com,
   ||vasi...@gmail.com
  Component|User login  |CentralAuth
Version|(wikimedia-deployment)  |any
Product|MediaWiki   |MediaWiki extensions

--- Comment #1 from Alexandre Emsenhuber [IAlex] ialex.w...@gmail.com 
2012-03-14 10:29:35 UTC ---
This works correctly in MediaWiki, but CentralAuth removes MediaWiki's token
and changes its token on logout, so it invalidates other sessions.

-- 
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 34923] namespace required for PORTAL

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34923

--- Comment #5 from Prabhakar Sarma Neog psn...@gmail.com 2012-03-14 11:07:45 
UTC ---
Hi developers, our voting is over and we have consensus. Please create the
namespace in our wiki.

-- 
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 34791] Enable Special:Import for administrator in Bengali Wikipedia

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34791

--- Comment #13 from Jayanta Nath jayanta...@gmail.com 2012-03-14 11:22:32 
UTC ---
Hi have any further queries on this?

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

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


[Bug 31096] Create a new wiki for Wikimedia Bangladesh

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31096

Tanvir Rahman wikitan...@gmail.com changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED

--- Comment #15 from Tanvir Rahman wikitan...@gmail.com 2012-03-14 11:30:45 
UTC ---
Resolved. I added only [[:wmbd:]] in the interwiki map. Rather not using
[[:bd:]] as WMBD wiki is not a content wiki.

-- 
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 16976] Wikis waiting for creation (tracking)

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16976

Bug 16976 depends on bug 31096, which changed state.

Bug 31096 Summary: Create a new wiki for Wikimedia Bangladesh
https://bugzilla.wikimedia.org/show_bug.cgi?id=31096

   What|Old Value   |New Value

 Status|REOPENED|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 35221] New: Categories can contain themselves

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35221

   Web browser: ---
 Bug #: 35221
   Summary: Categories can contain themselves
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Categories
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: rd...@hotmail.com
CC: bawolff...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


It is possible to make categories contain themselves (eg Category:X can contain
Category:X in a list of its own members - the link works, clicking it takes you
to... Category X). This seems a rather silly thing to make possible; this bug
is asking for such nonsensical categorisation to be ignored when the category
page is displayed, so that if Category X does contain the code
[[Category:X]], it doesn't do anything. 

You might say well categorising a category in itself is a silly thing to do,
so just don't do it - but if you have a template that automatically
categorises into a category, and you want to display that template in the
category, you need to add special collision detection just because this
silliness is possible. Removing the silliness would make life quite a bit
simpler, templatewise.

-- 
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 29005] WebFonts converts some unicode sequences to older deprecated forms

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29005

Santhosh Thottingal santhosh.thottin...@gmail.com changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED

--- Comment #33 from Santhosh Thottingal santhosh.thottin...@gmail.com 
2012-03-14 12:44:28 UTC ---
Meera font  updated with latest version from upstream in r113808

-- 
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 31576] Magic words are considered to be (non-existing) templates

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31576

--- Comment #42 from Beta16 l.rabinelli+bugzi...@gmail.com 2012-03-14 
13:07:10 UTC ---
(In reply to comment #41)
 (In reply to comment #40)
  In it.wiki [[:w:it:Special:Wantedtemplates]] is full of Magic Words.
  
  If an user perform a dummy edit in a page the problem disappear for that 
  page.
 Yeah, we haven't gotten around to rerunning the cleanup script yet. I've asked
 Sam to do it this week.

Great, thanks!

-- 
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 35222] New: toolserver is listing assessed articles

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35222

   Web browser: ---
 Bug #: 35222
   Summary: toolserver is listing assessed articles
   Product: Wikimedia Tools
   Version: unspecified
  Platform: All
OS/Version: All
Status: UNCONFIRMED
  Severity: normal
  Priority: Unprioritized
 Component: [Other]
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: saraswatishag...@yahoo.com
Classification: Unclassified
   Mobile Platform: ---


http://toolserver.org/~enwp10/bin/list2.fcgi?run=yesprojecta=Indianamespace=pagename=quality=Unassessed-Classimportance=Unknown-Classscore=limit=250offset=1sorta=Importancesortb=Quality
- is listing articles that have already been assessed.

-- 
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 35223] New: webservice to list WMF hosted MediaWiki extension

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35223

   Web browser: ---
 Bug #: 35223
   Summary: webservice to list WMF hosted MediaWiki extension
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Git/Gerrit
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: has...@free.fr
CC: innocentkil...@gmail.com, rlan...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


To handle i18n messages translations with translatewiki, we need an up-to-date
list of any MediaWiki extension hosted by the WMF.

That list of extensions can then be fetched by a script to later fetch any i18n
files.

-- 
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 35223] webservice to list WMF hosted MediaWiki extension

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35223

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

   What|Removed |Added

   Priority|Unprioritized   |Highest
 Status|NEW |ASSIGNED
 Blocks||34137
 AssignedTo|wikibugs-l@lists.wikimedia. |has...@free.fr
   |org |

--- Comment #1 from Antoine hashar Musso has...@free.fr 2012-03-14 13:12:42 
UTC ---
Blocks bug 34137 - Write git localization import scripts for translatewiki.net 

I am in charge 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 34137] Write git localization import scripts for translatewiki.net

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34137

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

   What|Removed |Added

 Depends on||35223

-- 
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 35223] webservice to list WMF hosted MediaWiki extension

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35223

--- Comment #2 from Antoine hashar Musso has...@free.fr 2012-03-14 13:13:59 
UTC ---
Change 3149 https://gerrit.wikimedia.org/r/3149

That should generates a list of all extensions  at 
https://gerrit.wikimedia.org/w/ls-projects.php

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

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


[Bug 921] Install script always attempts to connect to database as root

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=921

Rob Lanphier ro...@wikimedia.org changed:

   What|Removed |Added

   Target Milestone|1.6 |---

-- 
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 564] Editable MediaWiki messages for all special pages

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=564

Rob Lanphier ro...@wikimedia.org changed:

   What|Removed |Added

   Target Milestone|1.6 |---

-- 
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 1294] User block by name only

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=1294

Rob Lanphier ro...@wikimedia.org changed:

   What|Removed |Added

   Target Milestone|1.6 |---

-- 
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 1295] PostgreSQL table definitions

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=1295

Rob Lanphier ro...@wikimedia.org changed:

   What|Removed |Added

   Target Milestone|1.6 |---

-- 
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 2261] Protect/unprotect do not verify if the page is already protected/unprotected

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=2261

Rob Lanphier ro...@wikimedia.org changed:

   What|Removed |Added

   Target Milestone|1.6 |---

-- 
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 3473] 20050909_pages_current.xml.gz causes XML::Parser::Expat to abort processing

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=3473

Rob Lanphier ro...@wikimedia.org changed:

   What|Removed |Added

   Target Milestone|1.6 |---

-- 
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 3835] Special:Movepage should have a Cancel button

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=3835

Rob Lanphier ro...@wikimedia.org changed:

   What|Removed |Added

   Target Milestone|1.6 |---

-- 
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 3569] Special:Log - Drop down list on user field

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=3569

Rob Lanphier ro...@wikimedia.org changed:

   What|Removed |Added

   Target Milestone|1.6 |---

-- 
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 3493] changes not marked as patrolled on sysop revert

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=3493

Rob Lanphier ro...@wikimedia.org changed:

   What|Removed |Added

   Target Milestone|1.6 |---

-- 
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 3895] Most names of group name cannot be translated

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=3895

Rob Lanphier ro...@wikimedia.org changed:

   What|Removed |Added

   Target Milestone|1.6 |---

-- 
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 3868] Allow for pre-emptive prevention of autoblocking in certain cases

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=3868

Rob Lanphier ro...@wikimedia.org changed:

   What|Removed |Added

   Target Milestone|1.6 |---

-- 
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 3919] Section editing can overwrite the entire page

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=3919

Rob Lanphier ro...@wikimedia.org changed:

   What|Removed |Added

   Target Milestone|1.6 |---

-- 
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 3971] [[Special:Allmessages]] should display proper titles as they may be case sensitive for the first letter

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=3971

Rob Lanphier ro...@wikimedia.org changed:

   What|Removed |Added

   Target Milestone|1.6 |---

-- 
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 3992] Confirm protection and confirm unprotection pages' form button share same MediaWiki text

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=3992

Rob Lanphier ro...@wikimedia.org changed:

   What|Removed |Added

   Target Milestone|1.6 |---

-- 
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 4054] [[MediaWiki:Boteditletter]] (default ''b'') to mark entries attributed to bots

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=4054

Rob Lanphier ro...@wikimedia.org changed:

   What|Removed |Added

   Target Milestone|1.6 |---

-- 
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 4056] User contributions should be sorted chronologically when viewing earliest first

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=4056

Rob Lanphier ro...@wikimedia.org changed:

   What|Removed |Added

   Target Milestone|1.6 |---

-- 
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 4093] Adding bot=1 to a contribs URL does not add bot=1 to the links to see more results

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=4093

Rob Lanphier ro...@wikimedia.org changed:

   What|Removed |Added

   Target Milestone|1.6 |---

-- 
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 4108] Some items in Special:Allmessages are marked as different from default after new install.

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=4108

Rob Lanphier ro...@wikimedia.org changed:

   What|Removed |Added

   Target Milestone|1.6 |---

-- 
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 4144] Update for LanguageSu.php

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=4144

Rob Lanphier ro...@wikimedia.org changed:

   What|Removed |Added

   Target Milestone|1.6 |---

-- 
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 4258] When installing under IIS, $wgArticlePath = $wgScript?title=$1 should be set

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=4258

Rob Lanphier ro...@wikimedia.org changed:

   What|Removed |Added

   Target Milestone|1.6 |---

-- 
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 4302] Special:Disambiguations incorrectly shows pages without {{disambig}} tag.

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=4302

Rob Lanphier ro...@wikimedia.org changed:

   What|Removed |Added

   Target Milestone|1.6 |---

-- 
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 4095] Feature request: Site wide notice

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=4095

Rob Lanphier ro...@wikimedia.org changed:

   What|Removed |Added

   Target Milestone|1.6 |---

-- 
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 4532] MessagesPl.php update

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=4532

Rob Lanphier ro...@wikimedia.org changed:

   What|Removed |Added

   Target Milestone|1.6 |---

-- 
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 4631] Configurable size limit for pages (anti-spam)

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=4631

Rob Lanphier ro...@wikimedia.org changed:

   What|Removed |Added

   Target Milestone|1.6 |---

-- 
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 4834] setting $wgMaxTocLevel can cause invalid xhtml output (extra /ul and li tags)

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=4834

Rob Lanphier ro...@wikimedia.org changed:

   What|Removed |Added

   Target Milestone|1.6 |---

-- 
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 5153] ability to watch talk pages but not the associated article and vice versa

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=5153

Rob Lanphier ro...@wikimedia.org changed:

   What|Removed |Added

   Target Milestone|1.6 |---

-- 
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 4334] Add watch links to Special:Unwatchedpages

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=4334

Rob Lanphier ro...@wikimedia.org changed:

   What|Removed |Added

   Target Milestone|1.6 |---

-- 
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 5457] Update for Russian language (ru)

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=5457

Rob Lanphier ro...@wikimedia.org changed:

   What|Removed |Added

   Target Milestone|1.6 |---

-- 
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 25029] PrefSwitch: Turning off the new features in all wikis fails

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25029

Mark Hurd markeh...@gmail.com changed:

   What|Removed |Added

 CC||markeh...@gmail.com

--- Comment #16 from Mark Hurd markeh...@gmail.com 2012-03-14 13:52:54 UTC ---
I assume this is why 

http://en.wikipedia.org/wiki/Special:PrefSwitch

currently displays

Invalid message parameter

Backtrace:

#0 /usr/local/apache/common-local/php-1.19/includes/Message.php(505):
Message-extractParam(Array)
#1 /usr/local/apache/common-local/php-1.19/includes/Message.php(373):
Message-replaceParameters('Remember that w...', 'before')
#2 /usr/local/apache/common-local/php-1.19/includes/Message.php(431):
Message-toString()
#3 /usr/local/apache/common-local/php-1.19/includes/OutputPage.php(3435):
Message-plain()
#4 /usr/local/apache/common-local/php-1.19/includes/OutputPage.php(3423):
OutputPage-addWikiMsgArray('prefswitch-jswa...', Array)
#5
/usr/local/apache/common-local/php-1.19/extensions/PrefSwitch/SpecialPrefSwitch.php(262):
OutputPage-addWikiMsg('prefswitch-jswa...', 'Markhurd', 'monobook', Array)
#6
/usr/local/apache/common-local/php-1.19/extensions/PrefSwitch/SpecialPrefSwitch.php(171):
SpecialPrefSwitch-render('main')
#7
/usr/local/apache/common-local/php-1.19/includes/SpecialPageFactory.php(476):
SpecialPrefSwitch-execute(NULL)
#8 /usr/local/apache/common-local/php-1.19/includes/Wiki.php(263):
SpecialPageFactory::executePath(Object(Title), Object(RequestContext))
#9 /usr/local/apache/common-local/php-1.19/includes/Wiki.php(593):
MediaWiki-performRequest()
#10 /usr/local/apache/common-local/php-1.19/includes/Wiki.php(503):
MediaWiki-main()
#11 /usr/local/apache/common-local/php-1.19/index.php(58): MediaWiki-run()
#12 /usr/local/apache/common-local/live-1.5/index.php(3):
require('/usr/local/apac...')
#13 {main}

when I'm logged in.

-- 
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 34679] Script error when reverting username with Arabic scripts

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34679

--- Comment #4 from bennylin bknl...@yahoo.com 2012-03-14 13:53:19 UTC ---
Or probably it depends on a font that hasn't been installed in the particular
machine? Because I checked on different Firefox 3.0 yesterday and it was fine.
Just curious because obviously the two strings (on the contributor name, and on
the revert summary) using different method of displaying Arabic character.
Maybe its not Unicode? But I'll try your suggestion, Amir.

-- 
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 35101] Listen In Menu item has no icon

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35101

Patrick Hayes pfha...@gmail.com 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 34839] Menu items appear rearranged

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34839

Patrick Hayes pfha...@gmail.com changed:

   What|Removed |Added

 CC||pfha...@gmail.com

--- Comment #1 from Patrick Hayes pfha...@gmail.com 2012-03-14 13:58:48 UTC 
---
I believe this has been fixed upstream - Shea can you confirm and mark as
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 35102] Listen In Screen empty

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35102

Patrick Hayes pfha...@gmail.com 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 34679] Script error when reverting username with Arabic scripts

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34679

--- Comment #5 from bennylin bknl...@yahoo.com 2012-03-14 14:00:06 UTC ---
Created attachment 10235
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=10235
try with devanagri script

-- 
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 34679] Script error when reverting username with Arabic scripts

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34679

--- Comment #6 from bennylin bknl...@yahoo.com 2012-03-14 14:01:31 UTC ---
it's fine with Devanagri. Let's try Arabic or Hebrew, maybe it's because the
RTL script.

-- 
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 35224] New: About Menu title bar off-centre

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35224

   Web browser: ---
 Bug #: 35224
   Summary: About Menu title bar off-centre
   Product: Wikipedia App
   Version: 1.1
  Platform: All
OS/Version: All
Status: UNCONFIRMED
  Severity: normal
  Priority: Unprioritized
 Component: Settings
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: pfha...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


Created attachment 10236
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=10236
Picture of the off-centre text

The 'About' screen has title bar text that is off-centre. It should be
left-aligned like other similar title bars. See attached screenshot.

-- 
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 35225] New: App Icon looks bad

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35225

   Web browser: ---
 Bug #: 35225
   Summary: App Icon looks bad
   Product: Wiktionary App
   Version: unspecified
  Platform: All
OS/Version: All
Status: UNCONFIRMED
  Severity: normal
  Priority: Unprioritized
 Component: Wiktionary
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: pfha...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


The home screen app icon looks pixellated, needs to be updated.

-- 
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 35068] Monobook user edit buttons go first

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35068

Ragimiri ragim...@gmail.com changed:

   What|Removed |Added

 CC||ragim...@gmail.com

--- Comment #4 from Ragimiri ragim...@gmail.com 2012-03-14 14:11:49 UTC ---
Confirm this on Czech Wikipedia. But bug appears randomly, when editing
articles. Most of time is buttons order correct, but sometimes it doesn't.

-- 
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 35068] Monobook user edit buttons go first

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35068

--- Comment #5 from Ragimiri ragim...@gmail.com 2012-03-14 14:13:35 UTC ---
And here is screenshot of this bug:
https://commons.wikimedia.org/wiki/File:Monobook-ben-skala2012.png

-- 
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 33722] Thumbnails of PDFs with non-standard page sizes are rendered incorrectly

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33722

--- Comment #3 from Ragimiri ragim...@gmail.com 2012-03-14 14:26:44 UTC ---
Any progress in 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 35166] [Regression] Raw userlogin-resetlink on Special:UserLogin after fresh MediaWiki 1.18.1 install

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35166

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED

--- Comment #5 from Mark A. Hershberger m...@everybody.org 2012-03-14 
15:15:45 UTC ---
looks fine with rel1_18 branch and trunk now.

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

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


[Bug 35051] [Regression] If heading has a trailing space after == then its name is not preloaded into edit summary on section edit

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35051

--- Comment #2 from Mark A. Hershberger m...@everybody.org 2012-03-14 
15:23:08 UTC ---
http://winkyfrown.com/wiki/index.php?title=Bug_35051action=editsection=1 --
looks 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 34841] [Regression] Edit links seen on previous page versions

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34841

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

   What|Removed |Added

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

--- Comment #6 from Peter Bena benap...@gmail.com 2012-03-14 15:35:42 UTC ---
this is already fixed in trunk, we need to find it and merge 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 34841] [Regression] Edit links seen on previous page versions

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34841

Max Semenik maxsem.w...@gmail.com changed:

   What|Removed |Added

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

--- Comment #7 from Max Semenik maxsem.w...@gmail.com 2012-03-14 15:52:52 UTC 
---
Broken by r103502.

-- 
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 34841] [Regression] Edit links seen on previous page versions

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34841

Alexandre Emsenhuber [IAlex] ialex.w...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||ialex.w...@gmail.com
 Resolution||FIXED

--- Comment #8 from Alexandre Emsenhuber [IAlex] ialex.w...@gmail.com 
2012-03-14 16:04:41 UTC ---
Fixed in r113816.

-- 
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 35138] Create Gujarati Wikisource

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35138

Sushant_savla sushant_sa...@rediffmail.com changed:

   What|Removed |Added

 CC||sushant_sa...@rediffmail.co
   ||m

--- Comment #5 from Sushant_savla sushant_sa...@rediffmail.com 2012-03-14 
16:29:44 UTC ---
Please enable sub page feature for Gujarati Source also

-- 
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 34901] [Regression] Link styles in Monobook are broken

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34901

--- Comment #2 from Mark A. Hershberger m...@everybody.org 2012-03-14 
16:31:18 UTC ---
Looks ok now to me.

Compare http://winkyfrown.com/wiki118/index.php/Bug_34901
http://winkyfrown.com/wiki119/index.php/Bug_34901

-- 
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 34901] [Regression] Link styles in Monobook are broken

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34901

Mark A. Hershberger m...@everybody.org 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 34839] Menu items appear rearranged

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34839

--- Comment #2 from sheac shealen.cl...@gmail.com 2012-03-14 16:41:12 UTC ---
I can't confirm this as fixed, because I'm still having problems with this both
on the emulator and on a device. The mis-mapping doesn't occur every single
time I rebuild and reinstall the APK on a device/emulator, but it does happen
fairly regularly.

Is anyone else in the same boat, or is it a peculiarity of my system?

-- 
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 34839] Menu items appear rearranged

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34839

--- Comment #3 from Patrick Hayes pfha...@gmail.com 2012-03-14 16:43:22 UTC 
---
Have you pulled the latest source and rebuilt? Yuvi said it has been fixed. I
will see if I can reproduce.

-- 
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 34889] [Regression] User name should be normalized on Special:Contributions

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34889

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #5 from Mark A. Hershberger m...@everybody.org 2012-03-14 
16:44:21 UTC ---
Resolved in r113819.

-- 
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 29277] [Regression] MediaWiki:Filepage.css not loaded on repo itself

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29277

Rob Lanphier ro...@wikimedia.org changed:

   What|Removed |Added

   Target Milestone|1.19.0 release  |1.20wmf deployment

--- Comment #9 from Rob Lanphier ro...@wikimedia.org 2012-03-14 16:56:53 UTC 
---
There appears to be a workaround, and this doesn't seem like something that
will affect a lot of small wikis, so I'm removing this as a 1.19 tarball
release blocker.

-- 
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 31755] [Regression] Styling in headers breaks sortable tables

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31755

Rob Lanphier ro...@wikimedia.org changed:

   What|Removed |Added

 CC||ro...@wikimedia.org
   Target Milestone|1.19.0 release  |1.20wmf deployment

--- Comment #29 from Rob Lanphier ro...@wikimedia.org 2012-03-14 16:58:57 UTC 
---
Since this was a problem in 1.18, we won't be breaking anything new releasing
this in 1.19. Adjusting target milestone 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 34016] Special:GlobalUsers subpage parameter mistaken for username=

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34016

Rob Lanphier ro...@wikimedia.org changed:

   What|Removed |Added

 CC||ro...@wikimedia.org
   Target Milestone|1.19.0 release  |1.20wmf deployment

-- 
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 35180] Direct linking of RDF specifications using GET parameter does not work (SMW 1.7.1)

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35180

--- Comment #7 from [[kgh]] mediaw...@kghoffmeyer.de 2012-03-14 17:05:11 UTC 
---
Heiya, this fixed it regarding Special:ExportRDF.

When it comes to the results produced I have the feeling that the other
parameters are ignored, both via the special page and via the GET parameters as
soon as you set $smwgAllowRecursiveExport = true; I will report another bug for
Markus to cross-check.

-- 
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 34853] mw.loader.load should (continue to) load other modules even if one of them doesn't make it

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34853

Rob Lanphier ro...@wikimedia.org changed:

   What|Removed |Added

 CC||ro...@wikimedia.org
Version|1.17|1.19
   Target Milestone|1.19.0 release  |1.20wmf deployment

--- Comment #2 from Rob Lanphier ro...@wikimedia.org 2012-03-14 17:06:03 UTC 
---
Not a lot of gadgets on third party wikis, so I don't think this is going to be
a major blocker for 1.19 tarball release.  Adjusting milestone.

-- 
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 9424] [CharInsert] Use event binding from a module instead of inline javascript

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=9424

Danny B. dann...@email.cz changed:

   What|Removed |Added

 Blocks||2114

-- 
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 2114] JavaScript (tracking)

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=2114

Danny B. dann...@email.cz changed:

   What|Removed |Added

 Depends on||9424

-- 
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 34839] Menu items appear rearranged

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34839

--- Comment #4 from sheac shealen.cl...@gmail.com 2012-03-14 17:06:39 UTC ---
When you say Yuvi says it has been fixed, are we talking that fix from a few
weeks back, or a more recent fix in the last pull from upstream? If you mean a
newer fix, then let's close the bug now. We can always re-open it later.

-- 
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 35057] [Regression] WikiLove's preview button only works on second click

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35057

Rob Lanphier ro...@wikimedia.org changed:

   What|Removed |Added

 CC||ro...@wikimedia.org
   Target Milestone|1.19.0 release  |1.20wmf deployment

-- 
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 34980] [Regression] IRC action text should never contain HTML for title

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34980

Rob Lanphier ro...@wikimedia.org changed:

   What|Removed |Added

 CC||ro...@wikimedia.org
   Target Milestone|1.19.0 release  |1.20wmf deployment

-- 
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 35226] New: RDF export may not work as expected (SMW 1.7.1)

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35226

   Web browser: ---
 Bug #: 35226
   Summary: RDF export may not work as expected (SMW 1.7.1)
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Semantic MediaWiki
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: mediaw...@kghoffmeyer.de
CC: jeroen_ded...@yahoo.com, mar...@semantic-mediawiki.org
Classification: Unclassified
   Mobile Platform: ---


When it comes to the results produced via Special:ExportRDF I have the feeling
that the parameters recursive and backlinks are ignored as soon as
$smwgAllowRecursiveExport = true; gets set.

I always seem to get the recursive export no matter if I check the option on
Special:ExportRDF or not. The same applies to the GET parameters. Additionally
GET parameter xmlmime=rdf does not seem to control the output generated, i.e.
the output seems to be all the same.

I feel like a veggie when it comes to this so this is a report of my
observation which may well be wrong.

-- 
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 32714] Extension HTMLets broken after upgrade to PHP 5.3.8

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32714

[[kgh]] mediaw...@kghoffmeyer.de changed:

   What|Removed |Added

 Resolution|FIXED   |INVALID

-- 
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 18861] Search should index template expansion

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18861

Robert mad...@o2.pl changed:

   What|Removed |Added

 CC||mad...@o2.pl
Web browser|--- |Firefox

-- 
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 34961] [Regression] Performer's username is shown twice in page move entries on the history

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34961

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Target Milestone|1.20.0 release  |1.20wmf deployment

--- Comment #29 from Mark A. Hershberger m...@everybody.org 2012-03-14 
17:29:44 UTC ---
Moving to 1.20wmf deployment

-- 
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 35047] [Regression] File deletions leave stuff behind

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35047

--- Comment #9 from Aaron Schulz aschulz4...@gmail.com 2012-03-14 17:36:10 
UTC ---
Is this still occurring?

-- 
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 35202] Pending changes diff is centered

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35202

--- Comment #1 from Aaron Schulz aschulz4...@gmail.com 2012-03-14 17:47:39 
UTC ---
Why is this a problem?

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

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


[Bug 18861] Search should index template expansion

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18861

Rd232 rd...@hotmail.com changed:

   What|Removed |Added

Web browser|Firefox |---

-- 
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 34839] Menu items appear rearranged

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34839

--- Comment #5 from Patrick Hayes pfha...@gmail.com 2012-03-14 17:50:05 UTC 
---
The update was on Friday. Try and see if you can reproduce it, and then if you
can't, we can close 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 33614] $wgUseCategoryBrowser generates many dupes

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33614

--- Comment #10 from Mark A. Hershberger m...@everybody.org 2012-03-14 
17:50:21 UTC ---
$tempout = preg_grep( /MediaWiki:Hidden-categories/,

can't be used:

 We can't directly incorporate your code into core MediaWiki
 since there is no guarantee that the hidden category's name is
 actually Hidden categories (with i18n and all).

-- 
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 35160] Wrong file permissions on searchidx2

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35160

Robert Stojnic rain...@eunet.rs 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 on the CC list for the bug.

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


[Bug 33614] $wgUseCategoryBrowser generates many dupes

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33614

--- Comment #11 from Bawolff bawolff...@gmail.com 2012-03-14 18:00:00 UTC ---
preg_grep( / . preg_quote( wfMsgForContent( MediaWiki:Hidden-categories ),
/ ) ./, ...

Would work, which is what I believe you were trying to get at (In theory
anyways, I haven't tested it). However, I think it would be preferable to look
for the cat_hidden prop in page_props table when doing the actual db query.

-- 
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 35221] Categories can contain themselves

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35221

--- Comment #1 from Bawolff bawolff...@gmail.com 2012-03-14 18:04:49 UTC ---
I would want to make very sure that nobody wants the current behaviour before
changing it.

Examples of possible uses of this:
*Having category:Hidden Categories be in Category:Hidden Categories if its
hidden. (Ok, ignoring tracking categories, I really can't think of anything
else, but maybe somebody else has)

-- 
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 35051] [Regression] If heading has a trailing space after == then its name is not preloaded into edit summary on section edit

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35051

--- Comment #3 from Bawolff bawolff...@gmail.com 2012-03-14 18:07:13 UTC ---
(In reply to comment #2)
 http://winkyfrown.com/wiki/index.php?title=Bug_35051action=editsection=1 --
 looks fixed

Doesn't seem like there was a space after the header in that example. I added
one and the problem appears 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 34839] Menu items appear rearranged

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34839

sheac shealen.cl...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #6 from sheac shealen.cl...@gmail.com 2012-03-14 18:08:04 UTC ---
No longer able to reproduce the bug after most recent upstream fix.

-- 
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 35122] pdftotext should be poppler version not xpdf version on wikisource

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35122

--- Comment #7 from Mark A. Hershberger m...@everybody.org 2012-03-14 
18:09:16 UTC ---
Interesting that the latest ubuntu doesn't have pdftotext from xpdf,
lucid has it in xpdf-utils

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

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


  1   2   3   >