aboutsummaryrefslogtreecommitdiff
path: root/web/lib
Commit message (Expand)AuthorAge
* experiments using taginfo on mobileJochen Topf2015-08-08
* Fixed API doc.Jochen Topf2015-07-20
* Bugfix: Allow larger page counts in API. Because there are lists that large.Jochen Topf2015-07-09
* Add wiki images report.Jochen Topf2015-03-14
* Extend "Characters in keys" report.•••Now has tabs for all classifications. Jochen Topf2015-03-14
* Remove outdated and long disabled JOSM styles report.Jochen Topf2015-03-06
* Check if db table is available for 'Similar keys' report.Jochen Topf2015-03-04
* Add historic development report.•••It shows the number of unique keys, tags, and relation types as it changes over time. Jochen Topf2015-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 Topf2015-02-26
* Add API support for finding similar keys.Jochen Topf2015-02-26
* Disable JSOM APIs, remove all access to nen-existing table.Jochen Topf2014-10-02
* Remove spaces at line endings.Jochen Topf2014-09-29
* Use new top_tags table instead of old selected_tags table.Jochen Topf2014-09-29
* Send return at end of version info.Jochen Topf2014-09-19
* Make it easier to get at version of taginfo running on a site.Jochen Topf2014-09-19
* Show JOSM-related API calls as deprecated.Jochen Topf2014-09-19
* Always return false for in_josm in api/v4/keys and document that.Jochen Topf2014-09-18
* Disable JOSM styles report.Jochen Topf2014-09-18
* Fiddling with project output.Jochen Topf2014-09-18
* Removed unused Potlatch-related code.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
* 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