From 527b3decdee2951910bef96f5e5e915fe7c9c73e Mon Sep 17 00:00:00 2001 From: orbiter Date: Tue, 10 Jul 2007 23:56:25 +0000 Subject: [PATCH] - re-sructuring of configuration menus - added new system update configuration page - moved system update from status page to system udate page - moved shutdown and restart from status page to main menu - added new configuration properties to yacy.init (not yet actively used) - added some methods to handle new automatic update process git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3958 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- build.properties | 2 +- htroot/ConfigBasic.html | 4 +- ...dvanced_p.html => ConfigProperties_p.html} | 0 ...dvanced_p.java => ConfigProperties_p.java} | 2 +- htroot/ConfigUpdate_p.html | 47 ++++++ htroot/ConfigUpdate_p.java | 156 ++++++++++++++++++ htroot/PerformanceMemory_p.html | 2 +- htroot/PerformanceQueues_p.html | 2 +- htroot/PerformanceSearch_p.html | 2 +- htroot/Settings_p.html | 1 + htroot/Status.html | 51 +----- htroot/Status.java | 89 +--------- htroot/User_p.html | 1 + htroot/env/base.css | 6 +- htroot/env/templates/header.template | 12 +- htroot/env/templates/submenuConfig.template | 25 ++- .../env/templates/submenuPerformance.template | 8 - source/de/anomic/yacy/yacyVersion.java | 104 ++++++++++-- source/yacy.java | 13 +- yacy.init | 26 +++ yacy.network.unit | 2 +- 21 files changed, 372 insertions(+), 183 deletions(-) rename htroot/{ConfigAdvanced_p.html => ConfigProperties_p.html} (100%) rename htroot/{ConfigAdvanced_p.java => ConfigProperties_p.java} (96%) create mode 100644 htroot/ConfigUpdate_p.html create mode 100644 htroot/ConfigUpdate_p.java delete mode 100644 htroot/env/templates/submenuPerformance.template diff --git a/build.properties b/build.properties index 05ba7f403..07a0dd1f5 100644 --- a/build.properties +++ b/build.properties @@ -3,7 +3,7 @@ javacSource=1.4 javacTarget=1.4 # Release Configuration -releaseVersion=0.535 +releaseVersion=0.536 releaseFile=yacy_v${releaseVersion}_${DSTAMP}_${releaseNr}.tar.gz proReleaseFile=yacy_pro_v${releaseVersion}_${DSTAMP}_${releaseNr}.tar.gz releaseFileParentDir=yacy diff --git a/htroot/ConfigBasic.html b/htroot/ConfigBasic.html index 0bf15c6b1..89b29b967 100644 --- a/htroot/ConfigBasic.html +++ b/htroot/ConfigBasic.html @@ -1,7 +1,7 @@ - YaCy '#[clientname]#': Basic Configuration + YaCy '#[clientname]#': Access Configuration #%env/templates/metas.template%#