Browse Source

Upgrade to jQuery 3.6.0

master
Pēteris Caune 3 years ago
parent
commit
5fe4a60b30
No known key found for this signature in database GPG Key ID: E28D7679E9A9EDE2
27 changed files with 27 additions and 28 deletions
  1. +1
    -0
      CHANGELOG.md
  2. +0
    -4
      static/js/jquery-2.1.4.min.js
  3. +2
    -0
      static/js/jquery-3.6.0.min.js
  4. +1
    -1
      templates/accounts/add_credential.html
  5. +1
    -1
      templates/accounts/appearance.html
  6. +1
    -1
      templates/accounts/billing.html
  7. +1
    -1
      templates/accounts/login.html
  8. +1
    -1
      templates/accounts/login_webauthn.html
  9. +1
    -1
      templates/accounts/notifications.html
  10. +1
    -1
      templates/accounts/profile.html
  11. +1
    -1
      templates/accounts/project.html
  12. +1
    -1
      templates/accounts/set_password.html
  13. +1
    -1
      templates/base.html
  14. +1
    -1
      templates/front/badges.html
  15. +1
    -1
      templates/front/channels.html
  16. +1
    -1
      templates/front/details.html
  17. +1
    -1
      templates/front/docs_single.html
  18. +1
    -1
      templates/front/log.html
  19. +1
    -1
      templates/front/my_checks.html
  20. +1
    -1
      templates/front/projects.html
  21. +1
    -1
      templates/front/welcome.html
  22. +1
    -1
      templates/integrations/add_pushover.html
  23. +1
    -1
      templates/integrations/add_telegram.html
  24. +1
    -1
      templates/integrations/add_trello.html
  25. +1
    -1
      templates/integrations/add_zulip.html
  26. +1
    -1
      templates/integrations/webhook_form.html
  27. +1
    -1
      templates/payments/pricing.html

+ 1
- 0
CHANGELOG.md View File

@ -9,6 +9,7 @@ All notable changes to this project will be documented in this file.
- Add new ping URL format: /{ping_key}/{slug} (#491)
- Reduce Docker image size by using slim base image and multi-stage Dockerfile
- Upgrade to Bootstrap 3.4.1
- Upgrade to jQuery 3.6.0
### Bug Fixes
- Add handling for non-latin-1 characters in webhook headers


+ 0
- 4
static/js/jquery-2.1.4.min.js
File diff suppressed because it is too large
View File


+ 2
- 0
static/js/jquery-3.6.0.min.js
File diff suppressed because it is too large
View File


+ 1
- 1
templates/accounts/add_credential.html View File

@ -85,7 +85,7 @@
{% block scripts %}
{% compress js %}
<script src="{% static 'js/jquery-2.1.4.min.js' %}"></script>
<script src="{% static 'js/jquery-3.6.0.min.js' %}"></script>
<script src="{% static 'js/bootstrap.min.js' %}"></script>
<script src="{% static 'js/cbor.js' %}"></script>
<script src="{% static 'js/add_credential.js' %}"></script>


+ 1
- 1
templates/accounts/appearance.html View File

@ -84,7 +84,7 @@
{% block scripts %}
{% compress js %}
<script src="{% static 'js/jquery-2.1.4.min.js' %}"></script>
<script src="{% static 'js/jquery-3.6.0.min.js' %}"></script>
<script src="{% static 'js/bootstrap.min.js' %}"></script>
<script src="{% static 'js/appearance.js' %}"></script>
{% endcompress %}


+ 1
- 1
templates/accounts/billing.html View File

@ -546,7 +546,7 @@
{% block scripts %}
<script src="https://js.braintreegateway.com/web/dropin/1.20.0/js/dropin.min.js"></script>
{% compress js %}
<script src="{% static 'js/jquery-2.1.4.min.js' %}"></script>
<script src="{% static 'js/jquery-3.6.0.min.js' %}"></script>
<script src="{% static 'js/bootstrap.min.js' %}"></script>
<script src="{% static 'js/billing.js' %}"></script>
{% endcompress %}


+ 1
- 1
templates/accounts/login.html View File

@ -152,7 +152,7 @@
{% block scripts %}
{% compress js %}
<script src="{% static 'js/jquery-2.1.4.min.js' %}"></script>
<script src="{% static 'js/jquery-3.6.0.min.js' %}"></script>
<script src="{% static 'js/bootstrap.min.js' %}"></script>
<script src="{% static 'js/signup.js' %}"></script>
{% endcompress %}


+ 1
- 1
templates/accounts/login_webauthn.html View File

@ -77,7 +77,7 @@
{% block scripts %}
{% compress js %}
<script src="{% static 'js/jquery-2.1.4.min.js' %}"></script>
<script src="{% static 'js/jquery-3.6.0.min.js' %}"></script>
<script src="{% static 'js/bootstrap.min.js' %}"></script>
<script src="{% static 'js/cbor.js' %}"></script>
<script src="{% static 'js/login_tfa.js' %}"></script>


+ 1
- 1
templates/accounts/notifications.html View File

@ -122,7 +122,7 @@
{% block scripts %}
{% compress js %}
<script src="{% static 'js/jquery-2.1.4.min.js' %}"></script>
<script src="{% static 'js/jquery-3.6.0.min.js' %}"></script>
<script src="{% static 'js/bootstrap.min.js' %}"></script>
<script src="{% static 'js/notifications.js' %}"></script>
{% endcompress %}


+ 1
- 1
templates/accounts/profile.html View File

@ -309,7 +309,7 @@
{% block scripts %}
{% compress js %}
<script src="{% static 'js/jquery-2.1.4.min.js' %}"></script>
<script src="{% static 'js/jquery-3.6.0.min.js' %}"></script>
<script src="{% static 'js/bootstrap.min.js' %}"></script>
<script src="{% static 'js/add_project_modal.js' %}"></script>
<script src="{% static 'js/profile.js' %}"></script>


+ 1
- 1
templates/accounts/project.html View File

@ -639,7 +639,7 @@
{% block scripts %}
{% compress js %}
<script src="{% static 'js/jquery-2.1.4.min.js' %}"></script>
<script src="{% static 'js/jquery-3.6.0.min.js' %}"></script>
<script src="{% static 'js/bootstrap.min.js' %}"></script>
<script src="{% static 'js/bootstrap-select.min.js' %}"></script>
<script src="{% static 'js/project.js' %}"></script>


+ 1
- 1
templates/accounts/set_password.html View File

@ -44,7 +44,7 @@
{% block scripts %}
{% compress js %}
<script src="{% static 'js/jquery-2.1.4.min.js' %}"></script>
<script src="{% static 'js/jquery-3.6.0.min.js' %}"></script>
<script src="{% static 'js/bootstrap.min.js' %}"></script>
<script src="{% static 'js/zxcvbn.js' %}"></script>
<script src="{% static 'js/set-password.js' %}"></script>


+ 1
- 1
templates/base.html View File

@ -238,7 +238,7 @@
{% block scripts %}
{% compress js %}
<script src="{% static 'js/jquery-2.1.4.min.js' %}"></script>
<script src="{% static 'js/jquery-3.6.0.min.js' %}"></script>
<script src="{% static 'js/bootstrap.min.js' %}"></script>
{% endcompress %}
{% endblock %}


+ 1
- 1
templates/front/badges.html View File

@ -135,7 +135,7 @@
{% block scripts %}
{% compress js %}
<script src="{% static 'js/jquery-2.1.4.min.js' %}"></script>
<script src="{% static 'js/jquery-3.6.0.min.js' %}"></script>
<script src="{% static 'js/bootstrap.min.js' %}"></script>
<script src="{% static 'js/badges.js' %}"></script>
{% endcompress %}


+ 1
- 1
templates/front/channels.html View File

@ -616,7 +616,7 @@
{% block scripts %}
{% compress js %}
<script src="{% static 'js/jquery-2.1.4.min.js' %}"></script>
<script src="{% static 'js/jquery-3.6.0.min.js' %}"></script>
<script src="{% static 'js/bootstrap.min.js' %}"></script>
<script src="{% static 'js/channels.js' %}"></script>
{% endcompress %}


+ 1
- 1
templates/front/details.html View File

@ -353,7 +353,7 @@
{% block scripts %}
{% compress js %}
<script src="{% static 'js/jquery-2.1.4.min.js' %}"></script>
<script src="{% static 'js/jquery-3.6.0.min.js' %}"></script>
<script src="{% static 'js/bootstrap.min.js' %}"></script>
<script src="{% static 'js/selectize.min.js' %}"></script>
<script src="{% static 'js/clipboard.min.js' %}"></script>


+ 1
- 1
templates/front/docs_single.html View File

@ -11,7 +11,7 @@
{% block scripts %}
{% compress js %}
<script src="{% static 'js/jquery-2.1.4.min.js' %}"></script>
<script src="{% static 'js/jquery-3.6.0.min.js' %}"></script>
<script src="{% static 'js/bootstrap.min.js' %}"></script>
<script src="{% static 'js/clipboard.min.js' %}"></script>
<script src="{% static 'js/snippet-copy.js' %}"></script>


+ 1
- 1
templates/front/log.html View File

@ -144,7 +144,7 @@
{% block scripts %}
{% compress js %}
<script src="{% static 'js/jquery-2.1.4.min.js' %}"></script>
<script src="{% static 'js/jquery-3.6.0.min.js' %}"></script>
<script src="{% static 'js/bootstrap.min.js' %}"></script>
<script src="{% static 'js/moment.min.js' %}"></script>
<script src="{% static 'js/moment-timezone-with-data-10-year-range.min.js' %}"></script>


+ 1
- 1
templates/front/my_checks.html View File

@ -90,7 +90,7 @@
{% block scripts %}
{% compress js %}
<script src="{% static 'js/jquery-2.1.4.min.js' %}"></script>
<script src="{% static 'js/jquery-3.6.0.min.js' %}"></script>
<script src="{% static 'js/bootstrap.min.js' %}"></script>
<script src="{% static 'js/bootstrap-select.min.js' %}"></script>
<script src="{% static 'js/selectize.min.js' %}"></script>


+ 1
- 1
templates/front/projects.html View File

@ -54,7 +54,7 @@
{% block scripts %}
{% compress js %}
<script src="{% static 'js/jquery-2.1.4.min.js' %}"></script>
<script src="{% static 'js/jquery-3.6.0.min.js' %}"></script>
<script src="{% static 'js/bootstrap.min.js' %}"></script>
<script src="{% static 'js/add_project_modal.js' %}"></script>
{% endcompress %}


+ 1
- 1
templates/front/welcome.html View File

@ -778,7 +778,7 @@
{% block scripts %}
{% compress js %}
<script src="{% static 'js/jquery-2.1.4.min.js' %}"></script>
<script src="{% static 'js/jquery-3.6.0.min.js' %}"></script>
<script src="{% static 'js/bootstrap.min.js' %}"></script>
<script src="{% static 'js/clipboard.min.js' %}"></script>
<script src="{% static 'js/snippet-copy.js' %}"></script>


+ 1
- 1
templates/integrations/add_pushover.html View File

@ -98,7 +98,7 @@
{% block scripts %}
{% compress js %}
<script src="{% static 'js/jquery-2.1.4.min.js' %}"></script>
<script src="{% static 'js/jquery-3.6.0.min.js' %}"></script>
<script src="{% static 'js/bootstrap.min.js' %}"></script>
<script src="{% static 'js/bootstrap-select.min.js' %}"></script>
{% endcompress %}


+ 1
- 1
templates/integrations/add_telegram.html View File

@ -118,7 +118,7 @@
{% block scripts %}
{% compress js %}
<script src="{% static 'js/jquery-2.1.4.min.js' %}"></script>
<script src="{% static 'js/jquery-3.6.0.min.js' %}"></script>
<script src="{% static 'js/bootstrap.min.js' %}"></script>
<script src="{% static 'js/bootstrap-select.min.js' %}"></script>
{% endcompress %}


+ 1
- 1
templates/integrations/add_trello.html View File

@ -32,7 +32,7 @@
{% block scripts %}
{% compress js %}
<script src="{% static 'js/jquery-2.1.4.min.js' %}"></script>
<script src="{% static 'js/jquery-3.6.0.min.js' %}"></script>
<script src="{% static 'js/bootstrap.min.js' %}"></script>
<script src="{% static 'js/add_trello.js' %}"></script>
{% endcompress %}


+ 1
- 1
templates/integrations/add_zulip.html View File

@ -172,7 +172,7 @@
{% block scripts %}
{% compress js %}
<script src="{% static 'js/jquery-2.1.4.min.js' %}"></script>
<script src="{% static 'js/jquery-3.6.0.min.js' %}"></script>
<script src="{% static 'js/bootstrap.min.js' %}"></script>
<script src="{% static 'js/add_zulip.js' %}"></script>
{% endcompress %}


+ 1
- 1
templates/integrations/webhook_form.html View File

@ -224,7 +224,7 @@
{% block scripts %}
{% compress js %}
<script src="{% static 'js/jquery-2.1.4.min.js' %}"></script>
<script src="{% static 'js/jquery-3.6.0.min.js' %}"></script>
<script src="{% static 'js/bootstrap.min.js' %}"></script>
<script src="{% static 'js/bootstrap-select.min.js' %}"></script>
<script src="{% static 'js/webhook.js' %}"></script>


+ 1
- 1
templates/payments/pricing.html View File

@ -330,7 +330,7 @@
{% block scripts %}
{% compress js %}
<script src="{% static 'js/jquery-2.1.4.min.js' %}"></script>
<script src="{% static 'js/jquery-3.6.0.min.js' %}"></script>
<script src="{% static 'js/bootstrap.min.js' %}"></script>
<script src="{% static 'js/pricing.js' %}"></script>
<script src="{% static 'js/signup.js' %}"></script>


Loading…
Cancel
Save