Last modified: 2014-01-03 16:00:37 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T61385, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 59385 - DBQ-130 Find files containing string "www.wga.hu" which are not in [[Category:Web Gallery of Art]]
DBQ-130 Find files containing string "www.wga.hu" which are not in [[Category...
Status: RESOLVED FIXED
Product: Tool Labs tools
Classification: Unclassified
Database Queries (Other open bugs)
unspecified
All All
: Unprioritized minor
: ---
Assigned To: Bugzilla Bug Importer (valhallasw)
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-01-03 16:00 UTC by Bugzilla Bug Importer (valhallasw)
Modified: 2014-01-03 16:00 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Bugzilla Bug Importer (valhallasw) 2014-01-03 16:00:27 UTC
This issue was converted from https://jira.toolserver.org/browse/DBQ-130.
Summary: Find files containing string "www.wga.hu" which are not in [[Category:Web Gallery of Art]] 
Issue type: Task - A task that needs to be done.
Priority: Minor
Status: Done
Assignee: Hoo man <hoo@online.de>

-------------------------------------------------------------------------------
From: Jarek Tuszynski <jaroslaw.w.tuszynski@saic.com>
Date: Wed, 23 Mar 2011 17:27:14
-------------------------------------------------------------------------------

Find files in Commons containing string "www.wga.hu" which are not in [[Category:Web Gallery of Art]] or its subcategory [[Category:Images from Web Gallery of Art]].
Comment 1 Bugzilla Bug Importer (valhallasw) 2014-01-03 16:00:29 UTC
-------------------------------------------------------------------------------
From: Hoo man <hoo@online.de>
Date: Wed, 23 Mar 2011 20:39:44
-------------------------------------------------------------------------------

There is not even a single file on commons which has the string www.wga.hu in it's file name:
    
    mysql> SELECT * FROM page WHERE page_namespace = 6 AND page_title LIKE "%www.wga.hu%" LIMIT 1;
    Empty set (3 min 48.33 sec)
    

Are you sure that this is the right string? If so, there is nothing to do for me here :/

(same with just wga.hu, btw)
Comment 2 Bugzilla Bug Importer (valhallasw) 2014-01-03 16:00:31 UTC
-------------------------------------------------------------------------------
From: Jarek Tuszynski <jaroslaw.w.tuszynski@saic.com>
Date: Wed, 23 Mar 2011 20:45:17
-------------------------------------------------------------------------------

I meant in the file description not filename.
Comment 3 Bugzilla Bug Importer (valhallasw) 2014-01-03 16:00:33 UTC
-------------------------------------------------------------------------------
From: Hoo man <hoo@online.de>
Date: Wed, 23 Mar 2011 20:46:24
-------------------------------------------------------------------------------

Someone told me, that you may mean the image description and not the file name, so I'm going to search in that now.

Thank you for your patience and please excuse my mistake
Comment 4 Bugzilla Bug Importer (valhallasw) 2014-01-03 16:00:34 UTC
-------------------------------------------------------------------------------
From: Hoo man <hoo@online.de>
Date: Thu, 24 Mar 2011 13:01:14
-------------------------------------------------------------------------------

SQL:
    
    SELECT page_title as file FROM image INNER JOIN page ON img_name = page_title WHERE page.page_namespace = 6 AND img_description LIKE '%www.wga.hu%' AND NOT EXISTS (SELECT 1 FROM categorylinks WHERE (categorylinks.cl_to = 'Web_Gallery_of_Art' OR categorylinks.cl_to = 'Images_from_Web_Gallery_of_Art') AND categorylinks.cl_from = page.page_id);

Result:  
http://toolserver.org/~hoo/dbq/dbq-130.txt
Comment 5 Bugzilla Bug Importer (valhallasw) 2014-01-03 16:00:36 UTC
-------------------------------------------------------------------------------
From: Jarek Tuszynski <jaroslaw.w.tuszynski@saic.com>
Date: Thu, 24 Mar 2011 15:57:29
-------------------------------------------------------------------------------

Thanks a lot I added them all into [[Category:Web Gallery of Art]] now.
Comment 6 Bugzilla Bug Importer (valhallasw) 2014-01-03 16:00:37 UTC
This bug was imported as RESOLVED. The original assignee has therefore not been
set, and the original reporters/responders have not been added as CC, to
prevent bugspam.

If you re-open this bug, please consider adding these people to the CC list:
Original assignee: hoo@online.de
CC list: hoo@online.de, jaroslaw.w.tuszynski@leidos.com

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links