summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Merge pull request #101 from pyrog/masterJochen Topf2014-12-12
|\ | | | | Update french translations
| * 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
|/ /
* | Merge pull request #98 from kcwu/fix-zh-langJochen Topf2014-12-06
|\ \ | | | | | | Fix translation of language name for zh-hans and zh-hant
| * | Fix translation of language name for zh-hans and zh-hantKuang-che Wu2014-12-06
| | |
* | | Merge pull request #97 from kcwu/fix-ruby-pathJochen Topf2014-12-06
|\ \ \ | | | | | | | | Don't hard code ruby path
| * | | 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).
* | | Merge pull request #96 from kcwu/download-updateJochen Topf2014-12-06
|\ \ \ | | | | | | | | Prevent download db files if not updated yet
| * | | Prevent download db files if not updated yetKuang-che Wu2014-12-06
| |/ / | | | | | | | | | | | | | | | This is no effect to production server since the main server update everyday. However, this is helpful for test sites, which may run update script several times during developing.
* | | Merge pull request #95 from kcwu/fix-gnu-m4Jochen Topf2014-12-06
|\ \ \ | |/ / |/| | Make the update script more portable
| * | Make the update script more portableKuang-che Wu2014-12-06
|/ / | | | | | | | | | | On FreeBSD, "m4" is slightly different to GNU M4, for example, --prefix-builtins is GNU M4 only feature. GNU M4 is an external package at /usr/local/bin/gm4. So make it customable variable.
* | Update code of pt-BR.Jochen Topf2014-11-23
| |
* | Fix language code regexp.Jochen Topf2014-11-23
| |
* | Merge pull request #94 from vgeorge/masterJochen Topf2014-11-23
|\ \ | |/ |/| new localization file for Brazilian Portuguese
| * new localization file for Brazilian PortugueseVitor George2014-11-22
|/
* Remove "josm" from sources in example config.Jochen Topf2014-10-20
|
* Get projects list from new taginfo-projects directory.Jochen Topf2014-10-19
|
* Merge pull request #91 from jgpacker/masterJochen Topf2014-10-17
|\ | | | | Updating and translating the portuguese locale(pt)
| * Updating and translating the portuguese locale(pt)jgpacker2014-10-15
|/ | | | All short messages should be translated to portuguese.
* Merge pull request #90 from shaula/masterJochen Topf2014-10-15
|\ | | | | Added OsmHydrant to project list
| * added taginfo.json link for OsmHydrant into project_list.txtRobert Koch2014-10-14
|/
* Added projects.Jochen Topf2014-10-13
|
* Merge pull request #87 from ubahnverleih/patch-1Jochen Topf2014-10-13
|\ | | | | added unterkunftskarte
| * added unterkunftskarteConstantin2014-10-11
|/
* Merge pull request #85 from yvecai/masterJochen Topf2014-10-10
|\ | | | | Update with opensnowmap.org
| * Update with opensnowmap.orgyvecai2014-10-09
|/
* 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 last remnant of JOSM source.Jochen Topf2014-10-02
|
* Make projects import script more robust.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_wiki_en" column. Wasn't used.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
|
* Merge pull request #80 from ovruni/masterJochen Topf2014-09-24
|\ | | | | Spanish translation. Thanks!
| * Spanish translationOmar Vega Ramos2014-09-23
|/
* Use 0.00% instead of 0% for consistency.Jochen Topf2014-09-23
| | | | Refs #72.
* Merge pull request #78 from rory/masterJochen Topf2014-09-21
|\ | | | | Added townlands.ie project file
| * Added townlands.ie project fileRory McCann2014-09-21
|/
* README updates.Jochen Topf2014-09-21
|
* Merge branch 'master' of git://github.com/alexandre-mbm/taginfoJochen Topf2014-09-21
|\
| * README > README.mdAlexandre Magno2014-09-20
| |
* | Added osm24.eu project. Sort project file.Jochen Topf2014-09-20
| |
* | Merge pull request #75 from cquest/patch-1Jochen Topf2014-09-20
|\ \ | | | | | | Added BANO project
| * | Added BANO projectcquest2014-09-20
|/ /
* | 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.