aboutsummaryrefslogtreecommitdiff
path: root/web/lib
Commit message (Expand)AuthorAge
...
* Refactoring: Add get_first_i() function to sql lib.Jochen Topf2014-05-17
* Take filter into account when linking to overpass turbo wizard.Jochen Topf2014-05-16
* Add cookie-base comparison list.Jochen Topf2014-05-16
* Move "key_comparison" to just "comparison".Jochen Topf2014-05-16
* Extent key comparison to also work for tags.Jochen Topf2014-05-16
* Don't show map on key comparison page if there isn't one.Jochen Topf2014-05-16
* Add request url to API json output.Jochen Topf2014-05-16
* Better display of prevalent values on key comparison page.Jochen Topf2014-05-16
* Add Key Comparison page.•••This allows comparing of two or more (up to five) keys on one page. No link currently points to this page. Jochen Topf2014-05-15
* Use different overpass turbo call when numbers of objects is small.•••When there aren't too many objects with a given key or tag, use the new wizard interface of overpass turbo, which runs automatically in global context and automatically zooms to the results. This is much nicer and easier. If there are too many objects, we keep the old behaviour. Unfortunately this is rather confusing. Maybe we can figure out something better... Jochen Topf2014-05-15
* Return false from event handler.Jochen Topf2014-05-14
* Fix calculation of relations of given type.Jochen Topf2014-05-14
* Add "Level0 Editor" button to key and tag pages.•••This allows easy editing of tags, for instance when there are typos. If you click on this link an Overpass API call will be made to find the object IDs for the objects with this key/tag and then the Level0 editor will be opened in a new window with those objects. To not overwhelm the Overpass API or the Level0 editor, the link will only be active if there are less then a configurable number of objects with the given key/tags. Jochen Topf2014-05-14
* Add support for showing geo distribution of tags.•••This adds all the necessary code but it is still disabled. Jochen Topf2014-05-13
* Change title on overpass turbo image link.Jochen Topf2014-05-13
* Add API call to get maps of tag distributions.Jochen Topf2014-05-12
* Remove old API versions (2 and 3).•••The API v4 has been available since January 2013. Enough time to switch over. Jochen Topf2014-05-12
* Fix two more places where hard coded http:// urls to wiki were used.Jochen Topf2014-02-23
* Add git commit SHA to /taginfo output•••This way we can see what software version the server is running. Jochen Topf2014-02-17
* Remove part of the Merkaartor code. This was never used and the Merkaartor ed...Jochen Topf2013-05-27
* Add /taginfo/status to check for database ageJochen Topf2013-04-08
* Added alpha version of tags/list api call that helps with building map-featur...Jochen Topf2013-02-25
* Set :create_additions => false for JSON parse, because we don't need it and i...Jochen Topf2013-02-23
* Fixed mixed escaping errorsJochen Topf2013-02-14
* Add turbo link to toolsJochen Topf2013-02-13
* Fixed another case of null in description as in last commitJochen Topf2013-02-11
* Fix for #21: Description returned nullJochen Topf2013-02-10
* Fix escaping of JOSM icons and colorsJochen Topf2013-02-04
* Hide unfinished reports.•••Reports without sources are now "hidden", ie. they are not visible in the list of reports. But if you know the URL you can access them. This allows them to be tested before they are publicly released. Similarly APIs being tested can now use the API version 0, which will make them invisible in the API documentation. Jochen Topf2013-01-31
* Fix escaping•••Some data was HTML-escaped in the API results. Now data in API results is (hopefully) all raw and clients have to escape as needed. One client is, obviously, taginfo itself and a few places have been changed to do the right escaping now. Fixes #19. Jochen Topf2013-01-30
* Add in_wiki column to key values viewJochen Topf2013-01-24
* Only ask for wikipages that could exist in key/values api call.Jochen Topf2013-01-24
* Add in_wiki column to tagsJochen Topf2013-01-24
* Put SQL queries into their own log, add date to log namesJochen Topf2013-01-24
* Add view for embedding relation info in wikiJochen Topf2013-01-23
* Another place, same bug #16Jochen Topf2013-01-23
* Fix for #16: Do not escape some wiki urlsJochen Topf2013-01-23
* Make SQL query logging configurableJochen Topf2013-01-20
* Add link to relation type page from tag pageJochen Topf2013-01-20
* Split up keys_tags.rbJochen Topf2013-01-20
* Add wiki tab to relation pageJochen Topf2013-01-20
* Bugfix: Relation rolesJochen Topf2013-01-19
* Fix calculation for relation roles graphJochen Topf2013-01-19
* Rename (key|tag)pairs to (key|tag)_combinationsJochen Topf2013-01-19
* Join common jquery js files into oneJochen Topf2013-01-19
* Include fewer js filesJochen Topf2013-01-19
* Add cool member role chartJochen Topf2013-01-19
* Fix for #14 (NaN on API call)Jochen Topf2013-01-18
* Remove test/tags pageJochen Topf2013-01-18
* Add support for relation type imagesJochen Topf2013-01-18