Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Revert "Remove "in_wiki_en" column. Wasn't used." | Jochen Topf | 2015-07-16 |
| | | | | | | | This reverts commit b9e7209f12e755881e9d9f951ba3f715fd4dab14. Turns out the in_wiki_en column is used after all (in the keys/without_wiki_page api call). | ||
* | Remove deprecated PRAGMA count_changes = OFF; | Jochen Topf | 2015-03-06 |
| | |||
* | make sqlite3 full-text search tokenizer configurable. | Kuang-che Wu | 2015-02-05 |
| | | | | | | | | | 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. | ||
* | Add 'id' and 'sh' languages. | Jochen Topf | 2014-12-14 |
| | |||
* | Merge pull request #98 from kcwu/fix-zh-lang | Jochen Topf | 2014-12-06 |
|\ | | | | | Fix translation of language name for zh-hans and zh-hant | ||
| * | Fix translation of language name for zh-hans and zh-hant | Kuang-che Wu | 2014-12-06 |
| | | |||
* | | Make the update script more portable | Kuang-che Wu | 2014-12-06 |
|/ | | | | | | 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. | ||
* | 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. | Jochen Topf | 2014-09-18 |
| | | | | | | * 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. | ||
* | 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. | Jochen Topf | 2014-09-07 |
| | | | | SQL Function instr() isn't available in old sqlite versions. | ||
* | 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. | Jochen Topf | 2014-05-13 |
| | | | | Their functionality is now in selection.sql. | ||
* | 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. | Jochen Topf | 2014-05-13 |
| | | | | This effectively disables built-in macros that can mess up the result. | ||
* | Fix selection db path and general cleanups in update scripts. | Jochen Topf | 2014-05-13 |
| | |||
* | Add selection database which will replace *.lst files. | Jochen Topf | 2014-05-13 |
| | | | | | | | | | 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. | ||
* | Create list of frequent tags. | Jochen Topf | 2014-05-11 |
| | | | | This can later be used to create maps for them. | ||
* | Update languages.sql | Andreas Abraham | 2013-10-29 |
| | | | Added language names which are not yet in the table. | ||
* | fix master update.sh | Jochen Topf | 2013-05-27 |
| | |||
* | Make minimum number of tags/relations of some type needed for some ↵ | Jochen Topf | 2013-05-27 |
| | | | | statistics configurable. | ||
* | Remove part of the Merkaartor code. This was never used and the Merkaartor ↵ | Jochen Topf | 2013-05-27 |
| | | | | editor is no longer maintained. | ||
* | 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 | Jochen Topf | 2013-01-10 |
| | | | | | | 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. | ||
* | 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 | 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) | ||
* | Numerous report improvments | Jochen Topf | 2010-11-09 |
| |