Skip to content

Commit

Permalink
Build of develop from Fri Dec 15 19:42:22 UTC 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
opencastproject committed Dec 15, 2023
1 parent 2d0252f commit fcd3e09
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 14 deletions.
2 changes: 1 addition & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<script type="text/javascript">
// Redirect if URL links to stable
if (window.location.pathname.startsWith('/stable/')) {
window.location.replace(window.location.pathname.replace(/^\/stable\//, '/r/14.x/'));
window.location.replace(window.location.pathname.replace(/^\/stable\//, '/r/15.x/'));
}
</script>
</head>
Expand Down
2 changes: 1 addition & 1 deletion develop/admin/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -796,5 +796,5 @@ <h2 id="release-documentation">Release Documentation</h2>
</html>
<!--
MkDocs version : 1.5.3
Build Date UTC : 2023-12-12 16:39:09.502659+00:00
Build Date UTC : 2023-12-15 19:42:11.258862+00:00
-->
2 changes: 2 additions & 0 deletions develop/admin/releasenotes/stt-default.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Whisper is the new default STT engine
(See #5473)
Binary file modified develop/admin/sitemap.xml.gz
Binary file not shown.
13 changes: 7 additions & 6 deletions develop/commit
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
commit 7f17c883229764a72d57a7cb00b654fff5eec136
Author: Matthias Neugebauer <[email protected]>
Date: Tue Dec 12 17:38:38 2023 +0100
commit b7c5e0476b063b18cd5905ef41e9d397fac70f96
Author: Greg Logan <[email protected]>
Date: Fri Dec 15 13:40:28 2023 -0600

Merge branch 'r/15.x' into develop
Merge branch 'default-admin-email' of lkiesow/opencast into develop

* r/15.x:
Automatically update translation keys (r/13.x)
Pull request #5477

Don't set bogus default email for admin
2 changes: 1 addition & 1 deletion develop/developer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -402,5 +402,5 @@ <h1 id="opencast-development-guides">Opencast Development Guides</h1>
</html>
<!--
MkDocs version : 1.5.3
Build Date UTC : 2023-12-12 16:39:10.920188+00:00
Build Date UTC : 2023-12-15 19:42:12.715772+00:00
-->
Binary file modified develop/developer/sitemap.xml.gz
Binary file not shown.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@ <h2><span class="glyphicon glyphicon-tasks" aria-hidden="true"></span> Adopters
tabindex="-1"
href="//docs.opencast.org/r/15.x/admin"
style="display: flex; justify-content: space-between;">
<span>15.x</span><span style="color: #888; font-size: smaller">(pre release)</span>
<span>15.x</span><span style="color: #888; font-size: smaller">(stable)</span>
</a>
</li>
<li role="presentation">
<a role="menuitem"
tabindex="-1"
href="//docs.opencast.org/r/14.x/admin"
style="display: flex; justify-content: space-between;">
<span>14.x</span><span style="color: #888; font-size: smaller">(stable)</span>
<span>14.x</span>
</a>
</li>
<li role="presentation">
Expand Down Expand Up @@ -207,15 +207,15 @@ <h2><span class="glyphicon glyphicon-wrench" aria-hidden="true"></span> Develope
tabindex="-1"
href="//docs.opencast.org/r/15.x/developer"
style="display: flex; justify-content: space-between;">
<span>15.x</span><span style="color: #888; font-size: smaller">(pre release)</span>
<span>15.x</span><span style="color: #888; font-size: smaller">(stable)</span>
</a>
</li>
<li role="presentation">
<a role="menuitem"
tabindex="-1"
href="//docs.opencast.org/r/14.x/developer"
style="display: flex; justify-content: space-between;">
<span>14.x</span><span style="color: #888; font-size: smaller">(stable)</span>
<span>14.x</span>
</a>
</li>
<li role="presentation">
Expand Down
2 changes: 1 addition & 1 deletion versions.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fcd3e09

Please sign in to comment.