[Taginfo-dev] [taginfo/taginfo] 5fb741: Modernize Javascript: Remove some uses of jQuery

Jochen Topf noreply at github.com
Sat Jul 16 09:34:57 UTC 2022


  Branch: refs/heads/master
  Home:   https://github.com/taginfo/taginfo
  Commit: 5fb741c64ab1888fe76edbf85bd6304dda000826
      https://github.com/taginfo/taginfo/commit/5fb741c64ab1888fe76edbf85bd6304dda000826
  Author: Jochen Topf <jochen at topf.org>
  Date:   2022-07-15 (Fri, 15 Jul 2022)

  Changed paths:
    M web/public/js/taginfo.js
    M web/views/reports/wiki_images.erb
    M web/viewsjs/key.js.erb
    M web/viewsjs/relation.js.erb
    M web/viewsjs/reports/name_tags.js.erb
    M web/viewsjs/reports/wiki_images.js.erb
    M web/viewsjs/tag.js.erb

  Log Message:
  -----------
  Modernize Javascript: Remove some uses of jQuery


  Commit: d4d8f2d7360e0220fcacff21040d532b792b7cd3
      https://github.com/taginfo/taginfo/commit/d4d8f2d7360e0220fcacff21040d532b792b7cd3
  Author: Jochen Topf <jochen at topf.org>
  Date:   2022-07-16 (Sat, 16 Jul 2022)

  Changed paths:
    M web/lib/javascript.rb
    M web/public/css/taginfo.css
    M web/public/js/common.js
    R web/public/js/jquery.cookie-minified.js
    R web/public/js/jquery.cookie.js
    M web/public/js/taginfo.js
    M web/views/key.erb
    M web/views/tag.erb
    M web/viewsjs/compare.js.erb
    M web/viewsjs/key.js.erb
    M web/viewsjs/tag.js.erb

  Log Message:
  -----------
  Modernize Javascript: Use session storage for comparison list

Instead of cookie. (The server doesn't need to know about what's in the
comparison list, until we actually want to see it.)

We don't need the jQuery cookie plugin any more.


Compare: https://github.com/taginfo/taginfo/compare/eaffa421b7e0...d4d8f2d7360e



More information about the Taginfo-dev mailing list