| Commit message (Expand) | Author | Age |
* | translated help and pages sections | mfuji09 | 2015-03-18 |
* | delete untranslated strings | mfuji09 | 2015-03-18 |
* | Update ja.yml | mfuji09 | 2015-03-17 |
* | Translate some sentences | mfuji09 | 2015-03-17 |
* | Added Japanese translation | mfuji09 | 2015-03-17 |
* | Translate some sentences | mfuji09 | 2015-03-17 |
* | translated 'osm' section | mfuji09 | 2015-03-17 |
* | Created Japanese translation file | mfuji09 | 2015-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 Topf | 2015-03-16 |
* | Merge pull request #116 from 1ec5/patch-2•••Update vi.yml | Jochen Topf | 2015-03-15 |
|\ |
|
| * | Update vi.yml•••Based on 520653a8706185f4c182f78d6f373c91a40eab54, but still excluding the majority of prose on e.g. the About page. | Minh Nguyễn | 2015-03-14 |
* | | Merge pull request #115 from 1ec5/patch-1•••Typo in similar keys report description | Jochen Topf | 2015-03-15 |
|\ \ |
|
| * | | Typo | Minh Nguyễn | 2015-03-14 |
| |/ |
|
* | | Remove unused javascript functions. | Jochen Topf | 2015-03-15 |
* | | Fix typo. | Jochen Topf | 2015-03-15 |
* | | Add wiki images report. | Jochen Topf | 2015-03-14 |
* | | Extend "Characters in keys" report.•••Now has tabs for all classifications.
| Jochen Topf | 2015-03-14 |
|/ |
|
* | Update it.yml | RAFVG import | 2015-03-13 |
* | Second try to fix the josm button problem. | Jochen Topf | 2015-03-10 |
* | Fix Javascript problem that breaks pages without JOSM button on https. | Jochen Topf | 2015-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 Topf | 2015-03-06 |
* | Add history database to download page. | Jochen Topf | 2015-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 Topf | 2015-03-06 |
* | Remove outdated and long disabled JOSM styles report. | Jochen Topf | 2015-03-06 |
* | Check if db table is available for 'Similar keys' report. | Jochen Topf | 2015-03-04 |
* | Complete German translation. | Jochen Topf | 2015-02-27 |
* | Updated to current D3 version 3.5.5. | Jochen Topf | 2015-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 Topf | 2015-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 Topf | 2015-02-27 |
* | Add historic development report.•••It shows the number of unique keys, tags, and relation types as it changes over
time.
| Jochen Topf | 2015-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 Topf | 2015-02-26 |
* | Add API support for finding similar keys. | Jochen Topf | 2015-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 Topf | 2015-02-26 |
* | Update fr.yml•••</p> is missing on line 150. I have change this. | geostonemarten | 2015-02-17 |
* | Partial review of brazilian portuguese web locale | João G. Packer | 2015-01-08 |
* | Merge pull request #104 from pyrog/master•••Add missing translations, review and fix others | Jochen Topf | 2014-12-14 |
|\ |
|
| * | Shortened "A propos de Taginfo" because web page is "flooding" over the footer | pyrog | 2014-12-13 |
| * | Add missing translations, review and fix others | pyrog | 2014-12-13 |
* | | Use translations for source names in /sources•••Fixes #103.
| Jochen Topf | 2014-12-14 |
|/ |
|
* | Consistently use OSM wiki links without http/https.•••And remove some whitespace at the end of lines...
| Jochen Topf | 2014-12-12 |
* | Fix fr translation file. | Jochen Topf | 2014-12-12 |
* | Merge remote-tracking branch 'jocelynj/master'•••And improve some few translations
| pyrog | 2014-12-12 |
|\ |
|
| * | Update french translation | Jocelyn Jaubert | 2014-11-06 |
* | | Update french translations | pyrog | 2014-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 Wu | 2014-12-06 |
* | | Fix language code regexp. | Jochen Topf | 2014-11-23 |
* | | new localization file for Brazilian Portuguese | Vitor George | 2014-11-22 |
|/ |
|
* | Updating and translating the portuguese locale(pt)•••All short messages should be translated to portuguese.
| jgpacker | 2014-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 Topf | 2014-10-09 |
* | Bugfix: Make sure 404 page has content type text/html.•••Fixes #83.
| Jochen Topf | 2014-10-03 |