| Commit message (Expand) | Author | Age |
* | Remove unused fields from tags table. | Jochen Topf | 2015-03-14 |
* | Remove superfluous semikolons at end of lines.•••You know you have been programming in C++ for too long when...
| Jochen Topf | 2015-03-09 |
* | 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.•••This SQL script needs a long time to run. Split it up so we can start figuring
out where the problem is.
| Jochen Topf | 2015-03-06 |
* | 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.•••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 Topf | 2015-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 Topf | 2015-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 Wu | 2015-02-05 |
* | Add 'id' and 'sh' languages. | Jochen Topf | 2014-12-14 |
* | Merge pull request #98 from kcwu/fix-zh-lang•••Fix translation of language name for zh-hans and zh-hant | Jochen Topf | 2014-12-06 |
|\ |
|
| * | 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•••Don't hard code ruby path | Jochen Topf | 2014-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 Wu | 2014-12-06 |
| |/ |
|
* | | Merge pull request #96 from kcwu/download-update•••Prevent download db files if not updated yet | Jochen Topf | 2014-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 Wu | 2014-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 Wu | 2014-12-06 |
|/ |
|
* | 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.•••* 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 Topf | 2014-09-18 |
* | 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 |
* | Addition error detection for projects. Better display of projects. | Jochen Topf | 2014-09-14 |
* | Add some statistics for project source. | Jochen Topf | 2014-09-14 |
* | Removed unused Potlatch-related code. | Jochen Topf | 2014-09-14 |
* | add two osmi public transport layers | Frederik Ramm | 2014-09-12 |
* | Add an error log that captures parsing problems of project files. | Jochen Topf | 2014-09-07 |