Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Remove unused javascript functions. | Jochen Topf | 2015-03-15 |
* | Add wiki images report. | Jochen Topf | 2015-03-14 |
* | Second try to fix the josm button problem. | Jochen Topf | 2015-03-10 |
* | Fix Javascript problem that breaks pages without JOSM button on https. | Jochen Topf | 2015-03-10 |
* | Make JOSM button work in https mode.•••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. | Jochen Topf | 2015-03-06 |
* | Updated to current D3 version 3.5.5. | Jochen Topf | 2015-02-27 |
* | Add rel="nofollow" to project links.•••To discourage spam. The links are created from javascript, so search engines will have a hard time picking them up anyway. Oh well, better safe than sorry. | Jochen Topf | 2015-02-27 |
* | Move some functions from search.js.erb into taginfo.js.•••These functions are generally useful and will be used in other parts of the taginfo ui soon. | Jochen Topf | 2015-02-26 |
* | Remove spaces at line endings. | Jochen Topf | 2014-09-29 |
* | Disallow /projects and /relations in robots.txt. | Jochen Topf | 2014-09-29 |
* | 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 |
* | 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 |
* | Remove need for project icon redirect. | Jochen Topf | 2014-09-07 |
* | Use max-width/height for project key/tag icons instead of width/height. | Jochen Topf | 2014-09-06 |
* | Add project icons. | Jochen Topf | 2014-09-05 |
* | 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 |
* | Remove underline on hover for tag cloud. | Jochen Topf | 2014-06-29 |
* | Fix size of drop-down boxes makes space for translated texts. | Jochen Topf | 2014-05-27 |
* | Fix title popups on tables. | Jochen Topf | 2014-05-21 |
* | Updated query to version 1.11.1. | Jochen Topf | 2014-05-21 |
* | More changes to about page. | Jochen Topf | 2014-05-20 |
* | Improved and extended /sources page. | Jochen Topf | 2014-05-20 |
* | Update some source images. | Jochen Topf | 2014-05-20 |
* | Remove last remnants of never-used merkaartor source. | Jochen Topf | 2014-05-20 |
* | Disable comparison function if cookies are disabled in the browser. | Jochen Topf | 2014-05-19 |
* | Disallow robot access to /compare pages. | Jochen Topf | 2014-05-19 |
* | Disable search when search field is empty. | Jochen Topf | 2014-05-18 |
* | Make numbers in tags "clean".•••This will change the way the /compare URL is built. | Jochen Topf | 2014-05-18 |
* | Make database statistics report fully translatable. | Jochen Topf | 2014-05-18 |
* | Add keyboard shortcut for comparison page. | Jochen Topf | 2014-05-18 |
* | Fiddle with margins on compare page. | Jochen Topf | 2014-05-18 |
* | Make close button on compare page look like close button on help popup. | Jochen Topf | 2014-05-18 |
* | Use new json_pretty format for JSON button on tables. | Jochen Topf | 2014-05-18 |
* | Add close button to boxes on compare page. | Jochen Topf | 2014-05-18 |
* | Rename /comparison page to /compare. | Jochen Topf | 2014-05-18 |
* | Disable adding items to comparison list that are already in there. | Jochen Topf | 2014-05-16 |
* | Disable comparison list clear and compare when they don't make sense. | Jochen Topf | 2014-05-16 |
* | Add cookie-base comparison list. | Jochen Topf | 2014-05-16 |
* | Remove carriage returns and clean up whitespaces. | Jochen Topf | 2014-05-16 |
* | Add JSON button to all flexigrid tables.•••If you click on the button you get the same content the table is currently showing as JSON. | Jochen Topf | 2014-05-16 |
* | Better display of prevalent values on key comparison page. | Jochen Topf | 2014-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 Topf | 2014-05-15 |
* | Return false from event handler. | Jochen Topf | 2014-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 Topf | 2014-05-14 |
* | Fix two more places where hard coded http:// urls to wiki were used. | Jochen Topf | 2014-02-23 |
* | Show some control characters in keys | Jochen Topf | 2014-02-02 |
* | Add flag for Latvia | Dmitry Marakasov | 2013-05-27 |
* | Remove old jquery-ui version | Jochen Topf | 2013-05-27 |