graph
- 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