Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Remove obsolete sql scripts.•••Their functionality is now in selection.sql. | Jochen Topf | 2014-05-13 |
* | Do packing of databases with bzip2 in parallel. | Jochen Topf | 2014-05-13 |
* | Add pragmas to make the sqlite stuff run a little faster. | Jochen Topf | 2014-05-13 |
* | Add --prefix-builtins option to calls to m4 command.•••This effectively disables built-in macros that can mess up the result. | Jochen Topf | 2014-05-13 |
* | Fix selection db path and general cleanups in update scripts. | Jochen Topf | 2014-05-13 |
* | The tagstats binary is no longer available in the repository.•••You have to compile it yourself. | Jochen Topf | 2014-05-13 |
* | Use sqlite db file instead of text *.lst files for selected data.•••This changes the way some data is given from one taginfo update run to the next. Instead of plain text files an sqlite database is used. Part of the update is a new version of the upstream sqlite.hpp file. After this commit the update has to be run twice to get all data updated properly. | Jochen Topf | 2014-05-13 |
* | Remove defunct merkaartor source files. | Jochen Topf | 2014-05-13 |
* | Add selection database which will replace *.lst files.•••The *.lst files generated by the update script are problematic because they don't work when special characters like "line feeds" are in tags. This commit adds creation of a database called "selection.db" that contains all this data, but it is not used yet. Adds dependency on m4 program. | Jochen Topf | 2014-05-13 |
* | Add code to create maps for tags.•••For a long time we had the capability to create overview maps for keys, but never for tags (ie key-value-combinations). This commit now adds code to create maps for frequently used tags. We can't create maps for all tags, because each map takes about 8k in RAM and there are a lot of tags. | Jochen Topf | 2014-05-12 |
* | Create list of frequent tags.•••This can later be used to create maps for them. | Jochen Topf | 2014-05-11 |
* | Ignore Tag templates without tag | Jochen Topf | 2014-04-30 |
* | Update language registry URL | Jochen Topf | 2014-02-17 |
* | Update languages.sql•••Added language names which are not yet in the table. | Andreas Abraham | 2013-10-29 |
* | Make min_tag_combination_count configurable at runtime | Jochen Topf | 2013-10-07 |
* | fix master update.sh | Jochen Topf | 2013-05-27 |
* | Make minimum number of tags/relations of some type needed for some statistics... | Jochen Topf | 2013-05-27 |
* | Remove part of the Merkaartor code. This was never used and the Merkaartor ed... | Jochen Topf | 2013-05-27 |
* | 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 i... | Jochen Topf | 2013-02-23 |
* | It seems the mediawiki API has changed and this fixes it | Jochen Topf | 2013-02-10 |
* | Only include date in history_stats table | Jochen Topf | 2013-01-24 |
* | Add history database to update scripts | Jochen Topf | 2013-01-24 |
* | Updated ruby import scripts•••* Removed rubygems require which isn't needed any more in Ruby 1.9 * Updated transaction syntax to use blocks * Updated copyright year | Jochen Topf | 2013-01-24 |
* | Add in_wiki and in_wiki_en columns to tags and selected_tags table | Jochen Topf | 2013-01-24 |
* | Remove now superfluous perl script | Jochen Topf | 2013-01-24 |
* | Reimplemented update_characters in Ruby.•••Now that we are using Ruby 1.9 we have the necessary Unicode support and can get rid of the last Perl dependency. | Jochen Topf | 2013-01-23 |
* | Use ruby instead of perl in master update script | Jochen Topf | 2013-01-22 |
* | 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 |
* | Rename (key|tag)pairs to (key|tag)_combinations | 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 |
* | Set data_until for languages source to import time | Jochen Topf | 2013-01-18 |
* | Add parsing of Relation:* pages to wiki source. | Jochen Topf | 2013-01-17 |
* | Remove unused prevalent_values field in keys sql table | Jochen Topf | 2013-01-17 |
* | Include languages source in master | Jochen Topf | 2013-01-17 |
* | Extend languages source to get info about scripts. | Jochen Topf | 2013-01-15 |
* | Get CLDR language infos in languages source | Jochen Topf | 2013-01-15 |
* | db update with interesting relation types | Jochen Topf | 2013-01-15 |
* | Remove HTML comments from wiki pages | Jochen Topf | 2013-01-14 |
* | Add data on all relation types to relation_types table | Jochen Topf | 2013-01-14 |
* | Extract prevalent relation member roles. | Jochen Topf | 2013-01-14 |
* | Add db indexes for relation types and roles | Jochen Topf | 2013-01-14 |
* | Create relation member and role stats | Jochen Topf | 2013-01-14 |
* | Consolidate user-agent setting in mediawiki lib | Jochen Topf | 2013-01-11 |