[Bug 28437] New: Failure to right-align templates

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28437

 Bug #: 28437
   Summary: Failure to right-align templates
   Product: Wikimedia
   Version: unspecified
  Platform: Macintosh
OS/Version: Mac OS X 10.6
Status: NEW
  Severity: normal
  Priority: Normal
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: swall...@wikimedia.org
Classification: Unclassified


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

In Chrome (latest version, 10.0.648.204) on OS X 10.6, infoboxes are all
left-aligning despite no changes to the template markup. 

I tested this on Chrome for Windows, as well as Firefox and Safari for OS X,
and it works fine 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 28437] Failure to right-align infobox templates

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28437

Steven Walling swall...@wikimedia.org changed:

   What|Removed |Added

Summary|Failure to right-align  |Failure to right-align
   |templates   |infobox templates

-- 
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 28437] Failure to right-align infobox templates

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28437

Steven Walling swall...@wikimedia.org changed:

   What|Removed |Added

 CC||swall...@wikimedia.org

--- Comment #1 from Steven Walling swall...@wikimedia.org 2011-04-06 06:34:16 
UTC ---
Also, it's not a userscript or personal CSS issue, it also appears when logged
out and my cache is cleared.

-- 
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 28377] Notice: Undefined index: text in /w/skins/Vector.php on line 763

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28377

--- Comment #4 from Solitarius mediaw...@soli.ca 2011-04-06 07:29:52 UTC ---

Commenting the following line in LocalSettings.php make the error disappear.


require_once($IP/extensions/LdapAuthentication/LdapAuthentication.php);

$wgAuth = new LdapAuthenticationPlugin();
$wgLDAPDomainNames= array('Novell eDirectory');
$wgLDAPServerNames= array('Novell eDirectory' = '***');
$wgLDAPSearchAttributes   = array('Novell eDirectory' = 'uid');
$wgLDAPEncryptionType = array('Novell eDirectory' = 'ssl');
$wgLDAPProxyAgent = array('Novell eDirectory' = 'cn=*');
$wgLDAPProxyAgentPassword = array('Novell eDirectory' = '*');
$wgLDAPUseLocal   = true;

# LDAP AutoAuthentication 
require_once($IP/extensions/LdapAuthentication/LdapAutoAuthentication.php);
$wgLDAPAutoAuthDomain = 'Novell eDirectory';
$wgLDAPAutoAuthUsername = $_SERVER[PHP_AUTH_USER];
if ( true ) { AutoAuthSetup(); }

-- 
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 28377] Notice: Undefined index: text in /w/skins/Vector.php on line 763

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28377

--- Comment #5 from Solitarius mediaw...@soli.ca 2011-04-06 07:49:24 UTC ---
Furthermore, it's this hook that seem to be the root of the problem:

$wgHooks['PersonalUrls'][] = 'LdapAutoAuthentication::NoLogout'; /* Disallow
logout link */

http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/LdapAuthentication/LdapAutoAuthentication.php?view=markuppathrev=84238#l94

I hope it will help you. Best regards.

-- 
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 28437] Failure to right-align infobox templates

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28437

Niklas Laxström niklas.laxst...@gmail.com changed:

   What|Removed |Added

 CC||niklas.laxst...@gmail.com

--- Comment #2 from Niklas Laxström niklas.laxst...@gmail.com 2011-04-06 
08:47:51 UTC ---
If it is a browser bug why are you reporting it 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 27644] Finish ResourceLoader browser blacklist

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27644

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX

--- Comment #13 from Krinkle krinklem...@gmail.com 2011-04-06 10:41:08 UTC ---
Okay, after some chat on IRC I'm going to mark this WONTFIX.

IE6 isn't an issue since we actually support that (and so does jQuery, for
now).

The numbers in the comparison may be confusing but it's about less than, so
what were planning to blacklist is:
* IE 5.5 and below
* Firefox 1.5 and below
* Safari 2 and below
* Opera 8 and below

According to http://stats.wikimedia.org/wikimedia/squids/SquidReportClients.htm
those are way to small to actually spend time on in core.

jQuery was loaded on all pages in 1.16wmf fine without any known bugs or
complaints, and unless needed we're not starting.

-- 
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 28438] New: in IE9 p-personal links are shown vertically in RTL wikis with Vector

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28438

 Bug #: 28438
   Summary: in IE9 p-personal links are shown vertically in RTL
wikis with Vector
   Product: MediaWiki
   Version: wikimedia-deployment
  Platform: All
OS/Version: Windows Vista
Status: NEW
  Keywords: i18n
  Severity: major
  Priority: Normal
 Component: Vector Skin
AssignedTo: tpars...@wikimedia.org
ReportedBy: amir.ahar...@mail.huji.ac.il
CC: asha...@wikimedia.org
Blocks: 745
Classification: Unclassified


Logged in users see the personal links at the top - My talk, My preferences, My
watchlist (id=p-personal) - vertically rather than horizontally. Some links
are also non-clickable, because they appear behind the search box.

I tested this with a new account on he.wikipedia, ar.wikipedia, fa.wikipedia
and mzn.wikipedia, and it happened everywhere, so it's probably not caused by a
local customization.

This happens only in Vector; Monobook is OK. And this happens only in Internet
Explorer 9; IE8, Firefox, Opera and Chrome are OK.

-- 
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 745] RTL/bidirectional issues (tracking)

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=745

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

   What|Removed |Added

 Depends on||28438

-- 
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 28438] in IE9 p-personal links are shown vertically in RTL wikis with Vector

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28438

--- Comment #1 from Amir E. Aharoni amir.ahar...@mail.huji.ac.il 2011-04-06 
11:45:36 UTC ---
Created attachment 8380
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=8380
a screenshot showing wrong rendering of p-personal links in IE9

Attached a screenshot from http://he.wikipedia.org/wiki/File:Ie9-whbwiki.png .

-- 
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 28439] New: Fatal Error if logged in

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28439

 Bug #: 28439
   Summary: Fatal Error if logged in
   Product: MediaWiki extensions
   Version: any
  Platform: PC
OS/Version: Windows Vista
Status: NEW
  Severity: critical
  Priority: Normal
 Component: LiquidThreads
AssignedTo: agarr...@wikimedia.org
ReportedBy: beckpot...@aol.com
CC: bhar...@wikimedia.org
Classification: Unclassified


Using MediaWiki 1.16.2 on shared hosting.

Installed LiquidThreads in extensions directory, updated LocalSettings.php to
run it.

When not logged in Wiki operates normally. When logged in returns: 


Fatal error: Call to a member function numRows() on a non-object in
/serveraddress/html/Installdir/extensions/LiquidThreads/classes/NewMessagesController.php
on line 400

I rely on Entension:MaintenanceShell to run update.php as I don't have SSH
access.

Have not been able to run update.php since it requires being logged in. Not
sure if this Fatal error is related to lack of updated tables or not.

-- 
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 28377] Notice: Undefined index: text in /w/skins/Vector.php on line 763

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28377

Reedy s...@reedyboy.net changed:

   What|Removed |Added

 CC||rlan...@gmail.com

--- Comment #6 from Reedy s...@reedyboy.net 2011-04-06 12:55:54 UTC ---
CC'ing Ryan

-- 
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 28377] Notice: Undefined index: text in /w/skins/Vector.php on line 763

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28377

--- Comment #7 from Reedy s...@reedyboy.net 2011-04-06 12:58:08 UTC ---
/* No logout link in MW */
static function NoLogout( $personal_urls, $title ) {
global $wgAuth;
$wgAuth-printDebug( Entering NoLogout., NONSENSITIVE );

$personal_urls['logout'] = null;

return true;
}

-- 
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 28377] Notice: Undefined index: text in /w/skins/Vector.php on line 763

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28377

Roan Kattouw roan.katt...@gmail.com changed:

   What|Removed |Added

 CC||roan.katt...@gmail.com

--- Comment #8 from Roan Kattouw roan.katt...@gmail.com 2011-04-06 13:01:30 
UTC ---
(In reply to comment #7)
 $personal_urls['logout'] = null;
 
Should use unset( $personal_urls['logout'] );  I guess

-- 
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 28377] Notice: Undefined index: text in /w/skins/Vector.php on line 763

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28377

--- Comment #9 from Reedy s...@reedyboy.net 2011-04-06 13:02:43 UTC ---
Solitarius, would you mind testing this for us?

I don't have a working Ldap setup at the moment

-- 
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 28146] Memory limit hit while uploading DjVu file with embedded text

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28146

--- Comment #12 from Yann Forget yan...@gmail.com 2011-04-06 13:03:02 UTC ---
I suppose that this error is related to this bug?

PHP fatal error in
/usr/local/apache/common-local/php-1.17/includes/normal/UtfNormal.php line 285: 
Allowed memory size of 125829120 bytes exhausted (tried to allocate 71 bytes)

http://fr.wikisource.org/w/index.php?title=Fichier:Port_-_Dictionnaire_historique,_g%C3%A9ographique_et_biographique_du_Maine-et-Loire,_tome_1.djvuaction=purge

-- 
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 28427] rewrite quickIsNFCVerify() to use preg_match() with an offset to accommodate larger files

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28427

Yann Forget yan...@gmail.com changed:

   What|Removed |Added

 CC||yan...@gmail.com

--- Comment #1 from Yann Forget yan...@gmail.com 2011-04-06 13:05:39 UTC ---
I suppose that this error is related to this bug?

PHP fatal error in
/usr/local/apache/common-local/php-1.17/includes/normal/UtfNormal.php line 285: 
Allowed memory size of 125829120 bytes exhausted (tried to allocate 71 bytes)

http://fr.wikisource.org/w/index.php?title=Fichier:Port_-_Dictionnaire_historique,_g%C3%A9ographique_et_biographique_du_Maine-et-Loire,_tome_1.djvuaction=purge

This is a big file: 882 pages (85,71 Mo)

-- 
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 28146] Memory limit hit while uploading DjVu file with embedded text

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28146

--- Comment #13 from Yann Forget yan...@gmail.com 2011-04-06 13:05:55 UTC ---
This is a big file: 882 pages (85,71 Mo)

-- 
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 27765] Postgresql: invalid input syntax for type timestamp (Semantic MW)

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27765

Pieter J. Kersten p.j.kers...@edusense.nl changed:

   What|Removed |Added

 CC||p.j.kers...@edusense.nl

--- Comment #7 from Pieter J. Kersten p.j.kers...@edusense.nl 2011-04-06 
13:54:21 UTC ---
FWIW, removing the extra addition on the timestamp in SMW_Store.php:238 makes
it work again.

-- 
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 27765] Postgresql: invalid input syntax for type timestamp (Semantic MW)

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27765

p858snake p858sn...@gmail.com changed:

   What|Removed |Added

   Keywords||postgresql
 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 28440] New: Add viewdeleted privileges to the checkuser and oversight permissions group on en.wiki

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28440

 Bug #: 28440
   Summary: Add viewdeleted privileges to the checkuser and
oversight permissions group on en.wiki
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Site requests
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: xenow...@gmail.com
Classification: Unclassified


Please add the browserarchive, deletedhistory, and deletedtext rights to
the checkuser and oversight permissions bundles on en.wiki.

'groupOverrides' = array(
   'enwiki' = array(
  ..
  'oversight' = array( 'browsearchive' = true, 'deletedhistory' = true,
'deletedtext' = true ),
  'checkuser' = array( 'browsearchive' = true, 'deletedhistory' = true,
'deletedtext' = true ),
),

This change is unanimously supported by the English Wikipedia Arbitration
Committee
(https://secure.wikimedia.org/wikipedia/en/w/index.php?title=Wikipedia:Arbitration_Committee/Noticeboardoldid=422697239#Changes_requested_to_the_checkuser_and_oversight_permissions).

-- 
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 19180] Language Selector language detection does not work for Safari

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19180

--- Comment #4 from Florian Effenberger flo...@gmail.com 2011-04-06 14:28:05 
UTC ---
Problem still persists and can be seen at http://wiki.documentfoundation.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 28424] Avoid parser cache fragmentation

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28424

Ilmari Karonen nos...@vyznev.net changed:

   What|Removed |Added

   Keywords||tracking
 CC||nos...@vyznev.net

-- 
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 8217] Language code of Taiwanese/Holo, Cantonese, Classical Chinese Wikipedias (nan, yue, lzh)

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=8217

--- Comment #29 from Mark A. Hershberger m...@everybody.org 2011-04-06 
15:11:12 UTC ---
(In reply to comment #28)
 That's kind of adding insult to injury, don't you think?  This bug has been
 open since 2006 and they've been patiently waiting, and now we're just going 
 to
 close it because of some rule that might not have even been around when this
 bug was filed?

Thanks for pointing out how one might see this...  I wasn't sure anyone was
still interested in this but wanted to point out how to deal with this.

 it's not like Rob can do this, Roan can do this, but that
 requires Tim's input) and this has a lot of history/discussion.

But if consensus is needed then that there it isn't likely to appear
simultaneously.  So then three different bugs would be needed.

I've asked Ops for verification that consensus is needed.  I think it is when
you're creating a new URL for an old Wiki.  If it is, then I'll open three new
bugs.

-- 
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 28440] Add viewdeleted privileges to the checkuser and oversight permissions group on en.wiki

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28440

xenocidic xenow...@gmail.com changed:

   What|Removed |Added

URL||https://secure.wikimedia.or
   ||g/wikipedia/en/w/index.php?
   ||title=Wikipedia:Arbitration
   ||_Committee/Noticeboardoldi
   ||d=422697239#Changes_request
   ||ed_to_the_checkuser_and_ove
   ||rsight_permissions

-- 
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 28441] New: Rename zh-yue - yue

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28441

 Bug #: 28441
   Summary: Rename zh-yue - yue
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Site requests
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: m...@everybody.org
Blocks: 19986
Classification: Unclassified


See discussion on Bug #8217

-- 
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-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19986

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

   What|Removed |Added

 Depends on||28441

-- 
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 28442] New: Rename zh-min-nan - nan

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28442

 Bug #: 28442
   Summary: Rename zh-min-nan - nan
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Site requests
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: m...@everybody.org
Blocks: 19986
Classification: Unclassified


See discussion on Bug #8217

-- 
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-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19986

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

   What|Removed |Added

 Depends on||28442

-- 
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 28443] New: Rename zh-classical - lzh

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28443

 Bug #: 28443
   Summary: Rename zh-classical - lzh
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Site requests
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: m...@everybody.org
Blocks: 19986
Classification: Unclassified


See discussion on Bug #8217

-- 
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-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19986

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

   What|Removed |Added

 Depends on||28443

-- 
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 8217] Language code of Taiwanese/Holo, Cantonese, Classical Chinese Wikipedias (nan, yue, lzh)

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=8217

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

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||INVALID

--- Comment #30 from Mark A. Hershberger m...@everybody.org 2011-04-06 
15:40:49 UTC ---
(In reply to comment #28)
 If consensus doesn't exist on the respective wikis (which I'm not sure it
 doesn't), I'm not even sure it's necessary.  A wiki doesn't get to choose its
 language code, or what its URL, so why would we require consensus to change 
 it?

See Bug #17047 and your comment on Bug #26725, as well as the bug this one
blocks, Bug #19986.

Community consensus is needed.  Since this involves 3 different wikis, that's
three different bugs: Bug #28441, Bug #28442, Bug #28443.  Admins can use Bug
#19986 for seeing which ones are ready to be done when they are prepared to do
big batches of them.

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

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

Bug 19986 depends on bug 8217, which changed state.

Bug 8217 Summary: Language code of Taiwanese/Holo, Cantonese, Classical Chinese 
Wikipedias (nan, yue, lzh)
https://bugzilla.wikimedia.org/show_bug.cgi?id=8217

   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 28146] Memory limit hit while uploading DjVu file with embedded text

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28146

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

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |

--- Comment #14 from Mark A. Hershberger m...@everybody.org 2011-04-06 
15:47:18 UTC ---
(In reply to comment #11)
 The current summary reflects the as-yet unsolved problem (which is why I've
 left it open).

Looks like you closed it, though. Reopening since you apparently didn't intend
to do that.

-- 
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 28377] Notice: Undefined index: text in /w/skins/Vector.php on line 763

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28377

--- Comment #10 from Solitarius mediaw...@soli.ca 2011-04-06 15:47:42 UTC ---
Created attachment 8382
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=8382
Ldap No logout patch for MW 1.17

Patch from Comment #8 from Roan

-- 
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 28427] rewrite quickIsNFCVerify() to use preg_match() with an offset to accommodate larger files

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28427

--- Comment #2 from Brion Vibber br...@wikimedia.org 2011-04-06 15:48:14 UTC 
---
That'll be another instance of bug 28146 with the djvu text extraction; merging
the fix for that to 1.17 and deployment should resolve 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 28377] Notice: Undefined index: text in /w/skins/Vector.php on line 763

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28377

Solitarius mediaw...@soli.ca changed:

   What|Removed |Added

   Keywords||need-review, patch

--- Comment #11 from Solitarius mediaw...@soli.ca 2011-04-06 15:48:40 UTC ---
Yes, the solution work well. I'm attaching a patch so I can tag the bug.

Thanks for all your help everyone!

-- 
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 26121] Enable Language Converter for Portuguese in a testwiki

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26121

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

   What|Removed |Added

 CC||s.mazel...@xs4all.nl

--- Comment #10 from Siebrand s.mazel...@xs4all.nl 2011-04-06 15:50:16 UTC ---
This part doesn't appear to have a place in the patch: /* Should we use
translated names for the flags, as in Sr language?

Missing file PtConversion.php.

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

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


[Bug 28146] Memory limit hit while uploading DjVu file with embedded text

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28146

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

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED

--- Comment #15 from Brion Vibber br...@wikimedia.org 2011-04-06 15:50:19 UTC 
---
that's the same bug. fix should be merged to 1.17.

-- 
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 8217] Language code of Taiwanese/Holo, Cantonese, Classical Chinese Wikipedias (nan, yue, lzh)

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=8217

--- Comment #31 from Philippe Verdy verd...@wanadoo.fr 2011-04-06 15:50:35 
UTC ---
This should not be closed. At least the original request was perfectly valid.
Yes we can creater 3 distinct bugs, but this bug should remain open as a
tracking bug depending on these 3 separate bugs. By closing this one, you are
unlinking the 3 separate bugs also from Bug #19886 tracking the wikis that are
ready to perform the change (concensus reached, templates checked for
compatibility to help the transition, documentation on other wikis, contacts
taken for managing interwikis, bot owners informed...)
To help the transition, there should exist for some time an equivalence from
the new code to the old one, to help build the transition mechanisms, and
check/update  templates, then reversing the link from old to new code, keeping
it for some time (probably long, to avoid breaking external links from the web
and maintaining the stability of searches : this requires at least one year)

-- 
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 28377] Notice: Undefined index: text in /w/skins/Vector.php on line 763

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28377

Reedy s...@reedyboy.net changed:

   What|Removed |Added

   Keywords|need-review |reviewed

--- Comment #12 from Reedy s...@reedyboy.net 2011-04-06 15:52:17 UTC ---
r85544

-- 
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 27644] Finish ResourceLoader browser blacklist

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27644

--- Comment #14 from Trevor Parscal tpars...@wikimedia.org 2011-04-06 
15:53:16 UTC ---
This might be a good place to think about mobile redirects too, if we are
indeed moving it to the top especially.

-- 
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 27644] Finish ResourceLoader browser blacklist

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27644

--- Comment #15 from Roan Kattouw roan.katt...@gmail.com 2011-04-06 15:56:11 
UTC ---
(In reply to comment #14)
 This might be a good place to think about mobile redirects too, if we are
 indeed moving it to the top especially.
Good point. Once startup lives at the top, the mobile redirect should totally
be in there.

However, the mobile redirect script currently uses a few MW-exported JS vars
(wgPagename etc.), we'd have to export those early. Not too hard if we write a
special module for it.

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

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


[Bug 28377] Notice: Undefined index: text in /w/skins/Vector.php on line 763

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28377

Reedy s...@reedyboy.net changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

--- Comment #13 from Reedy s...@reedyboy.net 2011-04-06 15:58:24 UTC ---
Seems to be only Ryan being bad

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 26676] Bugs that should be fixed for 1.17 release tarball (tracking)

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26676

Bug 26676 depends on bug 28377, which changed state.

Bug 28377 Summary: Notice: Undefined index:  text in /w/skins/Vector.php on 
line 763
https://bugzilla.wikimedia.org/show_bug.cgi?id=28377

   What|Old Value   |New Value

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

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

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 CC||krinklem...@gmail.com

--- Comment #7 from Krinkle krinklem...@gmail.com 2011-04-06 16:02:25 UTC ---
Just for the record (to avoid it being forgotten):

Think about toolserver as well.

That may or may not need seperate attention.

-- 
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 8217] Language code of Taiwanese/Holo, Cantonese, Classical Chinese Wikipedias (nan, yue, lzh)

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=8217

--- Comment #32 from Mark A. Hershberger m...@everybody.org 2011-04-06 
16:02:31 UTC ---
 By closing this one, you are unlinking the 3 separate bugs also from Bug
 #19886 tracking the wikis that are ready to perform the change

I made each of the bugs depend on Bug #19886 so I don't think that is an issue.
 Furthermore, each bug links back here, as well.

-- 
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 8217] Language code of Taiwanese/Holo, Cantonese, Classical Chinese Wikipedias (nan, yue, lzh)

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=8217

--- Comment #33 from Mark A. Hershberger m...@everybody.org 2011-04-06 
16:03:40 UTC ---

 I made each of the bugs depend on Bug #19886 so I don't think that is an 
 issue.

Oops, I meant Bug #19986

-- 
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 28422] remove table { color: black } in Vector and Monobook

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28422

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||krinklem...@gmail.com

--- Comment #3 from Krinkle krinklem...@gmail.com 2011-04-06 16:23:41 UTC ---
(In reply to comment #0)
 table { color: black } in
 phase3/skins/monobook/main.css and
 phase3/skins/vector/screen.css
 is not neccessary, because Vector and Monobook defines
  div#content { color: black; }

Indeed.


 At the moment tables in dark background color container are inreadable:

Very true.

 Maybe wikitable should get table.wikitable { color: black }
 because wikitable already has table.wikitable { background-color: #f9f9f9 }

.wikitable nees to keep color:black because of it's backgound color, but since
tables in general no longer have a background color (bug 26708) they shouldn't
have a text color anymore.

Will remove black from table and add to wikitable.

-- 
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 28422] remove table { color: black } in Vector and Monobook

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28422

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

Version|1.17|1.18-svn
 AssignedTo|wikibugs-l@lists.wikimedia. |krinklem...@gmail.com
   |org |
   Severity|enhancement |minor

-- 
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 26662] Diffs not visible in recentchanges feeds of wikis that have read restriction on all pages

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26662

Dieudonné Dard dieudo...@free.fr changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WONTFIX |

--- Comment #3 from Dieudonné Dard dieudo...@free.fr 2011-04-06 16:24:12 UTC 
---
Looking desperately for a solution for my problem, I found I had already
explained it here : https://bugzilla.wikimedia.org/show_bug.cgi?id=15472

Maybe it was better explained there, because it is still marked as unresolved.

And I confirm the problem remains for me : I have a wiki in 1.11.2 version, and
I can't upgrade it because if I do the benefit of following it's changes via
the feeds is lost :(

And the configuration offered by 1.11.2 version is not a problem since people
supposed not being able to access the wiki, can't access the feed either.

To access the feed on a restricted wiki (with MW  1.11.2), I use the Brief
addon on Firefox. And it's fine. Recent changes become very easy to follow and
to read within Brief.

-- 
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 15472] Feed content missing when restricted access

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=15472

--- Comment #4 from Dieudonné Dard dieudo...@free.fr 2011-04-06 16:26:55 UTC 
---
Thank you Mark for your interest in this problem.

Does anyone have an idea of the evolution 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 28419] Replace MD5 password hashing with WHIRLPOOL

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28419

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

   What|Removed |Added

   Priority|Normal  |Highest
URL||http://www.mail-archive.com
   ||/wikitech-l@lists.wikimedia
   ||.org/msg08830.html
 CC||m...@everybody.org
 Blocks||28425
Summary|Deprecate MD5   |Replace MD5 password
   ||hashing with WHIRLPOOL

--- Comment #5 from Mark A. Hershberger m...@everybody.org 2011-04-06 
16:27:07 UTC ---
Retitled bug, hopefully target this for 1.18

-- 
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 28425] MediaWiki 1.18 (tracking)

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28425

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

   What|Removed |Added

 Depends on||28419

-- 
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 26662] Diffs not visible in recentchanges feeds of wikis that have read restriction on all pages

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26662

Dieudonné Dard dieudo...@free.fr changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 CC||dieudo...@free.fr
 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 26662] Diffs not visible in recentchanges feeds of wikis that have read restriction on all pages

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26662

Dieudonné Dard dieudo...@free.fr changed:

   What|Removed |Added

 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 28422] remove table { color: black } in Vector and Monobook

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28422

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

--- Comment #4 from Krinkle krinklem...@gmail.com 2011-04-06 16:32:02 UTC ---
r85546

-- 
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 28444] New: Double click on old revision opens the current revision

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28444

 Bug #: 28444
   Summary: Double click on old revision opens the current
revision
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: Javascript
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: dann...@email.cz
CC: tpars...@wikimedia.org
Classification: Unclassified


Double click on old revision used to open that old revision to edit. Now it
opens the most recent.

-- 
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 28441] Rename zh-yue - yue

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28441

Shinjiman shinji...@gmail.com changed:

   What|Removed |Added

   Keywords||shell
 Blocks||8217

-- 
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 8217] Language code of Taiwanese/Holo, Cantonese, Classical Chinese Wikipedias (nan, yue, lzh)

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=8217

Shinjiman shinji...@gmail.com changed:

   What|Removed |Added

 Depends on||28441

-- 
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 28442] Rename zh-min-nan - nan

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28442

Shinjiman shinji...@gmail.com changed:

   What|Removed |Added

   Keywords||shell
 Blocks||8217

-- 
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 8217] Language code of Taiwanese/Holo, Cantonese, Classical Chinese Wikipedias (nan, yue, lzh)

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=8217

Shinjiman shinji...@gmail.com changed:

   What|Removed |Added

 Depends on||28442

-- 
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 28444] Double click on old revision opens the current revision

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28444

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)

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=2114

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

   What|Removed |Added

 Depends on||28444

-- 
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 28443] Rename zh-classical - lzh

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28443

Shinjiman shinji...@gmail.com changed:

   What|Removed |Added

   Keywords||shell
 Blocks||8217

-- 
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 8217] Language code of Taiwanese/Holo, Cantonese, Classical Chinese Wikipedias (nan, yue, lzh)

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=8217

Shinjiman shinji...@gmail.com changed:

   What|Removed |Added

 Depends on||28443

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

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=2114

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

   What|Removed |Added

 CC||tpars...@wikimedia.org
  Component|General/Unknown |Javascript

-- 
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 28413] Loading CSS with mw.loader.load crashes IE

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28413

--- Comment #4 from Krinkle krinklem...@gmail.com 2011-04-06 16:46:20 UTC ---
(In reply to comment #3)
 Well, mediaWiki.loader.load uses..
 
 $( 'head' ).append( $( 'link rel=stylesheet type=text/css /' ).attr(
 'href', modules ) );
 
 So, are we saying that using some of the attributes in the initial HTML string
 is the difference between IE crashing or not?

Well, not by definition. The difference is that this:

$( 'link /' )

Will cause jQuery's quick regex to pick it up and use document.createElement,
whereas anything more complicated makes it append it to a div and get the
inner child(ren).

http://api.jquery.com/jQuery#jQuery2 states:

* When the HTML is more complex than a single tag without attributes [..] the
actual creation of the elements is handled by the browser's innerHTML
mechanism. In most cases, jQuery creates a new div element and sets the
innerHTML property of the element to the HTML snippet that was passed in. 
* When passing in complex HTML, some browsers may not generate a DOM that
exactly replicates the HTML source provided.
* To ensure cross-platform compatibility, the snippet must be well-formed.

This was also the cause of a few bugs in the makeCollapsible plugin which used
span/a/span to quickly create a wrapped anchor tag (works fine in
WebKit-browsers), but goes bad in (some) IE versions.

I think Internet Explorer wants link-tags to be closed instead of self-closing.
Either way, the solution is by using the native createElement function.

In other words (as, in a way, Trevor already said): [attributes] in the
initial HTML string is the difference between IE crashing or not. Yes :-D

-- 
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 28413] Loading CSS with mw.loader.load crashes IE

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28413

--- Comment #5 from Trevor Parscal tpars...@wikimedia.org 2011-04-06 16:49:01 
UTC ---
Thank you for the excellent input! This is an incredibly easy fix, has anyone
verified this actually prevents IE from crashing?

-- 
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 28360] Change $wgSitename for Turkish Wikipedia (tr.wikipedia.org)

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28360

Rob Halsell rhals...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #6 from Rob Halsell rhals...@wikimedia.org 2011-04-06 17:01:40 
UTC ---
Sitename has been updated.

-- 
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 15190] Add code used for template vandalism to wgSpamRegex

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=15190

Rob Halsell rhals...@wikimedia.org changed:

   What|Removed |Added

 AssignedTo|rhals...@wikimedia.org  |wikibugs-l@lists.wikimedia.
   ||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 17718] Disable CentralNotice on private/fishbowl wikis

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17718

Rob Halsell rhals...@wikimedia.org changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED

--- Comment #6 from Rob Halsell rhals...@wikimedia.org 2011-04-06 17:05:22 
UTC ---
I went ahead and disabled it on fiwikimedia.  In the future, you will want to
open NEW tickets to disable this on other wikis.

-- 
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 28219] StubObject.php warning

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28219

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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WORKSFORME

--- Comment #3 from Brion Vibber br...@wikimedia.org 2011-04-06 17:05:32 UTC 
---
No response; resolving worksforme. Please re-open with additional details if
the version shuffle doesn't resolve 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 18496] Non-secure logos on secure pages

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18496

--- Comment #4 from Rob Halsell rhals...@wikimedia.org 2011-04-06 17:07:17 
UTC ---
We are currently in the process of planning a restructure on how we handle
secure content.  This will be addressed in that update.

-- 
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 18496] Non-secure logos on secure pages

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18496

Rob Halsell rhals...@wikimedia.org changed:

   What|Removed |Added

 AssignedTo|rhals...@wikimedia.org  |wikibugs-l@lists.wikimedia.
   ||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 28360] Change $wgSitename for Turkish Wikipedia (tr.wikipedia.org)

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28360

--- Comment #7 from Vito Genovese vitome...@gmail.com 2011-04-06 17:08:38 UTC 
---
Thank you, Rob.

-- 
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 20721] Add abusefilter-viewprivate to administrator userright on all wikis

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20721

Rob Halsell rhals...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX

--- Comment #10 from Rob Halsell rhals...@wikimedia.org 2011-04-06 17:08:47 
UTC ---
I am not going to assign this to all wikis, when it was originally a request
for a single project, and no other projects are asking for it.

The original request was fufilled, closing ticket.

-- 
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 25953] blog tweaks

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25953

Rob Halsell rhals...@wikimedia.org changed:

   What|Removed |Added

 AssignedTo|rhals...@wikimedia.org  |gpaum...@wikimedia.org

--- Comment #5 from Rob Halsell rhals...@wikimedia.org 2011-04-06 17:14:24 
UTC ---
Guillaume,

Can you review the above and ensure we can do this with the planned changes
that you have.  I know they want to restructure the URLS, so I wanted you to
see this.

Kicking it to assign to you, but feel free to assign back once you comment.

-- 
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 20756] Thousands separator missing for mw-plusminus-pos class numbers

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20756

Rob Halsell rhals...@wikimedia.org changed:

   What|Removed |Added

 AssignedTo|rhals...@wikimedia.org  |wikibugs-l@lists.wikimedia.
   ||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 21962] Run refreshLinks.php --redirects-only on all wikis

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21962

Rob Halsell rhals...@wikimedia.org changed:

   What|Removed |Added

 AssignedTo|rhals...@wikimedia.org  |wikibugs-l@lists.wikimedia.
   ||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 24332] OpenSSL on secure.wikimedia.org is possibly vulnerable to CVE-2009-3555

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24332

Rob Halsell rhals...@wikimedia.org changed:

   What|Removed |Added

 Status|ASSIGNED|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 27946] Secure Server (Tracking)

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27946

Bug 27946 depends on bug 24332, which changed state.

Bug 24332 Summary: OpenSSL on secure.wikimedia.org is possibly vulnerable to 
CVE-2009-3555
https://bugzilla.wikimedia.org/show_bug.cgi?id=24332

   What|Old Value   |New Value

 Status|ASSIGNED|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 28146] Memory limit hit while uploading DjVu file with embedded text

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28146

--- Comment #16 from Brion Vibber br...@wikimedia.org 2011-04-06 17:17:59 UTC 
---
(In reply to comment #14)
 (In reply to comment #11)
  The current summary reflects the as-yet unsolved problem (which is why I've
  left it open).
 
 Looks like you closed it, though. Reopening since you apparently didn't intend
 to do that.

No, I did intend that -- that's why I broke out the unresolved parts to a
separate bug and changed the summary on this bug to the specific issue that was
reported. Please leave closed unless there's a regression in the specific
issue. :)

-- 
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 28229] MediaWiki:Robots.txt has no effect on pl.wikimedia.org

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28229

JeLuF je...@gmx.de changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #3 from JeLuF je...@gmx.de 2011-04-06 17:40:42 UTC ---
Fixed.



Index: wikimedia.conf
===
--- wikimedia.conf  (revision 24)
+++ wikimedia.conf  (working copy)
@@ -72,6 +72,9 @@

 # Stats
 RewriteRule ^/stats(/(.*$)|$) http://wikimedia.org/stats/%{HTTP_HOST}/$1
[R=301,L]
+# Load robots.txt from the wiki
+RewriteRule ^/robots.txt$ /w/robots.php [L]
+
 /VirtualHost

-- 
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 14720] robots.txt (tracking)

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14720

Bug 14720 depends on bug 28229, which changed state.

Bug 28229 Summary: MediaWiki:Robots.txt has no effect on pl.wikimedia.org
https://bugzilla.wikimedia.org/show_bug.cgi?id=28229

   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 23215] Rename the als.*.org projects to gsw.*.org

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23215

--- Comment #2 from Rob Halsell rhals...@wikimedia.org 2011-04-06 17:42:07 
UTC ---
taking notes on how to do this and putting in here:

two options:

1) rename database, update change in all dblists and config, update apache
config (like new wiki

2) create new project in the proper space, copy over old database, ensure it
works.  read only old project, redump/import, launch new project, pull old
project offline and remove old databases

-- 
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 28139] Create the Greek Wikinews

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28139

JeLuF je...@gmx.de changed:

   What|Removed |Added

 CC||je...@gmx.de

--- Comment #1 from JeLuF je...@gmx.de 2011-04-06 17:44:28 UTC ---
Where is this template coming from? The timezones should not be given as
UTC+1 as in the example, since this config wouldn't follow DST. I assume this
should be Europe/Athens, correct?

-- 
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 13742] Allow for gadgets to be turned on by default

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=13742

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

   What|Removed |Added

 Status|NEW |ASSIGNED
 AssignedTo|vasi...@gmail.com   |maxsem.w...@gmail.com

--- Comment #16 from Max Semenik maxsem.w...@gmail.com 2011-04-06 17:53:08 
UTC ---
The Dark Side I sense in this, but let's try...

-- 
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 28139] Create the Greek Wikinews

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28139

--- Comment #2 from Gerard Meijssen gerard.meijs...@gmail.com 2011-04-06 
18:09:31 UTC ---
Yes, that would be Europe/Athens.
Thanks,
 GerardM

-- 
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 21022] Change patrol log view options in the Hebrew Wikipedia

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21022

Rob Halsell rhals...@wikimedia.org changed:

   What|Removed |Added

 AssignedTo|rhals...@wikimedia.org  |wikibugs-l@lists.wikimedia.
   ||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 23649] Set $wgCategoryPrefixedDefaultSortkey to false for pl.wikipedia

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23649

Rob Halsell rhals...@wikimedia.org changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Depends on|23287   |
 Resolution||FIXED

--- Comment #5 from Rob Halsell rhals...@wikimedia.org 2011-04-06 18:05:10 
UTC ---
wgCategoryPrefixedDefaultSortkey set to false as requested

-- 
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 23287] Problems after setting $wgCategoryPrefixedDefaultSortkey on Swedish Wikisource

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23287

Rob Halsell rhals...@wikimedia.org changed:

   What|Removed |Added

 Blocks|23331   |

-- 
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 23287] Problems after setting $wgCategoryPrefixedDefaultSortkey on Swedish Wikisource

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23287

Rob Halsell rhals...@wikimedia.org changed:

   What|Removed |Added

 Blocks|23649   |

-- 
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 23331] Set $wgCategoryPrefixedDefaultSortkey to false for pl.wikisource

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23331

Rob Halsell rhals...@wikimedia.org changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED

--- Comment #5 from Rob Halsell rhals...@wikimedia.org 2011-04-06 18:05:43 
UTC ---
wgCategoryPrefixedDefaultSortkey set to false as requested

-- 
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 28219] StubObject.php warning

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28219

--- Comment #4 from Thomas Schweikle t...@vr-web.de 2011-04-06 18:04:01 UTC 
---
Seems to work with 1.18alpha (r85539).

-- 
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 23331] Set $wgCategoryPrefixedDefaultSortkey to false for pl.wikisource

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23331

Rob Halsell rhals...@wikimedia.org changed:

   What|Removed |Added

 Depends on|23287   |

-- 
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 8217] Language code of Taiwanese/Holo, Cantonese, Classical Chinese Wikipedias (nan, yue, lzh)

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=8217

Philippe Verdy verd...@wanadoo.fr changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|INVALID |

--- Comment #34 from Philippe Verdy verd...@wanadoo.fr 2011-04-06 18:22:14 
UTC ---
Yes but now, you cannot mark as resolved a bug that depends on the three
unresolved issues. This is an incorrect state for this bug that should remain
open and shown in that state in each separate bug that are blocking this one.
And You should have never marked this bug as invalid, when it was perfectly
valid since long before you started splitting it...

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

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


[Bug 19986] Wikis waiting to be renamed (Tracking)

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

Bug 19986 depends on bug 8217, which changed state.

Bug 8217 Summary: Language code of Taiwanese/Holo, Cantonese, Classical Chinese 
Wikipedias (nan, yue, lzh)
https://bugzilla.wikimedia.org/show_bug.cgi?id=8217

   What|Old Value   |New Value

 Status|RESOLVED|REOPENED
 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 28306] RevDel: Suppressed username in file history is leaked in case of file transclusion (InstantCommons / $wgForeignFileRepos)

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28306

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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #2 from Brion Vibber br...@wikimedia.org 2011-04-06 18:23:30 UTC 
---
Patch looks good; didn't apply (whitespace?) but doing the same switcharoo
seems to do the job in my local testing, using ForeignDBRepo (same as the local
configuration for Commons on the other Wikimedia sites).

ForeignAPIRepo doesn't expose the suppressed info through the API, so folks
using the InstantCommons setup won't be affected.

Committed on trunk in r8; should be merged down to 1.17 and production
deployment as well.

-- 
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 18840] RevDelete/HideUser (tracking)

2011-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18840

Bug 18840 depends on bug 28306, which changed state.

Bug 28306 Summary: RevDel: Suppressed username in file history is leaked in 
case of file transclusion (InstantCommons / $wgForeignFileRepos)
https://bugzilla.wikimedia.org/show_bug.cgi?id=28306

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