graph
- (issue1754) Fix check for empty data bounds2015-04-29, by Andre Heinecke
- (issue1801) Determine gauge at a station always with same tolerance.2015-04-29, by Tom Gottfried
- (issue1754) Fix Radius calculation for filtered (smoothed) facets2015-04-29, by Andre Heinecke
- (issue1754) Do not base smoothing radius on calculation range2015-04-28, by Andre Heinecke
- (issue1754) Do not filter BedHeightSoundings to range.2015-04-27, by Andre Heinecke
- Deduplicate code in Minfo / Wifo difference select states.2015-04-27, by Andre Heinecke
- Deduplicate W / BedHeight Difference selection panel code2015-04-27, by Andre Heinecke
- Backout 8716:b5ac17a10d22 Regression risk too high.2015-04-27, by Andre Heinecke
- Backout 8709:71ae18553377 Regression risk too high.2015-04-27, by Andre Heinecke
- (issue1754) Only create new Recommendations2015-04-27, by Andre Heinecke
- (issue1448) There is no more need for off_epoch infos2015-04-24, by Andre Heinecke
- (issue1602) We don't distinguish between types since sometime but we want to have metadata at the facet.2015-04-24, by Tom Gottfried
- (issue1448) Remove obsolete code for OfficalEpoch "Calculation"2015-04-24, by Andre Heinecke
- (issue1448) Localize SedimentLoadInfo Exceptions shown in the client2015-04-24, by Andre Heinecke
- (issue1448) Also filter epoch values in sq_time_interval mode2015-04-24, by Andre Heinecke
- Improve ArtifactHelper creation debug output2015-04-24, by Andre Heinecke
- (issue1754) Also fixup master artifact for already loaded recommendations2015-04-24, by Andre Heinecke
- Change database connection debug output to traces2015-04-24, by Andre Heinecke
- Change some debugs to trace in theme factory2015-04-15, by Andre Heinecke
- (issue1750) Apply schema changes to oracle, which are already done for PostgreSQL.2015-04-24, by Tom Gottfried
- (issue1787) Globally sorting WST-columns over avg(Q)+max(Q) might give unexpected results at some kms. We thus sort locally since Rev 93a31cfb18c0.2015-04-23, by Tom Gottfried
- (issue1787) Sort WQ data locally over Q bevor lookup of Qs for given W.2015-04-23, by Tom Gottfried
- Avoid NPE: fixRes is null if wqkms.lenght==0.2015-04-23, by Tom Gottfried
- Remove some superfluous debug output and obsolete outcommented code.2015-04-23, by Tom Gottfried
- (issue1602) Use correct descriptor for sounding width y-data.2015-04-22, by Tom Gottfried
- Remove useless line of code (thanks for the hint, SLT).2015-04-20, by Tom Gottfried
- (issue1670) Remove parallel implementation for gaps in line themes.2015-04-20, by Tom Gottfried
- (issue1670) Purge obsolete if-branching.2015-04-20, by Tom Gottfried
- (issue1670) There is no point in refilling half of the gaps.2015-04-20, by Tom Gottfried
- (issue1670) Remove 99-percent copy-paste method, which had been used only once.2015-04-20, by Tom Gottfried
- (issue1670) We want to see gaps larger than 100 m, not 100 km.2015-04-20, by Tom Gottfried
- (issue1750) Use new MeasuremenStation-methods to find companion station and do less checking for inconsistent data (schema or at least importer do the job now).2015-04-20, by Tom Gottfried
- (issue1750) New methods for finding the actual location and companion station of a measurement station.2015-04-20, by Tom Gottfried
- (issue1750) Consistently attach parameters of suspended respectively bedload material to measurement station of respective type.2015-04-17, by Tom Gottfried
- (issue1750) There can be only one SQ-relation of a parameter for a time range (given by sq_relation_id) per station and some other attributes might be null.2015-04-17, by Tom Gottfried
- Handle empty strings as missing values without warning when parsing SQ-relations.2015-04-17, by Tom Gottfried
- (issue1763) Reduce code-duplication (patch by Sascha Teichmann).2015-04-16, by Tom Gottfried
- (issue1763) Empty strings are most likely intended as missing values, so don't try to parse them (plus enhanced logging).2015-04-15, by Tom Gottfried
- (issue1796) We don't necessarily need the river Rhine. SedDB river names are purely optional.2015-04-15, by Tom Gottfried
- (issue1755) Remove redundant conditional checks.2015-04-14, by Tom Gottfried
- (issue1755) The essence is that interpolation is impossible though their might be data.2015-04-14, by Tom Gottfried
- (issue1796) Use seddb name of a river when accessing the seddb2015-04-13, by Andre Heinecke
- (issue 1796) Scheme change! Add model for seddb_name lookup table.2015-04-13, by Andre Heinecke
- issue1755 Prevent out of bounds access when there is no data2015-04-13, by Andre Heinecke
- (issue1763) Fix filtering of lines when parsing bed heights.2015-04-10, by Tom Gottfried
- (issue1763) We have UNIQUE(station, bedHeight) since Rev 2d16f4a0bdcc and comparing with the other parameters will never return any row if any of them is null.2015-04-10, by Tom Gottfried
- Fix spelling and whitespace-cleanup in ETL-README.2015-04-10, by Tom Gottfried
- (issue1755) Add non empty measurement facets again2015-04-10, by Andre Heinecke
- Importer, do not jump knowingly over the cliff.2015-04-09, by Tom Gottfried
- (issue1755) Fix i18n.2015-04-09, by Tom Gottfried
- Mavenize importer packaging and allow packaging for specific versions and database systems.2015-04-09, by Tom Gottfried
- (issue1763) Correct properties in importer scripts.2015-04-09, by Tom Gottfried
- Correct usage section in release script.2015-04-09, by Tom Gottfried
- Remove outdated contributed scripts in backend.2015-04-09, by Tom Gottfried
- Remove outdated or useless README-files in backend.2015-04-09, by Tom Gottfried
- Move importer configuration to a single place.2015-04-09, by Tom Gottfried
- (issue1755) Some spelling fixes for problems in bedquality calc2015-04-09, by Andre Heinecke
- (issue1755) Add Problem also if a result is not interpolateable2015-04-09, by Andre Heinecke
- (issue1755) Only add facets / results when they do not consist exlcusively of NaN values.2015-04-08, by Andre Heinecke
- (issue1763) Use more distinct constraint names and adapt drop-script.2015-04-08, by Tom Gottfried
- Move static measurement types to their natural home.2015-04-08, by Tom Gottfried
- (issue1787) Do not accept any non-NaN W-value but check for epsilon.2015-04-07, by Tom Gottfried
- Sorting rows is a prerequisite.2015-04-07, by Tom Gottfried
- Use EpsilonComparator instead of redundant implementation.2015-04-07, by Tom Gottfried
- (issue1755) Fix typo in theme mapping for porosity sublayer2015-04-02, by Andre Heinecke
- (issue1755) Do not add empty data facets in BedQuality State2015-04-02, by Andre Heinecke
- (issue1803) Use MD5 instead of a homegrown hashing algorithm2015-04-02, by Andre Heinecke
- Whitespace-cleanup schema files.2015-04-02, by Tom Gottfried
- (issue1755) Add problem / report handling to BedQualityCalculation2015-04-02, by Andre Heinecke
- (issue1755) Uppercase diameter names in CSV Header2015-04-02, by Andre Heinecke
- (issue1755) Fix Y Axis label in Bed Quality facets. It's used in the CSV Export.2015-04-02, by Andre Heinecke
- (issue1755) Fix typo that filtered out porosity.sublayer facets2015-04-02, by Andre Heinecke
- (issue1755) Do not create interpolated themes and disable export of non interpolatable data.2015-04-01, by Andre Heinecke
- User smarter new interface from RangeAccess.2015-04-01, by Tom Gottfried
- Improve coding style in KMFilter loops2015-03-31, by Andre Heinecke
- (issue1754) Do not switch W and Km data when Range filtering WKms2015-03-31, by Andre Heinecke
- (issue1754) Increase m index after adding an interpolated result.2015-03-31, by Andre Heinecke
- (issue1754) Handle a>b in static BedHeight facets.2015-03-30, by Andre Heinecke
- (issue1754) Simplify code to handle a>b cases.2015-03-30, by Andre Heinecke
- (issue1754) Extend RangeAccess to simplyfiy range access where it is assumed that from < to2015-03-30, by Andre Heinecke
- Remove obsolete code.2015-03-30, by Andre Heinecke
- Remove JavaScript greeting exception.2015-03-27, by Andre Heinecke
- (issue1754) Handle inverted presentation in BedDifference exporter2015-03-27, by Andre Heinecke
- Enforce strings we rely on.2015-03-27, by Tom Gottfried
- SCHEMA CHANGE: Remove unnecessary direct relation of sq_relation with rivers.2015-03-27, by Tom Gottfried
- (issue1755) Do not print empty rows for empty results in bedquality export2015-03-27, by Andre Heinecke
- (issue1755) Fix check for valid date range.2015-03-27, by Andre Heinecke
- (issue1755) Do not treat empty values as part of the result2015-03-27, by Andre Heinecke
- (issue1755) Validate selected periods and ranges.2015-03-27, by Andre Heinecke
- (issue1755) Extend validation to allow localized error messages.2015-03-27, by Andre Heinecke
- Do not show lines if showlines is not set.2015-03-27, by Andre Heinecke
- (issue1753) Fix theme for SQ Outliers and SQ Measurements2015-03-27, by Andre Heinecke
- (issue1754) Unify PDF and CSV export and invert presentation if start > end2015-03-26, by Andre Heinecke
- (issue1608) Determine field type with the first non empty element2015-03-26, by Andre Heinecke
- SQ relation CSV export: order info lines according to columns plus whitespace cosmetics.2015-03-26, by Tom Gottfried
- (issue1753) Fix number format for S2015-03-26, by Andre Heinecke
- Handle the case where the period panel is used in a state without start and end2015-03-26, by Andre Heinecke
- (issue1753) Fix CSV metadata explanation fields for Mesurement data2015-03-26, by Andre Heinecke
- Add default value handling in MultiPeriodPanel2015-03-26, by Andre Heinecke
- Cleanups2015-03-26, by Andre Heinecke
- Add default value to BedQuality period selection2015-03-26, by Andre Heinecke
- Fix unit displayed in WFree calculation2015-03-26, by Andre Heinecke
- Actually check if there are no items instead of no data.2015-03-26, by Andre Heinecke
- Handle surprising filter behaivor of *Overviews. Don't create items for unavailable data.2015-03-26, by Andre Heinecke
- Fix handling of multiple entries in SQPeriodSelect default start/end calculation2015-03-25, by Andre Heinecke
- Send default values for SQ Period selection to the client.2015-03-25, by Andre Heinecke
- Try to find "default" data items for start and end in period panel2015-03-25, by Andre Heinecke
- Remove another obsolete check for an unused (and removed) config value2015-03-25, by Andre Heinecke
- Remove duplicated code.2015-03-25, by Andre Heinecke
- Clean up bad code from 8614:e7a2234e7c3f2015-03-25, by Andre Heinecke
- (issue1755) Clarify how default mecahnism works and remove unused config value.2015-03-25, by Andre Heinecke
- (issue1608) Export appropiate data for different result types2015-03-25, by Andre Heinecke
- (issue1755) Add good defaults for bedquality distance selection2015-03-24, by Andre Heinecke
- (issue869) Add spacer for multiline items2015-03-24, by Andre Heinecke
- (issue1799) Strip whitespace from river names2015-03-24, by Andre Heinecke
- (issue1754) Allow ranges where start > end also for beddifferences.2015-03-24, by Andre Heinecke
- (issue1754) Better fix for radius calculation then 8607:2010da0904b72015-03-24, by Andre Heinecke
- (issue1754) Check if start > end and handle this2015-03-24, by Andre Heinecke
- (issue1754) Fix radius caluculation inf CurveFilter if Start > End2015-03-24, by Andre Heinecke
- (issue1753) Align data columns to the right side.2015-03-20, by Andre Heinecke
- (issue1750) Fix id handling with oracle2015-03-20, by Andre Heinecke
- (issue1750) Check for stations according to measurement station range logic2015-03-20, by Andre Heinecke
- (issue1753) Increase widht of PARAMETER column2015-03-20, by Andre Heinecke
- (issue1753) Use epsilon comparator to compare range km's2015-03-20, by Andre Heinecke
- Lowercase additional call to createPropertyUi2015-03-20, by Andre Heinecke
- (issue1753) Fix editing the point color (not Color) of SQThemes.2015-03-20, by Andre Heinecke
- (issue1051) Show offending value in year format error2015-03-20, by Andre Heinecke
- (issue1051) Fix recommended official epochs for period mode2015-03-19, by Andre Heinecke
- (issue1051) Validate epochs before adding them to the list2015-03-19, by Andre Heinecke
- (issue1755) Filter out NaN values before creating the interplation function2015-03-19, by Andre Heinecke
- (issue1755) Fix export order of multiple result columns2015-03-19, by Andre Heinecke
- (issue1755) Fix filtering of BedQuality user facets2015-03-19, by Andre Heinecke
- Don't warn for defined behavior.2015-03-19, by Andre Heinecke
- (issue1755) Add interpolated facets and update themes accordingly2015-03-19, by Andre Heinecke
- Don't die if only one year is selected for SedimentLoad calculation2015-03-19, by Andre Heinecke
- Remove obsolete class2015-03-18, by Andre Heinecke
- Remove additionally uneccessary file.2015-03-18, by Andre Heinecke
- Remove unecessary imports2015-03-18, by Andre Heinecke
- (issue1755) Generalise BedQuality result handling2015-03-18, by Andre Heinecke
- (issue1599) Fix ManualPoints axis for bedheight_middle outputs.2015-03-17, by Andre Heinecke
- Reduce duplicated functions to obtain layer descritpions for bedquality2015-03-17, by Andre Heinecke
- (issue1754) Add range to W / Bed difference export.2015-03-16, by Andre Heinecke
- Add jasper -> jrxml converted files.2015-03-16, by Andre Heinecke
- Update SQL-statements to schema-changes in rev 6d8d7425a6b5.2015-03-16, by Tom Gottfried
- (issue1755) Interpolate BedQuality Results2015-03-16, by Andre Heinecke
- (issue1753) Format S with only up to three fractional digits2015-03-16, by Andre Heinecke
- (issue1753) Add english measurements jasper template2015-03-16, by Andre Heinecke
- (issue1753) Implement PDF export of SQ Measurement data.2015-03-16, by Andre Heinecke
- (issue1753) Use different theme for measurements overview and single diagrams2015-03-16, by Andre Heinecke
- Renable access to seddb sessions2015-03-11, by Andre Heinecke
- Merge of MINFO improvement developments2015-03-10, by Andre Heinecke
- There seems to be no use case for not overriding these methods.2015-03-06, by Tom Gottfried
- The bug that motivated this extremely defensive error-handling was fixed in Rev fe7e9da6312a by nomore calling close() on a private variable.2015-03-06, by Tom Gottfried
- Remove superfluous private variable.2015-03-06, by Tom Gottfried
- (issue1798) Adjust WinCM according to W in NHN axis on explicit zoom2015-02-27, by Andre Heinecke
- Do not get any wst values just to get the name of the differences for export.2015-02-26, by Andre Heinecke
- Readd StaticWQKmsCacheKey and use it again.2015-02-26, by Andre Heinecke
- Use updated class name instead of no more existant.2015-02-26, by Tom Gottfried
- (issue1797) Increase session debug output2015-02-24, by Andre Heinecke
- (issue1797) Move close into session release and guard it.2015-02-24, by Andre Heinecke
- Replace offensive comment by a more constructive note.2015-02-17, by Andre Heinecke
- (Issue1755) Add distance step selection to bed quality artifact2015-02-16, by Andre Heinecke
- Move static operation out of loop.2015-02-16, by Andre Heinecke
- (issue1755) Move KM Step handling from Winfo artifact to RangeAccess2015-02-16, by Andre Heinecke
- Accept more elevation system names (e.g. with hyphen).2015-02-16, by Tom Gottfried
- Meta-data on sounding width associated to bed heights is redundant to real data associated to values.2015-02-16, by Tom Gottfried
- Bed heights are just bed heights since a while ('single' is obsolete).2015-02-16, by Tom Gottfried
- Remove obsolete class hierarchy for bed height data.2015-02-16, by Tom Gottfried
- Abstract parser for bed heights is obsolete.2015-02-16, by Tom Gottfried
- Importer: Remove obsolete interface for bed heights.2015-02-16, by Tom Gottfried
- Remove obsolete interface for bed height values.2015-02-16, by Tom Gottfried
- Morphological width imported and stored with heights is redundant to table morphologic_width.2015-02-16, by Tom Gottfried
- bed height differences datacage: only supply differences where subtrahend is older than minuend or year is unknown.2015-02-16, by Tom Gottfried
- (issue1754) Add km filtering for winfo anf fixanal results in difference calculations2015-02-16, by Andre Heinecke
- Actually configure a bedheight cache.2015-02-16, by Andre Heinecke
- (issue1754) Fix wst static cache name.2015-02-16, by Andre Heinecke
- (issue1754) Extend WKms interface for KM filtering2015-02-16, by Andre Heinecke
- (issue1754) Gracefully handle empty differenc results (e.g from km 0,001 to 0,002)2015-02-16, by Andre Heinecke
- (issue1754) Add distantce handling to WINFO differences state2015-02-16, by Andre Heinecke
- Warn for not implemented difference handling of minfo artifacts.2015-02-16, by Andre Heinecke
- (issue1750) It is an error if there are more then two stations at the same range.2015-02-13, by Andre Heinecke
- (Issue1754) Make BedDifference calculation range dependent.2015-02-13, by Andre Heinecke
- (issue1750) Take Static SQ Relations based on a range and merge them together2015-02-13, by Andre Heinecke
- (issue1753) Remove "measured" from CSV header2015-02-13, by Andre Heinecke
- (issue1753) Add measurements to CSV export2015-02-13, by Andre Heinecke
- (issue1753) Add SQ Measurement dates as text annotations to points2015-02-13, by Andre Heinecke
- (issue1753) Carry measurement date through SQ values2015-02-13, by Andre Heinecke
- (issue1753) Add label theme for SQMeasurements2015-02-13, by Andre Heinecke
- Log the server startup to stdout2015-02-13, by Andre Heinecke
- (issue1599) Add manualpoints theme for MSH2015-02-12, by Andre Heinecke
- (issue1068) Add different theme for SQOutlier curves and increase SQCurve linesize to 22015-02-12, by Andre Heinecke
- (issue1786) Enable manualline facets for cross section charts2015-02-12, by Andre Heinecke
- (issue869) Remove horizontal lines in parameters2015-02-12, by Andre Heinecke
- (issue1051) Use a list of single years in SedimentLoadYear mode2015-02-11, by Andre Heinecke
- (issue1051) Add input support for epochs2015-02-11, by Andre Heinecke
- (issue1788) Do not divide area by two.2015-02-18, by Andre Heinecke
- (issue1717) Use unified description for y-field in editor for manual points in historical discharge time-diagrams.2015-02-18, by Tom Gottfried
- (issue1795) Handle modules configuration for any module2015-02-17, by Andre Heinecke
- (issue1794) Safeguard against layers without extent.2015-02-17, by Andre Heinecke
- Update uuid of "Rhein"2015-01-30, by Andre Heinecke
- (issue1777) Move logging code for existing tickets to the correct location2015-01-16, by Andre Heinecke
- Remove useless i18n that cannot be called from server anyhow.2015-01-12, by Tom Gottfried
- Release script: build binaries for publication when tagging and slightly mavenize the whole process.2014-12-19, by Tom Gottfried
- Useful default for path to DEMs.2014-12-19, by Tom Gottfried
- It's useful to have an uncompressed tar to which more files can be appended.2014-12-19, by Tom Gottfried
- We don't need the base directory in the assembly.2014-12-19, by Tom Gottfried
- Let overview be the first tab in SQ relation output.2014-12-19, by Tom Gottfried
- On error log error.2014-12-18, by Tom Gottfried
- Set useful default for mapserver-URLs.2014-12-18, by Tom Gottfried
- Exclude transitive dependency because of conflicting version which breaks charting.2014-12-18, by Tom Gottfried
- Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.2014-12-17, by Tom Gottfried
- Configure standalone binary assembly.2014-12-17, by Tom Gottfried
- Use Maven instead of potentially outdated JARs for creation of h2-databases. TODO: adapt release script.2014-12-17, by Tom Gottfried
- OpenLayers download moved to github.2014-12-17, by Tom Gottfried
- Put artifact server run-script in it's final place.2014-12-16, by Tom Gottfried
- ETL: Upgrade PostgreSQL dependency to same version as river-backend.2014-12-16, by Tom Gottfried
- (issue1782) Invert artifact range if necessary in officiallinefinder2014-12-16, by Andre Heinecke
- (issue1782) Invert KM filter if from is larger then to2014-12-16, by Andre Heinecke
- (issue1782) Select index based on km for step generation2014-12-16, by Andre Heinecke
- (issue1777) Evaluate CLIENT_CONF environment variable2014-12-16, by Andre Heinecke
- (issue1777) Add options to change login redirect and disable login2014-12-16, by Andre Heinecke
- (issue1777) Log saml logins also as info without username.2014-12-16, by Andre Heinecke
- (issue1777) Hide logout button if it is configured.2014-12-16, by Andre Heinecke
- Whitespace-cleanup in XML-files.2014-12-16, by Tom Gottfried