summaryrefslogtreecommitdiff
path: root/web/public
Commit message (Collapse)AuthorAge
* Get language selector in line with the other menu itemsChristopher Baines2015-08-09
|
* Disable menuChristopher Baines2015-08-09
|
* Put the date at the bottomChristopher Baines2015-08-09
|
* Allow search box to be next to the other menu itemsChristopher Baines2015-08-09
|
* Fix footer overlapChristopher Baines2015-08-09
|
* Put the slicknav menu in a divChristopher Baines2015-08-09
| | | | Instead of the body.
* Improve the layout of the headersChristopher Baines2015-08-09
|
* Remove more absolute positioningChristopher Baines2015-08-09
|
* Don't use absolute positioning for the menu on small screensChristopher Baines2015-08-09
|
* experiments using taginfo on mobileJochen Topf2015-08-08
|
* Some minor css fixes.Jochen Topf2015-05-12
|
* 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
|