summaryrefslogtreecommitdiff
path: root/sources/wiki/pre.sql
Commit message (Collapse)AuthorAge
* Get and classify all links in wiki to Key/Tag/Relation pages.Jochen Topf2015-04-28
| | | | | | | | This adds two scripts, the first (get_links.rb) uses the Mediawiki API to get all pages that link to any Key/Tag/Relation pages. The second (classify_links.rb) puts those links into different categories. The update script is prepared to call those scripts, but the code is disabled at the moment.
* Add parsing of Relation:* pages to wiki source.Jochen Topf2013-01-17
|
* Better support for wiki images.Jochen Topf2013-01-09
| | | | | | | | | | | | | Key and tag wiki pages can contain images. Until now we only got the titles of those images. Now we also get the URL to the image, URL to thumbnails, width, height, and mime type. This information is now exposed in the API and it is used to show the images in the Overview tab of the key and tag pages. While we are changing the update process anyway, I changed the program that gets the list of all pages to also output the time those pages changed last. This information is currently not used, but it could be used to cache those pages locally making the update much faster and adding less strain to the wiki server.
* Add minimal support for wiki pages fulltext searchJochen Topf2012-10-14
|
* Multiple changesJochen Topf2010-11-13
| | | | | | | * Improved and cleaned up source import scripts * Improved some reports and report overview * New osmium version that uses a better hash function * Some experimental magic to include Javascipt in an easier way (tested in keys.erb)
* Store error messages from wiki import in database.Jochen Topf2010-11-09
|
* Numerous report improvmentsJochen Topf2010-11-09
|
* Added experimental protovis bar chart to key values tabJochen Topf2010-10-14
| | | | allow more rows to be show in flexigrid tables
* first commitJochen Topf2010-10-04