summaryrefslogtreecommitdiff
path: root/web
Commit message (Collapse)AuthorAge
* 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
| |
* | Add wiki images report.Jochen Topf2015-03-14
| |
* | Extend "Characters in keys" report.Jochen Topf2015-03-14
|/ | | | Now has tabs for all classifications.
* 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.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.
* 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
|
* 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.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.
* 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 (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.
* 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.
* Update fr.ymlgeostonemarten2015-02-17
| | | </p> is missing on line 150. I have change this.
* Partial review of brazilian portuguese web localeJoão G. Packer2015-01-08
|
* Merge pull request #104 from pyrog/masterJochen Topf2014-12-14
|\ | | | | Add missing translations, review and fix others
| * 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 /sourcesJochen Topf2014-12-14
|/ | | | Fixes #103.
* Consistently use OSM wiki links without http/https.Jochen Topf2014-12-12
| | | | And remove some whitespace at the end of lines...
* Fix fr translation file.Jochen Topf2014-12-12
|
* Merge remote-tracking branch 'jocelynj/master'pyrog2014-12-12
|\ | | | | | | And improve some few translations
| * Update french translationJocelyn Jaubert2014-11-06
| |
* | Update french translationspyrog2014-12-11
| |
* | Don't hard code ruby pathKuang-che Wu2014-12-06
| | | | | | | | | | On FreeBSD, ruby is installed at /usr/local/bin/ruby. To make it more portable, find ruby interpreter from env (PATH).
* | Fix language code regexp.Jochen Topf2014-11-23
| |
* | new localization file for Brazilian PortugueseVitor George2014-11-22
|/
* Updating and translating the portuguese locale(pt)jgpacker2014-10-15
| | | | All short messages should be translated to portuguese.
* Add config setting for CORS header.Jochen Topf2014-10-09
| | | | | | | | | 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.
* Bugfix: Make sure 404 page has content type text/html.Jochen Topf2014-10-03
| | | | Fixes #83.
* Disable JSOM APIs, remove all access to nen-existing table.Jochen Topf2014-10-02
|
* Remove spaces at line endings.Jochen Topf2014-09-29
|
* Disallow /projects and /relations in robots.txt.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
|
* Spanish translationOmar Vega Ramos2014-09-23
|
* Use 0.00% instead of 0% for consistency.Jochen Topf2014-09-23
| | | | Refs #72.
* Send return at end of version info.Jochen Topf2014-09-19
|