[Bug 27300] FileSearch does not work with MySQL due to "LOWER(img_name)"

2012-10-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27300

--- Comment #8 from Bryan Tong Minh  2012-10-25 
13:46:59 UTC ---
The neatest solution would be to introduce a CONVERT() wrapper in DatabaseBase,
but I'm not sure that is such a good idea, since there is so limited use for
this.
This could probably be fixed by using a mysql only exception in
SpecialListfiles, but that is not really nice.

-- 
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 27300] FileSearch does not work with MySQL due to "LOWER(img_name)"

2012-10-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27300

Andre Klapper  changed:

   What|Removed |Added

 CC||aklap...@wikimedia.org
Version|1.16.x  |1.18
Summary|FileSearch does not work|FileSearch does not work
   |with MySQL  |with MySQL due to
   ||"LOWER(img_name)"

--- Comment #7 from Andre Klapper  2012-10-24 04:14:04 
UTC ---
Code hasn't really changed:
https://gerrit.wikimedia.org/r/gitweb?p=mediawiki/core.git;a=blob;f=includes/specials/SpecialListfiles.php;h=cc05522124dba4e939f4557f1c887bbbe137a19e;hb=HEAD#l84

-- 
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 27300] FileSearch does not work with MySQL

2012-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27300

Sumana Harihareswara  changed:

   What|Removed |Added

 CC||marcin.cies...@gmail.com

--- Comment #6 from Sumana Harihareswara  2012-10-14 
21:22:39 UTC ---
Is this still reproducible?

-- 
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 27300] FileSearch does not work with MySQL

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

Krinkle  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 27300] FileSearch does not work with MySQL

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

Krinkle  changed:

   What|Removed |Added

Version|1.16.2  |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 27300] FileSearch does not work with MySQL

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

Board of Trustees  changed:

   What|Removed |Added

 CC|bryan.tongm...@gmail.com,   |br...@wikimedia.org,
   |suma...@panix.com   |remote_bo...@hotmail.com

--- Comment #6 from Board of Trustees  2011-11-25 
06:47:16 UTC ---
Board of Trustees changes.

-- 
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 27300] FileSearch does not work with MySQL

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

--- Comment #5 from b.wilh...@mediahof.de 2011-11-21 09:15:43 UTC ---
(In reply to comment #4)
> b.wilhelm, have you had time to respond to Bryan Tong Minh's comment about 
> your
> patch?  I hope you'll update it to work against current trunk.  Thank you!

in mediawiki 1.17 and 1.18RC1 in file includes\specials\SpecialListfiles.php
search "LOWER(img_name)"
replace "LOWER(CONVERT(img_name USING utf8))"
(without quotes)

-- 
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 27300] FileSearch does not work with MySQL

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

Sumana Harihareswara  changed:

   What|Removed |Added

   Keywords||reviewed
 CC||suma...@panix.com

--- Comment #4 from Sumana Harihareswara  2011-11-09 
03:01:36 UTC ---
b.wilhelm, have you had time to respond to Bryan Tong Minh's comment about your
patch?  I hope you'll update it to work against current trunk.  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 27300] FileSearch does not work with MySQL

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

Brion Vibber  changed:

   What|Removed |Added

   Attachment #8119|0   |1
   is patch||
   Attachment #8119|application/octet-stream|text/plain
  mime type||

-- 
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 27300] FileSearch does not work with MySQL

2011-02-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27300

Bryan Tong Minh  changed:

   What|Removed |Added

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

--- Comment #2 from Bryan Tong Minh  2011-02-10 
10:55:29 UTC ---
The contents of the fields is utf8, so it should be something like
CONVERT(img_name USING utf8).
This would presumably break other databases 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 27300] FileSearch does not work with MySQL

2011-02-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27300

--- Comment #1 from b.wilh...@mediahof.de 2011-02-10 10:35:05 UTC ---
Created attachment 8119
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=8119
Change on Line 43

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