log

age author description
Thu, 21 Apr 2011 08:49:58 +0000 Ingo Weinzierl Removed debug code that has been commited by accident.
Thu, 21 Apr 2011 08:47:39 +0000 Ingo Weinzierl Added a first small theme configuration and code to read it.
Thu, 21 Apr 2011 08:44:41 +0000 Ingo Weinzierl Implementation of interfaces and its default implementations and a factory to work with themes.
Wed, 20 Apr 2011 14:26:51 +0000 Sascha L. Teichmann Implementation of "Abflusskurve/Abflusstafel" calculation.
Wed, 20 Apr 2011 13:13:19 +0000 Sascha L. Teichmann Added dependency to Apache Commons Math 2.2 (Apache License 2.0)
Wed, 20 Apr 2011 09:46:40 +0000 Sascha L. Teichmann Discharge table: Fix problem when sorting by q (copied w instead of q).
Wed, 20 Apr 2011 08:00:38 +0000 Ingo Weinzierl Fixed broken HQL statement.
Tue, 19 Apr 2011 17:43:39 +0000 Sascha L. Teichmann Implemented the "Wasserstand/Wasserspiegellagen" calculation.
Tue, 19 Apr 2011 17:37:21 +0000 Sascha L. Teichmann Discharge table: we need a getQForW() and not a getWForQ().
Tue, 19 Apr 2011 14:48:28 +0000 Sascha L. Teichmann Discharge tables: Sorting of q values was done wrong.
Tue, 19 Apr 2011 13:10:27 +0000 Ingo Weinzierl The list of annotations returned by the AnnotationFactory is ordered by its range.
Tue, 19 Apr 2011 12:33:39 +0000 Ingo Weinzierl Added a service that returns the MainValues of a Gauge based on a river name and a stationing.
Tue, 19 Apr 2011 12:31:07 +0000 Ingo Weinzierl Added a factory that returns MainValues.
Tue, 19 Apr 2011 11:05:27 +0000 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.
Tue, 19 Apr 2011 10:32:31 +0000 Sascha L. Teichmann Discharge tables: Added convenience constructors/methods to ease the access to the master discharge table of a gauge.
Mon, 18 Apr 2011 16:01:23 +0000 Sascha L. Teichmann Moved the query complexity of creating a w/q value table into view
Mon, 18 Apr 2011 14:40:35 +0000 Sascha L. Teichmann Fetches w/q value tables from the backend.
Mon, 18 Apr 2011 13:23:12 +0000 Ingo Weinzierl Changed the error key that is written to the result document of the feed operation.
Mon, 18 Apr 2011 13:21:52 +0000 Ingo Weinzierl The inserted river is validated in the feed operation().
Mon, 18 Apr 2011 13:00:57 +0000 Ingo Weinzierl The calculation method is validated in the feed() operation.
Mon, 18 Apr 2011 12:36:08 +0000 Ingo Weinzierl The inserted ranges (distance and WQ ranges) are validated in the feed() operation.
Mon, 18 Apr 2011 09:34:18 +0000 Ingo Weinzierl Removed testing code that has been comitted by accident in the last revision.
Mon, 18 Apr 2011 07:39:17 +0000 Ingo Weinzierl The getGauge() method of the FLYSArtifact returns the first gauge based on the given stationing now.
Fri, 15 Apr 2011 13:47:10 +0000 Ingo Weinzierl The WQ state fills the DESCRIBE with default values for W and Q.
Fri, 15 Apr 2011 13:46:22 +0000 Ingo Weinzierl Added a WstFactory to return Wst objects.
Fri, 15 Apr 2011 13:37:51 +0000 Ingo Weinzierl FLYSArtifact provides methods to retrieve the real River, Gauge objects.
Fri, 15 Apr 2011 10:10:37 +0000 Ingo Weinzierl Bugfix: repaired broken imports of the session holder.
Fri, 15 Apr 2011 09:52:37 +0000 Ingo Weinzierl Removed the SessionHolder and adapted imports.
Thu, 14 Apr 2011 13:45:50 +0000 Sascha L. Teichmann Acquire/release sessions in services to avoid db connection leaks.
Thu, 14 Apr 2011 13:36:06 +0000 Ingo Weinzierl The location/distance state now writes default values into DESCRIBE.
Thu, 14 Apr 2011 13:26:29 +0000 Ingo Weinzierl Added a new function to RiverFactory that retrieves a River object based on a given river name.
Thu, 14 Apr 2011 13:15:16 +0000 Sascha L. Teichmann Backend access: Static methods are using the SessionHolder, too.
Thu, 14 Apr 2011 13:11:12 +0000 Ingo Weinzierl Finalized the SessionCallContextListener and registered it as CallContext.Listener in the configuration.
Thu, 14 Apr 2011 12:59:21 +0000 Ingo Weinzierl Bugfix: Call correct method to retrieve and initialize an instance of SessionFactoryProvider.
Thu, 14 Apr 2011 12:08:47 +0000 Sascha L. Teichmann Added a session holder to hold hibernate sessions.
Thu, 14 Apr 2011 11:18:28 +0000 Ingo Weinzierl Added an Implementation of CallContext.Listener to open/close Hibernate Sessions for each request.
Thu, 14 Apr 2011 08:32:18 +0000 Ingo Weinzierl Modified the states' describe() method - related to the last commit.
Thu, 14 Apr 2011 08:23:15 +0000 Ingo Weinzierl Removed the state to explicitly select a gauge.
Wed, 13 Apr 2011 08:31:20 +0000 Ingo Weinzierl Bugfix: Repaired the dynamic UI part of the RiverSelect state in DESCRIBE.
Tue, 12 Apr 2011 13:42:14 +0000 Ingo Weinzierl Write the name of an artifact into the DESCRIBE document.
Tue, 12 Apr 2011 07:49:36 +0000 Ingo Weinzierl Bugfix: States are filled with data before they describe themself.
Mon, 11 Apr 2011 12:54:03 +0000 Ingo Weinzierl Implemented a service that retrieves distance information for a specific river.
Wed, 06 Apr 2011 10:01:49 +0000 Ingo Weinzierl The FLYSArtifactCollection overrides out() and uses OutGenerators to create output for this operation.
Wed, 06 Apr 2011 09:56:38 +0000 Ingo Weinzierl Added a DischargeCurveGenerator that creates discharge curves.
Wed, 06 Apr 2011 09:53:14 +0000 Ingo Weinzierl Changed the visibility of getData() method of FLYSArtifacts.
Sun, 03 Apr 2011 10:55:16 +0000 Sascha L. Teichmann Removed trailing whitespace.
Sun, 03 Apr 2011 10:53:14 +0000 Sascha L. Teichmann Make project compilable again.
Thu, 31 Mar 2011 10:56:08 +0000 Ingo Weinzierl Added code to parse the configured OutGenerators in the global configuration and to save a map of such in the FLYSContext.
Thu, 31 Mar 2011 10:54:07 +0000 Ingo Weinzierl Added an OutGenerator interface that might be used to generator collected outputs of a set of artifacts.
Wed, 30 Mar 2011 16:00:51 +0000 Ingo Weinzierl Removed the Backend reference from FLYSArtifactCollection.
Wed, 30 Mar 2011 15:21:12 +0000 Ingo Weinzierl Enhanced the output mode for discharge curves with three facets.
Wed, 30 Mar 2011 13:47:02 +0000 Ingo Weinzierl Tagged RELEASE 0.1 of FLYS Artifacts.
Tue, 17 May 2011 07:51:26 +0000 Ingo Weinzierl Tagged RELEASE 2.3 of flys-client.
Mon, 16 May 2011 10:36:48 +0000 Hans Plum Added missing information for release
Mon, 16 May 2011 10:27:47 +0000 Hans Plum Added NEWS File for collecting enduser-sepcific information for releases
Fri, 13 May 2011 11:24:55 +0000 Ingo Weinzierl Prepared Changes for the upcoming release 2.3.
Fri, 13 May 2011 09:06:13 +0000 Sascha L. Teichmann Datacage: Better converter for incoming XML tree
Thu, 12 May 2011 16:47:23 +0000 Raimund Renkert ISSUE 61: Changed datacage button style.
Thu, 12 May 2011 15:42:37 +0000 Raimund Renkert ISSUE 46: Removed the table header context menu.
Thu, 12 May 2011 15:14:09 +0000 Raimund Renkert ISSUE 43: Changed i18n strings.
Thu, 12 May 2011 14:59:18 +0000 Raimund Renkert Show rivers as links instead of a combobox.
Thu, 12 May 2011 09:59:29 +0000 Ingo Weinzierl ISSUE-15 The charts in the chart panel are requested with the size of the parent panel.
Thu, 12 May 2011 09:14:46 +0000 Ingo Weinzierl Enabled the client to request charts in different sizes.
Thu, 12 May 2011 07:08:27 +0000 Ingo Weinzierl ISSUE-34 Limit the windows which are moved to the right lower corner to 10.
Wed, 11 May 2011 16:38:54 +0000 Sascha L. Teichmann Datacage: transport rpc result to ui.
Wed, 11 May 2011 15:33:54 +0000 Ingo Weinzierl Changed the height of the export panel.
Wed, 11 May 2011 14:34:15 +0000 Sascha L. Teichmann UI stub for data cage
Wed, 11 May 2011 14:29:35 +0000 Ingo Weinzierl ISSUE-56 Display download buttons to export the computed data.
Wed, 11 May 2011 14:23:08 +0000 Ingo Weinzierl Added a service to export data from the artifact server.
Wed, 11 May 2011 11:44:23 +0000 Raimund Renkert ISSUE 34: Move every new project window 20 px down and right.
Wed, 11 May 2011 11:07:18 +0000 Raimund Renkert ISSUE 44: Moved the location/range and WQ input tables to the helper panel and
Wed, 11 May 2011 10:04:49 +0000 Raimund Renkert Set the computation result panel width and height to 100%.
Wed, 11 May 2011 09:11:40 +0000 Ingo Weinzierl Parse the facets of a Collection and distinguish between an ordinary OutputMode and an ExportMode (new).
Wed, 11 May 2011 07:32:08 +0000 Ingo Weinzierl ISSUE-41 Moved the panel that shows the computation results right beside the parameterization - NOTE: issue is still open.
Wed, 11 May 2011 07:06:22 +0000 Ingo Weinzierl ISSUE-57 Replaced wrong i18n function call.
Tue, 10 May 2011 16:49:15 +0000 Ingo Weinzierl ISSUE-48 Added placeholder for the toolbar and the theme control in the chart output tab.
Tue, 10 May 2011 16:25:00 +0000 Ingo Weinzierl ISSUE-38 Set the first value of a select box as default value.
Tue, 10 May 2011 16:13:16 +0000 Ingo Weinzierl Added i18n error messages used in the adapted wq panel.
Tue, 10 May 2011 15:44:43 +0000 Raimund Renkert Changed the empty table message for the WQ input table.
Tue, 10 May 2011 15:36:07 +0000 Raimund Renkert Changed the empty table message for helper and data tables.
Tue, 10 May 2011 13:44:57 +0000 Sascha L. Teichmann Added stub for meta data service.
Tue, 10 May 2011 11:37:49 +0000 Raimund Renkert Fixed the location input. A range selection sets the correct location values
Tue, 10 May 2011 10:57:57 +0000 Raimund Renkert Remove the data table on step back.
Tue, 10 May 2011 10:03:00 +0000 Raimund Renkert Build a dynamic table for the CSV data.
Tue, 10 May 2011 06:48:46 +0000 Ingo Weinzierl Fixed attributes/namespaces in the XML document that is used to fetch the CSV export of WINFO computations.
Mon, 09 May 2011 16:22:11 +0000 Ingo Weinzierl Fixed a broken dependency in the maven pom file.
Mon, 09 May 2011 14:29:53 +0000 Raimund Renkert Added table and service for calculation output to UI.
Mon, 09 May 2011 13:51:39 +0000 Ingo Weinzierl Added radio buttons to choose between W/Q modes in the adapted WQ panel.
Mon, 09 May 2011 11:21:50 +0000 Ingo Weinzierl Bugfix: the current locale string is used to fetch chart images now.
Mon, 09 May 2011 10:31:54 +0000 Ingo Weinzierl Added a doubleclick listener to the project list to open a project.
Mon, 09 May 2011 10:23:20 +0000 Sascha L. Teichmann Removed superfluous imports.
Mon, 09 May 2011 10:20:45 +0000 Ingo Weinzierl Changed the wording when speaking about kilometer ranges.
Thu, 05 May 2011 15:42:38 +0000 Raimund Renkert Enable or disable table rows depending on the WQ selection.
Thu, 05 May 2011 13:32:36 +0000 Raimund Renkert Implemented handler for WQ value selection.
Thu, 05 May 2011 09:51:51 +0000 Raimund Renkert Added table for WQ inputs.
Thu, 05 May 2011 09:33:15 +0000 Ingo Weinzierl Implemented the createOld() of WQAdaptedInputPanel.
Thu, 05 May 2011 08:09:03 +0000 Ingo Weinzierl The WQAdaptedInputPanel displays input fields for each gauge and returns the correct w/q values now.
Wed, 04 May 2011 14:54:38 +0000 Raimund Renkert Added new WQ info service and data structures.
Wed, 04 May 2011 14:40:50 +0000 Raimund Renkert Do not update the locations table if no data is cached.
Wed, 04 May 2011 14:05:40 +0000 Ingo Weinzierl Added a stub implementation of a WQ panel for discharge longitudinal section computations.
Wed, 04 May 2011 13:02:00 +0000 Raimund Renkert Fixed the single location input panel.
Wed, 04 May 2011 08:41:55 +0000 Ingo Weinzierl Renamed non-computed discharge curve outputs.
Wed, 04 May 2011 07:36:20 +0000 Ingo Weinzierl Added i18n strings for the computed discharge curve.
Tue, 03 May 2011 16:22:27 +0000 Ingo Weinzierl Added new i18n strings for new output modes.
Tue, 03 May 2011 13:52:14 +0000 Raimund Renkert Added new UI provider for single location selection.
Mon, 02 May 2011 16:41:35 +0000 Raimund Renkert Cash the table data and rebuild the location table on distance selection.
Mon, 02 May 2011 14:54:11 +0000 Ingo Weinzierl Introduced two further parameters in the WQ panel to determine the selection mode (range/single, w/q).
Mon, 02 May 2011 14:47:12 +0000 Raimund Renkert Added location and distance tables.
Mon, 02 May 2011 10:18:56 +0000 Ingo Weinzierl Bugfix: the WQ panel now returns the correct step width value if the range mode is selected.
Fri, 29 Apr 2011 10:12:02 +0000 Raimund Renkert Prepared UI elements for the location and distance input tables.
Thu, 28 Apr 2011 12:50:42 +0000 Ingo Weinzierl Added i18n strings for a longitudinal section curve.
Thu, 28 Apr 2011 09:56:06 +0000 Raimund Renkert Added class diagrams for the client ui.
Mon, 18 Apr 2011 13:27:49 +0000 Ingo Weinzierl Added error messages that are displayed during the feed operation.
Thu, 14 Apr 2011 07:53:01 +0000 Ingo Weinzierl Each service is now called with the name of the current locale to set the request object's locale manually in the HttpClient.
Tue, 12 Apr 2011 13:48:11 +0000 Ingo Weinzierl The title of a the ParameterList tab depends on the Artifact's name if we create a new project window with an existing Artifact.
Tue, 12 Apr 2011 13:46:33 +0000 Ingo Weinzierl We can now distinuish between different artifact types based on its name in the DESCRIBE. The ArtifactCreator returns concrete instances of Artifacts now.
Tue, 12 Apr 2011 13:11:46 +0000 Ingo Weinzierl The project list is sorted now.
Tue, 12 Apr 2011 11:01:09 +0000 Ingo Weinzierl Filled the context menu point 'Open project' of the ProjectList with life - it opens a new window displaying the parameterization of the selected project.
Tue, 12 Apr 2011 10:54:59 +0000 Ingo Weinzierl Improved the CollectionView and the ParameterList - both can be initialized with an existing artifact (parameterization).
Tue, 12 Apr 2011 10:51:39 +0000 Ingo Weinzierl Added more i18n error messages.
Tue, 12 Apr 2011 10:50:32 +0000 Ingo Weinzierl The CollectionRecord implements a method that returns the Collection objects which is represented by the record now.
Tue, 12 Apr 2011 07:56:33 +0000 Ingo Weinzierl Added a new service to query an artifact description.
Mon, 11 Apr 2011 15:38:43 +0000 Ingo Weinzierl Implemented a context menu for the project list.
Mon, 11 Apr 2011 14:32:36 +0000 Ingo Weinzierl Implemented a service to fetch distance information of a river from the artifact server.
Mon, 11 Apr 2011 14:29:54 +0000 Ingo Weinzierl Added a model class that represents a distance information.
Fri, 08 Apr 2011 10:05:14 +0000 Ingo Weinzierl Improved the exception handling - added warnings for user authentication errors and errors that occur while fetching supported rivers.
Fri, 08 Apr 2011 09:51:41 +0000 Ingo Weinzierl Added an exception class that should be used if the user authentication fails.
Fri, 08 Apr 2011 08:51:28 +0000 Ingo Weinzierl Improved the exception handling of artifact / collection specific operations. Warning dialog are displayed after such an exception.
Fri, 08 Apr 2011 08:45:15 +0000 Ingo Weinzierl Added a new exception class that is used to be thrown after artifact / collection operation specific errors.
Thu, 07 Apr 2011 11:31:19 +0000 Ingo Weinzierl The ChartOutputTab calls the out() operation of a Collection now - no longer the out() of its first artifact.
Thu, 07 Apr 2011 10:33:48 +0000 Ingo Weinzierl Fixed the function to toggle the language and added a warning dialog that informs the user about the creation of a new session.
Tue, 05 Apr 2011 08:13:48 +0000 Ingo Weinzierl Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Tue, 05 Apr 2011 06:25:17 +0000 Ingo Weinzierl Implemented the button to toggle the current locale.
Tue, 05 Apr 2011 06:24:13 +0000 Ingo Weinzierl Added missing i18n footer strings.
Wed, 30 Mar 2011 13:49:28 +0000 Ingo Weinzierl Tagged RELEASE 0.1 of FLYS Client.
Fri, 28 Sep 2012 12:14:07 +0200 Thomas Arendsen Hein merged flys-backend/0.1 0.1
Mon, 28 Mar 2011 14:32:42 +0000 Sascha L. Teichmann Fixed swap of operands in importer.
Mon, 28 Mar 2011 09:46:24 +0000 Sascha L. Teichmann Forgot to save the last change before commit.
Mon, 28 Mar 2011 09:06:30 +0000 Sascha L. Teichmann Added methods to find out if two ranges intersects.
Thu, 24 Mar 2011 16:47:05 +0000 Sascha L. Teichmann Added an one to many relation to the discharge tables of a gauge.
Wed, 23 Mar 2011 16:33:36 +0000 Sascha L. Teichmann Finished import of WSTs.
Wed, 23 Mar 2011 15:22:32 +0000 Sascha L. Teichmann Build models for wsts, wst columns and q ranges and store them in the backend.
Wed, 23 Mar 2011 10:46:58 +0000 Sascha L. Teichmann Add a hack to repair the units in WST files extraction.
Tue, 22 Mar 2011 15:48:09 +0000 Sascha L. Teichmann Ported over some WST parsing stuff from desktop flys
Tue, 22 Mar 2011 12:15:18 +0000 Ingo Weinzierl Added import code for importing discharge tables.
Tue, 22 Mar 2011 11:10:01 +0000 Sascha L. Teichmann Added stub for WST parser.
Tue, 22 Mar 2011 11:01:51 +0000 Sascha L. Teichmann Added importer helper model stubs for WST imports.
Mon, 21 Mar 2011 15:06:47 +0000 Sascha L. Teichmann Second part of parsing/storing main values. Should be finished now.
Mon, 21 Mar 2011 10:52:33 +0000 Sascha L. Teichmann Fixed wrong unique constraint.
Mon, 21 Mar 2011 10:41:47 +0000 Sascha L. Teichmann Add forgotten column river_id in Gauges.
Mon, 21 Mar 2011 10:27:14 +0000 Sascha L. Teichmann Added missing ImportGauge.getPeer() method
Mon, 21 Mar 2011 10:01:56 +0000 Sascha L. Teichmann Propagate river into storing of gauges.
Mon, 21 Mar 2011 09:52:26 +0000 Sascha L. Teichmann Added stub code to write gauges
Fri, 18 Mar 2011 16:12:24 +0000 Sascha L. Teichmann First part of parsing main values.
Fri, 18 Mar 2011 12:10:33 +0000 Sascha L. Teichmann Store annotations in backend.
Thu, 17 Mar 2011 18:07:13 +0000 Sascha L. Teichmann Importer: Bound Attributes and Positions to there backend peers.
Thu, 17 Mar 2011 17:43:57 +0000 Sascha L. Teichmann Added parser to read *.KM files.
Thu, 17 Mar 2011 16:12:39 +0000 Sascha L. Teichmann Added new helper models for import.
Thu, 17 Mar 2011 15:21:50 +0000 Sascha L. Teichmann Added parsing of PEGEL.GLT files.
Thu, 17 Mar 2011 10:47:31 +0000 Sascha L. Teichmann Importer: Used thread local pattern to make sharing of session easier.
Thu, 17 Mar 2011 10:29:18 +0000 Sascha L. Teichmann Importer: Fixed error in HQL statement.
Thu, 17 Mar 2011 10:00:56 +0000 Sascha L. Teichmann Commented out a debug block because it leaks the db password.
Wed, 16 Mar 2011 18:23:45 +0000 Sascha L. Teichmann Store imported rivers into database. Needs testing!
Wed, 16 Mar 2011 17:28:16 +0000 Sascha L. Teichmann Default connection parameters are now overwritable with system properties.
Wed, 16 Mar 2011 17:16:27 +0000 Sascha L. Teichmann Expose the creation of the SessionFactory to the public to
Wed, 16 Mar 2011 17:01:55 +0000 Sascha L. Teichmann Importer: Added info gew parser.
Tue, 15 Mar 2011 17:29:11 +0000 Sascha L. Teichmann SessionFactoryProvider for access to the backend.
Tue, 15 Mar 2011 16:31:14 +0000 Sascha L. Teichmann Added dependency to artifacts-commons to be able to use the global configuration of the artifact database.
Tue, 15 Mar 2011 14:49:56 +0000 Sascha L. Teichmann Added foreign key constraint annotations to model classes.
Mon, 14 Mar 2011 15:40:14 +0000 Sascha L. Teichmann Fixed wrong spelled column references in foreign keys introduces with last change.
Mon, 14 Mar 2011 15:29:00 +0000 Sascha L. Teichmann Added column annotations for simple fields. TODO: foreign keys.
Mon, 14 Mar 2011 14:52:58 +0000 Sascha L. Teichmann Added entity and id annotations.
Mon, 14 Mar 2011 11:31:00 +0000 Sascha L. Teichmann Added missing sequences. Deleted unsupported sqlite schema.
Fri, 11 Mar 2011 16:23:42 +0000 Sascha L. Teichmann Bound Apache Commons DBCP with Hibernate.
Fri, 11 Mar 2011 14:41:18 +0000 Sascha L. Teichmann More Hibernate/JPA stuff
Thu, 10 Mar 2011 13:44:51 +0000 Sascha L. Teichmann Added POJOs to be mapped to schema.
Wed, 09 Mar 2011 15:24:57 +0000 Sascha L. Teichmann Added dependency Hibernate Core 3.6.1 Final
Wed, 09 Mar 2011 15:01:51 +0000 Sascha L. Teichmann Created a new empty maven project
Wed, 09 Mar 2011 14:07:15 +0000 Sascha L. Teichmann Converted schema to be PostgreSQL compatible.
Wed, 09 Mar 2011 09:41:01 +0000 Sascha L. Teichmann Factorized time intervals out into a separated table.
Tue, 22 Feb 2011 10:34:53 +0000 Sascha L. Teichmann Initial database import scripts. Not finished, yet.
Thu, 10 Feb 2011 12:07:35 +0000 Sascha L. Teichmann Initial check in of the FLYS database backend.
Fri, 28 Sep 2012 12:14:07 +0200 Thomas Arendsen Hein merged flys-artifacts/0.1
Wed, 30 Mar 2011 08:22:30 +0000 Ingo Weinzierl Renamed an output mode in the WINFO artifact configuration.
Tue, 29 Mar 2011 13:57:25 +0000 Ingo Weinzierl Changed a german string in the resource bundle.
Tue, 29 Mar 2011 09:54:06 +0000 Ingo Weinzierl Adapted the available calculation modes of WINFO and its order in the DESCRIBE document.
Mon, 28 Mar 2011 16:58:17 +0000 Ingo Weinzierl Added the hash code of an artifact to the artifact part of the collection's DESCRIBE document.
Mon, 28 Mar 2011 16:36:13 +0000 Ingo Weinzierl Changed the background color of discharge curves to white.
Mon, 28 Mar 2011 15:21:27 +0000 Sascha L. Teichmann DischargeTables: Cache the scale, too. Otherwise two calls to getValues() with different arguments will result in the same output.
Mon, 28 Mar 2011 14:33:36 +0000 Ingo Weinzierl The out() operation of the WINFO artifact draws discharge tables for gauges specified by the user.
Mon, 28 Mar 2011 10:48:27 +0000 Ingo Weinzierl Added a helper class to export charts.
Mon, 28 Mar 2011 09:17:25 +0000 Sascha L. Teichmann Add factory to fetch gauges from database and filter them
Fri, 25 Mar 2011 13:51:09 +0000 Sascha L. Teichmann Don't used interleaved x/y data.
Fri, 25 Mar 2011 11:03:51 +0000 Ingo Weinzierl Updated the TODO list.
Fri, 25 Mar 2011 10:23:59 +0000 Ingo Weinzierl Bugfix: Added a missing artifact namespace prefix in the DESCRIBE document of a FLYSArtifactCollection.
Thu, 24 Mar 2011 18:47:07 +0000 Ingo Weinzierl Implemented a FLYSArtifactCollection that will be used in this application now.
Thu, 24 Mar 2011 17:29:08 +0000 Sascha L. Teichmann Fetch w/q values of discharge tables for given gauges.
Thu, 24 Mar 2011 17:06:08 +0000 Ingo Weinzierl Added a further german resource bundle.
Wed, 23 Mar 2011 10:52:01 +0000 Ingo Weinzierl The DESCRIBE of the WINFO artifact contains the available output modes now.
Tue, 22 Mar 2011 16:09:30 +0000 Ingo Weinzierl The location_distance state of the WINFO parameterization has an output mode 'discharge_table' now.
Mon, 21 Mar 2011 09:18:04 +0000 Ingo Weinzierl Append human readable strings of the selected values to the DESCRIBE output.
Mon, 21 Mar 2011 09:16:17 +0000 Ingo Weinzierl Added some more calculation types (to the DESCRIBE in the calculation select state).
Mon, 21 Mar 2011 08:17:15 +0000 Ingo Weinzierl Implemented the step-back part of the advance() operation.
Mon, 21 Mar 2011 06:11:01 +0000 Ingo Weinzierl Fixed a german umlaut.
Fri, 18 Mar 2011 09:42:21 +0000 Ingo Weinzierl Added new states to insert location/distance and w/q data in the config of a WINFO artifact.
Fri, 18 Mar 2011 09:38:11 +0000 Ingo Weinzierl Added a new state for the W/Q input in the WINFO parameterization.
Fri, 18 Mar 2011 08:50:42 +0000 Ingo Weinzierl New state for the location/distance input and some litte modifications of the DefaultState.
Thu, 17 Mar 2011 16:37:39 +0000 Ingo Weinzierl Added a method to retrieve the UIProvider for a state.
Thu, 17 Mar 2011 16:03:36 +0000 Ingo Weinzierl Let the states describe the static ui part.
Thu, 17 Mar 2011 12:17:37 +0000 Ingo Weinzierl The 'rivers' service retrieves the rivers from backend now.
Thu, 17 Mar 2011 11:46:43 +0000 Sascha L. Teichmann Added support for the flys backend and an example how to use it.
Tue, 15 Mar 2011 17:12:58 +0000 Sascha L. Teichmann Added section in configuration for database backend.
Tue, 15 Mar 2011 15:53:02 +0000 Sascha L. Teichmann Fixed build error coming from different import of XMLUtils.
Mon, 14 Mar 2011 17:43:52 +0000 Ingo Weinzierl Appended a missing node to the DESCRIBE.
Mon, 14 Mar 2011 16:32:42 +0000 Ingo Weinzierl I18N of strings for the DESCRIBE document.
Mon, 14 Mar 2011 15:47:10 +0000 Ingo Weinzierl Introduced a state to select the calculation mode.
Mon, 14 Mar 2011 15:43:12 +0000 Ingo Weinzierl Added an abstract base class DefaultState for States.
Mon, 14 Mar 2011 14:16:37 +0000 Ingo Weinzierl Implemented a singleton instance that provides i18n strings.
Thu, 10 Mar 2011 13:31:36 +0000 Ingo Weinzierl Appende the static data to the static node of the DESCRIBE document.
Thu, 10 Mar 2011 08:38:05 +0000 Ingo Weinzierl The operations feed() and advance() return the current description of the artifact now.
Thu, 10 Mar 2011 05:56:17 +0000 Ingo Weinzierl Implemented the step-forward part of the advance operation.
Wed, 09 Mar 2011 14:13:57 +0000 Ingo Weinzierl Implemented the feed() operation.
Wed, 09 Mar 2011 14:07:03 +0000 Ingo Weinzierl Added a TODO file.
Wed, 09 Mar 2011 11:29:07 +0000 Ingo Weinzierl Added a FLYSArtifact that serves as the default artifact for the FLYS application.
Tue, 08 Mar 2011 17:22:37 +0000 Ingo Weinzierl Added a RiverService (/service/rivers) that retrieves a list of provided rivers.
Mon, 07 Mar 2011 14:43:14 +0000 Ingo Weinzierl Added a nodes for the user-factory and collection-factory to the configuration.
Tue, 01 Mar 2011 17:18:08 +0000 Ingo Weinzierl Replaced the 'special' attribute of the DESCRIBE with a 'uiprovider' attribute.
Tue, 08 Feb 2011 09:11:25 +0000 Ingo Weinzierl The RiverSelect state creates the dynamic UI part for the describe document now.
Tue, 08 Feb 2011 09:02:18 +0000 Ingo Weinzierl Added mockup classes for working with rivers.
Mon, 07 Feb 2011 17:42:14 +0000 Ingo Weinzierl The input data items of a state are read from configuration after the state has been setup.
Mon, 07 Feb 2011 11:37:33 +0000 Ingo Weinzierl Added the current state and reachable states description to the describe document of the WINFO artifact.
Mon, 07 Feb 2011 11:32:59 +0000 Ingo Weinzierl Changed the way of storing transitions in the TransitionEngine.
Fri, 04 Feb 2011 16:57:08 +0000 Ingo Weinzierl Improved the WINFO artifact. Describe() returns the uuid and the hash of the artifact instead of just nothing.
Fri, 04 Feb 2011 11:18:59 +0000 Ingo Weinzierl Improved the init process of the WINFOArtifact - there are two new states to select the river and the gauge.
Fri, 04 Feb 2011 11:11:03 +0000 Ingo Weinzierl Added missing StateFactory class of the last commit.
Fri, 04 Feb 2011 11:09:11 +0000 Ingo Weinzierl Improved the bootstrap process - the states are initialized.
Thu, 03 Feb 2011 10:23:30 +0000 Ingo Weinzierl Initializes a TransitionEngine storing all transitions for each artifact at the application start.
Wed, 02 Feb 2011 14:56:22 +0000 Ingo Weinzierl Added a first stub of an WINFO artifact.
Tue, 01 Feb 2011 17:56:29 +0000 Sascha L. Teichmann Added initial mvn project for FLYS artifacts.
Wed, 30 Mar 2011 08:35:50 +0000 Ingo Weinzierl Removed some out commented code that have been commited by mistaken.

http://dive4elements.wald.intevation.org