summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* translated reports -> characters_in_keysmfuji092015-03-21
|
* translated section "pages" and "comparison"mfuji092015-03-20
|
* translated help and pages sectionsmfuji092015-03-18
|
* delete untranslated stringsmfuji092015-03-18
|
* Update ja.ymlmfuji092015-03-17
|
* Translate some sentencesmfuji092015-03-17
|
* Added Japanese translationmfuji092015-03-17
|
* Translate some sentencesmfuji092015-03-17
|
* translated 'osm' sectionmfuji092015-03-17
|
* Created Japanese translation filemfuji092015-03-17
|
* Change the way Level0 editor is called.Jochen Topf2015-03-16
| | | | | | We used to call the Overpass API and get all object IDs and then send those object IDs to Level0. But Level0 can directly use an Overpass URL. This removes an extra step and makes everything faster. Fixes #118.
* Merge pull request #116 from 1ec5/patch-2Jochen Topf2015-03-15
|\ | | | | Update vi.yml
| * Update vi.ymlMinh Nguyễn2015-03-14
| | | | | | Based on 520653a8706185f4c182f78d6f373c91a40eab54, but still excluding the majority of prose on e.g. the About page.
* | Merge pull request #115 from 1ec5/patch-1Jochen Topf2015-03-15
|\ \ | | | | | | Typo in similar keys report description
| * | TypoMinh Nguyễn2015-03-14
| |/
* | Remove unused javascript functions.Jochen Topf2015-03-15
| |
* | Fix typo.Jochen Topf2015-03-15
| |
* | Remove unused fields from tags table.Jochen Topf2015-03-14
| |
* | Add wiki images report.Jochen Topf2015-03-14
| |
* | Extend "Characters in keys" report.Jochen Topf2015-03-14
|/ | | | Now has tabs for all classifications.
* Merge pull request #114 from rafvgimport/patch-1Jochen Topf2015-03-14
|\ | | | | Update it.yml
| * Update it.ymlRAFVG import2015-03-13
|/
* Second try to fix the josm button problem.Jochen Topf2015-03-10
|
* Fix Javascript problem that breaks pages without JOSM button on https.Jochen Topf2015-03-10
|
* Make showing the similar tab the default.Jochen Topf2015-03-09
|
* Remove superfluous semikolons at end of lines.Jochen Topf2015-03-09
| | | | You know you have been programming in C++ for too long when...
* Fix up thumbnail image URLs from Wikimedia Commons.Jochen Topf2015-03-08
|
* Move creation of index forward...Jochen Topf2015-03-06
|
* Make JOSM button work in https mode.Jochen Topf2015-03-06
| | | | | | | | The JOSM button now contacts JOSM on http://localhost:8111/ if the taginfo page is using http and https://localhost:8112/ if it is using https. This way we don't have a problem with mixed content. Also the way JOSM is called now works without the iframes which were a hack around the (then) missing CORS ability.
* Remove deprecated PRAGMA count_changes = OFF;Jochen Topf2015-03-06
|
* Split up sources/db/post.sql.Jochen Topf2015-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 Topf2015-03-06
|
* Add history database to download page.Jochen Topf2015-03-06
|
* Updated translation texts.Jochen Topf2015-03-06
| | | | | | * Removed texts about JOSM styles etc. that are not needed any more. * Added some more text to the "Similar keys" report to tell mappers how to properly fix errors. * Removed HTML from some texts and put some more HTML-escaping into report code.
* Remove outdated and long disabled JOSM styles report.Jochen Topf2015-03-06
|
* Check if db table is available for 'Similar keys' report.Jochen Topf2015-03-04
|
* Add a file with some history of the taginfo project.Jochen Topf2015-02-27
|
* Complete German translation.Jochen Topf2015-02-27
|
* Increase max_auto parameter for Overpass Turbo.Jochen Topf2015-02-27
| | | | | | Overpass turbo is well able to handle larger number of objects. Fixes #110.
* Updated to current D3 version 3.5.5.Jochen Topf2015-02-27
|
* Add rel="nofollow" to project links.Jochen Topf2015-02-27
| | | | | To discourage spam. The links are created from javascript, so search engines will have a hard time picking them up anyway. Oh well, better safe than sorry.
* Make display of new 'similar' tab configurable.Jochen Topf2015-02-27
| | | | | | There is a setting now in the configuration file. Display is off by default until people have a chance to upgrade their taginfo version, so that the data needed for displaying this is actually available.
* Replaces tabs by spaces in example config.Jochen Topf2015-02-27
|
* Add historic development report.Jochen Topf2015-02-27
| | | | | It shows the number of unique keys, tags, and relation types as it changes over time.
* Add number of similar keys to stats.Jochen Topf2015-02-26
|
* Add (hidden) similar keys tab on key page and similar keys report.Jochen Topf2015-02-26
| | | | | This commit adds the new tab and new report but doesn't activate them, because they will not work until the database backend is updated.
* Run 'similarity' binary from db update script if it is available.Jochen Topf2015-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 API support for finding similar keys.Jochen Topf2015-02-26
|
* Move some functions from search.js.erb into taginfo.js.Jochen Topf2015-02-26
| | | | | These functions are generally useful and will be used in other parts of the taginfo ui soon.
* Add similarity program to check for similar keys.Jochen Topf2015-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.