This is an automated email from the ASF dual-hosted git repository.
dill0wn pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/allura.git
from 68e3586d9 [#8451] fix various failing tests around new auditlog entries
new 3029567d2 [#8453] removed file jquery-migrate-3.4.0.js and all
references from license files
new d5180e78b [#8453] updated .load -> .on('load') on a couple of places
new 0e0f1eed4 [#8453] jquery-ui upgrade 1.11.4 -> 1.13.2
new 9b6e8efce [#8453] updated jquery removed method size() for length
new 84185a268 [#8453] more fixes
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
Allura/LICENSE | 10 +-
.../allura/ext/admin/templates/project_groups.html | 2 +-
Allura/allura/ext/admin/widgets.py | 4 +-
Allura/allura/lib/widgets/discuss.py | 2 +-
Allura/allura/lib/widgets/form_fields.py | 12 +-
.../allura/lib/widgets/resources/js/sf_markitup.js | 2 +-
.../smoothness/images/ui-icons_222222_256x240.png | Bin 6922 -> 0 bytes
.../smoothness/images/ui-icons_2e83ff_256x240.png | Bin 4549 -> 0 bytes
.../smoothness/images/ui-icons_444444_256x240.png | Bin 0 -> 7090 bytes
.../smoothness/images/ui-icons_454545_256x240.png | Bin 6992 -> 0 bytes
.../smoothness/images/ui-icons_555555_256x240.png | Bin 0 -> 7074 bytes
.../smoothness/images/ui-icons_777620_256x240.png | Bin 0 -> 4618 bytes
.../smoothness/images/ui-icons_777777_256x240.png | Bin 0 -> 7111 bytes
.../smoothness/images/ui-icons_888888_256x240.png | Bin 6999 -> 0 bytes
.../smoothness/images/ui-icons_cc0000_256x240.png | Bin 0 -> 4618 bytes
.../smoothness/images/ui-icons_cd0a0a_256x240.png | Bin 4549 -> 0 bytes
.../smoothness/images/ui-icons_ffffff_256x240.png | Bin 0 -> 6487 bytes
.../nf/css/smoothness/jquery-ui-1.13.2.min.css | 7 +
Allura/allura/public/nf/js/jquery-migrate-3.4.0.js | 983 ---------------------
Allura/allura/public/nf/js/jquery-ui-1.13.2.min.js | 6 +
.../allura/public/nf/js/jquery.daterangepicker.js | 4 +-
Allura/allura/templates/jinja_master/master.html | 1 -
.../templates/jinja_master/theme_macros.html | 2 +-
Allura/allura/templates/login_fragment.html | 1 -
.../allura/templates/neighborhood_add_project.html | 2 +-
.../templates/phone_verification_fragment.html | 1 -
.../templates_responsive/jinja_master/master.html | 1 -
.../jinja_master/theme_macros.html | 2 +-
.../templates/discussionforums/stats_graph.html | 4 +-
.../forgeimporters/github/templates/project.html | 2 +-
.../widgets/resources/js/ticket-list.js | 2 +-
ForgeTracker/forgetracker/widgets/ticket_form.py | 2 +-
ForgeTracker/forgetracker/widgets/ticket_search.py | 4 +-
LICENSE | 8 +-
rat-excludes.txt | 5 +-
35 files changed, 45 insertions(+), 1024 deletions(-)
delete mode 100644
Allura/allura/public/nf/css/smoothness/images/ui-icons_222222_256x240.png
delete mode 100644
Allura/allura/public/nf/css/smoothness/images/ui-icons_2e83ff_256x240.png
create mode 100644
Allura/allura/public/nf/css/smoothness/images/ui-icons_444444_256x240.png
delete mode 100644
Allura/allura/public/nf/css/smoothness/images/ui-icons_454545_256x240.png
create mode 100644
Allura/allura/public/nf/css/smoothness/images/ui-icons_555555_256x240.png
create mode 100644
Allura/allura/public/nf/css/smoothness/images/ui-icons_777620_256x240.png
create mode 100644
Allura/allura/public/nf/css/smoothness/images/ui-icons_777777_256x240.png
delete mode 100644
Allura/allura/public/nf/css/smoothness/images/ui-icons_888888_256x240.png
create mode 100644
Allura/allura/public/nf/css/smoothness/images/ui-icons_cc0000_256x240.png
delete mode 100644
Allura/allura/public/nf/css/smoothness/images/ui-icons_cd0a0a_256x240.png
create mode 100644
Allura/allura/public/nf/css/smoothness/images/ui-icons_ffffff_256x240.png
create mode 100644
Allura/allura/public/nf/css/smoothness/jquery-ui-1.13.2.min.css
delete mode 100644 Allura/allura/public/nf/js/jquery-migrate-3.4.0.js
create mode 100644 Allura/allura/public/nf/js/jquery-ui-1.13.2.min.js