[Bug 29325] Setting $wgStrictFileExtensions to false gives incorrect warning

2012-04-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29325

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

Version|1.16.4  |1.16

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

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


[Bug 29325] Setting $wgStrictFileExtensions to false gives incorrect warning

2012-04-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29325

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

Version|1.16|1.16.x

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

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


[Bug 29325] Setting $wgStrictFileExtensions to false gives incorrect warning

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

Matěj Grabovský mgrabov...@yahoo.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||mgrabov...@yahoo.com
 Resolution||FIXED

--- Comment #2 from Matěj Grabovský mgrabov...@yahoo.com 2011-06-18 21:27:56 
UTC ---
Fixed in r90369.

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


[Bug 29325] Setting $wgStrictFileExtensions to false gives incorrect warning

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

Mark A. Hershberger m...@everybody.org 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 29325] Setting $wgStrictFileExtensions to false gives incorrect warning

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

--- Comment #1 from Brion Vibber br...@wikimedia.org 2011-06-09 17:59:27 UTC 
---
Confirmed still present in trunk.

Looks like the warning message gets set in UploadBase::checkWarnings(), but
parameters for those messages don't get added until output time in
SpecialUpload::showUploadWarning.

That function has some special cases for specific warning messages to customize
the output; the one to watch for is 'filetype-unwanted-type'.

The similar 'filetype-banned-type' message is processed separately in
SpecialUpload::processVerificationError, so may need some common list building.

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

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