ah sehr gut. Wir brauchen auch bald mal einen Löschknopf für Releases
die sich angesammelt haben.
hat da einer Lust zu das zu machen?
Am 15.03.2008 um 10:22 schrieb lulabad at BerliOS:
> Author: lulabad
> Date: 2008-03-15 10:22:07 +0100 (Sat, 15 Mar 2008)
> New Revision: 4563
>
> Modified:
> trunk/htroot/ConfigUpdate_p.html
> trunk/htroot/ConfigUpdate_p.java
> Log:
> added "current installed release" to Update Page
>
> Modified: trunk/htroot/ConfigUpdate_p.html
> ===================================================================
> --- trunk/htroot/ConfigUpdate_p.html 2008-03-15 00:49:16 UTC (rev
> 4562)
> +++ trunk/htroot/ConfigUpdate_p.html 2008-03-15 09:22:07 UTC (rev
> 4563)
> @@ -16,7 +16,9 @@
> <fieldset>
> <legend>Manual System Update</legend>
> <dl>
> - <dt>Available Releases</dt>
> + <dt>Current installed Release</dt>
> + <dd>#[versionpp]#</dd>
> + <dt><br />Available Releases</dt>
> <dd><form action="ConfigUpdate_p.html" method="get">
> <select name="releasedownload">
> #{availreleases}#
>
> Modified: trunk/htroot/ConfigUpdate_p.java
> ===================================================================
> --- trunk/htroot/ConfigUpdate_p.java 2008-03-15 00:49:16 UTC (rev
> 4562)
> +++ trunk/htroot/ConfigUpdate_p.java 2008-03-15 09:22:07 UTC (rev
> 4563)
> @@ -114,7 +114,7 @@
>
> // version information
> String versionstring =
> yacyVersion.combined2prettyVersion(sb.getConfig("version","0.1"));
> - prop.put("versionpp", versionstring);
> + prop.put("candeploy_versionpp", versionstring);
> boolean devenvironment = versionstring.startsWith("dev");
> double thisVersion =
> Double.parseDouble(sb.getConfig("version","0.1"));
> // cut off the SVN Rev in the Version
>
> _______________________________________________
> YaCy-svn mailing list
> [email protected]
> https://lists.berlios.de/mailman/listinfo/yacy-svn
_______________________________________________
YaCy-svn mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/yacy-svn