aboutsummaryrefslogtreecommitdiff
path: root/sources
Commit message (Expand)AuthorAge
* Revert "Remove "in_wiki_en" column. Wasn't used."•••This reverts commit b9e7209f12e755881e9d9f951ba3f715fd4dab14. Turns out the in_wiki_en column is used after all (in the keys/without_wiki_page api call). Jochen Topf2015-07-16
* Get and classify all links in wiki to Key/Tag/Relation pages.•••This adds two scripts, the first (get_links.rb) uses the Mediawiki API to get all pages that link to any Key/Tag/Relation pages. The second (classify_links.rb) puts those links into different categories. The update script is prepared to call those scripts, but the code is disabled at the moment. Jochen Topf2015-04-28
* Some experimental code to find unicode properties in keys.•••OSM allows nearly all unicode characters in keys and values. This is some experimental code to find keys that contain unusual characters. Currently this is not run or used in the normal setup, but I thought I'd throw it out there in case somebody wants to play with it. I am not sure yet myself where this is going. Jochen Topf2015-04-28
* Mark short keys as bad.Jochen Topf2015-03-23
* An attempt to classify all keys into 'good', 'bad', and 'unknown'.•••Of course this is very rough. Could be used to show "bad" keys in editors etc. Jochen Topf2015-03-19
* Remove unused fields from tags table.Jochen Topf2015-03-14
* Remove superfluous semikolons at end of lines.•••You know you have been programming in C++ for too long when... Jochen Topf2015-03-09
* Fix up thumbnail image URLs from Wikimedia Commons.Jochen Topf2015-03-08
* Move creation of index forward...Jochen Topf2015-03-06
* Remove deprecated PRAGMA count_changes = OFF;Jochen Topf2015-03-06
* Split up sources/db/post.sql.•••This SQL script needs a long time to run. Split it up so we can start figuring out where the problem is. Jochen Topf2015-03-06
* Remove deprecated table "selected_tags".Jochen Topf2015-03-06
* Add history database to download page.Jochen Topf2015-03-06
* Add number of similar keys to stats.Jochen Topf2015-02-26
* Run 'similarity' binary from db update script if it is available.•••This also introduces a 'bindir' config setting which must contain the directory where the binaries such as 'tagstats' and 'similarity' live. This setting will replace the current 'tagstats' setting in the future. Jochen Topf2015-02-26
* Add similarity program to check for similar keys.•••This adds the 'similarity' program that checks for similar keys in the taginfo-db database. It is not run yet by the update script, but the supporting database tables etc. are added by this commit. Jochen Topf2015-02-26
* 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
* | Merge pull request #97 from kcwu/fix-ruby-path•••Don't hard code ruby pathJochen Topf2014-12-06
|\ \
| * | Don't hard code ruby path•••On FreeBSD, ruby is installed at /usr/local/bin/ruby. To make it more portable, find ruby interpreter from env (PATH). Kuang-che Wu2014-12-06
| |/
* | Merge pull request #96 from kcwu/download-update•••Prevent download db files if not updated yetJochen Topf2014-12-06
|\ \
| * | Prevent download db files if not updated yet•••This is no effect to production server since the main server update everyday. However, this is helpful for test sites, which may run update script several times during developing. Kuang-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
* Get projects list from new taginfo-projects directory.Jochen Topf2014-10-19
* added taginfo.json link for OsmHydrant into project_list.txtRobert Koch2014-10-14
* Added projects.Jochen Topf2014-10-13
* added unterkunftskarteConstantin2014-10-11
* Update with opensnowmap.orgyvecai2014-10-09
* Remove last remnant of JOSM source.Jochen Topf2014-10-02
* Make projects import script more robust.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
* Added townlands.ie project fileRory McCann2014-09-21
* Added osm24.eu project. Sort project file.Jochen Topf2014-09-20
* Added BANO projectcquest2014-09-20
* 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
* Prepare for putting project stats in db.keys and db.values.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
* Make update more robust.Jochen Topf2014-09-18
* Better error reporting when parsing project JSON files.Jochen Topf2014-09-18
* Add JOSM main mappaint style to projects list.Jochen Topf2014-09-18