Let me know if you have any patches, fixes, bugs I should wait on before release.
The release candidate will end the code freeze and start a new stable branch.
···
–
Jody Garnett
Let me know if you have any patches, fixes, bugs I should wait on before release.
The release candidate will end the code freeze and start a new stable branch.
–
Jody Garnett
On Wed, 9 Sep 2015 02:13:30 PM Jody Garnett wrote:
Let me know if you have any patches, fixes, bugs I should wait on before
release.The release candidate will end the code freeze and start a new stable
branch.
I'd like to get at least this part of [GEOS-7192] incorporated:
https://github.com/bradh/geoserver/commit/515020a000c967feeda91c8e06153c853d25bbf7
It fixes the the bug tracker links, and is part of a larger PR:
https://github.com/geoserver/geoserver/pull/1212
I'm OK with just that part being cherry-picked out though,
since it is the only part that affects normal users.
The change looks like:
diff --git a/src/web/core/src/main/java/org/geoserver/web/AboutGeoServerPage.html b/src/web/core/src/main/java/org/geoserver/web/AboutGeoServerPage.html
index ef1f885..bf7d200 100644
--- a/src/web/core/src/main/java/org/geoserver/web/AboutGeoServerPage.html
+++ b/src/web/core/src/main/java/org/geoserver/web/AboutGeoServerPage.html
@@ -58,7 +58,7 @@
<a href="http://geoserver.org"><wicket:message key="wiki">Wiki</wicket:message></a>
</li>
<li>
- <a href="http://jira.codehaus.org/browse/GEOS"><wicket:message key="bugTracker">Bug Tracker</wicket:message></a>
+ <a href="https://osgeo-org.atlassian.net/projects/GEOS"><wicket:message key="bugTracker">Bug Tracker</wicket:message></a>
</li>
<!-- The user map is not there, uncomment when we have some
<li>
diff --git a/src/web/core/src/main/java/org/geoserver/web/GeoServerErrorPage.java b/src/web/core/src/main/java/org/geoserver/web/GeoServerErrorPage.java
index 9fcc4e1..954c285 100644
--- a/src/web/core/src/main/java/org/geoserver/web/GeoServerErrorPage.java
+++ b/src/web/core/src/main/java/org/geoserver/web/GeoServerErrorPage.java
@@ -48,7 +48,7 @@ public GeoServerErrorPage(Page originatingPage, Throwable error) {
wmc.setVisible(trace);
wmc.add(new ExternalLink(
"jiraLink",
- new Model("http://jira.codehaus.org/browse/GEOS/"\),
+ new Model("https://osgeo-org.atlassian.net/projects/GEOS"\),
new ResourceModel("GeoServerErrorPage.jiraName")
).setVisible(trace)
);
Thanks Brad, and great maintenance work
On 9 September 2015 at 16:31, Brad Hards <bradh@anonymised.com> wrote:
On Wed, 9 Sep 2015 02:13:30 PM Jody Garnett wrote:
Let me know if you have any patches, fixes, bugs I should wait on before
release.The release candidate will end the code freeze and start a new stable
branch.
I’d like to get at least this part of [GEOS-7192] incorporated:
https://github.com/bradh/geoserver/commit/515020a000c967feeda91c8e06153c853d25bbf7It fixes the the bug tracker links, and is part of a larger PR:
https://github.com/geoserver/geoserver/pull/1212I’m OK with just that part being cherry-picked out though,
since it is the only part that affects normal users.The change looks like:
diff --git a/src/web/core/src/main/java/org/geoserver/web/AboutGeoServerPage.html b/src/web/core/src/main/java/org/geoserver/web/AboutGeoServerPage.html
index ef1f885…bf7d200 100644
— a/src/web/core/src/main/java/org/geoserver/web/AboutGeoServerPage.html
+++ b/src/web/core/src/main/java/org/geoserver/web/AboutGeoServerPage.html
@@ -58,7 +58,7 @@
<wicket:message key=“wiki”>Wiki</wicket:message>- Bug Tracker + Bug Tracker
Things are wrapping up, thanks to Torben for helping review/merge.
And one pending corrections:
On 9 September 2015 at 14:13, Jody Garnett <jody.garnett@anonymised.com> wrote:
Let me know if you have any patches, fixes, bugs I should wait on before release.
The release candidate will end the code freeze and start a new stable branch.
–
Jody Garnett
–
Jody Garnett