summaryrefslogtreecommitdiff
path: root/web/public/js
Commit message (Collapse)AuthorAge
* Remove old jquery-ui versionJochen Topf2013-05-27
|
* Fix escaping of JOSM icons and colorsJochen Topf2013-02-04
|
* Fix escapingJochen Topf2013-01-30
| | | | | | | | | Some data was HTML-escaped in the API results. Now data in API results is (hopefully) all raw and clients have to escape as needed. One client is, obviously, taginfo itself and a few places have been changed to do the right escaping now. Fixes #19.
* Join common jquery js files into oneJochen Topf2013-01-19
|
* Added production version of migrate pluginJochen Topf2013-01-18
|
* Add help dialogJochen Topf2013-01-18
|
* Add relations link and shortcut keyJochen Topf2013-01-17
|
* Switched to jQuery 1.9 and jQuery UI 1.9.2Jochen Topf2013-01-17
| | | | Also updated the customSelect library.
* Remove unused capitalize js functionJochen Topf2013-01-17
|
* More misc js cleanupJochen Topf2013-01-17
|
* More print_* to fmt_* cleanupJochen Topf2013-01-17
|
* Cleanup js function print_value_with_percentJochen Topf2013-01-17
|
* More fmt function cleanupsJochen Topf2013-01-17
|
* More js fmt function cleanupsJochen Topf2013-01-17
|
* Split fmt_wiki_link into link_to_wiki and url_for_wikiJochen Topf2013-01-17
|
* Cleanup batch of print_* functionsJochen Topf2013-01-17
|
* Rename pp_* functions to fmt_*Jochen Topf2013-01-17
|
* Fixes and cleanup pp_* js functionsJochen Topf2013-01-17
|
* Choose better link on right arrow keyJochen Topf2013-01-16
|
* Javascript helper function cleanupJochen Topf2013-01-16
|
* Add keyboard navigation in tablesJochen Topf2013-01-16
|
* Add keyboard shortcutsJochen Topf2013-01-16
|
* Improve regex for bad chars in url pathsJochen Topf2013-01-14
|
* Add new relations sectionJochen Topf2013-01-14
| | | | | | | | There is a whole new relations section which gives information about different relation types. There is a list of all relation types and there is a page for each relation type which currently contains an empty overview tab and a roles tab with a list of roles used with this relation type. There is currently no link that leads to this section as it is not finished yet.
* Improve image popupJochen Topf2013-01-09
|
* Add image popup to key/tag wiki tab tablesJochen Topf2013-01-09
|
* 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.
* Remove '-' character from list of 'bad' charactersJochen Topf2013-01-07
|
* Javascript functions to pretty-print JOSM dataJochen Topf2013-01-06
|
* More javascript cleanupJochen Topf2013-01-06
|
* New print_checkmark javascript functionJochen Topf2013-01-06
|
* Fix error with paging in flexigrid tablesJochen Topf2013-01-06
|
* Add D3 word cloud library.Jochen Topf2013-01-05
|
* Get rid of now obsolete protovis library.Jochen Topf2013-01-05
| | | | All charts have been changed to D3.
* Started switch from Protovis to D3.Jochen Topf2013-01-04
| | | | Protovis is an older library and no longer maintained.
* Improved name_tags report.Jochen Topf2013-01-03
| | | | The report is still experimental and not available by default.
* Fix for disappearing tables when results empty (issue #7)Jochen Topf2012-12-19
|
* Improve tooltips on table headersJochen Topf2012-02-09
|
* Javascript cleanup for homepageJochen Topf2012-01-25
|
* create minified versions of js files and use them, some fixes in taginfo.jsJochen Topf2012-01-25
|
* Tooltip on table search boxJochen Topf2012-01-25
|
* Make language switch work properly with pages containing query parameters or ↵Jochen Topf2012-01-24
| | | | hashes
* Improved and simplified highlighting of search resultsJochen Topf2012-01-23
|
* More Javascript cleanupJochen Topf2012-01-23
|
* Add link() Javascript functionJochen Topf2012-01-23
|
* More Javascript cleanup.Jochen Topf2012-01-23
|
* Javascript cleanup, remove taglink css classJochen 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 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.