Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Remove deprecated PRAGMA count_changes = OFF; | Jochen Topf | 2015-03-06 |
* | make sqlite3 full-text search tokenizer configurable.•••OpenStreetMap is an international project. "icu" or other non-default tokenizer may be more suitable for some locales. For example, "icu" tokenizer is better than the default ("simple") for Chinese. We don't want to force all to recompile sqlite3 in order to use "icu" tokenizer, so make it configurable in taginfo-config.json. | Kuang-che Wu | 2015-02-05 |
* | Add 'id' and 'sh' languages. | Jochen Topf | 2014-12-14 |
* | Merge pull request #98 from kcwu/fix-zh-lang•••Fix translation of language name for zh-hans and zh-hant | Jochen Topf | 2014-12-06 |
|\ | |||
| * | Fix translation of language name for zh-hans and zh-hant | Kuang-che Wu | 2014-12-06 |
* | | Make the update script more portable•••On FreeBSD, "m4" is slightly different to GNU M4, for example, --prefix-builtins is GNU M4 only feature. GNU M4 is an external package at /usr/local/bin/gm4. So make it customable variable. | Kuang-che Wu | 2014-12-06 |
|/ | |||
* | Update code of pt-BR. | Jochen Topf | 2014-11-23 |
* | Remove last remnant of JOSM source. | Jochen Topf | 2014-10-02 |
* | Remove spaces at line endings. | Jochen Topf | 2014-09-29 |
* | Remove "in_wiki_en" column. Wasn't used. | Jochen Topf | 2014-09-29 |
* | Remove in_josm and in_potlatch columns. (Were unused for a while.) | Jochen Topf | 2014-09-29 |
* | Use new top_tags table instead of old selected_tags table. | Jochen Topf | 2014-09-29 |
* | Set number of projects using a tag in top_tags table. | Jochen Topf | 2014-09-19 |
* | Add top_tags table that will be used later... | Jochen Topf | 2014-09-18 |
* | Remove some cleanup code left for backwards compatibility. | Jochen Topf | 2014-09-18 |
* | More JOSM cleanup. | Jochen Topf | 2014-09-18 |
* | Preparations to remove JOSM source.•••* in_josm will now always be 0. * Whether a key is in the JOSM config or not will not influence standing in tag cloud on main page any more. | Jochen Topf | 2014-09-18 |
* | Remove temporary hack. | Jochen Topf | 2014-09-18 |
* | Removed unused Potlatch-related code. | Jochen Topf | 2014-09-14 |
* | Disable half of the JOSM-to-project hack.•••SQL Function instr() isn't available in old sqlite versions. | Jochen Topf | 2014-09-07 |
* | Add temporary hack to pull JOSM data into projects. | Jochen Topf | 2014-09-06 |
* | Include projects source in master.sql. | Jochen Topf | 2014-08-21 |
* | Output some counts from selection.db into update log. | Jochen Topf | 2014-06-01 |
* | Remove last remnants of never-used merkaartor source. | Jochen Topf | 2014-05-20 |
* | Capitalize language names. | Jochen Topf | 2014-05-19 |
* | Add missing language names. | Jochen Topf | 2014-05-18 |
* | Remove obsolete sql scripts.•••Their functionality is now in selection.sql. | 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 |
* | 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 |
* | Create list of frequent tags.•••This can later be used to create maps for them. | Jochen Topf | 2014-05-11 |
* | Update languages.sql•••Added language names which are not yet in the table. | Andreas Abraham | 2013-10-29 |
* | 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 |
* | Only include date in history_stats table | Jochen Topf | 2013-01-24 |
* | Add history database to update scripts | Jochen Topf | 2013-01-24 |
* | Add in_wiki and in_wiki_en columns to tags and selected_tags table | Jochen Topf | 2013-01-24 |
* | Use ruby instead of perl in master update script | Jochen Topf | 2013-01-22 |
* | Include languages source in master | Jochen Topf | 2013-01-17 |
* | Create list of interesting relation types•••Currently "interesting" means just all relations types that occure more than 100 times. This list is generated on update. It is currently not used but will be needed for more detailed relation type statistics. | Jochen Topf | 2013-01-10 |
* | Create and read interesting_tags.lst | Jochen Topf | 2011-12-11 |
* | Postprocessing for tag combination counting. | Jochen Topf | 2011-12-11 |
* | generate list of interesting tags | Jochen Topf | 2011-12-10 |
* | Improved search and some more translations | Jochen Topf | 2010-11-22 |
* | Removed obsolete master_meta table | Jochen Topf | 2010-11-14 |
* | Multiple changes•••* 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) | Jochen Topf | 2010-11-13 |
* | Numerous report improvments | Jochen Topf | 2010-11-09 |
* | Finished report: Frequently Used Keys Without Wiki Page | Jochen Topf | 2010-11-06 |