summaryrefslogtreecommitdiff
path: root/web/views/key.erb
Commit message (Collapse)AuthorAge
* 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
|
* Improve resizing/table sizeJochen Topf2012-01-20
|
* Javascript init cleanupJochen Topf2012-01-20
|
* make wiki link open new browser window/tabJochen Topf2012-01-20
|
* Presentation of 'empty' text messagesJochen Topf2012-01-20
|
* Update about page, external/wiki link designJochen Topf2012-01-19
|
* Continuing the great layout change...Jochen Topf2012-01-15
|
* First checkin of new layoutJochen Topf2012-01-01
|
* Move overview table on keys page into its own tabJochen Topf2011-12-29
|
* Add more translation in javascript codeJocelyn Jaubert2011-10-26
|
* Add translations to view keys, and the corresponding french translationJocelyn Jaubert2011-10-26
|
* fix: tab changes sometimes did not workJochen Topf2011-10-13
|
* Add config for distribution images.Jochen Topf2011-10-12
| | | | New config options for the geographic distribution images.
* Change API and UI to show way distribution map alsoJochen Topf2011-10-12
|
* New config fileJochen Topf2011-10-10
| | | | | | | There is a new config file 'taginfo-config.json'. Copy it one directory level above where it is in the distribution and change it to your needs. There are multiple changes in the code to get settings from the config file. This should make running your own instance a lot easier.
* Put stacked bar chart in key view upside down so it matches the default ↵Jochen Topf2011-05-17
| | | | order in the table.
* fix http://trac.openstreetmap.org/ticket/3537Jochen Topf2011-02-23
|
* Fixed regression that made josm button not work; more javascript/flexigrid ↵Jochen Topf2010-12-13
| | | | stuff changed to new style; removed scale stuff from josm tabs
* Remove Javascript 1.8 expression closuresJochen Topf2010-12-08
|
* flexigrid in key.erb und keys.erb switched to new syntaxJochen Topf2010-11-22
|
* Improved search and some more translationsJochen Topf2010-11-22
|
* renaming some i18n idsJochen Topf2010-11-21
|
* More preps for translationsJochen Topf2010-11-15
|