[Bug 25062] intitle and lookfrom Wikipedia search options for finding section titles ?

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25062

Meso Derm bobobjoh...@yahoo.com changed:

   What|Removed |Added

 CC||bobobjoh...@yahoo.com

--- Comment #3 from Meso Derm bobobjoh...@yahoo.com 2011-07-07 06:48:57 UTC 
---
I recently started a thread at Wikipedia:Village pump (technical) inquiring
about this functionality as well
(http://en.wikipedia.org/wiki/Wikipedia:VPT#How_to_search_for_any_articles_with_a_section_named_.22X.22).
 

An example of where this feature would be useful on Wikipedia is searching for
articles that contain sections titled In popular culture and Criticism --
common names for sections that often contain very poor quality content.

If this functionality was added, I think that, in keeping with the current
naming scheme for the other search qualifiers (intitle, incategory, etc.), a
good name for this one would be insectiontitle.

Has there been any progress made on this since the last post, or has it been
decided that this is not worth implementing?

Thank you.
~ Mesoderm

-- 
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 29750] New: toolbar: add the letters Ș, ș, Ț, ț; remove the letters Ţ, ţ, Ŀ, ŀ

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29750

   Web browser: ---
 Bug #: 29750
   Summary: toolbar: add the letters Ș, ș, Ț, ț; remove the
letters Ţ, ţ, Ŀ, ŀ
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Keywords: i18n
  Severity: normal
  Priority: Unprioritized
 Component: WikiEditor
AssignedTo: tpars...@wikimedia.org
ReportedBy: amir.ahar...@mail.huji.ac.il
CC: roan.katt...@gmail.com
Classification: Unclassified


Created attachment 8756
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=8756
removed the unneeded letters and added new ones

For the Romanian language, the letters 'Ș', 'ș', 'Ț', 'ț' must be added.

'Ș' and 'ș' are distinct from 'Ş' and 'ş', which are used in Turkish and other
languages.

'Ț' and 'ț' are preferred to 'Ţ' and 'ţ', which aren't actually used in any
language. 'Ţ' and 'ţ' should be removed. See the article [[T-comma]].

'Ŀ' and 'ŀ' are pre-combined compatibility letters. They are for the Catalan
language, but the two-character combinations L· and l· are preferred. See
the article [[Interpunct]].

A patch is attached.

-- 
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 14562] UNIQ key exposed

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14562

--- Comment #6 from Tim Starling tstarl...@wikimedia.org 2011-07-07 07:03:51 
UTC ---
Why is it a high priority?

-- 
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 27488] Implement 'top' position option for ResourceLoader modules

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27488

--- Comment #53 from Nux e...@wp.pl 2011-07-07 07:52:09 UTC ---
(In reply to comment #52)
 (In reply to comment #51)
  Wait i'm messing things up here:
  
  Scripts in head load sequentially. Scripts dynamically added to head load
  async in Firefox 3/Webkit and Opera, but sequentially in earlier versions of
  the browsers, as well as in Internet Explorer.
 
 Exactly how early are we talking about? Degrading performance for FF 2.5 and
 below (FF 5 is out now) or ancient versions of other browsers might be
 acceptable. Which version of IE are affected?

To my knowledge (which is mentioned by Steve Souders) scripts were always
loaded in parallel (and then executed sequentially) when added dynamically in
head. The only thing changed and differs around browsers and their version is
the limit of how many scripts can be downloaded at once. IIRC Souders said that
IE 6 and FF 2 had a limit of two which was then changed to something like 4.

Currently Opera 11 has a limit of 9, Chrome 12 and IE 9 and FF 4 has this limit
set to 6. This might be connected to a more general limit of resources
downloaded at once. IIRC you can change this in Opera and probably in FF too.

Test site:
http://stevesouders.com/cuzillion/?c0=hj1dfff2_0_fc1=hj1dfff2_0_fc2=hj1dfff2_0_fc3=hj1dfff2_0_fc4=hj1dfff2_0_fc5=hj1dfff2_0_fc6=hj1dfff2_0_fc7=hj1dfff2_0_fc8=hj1dfff2_0_fc9=hj1dfff2_0_fc10=hc1hfff2_0_fc11=hc1hfff2_0_ft=1310025037

-- 
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 8028] Table sorting broken by colspan/rowspan

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=8028

--- Comment #27 from DieBuche diebu...@gmail.com 2011-07-07 07:53:05 UTC ---
(In reply to comment #26)
 Way up top there's a mention of the idea that fixing bug 4740 (support for
 thead, tbody, tfoot elements of table) would allow that to be resolved -- I
 think by letting folks group each set of rows into a separate tbody, and
 sorting within each one...?

Currently you can specify tfoot and thead, but not tbodies: Any number of rows
that's not separated by a thead is wrapped by a tbody. I don't really see the
need for a new syntax for tbodies since the problem is trivial to solve: Just
split it into seperate tables. You could even style them with margin:0 to make
them look like only one...

-- 
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 9246] When uploading a new version of a file watch this page is not automatic

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=9246

DieBuche diebu...@gmail.com changed:

   What|Removed |Added

   Keywords|patch   |
 CC||diebu...@gmail.com

-- 
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 28880] jQuery.ui 1.8.2 slider widget seems to have troubles with IE9 in IE9 standards mode

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28880

DieBuche diebu...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||diebu...@gmail.com
 Resolution||FIXED

--- Comment #2 from DieBuche diebu...@gmail.com 2011-07-07 08:02:31 UTC ---
I updated jUI 1.8.11 a while ago.

-- 
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 22770] wrap rights on GlobalGroupPermissions into a CSS class

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22770

DieBuche diebu...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||diebu...@gmail.com
 Resolution||INVALID

--- Comment #5 from DieBuche diebu...@gmail.com 2011-07-07 08:06:35 UTC ---
You don't need a class to style it.

.page-Special_GlobalGroupPermissions fieldset li {
color:red;
}

-- 
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 22771] CSS classes in output (tracking)

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22771

Bug 22771 depends on bug 22770, which changed state.

Bug 22770 Summary: wrap rights on GlobalGroupPermissions into a CSS class
https://bugzilla.wikimedia.org/show_bug.cgi?id=22770

   What|Old Value   |New Value

 Status|NEW |RESOLVED
 Resolution||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 29558] Add config var to disable update.php

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29558

--- Comment #4 from Bryan Tong Minh bryan.tongm...@gmail.com 2011-07-07 
08:11:50 UTC ---
(In reply to comment #3)
 (In reply to comment #2)
  General hook in Maintenance, that we hook in InitialiseSettings.php to abort
  the script?
 
 Sounds good to me, Bryan.  Could you implement this?

No, somebody with shell access should do it, because InitialiseSettings.php is
a Wikimedia config file.

I took a quick look into the Maintenance hook though, and it looks like 

if ( !wfRunHooks( 'MaintenanceMainBeforeExecute', array( $maintenance,
$exitCode ) ) ) { exit( $exitCode ); }

just before the try catch block in maintenance/doMaintenance.php would be
appropriate.

-- 
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 9174] Per-page CSS classes for all pages in hierarchy

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=9174

DieBuche diebu...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||diebu...@gmail.com
 Resolution||WONTFIX

--- Comment #2 from DieBuche diebu...@gmail.com 2011-07-07 08:12:11 UTC ---
body[className*=page-foo] matches page-foo, page-foo_bar and page-foo_bar_meh
body[className*=page-foo_bar] matches page-foo_bar and page-foo_bar_meh

So adding additional classes doesn't seem to be neccessary here

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

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


[Bug 12788] CSS (tracking)

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=12788

Bug 12788 depends on bug 9174, which changed state.

Bug 9174 Summary: Per-page CSS classes for all pages in hierarchy
https://bugzilla.wikimedia.org/show_bug.cgi?id=9174

   What|Old Value   |New Value

 Status|NEW |RESOLVED
 Resolution||WONTFIX

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

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


[Bug 22771] CSS classes in output (tracking)

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22771

Bug 22771 depends on bug 9174, which changed state.

Bug 9174 Summary: Per-page CSS classes for all pages in hierarchy
https://bugzilla.wikimedia.org/show_bug.cgi?id=9174

   What|Old Value   |New Value

 Status|NEW |RESOLVED
 Resolution||WONTFIX

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

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


[Bug 18338] Use WAI-ARIA landmark roles to improve accessibility

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18338

DieBuche diebu...@gmail.com changed:

   What|Removed |Added

Summary|WAI-ARIA landmark roles to  |Use WAI-ARIA landmark roles
   |improve accessibility in|to improve accessibility
   |the Monobook skin   |

-- 
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 17978] non-existing subpage in MediaWiki namespace show empty div with style

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17978

DieBuche diebu...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||diebu...@gmail.com
 Resolution||WORKSFORME

--- Comment #2 from DieBuche diebu...@gmail.com 2011-07-07 08:21:48 UTC ---
Cant reproduce. noarticletext is not styled  the message is always shown to me

-- 
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 29751] New: Removing whitespace prevents display of wikitable table

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29751

   Web browser: ---
 Bug #: 29751
   Summary: Removing whitespace prevents display of wikitable
table
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: major
  Priority: Unprioritized
 Component: Parser
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: l.w...@surrey.ac.uk
Classification: Unclassified


Edited the [[Sir Arthur Clarke award]] page on Wikipedia to add in tabular
results of 2011 awards. Noticed whitespace before the table I added. Removed a
line of whitespace. Table vanished from display, but not from code. Restoring
the empty line restored view of the table. Other later tables oddly don't have
that problem.

It's all in the history of [[Sir Arthur Clarke award]].

Not sure what the right category is, but guessing a parser 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 15406] Sortable tables: Force sortorder of a column

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=15406

DieBuche diebu...@gmail.com changed:

   What|Removed |Added

   Keywords|patch   |
 Status|REOPENED|RESOLVED
 CC||tpars...@wikimedia.org
  Component|Parser  |Javascript
 Resolution||FIXED
 AssignedTo|diebu...@gmail.com  |wikibugs-l@lists.wikimedia.
   ||org
Summary|Wikibits patch #9 - force   |Sortable tables: Force
   |sortorder of a column   |sortorder of a column

--- Comment #26 from DieBuche diebu...@gmail.com 2011-07-07 08:25:04 UTC ---
reclosing

-- 
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 29752] New: [regression] No space after page size display

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29752

   Web browser: ---
 Bug #: 29752
   Summary: [regression] No space after page size display
   Product: MediaWiki
   Version: 1.19-svn
  Platform: All
   URL: http://translatewiki.net/wiki/Special:ProtectedPages
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Special pages
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: niklas.laxst...@gmail.com
Classification: Unclassified


See the provided example url. I think I've marked the commit as fixme in the
past, but the problem has not yet been 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 29752] [regression] No space after page size display

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29752

p858snake p858sn...@gmail.com changed:

   What|Removed |Added

   Keywords||code-update-regression
 CC||p858sn...@gmail.com

-- 
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 29735] set $wgDefaultUserOptions['vector-collapsiblenav'] = 0; on enwikipedia

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29735

p858snake p858sn...@gmail.com changed:

   What|Removed |Added

   Keywords||shell
 Status|NEW |RESOLVED
 CC||p858sn...@gmail.com
 Resolution||WONTFIX

--- Comment #2 from p858snake p858sn...@gmail.com 2011-07-07 08:59:05 UTC ---
WONTFIX: Please get census for this change on wiki (en.wikipedia) then either
reopen this ticket or refile.

-- 
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 29739] Abusefilter Custom blocking rules

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29739

p858snake p858sn...@gmail.com changed:

   What|Removed |Added

 CC||p858sn...@gmail.com
Summary|Custom block|Abusefilter Custom blocking
   ||rules

-- 
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 29740] Enable the rollback feature on ukwiki

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29740

p858snake p858sn...@gmail.com changed:

   What|Removed |Added

   Keywords||shell
 CC||p858sn...@gmail.com

-- 
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 29743] Add CDPedia to Wikimedia DVD and Offline Downloads

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29743

p858snake p858sn...@gmail.com changed:

   What|Removed |Added

   Keywords||shell
 CC||p858sn...@gmail.com

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

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


[Bug 29749] collapsiblenav wrongly excludes IE6

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29749

p858snake p858sn...@gmail.com changed:

   What|Removed |Added

   Keywords||need-review, patch
 CC||p858sn...@gmail.com

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

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


[Bug 29750] toolbar: add the letters Ș, ș, Ț, ț; remove the letters Ţ, ţ, Ŀ, ŀ

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29750

p858snake p858sn...@gmail.com changed:

   What|Removed |Added

   Keywords||need-review, patch
 CC||p858sn...@gmail.com

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

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


[Bug 29751] Removing whitespace prevents display of wikitable table

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29751

p858snake p858sn...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||p858sn...@gmail.com
 Resolution||INVALID

--- Comment #1 from p858snake p858sn...@gmail.com 2011-07-07 09:05:58 UTC ---
Worked fine for me when I removed it:
http://en.wikipedia.org/w/index.php?title=Sir_Arthur_Clarke_Awardaction=historysubmitdiff=438206781oldid=438201366

-- 
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 29753] New: mw.util.tooltipAccessKeyPrefix wrong for Firefox 3+

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29753

   Web browser: ---
 Bug #: 29753
   Summary: mw.util.tooltipAccessKeyPrefix wrong for Firefox 3+
   Product: MediaWiki
   Version: 1.19-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: minor
  Priority: Unprioritized
 Component: Javascript
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: listenle...@gmail.com
CC: tpars...@wikimedia.org
Classification: Unclassified


All Firefox versions use alt-shift as access key, but the init-function in
mw.util only sets this for Firefox 2. This seems to be a simple copy and paste
mistake, since in wikibits.js there is a if ( is_ff2 ) too, but with the
comment note that FF3+ is included here!.

The wrong access key isn't shown since it is still handled by the function in
wikibits.js.

-- 
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 15274] Make [[google:foo bar]] use + or %20 for href, not an underline after parsing; further do not capitalize

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=15274

jafe...@gmail.com changed:

   What|Removed |Added

 CC||jafe...@gmail.com

--- Comment #7 from jafe...@gmail.com 2011-07-07 11:34:06 UTC ---
(In reply to comment #5)

 Interwikis are meant for wikis, converting these to spaces for all interwikis
 would break the valid usages. [[m:Spam blacklist]] would link to
 http://meta.wikimedia.org/wiki/Spam+blacklist which isn't correct.

Using a plus sign like the above example is not correct, no. However,
http://meta.wikimedia.org/wiki/Spam%20blacklist would work, as would
http://www.google.com/search?q=foo%20bar.

I'm aware that I'm responding to a two-year-old comment. Just hoping this could
get fixed 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 29754] New: ZIM language meta information seems to be wrong

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29754

   Web browser: ---
 Bug #: 29754
   Summary: ZIM language meta information seems to be wrong
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Collection
AssignedTo: developm...@pediapress.com
ReportedBy: emman...@engelhart.org
Classification: Unclassified


In Book
https://secure.wikimedia.org/wikipedia/en/wiki/Book:Marilyn_Manson

language value is sme, should be en.

-- 
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 29384] Load order of cached request in IE6 messes with dependancy resolving (mediawiki.util not available in time)

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29384

--- Comment #9 from Erwin Dokter er...@darcoury.nl 2011-07-07 12:33:00 UTC ---
 Is the XP machine using IE6?  If so, then this is really interesting.

Yes, the XP machine is running IE6.

-- 
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 13620] #iferror should catch imagemap errors

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=13620

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

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||INVALID

--- Comment #9 from Mark A. Hershberger m...@everybody.org 2011-07-07 
13:52:28 UTC ---
The demo page has been deleted and there isn't enough information on the bug to
duplicate this.  If you reopen, please provide a demonstration of the 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 26213] UNIQ tracking bug

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26213

Bug 26213 depends on bug 13620, which changed state.

Bug 13620 Summary: #iferror should catch imagemap errors
https://bugzilla.wikimedia.org/show_bug.cgi?id=13620

   What|Old Value   |New Value

 Status|REOPENED|RESOLVED
 Resolution||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 18295] Strip markers exposed in anchor links with ==[[Link|nowikitext/nowiki]]==

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18295

--- Comment #5 from Mark A. Hershberger m...@everybody.org 2011-07-07 
13:57:35 UTC ---
(In reply to comment #3)
 Created attachment 5983 [details]
 Proposed fix: Swap the order of tag and link unstripping in
 Parser::formatHeadings()

Paul, could you apply the patch now that you have commit privs?

-- 
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 22555] padleft: padright: and nowiki do not get on (guess same for all parser functions) UNIQ exposed

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22555

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

   What|Removed |Added

URL||http://www.mediawiki.org/wi
   ||ki/User:MarkAHershberger/Bu
   ||gDemo#Bug_22555

-- 
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 14562] UNIQ key exposed

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14562

--- Comment #7 from Mark A. Hershberger m...@everybody.org 2011-07-07 
14:23:14 UTC ---
(In reply to comment #6)
 Why is it a high priority?

These sort of niggling little problems are piling up.  Perhaps this particular
one is something that we can live without fixing RIGHT now, but AFAICT, this
and other dependencies of Bug #26213 are going to keep coming until we have
something to tell authors to look for when trying to solve the problem or to
test for when writing new code.

The priority was set after a triage that said deployed extensions are higher
priority.  This bug is on a deployed extension.  See
http://www.mediawiki.org/wiki/User:MarkAHershberger/BugDemo#Bug_14562  Also on
that page, a demonstration of Bug #22555 which is a problem with
ParserFunctions and can also be seen on Wikipedia:
http://en.wikipedia.org/wiki/User:MarkAHershberger/Bug_Examples#Bug_14562

Reading back through the reports it is clear that some users think their
wikitext is at fault ('basically a big flashing sign that says BAD WIKICODE
HERE.')

Ideally, I'd like to do a sprint to fix Bug #26213.  This bug is a good place
to start.

-- 
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 29754] ZIM language meta information seems to be wrong

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29754

Volker Haas volker.h...@pediapress.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||volker.h...@pediapress.com
 Resolution||FIXED

--- Comment #1 from Volker Haas volker.h...@pediapress.com 2011-07-07 
14:25:54 UTC ---
Fixed with:
http://code.pediapress.com/git/mwlib.zim?p=mwlib.zim;a=commit;h=b8b8423fea97dc8808437afb0523074e452fb928

I'll update the render servers within in a couple of days.

-- 
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 16129] Transcluded special pages expose strip markers when they output parsed messages

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16129

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

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |

--- Comment #22 from Mark A. Hershberger m...@everybody.org 2011-07-07 
14:37:50 UTC ---
http://en.wikipedia.org/wiki/User:MarkAHershberger/Bug_Examples#bogus_heading_to_demo_next_bug

Maybe Reedy's fix wasn't merged to 1.17wmf1

-- 
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 16744] CategoryTree: If called on non-existent category, exposes strip markers

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16744

Bug 16744 depends on bug 16129, which changed state.

Bug 16129 Summary: Transcluded special pages expose strip markers when they 
output parsed messages
https://bugzilla.wikimedia.org/show_bug.cgi?id=16129

   What|Old Value   |New Value

 Status|RESOLVED|REOPENED
 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 18941] Give transcludable Special:NewPages length options like Special:Wantedpages

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18941

Bug 18941 depends on bug 16129, which changed state.

Bug 16129 Summary: Transcluded special pages expose strip markers when they 
output parsed messages
https://bugzilla.wikimedia.org/show_bug.cgi?id=16129

   What|Old Value   |New Value

 Status|RESOLVED|REOPENED
 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 23293] When transcluding special page like newpages/rc/etc if any edits tagged, strip markers exposed and page title overridden

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23293

Bug 23293 depends on bug 16129, which changed state.

Bug 16129 Summary: Transcluded special pages expose strip markers when they 
output parsed messages
https://bugzilla.wikimedia.org/show_bug.cgi?id=16129

   What|Old Value   |New Value

 Status|RESOLVED|REOPENED
 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 26213] UNIQ tracking bug

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26213

Bug 26213 depends on bug 16129, which changed state.

Bug 16129 Summary: Transcluded special pages expose strip markers when they 
output parsed messages
https://bugzilla.wikimedia.org/show_bug.cgi?id=16129

   What|Old Value   |New Value

 Status|RESOLVED|REOPENED
 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 29755] New: MediaWiki should respect no_proxy environment setting

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29755

   Web browser: ---
 Bug #: 29755
   Summary: MediaWiki should respect no_proxy environment setting
   Product: MediaWiki
   Version: 1.19-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Uploading
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: vita...@yourcmc.ru
CC: bryan.tongm...@gmail.com
Classification: Unclassified


Created attachment 8757
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=8757
Simple function for parsing no_proxy

MediaWiki uses getenv('http_proxy') in HttpFunctions.php, but does not respect
no_proxy environment variable. This is incorrect, because probably if MediaWiki
sits behind proxy, then there is also some intranet area, accessible without
proxy and probably INaccessible through proxy. :)
I suggest using the attached function for this (we use it in
Mediawiki4Intranet).

-- 
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 29755] MediaWiki should respect no_proxy environment setting

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29755

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

   What|Removed |Added

 CC||m...@everybody.org

--- Comment #1 from Mark A. Hershberger m...@everybody.org 2011-07-07 
15:11:15 UTC ---
r91642  Closing this, but would you mind submitting some unit tests for your
code fragment?

-- 
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 29755] MediaWiki should respect no_proxy environment setting

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29755

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 29672] use tab name, not tab index for anchors on Special:Preferences

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29672

DieBuche diebu...@gmail.com changed:

   What|Removed |Added

 CC||diebu...@gmail.com

--- Comment #3 from DieBuche diebu...@gmail.com 2011-07-07 15:41:29 UTC ---
Problems with patch:
1. HTML4 only allows very limited characters for ID's. I don't think browsers
hickup on that though, since it's a very common mistake.

2. Links will be Userlanguage dependent. Something like Go to this link
../Special:Preferences#Editing , then change X and click save etc. will break
if the others user lang is italian.

-- 
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 27550] Message clearyourcache should be rephrased

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27550

DieBuche diebu...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||diebu...@gmail.com
 Resolution||FIXED

--- Comment #5 from DieBuche diebu...@gmail.com 2011-07-07 16:00:01 UTC ---
r91646

-- 
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 234] PNG thumbnails change binary transparency to alpha transparency, causing IE6 problems

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=234

DieBuche diebu...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||diebu...@gmail.com
 Resolution||WONTFIX

--- Comment #17 from DieBuche diebu...@gmail.com 2011-07-07 16:02:53 UTC ---
This has been around since 2004 and realistically, with IE6 at 3.5%, I don't
see anyone starting to work on it 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 640] Internet Explorer (IE) issues on Windows (tracking)

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=640

Bug 640 depends on bug 234, which changed state.

Bug 234 Summary: PNG thumbnails change binary transparency to alpha 
transparency, causing IE6 problems
https://bugzilla.wikimedia.org/show_bug.cgi?id=234

   What|Old Value   |New Value

 Status|NEW |RESOLVED
 Resolution||WONTFIX

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

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


[Bug 2134] IE6: login/personal info line on top-right of the page slides under Wikipedia logo on top-left

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=2134

DieBuche diebu...@gmail.com changed:

   What|Removed |Added

 CC||diebu...@gmail.com
Summary|login/personal info line on |IE6: login/personal info
   |top-right of the page   |line on top-right of the
   |slides under Wikipedia logo |page slides under Wikipedia
   |on top-left |logo on top-left

-- 
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 3532] External link arrow doesn't appear at the start of a line

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=3532

DieBuche diebu...@gmail.com changed:

   What|Removed |Added

 CC||diebu...@gmail.com

--- Comment #5 from DieBuche diebu...@gmail.com 2011-07-07 16:06:49 UTC ---
Confirmed working or confirmed broken in IE7?

-- 
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 29718] Underline option only works for legacy skins

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29718

Chad H. innocentkil...@gmail.com changed:

   What|Removed |Added

 CC||innocentkil...@gmail.com

--- Comment #1 from Chad H. innocentkil...@gmail.com 2011-07-07 16:19:25 UTC 
---
(In reply to comment #0)
 * The option can be removed as it is trivial and can be done by simple CSS
 

+1. Such an option would never have made it in these days, we would've told the
person suggesting it to use site or user CSS to get such an effect.

-- 
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 29326] Set $wgNoticeInfrastructure to true in test.wikipedia.org config

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29326

Reedy s...@reedyboy.net changed:

   What|Removed |Added

   Severity|normal  |enhancement

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

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


[Bug 28506] Collapsible sidebar for Outreach Wiki

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28506

Reedy s...@reedyboy.net changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||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 15477] Install the DynamicPageList2 extension on nl.wikibooks

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=15477

Reedy s...@reedyboy.net changed:

   What|Removed |Added

   Keywords|shell   |need-review
 Status|NEW |RESOLVED
 Resolution||WONTFIX
   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 12423] DynamicPageList requests (tracking)

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=12423

Bug 12423 depends on bug 15477, which changed state.

Bug 15477 Summary: Install the DynamicPageList2 extension on nl.wikibooks
https://bugzilla.wikimedia.org/show_bug.cgi?id=15477

   What|Old Value   |New Value

 Status|NEW |RESOLVED
 Resolution||WONTFIX

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

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


[Bug 29756] New: In ZIM files. external links in https are escaped

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29756

   Web browser: ---
 Bug #: 29756
   Summary: In ZIM files. external links in https are escaped
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Collection
AssignedTo: developm...@pediapress.com
ReportedBy: emman...@engelhart.org
Classification: Unclassified


In Book
https://secure.wikimedia.org/wikipedia/en/wiki/Book:Marilyn_Manson

Article
Man That You Fear

You get such HTML code
is a reference to the a
href=https%3A//secure.wikimedia.org/wikipedia/en/wiki/Shirley_Jackson
title=Shirley JacksonShirley Jackson/a short story

It should be
is a reference to the a
href=https://secure.wikimedia.org/wikipedia/en/wiki/Shirley_Jackson;
title=Shirley JacksonShirley Jackson/a short story

-- 
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 29688] Lots of confusing bugfixes for the generateSitemap.php discussion page

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29688

Chad H. innocentkil...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||innocentkil...@gmail.com
 Resolution||INVALID

--- Comment #1 from Chad H. innocentkil...@gmail.com 2011-07-07 16:34:25 UTC 
---
You can tell if the code works by trying to use it :) From skimming that page,
the only complaint I see that might still be valid is relating to --server. For
that, we have bug 18274 and bug 19593, both relating to maintenance scripts as
a whole and not generateSitemap.

I don't see any sitemap-specific bugs here, so I'm going to close this as
INVALID. If you can point at individual bugs, please feel free to open a report
for them.

-- 
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 9868] Merge rtl.css into main.css

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=9868

DieBuche diebu...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||diebu...@gmail.com
 Resolution||FIXED

--- Comment #11 from DieBuche diebu...@gmail.com 2011-07-07 16:40:27 UTC ---
rtl was merged in r74966

-- 
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 12788] CSS (tracking)

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=12788

Bug 12788 depends on bug 9868, which changed state.

Bug 9868 Summary: Merge rtl.css into main.css
https://bugzilla.wikimedia.org/show_bug.cgi?id=9868

   What|Old Value   |New Value

 Status|NEW |RESOLVED
 Resolution||FIXED

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

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


[Bug 27840] enable transwiki import to latin wikisource

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27840

Reedy s...@reedyboy.net changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED

--- Comment #4 from Reedy s...@reedyboy.net 2011-07-07 16:42:00 UTC ---
Should be done 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 29688] Lots of confusing bugfixes for the generateSitemap.php discussion page

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29688

--- Comment #2 from Dan Bolser dan.bol...@gmail.com 2011-07-07 16:45:09 UTC 
---
So to clarify, none of the patches on that page are outstanding?

Yes, the script appears to work in my case, but I'm not sure if there is
something I don't understand going wrong, and these many patches make me
worry... this is why I'd like someone who knows to remove any old patches from
that 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 16043] Link to existing status update page/feed from the WMF error message

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16043

Reedy s...@reedyboy.net changed:

   What|Removed |Added

   Keywords|shell   |ops

-- 
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 20079] Provide a better means of status update delivery in WMF error message

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20079

Reedy s...@reedyboy.net changed:

   What|Removed |Added

   Keywords|shell   |ops

-- 
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 29360] Define $wgUploadMissingFileUrl for ptwikibooks

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29360

Reedy s...@reedyboy.net changed:

   What|Removed |Added

 CC||s...@reedyboy.net

--- Comment #3 from Reedy s...@reedyboy.net 2011-07-07 16:49:37 UTC ---
the special page instead == Special:Upload ?

-- 
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 29757] New: Incomplete user renames (tracking)

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29757

   Web browser: ---
 Bug #: 29757
   Summary: Incomplete user renames (tracking)
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Keywords: tracking
  Severity: normal
  Priority: Unprioritized
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: s...@reedyboy.net
Depends on: 17313, 24904, 29593, 29601
Blocks: 2007
Classification: Unclassified


Incomplete user renames

-- 
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 17313] Moving edits incomplete and stalled after renaming a user on enwiki

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17313

Reedy s...@reedyboy.net changed:

   What|Removed |Added

 Blocks||29757

-- 
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 24904] An incomplete Renameuser job has made the Revision table inconsistent

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24904

Reedy s...@reedyboy.net changed:

   What|Removed |Added

 Blocks||29757

-- 
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 29593] Renamed two users

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29593

Reedy s...@reedyboy.net changed:

   What|Removed |Added

 Blocks||29757

-- 
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 29601] 2.5 month old user rename still has edits associated with old user (enwp: Ravenswing)

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29601

Reedy s...@reedyboy.net changed:

   What|Removed |Added

 Blocks||29757

-- 
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 2007] Tracking bug (tracking)

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=2007

Reedy s...@reedyboy.net changed:

   What|Removed |Added

 Depends on||29757

-- 
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 9868] Merge rtl.css into main.css

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=9868

Robin Pepermans (SPQRobin) robinp.1...@gmail.com changed:

   What|Removed |Added

 CC||robinp.1...@gmail.com

--- Comment #12 from Robin Pepermans (SPQRobin) robinp.1...@gmail.com 
2011-07-07 16:54:57 UTC ---
Shouldn't we delete the rtl.css file as it is no longer used?

-- 
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 16036] PAGESINCATEGORY inaccurate for deletion related categories

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16036

Reedy s...@reedyboy.net changed:

   What|Removed |Added

   Severity|major   |normal

-- 
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 23537] Migration of pt.wikimedia.org

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23537

Reedy s...@reedyboy.net changed:

   What|Removed |Added

 Blocks||19986

-- 
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 19986] Wikis waiting to be renamed (Tracking)

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19986

Reedy s...@reedyboy.net changed:

   What|Removed |Added

 Depends on||23537

-- 
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 27410] The tag filter on a history page should be within a label element

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27410

Chad H. innocentkil...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||innocentkil...@gmail.com
 Resolution||FIXED

--- Comment #3 from Chad H. innocentkil...@gmail.com 2011-07-07 17:00:08 UTC 
---
Done in r91651.

-- 
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 29326] Set $wgNoticeInfrastructure to true in test.wikipedia.org config

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29326

Ryan Kaldari rkald...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #1 from Ryan Kaldari rkald...@wikimedia.org 2011-07-07 17:01:23 
UTC ---
Done by Arthur.

-- 
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 22043] install Extension:SpecialInterwiki in read-only mode on all WMF wikis

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22043

Reedy s...@reedyboy.net changed:

   What|Removed |Added

   Keywords|shell   |need-review

-- 
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 22043] install Extension:SpecialInterwiki in read-only mode on all WMF wikis

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22043

--- Comment #5 from Robin Pepermans (SPQRobin) robinp.1...@gmail.com 
2011-07-07 17:10:57 UTC ---
In my opinion it would be better to merge the Interwiki extension into core. It
has been merged into core before, which was reverted but it's better now - see
http://www.mediawiki.org/wiki/Suggestions_for_extensions_to_be_integrated#Interwiki

-- 
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 29753] mw.util.tooltipAccessKeyPrefix wrong for Firefox 3+

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29753

--- Comment #1 from Brion Vibber br...@wikimedia.org 2011-07-07 17:13:15 UTC 
---
Urghh... is there a reason that there are two versions of this function and
only one is used??

-- 
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 28081] Install ArticleFeedback on Portuguese Wikipedia (ptwiki)

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28081

Reedy s...@reedyboy.net changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||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 29753] mw.util.tooltipAccessKeyPrefix wrong for Firefox 3+

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29753

--- Comment #2 from Brion Vibber br...@wikimedia.org 2011-07-07 17:17:58 UTC 
---
r91652 on trunk should fix this (doing  '1' rather than = '2' so it won't
break on future Firefox 10 through 19 :)

However the fact that this code doesn't get run is very worrying.

-- 
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 24682] Change wikimediafoundation.org's ContactPage extension

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24682

Reedy s...@reedyboy.net changed:

   What|Removed |Added

   Keywords|shell   |
 Status|NEW |RESOLVED
 Resolution||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 14562] UNIQ key exposed

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14562

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

   What|Removed |Added

   Priority|High|Low
 AssignedTo|ro...@wikimedia.org |wikibugs-l@lists.wikimedia.
   ||org
   Severity|major   |normal

--- Comment #8 from Rob Lanphier ro...@wikimedia.org 2011-07-07 17:19:45 UTC 
---
Mark and I discussed this one.  This bug is going to low priority, because it's
relatively minor, but there is some UNIQ cleanup work that could be high
priority.

-- 
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 27720] 1.17wmf1: recompile wikidiff2

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27720

Reedy s...@reedyboy.net changed:

   What|Removed |Added

   Keywords|shell   |ops

-- 
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 29753] mw.util.tooltipAccessKeyPrefix wrong for Firefox 3+

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29753

--- Comment #3 from Krinkle krinklem...@gmail.com 2011-07-07 17:21:47 UTC ---
(In reply to comment #0)
 mw.util only sets this for Firefox 2. This seems to be a simple copy and paste
 mistake, since in wikibits.js there is a if ( is_ff2 ) too, but with the
 comment note that FF3+ is included here!.
 
 The wrong access key isn't shown since it is still handled by the function in
 wikibits.js.

The legacy wikibits.js code is as follows:

http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/skins/common/wikibits.js?revision=86108view=markup#l183
 
 } else if ( is_ff2 ) {
   tooltipAccessKeyPrefix = 'alt-shift-';
 }
 

If is_ff2 means ff2 or higher then I missed that. I see the comment in the
definition of window.is_ff2 now though, brion fixed that in r91652 (marking
this bug as fixed).

(In reply to comment #1)
 Urghh... is there a reason that there are two versions of this function and
 only one is used??

Yes, the reason is backwards compatibility and quarantine of the legacy
library. The legacy script should not be modified neither should it be
referenced/used by core. There are rewritten, modernized or otherwise succeeded
versions in the mediawiki object library.

if the legacy variable is used then that's a 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 16129] Transcluded special pages expose strip markers when they output parsed messages

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16129

Reedy s...@reedyboy.net changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED

--- Comment #23 from Reedy s...@reedyboy.net 2011-07-07 17:22:02 UTC ---
Indeed, but it's also not been fully reviewed

Tag for backport if necessary (not all bug fixes have to be), don't need to
reopen the 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.

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


[Bug 16744] CategoryTree: If called on non-existent category, exposes strip markers

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16744

Bug 16744 depends on bug 16129, which changed state.

Bug 16129 Summary: Transcluded special pages expose strip markers when they 
output parsed messages
https://bugzilla.wikimedia.org/show_bug.cgi?id=16129

   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 on the CC list for the bug.

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


[Bug 18941] Give transcludable Special:NewPages length options like Special:Wantedpages

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18941

Bug 18941 depends on bug 16129, which changed state.

Bug 16129 Summary: Transcluded special pages expose strip markers when they 
output parsed messages
https://bugzilla.wikimedia.org/show_bug.cgi?id=16129

   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 23293] When transcluding special page like newpages/rc/etc if any edits tagged, strip markers exposed and page title overridden

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23293

Bug 23293 depends on bug 16129, which changed state.

Bug 16129 Summary: Transcluded special pages expose strip markers when they 
output parsed messages
https://bugzilla.wikimedia.org/show_bug.cgi?id=16129

   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 26213] UNIQ tracking bug

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26213

Bug 26213 depends on bug 16129, which changed state.

Bug 16129 Summary: Transcluded special pages expose strip markers when they 
output parsed messages
https://bugzilla.wikimedia.org/show_bug.cgi?id=16129

   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 29753] mw.util.tooltipAccessKeyPrefix wrong for Firefox 3+

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29753

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 Status|NEW |RESOLVED
 CC||krinklem...@gmail.com
 Resolution||FIXED
 AssignedTo|wikibugs-l@lists.wikimedia. |br...@wikimedia.org
   |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 29753] mw.util.tooltipAccessKeyPrefix should be alt-shift for Firefox 3+

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29753

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

Summary|mw.util.tooltipAccessKeyPre |mw.util.tooltipAccessKeyPre
   |fix wrong for Firefox 3+|fix should be alt-shift for
   ||Firefox 3+

-- 
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 29753] mw.util.tooltipAccessKeyPrefix should be alt-shift for Firefox 3+

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29753

Brion Vibber br...@wikimedia.org changed:

   What|Removed |Added

   Priority|Normal  |Unprioritized
 Status|RESOLVED|REOPENED
 Resolution|FIXED   |

--- Comment #4 from Brion Vibber br...@wikimedia.org 2011-07-07 17:23:13 UTC 
---
The legacy script is the only one that actually gets run, as can be trivially
confirmed by loading it in your browser and checking.

-- 
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 29749] collapsiblenav wrongly excludes IE6

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29749

Derk-Jan Hartman hart...@videolan.org changed:

   What|Removed |Added

 CC||hart...@videolan.org

--- Comment #2 from Derk-Jan Hartman hart...@videolan.org 2011-07-07 17:29:47 
UTC ---
I think it once really did not work. But we have had several jquery updates
since the original implementation, so that might have fixed it since the
original implementation was developed.

-- 
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 29718] Underline option only works for legacy skins

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29718

Derk-Jan Hartman hart...@videolan.org changed:

   What|Removed |Added

 CC||hart...@videolan.org

--- Comment #2 from Derk-Jan Hartman hart...@videolan.org 2011-07-07 17:31:43 
UTC ---
I'm quite sure this works on trunk. Perhaps we forgot to backport a 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 29758] New: Creation for the domain of the future mexican chapter Wikimedia México

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29758

   Web browser: ---
 Bug #: 29758
   Summary: Creation for the domain of the future mexican chapter
Wikimedia México
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Site requests
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: gala...@gmail.com
Classification: Unclassified


Please create domain for Mexican chapter in discussion for the Wikimedia
Foundation.
http://mx.wikimedia.org

Project settings:
* Project namespace: Wikimedia
* Project talk: Wikimedia discusión
* Sitename: Wikimedia México
* Logo: http://meta.wikimedia.org/wiki/File:Wikimedia_Mexico.svg
* Import from every WMF-project (sysops should can import)

-- 
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 29758] Creation for the domain of the future mexican chapter Wikimedia México

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29758

ofg...@gmail.com changed:

   What|Removed |Added

 CC||ofg...@gmail.com

--- Comment #1 from ofg...@gmail.com 2011-07-07 17:46:38 UTC ---
Interface should be in spanish.

Also, if importing from every WMF project is not allowed, please allow import
rights from the following projects:
* meta.wikimedia.org
* es.wikipedia.org
* es.wikibooks.org
* es.wikiversity.org
* en.wikipedia.org

Thanks!

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

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


[Bug 29718] Underline option only works for legacy skins

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29718

--- Comment #3 from Robin Pepermans (SPQRobin) robinp.1...@gmail.com 
2011-07-07 17:52:41 UTC ---
The thing is that the default option browser default behaves differently per
skin: legacy skins really use the browser default (always underline), while
vector etc have CSS that override this: a { text-decoration: none; } a:hover {
text-decoration: underline; }

The other two options (never or always) do work correctly for all skins, afaik.

Still, it may be a good idea to just remove this option. It was likely
introduced for RTL languages which is no longer needed (see bug 29712).

-- 
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 24692] Upload wizard: RTL support is incomplete

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24692

--- Comment #6 from Neil Kandalgaonkar ne...@wikimedia.org 2011-07-07 
17:58:25 UTC ---
@SPQRobin: I see that you added in those rtl  ltr links -- thanks! However
something else seems to be broken when I try it with uselang=he. Unless I
misunderstand this fix -- should it work with uselang?

-- 
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 28967] UploadWizard does not clear upload if determined to have bad extension

2011-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28967

Neil Kandalgaonkar ne...@wikimedia.org changed:

   What|Removed |Added

 CC||mathias.schind...@gmail.com

--- Comment #2 from Neil Kandalgaonkar ne...@wikimedia.org 2011-07-07 
17:59:44 UTC ---
*** Bug 26168 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.

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


  1   2   3   >