log flys-artifacts/ChangeLog @ 442:c1ef5f63278e

age author description
2011-05-17 Ingo Weinzierl Tagged RELEASE 2.3
2011-05-16 Hans Plum Added NEWS File for collecting enduser-sepcific information for releases
2011-05-15 Sascha L. Teichmann First step to calculate "W fuer ungleichwertige Abfluesse" correctly. flys/issue55
2011-05-15 Sascha L. Teichmann Fix step to fix issue69: Do the right calculation
2011-05-13 Ingo Weinzierl Prepared Changes for the upcoming release 2.3.
2011-05-13 Ingo Weinzierl ISSUE-37 The river state wants to be rendered using a river_panel UI provider.
2011-05-12 Ingo Weinzierl Charts are generated using the size defined in the incoming request document.
2011-05-11 Ingo Weinzierl ISSUE-52 The longitudinal section charts will now always have the head of the river at the left side.
2011-05-11 Sascha L. Teichmann MetaDataService: Make incoming XML symmetric to DistanceInfoService.
2011-05-10 Ingo Weinzierl ISSUE-47 Adjusted the line color of W, Q and corrected W curves (temporarilly).
2011-05-10 Ingo Weinzierl Display gridlines in charts.
2011-05-10 Ingo Weinzierl ISSUE-53 Formatted number values of CSV exports.
2011-05-10 Ingo Weinzierl Implemented the input validation of WQ in the adapted WQ panel.
2011-05-10 Ingo Weinzierl The CSV exports will now have headers.
2011-05-10 Sascha L. Teichmann Datacage: Added river parameter to meta data services.
2011-05-10 Ingo Weinzierl Added subtitles to the available charts.
2011-05-10 Ingo Weinzierl Added a method to Resources that returns translated compound messages.
2011-05-10 Ingo Weinzierl Improved the OutGenerator interface to set a master artifact for the out generation.
2011-05-10 Ingo Weinzierl Enabled the WINFO artifact to choose between W and Q mode in the adapted wq panel of the discharge longitudinal section computation.
2011-05-09 Sascha L. Teichmann Datacage service: Cleanup served XML document.
2011-05-09 Sascha L. Teichmann Datacage: Added forgotten columns of fixation WST to datcage template.
2011-05-09 Ingo Weinzierl Enabled i18n support for charts.
2011-05-09 Ingo Weinzierl Added a CSV exporter for the discharge longitudinal section computation.
2011-05-07 Sascha L. Teichmann Back jump correction should work now for both flow directions.
2011-05-06 Sascha L. Teichmann Added data cage configuration for 'Längsschnitt'.
2011-05-06 Ingo Weinzierl Implemented methods to retrieve and compute the data used to create discharge longitudinal sections.
2011-05-05 Ingo Weinzierl Small bugfix in the adapted WQ state and further i18n strings.
2011-05-05 Ingo Weinzierl Changed the y-axis title of the computed discharge curve.
2011-05-05 Ingo Weinzierl Improved the transition model and added states to enable the 'discharge longitudinal section' computation - NOTE: the work in this computation has not finished yet.
2011-05-05 Ingo Weinzierl Use a default step width (100m) between two kilometers if no width is given.
2011-05-05 Ingo Weinzierl Fixed a potential NullPointerException while creating a longitudinal section chart.
2011-05-04 Sascha L. Teichmann fix flys/issue30
2011-05-04 Sascha L. Teichmann 'berechnete Abflusskurve': generate ws from qs
2011-05-04 Ingo Weinzierl Filled the discharge curve exporter (CSV) with code - now, it generates a CSV export with the computed discharge curve data.
2011-05-04 Ingo Weinzierl Enabled the WINFO artifact to compute the data for discharge curves (computed) - ComputedDischargeCurveGenerator uses those values now to create the chart.
2011-05-04 Ingo Weinzierl Improved the transition model and added classes to enable the WINFO artifact to create computed discharge curves - NOTE: each of the new classes is just a stub.
2011-05-03 Ingo Weinzierl Added an exporter to export the computed data of a duration curve.
2011-05-03 Ingo Weinzierl Modified a confusing debug statement.
2011-05-03 Ingo Weinzierl Added an exporter (OutGenerator) for waterlevels which currently supports CSV exports.
2011-05-03 Ingo Weinzierl Introduced an export output target on collection level that enables collections to be exported.
2011-05-03 Ingo Weinzierl I18N Bugfix.
2011-05-03 Ingo Weinzierl Added i18n strings for the location selection.
2011-05-03 Ingo Weinzierl Enabled the WINFO artifact to create duration curves - new OutGenerator, added methods for data computation.
2011-05-03 Sascha L. Teichmann visualize-transitions.xsl: State quoting was done wrong.
2011-05-02 Ingo Weinzierl Enhanced the transition model to reach a state that creates duration curves.
2011-05-02 Sascha L. Teichmann Flush/persist cache at end of program.
2011-05-02 Ingo Weinzierl The DischargeCurveGenerator uses public methods of FLYSArtifact to retrieve all necessary information of the current settings.
2011-05-02 Sascha L. Teichmann Moved expensive allocation of result arrays out of km loop.
2011-05-02 Ingo Weinzierl Enabled the FLYSArtifact to handle an array of inserted WQ values (without given ranges).
2011-05-02 Sascha L. Teichmann Repaired DischargeTables.getQForW()
2011-05-02 Ingo Weinzierl Enabled the server to handle longitudinal section chart requests with inserted W data - Ws are transformed into Qs then.
2011-05-02 Ingo Weinzierl Removed an unused parameter from DischargeTables.getQForW().
2011-05-02 Ingo Weinzierl Ws and Qs of a longitudinal section chart are mapped to an own range axis now.
2011-05-01 Sascha L. Teichmann Added caching support for the wst value tables.
2011-04-29 Sascha L. Teichmann Added ehcache support.
2011-04-29 Sascha L. Teichmann Added meta data service.
2011-04-29 Sascha L. Teichmann Added meta service stub. TODO: Add meta data builder.
2011-04-29 Ingo Weinzierl Bugfix: Changed the datastructure of the ThemeList (inner class of FLYSArtifactCollection) to store the theme of a chart in an ordered list -> Q curves of longitudinal section charts are now drawn.
2011-04-29 Ingo Weinzierl Implemented the chart creation of a longitudinal section chart - W and Q facets.
2011-04-29 Ingo Weinzierl Improved the calculation of the step width of ranges.
2011-04-29 Ingo Weinzierl New method WQKms.size() to retrieve the number of elements in the data pool.
2011-04-29 Sascha L. Teichmann WQKms model: Added a get() method which takes destination array as an argument.
2011-04-29 Ingo Weinzierl Introduced GNU Trove to store WQKms values in a more performant data structure.
2011-04-29 Ingo Weinzierl Added the name of the facet to the parameterlist of OutGenerator.doOut().
2011-04-29 Ingo Weinzierl Added themes and mappings for the W and Q theme of a longitudinal section curve.
2011-04-29 Ingo Weinzierl Added necessary methods to start the computation of waterlevel data.
2011-04-29 Ingo Weinzierl Introduced a model class to store a set of triple data objects that consist of W, Q and Kms information.
2011-04-29 Ingo Weinzierl Bugfix: Removed endless loop and a bug while iterating over Hibernate results.
2011-04-28 Ingo Weinzierl Added an OutGenerator for creating longitudinal section curves.
2011-04-28 Ingo Weinzierl Bugfix: Added missing <output-generators> section to the global configuration.
2011-04-28 Ingo Weinzierl Added a further state that is reached if the waterlevel calculation mode has been chosen.
2011-04-28 Ingo Weinzierl Added a new Transition to compare values.
2011-04-28 Ingo Weinzierl Bugfixes: Adapted a broken method call of TransitionEngine.isStateReachable() and added the outputs of a current state to the DESCRIBE.
2011-04-28 Ingo Weinzierl Bugfix: Added the missing init() method to a Transition and call it in the TransitionFactory after a Transition has been created.
2011-04-28 Ingo Weinzierl Bugfix: The outputs of a Collection's attribute document are stored in an outputs node now instead of being stored toplevel in the document.
2011-04-28 Ingo Weinzierl Throw an illegal argument exception in LocationDistanceSelect.validate() and WQSelect.validate() if no data has been inserted so far.
2011-04-28 Sascha L. Teichmann Added XSL transformation do create Graphviz digraph out of conf.xml
2011-04-28 Ingo Weinzierl The OutGenerator gets the theme of a facet while output creation.
2011-04-27 Ingo Weinzierl Removed useless imports.
2011-04-27 Ingo Weinzierl Added an abstract OutGenerator that should be the base class for all generators which create charts.
2011-04-27 Ingo Weinzierl Improved the out() operation of a Collection - the OutGenerator gets to know about the facets and its theme.
2011-04-26 Ingo Weinzierl The Attributes of a collection are written into its DESCRIBE now.
2011-04-26 Ingo Weinzierl Initialized the facet2theme mappings configured in themes.xml and added a function to the ThemeFactory that retrieves a theme from FLYSContext based on its name.
2011-04-22 Sascha L. Teichmann Corrected a silly c&p mistake.
2011-04-22 Sascha L. Teichmann Implementation of the "Ruecksprungkorrektur" to be done in "W fuer angepassten Abflusslaengschnitt".
2011-04-21 Ingo Weinzierl Removed debug code that has been commited by accident.
2011-04-21 Ingo Weinzierl Added a first small theme configuration and code to read it.
2011-04-21 Ingo Weinzierl Implementation of interfaces and its default implementations and a factory to work with themes.
2011-04-20 Sascha L. Teichmann Implementation of "Abflusskurve/Abflusstafel" calculation.
2011-04-20 Sascha L. Teichmann Added dependency to Apache Commons Math 2.2 (Apache License 2.0)
2011-04-20 Sascha L. Teichmann Discharge table: Fix problem when sorting by q (copied w instead of q).
2011-04-20 Ingo Weinzierl Fixed broken HQL statement.
2011-04-19 Sascha L. Teichmann Implemented the "Wasserstand/Wasserspiegellagen" calculation.
2011-04-19 Sascha L. Teichmann Discharge table: we need a getQForW() and not a getWForQ().
2011-04-19 Sascha L. Teichmann Discharge tables: Sorting of q values was done wrong.
2011-04-19 Ingo Weinzierl The list of annotations returned by the AnnotationFactory is ordered by its range.
2011-04-19 Ingo Weinzierl Added a service that returns the MainValues of a Gauge based on a river name and a stationing.
2011-04-19 Ingo Weinzierl Added a factory that returns MainValues.
2011-04-19 Sascha L. Teichmann Discharge table: Added static method getWForQ() to interpolate a w value for a given q value based on a given discharge table.
2011-04-19 Sascha L. Teichmann Discharge tables: Added convenience constructors/methods to ease the access to the master discharge table of a gauge.
2011-04-18 Sascha L. Teichmann Moved the query complexity of creating a w/q value table into view
2011-04-18 Sascha L. Teichmann Fetches w/q value tables from the backend.
2011-04-18 Ingo Weinzierl Changed the error key that is written to the result document of the feed operation.
2011-04-18 Ingo Weinzierl The inserted river is validated in the feed operation().
2011-04-18 Ingo Weinzierl The calculation method is validated in the feed() operation.
2011-04-18 Ingo Weinzierl The inserted ranges (distance and WQ ranges) are validated in the feed() operation.
2011-04-18 Ingo Weinzierl Removed testing code that has been comitted by accident in the last revision.
2011-04-18 Ingo Weinzierl The getGauge() method of the FLYSArtifact returns the first gauge based on the given stationing now.
2011-04-15 Ingo Weinzierl The WQ state fills the DESCRIBE with default values for W and Q.
2011-04-15 Ingo Weinzierl Added a WstFactory to return Wst objects.
2011-04-15 Ingo Weinzierl FLYSArtifact provides methods to retrieve the real River, Gauge objects.
2011-04-15 Ingo Weinzierl Bugfix: repaired broken imports of the session holder.
2011-04-15 Ingo Weinzierl Removed the SessionHolder and adapted imports.
2011-04-14 Sascha L. Teichmann Acquire/release sessions in services to avoid db connection leaks.
2011-04-14 Ingo Weinzierl The location/distance state now writes default values into DESCRIBE.
2011-04-14 Ingo Weinzierl Added a new function to RiverFactory that retrieves a River object based on a given river name.
2011-04-14 Sascha L. Teichmann Backend access: Static methods are using the SessionHolder, too.
2011-04-14 Ingo Weinzierl Finalized the SessionCallContextListener and registered it as CallContext.Listener in the configuration.
2011-04-14 Ingo Weinzierl Bugfix: Call correct method to retrieve and initialize an instance of SessionFactoryProvider.
2011-04-14 Sascha L. Teichmann Added a session holder to hold hibernate sessions.
2011-04-14 Ingo Weinzierl Added an Implementation of CallContext.Listener to open/close Hibernate Sessions for each request.
2011-04-14 Ingo Weinzierl Modified the states' describe() method - related to the last commit.
2011-04-14 Ingo Weinzierl Removed the state to explicitly select a gauge.
2011-04-13 Ingo Weinzierl Bugfix: Repaired the dynamic UI part of the RiverSelect state in DESCRIBE.
2011-04-12 Ingo Weinzierl Write the name of an artifact into the DESCRIBE document.
2011-04-12 Ingo Weinzierl Bugfix: States are filled with data before they describe themself.
2011-04-11 Ingo Weinzierl Implemented a service that retrieves distance information for a specific river.
2011-04-06 Ingo Weinzierl The FLYSArtifactCollection overrides out() and uses OutGenerators to create output for this operation.
2011-04-06 Ingo Weinzierl Added a DischargeCurveGenerator that creates discharge curves.
2011-04-06 Ingo Weinzierl Changed the visibility of getData() method of FLYSArtifacts.
2011-04-03 Sascha L. Teichmann Removed trailing whitespace.
2011-04-03 Sascha L. Teichmann Make project compilable again.
2011-03-31 Ingo Weinzierl Added code to parse the configured OutGenerators in the global configuration and to save a map of such in the FLYSContext.
2011-03-31 Ingo Weinzierl Added an OutGenerator interface that might be used to generator collected outputs of a set of artifacts.
2011-03-30 Ingo Weinzierl Removed the Backend reference from FLYSArtifactCollection.
2011-03-30 Ingo Weinzierl Enhanced the output mode for discharge curves with three facets.
2011-03-30 Ingo Weinzierl Tagged RELEASE 0.1 of FLYS Artifacts.
2011-03-30 Ingo Weinzierl Renamed an output mode in the WINFO artifact configuration.
2011-03-29 Ingo Weinzierl Changed a german string in the resource bundle.
2011-03-29 Ingo Weinzierl Adapted the available calculation modes of WINFO and its order in the DESCRIBE document.
2011-03-28 Ingo Weinzierl Added the hash code of an artifact to the artifact part of the collection's DESCRIBE document.
2011-03-28 Ingo Weinzierl Changed the background color of discharge curves to white.
2011-03-28 Sascha L. Teichmann DischargeTables: Cache the scale, too. Otherwise two calls to getValues() with different arguments will result in the same output.
2011-03-28 Ingo Weinzierl The out() operation of the WINFO artifact draws discharge tables for gauges specified by the user.
2011-03-28 Ingo Weinzierl Added a helper class to export charts.
2011-03-28 Sascha L. Teichmann Add factory to fetch gauges from database and filter them
2011-03-25 Sascha L. Teichmann Don't used interleaved x/y data.
2011-03-25 Ingo Weinzierl Updated the TODO list.
2011-03-25 Ingo Weinzierl Bugfix: Added a missing artifact namespace prefix in the DESCRIBE document of a FLYSArtifactCollection.
2011-03-24 Ingo Weinzierl Implemented a FLYSArtifactCollection that will be used in this application now.
2011-03-24 Sascha L. Teichmann Fetch w/q values of discharge tables for given gauges.
2011-03-24 Ingo Weinzierl Added a further german resource bundle.
2011-03-23 Ingo Weinzierl The DESCRIBE of the WINFO artifact contains the available output modes now.
2011-03-22 Ingo Weinzierl The location_distance state of the WINFO parameterization has an output mode 'discharge_table' now.
2011-03-21 Ingo Weinzierl Append human readable strings of the selected values to the DESCRIBE output.
2011-03-21 Ingo Weinzierl Added some more calculation types (to the DESCRIBE in the calculation select state).
2011-03-21 Ingo Weinzierl Implemented the step-back part of the advance() operation.
2011-03-21 Ingo Weinzierl Fixed a german umlaut.
2011-03-18 Ingo Weinzierl Added new states to insert location/distance and w/q data in the config of a WINFO artifact.
2011-03-18 Ingo Weinzierl Added a new state for the W/Q input in the WINFO parameterization.
2011-03-18 Ingo Weinzierl New state for the location/distance input and some litte modifications of the DefaultState.
2011-03-17 Ingo Weinzierl Added a method to retrieve the UIProvider for a state.
2011-03-17 Ingo Weinzierl Let the states describe the static ui part.
2011-03-17 Ingo Weinzierl The 'rivers' service retrieves the rivers from backend now.
2011-03-17 Sascha L. Teichmann Added support for the flys backend and an example how to use it.
2011-03-15 Sascha L. Teichmann Added section in configuration for database backend.
2011-03-15 Sascha L. Teichmann Fixed build error coming from different import of XMLUtils.
2011-03-14 Ingo Weinzierl Appended a missing node to the DESCRIBE.
2011-03-14 Ingo Weinzierl I18N of strings for the DESCRIBE document.
2011-03-14 Ingo Weinzierl Introduced a state to select the calculation mode.
2011-03-14 Ingo Weinzierl Added an abstract base class DefaultState for States.
2011-03-14 Ingo Weinzierl Implemented a singleton instance that provides i18n strings.
2011-03-10 Ingo Weinzierl Appende the static data to the static node of the DESCRIBE document.
2011-03-10 Ingo Weinzierl The operations feed() and advance() return the current description of the artifact now.
2011-03-10 Ingo Weinzierl Implemented the step-forward part of the advance operation.
2011-03-09 Ingo Weinzierl Implemented the feed() operation.
2011-03-09 Ingo Weinzierl Added a TODO file.
2011-03-09 Ingo Weinzierl Added a FLYSArtifact that serves as the default artifact for the FLYS application.
2011-03-08 Ingo Weinzierl Added a RiverService (/service/rivers) that retrieves a list of provided rivers.
2011-03-07 Ingo Weinzierl Added a nodes for the user-factory and collection-factory to the configuration.
2011-03-01 Ingo Weinzierl Replaced the 'special' attribute of the DESCRIBE with a 'uiprovider' attribute.
2011-02-08 Ingo Weinzierl The RiverSelect state creates the dynamic UI part for the describe document now.
2011-02-08 Ingo Weinzierl Added mockup classes for working with rivers.
2011-02-07 Ingo Weinzierl The input data items of a state are read from configuration after the state has been setup.
2011-02-07 Ingo Weinzierl Added the current state and reachable states description to the describe document of the WINFO artifact.
2011-02-07 Ingo Weinzierl Changed the way of storing transitions in the TransitionEngine.
2011-02-04 Ingo Weinzierl Improved the WINFO artifact. Describe() returns the uuid and the hash of the artifact instead of just nothing.
2011-02-04 Ingo Weinzierl Improved the init process of the WINFOArtifact - there are two new states to select the river and the gauge.
2011-02-04 Ingo Weinzierl Improved the bootstrap process - the states are initialized.
2011-02-03 Ingo Weinzierl Initializes a TransitionEngine storing all transitions for each artifact at the application start.
2011-02-02 Ingo Weinzierl Added a first stub of an WINFO artifact.
2011-02-01 Sascha L. Teichmann Added initial mvn project for FLYS artifacts.

http://dive4elements.wald.intevation.org