summaryrefslogtreecommitdiff
path: root/sources/wiki
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.
* Remove superfluous semikolons at end of lines.Jochen Topf2015-03-09
| | | | You know you have been programming in C++ for too long when...
* Fix up thumbnail image URLs from Wikimedia Commons.Jochen Topf2015-03-08
|
* Don't hard code ruby pathKuang-che Wu2014-12-06
| | | | | On FreeBSD, ruby is installed at /usr/local/bin/ruby. To make it more portable, find ruby interpreter from env (PATH).
* Remove spaces at line endings.Jochen Topf2014-09-29
|
* Fixed detection of wiki page types.Jochen Topf2014-05-18
|
* Ignore Tag templates without tagJochen Topf2014-04-30
|
* Bugfix: Wiki parser choked on templates in wrong spotJochen Topf2013-02-23
|
* Set :create_additions => false for JSON parse, because we don't need it and ↵Jochen Topf2013-02-23
| | | | it might lead to security problems
* It seems the mediawiki API has changed and this fixes itJochen Topf2013-02-10
|
* Updated ruby import scriptsJochen Topf2013-01-24
| | | | | | * Removed rubygems require which isn't needed any more in Ruby 1.9 * Updated transaction syntax to use blocks * Updated copyright year
* Add in_wiki and in_wiki_en columns to tags and selected_tags tableJochen Topf2013-01-24
|
* Allow overriding of ruby version in update scriptsJochen Topf2013-01-22
|
* Force results from wiki requests to be UTF-8Jochen Topf2013-01-22
|
* Fix require path for ruby 1.9Jochen Topf2013-01-20
|
* Add some more statsJochen Topf2013-01-19
|
* Rename sql indexesJochen Topf2013-01-19
|
* No need to output to STDERR in import filesJochen Topf2013-01-19
|
* Add support for relation type imagesJochen Topf2013-01-18
|
* Get images for relations, tooJochen Topf2013-01-18
|
* Add parsing of Relation:* pages to wiki source.Jochen Topf2013-01-17
|
* Remove HTML comments from wiki pagesJochen Topf2013-01-14
|
* Consolidate user-agent setting in mediawiki libJochen Topf2013-01-11
|
* Bugfix: Wiki images sometimes appeared twice in listJochen Topf2013-01-10
|
* Improved wiki parsing and cache pagesJochen Topf2013-01-10
|
* Improve thumbnail format detectionJochen Topf2013-01-09
|
* Better display of wiki import errorsJochen Topf2013-01-09
|
* Call get_image_info.rb in wiki update scriptJochen Topf2013-01-09
|
* Bugfix: Storing of symbols in sqliteJochen Topf2013-01-09
|
* 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
|
* Update copyright yearJochen Topf2012-01-15
|
* require rubygems in all import scriptsJochen Topf2011-03-07
|
* 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