Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove in_josm and in_potlatch columns. (Were unused for a while.) | Jochen Topf | 2014-09-29 |
| | |||
* | Use new top_tags table instead of old selected_tags table. | Jochen Topf | 2014-09-29 |
| | |||
* | Merge pull request #80 from ovruni/master | Jochen Topf | 2014-09-24 |
|\ | | | | | Spanish translation. Thanks! | ||
| * | Spanish translation | Omar Vega Ramos | 2014-09-23 |
|/ | |||
* | Use 0.00% instead of 0% for consistency. | Jochen Topf | 2014-09-23 |
| | | | | Refs #72. | ||
* | Merge pull request #78 from rory/master | Jochen Topf | 2014-09-21 |
|\ | | | | | Added townlands.ie project file | ||
| * | Added townlands.ie project file | Rory McCann | 2014-09-21 |
|/ | |||
* | README updates. | Jochen Topf | 2014-09-21 |
| | |||
* | Merge branch 'master' of git://github.com/alexandre-mbm/taginfo | Jochen Topf | 2014-09-21 |
|\ | |||
| * | README > README.md | Alexandre Magno | 2014-09-20 |
| | | |||
* | | Added osm24.eu project. Sort project file. | Jochen Topf | 2014-09-20 |
| | | |||
* | | Merge pull request #75 from cquest/patch-1 | Jochen Topf | 2014-09-20 |
|\ \ | | | | | | | Added BANO project | ||
| * | | Added BANO project | cquest | 2014-09-20 |
|/ / | |||
* | | Send return at end of version info. | Jochen Topf | 2014-09-19 |
| | | |||
* | | Make chart in overview tab on key page smaller if page is small. | Jochen Topf | 2014-09-19 |
| | | | | | | | | | | This fixes #60. If the chart gets to small it doesn't look good any more, because labels will overlap. But it is better than before. | ||
* | | Make it easier to get at version of taginfo running on a site. | Jochen Topf | 2014-09-19 |
| | | |||
* | | Set number of projects using a tag in top_tags table. | Jochen Topf | 2014-09-19 |
| | | |||
* | | Show JOSM-related API calls as deprecated. | Jochen Topf | 2014-09-19 |
| | | |||
* | | 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 |
| | | |||
* | | Add top_tags table that will be used later... | Jochen Topf | 2014-09-18 |
| | | |||
* | | Remove some cleanup code left for backwards compatibility. | Jochen Topf | 2014-09-18 |
| | | |||
* | | Add 'projects' source to example config file. | 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 |
| | | |||
* | | Prepare for putting project stats in db.keys and db.values. | Jochen Topf | 2014-09-18 |
| | | |||
* | | More JOSM cleanup. | 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 |
| | | |||
* | | Preparations to remove JOSM source. | Jochen Topf | 2014-09-18 |
| | | | | | | | | | | | | * in_josm will now always be 0. * Whether a key is in the JOSM config or not will not influence standing in tag cloud on main page any more. | ||
* | | Remove temporary hack. | Jochen Topf | 2014-09-18 |
| | | |||
* | | Disable JOSM styles report. | Jochen Topf | 2014-09-18 |
| | | |||
* | | Make update more robust. | Jochen Topf | 2014-09-18 |
| | | |||
* | | Better error reporting when parsing project JSON files. | Jochen Topf | 2014-09-18 |
| | | |||
* | | Fiddling with project output. | Jochen Topf | 2014-09-18 |
| | | |||
* | | Add JOSM main mappaint style to projects list. | Jochen Topf | 2014-09-18 |
| | | |||
* | | Remove spaces at the end of lines in translation files. | Jochen Topf | 2014-09-17 |
| | | |||
* | | Merge pull request #73 from alexandre-mbm/master | Jochen Topf | 2014-09-17 |
|\| | | | | | My first effort of translation to portuguese. | ||
| * | My first effort of translation to portuguese. | Alexandre Magno | 2014-09-17 |
|/ | |||
* | Hopefully make keyboard shortcuts behave better. | Jochen Topf | 2014-09-14 |
| | | | | | | 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. | ||
* | 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 |
| | |||
* | Add some statistics for project source. | 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 |
| |