log gnv-artifacts/src/main/java/de/intevation/gnv/artifacts/GNVArtifactBase.java @ 1115:f953c9a559d8

age author description
Tue, 02 Nov 2010 17:46:55 +0000 Ingo Weinzierl Added license file and license headers.
Wed, 02 Jun 2010 09:52:39 +0000 Ingo Weinzierl Cach improvement: remove the cached elements of each visited state that is visited while stepping back to a previous state.
Tue, 01 Jun 2010 16:59:15 +0000 Ingo Weinzierl Do not call the endOfLife method of the current state before advancing to a next state, because this would remove elements from cache that have been inserted just before - it would be impossible to make use of a cache in that case.
Mon, 12 Apr 2010 06:59:33 +0000 Ingo Weinzierl Removed compiler warnings while JavaDoc generation.
Wed, 07 Apr 2010 07:52:27 +0000 Sascha L. Teichmann Removed trailing whitespace.
Wed, 31 Mar 2010 09:09:05 +0000 Ingo Weinzierl Added javadoc for artifact package.
Mon, 29 Mar 2010 09:35:44 +0000 Sascha L. Teichmann Bring @author javadoc tags in form '@author <a href="john.doe@example.com">John Doe</a>'
Mon, 29 Mar 2010 08:51:20 +0000 Sascha L. Teichmann Ordered imports. Removed needless imports. Removed empty headers.
Mon, 29 Mar 2010 07:58:51 +0000 Sascha L. Teichmann Removed trailing whitespace
Mon, 15 Mar 2010 12:50:08 +0000 Tim Englich Integrated the handling of AutoResumeStates into the initialization Process of an Artifact.
Wed, 10 Mar 2010 13:27:14 +0000 Ingo Weinzierl Improved exception handling while feeding an artifact.
Sat, 06 Mar 2010 08:25:14 +0000 Sascha L. Teichmann Cleanup imports
Mon, 01 Mar 2010 14:15:33 +0000 Ingo Weinzierl Take parent states only to describe static user interface part - not the current state itself.
Mon, 01 Mar 2010 13:39:00 +0000 Ingo Weinzierl Removed useless methods after having refactored the caching mechanism.
Tue, 23 Feb 2010 11:47:08 +0000 Ingo Weinzierl Split up export modes from output modes.
Fri, 12 Feb 2010 11:16:37 +0000 Ingo Weinzierl Repaired broken step-back-history.
Wed, 10 Feb 2010 11:43:35 +0000 Ingo Weinzierl Parted the cache blob into pieces and changed the way how user input is stored on each state.
Tue, 02 Feb 2010 13:12:11 +0000 Tim Englich Added the possibility to use the data which are send using the MapServer-Interface during the Workflow of the GNV-Artifacts.
Mon, 01 Feb 2010 14:03:01 +0000 Tim Englich Changed Method signatures because of Interfacemodifications in the Artifact-Module
Fri, 22 Jan 2010 15:45:59 +0000 Ingo Weinzierl Removed debug output which has been checked in by mistake.
Thu, 21 Jan 2010 16:08:08 +0000 Ingo Weinzierl Removed never try-catch of a never thrown exception.
Tue, 19 Jan 2010 10:58:46 +0000 Ingo Weinzierl Changed some method signatures of the State interface. Use CallContext objects instead of CallMeta objects which are a subset of CallContext.
Mon, 18 Jan 2010 13:43:50 +0000 Ingo Weinzierl Appended the selected fis to the describe document.
Sun, 17 Jan 2010 16:34:11 +0000 Sascha L. Teichmann Added end of life support for artifact states. Implemented ZIP download
Fri, 15 Jan 2010 20:39:30 +0000 Sascha L. Teichmann Cleaned up imports
Fri, 15 Jan 2010 18:21:49 +0000 Ingo Weinzierl Added support to step back to the point for choosing a product.
Thu, 14 Jan 2010 11:07:27 +0000 Ingo Weinzierl Renamed FISSelectArtifact to SelectProductArtifact which fits better, because the intent of this artifact is to choose a product - not a fis.
Wed, 13 Jan 2010 23:10:56 +0000 Ingo Weinzierl Added support to step back to previous states. Add state names to xform nodes in describe document and append old targets to list of reachable targets.
Tue, 12 Jan 2010 15:25:32 +0000 Ingo Weinzierl Added mechanism for advancing to previous states.
Sat, 09 Jan 2010 17:55:45 +0000 Ingo Weinzierl Next step of changing the concept how to use the user interface. Adapted namespaces and replaced FISArtifact with a ProxyArtifact.
Fri, 08 Jan 2010 14:27:49 +0000 Tim Englich Removed Encodingerrors from listed Files. All Files are now UTF-8 compliant.
Tue, 15 Dec 2009 15:30:25 +0000 Ingo Weinzierl Fetch ChartTheme from CallContext instead of creating it each time before creating a chart.
Tue, 08 Dec 2009 13:38:21 +0000 Tim Englich Last Step of the Refactoring Work on the Transition Model.
Tue, 08 Dec 2009 08:39:03 +0000 Tim Englich Some Refactoring work done.
Tue, 01 Dec 2009 15:58:02 +0000 Tim Englich Refactoring of the Transitionmodel.
Fri, 20 Nov 2009 14:03:31 +0000 Ingo Weinzierl Removed duplicated and needless imports.
Thu, 19 Nov 2009 17:54:18 +0000 Ingo Weinzierl Pass the xml document of the request to OutputTransition for more information about output formats of charts (png,jpeg).
Thu, 05 Nov 2009 14:45:54 +0000 Tim Englich Removed some Compilation-Errors according to API-Changes in the ArtifactDatabase.
Mon, 02 Nov 2009 10:58:03 +0000 Tim Englich General CodecCleanup:
Thu, 29 Oct 2009 15:58:47 +0000 Tim Englich Added configurable TimeGap Support to the TimeSeries-Chart-Generation. issu45
Fri, 23 Oct 2009 14:26:45 +0000 Tim Englich Use super.identifier as uuid. issue3
Fri, 23 Oct 2009 08:50:50 +0000 Tim Englich Store the Results of an Artifact not in the Artifact but in an ehcache instance. issue3
Thu, 22 Oct 2009 08:50:21 +0000 Tim Englich Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
Mon, 19 Oct 2009 12:18:08 +0000 Tim Englich Catch Exception that the Calling Program could not put no InputData
Fri, 09 Oct 2009 07:54:48 +0000 Tim Englich Format Code to max 80 Chars per Row and Cleanup
Fri, 02 Oct 2009 14:24:47 +0000 Tim Englich LanguageSupport integrated
Fri, 02 Oct 2009 08:07:00 +0000 Tim Englich Added Horizontal-Profile-Support for Meshes.
Thu, 01 Oct 2009 08:57:49 +0000 Sascha L. Teichmann Removed needless imports.
Mon, 28 Sep 2009 14:17:15 +0000 Tim Englich ehcache Integration for storing the chartresultvalues
Fri, 25 Sep 2009 14:37:10 +0000 Tim Englich Added Support for Patameters in OutputModes
Thu, 24 Sep 2009 15:27:33 +0000 Tim Englich Added CSV-Support and do some performanceimprovments
Thu, 24 Sep 2009 11:03:31 +0000 Tim Englich Successreporting added
Thu, 24 Sep 2009 10:45:24 +0000 Tim Englich Some CodeCleanup done.
Wed, 16 Sep 2009 12:38:24 +0000 Tim Englich Added Multiselectsupport for InputValues
Wed, 16 Sep 2009 07:49:46 +0000 Tim Englich Some improvements an bugfixes done
Mon, 14 Sep 2009 10:32:38 +0000 Tim Englich Refactoring Work depending on Infrastructurchanges in the Artifact-Module
Thu, 10 Sep 2009 13:11:24 +0000 Tim Englich Integrated FIS-Artifact
Thu, 10 Sep 2009 09:40:49 +0000 Tim Englich Refactoringwork done because of changes in the artifact-module
Wed, 09 Sep 2009 15:28:18 +0000 Tim Englich Chartrendering integrated in Timeseries Transition
Wed, 09 Sep 2009 11:01:55 +0000 Tim Englich Integrated Output Methods and Interfacsstructure

http://dive4elements.wald.intevation.org