summaryrefslogtreecommitdiff
path: root/web
Commit message (Collapse)AuthorAge
...
* 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
|
* Make chart in overview tab on key page smaller if page is small.Jochen Topf2014-09-19
| | | | | This fixes #60. If the chart gets to small it doesn't look good any more, because labels will overlap. But it is better than before.
* Make it easier to get at version of taginfo running on a site.Jochen Topf2014-09-19
|
* Show JOSM-related API calls as deprecated.Jochen Topf2014-09-19
|
* Disable JOSM tab on key and tag pages.Jochen Topf2014-09-19
| | | | Superseded by the new Project tab.
* Change number of keys/tags/relations for main page.Jochen Topf2014-09-19
| | | | | This makes the tag cloud larger on larger screens. The tag and relation types list on the left don't need as many items, because they are small boxes anyway.
* Make projects table a bit wider.Jochen Topf2014-09-18
|
* Simplified reports list: Do not show data sources used.Jochen Topf2014-09-18
|
* Always return false for in_josm in api/v4/keys and document that.Jochen Topf2014-09-18
|
* Do not show in_josm column any more in keys view.Jochen Topf2014-09-18
|
* Remove wiki column in report "Wiki pages about non-existing keys".Jochen Topf2014-09-18
| | | | This is always set by definition so no reason to show it.
* Remove in_josm usages in reports.Jochen Topf2014-09-18
|
* Disable JOSM styles report.Jochen Topf2014-09-18
|