-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 2023.06.x: fix github actions MIR-1347-allow to change the number of entries per page of the filebox with a property MIR-1346 Allow to add custom meta elements in mir-flatmir-layout.xsl MIR-1349 include ID correctly MIR-1348 Provide realm of user in link to profile Bump follow-redirects in /mir-webapp/src/main/vue/name-search (#981) Bump follow-redirects in /mir-webapp/src/main/vue/editor-tools (#982) Bump webpack-dev-middleware in /mir-webapp/src/main/vue/name-search (#985) Bump express in /mir-webapp/src/main/vue/editor-tools (#993) Bump express in /mir-webapp/src/main/vue/name-search (#994) Bump micromatch in /mir-webapp/src/main/vue/editor-tools (#1050) Bump webpack in /mir-webapp/src/main/vue/name-search (#1051) MIR-1336 Display realname of creator/modifier in mir-admin-box (#1031) MIR-1343 Do not render mir-admindata-box staticly (#1040) MIR-1344 update JavaScript dependencies Bump select2 from 4.0.6-rc.1 to 4.0.6 in /mir-module MIR-1338 fixed missing url encoding in solr query (#1033) MIR-1337 fix property to control display of real name (#1032) MIR-1339 Obtain ORCID from lobid in xEditor name search (#1034) Bump jsoup from 1.15.2 to 1.15.3
- Loading branch information
Showing
29 changed files
with
1,439 additions
and
1,188 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
mir-layout/src/main/resources/xsl/mir-flatmir-layout-meta-tags.xsl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> | ||
|
||
<!-- Overwrite stylesheet and template in your application module to add custom meta elements --> | ||
<xsl:template name="mir-flatmir-layout-meta-tags"/> | ||
</xsl:stylesheet> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.