Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Get and classify all links in wiki to Key/Tag/Relation pages. | Jochen Topf | 2015-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 Topf | 2015-03-09 |
| | | | | You know you have been programming in C++ for too long when... | ||
* | Fix up thumbnail image URLs from Wikimedia Commons. | Jochen Topf | 2015-03-08 |
| | |||
* | Don't hard code ruby path | Kuang-che Wu | 2014-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 Topf | 2014-09-29 |
| | |||
* | Fixed detection of wiki page types. | Jochen Topf | 2014-05-18 |
| | |||
* | Ignore Tag templates without tag | Jochen Topf | 2014-04-30 |
| | |||
* | Bugfix: Wiki parser choked on templates in wrong spot | Jochen Topf | 2013-02-23 |
| | |||
* | Set :create_additions => false for JSON parse, because we don't need it and ↵ | Jochen Topf | 2013-02-23 |
| | | | | it might lead to security problems | ||
* | It seems the mediawiki API has changed and this fixes it | Jochen Topf | 2013-02-10 |
| | |||
* | Updated ruby import scripts | Jochen Topf | 2013-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 table | Jochen Topf | 2013-01-24 |
| | |||
* | Allow overriding of ruby version in update scripts | Jochen Topf | 2013-01-22 |
| | |||
* | Force results from wiki requests to be UTF-8 | Jochen Topf | 2013-01-22 |
| | |||
* | Fix require path for ruby 1.9 | Jochen Topf | 2013-01-20 |
| | |||
* | Add some more stats | Jochen Topf | 2013-01-19 |
| | |||
* | Rename sql indexes | Jochen Topf | 2013-01-19 |
| | |||
* | No need to output to STDERR in import files | Jochen Topf | 2013-01-19 |
| | |||
* | Add support for relation type images | Jochen Topf | 2013-01-18 |
| | |||
* | Get images for relations, too | Jochen Topf | 2013-01-18 |
| | |||
* | Add parsing of Relation:* pages to wiki source. | Jochen Topf | 2013-01-17 |
| | |||
* | Remove HTML comments from wiki pages | Jochen Topf | 2013-01-14 |
| | |||
* | Consolidate user-agent setting in mediawiki lib | Jochen Topf | 2013-01-11 |
| | |||
* | Bugfix: Wiki images sometimes appeared twice in list | Jochen Topf | 2013-01-10 |
| | |||
* | Improved wiki parsing and cache pages | Jochen Topf | 2013-01-10 |
| | |||
* | Improve thumbnail format detection | Jochen Topf | 2013-01-09 |
| | |||
* | Better display of wiki import errors | Jochen Topf | 2013-01-09 |
| | |||
* | Call get_image_info.rb in wiki update script | Jochen Topf | 2013-01-09 |
| | |||
* | Bugfix: Storing of symbols in sqlite | Jochen Topf | 2013-01-09 |
| | |||
* | Better support for wiki images. | Jochen Topf | 2013-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 search | Jochen Topf | 2012-10-14 |
| | |||
* | Update copyright year | Jochen Topf | 2012-01-15 |
| | |||
* | require rubygems in all import scripts | Jochen Topf | 2011-03-07 |
| | |||
* | Multiple changes | Jochen Topf | 2010-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 Topf | 2010-11-09 |
| | |||
* | Numerous report improvments | Jochen Topf | 2010-11-09 |
| | |||
* | Added experimental protovis bar chart to key values tab | Jochen Topf | 2010-10-14 |
| | | | | allow more rows to be show in flexigrid tables | ||
* | first commit | Jochen Topf | 2010-10-04 |