Last modified: 2014-02-28 16:21:08 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 T55817, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 53817 - Setup proper daily harvesting of the "commonscat" table in the monuments database
Setup proper daily harvesting of the "commonscat" table in the monuments data...
Status: NEW
Product: Wiki Loves Monuments
Classification: Unclassified
Database (Other open bugs)
unspecified
All All
: Low normal
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks: 53807
  Show dependency treegraph
 
Reported: 2013-09-05 18:15 UTC by Maarten Dammers
Modified: 2014-02-28 16:21 UTC (History)
1 user (show)

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


Attachments

Description Maarten Dammers 2013-09-05 18:15:46 UTC
Hacked up some harvesting a time ago:

mysql> SELECT COUNT(*) FROM commonscat;
+----------+
| COUNT(*) |
+----------+
|    12015 |
+----------+
1 row in set (0.00 sec)

CREATE TABLE `commonscat` (
  `site` enum('be-x-old','ca','da','de','en','es','et','fr','gl','lb','nl','no','pl','pt','ro','sv') NOT NULL,
  `title` varchar(255) NOT NULL DEFAULT '',
  `commonscat` varchar(255) DEFAULT NULL,
  `changed` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  PRIMARY KEY (`site`,`title`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8

Should set up daily harvesting so this can be used by other tools.

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


Navigation
Links