aboutsummaryrefslogtreecommitdiff
path: root/web/lib
Commit message (Expand)AuthorAge
* Add an error log that captures parsing problems of project files.Jochen Topf2014-09-07
* Only output tags used by projects with status OK.Jochen Topf2014-09-07
* Rename 'fetch_result' to 'status'.Jochen Topf2014-09-07
* Remove need for project icon redirect.Jochen Topf2014-09-07
* Project files can now contain a list of object types for each key/tag.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 project icons.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 new 'projects' source.•••Any kind of project using OSM tags can create a json-formatted taginfo project file and after its URL is added to the taginfo config, taginfo will integrate this data into its database. Jochen Topf2014-08-21
* Fix URL parameter name issue ("filter" vs. "filters").•••In one case the singular was used in another the plural. Documented was only the singular version. The /api/4/keys/all call now allows both, "filter" should be used as in the documentation, but the plural is allowed for backwards compatibility. Fixes #67. Jochen Topf2014-08-19
* Use last update of database as "master" update time.•••This time is shown on the upper right and is also used for the alarm on the master site. It used to take the minimum time of all the sources. But most people probably expect the database update time as it is the most relevant. Jochen Topf2014-07-28
* Query string can't be empty in this context.Jochen Topf2014-05-24
* Updated query to version 1.11.1.Jochen Topf2014-05-21
* add config options for base map attribution and separate scale factor for com...Sarah Hoffmann2014-05-20
* Add way to show taginfo configuration through web interface.Jochen Topf2014-05-19
* Add translations overviewJochen Topf2014-05-19
* Disable search when search field is empty.Jochen Topf2014-05-18
* Some places that didn't use translations do now.Jochen Topf2014-05-18
* Add keyboard shortcut for comparison page.Jochen Topf2014-05-18
* Fixed Overpass Turbo linkJochen Topf2014-05-18
* Set comparison list in cookie when /compare page is called.Jochen Topf2014-05-18
* Add format=json_pretty to API calls.Jochen Topf2014-05-18
* Rename /comparison page to /compare.Jochen Topf2014-05-18
* Escape _ and % in SQL LIKE queries.•••Fixes #40. Jochen Topf2014-05-17
* Refactoring some sql code.Jochen Topf2014-05-17
* 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