[Bug 61658] COMMONSDELINKER-17 Make delinker log search more user-friendly

2014-07-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61658

Steinsplitter steinsplit...@wikipedia.de changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #7 from Steinsplitter steinsplit...@wikipedia.de ---
New version online.

-- 
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 61658] COMMONSDELINKER-17 Make delinker log search more user-friendly

2014-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61658

--- Comment #3 from Bugzilla Bug Importer (valhallasw) 
wmf.bugconver...@gmail.com ---
---
From: Ilmari Karonen nos...@vyznev.net
Date: Wed, 13 Oct 2010 17:31:51
---

OK, here's some quick fixes:

  * Filenames are normalized like in MediaWiki's Title::SecureAndSplit().
  * The first letter of filenames is treated case-insensitively by searching
for both cases, just in case (pun not intended).
  * The search form is prefilled according to the URL parameters.
  * If a filename was given and no results found, inform the user. If the
filename begins with File: or Image:, suggest searching without the prefix
and provide an automatic link to do that.

I also made some smaller tweaks while at it:

  * The Content-type header is no longer set twice.
  * False values of the replacer URL parameter are treated like null.
  * The script name index.php is no longer hardcoded in links.
  * Results now show file and page names with spaces instead of underscores.
  * Results no longer prepend a colon to page names in namespace 0.

Improvements I did _not_ yet make in this version:

  * Provide paging links (next N results) and searching by timestamp.
  * Load namespace names from TS DB instead of hardcoding them.
  * Fix the max drop-down menu so that non-standard values are not reset to
50.

I put a temporary copy up at http://toolserver.org/~vyznev/temp/cd-index.php
for testing; it seems to work fine there.

-- 
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 61658] COMMONSDELINKER-17 Make delinker log search more user-friendly

2014-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61658

--- Comment #1 from Bugzilla Bug Importer (valhallasw) 
wmf.bugconver...@gmail.com ---
---
From: Siebrand Mazeland s.mazel...@xs4all.nl
Date: Tue, 12 Oct 2010 09:48:30
---

If you're willing to provide a patch, I can make the functinality available.
I'll attach the file for your convenience.

-- 
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 61658] COMMONSDELINKER-17 Make delinker log search more user-friendly

2014-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61658

--- Comment #2 from Bugzilla Bug Importer (valhallasw) 
wmf.bugconver...@gmail.com ---
---
From: Siebrand Mazeland s.mazel...@xs4all.nl
Date: Tue, 12 Oct 2010 09:52:46
---

Current code for http://toolserver.org/~delinker/index.php

-- 
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 61658] COMMONSDELINKER-17 Make delinker log search more user-friendly

2014-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61658

--- Comment #4 from Bugzilla Bug Importer (valhallasw) 
wmf.bugconver...@gmail.com ---
---
From: Siebrand Mazeland s.mazel...@xs4all.nl
Date: Wed, 13 Oct 2010 20:11:52
---

Very nice, Ilmari. I've fixed up the indentation of the generated HTML a bit
(v3 attached). I've found that some links give a 404. Could you fix that?
Example:

  * from:
http://toolserver.org/~delinker/cd-index.php?image=status=max=100replacer=1
  * link: http://commons.wikimedia.org/wiki/User:Butko%2Fgallery%2F14.10.2008

-- 
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 61658] COMMONSDELINKER-17 Make delinker log search more user-friendly

2014-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61658

--- Comment #5 from Bugzilla Bug Importer (valhallasw) 
wmf.bugconver...@gmail.com ---
---
From: Ilmari Karonen nos...@vyznev.net
Date: Wed, 13 Oct 2010 22:55:17
---

I'm pretty sure that bug was already in the original version, but well spotted
in any case. Here's a fix. While I was at it, I also made the timestamps use
nbsp; instead of a plain space as the separator – that way a single long
file/page name won't cause the entire timestamp column to be folded on two
lines. (Arguably that's a browser bug, but the workaround was easy enough.)

-- 
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 61658] COMMONSDELINKER-17 Make delinker log search more user-friendly

2014-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=61658

--- Comment #6 from Bugzilla Bug Importer (valhallasw) 
wmf.bugconver...@gmail.com ---
---
From: Siebrand Mazeland s.mazel...@xs4all.nl
Date: Thu, 14 Oct 2010 06:43:48
---

v4 is the new live version. Thank you very much for your help. Feel free to
address other CommonsDelinker issues. The current maintainers (including me)
barely have time to run it, let alone improve on the current functionality.

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