Edgewall Software

Changes between Initial Version and Version 2 of Ticket #13431


Ignore:
Timestamp:
Oct 21, 2021, 2:53:01 AM (3 years ago)
Author:
Ryan J Ollos
Comment:

Edited JavaScript@9.

$ unzip jquery-ui-1.13.0.custom.zip
$ cp jquery-ui-1.13.0.custom/jquery-ui.min.js trac/htdocs/js/jquery-ui.js
$ cp jquery-ui-1.13.0.custom/images/* trac/htdocs/css/jquery-ui/images/
$ cp jquery-ui-1.13.0.custom/jquery-ui.css trac/htdocs/css/jquery-ui/
# Edit version numbers
$ vim trac/web/chrome.py

Proposed changed in [1beb3ddc7a/rjollos.git].

The link we suggest on TracIni doesn't provide 1.13.0 yet, but hopefully it will soon:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13431

    • Property Owner set to Ryan J Ollos
    • Property Status newassigned
  • Ticket #13431 – Description

    initial v2  
    11jQuery UI 1.13 [https://blog.jqueryui.com/2021/10/jquery-ui-1-13-0-released/ release notice].
     2
     3Upgrade steps documented here: TracDev/JavaScript#jQueryUI.