aboutsummaryrefslogtreecommitdiff
path: root/web
Commit message (Expand)AuthorAge
* 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.•••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. Jochen Topf2015-03-16
* Merge pull request #116 from 1ec5/patch-2•••Update vi.ymlJochen Topf2015-03-15
|\
| * Update vi.yml•••Based on 520653a8706185f4c182f78d6f373c91a40eab54, but still excluding the majority of prose on e.g. the About page.Minh Nguyễn2015-03-14
* | Merge pull request #115 from 1ec5/patch-1•••Typo in similar keys report descriptionJochen Topf2015-03-15
|\ \
| * | TypoMinh Nguyễn2015-03-14
| |/
* | Remove unused javascript functions.Jochen Topf2015-03-15
* | Fix typo.Jochen Topf2015-03-15
* | Add wiki images report.Jochen Topf2015-03-14
* | Extend "Characters in keys" report.•••Now has tabs for all classifications. Jochen Topf2015-03-14
|/
* 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 JOSM button work in https mode.•••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. Jochen Topf2015-03-06
* Add history database to download page.Jochen Topf2015-03-06
* Updated translation texts.•••* 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. Jochen Topf2015-03-06
* 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
* Complete German translation.Jochen Topf2015-02-27
* Updated to current D3 version 3.5.5.Jochen Topf2015-02-27
* Add rel="nofollow" to project links.•••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. Jochen Topf2015-02-27
* Make display of new 'similar' tab configurable.•••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. Jochen Topf2015-02-27
* Add historic development report.•••It shows the number of unique keys, tags, and relation types as it changes over time. Jochen Topf2015-02-27
* Add (hidden) similar keys tab on key page and similar keys report.•••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. Jochen Topf2015-02-26
* Add API support for finding similar keys.Jochen Topf2015-02-26
* Move some functions from search.js.erb into taginfo.js.•••These functions are generally useful and will be used in other parts of the taginfo ui soon. Jochen Topf2015-02-26
* Update fr.yml•••</p> is missing on line 150. I have change this.geostonemarten2015-02-17
* Partial review of brazilian portuguese web localeJoão G. Packer2015-01-08
* Merge pull request #104 from pyrog/master•••Add missing translations, review and fix othersJochen Topf2014-12-14
|\
| * Shortened "A propos de Taginfo" because web page is "flooding" over the footerpyrog2014-12-13
| * Add missing translations, review and fix otherspyrog2014-12-13
* | Use translations for source names in /sources•••Fixes #103. Jochen Topf2014-12-14
|/
* Consistently use OSM wiki links without http/https.•••And remove some whitespace at the end of lines... Jochen Topf2014-12-12
* Fix fr translation file.Jochen Topf2014-12-12
* Merge remote-tracking branch 'jocelynj/master'•••And improve some few translations pyrog2014-12-12
|\
| * Update french translationJocelyn Jaubert2014-11-06
* | Update french translationspyrog2014-12-11
* | 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
* | Fix language code regexp.Jochen Topf2014-11-23
* | new localization file for Brazilian PortugueseVitor George2014-11-22
|/
* Updating and translating the portuguese locale(pt)•••All short messages should be translated to portuguese. jgpacker2014-10-15
* Add config setting for CORS header.•••The response header Access-Control-Allow-Origin was always set to '*' for API URLs. This is creating some problems with Apache (see https://github.com/openstreetmap/iD/issues/2333), so it is now configurable. The value of the new config setting "instance.access_control_allow_origin" is used for that header now, or, if the variable is empty, the header is not set at all. Jochen Topf2014-10-09
* Bugfix: Make sure 404 page has content type text/html.•••Fixes #83. Jochen Topf2014-10-03