You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by ke...@apache.org on 2017/03/02 14:29:45 UTC

[04/14] allura git commit: [#8145] Add jquery-ui.js references where needed

[#8145] Add jquery-ui.js references where needed


Project: http://git-wip-us.apache.org/repos/asf/allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/allura/commit/20d49f58
Tree: http://git-wip-us.apache.org/repos/asf/allura/tree/20d49f58
Diff: http://git-wip-us.apache.org/repos/asf/allura/diff/20d49f58

Branch: refs/heads/master
Commit: 20d49f58a06287e89145251823e78566c47a22f3
Parents: 5bbe6df
Author: Dave Brondsema <da...@brondsema.net>
Authored: Fri Feb 10 17:16:49 2017 -0500
Committer: Dave Brondsema <da...@brondsema.net>
Committed: Tue Feb 14 10:29:48 2017 -0500

----------------------------------------------------------------------
 Allura/LICENSE                                   | 1 +
 Allura/allura/templates/jinja_master/master.html | 1 +
 LICENSE                                          | 1 +
 rat-excludes.txt                                 | 1 +
 4 files changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/20d49f58/Allura/LICENSE
----------------------------------------------------------------------
diff --git a/Allura/LICENSE b/Allura/LICENSE
index 3682675..1fcd7c8 100644
--- a/Allura/LICENSE
+++ b/Allura/LICENSE
@@ -218,6 +218,7 @@ For details, see allura/lib/AsciiDammit.py
 jQuery, jQueryUI, and various related plugins, which are available
 under the MIT license.  For details, see the individual files:
     allura/public/nf/js/jquery-base.js
+    allura/public/nf/js/jquery-ui.js
     allura/public/nf/css/smoothness/jquery-ui-1.8.4.custom.css
     allura/lib/widgets/resources/css/jquery.ui.datepicker.css
     allura/public/nf/js/jquery.daterangepicker.js

http://git-wip-us.apache.org/repos/asf/allura/blob/20d49f58/Allura/allura/templates/jinja_master/master.html
----------------------------------------------------------------------
diff --git a/Allura/allura/templates/jinja_master/master.html b/Allura/allura/templates/jinja_master/master.html
index 16ed516..b05f5e5 100644
--- a/Allura/allura/templates/jinja_master/master.html
+++ b/Allura/allura/templates/jinja_master/master.html
@@ -23,6 +23,7 @@
     {% import g.theme.jinja_macros as theme_macros with context %}
 {% endif %}
 {% do g.register_forge_js('js/jquery-base.js', location='head_js') %}
+{% do g.register_forge_js('js/jquery-ui.js', location='head_js') %}
 {% do g.register_forge_js('js/jquery.notify.js') %}
 {% do g.register_forge_js('js/jquery.tooltipster.js') %}
 {% do g.register_forge_js('js/sylvester.js') %}

http://git-wip-us.apache.org/repos/asf/allura/blob/20d49f58/LICENSE
----------------------------------------------------------------------
diff --git a/LICENSE b/LICENSE
index 65d8d40..ac33961 100644
--- a/LICENSE
+++ b/LICENSE
@@ -219,6 +219,7 @@ For details, see Allura/allura/lib/AsciiDammit.py
 jQuery, jQueryUI, and various related plugins, which are available
 under the MIT license.  For details, see the individual files:
     Allura/allura/public/nf/js/jquery-base.js
+    Allura/allura/public/nf/js/jquery-ui.js
     Allura/allura/public/nf/css/smoothness/jquery-ui-1.8.4.custom.css
     Allura/allura/lib/widgets/resources/css/jquery.ui.datepicker.css
     Allura/allura/public/nf/js/jquery.daterangepicker.js

http://git-wip-us.apache.org/repos/asf/allura/blob/20d49f58/rat-excludes.txt
----------------------------------------------------------------------
diff --git a/rat-excludes.txt b/rat-excludes.txt
index 1d61f35..188ca0e 100644
--- a/rat-excludes.txt
+++ b/rat-excludes.txt
@@ -37,6 +37,7 @@ Allura/allura/public/nf/fonts/
 Allura/allura/public/nf/js/browser-polyfill.min.js
 Allura/allura/public/nf/js/chosen.jquery.min.js
 Allura/allura/public/nf/js/jquery-base.js
+Allura/allura/public/nf/js/jquery-ui.js
 Allura/allura/public/nf/js/jquery.daterangepicker.js
 Allura/allura/public/nf/js/jquery.flot.js
 Allura/allura/public/nf/js/jquery.maxlength.min.js