[Bug 20040] output of categorytree generates secure paths in rare cases.

2010-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20040

Derk-Jan Hartman  changed:

   What|Removed |Added

   Keywords||need-review, patch

-- 
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 20040] output of categorytree generates secure paths in rare cases.

2010-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20040

--- Comment #3 from Derk-Jan Hartman  2010-03-13 01:53:46 
CET ---
Created an attachment (id=7194)
 --> (https://bugzilla.wikimedia.org/attachment.cgi?id=7194)
expand the memcached key with variant/http values with getPageRenderingHash

-- 
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 20040] output of categorytree generates secure paths in rare cases.

2010-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20040

--- Comment #2 from Derk-Jan Hartman  2010-03-13 01:06:17 
CET ---
In function ajax() of CategoryTree/CategoryTreeFunctions.php 

# Retrieve page_touched for the category
$dbkey = $title->getDBkey();

$mckey = "$wgDBname:categorytree(" . $this->getOptionsAsCacheKey( $depth ) .
"):$dbkey";

Since the ajax results differ in secure vs. non-secure (localURL layout
differs), the memcached is incorrectly shared between these ajax results, thus
causing this 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 4125] Preserve ?uselang=xx / &uselang=xx during sessions

2010-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=4125

--- Comment #6 from Platonides  2010-03-12 23:41:42 UTC 
---
You want to fetch the page from memcached, and maybe also the sidebar.
A regex would be able to set the proper uselangs without having to reparse
everything. But so ugly resorting to 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 4125] Preserve ?uselang=xx / &uselang=xx during sessions

2010-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=4125

Chad H.  changed:

   What|Removed |Added

 CC||innocentkil...@gmail.com

--- Comment #5 from Chad H.  2010-03-12 23:26:12 UTC 
---
(In reply to comment #4)
> (In reply to comment #3)
> > Wouldn't it be enough to set uselang to cascade such that links you're 
> > clicking
> > have that param?
> 
> That means reparsing the whole contents just to add that parameter. Although
> you could always use an ugly regex to do that.

You could at least handle everything that goes through Linker::link() in one
place. Doesn't help for raw  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 4125] Preserve ?uselang=xx / &uselang=xx during sessions

2010-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=4125

Platonides  changed:

   What|Removed |Added

 CC||platoni...@gmail.com

--- Comment #4 from Platonides  2010-03-12 23:23:10 UTC 
---
(In reply to comment #3)
> Wouldn't it be enough to set uselang to cascade such that links you're 
> clicking
> have that param?

That means reparsing the whole contents just to add that parameter. Although
you could always use an ugly regex to do 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 164] Support collation by a certain locale (sorting order of characters)

2010-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=164

--- Comment #167 from T. Gries  2010-03-12 22:38:48 UTC ---
(In reply to comment #166)
> This shouldn't be an extension, we may as well have a page_sortkey added in
> core.  Makes more sense there.  However, categories are lower-hanging fruit,
> since we just need to change cl_sortkey's collation -- the column already
> exists.  Plus, categories are more visible.  This needs a sysadmin either way,
> however, not just developers.

Sounds reasonable, ok, but who comes up with a sustainable solution for the
core code and this buzilla ?

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

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


[Bug 164] Support collation by a certain locale (sorting order of characters)

2010-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=164

--- Comment #166 from Aryeh Gregor  2010-03-12 
22:30:03 UTC ---
This shouldn't be an extension, we may as well have a page_sortkey added in
core.  Makes more sense there.  However, categories are lower-hanging fruit,
since we just need to change cl_sortkey's collation -- the column already
exists.  Plus, categories are more visible.  This needs a sysadmin either way,
however, not just developers.

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

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


[Bug 22820] New: $wgAutopromoted groups not showing on Special:Userrights...

2010-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22820

   Summary: $wgAutopromoted groups not showing on
Special:Userrights...
   Product: MediaWiki
   Version: 1.15.1
  Platform: PC
OS/Version: Linux
Status: NEW
  Severity: major
  Priority: Normal
 Component: Special pages
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: jbreid...@hotmail.com


I have some groups that I am using $wgAutopromote to move users into based on
their ldap groups. On Special:Listusers, I do see the groups there. In the
source of the page the value of var wgUserGroups also contains these groups.
However, and this is an assumption, that because these entries are not marked
on userrights is the reason why a page access extension is not working.
Actually I have confirmed this given that I select the group on the userrights
page the page access extension recognizes the group now.

Any thoughts?

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

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


[Bug 164] Support collation by a certain locale (sorting order of characters)

2010-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=164

--- Comment #165 from T. Gries  2010-03-12 22:18:10 UTC ---
(In reply to comment #164)
> (In reply to comment #163)
> The options I know of are:
> 1) Use MySQL collation support, just using utf8 everywhere.  This will mess up
> equality comparisons in ways we almost certainly don't want, doesn't support
> characters outside the BMP, etc.
> 
> 2) Roll our own sortkeys.  Probably requires a lot more work, and a lot less
> efficient (need to keep extra column+index around in all relevant tables). 
> Also might be tricky, since the default Unicode algorithm gives very long sort
> keys, which we'd have to squish somehow (AFAIK).
> 
> 3) Use some utf8 collation for cl_sortkey, but keep everything else binary.  
> We
> could also add an extra page_sortkey using utf8 collation, which is no more
> expensive than (2).  This sounds like the best option to me offhand.  It would
> be as easy to implement as anything here, and wouldn't have such bad side
> effects.  It would somewhat mess up pages with non-BMP characters in the name,
> though.

Can you start writing an extension, which outputs the list of pages
http://en.wikipedia.org/wiki/Special:AllPages in a user-definable collation
such as utf8_general_ci; utf8_unicode_ci; utf8_swedish_ci ? This would be a
good starting point in my view.

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

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


[Bug 164] Support collation by a certain locale (sorting order of characters)

2010-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=164

--- Comment #164 from Aryeh Gregor  2010-03-12 
22:06:57 UTC ---
(In reply to comment #163)
> Thanks for pointing out. I must admit, that you are _fully_ right, also 
> knowing
> of the collation differences. We developers should collaboratively think to
> find a satisfying solution for the "collation problem".

The options I know of are:

1) Use MySQL collation support, just using utf8 everywhere.  This will mess up
equality comparisons in ways we almost certainly don't want, doesn't support
characters outside the BMP, etc.

2) Roll our own sortkeys.  Probably requires a lot more work, and a lot less
efficient (need to keep extra column+index around in all relevant tables). 
Also might be tricky, since the default Unicode algorithm gives very long sort
keys, which we'd have to squish somehow (AFAIK).

3) Use some utf8 collation for cl_sortkey, but keep everything else binary.  We
could also add an extra page_sortkey using utf8 collation, which is no more
expensive than (2).  This sounds like the best option to me offhand.  It would
be as easy to implement as anything here, and wouldn't have such bad side
effects.  It would somewhat mess up pages with non-BMP characters in the name,
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 164] Support collation by a certain locale (sorting order of characters)

2010-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=164

--- Comment #163 from T. Gries  2010-03-12 21:47:56 UTC ---
(In reply to comments #159 and #160)
> While the suggested patch clearly dramatically improves the page title 
> sorting,
> it doesn't make it 100% correct for all "European languages" though it may 
> make it so for some, and I think it would be an improvement for all but the 
> Nordic
> languages Norwegians, and Swedes expect "Ö" to be treated as a separate 
> letter that sorts after "Z".

Yes, I know this, too.

> The suggested patch may be very appropriate for individual Wikimedia
> installations, but is not so as part of the proper fix.

Thanks for pointing out. I must admit, that you are _fully_ right, also knowing
of the collation differences. We developers should collaboratively think to
find a satisfying solution for the "collation problem".

This could be done in Berlin during the Wikimedia Developer Workshop 2010, held
on April 14.-16. in Berlin, Germany, as part of the Wikimedia Conference 2010.
http://techblog.wikimedia.org/2010/03/registration-open-for-the-developer-workshop-in-berlin/

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


[Bug 9675] sitemap-index doesn't include full location path

2010-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=9675

--- Comment #21 from bugzilla_mediawiki_...@zrhwiki.ch 2010-03-12 21:29:56 UTC 
---
The problem seems pretty easy to resolve, i.e. just add the full path (as most
MediaWiki users have to do themselves if they want to use sitemaps with Google
without an error message. What's causing the apparent delay in resolving 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 16077] NomCom wiki listed in wrong section of SiteMatrix

2010-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16077

Alexandre Emsenhuber [IAlex]  changed:

   What|Removed |Added

   Keywords||shell
 CC||alex.emsenhu...@bluewin.ch
  Component|SiteMatrix  |Language setup
Version|any |unspecified
Product|MediaWiki extensions|Wikimedia

--- Comment #6 from Alexandre Emsenhuber [IAlex]  
2010-03-12 21:13:19 UTC ---
Moving this to "Wikimedia", since this is not a bug in the SiteMatrix
extension. The problem in that "nomcom" is listed in the "langlist" file,
removing it from that file should be enough.

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

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


[Bug 22819] JPEG Image Upload = 'File extension does not match MIME type'

2010-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22819

--- Comment #1 from bugzilla_mediawiki_...@zrhwiki.ch 2010-03-12 21:09:27 UTC 
---
In German, the error message is the following:

'Dateierweiterung stimmt nicht mit dem MIME-Typ überein.'

The issue is reproducible with the latest SVN version of MediaWiki.

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


[Bug 16934] Closed wikis are no longer marked as closed

2010-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16934

Alexandre Emsenhuber [IAlex]  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||alex.emsenhu...@bluewin.ch
 Resolution||FIXED

--- Comment #2 from Alexandre Emsenhuber [IAlex]  
2010-03-12 20:55:53 UTC ---
Fixed in r63650.

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

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


[Bug 22819] New: JPEG Image Upload = 'File extension does not match MIME type'

2010-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22819

   Summary: JPEG Image Upload = 'File extension does not match
MIME type'
   Product: MediaWiki
   Version: 1.17-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: major
  Priority: Normal
 Component: Images and files
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: bugzilla_mediawiki_...@zrhwiki.ch
CC: gpaum...@wikimedia.org, innocentkil...@gmail.com


Uploading a JPEG image results always in the following error message:

'File extension does not match MIME type.'

I am able to reproduce the issue with all kind of JPEG pictures (i.e. my own,
from Google Images, from Wikipedia, etc.)

Please let me know if you need further information, 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 164] Support collation by a certain locale (sorting order of characters)

2010-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=164

--- Comment #162 from Huji  2010-03-12 17:48:42 UTC ---
(In reply to comment #160)

Actually, I think the issues you raised with collations and languages has
nothing to do with MediaWiki; if anything, MySQL is to be blamed. All we want
here is for MediaWiki to use the full extent of collation features offered by
MySQL. Perhaps not all languages will benefit from it, but at least some of
them do, and that's enough a reason for a change like 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 22793] External Links with rel

2010-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22793

Chad H.  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX

--- Comment #7 from Chad H.  2010-03-12 17:32:10 UTC 
---
I certainly can't think of one. Closing as such.

Feel free to reopen if a good reason to do this can be 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 164] Support collation by a certain locale (sorting order of characters)

2010-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=164

--- Comment #161 from Aryeh Gregor  2010-03-12 
17:12:17 UTC ---
utf8 support in MySQL supports a number of common languages, including Danish,
Swedish, French, Hungarian, and Estonian:

http://dev.mysql.com/doc/refman/5.1/en/charset-unicode-sets.html

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

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


[Bug 22818] New: : tag works incorrectly with "leave as tex"

2010-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22818

   Summary: : tag works incorrectly with "leave as tex"
   Product: MediaWiki
   Version: 1.15.1
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: Page rendering
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: de...@cs.dartmouth.edu


When using  tags it is common to precede with a colon to indent. E.g:

:x^2
+ y


This code breaks with the "leave as tex" option under preferences.  The y ends
up on a different line, and a  section is added to the document with just
a dollar sign in it.

If we view source we can see what's happening.  The colon indents using 
tags.  In "leave as tex" mode we get something like:

$ x^2

+ y

$

when what we want is:

$ x^2 + y$


The problem appears to be the order in which tags are added.  

I have the same trouble using the jsMath plugin -- works fine except when
there's a colon before multiline math.

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

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


[Bug 22817] Create Artikeldata namespace on dawiki

2010-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22817

Roan Kattouw  changed:

   What|Removed |Added

   Keywords||shell
 CC||roan.katt...@gmail.com
 AssignedTo|wikibug...@lists.wikimedia. |rhals...@wikimedia.org
   |org |
Summary|New namespace, Artikeldata, |Create Artikeldata
   | wanted |namespace on dawiki

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

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


[Bug 22817] New: New namespace, Artikeldata, wanted

2010-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22817

   Summary: New namespace, Artikeldata,  wanted
   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: palnat...@gmail.com


On DAWP we want a new namespace called Artikeldata. The point with this new
namespace is to have KML files and similar data separated from the articles.
The discussion can be seen here:
http://da.wikipedia.org/wiki/Wikipedia:Landsbybr%C3%B8nden/Navnerum_til_artikeldata

Regards, [[da:Bruger:Palnatoke]]

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

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


[Bug 22816] Search and replace dialog broken in Opera

2010-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22816

Roan Kattouw  changed:

   What|Removed |Added

Summary|Search and replace: Replace |Search and replace dialog
   |all broken in Opera |broken in Opera

--- Comment #3 from Roan Kattouw  2010-03-12 12:47:28 
UTC ---
(In reply to comment #2)
> test calcey 
> test calcey
> 
> When i click on find, it highlight the first calcey and then only highlight
> calce in the next line
> 
> Replace next also the same. replace only upto calce in the 2nd word

I thought so. This means the search&replace dialog is completely broken in
Opera, changing summary accordingly. I'll discuss whether we want to fix this
(we have an old hack for this bug lying around somewhere called
fixOperaBrokenness) or whether we just want to disable search&replace in Opera.

-- 
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 22816] Search and replace: Replace all broken in Opera

2010-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22816

--- Comment #2 from Calcey QA  2010-03-12 12:37:30 UTC ---
test calcey 
test calcey

When i click on find, it highlight the first calcey and then only highlight
calce in the next line

Replace next also the same. replace only upto calce in the 2nd word

-- 
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 22816] Search and replace: Replace all broken in Opera

2010-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22816

Roan Kattouw  changed:

   What|Removed |Added

Summary|Dialogs: Insert Tables :|Search and replace: Replace
   |Opera is malfunction over   |all broken in Opera
   |Replace all function|

--- Comment #1 from Roan Kattouw  2010-03-12 12:26:23 
UTC ---
Are the Find next and Replace Next features also broken in Opera? Line breaks
and empty lines seem to cause this bug, so try finding/replacing "Calcey" in:

Foo

Bar
Calcey


for instance.

-- 
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 22814] Link dialog: Display text box is one character behind on mirroring Link target box in Safari/Chrome

2010-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22814

--- Comment #3 from Calcey QA  2010-03-12 12:22:19 UTC ---
Created an attachment (id=7193)
 --> (https://bugzilla.wikimedia.org/attachment.cgi?id=7193)
Wiki_2010-03-12_LinkSuggesstion.pdf

Attachment...

-- 
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 22815] JS error occur on adding a link / adding a table . IE7 / 8

2010-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22815

Roan Kattouw  changed:

   What|Removed |Added

 AssignedTo|tpars...@wikimedia.org  |roan.katt...@gmail.com

--- Comment #1 from Roan Kattouw  2010-03-12 12:17:18 
UTC ---
The error message is "context.$iframe.0 is null or not an object", which
presumably means there's leftover unconditional references to context.$iframe
in IE-specific code.

-- 
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 22813] Allow indexing pl.wikimedia.org pages

2010-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22813

Casey Brown  changed:

   What|Removed |Added

 CC||cbrown1...@gmail.com

--- Comment #2 from Casey Brown  2010-03-12 12:16:44 UTC 
---
(In reply to comment #1)
> If people don't want their sites to be indexed on the web, they shouldn't be
> called "wikimedia.org" :)

...or they can just edit [[MediaWiki:Robots.txt]]. ;-)

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

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


[Bug 22814] Link dialog: Display text box is one character behind on mirroring Link target box in Safari/Chrome

2010-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22814

Roan Kattouw  changed:

   What|Removed |Added

Summary|Dialogs: Internal/External  |Link dialog: Display text
   |Links : Text to display is  |box is one character behind
   |not show the link name when |on mirroring Link target
   |it type intimately in   |box in Safari/Chrome
   |Chrome / Safari |

--- Comment #2 from Roan Kattouw  2010-03-12 12:12:35 
UTC ---
(In reply to comment #1)
> For example : Type Sun and stop typing in the link. You will see that n is not
> there in the Text to display box
>From this I gather that when you type stuff into the "Link target" box, the
text in the "Link text" box is one character behind all the time, updated
summary accordingly.

(In reply to comment #0)
> Reporting against Babaco Release :
> http://prototype.wikimedia.org/deployment-en/ 
> Tested link :r63174
> 
> Steps to Reproduce ::
> 
> 1) Type a name in the link box
> < name >> - refer the attachment.
> 
You seem to have forgotten the attachment, but if my conclusion above was right
you don't need to provide 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 22816] New: Dialogs: Insert Tables : Opera is malfunction over Replace all function

2010-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22816

   Summary: Dialogs: Insert Tables : Opera is malfunction over
Replace all function
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Keywords: babaco
  Severity: major
  Priority: Normal
 Component: UsabilityInitiative
AssignedTo: tpars...@wikimedia.org
ReportedBy: wikib...@calcey.com
CC: roan.katt...@gmail.com, ngau...@wikimedia.org,
amil...@wikimedia.org


Created an attachment (id=7192)
 --> (https://bugzilla.wikimedia.org/attachment.cgi?id=7192)
Wiki_2010-03-12_search_Replace.pdf

Reporting against Babaco Release :
http://prototype.wikimedia.org/deployment-en/ 
Tested link :r63174

Steps to Reproduce ::

1) Type some text Example:
test calcey
test calcey 
test calcey
2) then replace all them with 
test qa


<>

Expected Outcome::
test qa instead of test calcey, A proper replace for all the matching words.


Test Environment::
Opera/9.80 (X11; Linux i686; U; en) Presto/2.2.15 Version/10.00

Opera/9.80 (Macintosh; Intel Mac OS X; U; en) Presto/2.2.15 Version/10.10


Opera/9.63 (Windows NT 6.1; U; en) Presto/2.1.1

Opera/9.80 (Windows NT 6.1; U; en) Presto/2.2.15 Version/10.00

-- 
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 22480] Special characters in toolbar should be shown in the same font as the ones in the edit box when iframe is enabled

2010-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22480

Roan Kattouw  changed:

   What|Removed |Added

 Status|CLOSED  |REOPENED
 Resolution|FIXED   |
Summary|Special characters in   |Special characters in
   |toolbar should be shown in  |toolbar should be shown in
   |the same font as the ones   |the same font as the ones
   |in the edit box |in the edit box when iframe
   ||is enabled

--- Comment #3 from Roan Kattouw  2010-03-12 12:05:35 
UTC ---
This still happens when the iframe is enabled, reopening and changing summary
accordingly.

-- 
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 22811] Link dialog: Empty "Link text" field should not trigger pipe trick

2010-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22811

Roan Kattouw  changed:

   What|Removed |Added

   Severity|major   |enhancement

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

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


[Bug 22811] Link dialog: Empty "Link text" field should not trigger pipe trick

2010-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22811

Roan Kattouw  changed:

   What|Removed |Added

 CC||nkom...@gmail.com,
   ||pv...@wikimedia.org
Summary|Dialogs: Internal/External  |Link dialog: Empty "Link
   |Links : When link "Text to  |text" field should not
   |display" remove, the link   |trigger pipe trick
   |name not display correctly  |
   |over link names with|
   |brackets|

--- Comment #1 from Roan Kattouw  2010-03-12 11:54:22 
UTC ---
The links are not identical, the first is [[Falco (musician)]], the second
[[Falco (musician)|]], with a pipe character (|) at the end. The fact that
[[Falco (musician)|]] is converted to [[Falco (musician)|Falco]] is supposed to
be a feature, called the pipe trick.

Arguably, the pipe trick should not be triggered when the "text" field is
empty; changing summary and CCing Parul and Naoko.

-- 
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 22504] Upgrade bugzilla to 3.4.6

2010-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22504

--- Comment #4 from Chad H.  2010-03-12 11:50:31 UTC 
---
Also keep in mind that 3.6 is in RC status right now and has a lot of shiny new
things :)

-- 
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 14249] BZ notification mails misbehave with long email addresses

2010-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14249

Reedy  changed:

   What|Removed |Added

   See Also||https://bugzilla.mozilla.or
   ||g/show_bug.cgi?id=312374
 AssignedTo|br...@pobox.com |pdha...@wikimedia.org

-- 
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 14249] BZ notification mails misbehave with long email addresses

2010-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14249

Chad H.  changed:

   What|Removed |Added

   Keywords||upstream
 CC||innocentkil...@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 22807] Increase $wgExpensiveParserFunctionLimit to 1000 in pt.wiktionary

2010-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22807

Reedy  changed:

   What|Removed |Added

   Keywords||shell

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

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


[Bug 22504] Upgrade bugzilla to 3.4.6

2010-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22504

Reedy  changed:

   What|Removed |Added

URL|http://www.bugzilla.org/rel |http://www.bugzilla.org/rel
   |eases/3.4.5/release-notes.h |eases/3.4.6/release-notes.h
   |tml |tml
Summary|Upgrade bugzilla to 3.4.5   |Upgrade bugzilla to 3.4.6

--- Comment #3 from Reedy  2010-03-12 11:32:24 UTC ---
Seeing as this has not been closed as fixed, and 3.4.6 is now out, repurposing!

http://www.bugzilla.org/releases/3.4.6/release-notes.html

http://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-3.4.5-to-3.4.6.diff.gz

-- 
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 22812] Change Mongolian Wikipedia main page name from "Main Page" to "Нүүр хуудас" (currently Main Page is a redirect)

2010-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22812

Roan Kattouw  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||roan.katt...@gmail.com
 Resolution||INVALID

--- Comment #3 from Roan Kattouw  2010-03-12 11:15:31 
UTC ---
(In reply to comment #0)
> If not, Нүүр хуудас appears as an article
> page, with the "From Wikipedia, the free Encyclopedia" line under pagename

That's because the CSS you're using to hide it assumes the main page is called
"Main Page".

In [[MediaWiki:Common.css]], you have:
body.page-Main_Page #ca-delete {
display: none !important;
}

and in [[MediaWiki:Monobook.css]]:
/* Don't display some stuff on the main page */
body.page-Main_Page #t-cite,
body.page-Main_Page #lastmod, 
body.page-Main_Page #siteSub, 
body.page-Main_Page h1.firstHeading {
display: none !important;
}

You need to replace Main_Page with Нүүр_хуудас in these rules.

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


[Bug 22814] Dialogs: Internal/External Links : Text to display is not show the link name when it type intimately in Chrome / Safari

2010-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22814

Calcey QA  changed:

   What|Removed |Added

Summary|Dialogs: Internal/External  |Dialogs: Internal/External
   |Links : Text to display is  |Links : Text to display is
   |not show the link name when |not show the link name when
   |it type intimately in   |it type intimately in
   |Chrome  |Chrome / Safari

--- Comment #1 from Calcey QA  2010-03-12 11:07:27 UTC ---
(In reply to comment #0)
> Reporting against Babaco Release :
> http://prototype.wikimedia.org/deployment-en/ 
> Tested link :r63174
> 
> Steps to Reproduce ::
> 
> 1) Type a name in the link box
> < name >> - refer the attachment.
> 
> Expected Outcome::
> Text to display should display text as the link name.
> 
> 
> Test Environment::
> Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.5 (KHTML, like
> Gecko) Chrome/4.0.249.89 Safari/532.5

Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/530.17 (KHTML, like
Gecko) Version/4.0 Safari/530.17

For example : Type Sun and stop typing in the link. You will see that n is not
there in the Text to display box

-- 
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 22812] Change Mongolian Wikipedia main page name from "Main Page" to "Нүүр хуудас" (currently Main Page is a redirect)

2010-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22812

--- Comment #2 from chinn...@yahoo.com 2010-03-12 11:04:40 UTC ---
(In reply to comment #1)
> Try adjusting it in [[MediaWiki:Mainpage]].

> was already adjusted

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

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


[Bug 22815] JS error occur on adding a link / adding a table . IE7 / 8

2010-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22815

Calcey QA  changed:

   What|Removed |Added

Summary|Dialogs: Internal/External  |JS error occur on adding a
   |Links : JS error occur on   |link / adding a table . IE7
   |adding a link. IE7 / 8  |/ 8

-- 
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 22815] New: Dialogs: Internal/External Links : JS error occur on adding a link. IE7 / 8

2010-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22815

   Summary: Dialogs: Internal/External Links : JS error occur on
adding a link. IE7 / 8
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Keywords: babaco
  Severity: critical
  Priority: Normal
 Component: UsabilityInitiative
AssignedTo: tpars...@wikimedia.org
ReportedBy: wikib...@calcey.com
CC: roan.katt...@gmail.com, ngau...@wikimedia.org,
amil...@wikimedia.org


Created an attachment (id=7191)
 --> (https://bugzilla.wikimedia.org/attachment.cgi?id=7191)
Wiki_2010-03-12_LinkErr_IE8.pdf

Reporting against Babaco Release :
http://prototype.wikimedia.org/deployment-en/ 
Tested link :r63174

Steps to Reproduce ::

1) Click on link icon
<>

Expected Outcome::
Users should be able to add links using IE8


Test Environment::

Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/530.17 (KHTML, like
Gecko) Version/4.0 Safari/530.17

Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; .NET CLR 1.1.4322; .NET CLR
2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)

-- 
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 22813] Allow indexing pl.wikimedia.org pages

2010-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22813

Domas Mituzas  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||domas.mitu...@gmail.com
 Resolution||FIXED

--- Comment #1 from Domas Mituzas  2010-03-12 10:43:55 
UTC ---
I removed the rules from all chapter sites. 
If people don't want their sites to be indexed on the web, they shouldn't be
called "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 22814] New: Dialogs: Internal/External Links : Text to display is not show the link name when it type intimately in Chrome

2010-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22814

   Summary: Dialogs: Internal/External Links : Text to display is
not show the link name when it type intimately in
Chrome
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Keywords: babaco
  Severity: major
  Priority: Normal
 Component: UsabilityInitiative
AssignedTo: tpars...@wikimedia.org
ReportedBy: wikib...@calcey.com
CC: roan.katt...@gmail.com, ngau...@wikimedia.org,
amil...@wikimedia.org


Reporting against Babaco Release :
http://prototype.wikimedia.org/deployment-en/ 
Tested link :r63174

Steps to Reproduce ::

1) Type a name in the link box
<> - refer the attachment.

Expected Outcome::
Text to display should display text as the link name.


Test Environment::
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.5 (KHTML, like
Gecko) Chrome/4.0.249.89 Safari/532.5

-- 
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 22813] New: Allow indexing pl.wikimedia.org pages

2010-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22813

   Summary: Allow indexing pl.wikimedia.org pages
   Product: Wikimedia
   Version: unspecified
  Platform: All
   URL: http://pl.wikimedia.org/robots.txt
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Site requests
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: danny.lei...@gmail.com


Wikimedia Polska would like to have indexed pages.

We don't know why, but pl.wikimedia.org site has configurations of robots.txt
from nl.wikimedia.org => look at http://pl.wikimedia.org/robots.txt

Thanks in advance!

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

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


[Bug 22812] Change Mongolian Wikipedia main page name from "Main Page" to "Нүүр хуудас" (currently Main Page is a redirect)

2010-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22812

p858snake  changed:

   What|Removed |Added

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

--- Comment #1 from p858snake  2010-03-12 10:15:23 UTC 
---
Try adjusting it in [[MediaWiki:Mainpage]].

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

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


[Bug 22812] Change Mongolian Wikipedia main page name from "Main Page" to "Нүүр хуудас" (currently Main Page is a redirect)

2010-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22812

chinn...@yahoo.com changed:

   What|Removed |Added

   Keywords||shell
URL||mn.wikipedia.org
 CC||chinn...@yahoo.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 22812] New: Change Mongolian Wikipedia main page name from "Main Page" to "Нүүр хуудас" (currently Main Page is a redirect)

2010-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22812

   Summary: Change Mongolian Wikipedia main page name from "Main
Page" to "Нүүр хуудас" (currently Main Page is a
redirect)
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: major
  Priority: Normal
 Component: Language setup
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: chinn...@yahoo.com


Change Mongolian Wikipedia main page name from "Main Page" to "Нүүр хуудас"
(currently Main Page is a redirect). If not, Нүүр хуудас appears as an article
page, with the "From Wikipedia, the free Encyclopedia" line under pagename

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


[Bug 22646] Dialogs: Insert Tables : Number of row increase result preview table columns outside border

2010-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22646

Calcey QA  changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

--- Comment #2 from Calcey QA  2010-03-12 09:55:22 UTC ---
Close as per comment 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 22643] Dialogs: Internal/External Links : External link shows the Page not exist notification intimately

2010-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22643

Calcey QA  changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

--- Comment #5 from Calcey QA  2010-03-12 09:52:45 UTC ---
Verified and 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 21501] Insert Links : Link text display

2010-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21501

Calcey QA  changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

--- Comment #4 from Calcey QA  2010-03-12 09:50:40 UTC ---
Closed as per given comments

-- 
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 20867] Insert Link :Staus,Suggestions and link text are not refreshed in Safari

2010-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20867

Calcey QA  changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

--- Comment #11 from Calcey QA  2010-03-12 09:49:04 UTC ---
Verified and 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 22572] Toolbar : Embedded file behave different on Opera 9.6

2010-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22572

Calcey QA  changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

--- Comment #1 from Calcey QA  2010-03-12 09:43:51 UTC ---
Verified and 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 22572] Toolbar : Embedded file behave different on Opera 9.6

2010-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22572

Calcey QA  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

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

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


[Bug 22490] Undo (Ctrl+Z) does not work in Firefox 3.6

2010-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22490

Calcey QA  changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

--- Comment #3 from Calcey QA  2010-03-12 09:37:17 UTC ---
Verified and 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 22490] Undo (Ctrl+Z) does not work in Firefox 3.6

2010-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22490

Calcey QA  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

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

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


[Bug 22480] Special characters in toolbar should be shown in the same font as the ones in the edit box

2010-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22480

Calcey QA  changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

--- Comment #2 from Calcey QA  2010-03-12 09:27:23 UTC ---
Verified and 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 22480] Special characters in toolbar should be shown in the same font as the ones in the edit box

2010-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22480

Calcey QA  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

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

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


[Bug 22477] Insert Table: Insert Window table is not getting closed

2010-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22477

Calcey QA  changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

--- Comment #3 from Calcey QA  2010-03-12 09:22:50 UTC ---
Verified and close

-- 
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 22477] Insert Table: Insert Window table is not getting closed

2010-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22477

Calcey QA  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

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

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


[Bug 22447] Editor : Cannot Bold, Italic texts on IE8

2010-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22447

Calcey QA  changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

--- Comment #4 from Calcey QA  2010-03-12 09:13:48 UTC ---
Verified and 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 22447] Editor : Cannot Bold, Italic texts on IE8

2010-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22447

Calcey QA  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

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

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


[Bug 21340] Header : Creates invalid levels when the header change by selecting the text

2010-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21340

Calcey QA  changed:

   What|Removed |Added

 Status|RESOLVED|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 21340] Header : Creates invalid levels when the header change by selecting the text

2010-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21340

Calcey QA  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID

--- Comment #2 from Calcey QA  2010-03-12 09:03:19 UTC ---
Closing the bug as per comment 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 22302] General : Some functions hang when it keep on edit mode after few minutes of idle

2010-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22302

Calcey QA  changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

--- Comment #3 from Calcey QA  2010-03-12 09:01:33 UTC ---
This is no longer producible.

-- 
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 22302] General : Some functions hang when it keep on edit mode after few minutes of idle

2010-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22302

Calcey QA  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

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

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


[Bug 22299] Exit Editor : Confirmation message shows twice.

2010-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22299

Calcey QA  changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

--- Comment #4 from Calcey QA  2010-03-12 08:50:31 UTC ---
Verified and 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 22299] Exit Editor : Confirmation message shows twice.

2010-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22299

Calcey QA  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

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

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


[Bug 22281] Toolbar : Bullet create in different browsers are not the same

2010-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22281

Calcey QA  changed:

   What|Removed |Added

 Status|RESOLVED|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 22281] Toolbar : Bullet create in different browsers are not the same

2010-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22281

Calcey QA  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #5 from Calcey QA  2010-03-12 08:45:10 UTC ---
Bug no longer reproducible in the prototype environment.

-- 
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 21344] Exit from Edit Mode : Chrome versions are not exit from edit mode unles cancel is selected

2010-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21344

Calcey QA  changed:

   What|Removed |Added

 Status|RESOLVED|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 21344] Exit from Edit Mode : Chrome versions are not exit from edit mode unles cancel is selected

2010-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21344

Calcey QA  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #7 from Calcey QA  2010-03-12 08:40:26 UTC ---
The bug is no longer valid. Closing the bug

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

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


[Bug 22811] Dialogs: Internal/External Links : When link "Text to display" remove, the link name not display correctly over link names with brackets

2010-03-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22811

Calcey QA  changed:

   What|Removed |Added

   Severity|enhancement |major

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