Skip to content

Commit

Permalink
DBT-376 further fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
yagee-de committed Nov 8, 2024
1 parent 5299234 commit 11d19cb
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
with:
ff-site-goal: ''
ff-os: 'ubuntu-24.04'
ff-jdk: '21'
ff-jdk: '17'
ff-goal: '-P run-its verify'
ff-site-run: false
failure-upload-path: |
Expand Down
8 changes: 4 additions & 4 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007

Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.

Expand Down Expand Up @@ -645,7 +645,7 @@ the "copyright" line and a pointer to where the full notice is found.
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
along with this program. If not, see <https://www.gnu.org/licenses/>.

Also add information on how to contact you by electronic and paper mail.

Expand All @@ -664,11 +664,11 @@ might be different; for a GUI interface, you would use an "about box".
You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU GPL, see
<http://www.gnu.org/licenses/>.
<https://www.gnu.org/licenses/>.

The GNU General Public License does not permit incorporating your program
into proprietary programs. If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with
the library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License. But first, please read
<http://www.gnu.org/philosophy/why-not-lgpl.html>.
<https://www.gnu.org/licenses/why-not-lgpl.html>.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</scm>
<properties>
<grunt.projectBase>${project.build.directory}/grunt</grunt.projectBase>
<java.target.version>21</java.target.version>
<java.target.version>17</java.target.version>
<lesscss.compress>true</lesscss.compress>
<maven.compiler.failOnWarning>true</maven.compiler.failOnWarning>
<maven.compiler.release>${java.target.version}</maven.compiler.release>
Expand Down
12 changes: 6 additions & 6 deletions src/main/resources/META-INF/resources/config/navigation.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,17 +106,17 @@
<label xml:lang="de">Publizieren</label>
<label xml:lang="en">Publish</label>
<icon>fas fa-upload mr-1 d-none d-sm-inline-block d-lg-none</icon>
<item href="/servlets/MCRActionMappingServlet/mods/create" type="intern">
<label xml:lang="de">Dokumente einreichen</label>
<label xml:lang="en">Submit Document</label>
<item href="/content/publish/index.xml" type="intern" replaceMenu="false" constrainPopUp="false">
<label xml:lang="de">Publizieren</label>
<label xml:lang="en">Publish</label>
</item>
<item href="/servlets/solr/select?q=createdby:{CurrentUser}&amp;fq=objectType:mods" type="intern" replaceMenu="false" constrainPopUp="false">
<label xml:lang="de">Meine Einreichungen</label>
<label xml:lang="en">My submissions</label>
</item>
<item href="/content/publish/importPPN.xml" type="intern">
<label xml:lang="de">PPN Import</label>
<label xml:lang="en">PPN Import</label>
<item href="/editor/editor-admins.xed" type="intern" replaceMenu="false" constrainPopUp="false">
<label xml:lang="de">Publizieren (Admin)</label>
<label xml:lang="en">Publish (admin)</label>
</item>
<item href="/content/publish/guidelines.xml" type="intern">
<label xml:lang="de">Leitlinien</label>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
<xed:include ref="oai" after="institutes" />
<xed:include ref="itunes-podcast" after="genre" />
<xed:include ref="institutes.repeat" after="institutes" />
<xed:remove ref="related.item.other.search.of.all.items" />
<xed:remove ref="institutes" />
</xed:modify>
<xed:modify ref="genres.book.common">
Expand Down

0 comments on commit 11d19cb

Please sign in to comment.