summaryrefslogtreecommitdiff
path: root/web/public
Commit message (Collapse)AuthorAge
* Also get nodes in ways for Level0 editor.Jochen Topf2015-03-19
| | | | See #118.
* Change the way Level0 editor is called.Jochen Topf2015-03-16
| | | | | | We used to call the Overpass API and get all object IDs and then send those object IDs to Level0. But Level0 can directly use an Overpass URL. This removes an extra step and makes everything faster. Fixes #118.
* Remove unused javascript functions.Jochen Topf2015-03-15
|
* Add wiki images report.Jochen Topf2015-03-14
|
* Second try to fix the josm button problem.Jochen Topf2015-03-10
|
* Fix Javascript problem that breaks pages without JOSM button on https.Jochen Topf2015-03-10
|
* Make JOSM button work in https mode.Jochen Topf2015-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.
* Updated to current D3 version 3.5.5.Jochen Topf2015-02-27
|
* Add rel="nofollow" to project links.Jochen Topf2015-02-27
| | | | | 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.
* Move some functions from search.js.erb into taginfo.js.Jochen Topf2015-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 Topf2014-09-29
|
* Disallow /projects and /relations in robots.txt.Jochen Topf2014-09-29
|
* Hopefully make keyboard shortcuts behave better.Jochen Topf2014-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.
* Add an error log that captures parsing problems of project files.Jochen Topf2014-09-07
|
* Make generic project icon less prominent.Jochen Topf2014-09-07
|
* Remove need for project icon redirect.Jochen Topf2014-09-07
|
* Use max-width/height for project key/tag icons instead of width/height.Jochen Topf2014-09-06
|
* Add project icons.Jochen Topf2014-09-05
|
* Use pathname only instead of full URL in language switcher.Jochen Topf2014-08-25
|
* Add new 'projects' source.Jochen Topf2014-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.
* Remove underline on hover for tag cloud.Jochen Topf2014-06-29
|
* Fix size of drop-down boxes makes space for translated texts.Jochen Topf2014-05-27
|
* Fix title popups on tables.Jochen Topf2014-05-21
|
* Updated query to version 1.11.1.Jochen Topf2014-05-21
|
* More changes to about page.Jochen Topf2014-05-20
|
* Improved and extended /sources page.Jochen Topf2014-05-20
|
* Update some source images.Jochen Topf2014-05-20
|
* Remove last remnants of never-used merkaartor source.Jochen Topf2014-05-20
|
* Disable comparison function if cookies are disabled in the browser.Jochen Topf2014-05-19
|
* Disallow robot access to /compare pages.Jochen Topf2014-05-19
|
* Disable search when search field is empty.Jochen Topf2014-05-18
|
* Make numbers in tags "clean".Jochen Topf2014-05-18
| | | | This will change the way the /compare URL is built.
* Make database statistics report fully translatable.Jochen Topf2014-05-18
|
* Add keyboard shortcut for comparison page.Jochen Topf2014-05-18
|
* Fiddle with margins on compare page.Jochen Topf2014-05-18
|
* Make close button on compare page look like close button on help popup.Jochen Topf2014-05-18
|
* Use new json_pretty format for JSON button on tables.Jochen Topf2014-05-18
|
* Add close button to boxes on compare page.Jochen Topf2014-05-18
|
* Rename /comparison page to /compare.Jochen Topf2014-05-18
|
* Disable adding items to comparison list that are already in there.Jochen Topf2014-05-16
|
* Disable comparison list clear and compare when they don't make sense.Jochen Topf2014-05-16
|
* Add cookie-base comparison list.Jochen Topf2014-05-16
|
* Remove carriage returns and clean up whitespaces.Jochen Topf2014-05-16
|
* Add JSON button to all flexigrid tables.Jochen Topf2014-05-16
| | | | | If you click on the button you get the same content the table is currently showing as JSON.
* Better display of prevalent values on key comparison page.Jochen Topf2014-05-16
|
* Add Key Comparison page.Jochen Topf2014-05-15
| | | | | This allows comparing of two or more (up to five) keys on one page. No link currently points to this page.
* Return false from event handler.Jochen Topf2014-05-14
|
* Add "Level0 Editor" button to key and tag pages.Jochen Topf2014-05-14
| | | | | | | | | 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.
* Fix two more places where hard coded http:// urls to wiki were used.Jochen Topf2014-02-23
|
* Show some control characters in keysJochen Topf2014-02-02
|