summaryrefslogtreecommitdiff
path: root/sources/master
Commit message (Collapse)AuthorAge
* Revert "Remove "in_wiki_en" column. Wasn't used."Jochen Topf2015-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 Topf2015-03-06
|
* make sqlite3 full-text search tokenizer configurable.Kuang-che Wu2015-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 Topf2014-12-14
|
* Merge pull request #98 from kcwu/fix-zh-langJochen Topf2014-12-06
|\ | | | | Fix translation of language name for zh-hans and zh-hant
| * Fix translation of language name for zh-hans and zh-hantKuang-che Wu2014-12-06
| |
* | Make the update script more portableKuang-che Wu2014-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 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.Jochen Topf2014-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 Topf2014-09-18
|
* Removed unused Potlatch-related code.Jochen Topf2014-09-14
|
* Disable half of the JOSM-to-project hack.Jochen Topf2014-09-07
| | | | SQL Function instr() isn't available in old sqlite versions.
* 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.Jochen Topf2014-05-13
| | | | Their functionality is now in selection.sql.
* Add pragmas to make the sqlite stuff run a little faster.Jochen Topf2014-05-13
|
* Add --prefix-builtins option to calls to m4 command.Jochen Topf2014-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 Topf2014-05-13
|
* Add selection database which will replace *.lst files.Jochen Topf2014-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 Topf2014-05-11
| | | | This can later be used to create maps for them.
* Update languages.sqlAndreas Abraham2013-10-29
| | | Added language names which are not yet in the table.
* fix master update.shJochen Topf2013-05-27
|
* Make minimum number of tags/relations of some type needed for some ↵Jochen Topf2013-05-27
| | | | statistics configurable.
* Remove part of the Merkaartor code. This was never used and the Merkaartor ↵Jochen Topf2013-05-27
| | | | editor is no longer maintained.
* 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 typesJochen Topf2013-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.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 changesJochen Topf2010-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 improvmentsJochen Topf2010-11-09
|