Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Show JOSM-related API calls as deprecated. | Jochen Topf | 2014-09-19 |
* | Disable JOSM tab on key and tag pages.•••Superseded by the new Project tab. | Jochen Topf | 2014-09-19 |
* | Change number of keys/tags/relations for main page.•••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. | Jochen Topf | 2014-09-19 |
* | Make projects table a bit wider. | Jochen Topf | 2014-09-18 |
* | Simplified reports list: Do not show data sources used. | Jochen Topf | 2014-09-18 |
* | Always return false for in_josm in api/v4/keys and document that. | 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".•••This is always set by definition so no reason to show it. | Jochen Topf | 2014-09-18 |
* | Remove in_josm usages in reports. | Jochen Topf | 2014-09-18 |
* | Disable JOSM styles report. | Jochen Topf | 2014-09-18 |
* | Fiddling with project output. | Jochen Topf | 2014-09-18 |
* | Remove spaces at the end of lines in translation files. | Jochen Topf | 2014-09-17 |
* | My first effort of translation to portuguese. | Alexandre Magno | 2014-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 Topf | 2014-09-14 |
* | Put right key (p) for projects in help. | Jochen Topf | 2014-09-14 |
* | Addition error detection for projects. Better display of projects. | Jochen Topf | 2014-09-14 |
* | Removed unused Potlatch-related code. | Jochen Topf | 2014-09-14 |
* | Removed unused HTML. | Jochen Topf | 2014-09-14 |
* | 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 |
* | Bugfix: Avoid NaN on embed/tag pages.•••Fixes #72. | Jochen Topf | 2014-09-12 |
* | Add an error log that captures parsing problems of project files. | Jochen Topf | 2014-09-07 |
* | Make generic project icon less prominent. | Jochen Topf | 2014-09-07 |
* | Only output tags used by projects with status OK. | Jochen Topf | 2014-09-07 |
* | Rename 'fetch_result' to 'status'. | Jochen Topf | 2014-09-07 |
* | Remove need for project icon redirect. | Jochen Topf | 2014-09-07 |
* | Fix size of table on project page tags tab. | Jochen Topf | 2014-09-07 |
* | Use max-width/height for project key/tag icons instead of width/height. | Jochen Topf | 2014-09-06 |
* | 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 |
* | Fix description for project/icon API call. | Jochen Topf | 2014-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 Topf | 2014-09-06 |
* | Add project icons. | Jochen Topf | 2014-09-05 |
* | Add projects page keyboard shortcut to help. | Jochen Topf | 2014-09-05 |
* | Add/update texts about projects. | Jochen Topf | 2014-09-05 |
* | Make space in footer and add 'projects' link. | Jochen Topf | 2014-09-05 |
* | Remove values-less key from translation file.•••Fixes #68. | Jochen Topf | 2014-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 Topf | 2014-08-26 |
* | Use pathname only instead of full URL in language switcher. | Jochen Topf | 2014-08-25 |
* | 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 Topf | 2014-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 Topf | 2014-08-19 |
* | Handle undefined update_start/end dates. | Jochen Topf | 2014-08-18 |
* | 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 Topf | 2014-07-28 |
* | Disable rack protection in any case.•••Fixes #63. | Jochen Topf | 2014-07-13 |
* | Remove english texts from polish translation. | Jochen Topf | 2014-07-05 |
* | Update pl.yml based on en.yml | endro | 2014-07-05 |
* | Fix yaml problem in hungarian translation. | Jochen Topf | 2014-07-04 |