Skip to content

Commit 38f7757

Browse files
ahornaceVladimir Kotal
authored andcommitted
Update jQuery UI to 1.12.1
1 parent d5581ed commit 38f7757

12 files changed

+39
-41
lines changed

src/org/opensolaris/opengrok/web/Scripts.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,11 +122,11 @@ public String toHtml() {
122122
*/
123123
static {
124124
SCRIPTS.put("jquery", new FileScript("js/jquery-3.2.0.min.js", 10));
125-
SCRIPTS.put("jquery-ui", new FileScript("js/jquery-ui-1.12.0-custom.min.js", 11));
125+
SCRIPTS.put("jquery-ui", new FileScript("js/jquery-ui-1.12.1-custom.min.js", 11));
126126
SCRIPTS.put("jquery-tablesorter", new FileScript("js/jquery-tablesorter-2.26.6.min.js", 12));
127127
SCRIPTS.put("tablesorter-parsers", new FileScript("js/tablesorter-parsers-0.0.1.js", 13));
128128
SCRIPTS.put("searchable-option-list", new FileScript("js/searchable-option-list-2.0.5.min.js", 14));
129-
SCRIPTS.put("utils", new FileScript("js/utils-0.0.21.js", 15));
129+
SCRIPTS.put("utils", new FileScript("js/utils-0.0.22.js", 15));
130130
SCRIPTS.put("repos", new FileScript("js/repos-0.0.1.js", 20));
131131
SCRIPTS.put("diff", new FileScript("js/diff-0.0.3.js", 20));
132132
}

web/default/jquery-ui-1.12.0-custom.min.css

Lines changed: 0 additions & 7 deletions
This file was deleted.

web/default/jquery-ui-1.12.1-custom.min.css

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/default/jquery-ui-1.12.1-custom.structure.min.css

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/default/jquery-ui-1.12.1-custom.theme.min.css

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/httpheader.jspf

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ information: Portions Copyright [yyyy] [name of copyright owner]
1818

1919
CDDL HEADER END
2020

21-
Copyright (c) 2007, 2017, Oracle and/or its affiliates. All rights reserved.
21+
Copyright (c) 2007, 2018, Oracle and/or its affiliates. All rights reserved.
2222
Portions Copyright 2011 Jens Elkner.
2323
Portions Copyright (c) 2017-2018, Chris Fraire <[email protected]>.
2424

@@ -60,14 +60,13 @@ org.opensolaris.opengrok.web.PageConfig"
6060
title="Paper White" href="<%= pstyle %>" />
6161
<link rel="stylesheet" type="text/css" href="<%=styleDir%>/mandoc.css" media="all" />
6262
<link rel="stylesheet" type="text/css" href="<%=styleDir%>/print.css" media="print" />
63-
<link rel="stylesheet" type="text/css" href="<%=styleDir%>/jquery-ui-1.12.0-custom.min.css" />
63+
<link rel="stylesheet" type="text/css" href="<%=styleDir%>/jquery-ui-1.12.1-custom.min.css" />
64+
<link rel="stylesheet" type="text/css" href="<%=styleDir%>/jquery-ui-1.12.1-custom.structure.min.css" />
65+
<link rel="stylesheet" type="text/css" href="<%=styleDir%>/jquery-ui-1.12.1-custom.theme.min.css" />
6466
<link rel="stylesheet" type="text/css" href="<%=styleDir%>/jquery.tooltip.css" />
6567
<link rel="stylesheet" type="text/css" href="<%=styleDir%>/jquery.tablesorter.css" />
6668
<link rel="stylesheet" type="text/css" href="<%=styleDir%>/searchable-option-list-2.0.3.min.css" />
67-
<%-- TODO Bug 11749
68-
<link rel="stylesheet" type="text/css" href="<%=styleDir%>/jquery.autocomplete.css" />
69-
<link rel="stylesheet" type="text/css" href="<%=styleDir%>/jquery.combo.css%>" />
70-
--%>
69+
7170
<%
7271
/**
7372
* The order can be arbitrary here, it is hardcoded in Scripts. These

web/js/jquery-ui-1.12.0-custom.min.js

Lines changed: 0 additions & 6 deletions
This file was deleted.

web/js/jquery-ui-1.12.0-draggable.min.js

Lines changed: 0 additions & 6 deletions
This file was deleted.

web/js/jquery-ui-1.12.1-custom.min.js

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/js/jquery-ui-1.12.1-draggable.min.js

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)