graph
- Adjust linear function offset.2012-02-10, by Felix Wolfsteller
- Enabled zooming for timeseries charts.2012-02-10, by Ingo Weinzierl
- Improved the interface and implementations of Bounds.2012-02-10, by Ingo Weinzierl
- New abstract methods in ChartGenerator and moved a method from ChartGenerator to XYChartGenerator.2012-02-10, by Ingo Weinzierl
- Small improvements in model classes for Bounds.2012-02-10, by Ingo Weinzierl
- Give more precise message when an error occurs in W~W relation.2012-02-10, by Sascha L. Teichmann
- Some API changes in ChartGenerator and XYChartGenerator for fetching user specified zoom values.2012-02-10, by Ingo Weinzierl
- Added chart helper function to determine the min and max bounds (x and y) for TimeSeriesCollections.2012-02-10, by Ingo Weinzierl
- Removed useless imports.2012-02-10, by Ingo Weinzierl
- Picked rev4066,4075 from trunk.2012-02-17, by Ingo Weinzierl
- Picked rev 4059,4071,4072,4073 from trunk.2012-02-17, by Ingo Weinzierl
- Tagged trunk of module flys-client as 2.6.12012-02-16, by Ingo Weinzierl
- flys/issue499: Deactivate validation for 'W am Pegel'2012-02-14, by Sascha L. Teichmann
- Another partial fix/workaround for flys/issue499.2012-02-13, by Sascha L. Teichmann
- Client side fix for flys/issue499. There is an server issue, too.2012-02-13, by Sascha L. Teichmann
- merged flys-backend/2.62.6 2012-09-28, by Thomas Arendsen Hein
- Added a method Gauge.fetchMasterDischargeTable() to retrieve the discharge table with kind = 0.2012-02-09, by Ingo Weinzierl
- River: (fix) Renamed function which is not a getter.2012-02-06, by Felix Wolfsteller
- Added a method to build a map from gauge stations to the datums of the gauges.2012-02-03, by Sascha L. Teichmann
- Added meachnism to backend to fetch all annotation related data in one go.2012-01-19, by Sascha L. Teichmann
- Added a function Gauge.getGaugeByOfficialNumber() that returns a Gauge based on its official number.2012-01-18, by Ingo Weinzierl
- Create fast cross section lines in the backend now.2012-01-17, by Sascha L. Teichmann
- CrossSection: Added method to extract the lines of a given km range.2012-01-16, by Sascha L. Teichmann
- CrossSectionLine: Simplified creation of Point2Ds.2012-01-16, by Sascha L. Teichmann
- Make parsing of official numbers out of STA files being enabled with new system property.2012-01-10, by Sascha L. Teichmann
- backend: Fixed spatial table hws.2012-01-05, by Sascha L. Teichmann
- Modified the signature of RiverAxis.getRiverAxis() which now returns a list of RiverAxis objects instead of a single instance.2012-01-05, by Ingo Weinzierl
- Added a new method Wst.determineMinMaxQFree() to determine the min/max Qs at a given kilometer.2012-01-03, by Ingo Weinzierl
- Removed "NOT NULL" constraint from gauges.range_id because there are gauges which dont have a Gueltigkeitsbereich.2012-01-02, by Sascha L. Teichmann
- Added a new method Wst.determineMinMaxQ(double,double).2011-12-28, by Ingo Weinzierl
- Added support for official gauge numbers.2011-12-19, by Sascha L. Teichmann
- doc/schema/oracle-spatial.sql: Adjust extent of germany to EPSG:31467 (GK3) coordinates.2011-11-30, by Bjoern Schilberg
- doc/schema/oracle-spatial.sql: Adjusted extent to the extent of germany and srs to 31467 in USER_SDO_GEOM_METADATA.2011-11-30, by Bjoern Schilberg
- Fixed oracle_create_user.sql script: Fixed notation of the table in the alter statement.2011-11-29, by Bjoern Schilberg
- Fixed flys/issue415: Increased precision of a and b in ranges.2011-11-18, by Sascha L. Teichmann
- Added functions that return lists of Buildings/Fixpoints to according classes.2011-11-10, by Ingo Weinzierl
- Adapted 'lines' relation and made lines queryable for a given river.2011-11-10, by Ingo Weinzierl
- Added and registered a model Catchment for 'catchment' relation.2011-11-09, by Ingo Weinzierl
- Added model for 'hws' relation and synced postgis with oracle spatial schema.2011-11-09, by Ingo Weinzierl
- Added some functions that return information about the db connection used by the current database session.2011-11-09, by Ingo Weinzierl
- Made flys-backend compatible with oracle spatial.2011-11-09, by Ingo Weinzierl
- Added model class for relation 'river_axes_km'.2011-11-01, by Ingo Weinzierl
- Added explizit TABLESPACE definition for the user.2011-10-25, by Bjoern Schilberg
- Adjusted oracle_create_user.sql script. Added USER SQL snippet to change tablespace to users.2011-10-25, by Bjoern Schilberg
- Added date guesser for WST columns.2011-10-24, by Sascha L. Teichmann
- Adjusted geometry type for floodplain and hws in AddGeometryColumn.2011-10-24, by Bjoern Schilberg
- Added missing views (wst_value_table,wst_w_values,wst_q_values).2011-10-19, by Bjoern Schilberg
- Removed all CREATE OR REPLACE TRIGGER statements.2011-10-18, by Bjoern Schilberg
- Adjusted NUMBER format for units, positions and cross_section_points tables.2011-10-17, by Bjoern Schilberg
- Fixed errors.2011-10-11, by Bjoern Schilberg
- Adjust oracle schema [I382]2011-10-10, by Bjoern Schilberg
- Removed obsolete imports.2011-10-10, by Felix Wolfsteller
- units table: Added update statements for existing databases2011-10-05, by Sascha L. Teichmann
- Added a schema dump shell script.2011-10-05, by Ingo Weinzierl
- Removed the Unit from Wsts - added a WstUnit column to rivers.2011-10-04, by Ingo Weinzierl
- Added db table, model class and importer stuff for units.2011-10-04, by Ingo Weinzierl
- Bugfix: #333 Improved determination of reference gauge based on start km.2011-10-04, by Ingo Weinzierl
- Extracted StringUtil.wWrap method from WaterlevelSelectState .2011-09-28, by Felix Wolfsteller
- Added 'unbracket' StringUtil method (extracted from WaterlevelSelectState).2011-09-28, by Felix Wolfsteller
- CrossSectionLine: Moved some logic from cross section demo app to this model.2011-09-27, by Sascha L. Teichmann
- Added function to retrieve nearest CrossSectionTrack to a given kilometer.2011-09-26, by Ingo Weinzierl
- Added missing schemas.2011-09-23, by Bjoern Schilberg
- Harmonized oracle and postgresql spatial schema.2011-09-23, by Bjoern Schilberg
- Harmonized Extent for Saar and Mosel. Some cleanups.2011-09-22, by Bjoern Schilberg
- Added code and a system property 'flys.backend.enablejmx=true' to enable JMX support for hibernate.2011-09-22, by Ingo Weinzierl
- Added right to create views.2011-09-21, by Bjoern Schilberg
- Generalized oracle spatial schema.2011-09-20, by Bjoern Schilberg
- Tagged RELEASE 2.5 of flys-backend.2011-09-19, by Ingo Weinzierl
- merged flys-artifacts/2.62012-09-28, by Thomas Arendsen Hein
- Picked rev4038 from trunk to stop Annotations break chart rendering.2012-02-10, by Ingo Weinzierl
- Picked rev4034 from trunk.2012-02-10, by Ingo Weinzierl
- Picked changes r4015:4026 from trunk.2012-02-10, by Ingo Weinzierl
- Add W(cm) column to csv export of reference curves.2012-02-10, by Felix Wolfsteller
- Added standalone demo application that prints all layers of a WMS to file.2012-02-09, by Ingo Weinzierl
- Added new model classes that should be used for axes range adaption later.2012-02-09, by Ingo Weinzierl
- 'Bezugslinienverfahren': Generate valid i18n names for datasets.2012-02-09, by Sascha L. Teichmann
- #485 Fixed broken renaming of chart themes.2012-02-09, by Ingo Weinzierl
- Changed dashes in entitie names to underscores.2012-02-09, by Felix Wolfsteller
- Fixed problems with incluing zeros in reference curves.2012-02-09, by Sascha L. Teichmann
- Allow manual points in new charts.2012-02-09, by Felix Wolfsteller
- Enabled styling in timeseries charts.2012-02-09, by Ingo Weinzierl
- ChangeLog: forget to commit2012-02-09, by Sascha L. Teichmann
- Added area facet to compatibility list of new charts longitudinal section output.2012-02-09, by Felix Wolfsteller
- Avoid that annotations like the ones used for hyks prevent manual point text annotation rendering.2012-02-09, by Felix Wolfsteller
- Added themes for discharge curves and difference curves in historical discharge curve charts.2012-02-09, by Ingo Weinzierl
- Be more conservative about arrays and indices in "Bezugslinienverfahren".2012-02-09, by Sascha L. Teichmann
- Some bugfixes and improvements in the calculation of historical discharge curves.2012-02-09, by Ingo Weinzierl
- Fix call to StringUtils.join .2012-02-09, by Felix Wolfsteller
- Added i18n string for waterlevels.2012-02-09, by Felix Wolfsteller
- Format multiple double values with a locale.2012-02-09, by Felix Wolfsteller
- Compute differences between discharge table values and reference discharge table values in historical discharge curve calculation.2012-02-09, by Ingo Weinzierl
- Added PDF export to reference curve calculation.2012-02-09, by Raimund Renkert
- Prevent duplicates in end kms for reference curve calculation.2012-02-09, by Sascha L. Teichmann
- Renamed data item names to allow translations.2012-02-09, by Felix Wolfsteller
- Better description for reference curve facets (seen in client).2012-02-08, by Felix Wolfsteller
- Prepare new data input for reference curves 'Ziel' locations.2012-02-08, by Felix Wolfsteller
- Error report: Format kms in error reports at least with one digit after the decimal separator.2012-02-08, by Sascha L. Teichmann
- #483 Display error message in calculation report for empty historical discharge calculations.2012-02-08, by Ingo Weinzierl
- Fix flys/issue468 (Fehler beim Projekt-Duplizieren)2012-02-08, by Sascha L. Teichmann
- Handle manual points in discharge curve generator.2012-02-08, by Felix Wolfsteller
- Repair area over cross sections.2012-02-08, by Felix Wolfsteller
- Put line and text annotations placed at x and y axes into foreground.2012-02-08, by Ingo Weinzierl
- fix flys/issue474 (manual points in reference curves).2012-02-08, by Felix Wolfsteller
- Partial fix issue474, i18n.2012-02-08, by Felix Wolfsteller
- Register style for reference_curve_normalized.2012-02-08, by Felix Wolfsteller
- Be more merciful for building the URL for the user-wms.2012-02-08, by Ingo Weinzierl
- Fix flys/issue472. (discharge_curve manualpoints)2012-02-08, by Felix Wolfsteller
- Fix flys/issue4842012-02-08, by Sascha L. Teichmann
- Map themes to manualpoint themes.2012-02-08, by Felix Wolfsteller
- Configuration for manualpoints for cross sections.2012-02-08, by Felix Wolfsteller
- Commented styling option for show area until area calculation does work.2012-02-08, by Felix Wolfsteller
- Calculation error report: i18n the km of the error report.2012-02-08, by Sascha L. Teichmann
- Small bugfix for fetching river annotations.2012-02-07, by Ingo Weinzierl
- Added missing config of chart info generator2012-02-07, by Sascha L. Teichmann
- Fixed wrong name of chartinfo generator for historical discharge curves.2012-02-07, by Ingo Weinzierl
- Added PDF export for historical discharge curve calculations.2012-02-07, by Raimund Renkert
- Improved CSV export of reference curves, include Qs.2012-02-07, by Felix Wolfsteller
- Refactored Formatter access to ease reuse.2012-02-07, by Felix Wolfsteller
- Let reference curve calculation result in wwqq.2012-02-07, by Felix Wolfsteller
- Log error as warning.2012-02-07, by Felix Wolfsteller
- "Bezugslinienverfahren": Do normalisation of reference curves.2012-02-06, by Sascha L. Teichmann
- "Bezugslinienverfahren": Added missing chart info generator.2012-02-06, by Sascha L. Teichmann
- Fix i18n2012-02-06, by Felix Wolfsteller
- "Bezugslinienverfahren": Fetch axis types from call context.2012-02-06, by Sascha L. Teichmann
- Added generator for "Reduzierte Bezugslinie".2012-02-06, by Sascha L. Teichmann
- Added service for discharge infos at a specific gauge.2012-02-06, by Raimund Renkert
- Added config for "reduzierte Bezugslinie".2012-02-06, by Sascha L. Teichmann
- Added error to winfo.xml report.2012-02-06, by Sascha L. Teichmann
- Set proper bounds for date axes in the chart info document; tell the transformation matrix which type it is (date/number).2012-02-06, by Ingo Weinzierl
- Extend reference curve export to include km location as string.2012-02-06, by Felix Wolfsteller
- "Bezugslinienverfahren": Store Qs of calculation, too.2012-02-06, by Sascha L. Teichmann
- Win fight against svn, added further i18n and slightly more data in reference-curve/csv export.2012-02-06, by Felix Wolfsteller
- Added more i18n stubs and slightly more data to csv export of reference curves.2012-02-06, by Felix Wolfsteller
- Added a second Y axis for ReferenceCurveGenerator.q2012-02-06, by Felix Wolfsteller
- Return the Qs from the "Bezugslinienverfahren, too."2012-02-06, by Sascha L. Teichmann
- Added a second Y axis for ReferenceCurveGenerator.2012-02-06, by Felix Wolfsteller
- Added accidentally ommitted ChangeLog.2012-02-06, by Felix Wolfsteller
- Primitive, incomplete CSV export for reference curves.2012-02-06, by Felix Wolfsteller
- Minor i18n for reference curve chart added.2012-02-06, by Felix Wolfsteller
- Added missing HistoricalDischargeCurveInfoGenerator class.2012-02-06, by Ingo Weinzierl
- Registered an Info generator for historical discharge curves; made some adaptions in XYChartGenerator, ChartGenerator and TimeseriesChartGenerator.2012-02-06, by Ingo Weinzierl
- Cosmetics.2012-02-06, by Felix Wolfsteller
- Add a not-yet-looked-at CSV facet for Reference Curve.2012-02-06, by Felix Wolfsteller
- Added a CSV export for historical discharge curves.2012-02-06, by Ingo Weinzierl
- Adjusted to name change in River class (hibernate fix).2012-02-06, by Felix Wolfsteller
- First steps to serve the data in cm if we are are gauges only.2012-02-03, by Sascha L. Teichmann
- W/Q input values in historical discharge curves may now by from type double.2012-02-03, by Ingo Weinzierl
- Removed superfluous imports.2012-02-03, by Sascha L. Teichmann
- Dont sort the data series in reference curve.2012-02-03, by Sascha L. Teichmann
- Removed obsolete ReferenceCurveInputState.2012-02-03, by Felix Wolfsteller
- Improved reference curve.2012-02-03, by Felix Wolfsteller
- Bugfix: create a report facet for historical discharge curves even if no data has been computed.2012-02-03, by Ingo Weinzierl
- Create title, subtitle and axes labels for charts from type historical discharge curve.2012-02-03, by Ingo Weinzierl
- Fix.2012-02-03, by Felix Wolfsteller
- Added i18n.2012-02-03, by Felix Wolfsteller
- Doc added and fix getAxisWalker-issue.2012-02-03, by Felix Wolfsteller
- Use the ApplyFunctionIterator in reference curve generation.2012-02-03, by Sascha L. Teichmann
- Added an error report for historical discharge curves.2012-02-03, by Ingo Weinzierl
- Improved chart creation for historical discharge curves.2012-02-03, by Ingo Weinzierl
- Further refactoring of XYChartGenerator / ChartGenerator with the result, that timerange charts are now able to display lines.2012-02-03, by Ingo Weinzierl
- New helper functions in ChartHelper and improvements in EnhancedLineAndShapeRenderer.2012-02-03, by Ingo Weinzierl
- The HistoricalDischargeCurveGenerator now creates new AxisDataset objects and new TimeSeriesCollections for each Facet.2012-02-02, by Ingo Weinzierl
- Improved WQTimerange and HistoricalDischargeFacet.2012-02-02, by Ingo Weinzierl
- Some more refactoring in XYChartGenerator and ChartGenerator; implemented necessary stuff in TimeseriesChartGenerator and return new empty instances of timeseries charts.2012-02-02, by Ingo Weinzierl
- Added a ChartHelper class that currently contains a method to compute the xy ranges of an XYDataset.2012-02-02, by Ingo Weinzierl
- Refactoring: moved more base code from XYChartGenerator into its parent class ChartGenerator2012-02-02, by Ingo Weinzierl
- Cosmetics/care/refac.2012-02-02, by Felix Wolfsteller
- Refactoring: moved more base code from XYChartGenerator into its parent class ChartGenerator.2012-02-02, by Ingo Weinzierl
- Added a new ChartGenerator for timeseries charts and refactored some code in XYChartGenerator.2012-02-02, by Ingo Weinzierl
- Added demo standalone app for evaluating different timeseries charts.2012-02-02, by Ingo Weinzierl
- Issue 466.2012-02-02, by Raimund Renkert
- Improved the 'historical discharge' calculation: implemented findValueForW().2012-02-01, by Ingo Weinzierl
- Add some fake 'input' data for reference curve. plot references curves from input km to input km +2.2012-02-01, by Felix Wolfsteller
- Implemented the first step of Calculation6; create Facets for each calculation results.2012-02-01, by Ingo Weinzierl
- Added a new constructor to Timerange that takes Date objects for start and end.2012-02-01, by Ingo Weinzierl
- W: Forget to create ws data in constructor.2012-02-01, by Sascha L. Teichmann
- Did some modifications for debugging purposes, added output to reference-curve-state.2012-02-01, by Felix Wolfsteller
- Register ReferenceCurve-Generators.2012-02-01, by Felix Wolfsteller
- Cosmetics.2012-02-01, by Felix Wolfsteller
- Add more-or-less dummy Facet in ReferenceCurveState.2012-02-01, by Felix Wolfsteller
- Cosmetics.2012-02-01, by Felix Wolfsteller
- Added reference curve facet type.2012-02-01, by Felix Wolfsteller
- Fetch parameters for 'historical discharge curve' calculation; call Calculation6 with those information and check input parameters.2012-02-01, by Ingo Weinzierl
- Addes stub for ReferenceCurve*Generator2012-02-01, by Felix Wolfsteller
- Added new model classes which will be used during historical discharge curve calculation.2012-02-01, by Ingo Weinzierl
- Added new helper methods to FLYSUtils that extract int[] and double[] from string.2012-02-01, by Ingo Weinzierl
- Added new classes and stubs used to calculate data for historical discharge curve charts.2012-02-01, by Ingo Weinzierl
- Removed needless imports.2012-02-01, by Ingo Weinzierl
- Changed wording.2012-02-01, by Felix Wolfsteller
- Avoid running into an NPE, but add warning to ease forensic.2012-02-01, by Felix Wolfsteller
- Fixed problems with unformatted numbers in error message.2012-01-31, by Sascha L. Teichmann
- Override getLabelFor() in HistoricalDischargeState to return an I18N string for the selected evaluation mode.2012-01-31, by Ingo Weinzierl
- Modified some data types in the 'historical discharge curves' transitions.2012-01-31, by Ingo Weinzierl
- Fix wrong transition type towards w_diff.2012-01-30, by Felix Wolfsteller
- Display the name of the reference gauge in the static ui of 'historical discharge curves' calculation.2012-01-30, by Ingo Weinzierl
- Add manual point handling for many different chart types.2012-01-30, by Felix Wolfsteller
- Format the timerange (static ui) inserted in the 'historical discharge curves' calculation.2012-01-30, by Ingo Weinzierl
- Bugfix: use correct order of parameters to call DefaultStateData constructor.2012-01-30, by Ingo Weinzierl
- Fixed a bug in the winfo transitions.2012-01-30, by Ingo Weinzierl
- Added default values for min and max items prepared by MinMaxState.2012-01-30, by Ingo Weinzierl
- "Bezugslinienverfahren": Add start and end km to WW to determine if kms are at gauges.2012-01-30, by Sascha L. Teichmann
- Added transitions for 'historical discharge curves' calculation.2012-01-30, by Ingo Weinzierl
- Skip 'inactive' points in output generation.2012-01-30, by Felix Wolfsteller
- "Bezugslinienverfahren": Replaced normalized curve generation with a better and needed solution.2012-01-28, by Sascha L. Teichmann
- "Bezugslinienverfahren": Implemented the on-the-flys shift to (0, 0).2012-01-27, by Sascha L. Teichmann
- "Bezugslinienverfahren": Added facet classes.2012-01-27, by Sascha L. Teichmann
- "Bezugslinenverfahren": Added stub loop for creating facets.2012-01-27, by Sascha L. Teichmann
- Call the "Bezugslinienverfahren" from the WINFOArtifact.2012-01-27, by Sascha L. Teichmann
- Manual Point Theming improved.2012-01-27, by Felix Wolfsteller
- 'Bezugslinienverfahren': Fixed stupid bug.2012-01-27, by Sascha L. Teichmann
- Added states (work is not finished yet) for the 'historical discharge curve' calculation.2012-01-27, by Ingo Weinzierl
- Introduced an abstract MinMaxState and a concrete class IntRangeState to add min/max value pairs.2012-01-27, by Ingo Weinzierl
- Refactored some code in DefaultState to better override the base class.2012-01-27, by Ingo Weinzierl
- Removed useless import.2012-01-27, by Ingo Weinzierl
- Added strings used in the calculation 'historical discharge curves'.2012-01-27, by Ingo Weinzierl
- Added calculation class for "Bezugslinienverfahren" to created by WINFOArtifact.2012-01-27, by Sascha L. Teichmann
- Added i18n support to PDF report export.2012-01-27, by Raimund Renkert
- Only add one legend item for manual point themes.2012-01-27, by Felix Wolfsteller
- Render labels of manual points in a very primitive manner.2012-01-27, by Felix Wolfsteller
- Refactored class hierachy to integrate model for W~W.2012-01-27, by Sascha L. Teichmann
- i18n for ManualPointsFacets.2012-01-27, by Felix Wolfsteller
- Issue 138.2012-01-27, by Raimund Renkert
- Added method that return the differences for a w-differences calculation as2012-01-27, by Raimund Renkert
- Issue 138.2012-01-27, by Raimund Renkert