aboutsummaryrefslogtreecommitdiff
path: root/sources/master
Commit message (Expand)AuthorAge
* Remove deprecated PRAGMA count_changes = OFF;Jochen Topf2015-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 Wu2015-02-05
* Add 'id' and 'sh' languages.Jochen Topf2014-12-14
* Merge pull request #98 from kcwu/fix-zh-lang•••Fix translation of language name for zh-hans and zh-hantJochen Topf2014-12-06
|\
| * Fix translation of language name for zh-hans and zh-hantKuang-che Wu2014-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 Wu2014-12-06
|/
* Update code of pt-BR.Jochen Topf2014-11-23
* Remove last remnant of JOSM source.Jochen Topf2014-10-02
* Remove spaces at line endings.Jochen Topf2014-09-29
* Remove "in_wiki_en" column. Wasn't used.Jochen Topf2014-09-29
* Remove in_josm and in_potlatch columns. (Were unused for a while.)Jochen Topf2014-09-29
* Use new top_tags table instead of old selected_tags table.Jochen Topf2014-09-29
* Set number of projects using a tag in top_tags table.Jochen Topf2014-09-19
* Add top_tags table that will be used later...Jochen Topf2014-09-18
* Remove some cleanup code left for backwards compatibility.Jochen Topf2014-09-18
* More JOSM cleanup.Jochen Topf2014-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 Topf2014-09-18
* Remove temporary hack.Jochen Topf2014-09-18
* Removed unused Potlatch-related code.Jochen Topf2014-09-14
* Disable half of the JOSM-to-project hack.•••SQL Function instr() isn't available in old sqlite versions. Jochen Topf2014-09-07
* Add temporary hack to pull JOSM data into projects.Jochen Topf2014-09-06
* Include projects source in master.sql.Jochen Topf2014-08-21
* Output some counts from selection.db into update log.Jochen Topf2014-06-01
* Remove last remnants of never-used merkaartor source.Jochen Topf2014-05-20
* Capitalize language names.Jochen Topf2014-05-19
* Add missing language names.Jochen Topf2014-05-18
* Remove obsolete sql scripts.•••Their functionality is now in selection.sql. Jochen Topf2014-05-13
* Add pragmas to make the sqlite stuff run a little faster.Jochen Topf2014-05-13
* Add --prefix-builtins option to calls to m4 command.•••This effectively disables built-in macros that can mess up the result. Jochen Topf2014-05-13
* Fix selection db path and general cleanups in update scripts.Jochen Topf2014-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 Topf2014-05-13
* Create list of frequent tags.•••This can later be used to create maps for them. Jochen Topf2014-05-11
* Update languages.sql•••Added language names which are not yet in the table.Andreas Abraham2013-10-29
* fix master update.shJochen Topf2013-05-27
* Make minimum number of tags/relations of some type needed for some statistics...Jochen Topf2013-05-27
* Remove part of the Merkaartor code. This was never used and the Merkaartor ed...Jochen Topf2013-05-27
* Only include date in history_stats tableJochen Topf2013-01-24
* Add history database to update scriptsJochen Topf2013-01-24
* Add in_wiki and in_wiki_en columns to tags and selected_tags tableJochen Topf2013-01-24
* Use ruby instead of perl in master update scriptJochen Topf2013-01-22
* Include languages source in masterJochen Topf2013-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 Topf2013-01-10
* Create and read interesting_tags.lstJochen Topf2011-12-11
* Postprocessing for tag combination counting.Jochen Topf2011-12-11
* generate list of interesting tagsJochen Topf2011-12-10
* Improved search and some more translationsJochen Topf2010-11-22
* Removed obsolete master_meta tableJochen Topf2010-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 Topf2010-11-13
* Numerous report improvmentsJochen Topf2010-11-09
* Finished report: Frequently Used Keys Without Wiki PageJochen Topf2010-11-06