[Bug 529] Templates inside of tables appear incorrectly

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=529

Felix Pahl fp...@web.de changed:

   What|Removed |Added

 CC||fp...@web.de

--- Comment #19 from Felix Pahl fp...@web.de 2010-04-16 06:11:57 UTC ---
A comment that might speak for changing or at least prominently documenting
this:

I just wrote a MediaWiki template expander in Java -- when I was done
implementing all the features I needed, I tested it on a real-life example that
uses lots of nested templates
(http://fr.wiktionary.org/wiki/Annexe:Conjugaison_française:abaisser) and
compared the result with the raw expanded output
(http://fr.wiktionary.org/w/index.php?title=Annexe:Conjugaison_française:abaisseraction=rawtemplates=expand).
Everything was exactly right, including all whitespace, except that I seemed to
be missing a newline at the very beginning, and I couldn't figure out where
that was supposed to be coming from. The time it cost me to dig into the source
code and bug reports to get to the bottom of this one discrepancy was quite a
significant fraction of the total time I spent writing the expander. I still
haven't found anything outside source code and bug reports that documents this
behaviour.

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


[Bug 529] Templates inside of tables appear incorrectly

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=529

--- Comment #20 from Felix Pahl fp...@web.de 2010-04-16 06:17:37 UTC ---
BTW, the problem is slightly compounded by the fact that the special template
expansion pages (http://meta.wikimedia.org/wiki/Special:ExpandTemplates,
http://fr.wiktionary.org/wiki/Spécial:ExpansionDesModèles) *don't* produce this
newline.

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


[Bug 23190] html tags in text $ latex statements $

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23190

--- Comment #7 from mima...@gmail.com 2010-04-16 06:25:07 UTC ---
Awesome, thanks! I'm looking forward to that update on wikipedia.

Now, would it also be possible to mark tex text as class=tex, equivalently to
what is done for PNG rendering?

I suppose the PHP output line should then be:
return ('span class=tex$ ' . str_replace( \n,  , htmlspecialchars(
$this-tex ) ) . ' $/span');

Thanks again!

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

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


[Bug 23080] Very long usernames can't have personal javascript/css files

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23080

--- Comment #4 from Church of emacs church.of.emacs...@gmail.com 2010-04-16 
07:03:20 UTC ---
Uh, sorry, you're right. It's 255 byte, not characters. The fix looks fine, as
long as we don't have real long skin names (monobook (8 chars) to vector (6
chars) has been an improvement ;))

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

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


[Bug 22409] tests/LanguageConverterTest.php is broken on make phpunit, but works on make tap

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22409

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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #1 from Chad H. innocentkil...@gmail.com 2010-04-16 07:58:56 UTC 
---
Seems to have been fixed at some point, this is passing for me under both make
phpunit and make tap.

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

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


[Bug 6367] Enable translation for protection log message

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=6367

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

   What|Removed |Added

   Keywords|easy|
 CC||innocentkil...@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 18157] Provide a {{trim}} function

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18157

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

   What|Removed |Added

 CC||innocentkil...@gmail.com
  Component|General/Unknown |General/Unknown
Version|1.15-svn|any
 AssignedTo|ir...@rkrahl.de |wikibug...@lists.wikimedia.
   ||org
Product|MediaWiki   |MediaWiki extensions

--- Comment #2 from Chad H. innocentkil...@gmail.com 2010-04-16 08:50:21 UTC 
---
Moving this to Extensions. This won't go in core, but StringFunctions--or
ParserFunctions, once it's all finally merged and the former is
obsolete--should probably implement this.

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

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


[Bug 23201] Mobile homepage for Russian Wikipedia

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23201

--- Comment #2 from Alexey Bobyakov claymore...@gmail.com 2010-04-16 09:02:08 
UTC ---
Yes. Do you need anything else to enable / configure the homepage?

-- 
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 15299] diff messages i18n problem

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=15299

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

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||INVALID

--- Comment #3 from Chad H. innocentkil...@gmail.com 2010-04-16 09:18:16 UTC 
---
No longer a bug, HTMLDiff was removed per bug 19859.

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

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


[Bug 23208] Unwanted redirect on HTC Hero (CDMA)

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23208

Hampton Catlin hcat...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #1 from Hampton Catlin hcat...@wikimedia.org 2010-04-16 09:26:36 
UTC ---
This morning the server had an issue that caused it to break.

The default behaviour of the server is that when the mobile
site breaks, it redirects users to the traditional website.

This issue existed for 1.5 hours (until I woke up and fixed
it... and hopefully fixed the root of the issue too)

You should now be able to enjoy the regular mobile site!

-- 
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 23206] Add Special::Search hook for detecting successful Go

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23206

Reedy s...@reedyboy.net changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||s...@reedyboy.net
 Resolution||FIXED

--- Comment #4 from Reedy s...@reedyboy.net 2010-04-16 10:20:30 UTC ---
Fixed in r65114

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

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


[Bug 21866] MagicWordArray exception on search

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21866

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

   What|Removed |Added

 CC||innocentkil...@gmail.com
Summary|internalerror |MagicWordArray exception on
   ||search

--- Comment #1 from Chad H. innocentkil...@gmail.com 2010-04-16 10:39:52 UTC 
---
Retitling bug to something more useful than internalerror. I cannot confirm
this bug, though.

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

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


[Bug 23205] pre-save transform may occur outside section being edited

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23205

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

   What|Removed |Added

 CC||innocentkil...@gmail.com

--- Comment #1 from Chad H. innocentkil...@gmail.com 2010-04-16 10:42:13 UTC 
---
When you're editing a section, you're really editing the whole page. There's no
difference between it and opening the full page to only edit a section. While
the behavior isn't necessarily intuitive, it is expected. Not sure of any clean
way to really change this...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 21866] MagicWordArray exception on search

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21866

Conrad Irwin conrad.ir...@gmail.com changed:

   What|Removed |Added

 CC||conrad.ir...@gmail.com

--- Comment #2 from Conrad Irwin conrad.ir...@gmail.com 2010-04-16 10:44:20 
UTC ---
It can be caused by having an out-of-date languages/messages/MessagesEn.php. If
that solves your problem let us know, and we can improve the error message.

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

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


[Bug 23207] Error when executing special pages like {{Special:NewPages}}

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23207

Reedy s...@reedyboy.net changed:

   What|Removed |Added

 CC||s...@reedyboy.net

--- Comment #1 from Reedy s...@reedyboy.net 2010-04-16 10:49:16 UTC ---
That page looks fine for me in both current, and on that link

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

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


[Bug 23209] New: Wrap parser-generated contents in a standalone div

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23209

   Summary: Wrap parser-generated contents in a standalone div
   Product: MediaWiki
   Version: 1.17-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: liang...@gmail.com


I met this problem several times that I wanted to manipulate pure page contents
with script but there was no easy way to select them (they always came together
with siteSub, jump-to-nav etc).

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

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


[Bug 23209] Wrap parser-generated contents in a standalone div

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23209

Conrad Irwin conrad.ir...@gmail.com changed:

   What|Removed |Added

 CC||conrad.ir...@gmail.com

--- Comment #1 from Conrad Irwin conrad.ir...@gmail.com 2010-04-16 11:23:42 
UTC ---
Changing this will of course break all the scripts that currently work with
this layout. 

A better fix would be to publish a javascript function somewhere that extracts
the relevant parts only (or even wraps them in a dic for you).

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

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


[Bug 831] mail-to-wiki gateway: allow adding or creation of pages through SMS or E-Mail

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=831

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

   What|Removed |Added

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

--- Comment #11 from Chad H. innocentkil...@gmail.com 2010-04-16 11:34:20 UTC 
---
(In reply to comment #3)
 This sounds like it would be a huge spam magnet.

Agreed. 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 831] mail-to-wiki gateway: allow adding or creation of pages through SMS or E-Mail

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=831

--- Comment #12 from T. Gries m...@tgries.de 2010-04-16 11:39:18 UTC ---
 (In reply to comment #11)
  This sounds like it would be a huge spam magnet.
not necessarily, when a token is used, sent along the mail.

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

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


[Bug 23157] Please remove the wrong codes for Danish

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23157

Brion Vibber br...@pobox.com changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||INVALID

--- Comment #3 from Brion Vibber br...@pobox.com 2010-04-16 11:43:30 UTC ---
Resolving INVALID rather than WONTFIX as the stated issue simply is wrong. We
have always, and always will, use compatibility redirects -- that's pretty much
by definition.

If someone wants to discuss the of whether redirecting on the web to avoid
hurting users is good or not, feel free, but this isn't an appropriate place
for 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 23119] Deprecate WikiError

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23119

Brion Vibber br...@pobox.com changed:

   What|Removed |Added

 AssignedTo|wikibug...@lists.wikimedia. |br...@pobox.com
   |org |

--- Comment #1 from Brion Vibber br...@pobox.com 2010-04-16 11:44:50 UTC ---
I brought this evil into the world; I'll take it out... assigning to self.

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

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


[Bug 23157] Please remove the wrong codes for Danish

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23157

Gerard Meijssen gerard.meijs...@gmail.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|INVALID |

--- Comment #4 from Gerard Meijssen gerard.meijs...@gmail.com 2010-04-16 
11:59:37 UTC ---
There were NEW redirect added and I was told that I should add a new bug in
order to raise the issue that these should not have been added.

As it is we have many redirects that are wrong and they are not considered
either for rectification because of the work involved, because of it would not
be nice to users. We have Wikipedias that have a name that is not acceptable
by any standard but perseverance of past mistakes.

Using standards and conforming standards is a technical issue and adding either
WONTFIX or INVALID ignores the issues involved. As a consequence this IS the
right place because any other place is irrelevant.
Thanks,
GerardM

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

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


[Bug 15470] JavaScript still tries to capitalise the first letter

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=15470

Bryan Tong Minh bryan.tongm...@gmail.com changed:

   What|Removed |Added

 CC||bryan.tongm...@gmail.com

--- Comment #7 from Bryan Tong Minh bryan.tongm...@gmail.com 2010-04-16 
13:34:57 UTC ---
I would personally prefer to have the normalization done server side. We are
doing a request anyway to check existence, so trying to embed the normalization
in that should not be a problem.

-- 
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 2042] UTF8 homoglyph in titles

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=2042

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

   What|Removed |Added

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

--- Comment #4 from Chad H. innocentkil...@gmail.com 2010-04-16 14:57:17 UTC 
---
(In reply to comment #2)
 Well using non latin utf8 characters in titles is not a bug .. it's a 
 feature. 
 

Yes, and on those grounds I would originally suggest a WONTFIX.

(In reply to comment #3)
 Moved to the general/Unknown component and changed the severity from major to
 trivial, there is an easy workaround avalible.

Yes, you can use AbuseFilter to prevent these sorts of things if vandalism is
indeed an issue for your wiki (and I believe en.wikipedia already does some
things to this effect). For that reason, I'm going to resolve this 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 23133] Write and implement Commons upload blacklist feature for Main Pages and other special pages

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23133

Andrew Garrett agarr...@wikimedia.org changed:

   What|Removed |Added

 CC||agarr...@wikimedia.org

--- Comment #1 from Andrew Garrett agarr...@wikimedia.org 2010-04-16 15:20:56 
UTC ---
This is a shitty implementation, surely we can come up with something better.

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

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


[Bug 23133] Write and implement Commons upload blacklist feature for Main Pages and other special pages

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23133

--- Comment #2 from MZMcBride b...@mzmcbride.com 2010-04-16 15:25:37 UTC ---
(In reply to comment #1)
 This is a shitty implementation, surely we can come up with something better.
Not helpful. Explain _why_ this is shitty.

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

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


[Bug 2038] Cannot click radio buttons due to scrambling of RTL LTR

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=2038

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

   What|Removed |Added

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

--- Comment #7 from Chad H. innocentkil...@gmail.com 2010-04-16 15:33:50 UTC 
---
I agree. I can't replicate these issues anymore, so closing this as FIXED (it
probably was fixed at some point in the past 5 years). Feel free to reopen if
you can replicate this again.

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

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


[Bug 23207] Error when executing special pages like {{Special:NewPages}}

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23207

--- Comment #2 from Pocoapoco diegode...@gmx.net 2010-04-16 15:40:04 UTC ---
All sections in that older page version begin with:
   UNIQ58a11ba07eb6cecc-h-0--QINU
That's not normal.
It does not depend on the browser and all asked users in our community (maybe
10) see the problem. In the current version of that page the problem is gone
because the inclusion of the special page is not included anymore.

You should also be able to realise the problem in this template:
http://es.wikipedia.org/wiki/Plantilla:Ventana
which intention was to display a configurable window (new pages, linked pages,
recent changes, width, height,...) with a special 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 23119] Deprecate WikiError

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23119

Alexandre Emsenhuber [IAlex] alex.emsenhu...@bluewin.ch changed:

   What|Removed |Added

 CC||alex.emsenhu...@bluewin.ch

--- Comment #2 from Alexandre Emsenhuber [IAlex] alex.emsenhu...@bluewin.ch 
2010-04-16 15:58:23 UTC ---
Special:Userrights done in r65131, updated filerepo comments in r65128 since
they use FileRepoStatus and not WikiError.

-- 
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 4780] Unavoidable p in multiline table cells

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=4780

Hedäksis ma...@olivarim.com changed:

   What|Removed |Added

 CC||ma...@olivarim.com

--- Comment #3 from Hedäksis ma...@olivarim.com 2010-04-16 15:59:49 UTC ---
This is a real pity that this bug has never been resolved. It's been 2 years
and a half since it was reported. Anybody to take care of that ?

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


[Bug 23197] need to have Nominating Committee wiki deleted

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23197

JeLuF je...@gmx.de changed:

   What|Removed |Added

 CC||je...@gmx.de

--- Comment #3 from JeLuF je...@gmx.de 2010-04-16 17:34:48 UTC ---
Wiki removed from all.dblist, removed wiki config, added to closed.dblist for
record keeping purposes.

-- 
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 22319] $wgBlockDisablesLogin = true; for otrs_wikiwiki and chapcomwiki

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22319

JeLuF je...@gmx.de changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||je...@gmx.de
 Resolution||FIXED

--- Comment #9 from JeLuF je...@gmx.de 2010-04-16 17:37:28 UTC ---
Done.

-- 
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 22426] Change eo.wikt user namespace to Uzanto

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22426

--- Comment #3 from JeLuF je...@gmx.de 2010-04-16 18:00:35 UTC ---
 If http://translatewiki.net/wiki/MediaWiki:Specialloguserlabel/eo 
 is the default user namespace(In reply to comment #2)
 If http://translatewiki.net/wiki/MediaWiki:Specialloguserlabel/eo is the
 default user namespace (which I'm not sure of, but I can't find anything else
 that might be it), then it seems to already be set to Uzanto.

No, that's just a normal message, not the namespace name.

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

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


[Bug 22426] Change eo.wikt user namespace to Uzanto

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22426

JeLuF je...@gmx.de changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #4 from JeLuF je...@gmx.de 2010-04-16 18:08:02 UTC ---
Set NS_USER to Uzanto
Set NS_USER_TALK to Uzanta diskuto
Set up aliases for Vikipediisto = Uzanto and Vikipediista diskuto = Uzanta
diskuto.

Run namespacesDupes.php, no findings.

= Closed.

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

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


[Bug 22497] Enable email notification at Norwegian Bokmål and Nynorsk Wikipedia

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22497

JeLuF je...@gmx.de changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||LATER

--- Comment #2 from JeLuF je...@gmx.de 2010-04-16 18:09:40 UTC ---
Please reopen the ticket after community consensus has been found.

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

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


[Bug 22625] Import closed projects

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22625

JeLuF je...@gmx.de changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED

--- Comment #8 from JeLuF je...@gmx.de 2010-04-16 18:11:04 UTC ---
No feedback = closed.

-- 
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 21349] Add outreach to interwiki table

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21349

JeLuF je...@gmx.de changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 CC||je...@gmx.de
 Resolution||LATER

--- Comment #7 from JeLuF je...@gmx.de 2010-04-16 18:12:19 UTC ---
Please ask a meta admin to add outreach to the interwiki map at
http://meta.wikimedia.org/wiki/Interwiki_map and reopen this ticket when this
has been done.

-- 
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 23085] Installing Piwik and the MediaWiki Piwik installation on office.wikimedia

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23085

JeLuF je...@gmx.de 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 on the CC list for the bug.

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


[Bug 23166] New namespace for pl.wikisource

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23166

JeLuF je...@gmx.de changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||je...@gmx.de
 Resolution||FIXED

--- Comment #1 from JeLuF je...@gmx.de 2010-04-16 18:22:06 UTC ---
Done.

-- 
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 23048] Change name of Portal talk namespace on Tamil Wikipedia

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23048

JeLuF je...@gmx.de changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||je...@gmx.de
 Resolution||FIXED

--- Comment #2 from JeLuF je...@gmx.de 2010-04-16 18:28:41 UTC ---
Done.

-- 
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 22342] Need a new namespace for the thesaurus in Bengali Wiktionary

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22342

--- Comment #3 from JeLuF je...@gmx.de 2010-04-16 18:33:44 UTC ---
Done.

'bnwiktionary' = array(
100 = 'উইকিসরাস',
101 = 'উইকিসরাস_আলোচনা',
),

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


[Bug 22342] Need a new namespace for the thesaurus in Bengali Wiktionary

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22342

JeLuF je...@gmx.de 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 21531] LiquidThreads thread titles obscured by thread action links

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21531

Thomas Bleher thomasble...@gmx.de changed:

   What|Removed |Added

 CC||thomasble...@gmx.de

--- Comment #4 from Thomas Bleher thomasble...@gmx.de 2010-04-16 18:43:08 UTC 
---
I think the action links should be a bit below, not on the same line as the
title.

-- 
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 22342] Need a new namespace for the thesaurus in Bengali Wiktionary

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22342

--- Comment #4 from Tanvir Rahman wikitan...@gmail.com 2010-04-16 18:44:30 
UTC ---
Thank you.

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

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



[Bug 20947] Enable RevisionDelete on Hungarian Wikipedia (hu.wikipedia)

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20947

JeLuF je...@gmx.de changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||je...@gmx.de
 Resolution||FIXED

--- Comment #4 from JeLuF je...@gmx.de 2010-04-16 18:46:58 UTC ---
Done.

'huwiki' = array(
'editor' = array( 'noratelimit' = true ),
'sysop' = array( 'deleterevision' = 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 20787] New login bastion host fenari setup not yet complete

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20787

JeLuF je...@gmx.de changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||je...@gmx.de
 Resolution||FIXED

--- Comment #4 from JeLuF je...@gmx.de 2010-04-16 18:50:16 UTC ---
eval.php works fine, the dsh issue was explained by Tim, fenari is used by many
devs, zwinger is mostly dead. = Closing this 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 17452] Complete migration of all application servers from Fedora to Ubuntu

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17452

Bug 17452 depends on bug 20787, which changed state.

Bug 20787 Summary: New login bastion host fenari setup not yet complete
https://bugzilla.wikimedia.org/show_bug.cgi?id=20787

   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


[Bug 23126] Locked and hidden accounts can unify new local accounts

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23126

--- Comment #2 from DF df.bugzi...@gmail.com 2010-04-16 18:51:38 UTC ---
Well, in fact; locked accounts should not be able to unify/log-in anymore IMHO.
There is a reason why we lock them. 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 23210] New: LiquidThreads should use the UsabilityInitiative toolbar when available

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23210

   Summary: LiquidThreads should use the UsabilityInitiative
toolbar when available
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: LiquidThreads
AssignedTo: agarr...@wikimedia.org
ReportedBy: thomasble...@gmx.de


Title says it all I think...

The new UsabilityInitiative toolbar is just soo superior to the old edit
toolbar. I'd like to use it when editing a message in a discussion, too. Care
should be taken that the new toolbar loads fast enough, though.

-- 
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 22157] Enable Extension:NewUserMessage on ka.wiki

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22157

JeLuF je...@gmx.de changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||je...@gmx.de
 Resolution||FIXED

--- Comment #1 from JeLuF je...@gmx.de 2010-04-16 19:07:40 UTC ---
I've just enabled the extension.

In order to configure it, please have a look at
http://www.mediawiki.org/wiki/Extension:NewUserMessage#In-wiki_configuration
The template to be used for the welcome message has to be configured in the
Mediawiki-namespace of kawiki and this can only be done by admins of kawiki.

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

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


[Bug 22191] Send svg files compressed on upload.wikimedia.org

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22191

JeLuF je...@gmx.de changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||je...@gmx.de
 Resolution||FIXED

--- Comment #1 from JeLuF je...@gmx.de 2010-04-16 19:38:43 UTC ---
Done.

Client match=none
   browser=*MSIE [1-3]*
   browser=*MSIE [1-5]*Mac*
   browser=Mozilla/[1-4]*Nav*
   Output fn=insert-filter filter=http-compression
type=(text/*|image/svg+xml) bucket=compression-bucket
/Client

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

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


[Bug 4947] SVGZ (gzipped SVG) support

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=4947

Bug 4947 depends on bug 22191, which changed state.

Bug 22191 Summary: Send svg files compressed on upload.wikimedia.org
https://bugzilla.wikimedia.org/show_bug.cgi?id=22191

   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


[Bug 17008] Redirecting from eo.wikisource.org

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17008

JeLuF je...@gmx.de changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||je...@gmx.de
 Resolution||FIXED

--- Comment #3 from JeLuF je...@gmx.de 2010-04-16 20:08:34 UTC ---
Done.

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

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


[Bug 18059] Review/Enable GlobalUsage extension to supplement/replace CheckUsage toolserver tool

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18059

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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #10 from Ilmari Karonen nos...@vyznev.net 2010-04-16 20:38:46 UTC 
---
GlobalUsage seems to be running more or less stably now.  I think this bug can
be closed, right?

-- 
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 17765] Redirect download.wikipedia.org and other aliases to download.wikimedia.org

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17765

JeLuF je...@gmx.de changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||je...@gmx.de
 Resolution||FIXED

--- Comment #1 from JeLuF je...@gmx.de 2010-04-16 20:48:34 UTC ---
Done.

$HTTP[host] !~ ^dumps.wikimedia.org$ {
url.redirect = ( ^/(.*)$ = http://dumps.wikimedia.org/$1;)
}

-- 
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 23137] no diff when click show changes by section=new on non existing page

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23137

--- Comment #2 from Umherirrender umherirrender_de...@web.de 2010-04-16 
21:03:44 UTC ---
The inconsistency is that the show changes button give a diff, when not create
a new section on an non-existing page.

The button is helpful to detect/prevent edit conflicts, because the function
diffs always against the new version of a page and so changes is shown in the
diff.

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

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


[Bug 23211] New: SF query string= has lost parsing capability

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23211

   Summary: SF query string= has lost parsing capability
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: major
  Priority: Normal
 Component: SemanticForms
AssignedTo: yaro...@gmail.com
ReportedBy: mitchell_ne...@hotmail.com
CC: wikibugs-l@lists.wikimedia.org


Hi.

I have a formlink definition:

{{#formlink:Subsection Form|Add a Subsection|link type=button|Subsection 
Template[Parent]={{PAGENAME}}Subsection Template[Section 
ID]={{{Section}}}Subsection Template[Level]={{#op|{{{Level}}}|+|1

Level is a numeric property. {{#op|{{{Level}}}|+|1}} is a Winter 
function that increments Level by one.

With SF 1.8.5 this works fine. The incremented Level appears correctly 
in the Subsection template.

However, when I upgrade to SF 1.9 b appears in the Level field 
instead of the incremented number. Clearly the {{#op|{{{Level}}}|+|1}} 
is no longer being parsed correctly.

I updated the call format to:
{{#formlink:form=Subsection Form|link text=Add a Subsection|link 
type=button|query string=Subsection 
Template[Parent]={{PAGENAME}}Subsection Template[Section 
ID]={{{Section}}}Subsection Template[Level]={{#op|{{{Level}}}|+|1

But it made no difference.

-- 
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 23212] New: SMW format=template queries html not terminating properly?

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23212

   Summary: SMW format=template queries html not terminating
properly?
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: major
  Priority: Normal
 Component: Semantic MediaWiki
AssignedTo: mar...@semantic-mediawiki.org
ReportedBy: mitchell_ne...@hotmail.com


I want the sections of my 
website automatically appear in my MW sidebar as they are created by a 
SMW form.

So in http://llocalhost/mediawiki/index.php/Mediawiki:Sidebar I have:

* navigation
** mainpage|mainpage-description
** portal-url|portal
** currentevents-url|currentevents
** recentchanges-url|recentchanges
** randompage-url|randompage
** helppage|help
{{#ask:
[[Category:Sections]]
[[Title::+]]
|?Section Link#-
|link=none
|format=template
|template=Sidebar Query
}}

The Sidebar Query Template is:

** {{{1}}}|{{{2}}}

The result is that I get the section names and their links appearing in 
the sidebar as expected, except for one problem. The last one has 
[[SMW::on]] after it. e.g.:

Section1
Section2
Section3
Section4[[SMW::on]]

Any idea where the [[SMW::on]] is coming from? I have a suspicion that 
format=template queries are not terminating correctly elsewhere as well.

I'm using SMW 1.4.3 and MW 1.15.1.

-- 
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 23197] need to have Nominating Committee wiki deleted

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23197

JeLuF je...@gmx.de changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #4 from JeLuF je...@gmx.de 2010-04-16 21:16:27 UTC ---
Database dropped. 

= Ticket closed.

-- 
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 23126] Locked and hidden accounts can unify new local accounts

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23126

--- Comment #3 from Jyothis Edathoot jyothi...@gmail.com 2010-04-16 21:27:28 
UTC ---
Completely agree on that comment. There is a very valid reason for locking an
account.

-- 
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 12693] Add username in new messages bar to prevent UI spoofing

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=12693

--- Comment #7 from Umherirrender umherirrender_de...@web.de 2010-04-16 
21:43:03 UTC ---
(In reply to comment #5)
 How about moving it out of the content area altogether? put it where the
 sitenotice normally is, for example.

bug 12681

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

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


[Bug 23211] #formlink, #forminput 'query string=' parameter doesn't allow pipes in values

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23211

Yaron Koren yaro...@gmail.com changed:

   What|Removed |Added

Summary|SF query string= has lost   |#formlink, #forminput
   |parsing capability  |'query string=' parameter
   ||doesn't allow pipes in
   ||values

-- 
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 14940] Special inclusion of browsedata on any wiki page

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14940

Yaron Koren yaro...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #2 from Yaron Koren yaro...@gmail.com 2010-04-16 21:51:16 UTC ---
This is now fixed in SD version 0.7.1, as far as I know.

-- 
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 23147] Run cleanupTitles.php on all wikis that have $wgCapitalLinks set to false

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23147

JeLuF je...@gmx.de changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #6 from JeLuF je...@gmx.de 2010-04-16 21:59:59 UTC ---
Done.

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

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


[Bug 16485] Enable FlaggedRevs Patrolling Configuration on ia.wiki

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16485

JeLuF je...@gmx.de changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 CC||je...@gmx.de
 Resolution||FIXED

--- Comment #13 from JeLuF je...@gmx.de 2010-04-16 22:07:56 UTC ---
Since (1) and (3) have been fixed by Aaron and (2) can't be done by us, I'm
closing this ticket. Please reopen this ticket if there's anything left that we
can do for you.

-- 
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 17594] Absurdly large syslog sometimes fills Apache / partitions

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17594

JeLuF je...@gmx.de changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||je...@gmx.de
 Resolution||FIXED

--- Comment #2 from JeLuF je...@gmx.de 2010-04-16 22:17:13 UTC ---
Due to the current config (No access log, logging to a loghost) which gets
enforced by puppet, this issue has been solved.

-- 
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 12681] New messages bar should appear above page title, for consistency with other message boxes

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=12681

--- Comment #17 from Umherirrender umherirrender_de...@web.de 2010-04-16 
22:19:19 UTC ---
(In reply to comment #13)
 Presumably, the new messages bar will only be visible for a very short time
 (until the user checks their messages). Seeing that the sitenotice and
 CentralNotice both cause layout issues as well (and both of those are 
 displayed
 for much longer periods of time, generally), perhaps it wouldn't be the worst
 idea to re-revert and help separate page content from the software stuff?


Yes, please split the content from other stuff.

I think, there is a solution for the problem of position from coordinate or
other stuff.

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 23147] Run cleanupTitles.php on all wikis that have $wgCapitalLinks set to false

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23147

--- Comment #7 from Platonides platoni...@gmail.com 2010-04-16 22:24:43 UTC 
---
I don't see the change done on wmf-deployment nor 1.16wmf4. Shouldn't it have
passed through it before being run?
Should I do myself the backport?

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

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


[Bug 23213] New: Special:CentralAuth should capitalize username

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23213

   Summary: Special:CentralAuth should capitalize username
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: CentralAuth
AssignedTo: vasi...@gmail.com
ReportedBy: steefy...@googlemail.com
CC: agarr...@wikimedia.org


MediaWiki does not allow usernames with leading lower letters.
So Special:CentralAuth/username should output the same as
Special:CentralAuth/Username and not User username does not exist.

-- 
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 23214] New: Deprecated function in Google's Tracking API

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23214

   Summary: Deprecated function in Google's Tracking API
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Keywords: need-review, patch
  Severity: minor
  Priority: Normal
 Component: [other]
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: mediaw...@soli.ca


Created an attachment (id=7299)
 -- (https://bugzilla.wikimedia.org/attachment.cgi?id=7299)
_initData() call removed

According to Google's Tracking API documentation the use of _initData()is
deprecated.

It should be removed from the googleAnalytics extension.

One line patch is included for your convenience.

[1]
http://code.google.com/apis/analytics/docs/gaJS/gaJSApiBasicConfiguration.html#_gat.GA_Tracker_._initData

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

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


[Bug 16412] Create a redirect from hu.wikimedia.org to http://wiki.media.hu

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16412

JeLuF je...@gmx.de changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||je...@gmx.de
 Resolution||FIXED

--- Comment #1 from JeLuF je...@gmx.de 2010-04-16 23:02:48 UTC ---
Done.

-- 
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 23214] Deprecated function in Google's Tracking API

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23214

Solitarius mediaw...@soli.ca changed:

   What|Removed |Added

   Keywords||easy

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

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


[Bug 23213] Special:CentralAuth should capitalize username

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23213

p858snake p858sn...@yahoo.com.au changed:

   What|Removed |Added

 CC||p858sn...@yahoo.com.au

--- Comment #1 from p858snake p858sn...@yahoo.com.au 2010-04-17 00:24:03 UTC 
---
I believe $wgCapitalLinks also effects usernames based on bug 23147.

-- 
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 23160] Theora video thumbnails corrupt

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23160

--- Comment #12 from Michael Dale d...@ucsc.edu 2010-04-17 00:28:26 UTC ---
Restored the previously deployed ( working ) oggThumb code to oggHandler trunk.
r65149 

Its kind of tricky to test since you need the svn version of oggThumb ( that
has already been deployed )

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on 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)

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

Casey Brown cbrown1...@gmail.com changed:

   What|Removed |Added

 CC||cbrown1...@gmail.com

--- Comment #25 from Casey Brown cbrown1...@gmail.com 2010-04-17 00:33:36 UTC 
---
(Cleaning up the wiki rename bugs.)

Just to recap, this bug deal with:
* zh-yue - yue
* zh-min-nan - nan
* zh-classical - lzh

And that's it.  We have different bugs for other language codes (see the
tracking 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 8540] Rename nds projects to nds-de

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=8540

Casey Brown cbrown1...@gmail.com changed:

   What|Removed |Added

 CC||cbrown1...@gmail.com
Summary|Renaming|Rename nds projects to
   |nds.wikipedia.org to  |nds-de
   |nds-de.wikipedia.org  |

--- Comment #7 from Casey Brown cbrown1...@gmail.com 2010-04-17 00:34:41 UTC 
---
(Moving all of this from the mailing list archives to Bugzilla so things
actually get done and don't get list.)

From Brion's list of language codes to rename:
http://thread.gmane.org/gmane.org.wikimedia.foundation/34563/

== Low German ==

nds.wikipedia.org - nds-de.wikipedia.org
nds.wikibooks.org - nds-de.wikibooks.org
nds.wikiquote.org - nds-de.wikiquote.org
nds.wiktionary.org - nds-de.wiktionary.org

https://bugzilla.wikimedia.org/show_bug.cgi?id=8540

Reasoning: Disambiguation of country variants to create a portal site
(nds-nl.wikipedia.org exists as well).

The original request is almost 2 years old and didn't seem to have any
clear consensus; is this still desired?

Creating a portal site could cause difficulties with URL compatibility,
and I don't really recommend making this change without clear consensus
from the community there.

Note that nds.wikipedia.org includes a link on the front page to
nds-nl.wikipedia.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 19986] Wikis waiting to be renamed (Tracking)

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

Casey Brown cbrown1...@gmail.com changed:

   What|Removed |Added

 Depends on||23215

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on 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] New: Rename the als.*.org projects to gsw.*.org

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

   Summary: Rename the als.*.org projects to gsw.*.org
   Product: Wikimedia
   Version: unspecified
  Platform: All
   URL: http://als.wikipedia.org
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Site requests
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: cbrown1...@gmail.com
CC: br...@pobox.com
Blocks: 19986


(Moving all of this from the mailing list archives to Bugzilla so things
actually get done and don't get list, for reference:
http://thread.gmane.org/gmane.org.wikimedia.foundation/34563/ )

Please change the language code of the Swiss German projects from als to
gsw.  (als is actually Tosk Albanian.)

* als.wikipedia.org - gsw.wikipedia.org
* als.wiktionary.org - gsw.wiktionary.org
* als.wikibooks.org - gsw.wikibooks.org
* als.wikiquote.org - gsw.wikiquote.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 19986] Wikis waiting to be renamed (Tracking)

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

Casey Brown cbrown1...@gmail.com changed:

   What|Removed |Added

 Depends on||23216

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

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


[Bug 23216] New: Move the Nourmande Wikipedia from nrm to roa-x-norman

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23216

   Summary: Move the Nourmande Wikipedia from nrm to roa-x-norman
   Product: Wikimedia
   Version: unspecified
  Platform: All
   URL: http://thread.gmane.org/gmane.org.wikimedia.foundation
/34563/focus=34691
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Site requests
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: cbrown1...@gmail.com
CC: br...@pobox.com
Blocks: 19986


Please change the Nourmande Wikipedia's language code from nrm to
roa-x-norman.  nrm is Narom, a language from Malaysia... Brion suggested
that we use the generic Romance code with an extension tag instead.

This was discussed on wikitech-l, see the URL for more information.

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

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


[Bug 8540] Rename nds projects to nds-de

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=8540

--- Comment #8 from Casey Brown cbrown1...@gmail.com 2010-04-17 00:48:18 UTC 
---
Hmm, seems there there was another post saying that the community was against
it and there's more to it than just renaming some of those sites to nds-de:
http://thread.gmane.org/gmane.org.wikimedia.foundation/34563/focus=40706 

It's probably best that this language code is left alone.

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

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


[Bug 23217] New: Move the Moldovan Wikipedia

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23217

   Summary: Move the Moldovan Wikipedia
   Product: Wikimedia
   Version: unspecified
  Platform: All
   URL: http://thread.gmane.org/gmane.org.wikimedia.foundation
/34563/
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Site requests
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: cbrown1...@gmail.com
CC: br...@pobox.com
Blocks: 19986


Please move the Moldovan Wikipedia to another, more accurate, language code,
per the discussion on the wikitech-l mailing list (see the URL).

Here's what Brion said on the mailing list:

== Moldovan ==

mo.wikipedia.org - mo-cyrl.wikipedia.org
mo.wiktionary.org - mo-cyrl.wiktionary.org

The official Moldovan language is the same as Romanian, using Latin
script and same orthography as on ro.wikipedia.org. Latin script was
officially adopted in 1989, replacing Soviet-era Cyrillic script; use of
Cyrillic script is still official in an unrecognized,
lightly-populated breakaway region but if people there use it, they
don't seem to edit Wikipedia...

The 'mo' language code has been officially deprecated from ISO 639-1/2
as of November 3, 2008; Moldovan in general use is just Romanian, and
is covered by ro.wikipedia.org.

mo.wikipedia.org has not actually been edited since December 2006.
mo.wiktionary.org seems to have 4 definition pages, which only
contain translations (no definitions!) Being inactive, these projects
could be closed in addition to / instead of the rename.

Use of tag 'mo-cyrl' would follow existing IANA-registered language
subtags such as 'bs-Cyrl' and 'bs-Latn' for Cyrillic and Latin script
variants.

Most likely, for compatibility we would redirect the existing 'mo' URLs
to the new 'mo-cyrl' ones, but they would now be visibly marked by the
subtag as being yes we know, it's Cyrillic here. If we're going to
lock the site as well, adding a sitenotice pointing to the Romanian wiki
is probably wise.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on 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)

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

Casey Brown cbrown1...@gmail.com changed:

   What|Removed |Added

 Depends on||23217

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

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


[Bug 23217] Move the Moldovan Wikipedia

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23217

--- Comment #1 from Casey Brown cbrown1...@gmail.com 2010-04-17 00:53:08 UTC 
---
(In reply to comment #0)
 The 'mo' language code has been officially deprecated from ISO 639-1/2
 as of November 3, 2008; Moldovan in general use is just Romanian, and
 is covered by ro.wikipedia.org.
 

[..]

 Use of tag 'mo-cyrl' would follow existing IANA-registered language
 subtags such as 'bs-Cyrl' and 'bs-Latn' for Cyrillic and Latin script
 variants.

Pharos pointed out that it would also be moved to ro-cyrl .  Should we use that
or mo-cyrl?

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on 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)

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

Casey Brown cbrown1...@gmail.com changed:

   What|Removed |Added

 CC||br...@pobox.com,
   ||cbrown1...@gmail.com

--- Comment #3 from Casey Brown cbrown1...@gmail.com 2010-04-17 00:56:56 UTC 
---
(In reply to comment #0)
 Tracking bug for wikis that have requests to be renamed/moved to other
 subdomains.
 

I tried to clean this up by adding the ones that were missing but were
discussed.

 I believe this requires a script to be written to automatically change alot
 of things for it to work.

Can we at least list all the things that would need to be changed here on this
bug?  That would probably be the easiest way to start things.

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

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


[Bug 23098] baseRevId should carry over preview/show changes

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23098

Aaron Schulz jschulz_4...@msn.com changed:

   What|Removed |Added

Summary|baseRevId and undidRev  |baseRevId should carry over
   |should be reassigned on |preview/show changes
   |preview |

-- 
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 23098] baseRevId should carry over preview/show changes

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23098

Aaron Schulz jschulz_4...@msn.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #2 from Aaron Schulz jschulz_4...@msn.com 2010-04-17 04:07:31 UTC 
---
Done in r65153.

-- 
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 23218] New: CAT: forward to category namespace on en.wikinews

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23218

   Summary: CAT: forward to category namespace on en.wikinews
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: minor
  Priority: Normal
 Component: Site requests
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: michael.mora...@wikinewsie.org


Per
http://en.wikinews.org/wiki/Wikinews:Water_cooler/proposals#CAT:_forward_to_Category_namespace
at en.wikinews

--Mikemoral

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

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


[Bug 23048] Change name of Portal talk namespace on Tamil Wikipedia

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23048

--- Comment #3 from Sundar sundarbe...@yahoo.com 2010-04-17 04:39:04 UTC ---
(In reply to comment #2)
 Done.
Thank you very much.

-- 
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 23048] Change name of Portal talk namespace on Tamil Wikipedia

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23048

Sundar sundarbe...@yahoo.com changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED

-- 
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 23219] New: section edit links broken

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23219

   Summary: section edit links broken
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Language setup
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: sundarbe...@yahoo.com


Consequent to the fix for bug #23048 the section edit links in portal talk
pages are broken. In the links, the Tamil test corresponding to 'portal_talk'
is in the old (prior to 23048 fix) form. It should be வலைவாசல்_பேச்சு
instead.

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


[Bug 23219] section edit links broken

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23219

Sundar sundarbe...@yahoo.com changed:

   What|Removed |Added

URL||http://ta.wikipedia.org/wik
   ||i/%E0%AE%B5%E0%AE%B2%E0%AF%
   ||88%E0%AE%B5%E0%AE%BE%E0%AE%
   ||9A%E0%AE%B2%E0%AF%8D_%E0%AE
   ||%AA%E0%AF%87%E0%AE%9A%E0%AF
   ||%8D%E0%AE%9A%E0%AF%81:%E0%A
   ||E%95%E0%AE%9F%E0%AF%8D%E0%A
   ||E%9F%E0%AF%81%E0%AE%B0%E0%A
   ||F%88%E0%AE%AA%E0%AF%8D%E0%A
   ||E%AA%E0%AF%
URL||8B%E0%AE%9F%E0%AF%8D%E0%AE%
   ||9F%E0%AE%BF
 CC||je...@gmx.de
   Severity|enhancement |normal

--- Comment #1 from Sundar sundarbe...@yahoo.com 2010-04-17 04:48:26 UTC ---
Copying Jeluf who fixed the related 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 23220] New: LiquidThreads on sv.wikisource

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23220

   Summary: LiquidThreads on sv.wikisource
   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: l...@aronsson.se


The Swedish Wikisource community wants to install LiquidThreads,
according to the discussion at
http://sv.wikisource.org/wiki/Wikisource:Mötesplatsen#Liquid_Threads

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


[Bug 23217] Move the Moldovan Wikipedia

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23217

--- Comment #2 from Max Semenik maxsem.w...@gmail.com 2010-04-17 05:10:00 UTC 
---
Why not simply delete it, since it was closed 3.5 years ago anyway?

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

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


[Bug 23220] LiquidThreads on sv.wikisource

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23220

p858snake p858sn...@yahoo.com.au changed:

   What|Removed |Added

   Keywords||shell
 CC||p858sn...@yahoo.com.au

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

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


[Bug 23221] New: Random doesn't work on zh.m

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23221

   Summary: Random doesn't work on zh.m
   Product: Wikipedia Mobile
   Version: .5
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: server
AssignedTo: hcat...@wikimedia.org
ReportedBy: xu.jimmy@gmail.com
CC: tf...@wikimedia.org


http://zh.m.wikipedia.org/wiki/::Random automatically redirects to ::Home,
which makes the Random button useless.

-- 
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 23221] Random doesn't work on zh.m

2010-04-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23221

Jimmy Xu xu.jimmy@gmail.com changed:

   What|Removed |Added

URL||http://zh.m.wikipedia.org/w
   ||iki/::Random

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