Skip to content

Commit

Permalink
Merge branch 'release/7.2.14' into stable/7
Browse files Browse the repository at this point in the history
  • Loading branch information
pkleef committed Nov 11, 2024
2 parents a1fd819 + 36b81d3 commit ffed467
Show file tree
Hide file tree
Showing 130 changed files with 2,663 additions and 2,946 deletions.
426 changes: 426 additions & 0 deletions ChangeLog

Large diffs are not rendered by default.

223 changes: 144 additions & 79 deletions NEWS.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion README.GIT.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ installed on your system.
| gawk | 3.1.1 | 5.3.0 | http://www.gnu.org/software/gawk/ |
| m4 | 1.4.1 | 1.4.18 | http://www.gnu.org/software/m4/ |
| make | 3.79.1 | 4.2.1 | http://www.gnu.org/software/make/ |
| OpenSSL | 0.9.8e | 3.2.x | http://www.openssl.org/ |
| OpenSSL | 0.9.8e | 3.3.x | http://www.openssl.org/ |

and any GNU packages required by these. The autogen.sh and configure
scripts check for the presence and right version of some of the required
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ installed on your system.
| gawk | 3.1.1 | 5.3.0 | http://www.gnu.org/software/gawk/ |
| m4 | 1.4.1 | 1.4.18 | http://www.gnu.org/software/m4/ |
| make | 3.79.1 | 4.2.1 | http://www.gnu.org/software/make/ |
| OpenSSL | 0.9.8e | 3.2.x | http://www.openssl.org/ |
| OpenSSL | 0.9.8e | 3.3.x | http://www.openssl.org/ |

and any GNU packages required by these. The autogen.sh and configure
scripts check for the presence and right version of some of the required
Expand Down
13 changes: 11 additions & 2 deletions binsrc/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,21 @@
#
#

SUBDIRS = vadpacker dav mono virtuoso tests rdf_mappers driver maildrop sqldoc hosting graphql bpel fct tutorial conductor samples vsp ws sync vspx vad cached_resources virtodbc virtoledb virtuoso_sink xddl VirtuosoClient.Net oat isparql jena jena2 jena3 jena4 sesame sesame2 sesame3 sesame4 redland hibernate dbpedia rdb2rdf rdf4j rdf4j_4 websocket
SUBDIRS = dav mono virtuoso tests rdf_mappers driver maildrop sqldoc hosting graphql bpel fct tutorial conductor samples vsp ws sync vspx vad cached_resources virtodbc virtoledb virtuoso_sink xddl VirtuosoClient.Net oat isparql jena jena2 jena3 jena4 sesame sesame2 sesame3 sesame4 redland hibernate dbpedia rdb2rdf rdf4j rdf4j_4 websocket


# ----------------------------------------------------------------------
#
# Additional files to distribute
#
# ----------------------------------------------------------------------
EXTRA_DIST = config/ccdefs.c config/libxml.m4
EXTRA_DIST = \
$(srcdir)/config/ccdefs.c \
$(srcdir)/config/libxml.m4 \
$(srcdir)/vadpacker/*.py \
$(srcdir)/vadpacker/.gitignore \
$(srcdir)/vadpacker/AUTHORS \
$(srcdir)/vadpacker/ChangeLog \
$(srcdir)/vadpacker/COPYING \
$(srcdir)/vadpacker/NEWS \
$(srcdir)/vadpacker/README
10 changes: 2 additions & 8 deletions binsrc/conductor/dav/dav_browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -1405,14 +1405,8 @@ WEBDAV.menuMouseOut = function (event)
return false;
}

if (window.event)
{
current = this;
related = window.event.toElement;
} else {
current = event.currentTarget;
related = event.relatedTarget;
}
current = event.currentTarget;
related = event.relatedTarget;
if ((current != related) && !menuMouseIn(current, related))
OAT.Dom.hide(current);
}
Expand Down
4 changes: 3 additions & 1 deletion binsrc/conductor/dav/dav_browser.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2524,7 +2524,7 @@ create procedure WEBDAV.DBA.settings_tbLabels (
create procedure WEBDAV.DBA.settings_hiddens (
inout settings any)
{
return get_keyword ('hiddens', settings, '.,_');
return get_keyword ('hiddens', settings, '.');
}
;

Expand Down Expand Up @@ -3292,6 +3292,8 @@ create procedure WEBDAV.DBA.DAV_PERROR (
S := replace (S, 'Resource', 'File');
S := subseq (S, 6);
}
if (-44 = x and isstring (connection_get('__sql_message')))
S := connection_get('__sql_message');
return S;
}
;
Expand Down
2 changes: 1 addition & 1 deletion binsrc/conductor/db_rdf_view_3.vspx
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@
exec (qr, stat, msg, vector (), 0, meta, data);
if (stat = '00000' and length (data) and length (data[0]))
{
http (sprintf ('<div>Transient Views: <a href="/describe/?uri=%U"i target="_blank">%V</a> <br/>', gr, gr));
http (sprintf ('<div>Transient Views: <a href="/describe/?uri=%U" target="_blank">%V</a> <br/>', gr, gr));
foreach (any _row in data) do
{
if (_row[0] not like '%/stat#%')
Expand Down
2 changes: 1 addition & 1 deletion binsrc/conductor/vad_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.00.8869
1.00.8871
9 changes: 4 additions & 5 deletions binsrc/fct/bbc_demo_queries.vsp
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<title>BBC demo queries</title>
<link rel="stylesheet" type="text/css" href="/fct/css/default.css"/>
<script type="text/javascript" src="s/main.js"></script>
Expand Down
10 changes: 6 additions & 4 deletions binsrc/fct/css/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -608,9 +608,11 @@ a.desc_permalink { font-size: 9pt; font-weight: normal }

#fct_form { margin-top: 1ex }

.addthis_toolbox { margin: 20px 10px auto; }

#FT_share .addthis_toolbox { margin: 0 }

img.dicon { border-width:0; height:20px; vertical-align: middle; }

div.content.embedded > iframe { resize: auto; }
div.content.embedded { resize: auto; overflow: auto; }

.text-nowrap {
white-space: nowrap;
}
1 change: 0 additions & 1 deletion binsrc/fct/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,3 @@ a.rdf_source img { vertical-align: middle;margin-right: 5px;}
#ft_r { float: right;}
#ft_l label { margin-right: 5px;}

div.content.embedded { padding: 0.25em; height: 105%; margin-bottom: 1em; display: block; float: none; clear: both; }
9 changes: 4 additions & 5 deletions binsrc/fct/demo_queries.vsp
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<title>BBC demo queries</title>
<link rel="stylesheet" type="text/css" href="/fct/css/default.css"/>
<script type="text/javascript" src="oat/toolkit/loader.js"></script>
Expand Down
11 changes: 5 additions & 6 deletions binsrc/fct/facet.vsp
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<title>Precision Search &amp; Find</title>

<?vsp
Expand Down Expand Up @@ -31,7 +30,7 @@
pageUrl := pageUrl || '?' || query_str;

?>
<link rel="stylesheet" type="text/css" href="<?=main_ss?>" charset="utf-8" />
<link rel="stylesheet" type="text/css" href="<?=main_ss?>" />

<?vsp
fct_gen_opensearch_link();
Expand Down
9 changes: 4 additions & 5 deletions binsrc/fct/facet_doc.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html>
<html lang="en">
<!--
--
-- $Id$
Expand All @@ -22,12 +23,10 @@
-- 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
--
-->
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<?vsp set http_charset='utf-8'; ?>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<title>Entity Search, Find, and Explore - Documentation</title>
<link rel="stylesheet" media="screen" type="text/css" href="/fct/css/default.css"/>
<script type="text/javascript" >
Expand Down
Loading

0 comments on commit ffed467

Please sign in to comment.