summaryrefslogtreecommitdiff
path: root/web/views/key.erb
Commit message (Collapse)AuthorAge
* Reorder text and controls on key, tag and relation pagesmobileChristopher Baines2015-08-09
|
* 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.
* Make display of new 'similar' tab configurable.Jochen Topf2015-02-27
| | | | | | There is a setting now in the configuration file. Display is off by default until people have a chance to upgrade their taginfo version, so that the data needed for displaying this is actually available.
* Add (hidden) similar keys tab on key page and similar keys report.Jochen Topf2015-02-26
| | | | | This commit adds the new tab and new report but doesn't activate them, because they will not work until the database backend is updated.
* Make chart in overview tab on key page smaller if page is small.Jochen Topf2014-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.
* Disable JOSM tab on key and tag pages.Jochen Topf2014-09-19
| | | | Superseded by the new Project tab.
* Removed unused HTML.Jochen Topf2014-09-14
|
* 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.
* add config options for base map attribution and separate scale factor for ↵Sarah Hoffmann2014-05-20
| | | | compare maps
* Disable comparison function if cookies are disabled in the browser.Jochen Topf2014-05-19
|
* Add keyboard shortcut for comparison page.Jochen Topf2014-05-18
|
* Disable adding items to comparison list that are already in there.Jochen Topf2014-05-16
|
* Add cookie-base comparison list.Jochen Topf2014-05-16
|
* Use different overpass turbo call when numbers of objects is small.Jochen Topf2014-05-15
| | | | | | | | When there aren't too many objects with a given key or tag, use the new wizard interface of overpass turbo, which runs automatically in global context and automatically zooms to the results. This is much nicer and easier. If there are too many objects, we keep the old behaviour. Unfortunately this is rather confusing. Maybe we can figure out something better...
* Return false from event handler.Jochen Topf2014-05-14
|
* Change order of buttons on key and tag pages.Jochen Topf2014-05-14
|
* i18n support for "button disabled" text on key/tag/relation pages.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.
* Send image URLs in overview tabs without "http:"Jochen Topf2014-02-18
| | | | This way they are included as http or https, as appropriate.
* Use protocol relative urls for (trac|wiki|www).openstreetmap.orgGrant Slater2014-02-18
|
* Fixed mixed escaping errorsJochen Topf2013-02-14
|
* Add turbo link to toolsJochen Topf2013-02-13
|
* More escaping... (Fixes https://trac.openstreetmap.org/ticket/4775)Jochen Topf2013-02-11
|
* CSS cleanup wiki imagesJochen Topf2013-01-18
|
* Rename pp_* functions to fmt_*Jochen Topf2013-01-17
|
* Remove some functions from ruby code.Jochen Topf2013-01-14
| | | | | | Those pretty print and link functions are available in Javascript, too. To avoid code duplication, I changed the few places where those functions were used to use the Javascript ones.
* Better support for wiki images.Jochen Topf2013-01-09
| | | | | | | | | | | | | Key and tag wiki pages can contain images. Until now we only got the titles of those images. Now we also get the URL to the image, URL to thumbnails, width, height, and mime type. This information is now exposed in the API and it is used to show the images in the Overview tab of the key and tag pages. While we are changing the update process anyway, I changed the program that gets the list of all pages to also output the time those pages changed last. This information is currently not used, but it could be used to cache those pages locally making the update much faster and adding less strain to the wiki server.
* Empty table issue cleanup.Jochen Topf2013-01-07
| | | | | | | | | | | | | | | Sometimes there are not results for some query and you'll end up with an empty table. It would be nice if no empty table appears in this case but instead some nice message. But we can't simply remove the table, because if people use the search-inside-table function and that was the result of the empty table they loose the ability to change the search term. We could only draw the table in the first place if there will be something in it. But just finding out whether there will be something in the table can be quite expensive, for instance with searches for values. So we don't want to do this twice (once in the template to find out whether to draw the table in the first place and once in the API call filling the table.) So we are currently stuck with what we have until somebody invents a better way.
* Javascript related cleanupJochen Topf2013-01-06
|
* Code cleanupJochen Topf2013-01-06
|
* Switched all remaining API calls to v4Jochen Topf2013-01-06
|
* Started switch from Protovis to D3.Jochen Topf2013-01-04
| | | | Protovis is an older library and no longer maintained.
* make xapi/josm max_results configurableJochen Topf2012-02-25
|
* Make XAPI/JOSM button use filter settingJochen Topf2012-02-25
|
* Javascript cleanupJochen Topf2012-01-25
|
* key page tab cleanupJochen Topf2012-01-24
|
* Internationalization of key pageJochen Topf2012-01-24
|
* Some text/translation improvementsJochen Topf2012-01-24
|
* CSS for printingJochen Topf2012-01-23
|
* Include protovis javascript only where neededJochen Topf2012-01-23
|
* More Javascript cleanup.Jochen Topf2012-01-23
|
* Simplified javascript codeJochen Topf2012-01-23
|
* Move flexigrid table definitions into javascript files for each page which ↵Jochen Topf2012-01-23
| | | | are created dynamically according to the language.
* Add tooltip to key/tag description from wikiJochen Topf2012-01-23
|
* Add lang parameter to db/keys/values API call, it now shows description from ↵Jochen Topf2012-01-23
| | | | wiki; add this to values tab on key page.
* Improved msg for number of users 'owning' an object and added translationJochen Topf2012-01-23
|
* small layout fixJochen Topf2012-01-22
|
* Move values distribution diagram on keys page to overview tabJochen Topf2012-01-22
|
* cleanup tabs init codeJochen Topf2012-01-20
|
* diagram stylingJochen Topf2012-01-20
|