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). | ||
* | Get and classify all links in wiki to Key/Tag/Relation pages. | Jochen Topf | 2015-04-28 |
| | | | | | | | | 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. | ||
* | Some experimental code to find unicode properties in keys. | Jochen Topf | 2015-04-28 |
| | | | | | | | | 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. | ||
* | Mark short keys as bad. | Jochen Topf | 2015-03-23 |
| | |||
* | An attempt to classify all keys into 'good', 'bad', and 'unknown'. | Jochen Topf | 2015-03-19 |
| | | | | Of course this is very rough. Could be used to show "bad" keys in editors etc. | ||
* | Remove unused fields from tags table. | Jochen Topf | 2015-03-14 |
| | |||
* | Remove superfluous semikolons at end of lines. | Jochen Topf | 2015-03-09 |
| | | | | You know you have been programming in C++ for too long when... | ||
* | Fix up thumbnail image URLs from Wikimedia Commons. | Jochen Topf | 2015-03-08 |
| | |||
* | Move creation of index forward... | Jochen Topf | 2015-03-06 |
| | |||
* | Remove deprecated PRAGMA count_changes = OFF; | Jochen Topf | 2015-03-06 |
| | |||
* | Split up sources/db/post.sql. | Jochen Topf | 2015-03-06 |
| | | | | | This SQL script needs a long time to run. Split it up so we can start figuring out where the problem is. | ||
* | Remove deprecated table "selected_tags". | Jochen Topf | 2015-03-06 |
| | |||
* | Add history database to download page. | Jochen Topf | 2015-03-06 |
| | |||
* | Add number of similar keys to stats. | Jochen Topf | 2015-02-26 |
| | |||
* | Run 'similarity' binary from db update script if it is available. | Jochen Topf | 2015-02-26 |
| | | | | | | | 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. | ||
* | Add similarity program to check for similar keys. | Jochen Topf | 2015-02-26 |
| | | | | | | 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. | ||
* | 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 |
| | | |||
* | | Merge pull request #97 from kcwu/fix-ruby-path | Jochen Topf | 2014-12-06 |
|\ \ | | | | | | | Don't hard code ruby path | ||
| * | | Don't hard code ruby path | Kuang-che Wu | 2014-12-06 |
| |/ | | | | | | | | | On FreeBSD, ruby is installed at /usr/local/bin/ruby. To make it more portable, find ruby interpreter from env (PATH). | ||
* | | Merge pull request #96 from kcwu/download-update | Jochen Topf | 2014-12-06 |
|\ \ | | | | | | | Prevent download db files if not updated yet | ||
| * | | Prevent download db files if not updated yet | Kuang-che Wu | 2014-12-06 |
| |/ | | | | | | | | | | | 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. | ||
* / | 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 |
| | |||
* | Get projects list from new taginfo-projects directory. | Jochen Topf | 2014-10-19 |
| | |||
* | added taginfo.json link for OsmHydrant into project_list.txt | Robert Koch | 2014-10-14 |
| | |||
* | Added projects. | Jochen Topf | 2014-10-13 |
| | |||
* | added unterkunftskarte | Constantin | 2014-10-11 |
| | |||
* | Update with opensnowmap.org | yvecai | 2014-10-09 |
| | |||
* | Remove last remnant of JOSM source. | Jochen Topf | 2014-10-02 |
| | |||
* | Make projects import script more robust. | 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 |
| | |||
* | Added townlands.ie project file | Rory McCann | 2014-09-21 |
| | |||
* | Added osm24.eu project. Sort project file. | Jochen Topf | 2014-09-20 |
| | |||
* | Added BANO project | cquest | 2014-09-20 |
| | |||
* | 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 |
| | |||
* | Prepare for putting project stats in db.keys and db.values. | 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 |
| | |||
* | Make update more robust. | Jochen Topf | 2014-09-18 |
| | |||
* | Better error reporting when parsing project JSON files. | Jochen Topf | 2014-09-18 |
| | |||
* | Add JOSM main mappaint style to projects list. | Jochen Topf | 2014-09-18 |
| |