log

age author description
Fri, 03 Jun 2011 06:34:32 +0000 Ingo Weinzierl Append the x and y ranges determined after zooming with the ZoomboxControl to the attribute document used for the chart creation.
Wed, 01 Jun 2011 14:13:29 +0000 Ingo Weinzierl Added the ChartOutputTab as ZoomHandler for the ZoomboxControl - no zooming is done yet.
Wed, 01 Jun 2011 13:43:35 +0000 Ingo Weinzierl Implemented a zoombox control and added it to the chart toolbar.
Wed, 01 Jun 2011 11:59:59 +0000 Ingo Weinzierl Improved the layout of the mouse position panel.
Wed, 01 Jun 2011 09:03:18 +0000 Ingo Weinzierl Adapted the MousePositionPanel to use the Transform2D object for computing the chart coordinates from image coordinates.
Wed, 01 Jun 2011 08:50:40 +0000 Ingo Weinzierl The collection object in the CollectionView is now accessible via getter method.
Wed, 01 Jun 2011 08:49:39 +0000 Ingo Weinzierl Removed a debug statement.
Wed, 01 Jun 2011 08:15:58 +0000 Ingo Weinzierl Added a chart info service to fetch the info document for a specific chart from artifact server.
Fri, 27 May 2011 15:38:24 +0000 Ingo Weinzierl Added a first implementation of a MousePositionPanel - work is not finished yet.
Fri, 27 May 2011 13:48:25 +0000 Ingo Weinzierl Moved the toolbar stuff of the chart panel into an own class.
Fri, 27 May 2011 13:10:09 +0000 Ingo Weinzierl Replaced buttons displayed as labels with real buttons.
Fri, 27 May 2011 09:50:57 +0000 Ingo Weinzierl The chart in the ChartOutputTab is refreshed when there occur any changes in the chart theme panel.
Fri, 27 May 2011 08:59:26 +0000 Ingo Weinzierl Connected the CollectionAttributeService with the artifact server - Collection modifications will now be stored in the artifact databae.
Fri, 27 May 2011 08:53:22 +0000 Ingo Weinzierl Changes in the chart theme panel will now have an effect on the themes stored at the collection.
Thu, 26 May 2011 13:53:36 +0000 Ingo Weinzierl Connected the actions in the navigation panel with the theme list in the ChartThemePanel - themes can be moved now.
Wed, 25 May 2011 16:23:16 +0000 Ingo Weinzierl Added a navigation panel to the bottom of the theme control panel to move themes up/down (function not implemented yet).
Wed, 25 May 2011 14:58:42 +0000 Ingo Weinzierl Added a service stub to update/modify the attribute of a collection (used in the theme control panel).
Wed, 25 May 2011 14:50:37 +0000 Ingo Weinzierl Removed a bug in the DefaultTheme that prevented setting the artifact of a Theme correctly.
Wed, 25 May 2011 13:42:04 +0000 Ingo Weinzierl The theme list information stored in the attribute of a collection is read and added in form of Themes and ThemeLists to the Collection.
Wed, 25 May 2011 11:34:34 +0000 Ingo Weinzierl Implemented the first step of a theme control panel for charts.
Wed, 25 May 2011 11:30:46 +0000 Ingo Weinzierl Removed needless imports.
Wed, 25 May 2011 08:03:02 +0000 Ingo Weinzierl Added a new package 'chart' that should be the place where chart relevant classes should be stored. Moved ChartOutputTab into that package.
Wed, 25 May 2011 07:05:22 +0000 Ingo Weinzierl Bugfix in the range/location panel - avoid NullPointerExceptions in getData().
Tue, 24 May 2011 16:22:34 +0000 Ingo Weinzierl ISSUE-90 & ISSUE-40 (part II/II) Former selected values are preselected after back jumps.
Tue, 24 May 2011 11:22:05 +0000 Ingo Weinzierl Added i18n error messages.
Tue, 24 May 2011 11:21:11 +0000 Ingo Weinzierl Take care on empty Data objects while initializing default values in Location/distance panel.
Tue, 24 May 2011 10:52:00 +0000 Ingo Weinzierl ISSUE-85 (part II/III) Repaired broken location/range panel.
Tue, 24 May 2011 10:46:48 +0000 Ingo Weinzierl The default values/labels for Data objects are read from DESCRIBE document.
Tue, 24 May 2011 10:44:59 +0000 Ingo Weinzierl Enhanced the Data object to save default values/labels.
Mon, 23 May 2011 14:30:54 +0000 Ingo Weinzierl Added a mechanism to listen to changes relating to output modes of collections and artifacts. Solves a part of ISSUE-62.
Fri, 20 May 2011 10:15:10 +0000 Ingo Weinzierl Reverted commit that changed the default port of the artifact server.
Fri, 20 May 2011 10:10:26 +0000 Ingo Weinzierl Added missing i18n strings for duration curve export.
Fri, 20 May 2011 09:28:07 +0000 Ingo Weinzierl Tagged release 2.3.1 of flys-client.
Fri, 20 May 2011 09:24:46 +0000 Ingo Weinzierl Prepared Changes for release 2.3.1
Fri, 28 Sep 2012 12:14:12 +0200 Thomas Arendsen Hein merged flys-backend/2.3.1 2.3.1
Fri, 20 May 2011 09:30:08 +0000 Ingo Weinzierl Tagged release 2.3.1 of flys-backend.
Fri, 13 May 2011 11:21:39 +0000 Ingo Weinzierl Prepared Changes for the upcoming release.
Wed, 11 May 2011 08:44:14 +0000 Sascha L. Teichmann Schema: Added a column which tells if a river counts its km up or downwards.
Tue, 10 May 2011 17:31:10 +0000 Sascha L. Teichmann Fixed flys/issue11 and flys51.
Mon, 09 May 2011 10:04:23 +0000 Sascha L. Teichmann Importer: Added unsharp lookup to avoid numerical problems.
Mon, 09 May 2011 00:38:13 +0000 Sascha L. Teichmann Importer: Fix silly bug and set Hibernate session flushing back to auto.
Mon, 09 May 2011 00:15:45 +0000 Sascha L. Teichmann Importer: Change caching strategy not to cause OOM any more.
Sun, 08 May 2011 22:41:07 +0000 Sascha L. Teichmann Importer: Use BigDecimals in hashing to prevent numerical problems. Cache ranges globally, too.
Sun, 08 May 2011 21:34:43 +0000 Sascha L. Teichmann Importer: Only accept main value types 'Q', 'W', 'D' and 'T' by default.
Sun, 08 May 2011 17:55:49 +0000 Sascha L. Teichmann Importer: Cache the discharge table values, too.
Sun, 08 May 2011 15:29:45 +0000 Sascha L. Teichmann Importer: centralized caching
Sun, 08 May 2011 11:20:39 +0000 Sascha L. Teichmann Schema: Dropped constraint which forces discharge tables to have a unique time interval for a given gauge and kind.
Sun, 08 May 2011 11:07:22 +0000 Sascha L. Teichmann Importer: make column names in WST files unique by appending (1), (2) and so on in case of collision
Fri, 06 May 2011 15:15:04 +0000 Sascha L. Teichmann Importer: Import the "HW-Schutzanlagen", too.
Fri, 06 May 2011 10:27:32 +0000 Sascha L. Teichmann Importer: Make import of historical discharge tables work.
Thu, 05 May 2011 15:25:16 +0000 Sascha L. Teichmann Importer: parse historical discharge tables, too. TODO: store them in database.
Thu, 05 May 2011 14:51:54 +0000 Sascha L. Teichmann Importer: Prefix "Zusätzliche Längsschnitte" with "Zus.Längsschnitte" in description.
Thu, 05 May 2011 14:46:41 +0000 Sascha L. Teichmann Import "Hochwasser-Marken", too.
Thu, 05 May 2011 09:45:13 +0000 Sascha L. Teichmann Importer: Ignore lines that contain km positions which were found before in the same WST file.
Thu, 05 May 2011 06:04:57 +0000 Ingo Weinzierl River got a new method that returns all gauges intersected by a given start and end point.
Tue, 03 May 2011 17:40:02 +0000 Sascha L. Teichmann Importer: forgot to fetch time interval peer
Tue, 03 May 2011 17:34:52 +0000 Sascha L. Teichmann Importer: Attach a time interval to a discharge table if we find one during import.
Tue, 03 May 2011 17:09:38 +0000 Sascha L. Teichmann Importer: Try to extract time ranges from at files.
Tue, 03 May 2011 14:18:43 +0000 Sascha L. Teichmann Parse and store "amtliche Linien" wst files.
Tue, 03 May 2011 13:50:37 +0000 Sascha L. Teichmann Importer: parse and store fixation wst files as well
Tue, 03 May 2011 11:32:11 +0000 Sascha L. Teichmann Importer: Support parsing "zusaetzliche Laengsschnitte".
Mon, 02 May 2011 15:58:58 +0000 Sascha L. Teichmann Fixed flys/issue19
Mon, 02 May 2011 11:33:32 +0000 Ingo Weinzierl Introduced a 'scale' parameter in Gauge.determineMinMaxW().
Sun, 01 May 2011 11:14:18 +0000 Sascha L. Teichmann Removed superfluous import.
Wed, 20 Apr 2011 07:21:03 +0000 Ingo Weinzierl Implemented a WstColumnValue cache to speed up inserting WST files into database.
Mon, 18 Apr 2011 17:01:00 +0000 Sascha L. Teichmann Forgot to add db update to changelog
Mon, 18 Apr 2011 15:52:53 +0000 Sascha L. Teichmann Added a view 'wst_value_table' which aggregates the data to build w/q value tables.
Mon, 18 Apr 2011 13:34:07 +0000 Sascha L. Teichmann Add forgotten one to many relation Wst -> WstColumn.
Mon, 18 Apr 2011 11:06:08 +0000 Sascha L. Teichmann Import of q ranges of wst files was totally broken.
Mon, 18 Apr 2011 08:15:32 +0000 Sascha L. Teichmann Importer: Forgot kind parameter in peer fetching query.
Mon, 18 Apr 2011 07:29:05 +0000 Ingo Weinzierl Added a new method to determine the selected gauge of a river based on a start and end point.
Fri, 15 Apr 2011 16:06:15 +0000 Sascha L. Teichmann Added 'position' column to wst_columns to allow order them by there column position in the original wst file.
Fri, 15 Apr 2011 15:28:35 +0000 Sascha L. Teichmann Forget ',' in schema.
Fri, 15 Apr 2011 14:30:54 +0000 Sascha L. Teichmann Fixed index problem when an empty list is returned.
Fri, 15 Apr 2011 13:45:06 +0000 Ingo Weinzierl Added methods to retrieve the min and max W and Q values of a Wst and Gauge.
Fri, 15 Apr 2011 10:31:15 +0000 Sascha L. Teichmann Added new column 'kind' in discharge tables and wst to distinguish between different types.
Fri, 15 Apr 2011 09:49:21 +0000 Ingo Weinzierl Moved the SessionHolder from flys-artifacts to flys-backend.
Thu, 14 Apr 2011 13:43:53 +0000 Ingo Weinzierl Added a method to River that returns the min and max distance of the river.
Sun, 03 Apr 2011 10:41:27 +0000 Sascha L. Teichmann Removed trailing whitespace.
Wed, 30 Mar 2011 13:43:59 +0000 Ingo Weinzierl Tagged RELEASE 0.1 of FLYS backend.
Fri, 28 Sep 2012 12:14:11 +0200 Thomas Arendsen Hein merged flys-artifacts/2.3.1
Fri, 20 May 2011 09:23:09 +0000 Ingo Weinzierl Tagged release 2.3.1 of flys-artifacts.
Fri, 20 May 2011 06:04:42 +0000 Hans Plum Notes to Release V 2.3.1
Thu, 19 May 2011 14:51:53 +0000 Sascha L. Teichmann Increment kms array size by one to take the end of range, too.
Thu, 19 May 2011 14:38:15 +0000 Sascha L. Teichmann Use unsharp km lookup (epsilon = 0.0001).
Thu, 19 May 2011 12:39:41 +0000 Ingo Weinzierl ISSUE-66 Fixed broken english subtitle template for longitudinal section charts.
Thu, 19 May 2011 12:33:12 +0000 Ingo Weinzierl The curve of a computed discharge curve has a human readable text now.
Thu, 19 May 2011 09:54:57 +0000 Sascha L. Teichmann Reintroduced titles for the "W for unausgeglichene Abfluesse".
Thu, 19 May 2011 09:45:29 +0000 Ingo Weinzierl Added names for discharge curves (at gauges).
Thu, 19 May 2011 09:31:47 +0000 Sascha L. Teichmann Removed dead code
Thu, 19 May 2011 09:24:08 +0000 Sascha L. Teichmann use correct kms and step width now now
Wed, 18 May 2011 17:37:06 +0000 Sascha L. Teichmann Use new logic to calculate "W für ungleichwertige Abfluesse". Not working yet.
Wed, 18 May 2011 10:59:38 +0000 Ingo Weinzierl Enabled the discharge longitudinal section to be exported as WST.
Wed, 18 May 2011 09:11:10 +0000 Sascha L. Teichmann flys/issue69: Connected calculation with the UI
Wed, 18 May 2011 09:02:50 +0000 Ingo Weinzierl W and Q curves in longitudinal section curves will now have names.
Wed, 18 May 2011 08:04:54 +0000 Ingo Weinzierl WSTs will now have a header that contains the names of the Ws or Qs that had been defined for the computation.
Tue, 17 May 2011 16:31:07 +0000 Ingo Weinzierl Implemented writer that creates WSTs and enabled the WaterlevelExporter to create those.
Tue, 17 May 2011 14:22:27 +0000 Ingo Weinzierl Added a new class that supports formatters for different types of data.
Tue, 17 May 2011 11:53:02 +0000 Ingo Weinzierl ISSUE-72 Repaired broken XPath expression in MainValuesService to extract start and end kilometer.
Tue, 17 May 2011 08:55:38 +0000 Sascha L. Teichmann Separated the WST table loading logic from the calculations.
Tue, 17 May 2011 07:39:33 +0000 Ingo Weinzierl Tagged RELEASE 2.3
Fri, 20 May 2011 09:28:07 +0000 Ingo Weinzierl Tagged release 2.3.1 of flys-client.
Fri, 20 May 2011 06:14:26 +0000 Hans Plum Reverted src/main/java/de/intevation/flys/client/client/config.xml after unintentional change
Fri, 20 May 2011 06:10:48 +0000 Hans Plum NEWS to Release V 2.3.1
Thu, 19 May 2011 14:51:35 +0000 Ingo Weinzierl Prepared Changes for the upcoming RELEASE 2.3.1
Thu, 19 May 2011 13:02:47 +0000 Ingo Weinzierl ISSUE-35 The project view has a maximize button now.
Thu, 19 May 2011 12:31:23 +0000 Ingo Weinzierl ISSUE-43 Adapted the english warning the is displayed before a language switch takes place.
Thu, 19 May 2011 09:52:14 +0000 Ingo Weinzierl Added missing i18n strings for computed discharge curve exports.
Wed, 18 May 2011 11:12:06 +0000 Ingo Weinzierl Added i18n strings for exports.
Tue, 17 May 2011 10:14:22 +0000 Ingo Weinzierl Adjusted the width of an export button and added a tooltip to distinguish different exports.
Tue, 17 May 2011 09:58:53 +0000 Ingo Weinzierl Adjusted a method signature of ClientProtocolUtils that has been changed in the last revision.
Tue, 17 May 2011 07:51:26 +0000 Ingo Weinzierl Tagged RELEASE 2.3 of flys-client.
Fri, 28 Sep 2012 12:14:10 +0200 Thomas Arendsen Hein merged flys-artifacts/2.3 2.3
Tue, 17 May 2011 07:39:33 +0000 Ingo Weinzierl Tagged RELEASE 2.3
Mon, 16 May 2011 10:34:59 +0000 Hans Plum Added NEWS File for collecting enduser-sepcific information for releases
Sun, 15 May 2011 21:08:41 +0000 Sascha L. Teichmann First step to calculate "W fuer ungleichwertige Abfluesse" correctly. flys/issue55
Sun, 15 May 2011 10:59:08 +0000 Sascha L. Teichmann Fix step to fix issue69: Do the right calculation
Fri, 13 May 2011 11:26:29 +0000 Ingo Weinzierl Prepared Changes for the upcoming release 2.3.
Fri, 13 May 2011 08:00:58 +0000 Ingo Weinzierl ISSUE-37 The river state wants to be rendered using a river_panel UI provider.
Thu, 12 May 2011 09:11:16 +0000 Ingo Weinzierl Charts are generated using the size defined in the incoming request document.
Wed, 11 May 2011 16:31:38 +0000 Ingo Weinzierl ISSUE-52 The longitudinal section charts will now always have the head of the river at the left side.
Wed, 11 May 2011 09:51:54 +0000 Sascha L. Teichmann MetaDataService: Make incoming XML symmetric to DistanceInfoService.
Tue, 10 May 2011 17:57:56 +0000 Ingo Weinzierl ISSUE-47 Adjusted the line color of W, Q and corrected W curves (temporarilly).
Tue, 10 May 2011 17:12:15 +0000 Ingo Weinzierl Display gridlines in charts.
Tue, 10 May 2011 16:10:01 +0000 Ingo Weinzierl ISSUE-53 Formatted number values of CSV exports.
Tue, 10 May 2011 15:28:30 +0000 Ingo Weinzierl Implemented the input validation of WQ in the adapted WQ panel.
Tue, 10 May 2011 13:18:03 +0000 Ingo Weinzierl The CSV exports will now have headers.
Tue, 10 May 2011 12:43:12 +0000 Sascha L. Teichmann Datacage: Added river parameter to meta data services.
Tue, 10 May 2011 12:19:17 +0000 Ingo Weinzierl Added subtitles to the available charts.
Tue, 10 May 2011 11:40:15 +0000 Ingo Weinzierl Added a method to Resources that returns translated compound messages.
Tue, 10 May 2011 10:26:26 +0000 Ingo Weinzierl Improved the OutGenerator interface to set a master artifact for the out generation.
Tue, 10 May 2011 07:40:06 +0000 Ingo Weinzierl Enabled the WINFO artifact to choose between W and Q mode in the adapted wq panel of the discharge longitudinal section computation.
Mon, 09 May 2011 19:54:24 +0000 Sascha L. Teichmann Datacage service: Cleanup served XML document.
Mon, 09 May 2011 13:47:15 +0000 Sascha L. Teichmann Datacage: Added forgotten columns of fixation WST to datcage template.
Mon, 09 May 2011 12:53:49 +0000 Ingo Weinzierl Enabled i18n support for charts.
Mon, 09 May 2011 09:55:47 +0000 Ingo Weinzierl Added a CSV exporter for the discharge longitudinal section computation.
Sat, 07 May 2011 21:34:02 +0000 Sascha L. Teichmann Back jump correction should work now for both flow directions.
Fri, 06 May 2011 16:49:31 +0000 Sascha L. Teichmann Added data cage configuration for 'Längsschnitt'.
Fri, 06 May 2011 16:15:18 +0000 Sascha L. Teichmann Add data cage configuration for "Abflusskurve [NN + m]".
Fri, 06 May 2011 14:20:26 +0000 Ingo Weinzierl Added an OutGenerator to create discharge longitudinal section charts.
Fri, 06 May 2011 14:19:27 +0000 Ingo Weinzierl Implemented methods to retrieve and compute the data used to create discharge longitudinal sections.
Thu, 05 May 2011 12:34:53 +0000 Ingo Weinzierl Small bugfix in the adapted WQ state and further i18n strings.
Thu, 05 May 2011 12:31:28 +0000 Ingo Weinzierl Changed the y-axis title of the computed discharge curve.
Thu, 05 May 2011 06:12:44 +0000 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.
Thu, 05 May 2011 05:27:41 +0000 Ingo Weinzierl Use a default step width (100m) between two kilometers if no width is given.
Thu, 05 May 2011 04:52:47 +0000 Ingo Weinzierl Fixed a potential NullPointerException while creating a longitudinal section chart.
Wed, 04 May 2011 17:01:22 +0000 Sascha L. Teichmann fix flys/issue30
Wed, 04 May 2011 13:51:25 +0000 Sascha L. Teichmann 'berechnete Abflusskurve': generate ws from qs
Wed, 04 May 2011 10:10:11 +0000 Ingo Weinzierl Filled the discharge curve exporter (CSV) with code - now, it generates a CSV export with the computed discharge curve data.
Wed, 04 May 2011 08:24:50 +0000 Ingo Weinzierl Enabled the WINFO artifact to compute the data for discharge curves (computed) - ComputedDischargeCurveGenerator uses those values now to create the chart.
Wed, 04 May 2011 07:48:39 +0000 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.
Tue, 03 May 2011 17:37:56 +0000 Ingo Weinzierl Added an exporter to export the computed data of a duration curve.
Tue, 03 May 2011 17:34:29 +0000 Ingo Weinzierl Modified a confusing debug statement.
Tue, 03 May 2011 16:36:21 +0000 Ingo Weinzierl Added an exporter (OutGenerator) for waterlevels which currently supports CSV exports.
Tue, 03 May 2011 16:26:35 +0000 Ingo Weinzierl Introduced an export output target on collection level that enables collections to be exported.
Tue, 03 May 2011 13:23:00 +0000 Ingo Weinzierl I18N Bugfix.
Tue, 03 May 2011 13:15:56 +0000 Ingo Weinzierl Added i18n strings for the location selection.
Tue, 03 May 2011 12:05:32 +0000 Ingo Weinzierl Enabled the WINFO artifact to create duration curves - new OutGenerator, added methods for data computation.
Tue, 03 May 2011 09:23:17 +0000 Sascha L. Teichmann visualize-transitions.xsl: State quoting was done wrong.
Mon, 02 May 2011 16:58:04 +0000 Ingo Weinzierl Enhanced the transition model to reach a state that creates duration curves.
Mon, 02 May 2011 16:50:58 +0000 Sascha L. Teichmann Flush/persist cache at end of program.
Mon, 02 May 2011 16:44:02 +0000 Ingo Weinzierl The DischargeCurveGenerator uses public methods of FLYSArtifact to retrieve all necessary information of the current settings.
Mon, 02 May 2011 16:28:57 +0000 Sascha L. Teichmann Moved expensive allocation of result arrays out of km loop.
Mon, 02 May 2011 15:17:04 +0000 Ingo Weinzierl Enabled the FLYSArtifact to handle an array of inserted WQ values (without given ranges).
Mon, 02 May 2011 13:42:02 +0000 Sascha L. Teichmann Repaired DischargeTables.getQForW()
Mon, 02 May 2011 12:47:10 +0000 Ingo Weinzierl Enabled the server to handle longitudinal section chart requests with inserted W data - Ws are transformed into Qs then.
Mon, 02 May 2011 12:41:24 +0000 Ingo Weinzierl Removed an unused parameter from DischargeTables.getQForW().
Mon, 02 May 2011 09:41:22 +0000 Ingo Weinzierl Ws and Qs of a longitudinal section chart are mapped to an own range axis now.
Sun, 01 May 2011 10:58:38 +0000 Sascha L. Teichmann Added caching support for the wst value tables.
Fri, 29 Apr 2011 16:56:37 +0000 Sascha L. Teichmann Added ehcache support.
Fri, 29 Apr 2011 15:10:44 +0000 Sascha L. Teichmann Added meta data service.
Fri, 29 Apr 2011 14:39:42 +0000 Sascha L. Teichmann Added meta service stub. TODO: Add meta data builder.
Fri, 29 Apr 2011 13:06:49 +0000 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.
Fri, 29 Apr 2011 10:13:24 +0000 Ingo Weinzierl Implemented the chart creation of a longitudinal section chart - W and Q facets.
Fri, 29 Apr 2011 10:02:59 +0000 Ingo Weinzierl Improved the calculation of the step width of ranges.
Fri, 29 Apr 2011 10:01:41 +0000 Ingo Weinzierl New method WQKms.size() to retrieve the number of elements in the data pool.
Fri, 29 Apr 2011 08:39:17 +0000 Sascha L. Teichmann WQKms model: Added a get() method which takes destination array as an argument.
Fri, 29 Apr 2011 08:28:44 +0000 Ingo Weinzierl Introduced GNU Trove to store WQKms values in a more performant data structure.
Fri, 29 Apr 2011 08:13:56 +0000 Ingo Weinzierl Added the name of the facet to the parameterlist of OutGenerator.doOut().
Fri, 29 Apr 2011 08:02:54 +0000 Ingo Weinzierl Added themes and mappings for the W and Q theme of a longitudinal section curve.
Fri, 29 Apr 2011 07:46:27 +0000 Ingo Weinzierl Added necessary methods to start the computation of waterlevel data.
Fri, 29 Apr 2011 07:27:05 +0000 Ingo Weinzierl Introduced a model class to store a set of triple data objects that consist of W, Q and Kms information.
Fri, 29 Apr 2011 07:22:25 +0000 Ingo Weinzierl Bugfix: Removed endless loop and a bug while iterating over Hibernate results.
Thu, 28 Apr 2011 12:54:11 +0000 Ingo Weinzierl Added an OutGenerator for creating longitudinal section curves.
Thu, 28 Apr 2011 12:23:40 +0000 Ingo Weinzierl Bugfix: Added missing <output-generators> section to the global configuration.
Thu, 28 Apr 2011 11:32:41 +0000 Ingo Weinzierl Added a further state that is reached if the waterlevel calculation mode has been chosen.
Thu, 28 Apr 2011 11:22:45 +0000 Ingo Weinzierl Added a new Transition to compare values.
Thu, 28 Apr 2011 11:20:11 +0000 Ingo Weinzierl Bugfixes: Adapted a broken method call of TransitionEngine.isStateReachable() and added the outputs of a current state to the DESCRIBE.
Thu, 28 Apr 2011 11:16:21 +0000 Ingo Weinzierl Bugfix: Added the missing init() method to a Transition and call it in the TransitionFactory after a Transition has been created.
Thu, 28 Apr 2011 11:13:06 +0000 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.
Thu, 28 Apr 2011 11:08:34 +0000 Ingo Weinzierl Throw an illegal argument exception in LocationDistanceSelect.validate() and WQSelect.validate() if no data has been inserted so far.
Thu, 28 Apr 2011 09:09:44 +0000 Sascha L. Teichmann Added XSL transformation do create Graphviz digraph out of conf.xml
Thu, 28 Apr 2011 08:14:20 +0000 Ingo Weinzierl The OutGenerator gets the theme of a facet while output creation.
Wed, 27 Apr 2011 14:42:52 +0000 Ingo Weinzierl Removed useless imports.
Wed, 27 Apr 2011 14:40:44 +0000 Ingo Weinzierl Added an abstract OutGenerator that should be the base class for all generators which create charts.
Wed, 27 Apr 2011 14:35:44 +0000 Ingo Weinzierl Improved the out() operation of a Collection - the OutGenerator gets to know about the facets and its theme.
Tue, 26 Apr 2011 13:29:18 +0000 Ingo Weinzierl The Attributes of a collection are written into its DESCRIBE now.
Tue, 26 Apr 2011 13:17:08 +0000 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.
Fri, 22 Apr 2011 15:49:35 +0000 Sascha L. Teichmann Corrected a silly c&p mistake.
Fri, 22 Apr 2011 09:57:27 +0000 Sascha L. Teichmann Implementation of the "Ruecksprungkorrektur" to be done in "W fuer angepassten Abflusslaengschnitt".
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.

http://dive4elements.wald.intevation.org