aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add JOSM main mappaint style to projects list.Jochen Topf2014-09-18
* Remove spaces at the end of lines in translation files.Jochen Topf2014-09-17
* Merge pull request #73 from alexandre-mbm/master•••My first effort of translation to portuguese.Jochen Topf2014-09-17
|\
| * My first effort of translation to portuguese.Alexandre Magno2014-09-17
|/
* Hopefully make keyboard shortcuts behave better.•••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. Jochen Topf2014-09-14
* 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
* Add some statistics for project source.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
* Separate out up API call for key/projects from tag/projects.Jochen Topf2014-09-14
* Merge branch 'master' of github.com:joto/taginfoJochen Topf2014-09-12
|\
| * Merge pull request #71 from geofabrik/master•••add two osmi public transport layersJochen Topf2014-09-12
| |\
| | * add two osmi public transport layersFrederik Ramm2014-09-12
| |/
* / Bugfix: Avoid NaN on embed/tag pages.•••Fixes #72. Jochen Topf2014-09-12
|/
* Add an error log that captures parsing problems of project files.Jochen Topf2014-09-07
* Make generic project icon less prominent.Jochen Topf2014-09-07
* Disable half of the JOSM-to-project hack.•••SQL Function instr() isn't available in old sqlite versions. Jochen Topf2014-09-07
* Only output tags used by projects with status OK.Jochen Topf2014-09-07
* Fiddle around with OSM mug icon.Jochen Topf2014-09-07
* Rename 'fetch_result' to 'status'.Jochen Topf2014-09-07
* Add OSM mug project. :-)Jochen Topf2014-09-07
* Remove need for project icon redirect.Jochen Topf2014-09-07
* Fix size of table on project page tags tab.Jochen Topf2014-09-07
* Add temporary hack to pull JOSM data into projects.Jochen Topf2014-09-06
* Use max-width/height for project key/tag icons instead of width/height.Jochen Topf2014-09-06
* Fix project description view.Jochen Topf2014-09-06
* Project files can now contain a list of object types for each key/tag.Jochen Topf2014-09-06
* Some project-related texts improved.Jochen Topf2014-09-06
* Fix description for project/icon API call.Jochen Topf2014-09-06
* Refactor projects code to work without the Project class.•••This way we always get the data dynamically from the database instead of loading it once at program start. This could allow faster updates in the future. Jochen Topf2014-09-06
* Add vespucci project.Jochen Topf2014-09-06
* Use official iD project file instead of our preliminary one.Jochen Topf2014-09-05
* Add project icons.Jochen Topf2014-09-05
* Add projects page keyboard shortcut to help.Jochen Topf2014-09-05
* Update osmcoastline project file.Jochen Topf2014-09-05
* Add/update texts about projects.Jochen Topf2014-09-05
* Make space in footer and add 'projects' link.Jochen Topf2014-09-05
* Remove values-less key from translation file.•••Fixes #68. Jochen Topf2014-09-05
* Extent check-translations script to better find missing translations.Jochen Topf2014-09-05
* Fix problem with unknown filters.•••This used to result in an "undefined method `[]' for nil:NilClass" when a filter was used in the API call that the API didn't know about. Jochen Topf2014-08-26
* Add nominatim as project.Jochen Topf2014-08-25
* Use pathname only instead of full URL in language switcher.Jochen Topf2014-08-25
* Change OSRM project URL to official one.Jochen Topf2014-08-24
* Include projects source in master.sql.Jochen Topf2014-08-21
* Don't create indexes for projects source.•••Not needed anyway at the moment and older versions of sqlite don't handle WHERE clause. Jochen Topf2014-08-21
* Add https support for project filesJochen Topf2014-08-21