summaryrefslogtreecommitdiff
path: root/web
Commit message (Collapse)AuthorAge
* 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
|
* Fiddling with project output.Jochen Topf2014-09-18
|
* Remove spaces at the end of lines in translation files.Jochen Topf2014-09-17
|
* My first effort of translation to portuguese.Alexandre Magno2014-09-17
|
* Hopefully make keyboard shortcuts behave better.Jochen Topf2014-09-14
| | | | | | Use keypress instead of keyup events where possible. This might help with the problem sometimes seen that hitting CTRL-R will load the "relations" page, because it uses the "r" key as shortcut.
* Put right key (p) for projects in help.Jochen Topf2014-09-14
|
* Addition error detection for projects. Better display of projects.Jochen Topf2014-09-14
|
* Removed unused Potlatch-related code.Jochen Topf2014-09-14
|
* Removed unused HTML.Jochen Topf2014-09-14
|
* Add projects to relation pages.Jochen Topf2014-09-14
|
* Add filtering to key/tag project output.Jochen Topf2014-09-14
|
* Projects on tag page: Show NULL value only if specific value not available.Jochen Topf2014-09-14
|