From e683e228dac794127412b055b149db9662b65acb Mon Sep 17 00:00:00 2001 From: Leonid Andreev Date: Thu, 5 Jun 2025 19:17:24 -0400 Subject: [PATCH 1/5] no init in custom page --- src/main/webapp/dataverse_homepage.xhtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/dataverse_homepage.xhtml b/src/main/webapp/dataverse_homepage.xhtml index f12fb40ae68..490720cd42b 100644 --- a/src/main/webapp/dataverse_homepage.xhtml +++ b/src/main/webapp/dataverse_homepage.xhtml @@ -12,13 +12,13 @@ - + - + From 68baaf80aeeb3bb0ddae8d734540d3ec275f2dbc Mon Sep 17 00:00:00 2001 From: Leonid Andreev Date: Tue, 22 Jul 2025 12:08:28 -0400 Subject: [PATCH 2/5] Hides the keycloak auth. option from the login page. --- src/main/webapp/loginpage.xhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/loginpage.xhtml b/src/main/webapp/loginpage.xhtml index ffb2ce0f935..30255e76d73 100644 --- a/src/main/webapp/loginpage.xhtml +++ b/src/main/webapp/loginpage.xhtml @@ -218,7 +218,7 @@

#{bundle['auth.providers.title']}

- + From 7d644e023e1368ac043ea40f51c2ea1bf144e330 Mon Sep 17 00:00:00 2001 From: Leonid Andreev Date: Fri, 31 Oct 2025 16:13:37 -0400 Subject: [PATCH 3/5] added a message to the login page about the auth. methods that are no longer supported. --- src/main/webapp/loginpage.xhtml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/main/webapp/loginpage.xhtml b/src/main/webapp/loginpage.xhtml index 30255e76d73..62a497b0244 100644 --- a/src/main/webapp/loginpage.xhtml +++ b/src/main/webapp/loginpage.xhtml @@ -23,6 +23,19 @@ +
+
+ + + + + + + + + +
+
From b148cd33cc94fc82042a4d78c494f46ef249a6a0 Mon Sep 17 00:00:00 2001 From: Leonid Andreev Date: Mon, 3 Nov 2025 14:32:26 -0500 Subject: [PATCH 4/5] removing the "if you believe this is an error" that Dataverse attaches to every error message in the UI. --- src/main/java/propertyFiles/Bundle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/propertyFiles/Bundle.properties b/src/main/java/propertyFiles/Bundle.properties index f6c0054a43a..f54d38489f4 100644 --- a/src/main/java/propertyFiles/Bundle.properties +++ b/src/main/java/propertyFiles/Bundle.properties @@ -2484,7 +2484,7 @@ error.403.page.title=403 Not Authorized error.403.message=Not Authorized - You are not authorized to view this page. # general error - support message -error.support.message= If you believe this is an error, please contact {0} for assistance. +error.support.message= Pease contact {0} if you have any questions. # citation-frame.xhtml citationFrame.banner.message=If the site below does not load, the archived data can be found in the {0} {1}. {2} From 37686e58ce0641a1fd01011184ba6556d4ee3c98 Mon Sep 17 00:00:00 2001 From: Leonid Andreev Date: Wed, 11 Feb 2026 10:36:03 -0500 Subject: [PATCH 5/5] A typo! --- src/main/java/propertyFiles/Bundle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/propertyFiles/Bundle.properties b/src/main/java/propertyFiles/Bundle.properties index f54d38489f4..b2adfc899f9 100644 --- a/src/main/java/propertyFiles/Bundle.properties +++ b/src/main/java/propertyFiles/Bundle.properties @@ -2484,7 +2484,7 @@ error.403.page.title=403 Not Authorized error.403.message=Not Authorized - You are not authorized to view this page. # general error - support message -error.support.message= Pease contact {0} if you have any questions. +error.support.message= Please contact {0} if you have any questions. # citation-frame.xhtml citationFrame.banner.message=If the site below does not load, the archived data can be found in the {0} {1}. {2}