[Bug 32648] Combobox dropdown displays character escape codes in values instead of human-readable characters

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32648

--- Comment #1 from Yaron Koren  2011-11-27 06:44:16 UTC ---
This indeed sounds like a serious bug, but I can't reproduce it. Is it visible
on a public wiki?

-- 
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 32514] Access to HTTP 404 logs for Wiktionary

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32514

--- Comment #5 from Srikanth Logic  2011-11-27 06:24:58 UTC 
---
Nice, can the monthly log of this made available in some place like
dumps.wikimedia.org ? My original request was based on Tamil Wiktionary in mind
and the urlencoding needs to be decoded for the final output to be useful and
unicode might not be junk there. After we get the data from across wiktionaries
over a period, we could probably find patterns to exclude junk and give some
useful data to community

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

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


[Bug 17955] Show end of image names in categories

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17955

zlight  changed:

   What|Removed |Added

 CC||zedlight...@gmail.com

--- Comment #4 from zlight  2011-11-27 05:24:26 UTC ---
There is more discussion here:
*http://commons.wikimedia.org/wiki/Commons:Village_pump#Need_to_be_able_to_read_more_of_the_filename_of_images_in_categories

It will eventually be archived here:
*http://commons.wikimedia.org/wiki/Commons:Village_pump/Archive/2011/11 

I think there should be a separate Bugzilla thread for how much of the filename
should be shown in image categories on the Commons. There may be a very simple
solution. Currently, 22 characters and spaces are being shown for filenames on
the Commons. I would think that it would be a relatively simple thing to make
that number an adjustable feature of the Mediawiki software. In the meantime it
is probably simple to increase that number on the Commons.

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

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


[Bug 32659] 'implode' in Language::commaList(), Language::semicolonList() and Language::pipeList() should use the proper argument order

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32659

Daniel Friesen  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 CC||mediawiki-bugs@nadir-seen-f
   ||ire.com
 Resolution|INVALID |
Summary|error-causing usage of  |'implode' in
   |'implode' in|Language::commaList(),
   |Language::commaList(),  |Language::semicolonList()
   |Language::semicolonList()   |and Language::pipeList()
   |and Language::pipeList()|should use the proper
   ||argument order

--- Comment #3 from Daniel Friesen  
2011-11-27 05:12:05 UTC ---
I don't consider relying on bad historical behavior a good practice within
MediaWiki. This bug should stay open until someone fixes the order of our
arguments to implode.

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

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


[Bug 32651] MF won't display some pages

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32651

--- Comment #1 from Brion Vibber  2011-11-27 04:04:57 UTC 
---
Isn't this just the usual 'main page restructuring stuff shows up empty if you
don't have any of the special ids'?

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

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


[Bug 32660] File extensions for the same file type should not allow variations of a file name (File:X.jpg, File:X.jpeg, File:X.JPG should all refer to the same file)

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32660

--- Comment #6 from Brion Vibber  2011-11-27 04:03:48 UTC 
---
See also bug 29284 which has an old patch, looks like it only covers one tiny
case and would need more thorough work.

Although I would prefer going fully to bug 4421 (don't include extensions on
the user-accessible filenames at all; probably normalize extensions on the
actual files) normalizing on upload when not grandfathering an update to an
existing file would be a step in the right direction.

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

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


[Bug 31755] Styling in headers breaks sortable tables

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31755

--- Comment #17 from zlight  2011-11-27 03:44:33 UTC ---
You know, common sense is allowed according to Wikipedia guidelines. Adjusting
the code to allow styling in headers is going to be adjusting code for the
sorting icon too. Because clicking the header cell activates sorting.
Currently, the code has to do gymnastics to distinguish between clicking links
in a header cell versus clicking anywhere else in the header cell to activate
sorting. See the examples here:
*http://en.wikipedia.org/wiki/Help:Sorting#Header_styling.2C_links.2C_and_markup

Click within the header cells in those examples. Rather than use such
complicated code it is a lot easier to put the sorting icon above the text, and
then the only thing that is clicked to activate sorting is the sorting icon.
You don't need a committee to use common sense.

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

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


[Bug 32669] Enable Narayam on mr.wikipedia

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32669

Mahitgar  changed:

   What|Removed |Added

   See Also||https://bugzilla.wikimedia.
   ||org/show_bug.cgi?id=32670

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

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


[Bug 32670] Request for changes in Edit tools provided above edit window on Marathi Language Wikipedia

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32670

Mahitgar  changed:

   What|Removed |Added

   Priority|Unprioritized   |High
URL||http://mr.wikipedia.org/wik
   ||i/
 CC||mahit...@yahoo.co.in
   See Also||https://bugzilla.wikimedia.
   ||org/show_bug.cgi?id=32669
   Severity|normal  |enhancement

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

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


[Bug 32670] New: Request for changes in Edit tools provided above edit window on Marathi Language Wikipedia

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32670

   Web browser: ---
 Bug #: 32670
   Summary: Request for changes in Edit tools provided above edit
window  on Marathi Language Wikipedia
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Narayam
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: mahit...@yahoo.co.in
CC: junu.pv+pub...@gmail.com,
santhosh.thottin...@gmail.com
Classification: Unclassified


Dear all,

Edit tools provided above edit window  in vector skin(Usability initiative)  on
Marathi Language Wikipedia need following changes (Local community approval at
[http://mr.wikipedia.org/wiki/विकिपीडिया:कौल])

1)Exclude Thai,khamer and Lao scripts from Special Charecter section in Edit
tools above edit window
2)include Marathi as follows अ आ इ ई उ ऊ ए ऐ ओ अ अः ॲ ऑ ऋ ॠ ऌ ॡ क ख ग घ ङ च छ ज
झ ञ ट ठ ड ढ ण त थ द ध न प फ ब भ म य र ल व श ष स ह ळ क्ष त्र ज्ञ ा ि ी  ै ो ौ ं
ः ॅ ॉ ँ ् ृ ॄ ॢ ॣ ० १ २ ३ ४ ५ ६ ७ ८ ९ ऱ्य ऱ्ह ॐ

3)Special Charecter section in Edit tools provided above edit window should
include virtual keyboard for phonetic and inscript narayam

4)Above said virtual keyboard should be visible at User log in  and new user 
creation

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


[Bug 32660] File extensions for the same file type should not allow variations of a file name (File:X.jpg, File:X.jpeg, File:X.JPG should all refer to the same file)

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32660

--- Comment #5 from Sven Manguard  2011-11-27 03:05:01 
UTC ---
(In reply to comment #3)
> (In reply to comment #2)
> > Thanks. A few technical issues to resolve:
> > 
> > 1) If this is implemented, will it be implemented for all projects or just 
> > for
> > English Wikipedia at first?
> 
> Depends on the implantation, but I would imagine this would apply to all
> projects. This doesn't sound like something that a config option would be
> appropriate for.
> 
> > 2) Will there be a grandfather clause built into the change, so that only 
> > files
> > uploaded after the change is made will be effected, or will there be no
> > grandfather clause?
> 
> It's unlikely we would fix this is a non-backwards compatible way. MediaWiki 
> is
> not just used by Wikimedia folks. We also have to make sure this doesn't break
> files on non-Wikimedia wikis where they wouldn't be aware of the change.

In all honestly, as long as the answer to 2 was "yes there will be a
grandfather clause", the answer to 1 could be anything at all and it would be
fine. (The vice versa is true as well; as long as it only applies to English
Wikipedia, we don't need to grandfather things in, because I can get the old
instances fixed, and other projects can do the same when they fix their
issues.)

I'm going to start working on the English Wikipedia LDFNs again. If you give me
an expected date for this task to be completed, I can rouse others right before
that comes up.

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

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


[Bug 32669] Enable Narayam on mr.wikipedia

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32669

Mahitgar  changed:

   What|Removed |Added

   Priority|Unprioritized   |High
URL||http://mr.wikipedia.org/wik
   ||i/

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

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


[Bug 32669] Enable Narayam on mr.wikipedia

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32669

p858snake  changed:

   What|Removed |Added

   Keywords||shell
 CC||p858sn...@gmail.com
  Component|Narayam |Extension setup
Version|any |unspecified
Product|MediaWiki extensions|Wikimedia
Summary|enablement on mr wiki   |Enable Narayam on
   ||mr.wikipedia

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

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


[Bug 32669] New: enablement on mr wiki

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32669

   Web browser: ---
 Bug #: 32669
   Summary: enablement on mr wiki
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Narayam
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: mahit...@yahoo.co.in
CC: junu.pv+pub...@gmail.com,
santhosh.thottin...@gmail.com
Classification: Unclassified


Dear All ,
Thanks for updating Narayam to Marathi Language requirements in recent
Hackathon in Mumbai.(You can view the google online presentation at
[https://docs.google.com/presentation/d/1uWz-tCvrRg5GaPh5lD_0aPy9CnUmRUVaHcs10rUYkYU/edit]
 

Now herewith Marathi Language Wikipedia requests to enable Narayam extension on
Marathi Language Wikipedia with along with following features (Please see
Community aproval http://mr.wikipedia.org/wiki/विकिपीडिया:कौल )

1)Narayam should be default font inputting system  for all unregistered users
and all users for upto 500 edit

2) The requested inputting facility should be applicable on all  namespaces
including  inter active popup windows meant for inserting links and references
3)Also applicable  at edit summary,all search windows,all input boxes specialy
"type=create" group

4)Shall have Marathi inscript keyboard layout option too as per windows
non-default  option
5)Should be applicable to all skins including vector
6. Narayam should be default to above said user category to New User Creation
and User Login
5.Shall have Marathi inscript keyboard layout (non-default) option too as per 
windows inscript  option
6.Should be applicable to all skins including vector
7.Narayam keyboard structure should be editable to Marathi Wikipedia sysops at
local level

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


[Bug 31755] Styling in headers breaks sortable tables

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31755

--- Comment #16 from lexein  2011-11-27 02:23:46 UTC ---
This nonstandard format (sorting icon above the text) doesn't "need to be"
anything until a wide consensus of editors, and the Mediawiki coders agree that
it "needs to be". Cramming data into the minimum possible space is not the
primary purpose of tables, or sortable tables.  
Rather than continue to argue this here, try the Village Pump (technical), or
one of the MOS talk pages.

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

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


[Bug 32656] Add Editinterface status in Portuguese Wikipedia

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32656

Reedy  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||INVALID

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

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


[Bug 15406] Sortable tables: Force sortorder of a column

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

zlight  changed:

   What|Removed |Added

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

--- Comment #27 from zlight  2011-11-27 01:41:39 UTC ---
This needs to be implemented soon. It is very difficult to follow all the rules
in this and other sections of the Help:Sorting page. Even experienced table
editors like myself have difficulty. There are so many rules, and they change
at times:
*http://en.wikipedia.org/wiki/Help:Sorting#Numerical_sorting_problems

I have been updating Help:Sorting, and doing various tests. There are still
some inexplicable bugs where a column follows all the rules for numerical
sorting, and it still does not sort correctly.  I have looked at r86088
comments, and I am glad there has been some serious work down. 

Has work on this stalled? If you are working on this then please also
incorporate my request to put the sorting icon above the text. This is very
important. See my comment #15 here:
*https://bugzilla.wikimedia.org/show_bug.cgi?id=31755#c15

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

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


[Bug 31755] Styling in headers breaks sortable tables

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31755

--- Comment #15 from zlight  2011-11-27 01:15:23 UTC ---
The sorting icon really needs to be above the text in a header cell. This
allows for more columns to fit within the width of the screen. It also allows
more space for the text within the header cells, since no space is taken up by
the sorting icon. This is useful for tables with many columns. For example; see
*http://en.wikipedia.org/wiki/List_of_countries_by_intentional_homicide_rate

Go to that page and make your browser window more narrow (the middle button of
the 3 buttons at the top of the browser window). Drag the right side of the
window to get various window widths. Scroll down the page. Note that when the
sorting icon is to the right of the text that the sorting icon does not wrap.
So the table then requires a horizontal scrolling bar sooner than the tables
with the sorting icons above the headers.

Also, note the tables in the "Country subdivisions" section of that page. The
tables start off closed. I can not put the sorting icons above the text. If I
do then the column header text is not readable. The text would be readable if
the default position of the sorting icon was above the text. Right now there is
no way I can fix this problem.

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

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


[Bug 21660] Support full-width commas for pipe trick

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21660

Dan Collins  changed:

   What|Removed |Added

   Attachment #6827|0   |1
is obsolete||

--- Comment #4 from Dan Collins  2011-11-27 01:13:34 UTC 
---
Created attachment 9566
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=9566
Do it without adding another regex. Also includes parser tests.

I don't see any reason why we can't fix this just like bug 30149. I add some
parser tests as well (which pass) and fix a problem with one of the parser
tests I wrote for 30149 (there were some spaces that shouldn't have been, it
still passed but some possibilities weren't covered).

-- 
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 26411] Entries for non-existent categories should be deleted from the 'category' table

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26411

--- Comment #11 from Dan Collins  2011-11-27 00:41:09 UTC 
---
Well, none that I can think of, and using that script on my test wiki provided
no ill effect. These categories are deleted anyway, looking at old versions of
pages that used to be in them will still show a redlink in the categories list
either way, and I can't think of any use for a list of all categories past and
present. Our lists of pages and files also don't include deleted items, and as
others have said it's causing problems that categories refuse to go away when
you delete them. UploadWizard had to add a workaround to avoid suggesting
nonexistent categories.

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

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


[Bug 26411] Entries for non-existent categories should be deleted from the 'category' table

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26411

Sumana Harihareswara  changed:

   What|Removed |Added

 CC||suma...@panix.com

--- Comment #10 from Sumana Harihareswara  2011-11-27 
00:13:04 UTC ---
Dan, is there any reason that we should keep a record of what categories used
to exist (that is, archive that list somewhere while deleting them from the
Category table)?

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

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


[Bug 32656] Add Editinterface status in Portuguese Wikipedia

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32656

Pedroca cerebral  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED

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

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


[Bug 32668] A new block on the same ip range doesn't overwrite the previous one

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32668

--- Comment #2 from vitu...@it.wiki  2011-11-27 
00:00:39 UTC ---
(In reply to comment #1)
> Possibly an editconflict because you made both at the same time. I don't see
> any preexisting block on that range?
> (https://strategy.wikimedia.org/w/index.php?title=Special%3ALog&type=&user=&page=User%3A46.116.128.0%2F18&year=&month=-1)

I did the first block forgetting to set 'Prevent logged-in users from editing
from this IP address' option, so I blocked it again, using a different browser
tab, with that option enabled. I did really a lot of blocks on 1.18 and when I
tried to block an already blocked IP the 'modify block' form was prompted to
me.

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

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


[Bug 32656] Add Editinterface status in Portuguese Wikipedia

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32656

--- Comment #2 from Pedroca cerebral  2011-11-26 
23:59:58 UTC ---
Cancel this request, please.

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

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


[Bug 32668] A new block on the same ip range doesn't overwrite the previous one

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32668

Dan Collins  changed:

   What|Removed |Added

 CC||en.wp.s...@gmail.com

--- Comment #1 from Dan Collins  2011-11-26 23:56:33 UTC 
---
Possibly an editconflict because you made both at the same time. I don't see
any preexisting block on that range?
(https://strategy.wikimedia.org/w/index.php?title=Special%3ALog&type=&user=&page=User%3A46.116.128.0%2F18&year=&month=-1)

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

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


[Bug 32656] Add Editinterface status in Portuguese Wikipedia

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32656

--- Comment #1 from Pedroca cerebral  2011-11-26 
23:56:09 UTC ---
Sorry, who should give the status are the bureaucrats.

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

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


[Bug 32165] Creation date special property.

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32165

--- Comment #48 from fastgoldf...@gmail.com 2011-11-26 23:33:30 UTC ---
This bug is gaining some progress:

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

It may be a good idea for participants here to have a look at it, since things
like naming conventions have already been decided here. If the work on that bug
follows the conventions laid out here, it might be possible to integrate the
code into SMW a little easier.

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

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


[Bug 30610] Needed semantic "meta" properties

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30610

--- Comment #10 from fastgoldf...@gmail.com 2011-11-26 23:31:29 UTC ---
I called them "Page creator" (singular), and "Page editors" (plural) in my list
here:

http://www.mediawiki.org/wiki/User:Badon/Extension:Semantic_MediaWiki/Manual#Needed_special_properties

The singular and plural difference may be enough, but I think "editors" is more
clear than "authors" since the word "authors" is usually associated with only
one or just a few people, while "editors" is understood in a wiki context to
mean unlimited numbers of people.

There is always only one creator for a wiki page, so I think it is more clear
than "first author". Since the word "author" already means "one author", it
doesn't help to clarify things by changing it to "first author".

So, in short, I think "creator" and "editors" are the right words to use. I
would not use "Article" because some wikis use mediawiki pages for something
other than an article. "Page" is sufficiently broad, but maybe it would be
better to follow the convention being used in this bug:

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

There, instead of using my suggested "Page creation date" and "Page
modification date", it was decided to use "_CDAT" and "_MDAT", which are the
internal SMW representations for those properties. Following that convention
may help make your code a candidate for inclusion in a future version of SMW.

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

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


[Bug 18752] Show categorization on shared repository on local file page.

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18752

Rd232  changed:

   What|Removed |Added

 CC||reinh...@world.std.com

--- Comment #3 from Rd232  2011-11-26 23:14:53 UTC ---
*** Bug 27501 has been marked as a duplicate of this bug. ***

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

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


[Bug 27501] List categories from foreign file repositories on the File description page

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27501

Rd232  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||rd...@hotmail.com
 Resolution||DUPLICATE

--- Comment #5 from Rd232  2011-11-26 23:14:53 UTC ---


*** This bug has been marked as a duplicate of bug 18752 ***

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

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


[Bug 32514] Access to HTTP 404 logs for Wiktionary

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32514

--- Comment #4 from Dan Collins  2011-11-26 23:12:16 UTC 
---
Created attachment 9565
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=9565
November 1-3, en.wikt, top 300 requested non-existent pages

I have attached the 300 most commonly requested pages that do not exist for the
english wiktionary. These pages have been requested 50 times or more in a three
day period. Some of the titles look a little strange, such as for example
"%25D8%25AC%25D9%2585%25D8%25A7%25D8%25B9", as though it was urlencoded twice,
but the names used are the ones I got from the pageviews dumps. These mostly
contain url fragments - index.php is the number 1 most requested, but there are
also some strange ones - as well as years and unicode gunk. I'll let the script
keep running and update the attachment with data for the full month.

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

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


[Bug 32667] Open Wikipedia url in the app

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32667

--- Comment #2 from Reedy  2011-11-26 23:01:31 UTC ---
If it works, please just put a pull request on Github

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

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


[Bug 32667] Open Wikipedia url in the app

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32667

Reedy  changed:

   What|Removed |Added

   Attachment #9564|0   |1
is obsolete||

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

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


[Bug 32667] Open Wikipedia url in the app

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32667

--- Comment #1 from Reedy  2011-11-26 23:00:57 UTC ---
https://github.com/Tpt/Wikipedia/commit/4c670328bee7330095cdd83a64a74f19d44c5b5f

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

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


[Bug 32668] A new block on the same ip range doesn't overwrite the previous one

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32668

Platonides  changed:

   What|Removed |Added

 CC||platoni...@gmail.com
Summary|A new block on the same ip  |A new block on the same ip
   |doens't overwrite the   |range doesn't overwrite the
   |previous one|previous one

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

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


[Bug 21167] Make entries in the search suggestions dropdown actual hyperlinks

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21167

Rd232  changed:

   What|Removed |Added

   See Also||https://bugzilla.wikimedia.
   ||org/show_bug.cgi?id=17808

-- 
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 21167] Make entries in the search suggestions dropdown actual hyperlinks

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21167

Rd232  changed:

   What|Removed |Added

 CC||rd...@hotmail.com
Summary|Put real links in the   |Make entries in the search
   |search dropdown |suggestions dropdown actual
   ||hyperlinks

-- 
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 21167] Put real links in the search dropdown

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21167

Rd232  changed:

   What|Removed |Added

 CC||theevilipaddr...@hotmail.de

--- Comment #2 from Rd232  2011-11-26 22:33:46 UTC ---
*** Bug 28759 has been marked as a duplicate of this bug. ***

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

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


[Bug 28759] Make the search suggestions actual links to allow drag and drop into the tab bar

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28759

Rd232  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||rd...@hotmail.com
 Resolution||DUPLICATE

--- Comment #1 from Rd232  2011-11-26 22:33:46 UTC ---


*** This bug has been marked as a duplicate of bug 21167 ***

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

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


[Bug 17808] Have search suggest results open in a new tab on middle click

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17808

Rd232  changed:

   What|Removed |Added

 CC||amir.ahar...@mail.huji.ac.i
   ||l

--- Comment #5 from Rd232  2011-11-26 22:32:56 UTC ---
*** Bug 28351 has been marked as a duplicate of this bug. ***

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

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


[Bug 28351] Make search suggestions middle-clickable (open in new tab)

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28351

Rd232  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||rd...@hotmail.com
 Resolution||DUPLICATE

--- Comment #2 from Rd232  2011-11-26 22:32:56 UTC ---


*** This bug has been marked as a duplicate of bug 17808 ***

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

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


[Bug 32668] New: A new block on the same ip doens't overwrite the previous one

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32668

   Web browser: ---
 Bug #: 32668
   Summary: A new block on the same ip doens't overwrite the
previous one
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Blocking
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: vituzzu.w...@gmail.com
Classification: Unclassified


https://strategy.wikimedia.org/wiki/Special:BlockList?wpTarget=46.116.128.0%2F18
I tried to overwrite an exiting block but I had no warning messages and now it
seems there are two different blocks on the same range.
Note: I made the block by using the lowest IP in the subnet in both cases.

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

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


[Bug 32603] limit option is missing on Special:BlockList

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32603

John Du Hart  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

--- Comment #6 from John Du Hart  2011-11-26 22:24:21 UTC 
---
Should be fixed now in r104318

-- 
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 32654] SemanticMediaWiki: Named arguments for template + debug output.

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32654

--- Comment #10 from Jeroen De Dauw  2011-11-26 
22:17:46 UTC ---
> $smwgNamedArgsForTemplates

Sure, but maybe $smwgNamedTemplateArgs is better (it's shorter)

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

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


[Bug 32654] SemanticMediaWiki: Named arguments for template + debug output.

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32654

f.trott  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED

--- Comment #9 from f.trott  2011-11-26 22:11:09 UTC ---
(Why was this reopened now?)

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

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


[Bug 32654] SemanticMediaWiki: Named arguments for template + debug output.

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32654

f.trott  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 CC||f.tr...@gmx.net
 Resolution|FIXED   |

--- Comment #8 from f.trott  2011-11-26 22:08:48 UTC ---
Nice, this has been long overdue!

Would it make sense to also include a general setting (e.g.
$smwgNamedArgsForTemplates)?

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

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


[Bug 32657] SemanticMediaWiki: ol/ul and map print formats: Inconsistent template arguments

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32657

--- Comment #4 from Jeroen De Dauw  2011-11-26 
22:08:20 UTC ---
> `?Property#' causes argument to be plain text

This is behavior I'm actually not really familiar with. I do suspect that it is
not applied consistently at all, and might only be implemented correctly in the
list printers.

-- 
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 21261] MediaWiki cannot recognize urls pointing to ipv6 hosts

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21261

--- Comment #8 from Platonides  2011-11-26 21:47:53 UTC 
---
The patch by Peter looks the way to go, but I'm afraid adding brackets to
EXT_LINK_URL_CLASS would allow too much recursion. And that wouldn't stop at
the ] of a url.
The change to the sanitizer is needed to avoid converting
http://[2404:130:0:1000::187:2]/index.php to
http://%5B2404:130:0:1000::187:2%5D/index.php but although that doesn't break
any parser test, I suspect there was a reason they were added as control
characters in r14930, but I don't know which one (avoid treating the content
like? that would no longer hold...).

Note that the change to mExtLinkBracketedRegex won't apply, but it's now
constructed from EXT_LINK_URL_CLASS so no problem there.

I added a parser test in r104314.

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

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


[Bug 32630] Improve mime type detection for Photoshop files

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32630

Bryan Tong Minh  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #1 from Bryan Tong Minh  2011-11-26 
21:45:59 UTC ---
Thank you for your patch. However, as psd was already in the list, I added
image/vnd.adobe.photoshop as alias for image/x-photoshop in r104312.

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

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


[Bug 32603] limit option is missing on Special:BlockList

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32603

John Du Hart  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 AssignedTo|wikibugs-l@lists.wikimedia. |j...@compwhizii.net
   |org |

--- Comment #5 from John Du Hart  2011-11-26 21:28:35 UTC 
---
On second thought, I'm going to take the approach ListFiles and AllMessages is
using.

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

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


[Bug 32603] limit option is missing on Special:BlockList

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32603

John Du Hart  changed:

   What|Removed |Added

 CC||j...@compwhizii.net

--- Comment #4 from John Du Hart  2011-11-26 21:26:22 UTC 
---
The URL parameter for limiting works, there's just no UI for it:

https://www.mediawiki.org/wiki/Special:BlockList?limit=20

CodeReview uses those same navigation icons and a dropdown for specifying how
many results to give. Should we use that same thing here for the BlockList?

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

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


[Bug 32667] New: Open Wikipedia url in the app

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32667

   Web browser: ---
 Bug #: 32667
   Summary: Open Wikipedia url in the app
   Product: Wikimedia Mobile
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: android
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: thoma...@hotmail.fr
CC: herman.w...@nitobi.com, tf...@wikimedia.org
Classification: Unclassified


Created attachment 9564
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=9564
Patch on Github

It may be useful to open web links to Wikipedia form other apps (mail,
facebook, twitter) in Wikipedia application rather than in a web browser. We
can implement it with an android intent. I began to write a patch. What do you
think about 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 32654] SemanticMediaWiki: Named arguments for template + debug output.

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32654

--- Comment #7 from Van de Bugger  2011-11-26 21:12:49 
UTC ---
Oops, mistake -- wrong message id. Ok, anyway it likely should be fixed when
you settle down with exact name of the parameter.

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

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


[Bug 32654] SemanticMediaWiki: Named arguments for template + debug output.

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32654

--- Comment #6 from Van de Bugger  2011-11-26 21:09:53 
UTC ---
Created attachment 9563
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=9563
Message.

> I'm not sure "named args" is the best way to name this param. "namedargs" 
> might
be better. 

You decide. I think you would prefer `namedparams'. ;-)

Attached a patch for message file -- documentation string for `named args'.

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

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


[Bug 28419] Replace MD5 password hashing with WHIRLPOOL

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

--- Comment #22 from Tyler Romeo  2011-11-26 21:00:42 UTC 
---
(In reply to comment #21)
> Created attachment 9561 [details]
> Patch with corrected whitespace
> 
> The original patch had incorrect whitespace and therefore would only apply 
> with
> patch -l, and even then obviously used four spaces instead of tabs. This patch
> corrects that issue. I also removed some (debugging) code that echoed the
> computed and stored salt and hash when the password entered was incorrect. I
> have also tested this patch. New accounts use the correct password style, old
> accounts are updated to use the new style, and both types of accounts are able
> to successfully log in and are shown the correct warning when entering the
> wrong password.

Thanks. I don't submit that many patches so I always forget that MediaWiki uses
tabs instead of spaces. (And the debugging code I actually removed. I guess I
uploaded the wrong patch file by accident.)

-- 
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 32666] Special:ActiveUsers should use given subpage as username and prefill the input field

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32666

John Du Hart  changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 Status|ASSIGNED|RESOLVED
 Resolution||FIXED
   Severity|normal  |enhancement

--- Comment #1 from John Du Hart  2011-11-26 20:59:51 UTC 
---
r104304, thanks for the bug report!

-- 
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 32657] SemanticMediaWiki: ol/ul and map print formats: Inconsistent template arguments

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32657

Van de Bugger  changed:

   What|Removed |Added

  Component|Semantic MediaWiki  |SemanticMaps
 AssignedTo|wikibugs-l@lists.wikimedia. |jeroen_ded...@yahoo.com
   |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 32657] SemanticMediaWiki: ol/ul and map print formats: Inconsistent template arguments

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32657

Van de Bugger  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 the assignee for the bug.
You are on the CC list for the bug.

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


[Bug 32657] SemanticMediaWiki: ol/ul and map print formats: Inconsistent template arguments

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32657

--- Comment #3 from Van de Bugger  2011-11-26 20:55:44 
UTC ---
Created attachment 9562
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=9562
Implementation of the named args.

Initial implementation of the named args.

There is still work to do. Named args in `ol'/`ul'/`template' formats depends
on printout statement: `?Property' causes argument to be a link, while
`?Property#' causes argument to be plain text. In `map' format, argument always
plain text, which is not good. It should depend on printout to behave similar
to other formats.

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

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


[Bug 32603] limit option is missing on Special:BlockList

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32603

Mark A. Hershberger  changed:

   What|Removed |Added

 CC||ro...@wikimedia.org,
   ||s...@reedyboy.net,
   ||tstarl...@wikimedia.org

--- Comment #3 from Mark A. Hershberger  2011-11-26 
20:55:28 UTC ---
This looks like the sort of regression we should avoid on tarball release. 
What say you?

(actually add the people I want input from on CC this time.)

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

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


[Bug 32620] Support for root /Foo style pretty urls (tracking)

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32620

Mark A. Hershberger  changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||m...@everybody.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 32657] SemanticMediaWiki: ol/ul and map print formats: Inconsistent template arguments

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32657

--- Comment #2 from Van de Bugger  2011-11-26 20:52:07 
UTC ---
> Changing this would break compat.

I knew it.

To my taste it is better to fix and document it, rather than maintain
undocumented behaviour. But you decide.

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

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


[Bug 32617] Incorrect edit summary preloading when editing section 0

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32617

Mark A. Hershberger  changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||m...@everybody.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 32603] limit option is missing on Special:BlockList

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32603

Mark A. Hershberger  changed:

   What|Removed |Added

   Keywords||need-regression-test

--- Comment #2 from Mark A. Hershberger  2011-11-26 
20:50:20 UTC ---
Guys,

This looks like the sort of regression we should avoid on tarball release. 
What say 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 2415] Add pagination to Special:Lonelypages

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=2415

Sumana Harihareswara  changed:

   What|Removed |Added

   Keywords|need-review, patch  |

--- Comment #14 from Sumana Harihareswara  2011-11-26 
20:49:20 UTC ---
Removed "patch" and "need-review" keywords.

Riley, it does look like -- as you put it -- the points of contact for the
patch have changed rather a lot since 2007.  You can look around on
mediawiki.org with a search for "QueryPage", visit the MediaWiki development
community in IRC -- https://www.mediawiki.org/wiki/MediaWiki_on_IRC  --  or in
the mailing list -- https://lists.wikimedia.org/mailman/listinfo/wikitech-l --
to learn more about the current state of this component and talk about
approach.  Thank you for your interest; hope we can help!

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

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


[Bug 28419] Replace MD5 password hashing with WHIRLPOOL

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

Dan Collins  changed:

   What|Removed |Added

   Attachment #9521|0   |1
is obsolete||

--- Comment #21 from Dan Collins  2011-11-26 20:47:52 UTC 
---
Created attachment 9561
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=9561
Patch with corrected whitespace

The original patch had incorrect whitespace and therefore would only apply with
patch -l, and even then obviously used four spaces instead of tabs. This patch
corrects that issue. I also removed some (debugging) code that echoed the
computed and stored salt and hash when the password entered was incorrect. I
have also tested this patch. New accounts use the correct password style, old
accounts are updated to use the new style, and both types of accounts are able
to successfully log in and are shown the correct warning when entering the
wrong password.

-- 
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 32665] Special:BlockList/username is using given username, but does not show the username in the input field

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32665

John Du Hart  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

--- Comment #1 from John Du Hart  2011-11-26 20:41:34 UTC 
---
Fixed in r104300

-- 
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 32630] Improve mime type detection for Photoshop files

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32630

Mark A. Hershberger  changed:

   What|Removed |Added

 CC||m...@everybody.org
   Target Milestone|1.18.0 release  |1.19wmf deployment

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

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


[Bug 32666] Special:ActiveUsers should use given subpage as username and prefill the input field

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32666

John Du Hart  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||j...@compwhizii.net
 AssignedTo|wikibugs-l@lists.wikimedia. |j...@compwhizii.net
   |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 32660] File extensions for the same file type should not allow variations of a file name (File:X.jpg, File:X.jpeg, File:X.JPG should all refer to the same file)

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32660

--- Comment #4 from Bryan Tong Minh  2011-11-26 
20:35:08 UTC ---
(In reply to comment #3)
> *When linking/looking at/whatever for a file named Bar.JpEG, MediaWiki first
> checks to see if Bar.JpEg exists, and if not assumes you meant Bar.jpg and 
> uses
> that instead. [This part might be a little more tricky. Have to check to make
> sure that code doesn't assume that if a file is returned it matches the
> requested name]

That would normally work; the same happens with redirects.

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

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


[Bug 32666] New: Special:ActiveUsers should use given subpage as username and prefill the input field

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32666

   Web browser: ---
 Bug #: 32666
   Summary: Special:ActiveUsers should use given subpage as
username and prefill the input field
   Product: MediaWiki
   Version: 1.19-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Special pages
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: duplicate...@googlemail.com
Classification: Unclassified


The wikilink [[Special:ActiveUsers/username]] does not set the username in the
input field on Special:ActiveUsers. Please use the given subpage as username
and start listing at that username, the same as on
[[Special:ListUsers/username]]. 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 32665] Special:BlockList/username is using given username, but does not show the username in the input field

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32665

John Du Hart  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||j...@compwhizii.net
 AssignedTo|wikibugs-l@lists.wikimedia. |j...@compwhizii.net
   |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 21261] MediaWiki cannot recognize urls pointing to ipv6 hosts

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21261

--- Comment #7 from Platonides  2011-11-26 20:28:40 UTC 
---
That doesn't help, since you would still need to detect IPv6 addresses written
with normal brackets.

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

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


[Bug 32665] New: Special:BlockList/username is using given username, but does not show the username in the input field

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32665

   Web browser: ---
 Bug #: 32665
   Summary: Special:BlockList/username is using given username,
but does not show the username in the input field
   Product: MediaWiki
   Version: 1.19-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Blocking
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: duplicate...@googlemail.com
Classification: Unclassified


When visiting Special:BlockList/username the list is filter by the username,
but the username is not shown/prefilled in the input field at the intro.

This is not the same as on Special:Contribs/username.

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

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


[Bug 32659] error-causing usage of 'implode' in Language::commaList(), Language::semicolonList() and Language::pipeList()

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32659

Daniel Werner  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID

--- Comment #2 from Daniel Werner  2011-11-26 20:25:59 UTC ---
Uh, wasn't really aware of that before. When I've been using these functions
for the first time I got an error message, just tuns out this wasn't the cause,
everythings ok then.

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

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


[Bug 29713] Extensions that need resource loader-ifying (tracking)

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29713

Bug 29713 depends on bug 32662, which changed state.

Bug 32662 Summary: apc.css should be loaded with ResourceLoader
https://bugzilla.wikimedia.org/show_bug.cgi?id=32662

   What|Old Value   |New Value

 Status|NEW |RESOLVED
 Resolution||FIXED

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

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


[Bug 32662] apc.css should be loaded with ResourceLoader

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32662

John Du Hart  changed:

   What|Removed |Added

   Keywords|need-review |reviewed
   Priority|Unprioritized   |Normal
 Status|NEW |RESOLVED
 CC||j...@compwhizii.net
 Resolution||FIXED
 AssignedTo|wikibugs-l@lists.wikimedia. |lewisca...@googlemail.com
   |org |

--- Comment #6 from John Du Hart  2011-11-26 20:19:33 UTC 
---
r104297

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

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


[Bug 32664] New: A message while undelete need escaping of wikitext inside username

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32664

   Web browser: ---
 Bug #: 32664
   Summary: A message while undelete need escaping of wikitext
inside username
   Product: MediaWiki
   Version: 1.19-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Deleting
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: duplicate...@googlemail.com
Classification: Unclassified


The username ($1) in the following message need escaping of wikitext, because
a user "Foo''Bar" is produce italics.

undeletepagetitle

maybe more

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

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


[Bug 32662] apc.css should be loaded with ResourceLoader

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32662

Lewis Cawte  changed:

   What|Removed |Added

   Attachment #9559|0   |1
is obsolete||

--- Comment #5 from Lewis Cawte  2011-11-26 20:12:44 
UTC ---
Created attachment 9560
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=9560
Adds ResourceLoader support for apc.css (fix previous patch errors)

Fix spacing.

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

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


[Bug 19667] Don't display OpenLayers control when printing

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19667

Jeroen De Dauw  changed:

   What|Removed |Added

 Status|ASSIGNED|NEW
 AssignedTo|jeroen_ded...@yahoo.com |wikibugs-l@lists.wikimedia.
   ||org

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

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


[Bug 19651] Write a script to generate a unique installation of OpenLayers for every supported user language

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19651

Jeroen De Dauw  changed:

   What|Removed |Added

 AssignedTo|jeroen_ded...@yahoo.com |wikibugs-l@lists.wikimedia.
   ||org

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

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


[Bug 32663] SemanticMaps: `kml' format: all the locations are doubled.

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32663

Jeroen De Dauw  changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal

--- Comment #1 from Jeroen De Dauw  2011-11-26 
20:07:56 UTC ---
Confirmed.

-- 
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 32654] SemanticMediaWiki: Named arguments for template + debug output.

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32654

Jeroen De Dauw  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #5 from Jeroen De Dauw  2011-11-26 
20:06:48 UTC ---
Applied in r104296, thnx for the patch :)

I'm not sure "named args" is the best way to name this param. "namedargs" might
be better. Topic for the list I'd say.

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

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


[Bug 32662] apc.css should be loaded with ResourceLoader

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32662

--- Comment #4 from John Du Hart  2011-11-26 20:04:37 UTC 
---
Comment on attachment 9559
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=9559
?debug=1 works

+'styles' => 'apc.css',

Spaces, otherwise I'll apply 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 32661] Datatype quantity does not recognize comma

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32661

Jeroen De Dauw  changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal

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

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


[Bug 32662] apc.css should be loaded with ResourceLoader

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32662

Lewis Cawte  changed:

   What|Removed |Added

   Attachment #9558|0   |1
is obsolete||

--- Comment #3 from Lewis Cawte  2011-11-26 20:02:26 
UTC ---
Created attachment 9559
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=9559
?debug=1 works

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

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


[Bug 32662] apc.css should be loaded with ResourceLoader

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32662

--- Comment #2 from Lewis Cawte  2011-11-26 19:58:12 
UTC ---
Comment on attachment 9558
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=9558
Add ResourceLoader support

>Index: APC.php
>===
>--- APC.php(revision 104292)
>+++ APC.php(working copy)
>@@ -32,3 +32,7 @@
> $wgSpecialPageGroups['APC'] = 'wiki';
> 
> $wgAvailableRights[] = 'apc';
>+
>+$wgResourceModules['ext.apc'] = array(
>+'styles' => 'apc.css',
>+'localBasePath' => dirname(__FILE__),
>+'remoteExtPath' => 'APC'
>+);
>Index: SpecialAPC.php
>===
>--- SpecialAPC.php (revision 104292)
>+++ SpecialAPC.php (working copy)
>@@ -100,9 +100,7 @@
>   }
>   }
> 
>-  $wgOut->addLink( array( 'rel' => 'stylesheet', 'type' => 
>'text/css',
>-  'href' => 
>"$wgScriptPath/extensions/APC/apc.css?$wgStyleVersion", )
>-  );
>+  $wgOut->addModuleStyles( 'ext.apc' );
> 
>   $this->getLogo();
>   $this->mainMenu();

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


[Bug 32663] New: SemanticMaps: `kml' format: all the locations are doubled.

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32663

   Web browser: ---
 Bug #: 32663
   Summary: SemanticMaps: `kml' format: all the locations are
doubled.
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: SemanticMaps
AssignedTo: jeroen_ded...@yahoo.com
ReportedBy: van.de.bug...@gmail.com
Classification: Unclassified


In case of `kml' format, every location is printed twice (every `'
with all the content is doubled). The bug is specific for `kml' format, `map'
format is not affected.

-- 
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 32662] apc.css should be loaded with ResourceLoader

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32662

Reedy  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 the assignee for the bug.
You are on the CC list for the bug.

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


[Bug 32662] apc.css should be loaded with ResourceLoader

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32662

--- Comment #1 from Lewis Cawte  2011-11-26 19:38:46 
UTC ---
Created attachment 9558
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=9558
Add ResourceLoader support

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

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


[Bug 29713] Extensions that need resource loader-ifying (tracking)

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29713

Reedy  changed:

   What|Removed |Added

 Depends on||32662

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

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


[Bug 32662] apc.css should be loaded with ResourceLoader

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32662

Reedy  changed:

   What|Removed |Added

 Blocks||29713

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

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


[Bug 32662] New: apc.css should be loaded with ResourceLoader

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32662

   Web browser: ---
 Bug #: 32662
   Summary: apc.css should be loaded with ResourceLoader
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: minor
  Priority: Unprioritized
 Component: APC
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: lewisca...@googlemail.com
Classification: Unclassified


Well, the title basicly tells the entire story. The apc.css file should be
loaded with ResourceLoader.

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

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


[Bug 32659] error-causing usage of 'implode' in Language::commaList(), Language::semicolonList() and Language::pipeList()

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32659

duplicate...@googlemail.com changed:

   What|Removed |Added

 CC||duplicate...@googlemail.com

--- Comment #1 from duplicate...@googlemail.com 2011-11-26 19:34:13 UTC ---
http://www.php.net/manual/en/function.implode.php

Note: 

implode() can, for historical reasons, accept its parameters in either order.
For consistency with explode(), however, it may be less confusing to use the
documented order of arguments.

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

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


[Bug 32654] SemanticMediaWiki: Named arguments for template + debug output.

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32654

Van de Bugger  changed:

   What|Removed |Added

   Attachment #9554|0   |1
is obsolete||

--- Comment #4 from Van de Bugger  2011-11-26 19:17:31 
UTC ---
Created attachment 9557
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=9557
Attempt #2, no `debug' parameter.

`debug' parameter dropped.

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

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


[Bug 32632] SemanticMaps: Title.

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32632

Van de Bugger  changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED

--- Comment #6 from Van de Bugger  2011-11-26 19:04:18 
UTC ---
Thanks for quick reaction. Verified on r104292.

-- 
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 32660] File extensions for the same file type should not allow variations of a file name (File:X.jpg, File:X.jpeg, File:X.JPG should all refer to the same file)

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32660

--- Comment #3 from Bawolff  2011-11-26 19:01:26 UTC ---
(In reply to comment #2)
> Thanks. A few technical issues to resolve:
> 
> 1) If this is implemented, will it be implemented for all projects or just for
> English Wikipedia at first?

Depends on the implantation, but I would imagine this would apply to all
projects. This doesn't sound like something that a config option would be
appropriate for.

> 2) Will there be a grandfather clause built into the change, so that only 
> files
> uploaded after the change is made will be effected, or will there be no
> grandfather clause?

It's unlikely we would fix this is a non-backwards compatible way. MediaWiki is
not just used by Wikimedia folks. We also have to make sure this doesn't break
files on non-Wikimedia wikis where they wouldn't be aware of the change.



My idea on how to implement this would be (This is off the top of my head, I
haven't really looked into the issues involved)

*When uploading new files. The file extension is normalized (If you try to
upload Foo.JPeG in gets saved as Foo.jpg). [This part should be easy]
*When linking/looking at/whatever for a file named Bar.JpEG, MediaWiki first
checks to see if Bar.JpEg exists, and if not assumes you meant Bar.jpg and uses
that instead. [This part might be a little more tricky. Have to check to make
sure that code doesn't assume that if a file is returned it matches the
requested 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 32661] New: Datatype quantity does not recognize comma

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32661

   Web browser: ---
 Bug #: 32661
   Summary: Datatype quantity does not recognize comma
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Semantic MediaWiki
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: i...@design-hunger.com
CC: jeroen_ded...@yahoo.com, mar...@semantic-mediawiki.org
Classification: Unclassified


For a German wiki, numbers should be working like this: 1000,12 (onetousand
decimal seperator twelfe)

On http://de.wiki-products.org/Audi_A1_1.6_TDI the value " Mix-Verbrauch
(l/100km): 3,8" is entered. SWM seems only to recognize 3, omitting the places
after the comma.

When browsing this through the semantic browser at
http://de.wiki-products.org/Spezial:Browse/Audi-20A1-201.6-20TDI
I'm getting only "Mix-Verbrauch 3 l/100km", not the expected "3,8 l/100
km".

http://de.wiki-products.org/MediaWiki:Smw_kiloseparator is empty and
http://de.wiki-products.org/MediaWiki:Smw_decseparator is set to ","

The property is set to http://de.wiki-products.org/Attribut:Mix-Verbrauch
[[Datentyp::Menge]]
[[Entspricht::1 l/100km]]

The English equivalent would be:
[[Has type::Quantity]]
[[Corresponds to::1 l/100km]]


http://de.wiki-products.org/Spezial:Version
SMW 1.6.1 SF 2.2.1 MW 1.17.0

There seems to be a problem in using the comma, that could either refer to SMW

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

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


[Bug 18248] Redirects to Images on Shared Repos do not work

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18248

Bryan Tong Minh  changed:

   What|Removed |Added

 CC||da...@daschmedia.de

--- Comment #11 from Bryan Tong Minh  2011-11-26 
18:06:01 UTC ---
*** Bug 32658 has been marked as a duplicate of this bug. ***

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

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


[Bug 32658] Not following redirects to Wikimedia Commons

2011-11-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32658

Bryan Tong Minh  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE

--- Comment #1 from Bryan Tong Minh  2011-11-26 
18:06:01 UTC ---


*** This bug has been marked as a duplicate of bug 18248 ***

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

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


  1   2   >