Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add experimental new home page. | Jochen Topf | 2015-05-12 |
| | | | | This could replace the current home page at some point. | ||
* | Add wiki images report. | Jochen Topf | 2015-03-14 |
| | |||
* | Extend "Characters in keys" report. | Jochen Topf | 2015-03-14 |
| | | | | Now has tabs for all classifications. | ||
* | Make JOSM button work in https mode. | Jochen Topf | 2015-03-06 |
| | | | | | | | | The JOSM button now contacts JOSM on http://localhost:8111/ if the taginfo page is using http and https://localhost:8112/ if it is using https. This way we don't have a problem with mixed content. Also the way JOSM is called now works without the iframes which were a hack around the (then) missing CORS ability. | ||
* | Remove outdated and long disabled JOSM styles report. | Jochen Topf | 2015-03-06 |
| | |||
* | Add historic development report. | Jochen Topf | 2015-02-27 |
| | | | | | It shows the number of unique keys, tags, and relation types as it changes over time. | ||
* | Add (hidden) similar keys tab on key page and similar keys report. | Jochen Topf | 2015-02-26 |
| | | | | | 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. | ||
* | Move some functions from search.js.erb into taginfo.js. | Jochen Topf | 2015-02-26 |
| | | | | | These functions are generally useful and will be used in other parts of the taginfo ui soon. | ||
* | Remove spaces at line endings. | Jochen Topf | 2014-09-29 |
| | |||
* | Use new top_tags table instead of old selected_tags table. | Jochen Topf | 2014-09-29 |
| | |||
* | Disable JOSM tab on key and tag pages. | Jochen Topf | 2014-09-19 |
| | | | | Superseded by the new Project tab. | ||
* | Change number of keys/tags/relations for main page. | Jochen Topf | 2014-09-19 |
| | | | | | This makes the tag cloud larger on larger screens. The tag and relation types list on the left don't need as many items, because they are small boxes anyway. | ||
* | Make projects table a bit wider. | Jochen Topf | 2014-09-18 |
| | |||
* | Do not show in_josm column any more in keys view. | Jochen Topf | 2014-09-18 |
| | |||
* | Remove wiki column in report "Wiki pages about non-existing keys". | Jochen Topf | 2014-09-18 |
| | | | | This is always set by definition so no reason to show it. | ||
* | Remove in_josm usages in reports. | Jochen Topf | 2014-09-18 |
| | |||
* | Add projects to relation pages. | Jochen Topf | 2014-09-14 |
| | |||
* | Add filtering to key/tag project output. | Jochen Topf | 2014-09-14 |
| | |||
* | Projects on tag page: Show NULL value only if specific value not available. | Jochen Topf | 2014-09-14 |
| | |||
* | Separate out up API call for key/projects from tag/projects. | Jochen Topf | 2014-09-14 |
| | |||
* | Remove need for project icon redirect. | Jochen Topf | 2014-09-07 |
| | |||
* | Fix project description view. | Jochen Topf | 2014-09-06 |
| | |||
* | Project files can now contain a list of object types for each key/tag. | Jochen Topf | 2014-09-06 |
| | |||
* | Some project-related texts improved. | Jochen Topf | 2014-09-06 |
| | |||
* | Add project icons. | Jochen Topf | 2014-09-05 |
| | |||
* | Add new 'projects' source. | Jochen Topf | 2014-08-21 |
| | | | | | | 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. | ||
* | Fix URL parameter name issue ("filter" vs. "filters"). | Jochen Topf | 2014-08-19 |
| | | | | | | | 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. | ||
* | Bugfix: Very small lists of keys/tags/relations broke js on homepage. | Jochen Topf | 2014-05-21 |
| | |||
* | Some places that didn't use translations do now. | Jochen Topf | 2014-05-18 |
| | |||
* | Rename /comparison page to /compare. | Jochen Topf | 2014-05-18 |
| | |||
* | Fix up-link from database statistics report. | Jochen Topf | 2014-05-17 |
| | |||
* | Move "key_comparison" to just "comparison". | Jochen Topf | 2014-05-16 |
| | |||
* | Extent key comparison to also work for tags. | Jochen Topf | 2014-05-16 |
| | |||
* | Add Key Comparison page. | Jochen Topf | 2014-05-15 |
| | | | | | This allows comparing of two or more (up to five) keys on one page. No link currently points to this page. | ||
* | Add missing HTML escape in search results. Closes #29. | Jochen Topf | 2013-05-27 |
| | |||
* | More escaping... (Fixes https://trac.openstreetmap.org/ticket/4775) | Jochen Topf | 2013-02-11 |
| | |||
* | Hide unfinished reports. | Jochen Topf | 2013-01-31 |
| | | | | | | | 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. | ||
* | Fix escaping | Jochen Topf | 2013-01-30 |
| | | | | | | | | | 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. | ||
* | Add in_wiki column to key values view | Jochen Topf | 2013-01-24 |
| | |||
* | Add in_wiki column to tags | Jochen Topf | 2013-01-24 |
| | |||
* | If no roles data is available, don't try to create chart. | Jochen Topf | 2013-01-20 |
| | |||
* | Add search for relation type | Jochen Topf | 2013-01-20 |
| | |||
* | Add wiki tab to relation page | Jochen Topf | 2013-01-20 |
| | |||
* | Add cool member role chart | Jochen Topf | 2013-01-19 |
| | |||
* | Updated home page to also show relation types | Jochen Topf | 2013-01-18 |
| | |||
* | Add role search | Jochen Topf | 2013-01-18 |
| | |||
* | Fixed some more relation type unconsistencies | Jochen Topf | 2013-01-18 |
| | |||
* | Merge pull request #13 from IrlJidel/master | Jochen Topf | 2013-01-18 |
|\ | | | | | Use rtype as param for api/4/relation/roles call | ||
| * | Use rtype as param for api/4/relation/roles call | IrlJidel | 2013-01-18 |
| | | | | | | | | | | | | Was using type as param which is inconsistent with api/4/relation/stats call Also example was using role as param which is incorrect | ||
* | | Add XAPI and JOSM buttons to relations page | Jochen Topf | 2013-01-18 |
| | |