graph
- Added the new bed difference exporter to config files.2013-06-06, by Raimund Renkert
- Added exporter for bed height differences.2013-06-06, by Raimund Renkert
- Adjusted bed height difference tab title.2013-06-06, by Raimund Renkert
- I999: Epochs and single years are handled in the same way in difference calc.2013-06-06, by Raimund Renkert
- I999: Filter epochs ands single years in datacage config.2013-06-06, by Raimund Renkert
- Remove stray debug logging.2013-06-06, by Felix Wolfsteller
- flys/issue863: Create gaps for middlebedheight data if distance > 110 m.2013-06-06, by Felix Wolfsteller
- Fixed facet display name in bed height difference calculation.2013-06-06, by Raimund Renkert
- I1035: Fixed calculation of multiple bed height differences.2013-06-06, by Raimund Renkert
- Fix empty column logic in FixAT export2013-06-05, by Andre Heinecke
- Add * in the first line of AT Exports.2013-06-05, by Andre Heinecke
- Updade sq relation pdf export as specified in issue10712013-06-05, by Andre Heinecke
- merge2013-06-05, by Tom Gottfried
- merged2013-06-05, by Tom Gottfried
- merged2013-06-05, by Tom Gottfried
- backout backout as it is now safely in a branchdouble-precision 2013-06-05, by Tom Gottfried
- Do not use file extension for description of bed heights2013-06-05, by Tom Gottfried
- Backed out changeset 53fca3392c9f2013-05-24, by Tom Gottfried
- Schema change and Importer: use double to prevent rounding at import time2013-05-24, by Tom Gottfried
- CapabilitiesParse parses the "queryable" attribute of a WMSLayer now (#1253).2013-06-05, by Christian Lins
- CapabilitesParser can parse map format types now (#554).2013-06-05, by Christian Lins
- Fix Non-UTF8 Umlaut characters.2013-06-05, by Christian Lins
- issue697: Re-add style for vertical Q main values text. Had been removed.2013-06-05, by Felix Wolfsteller
- Cosmetics, TODO, doc.2013-06-04, by Felix Wolfsteller
- Use WikiLinks cell formatter for the wiki-links in MeasurementStationListGrid.2013-06-04, by Bernhard Herzog
- Generate SSO wiki links in RiverInfoPanel instead of plain Anchors.2013-06-04, by Bernhard Herzog
- Instantiate RiverInfoPanel with a FLYS reference for SSO.2013-06-04, by Bernhard Herzog
- Pass the FLYS instance to the InfoPanel class.2013-06-04, by Bernhard Herzog
- Use WikiLinks cell formatter for the wiki-links in GaugeListGrid.2013-06-04, by Bernhard Herzog
- Add helpers for links into the Flys wiki with optional SSO support.2013-06-04, by Bernhard Herzog
- Extend the shared interface User with the SAML ticket2013-06-04, by Bernhard Herzog
- Store the SAML ticket in the user object after authentication.2013-06-04, by Bernhard Herzog
- Add an Override to the compare method2013-06-04, by Andre Heinecke
- Add sorting for discharge value2013-06-04, by Andre Heinecke
- Remove getUser Hack.2013-06-04, by Andre Heinecke
- Simplify and fix range filtering for server data.2013-06-04, by Andre Heinecke
- Accept null mode in to/fromValue2013-06-04, by Andre Heinecke
- Let get return a value2013-06-04, by Andre Heinecke
- Datacage: Added function dc:get('var-name'). Returns content of variable var-name or NULL if not2013-06-04, by Sascha L. Teichmann
- i18n: German Ãsg -> ÃSG2013-06-04, by Christian Lins
- Datacage: If there is an artifact you likely need the artifact database, too.2013-06-04, by Sascha L. Teichmann
- Remove stray semicolon from sql schema.2013-06-04, by Felix Wolfsteller
- Fix km filtering in Datacage, we default to mode distance now2013-06-03, by Andre Heinecke
- Add unit to location and translate outliertest method2013-06-03, by Andre Heinecke
- Add missing localisation for pdf export tooltip in fixing analysis2013-06-03, by Andre Heinecke
- Add SQRelationJRDataSource class2013-06-03, by Andre Heinecke
- Implement PDF export for SQ Relation2013-06-03, by Andre Heinecke
- Add Jasper report templates for sqrelation2013-06-03, by Andre Heinecke
- createWSPLGENClassName() now respects user locale (#767).2013-06-03, by Christian Lins
- issue986: i18n, include wst-unit in axis label.2013-06-03, by Felix Wolfsteller
- part of issue986: axis label includes correct wst-unit.2013-06-03, by Felix Wolfsteller
- cosmetics: minor indentation fix.2013-06-03, by Felix Wolfsteller
- issue1225: use river name for axis i18n.2013-06-03, by Felix Wolfsteller
- i18n for issue1225: river-km/$river-km .2013-06-03, by Felix Wolfsteller
- Fix location of features.xml2013-06-03, by Andre Heinecke
- Handle FEATURES_XML environment setting2013-06-03, by Andre Heinecke
- Add l10n for issue13102013-06-03, by Andre Heinecke
- Use HLayout instead of VLayout.2013-06-03, by Andre Heinecke
- Stamp border thinkness of map print PDF fitted (#767).2013-06-03, by Christian Lins
- Prophylactic fix for DeltaWt's before 19002013-06-03, by Andre Heinecke
- Make legend entries of WSPLGEN map more verbose and add units (#767).2013-06-03, by Christian Lins
- Increase legend scale of map print PDF (#767).2013-06-03, by Christian Lins
- Fix comment for newRegularTimePeriod2013-05-31, by Andre Heinecke
- Increase legend size of map print PDF (#767).2013-06-02, by Christian Lins
- Increase map title size for map print PDF (#767).2013-06-02, by Christian Lins
- LinearInterpolated#apply(): Added simple test if the two datasets intersect at all.2013-06-02, by Sascha L. Teichmann
- Waterlevel differences & bed height differences: Add new model LinearInterpolated intented to unify the two very similiar calculations. The focus of the current implementation is correctness and not speed! The fact that the data sets more mostly sorted by station is not exploited. Doing so would improve performance significantly.2013-06-02, by Sascha L. Teichmann
- Bed quality calculation: Replaced another iteration over the key set + directly fetching the values withan iteration over the entry set.2013-06-02, by Sascha L. Teichmann
- Bed quality calculation: Fixed a calculation typo: s/sum =+ d/sum += d/2013-06-02, by Sascha L. Teichmann
- Bed height: Removed braindead index determination code.2013-06-02, by Sascha L. Teichmann
- Bed height differences: DO NOT STORE ARTIFACTS IN CALCULATION RESULTS!!! This would lead to caching them which is _really_ wrong.2013-06-01, by Sascha L. Teichmann
- Bed height differences: Some refactoring of the calculation to improve readability and performance.2013-06-01, by Sascha L. Teichmann
- Removed unnecessary call of map.containsKey(x).2013-06-01, by Sascha L. Teichmann
- Removed obsolete import.2013-06-01, by Sascha L. Teichmann
- Removed obsolete imports.2013-06-01, by Sascha L. Teichmann
- Schema change: remove UNIQUE-constraint which allows importing cross sections only from PRF2013-05-31, by Tom Gottfried
- Use FixMilliseconds instead of dates for time periods2013-05-31, by Andre Heinecke
- Guard the collection describe debug output2013-05-31, by Andre Heinecke
- Add handling of bound artifacts.2013-05-31, by Andre Heinecke
- Add boundToOut handling to ManagedFacets.2013-05-31, by Andre Heinecke
- Add debug output in static d4e artifact ctor2013-05-31, by Andre Heinecke
- Remove duplicate longitudinal section facet for bedheight_differences2013-05-31, by Andre Heinecke
- Handle target_out in the Recommendation / Client datacage code.2013-05-31, by Andre Heinecke
- Print the complete collection in parseCollection2013-05-31, by Andre Heinecke
- Handle special highlighting for fix analysis.2013-05-30, by Raimund Renkert
- Added JavaScript callback to get the selected module in native JavaScript code.2013-05-30, by Raimund Renkert
- Start up a new project on load.2013-05-30, by Raimund Renkert
- Removed next button in initial project view.2013-05-30, by Raimund Renkert
- Use new icon in rver link list.2013-05-30, by Raimund Renkert
- Added icon for selected river in link list.2013-05-30, by Raimund Renkert
- Updated transparent overlay for image map.2013-05-30, by Raimund Renkert
- Set mapserver logfile name to d4e-wms.log, which logs to server root instead of /tmp.2013-05-30, by Christian Lins
- Datacage: Added function dc:replace-all(haystack, needle, replacement) to do regular expression replacements. Mapped to Java's String haystack.replaceAll(needle, replacement).2013-05-30, by Sascha L. Teichmann
- Add "Ringdeich" class to barrier lines mapfile template (#802).2013-05-29, by Christian Lins
- Add target_out attribute to elements with a factory2013-05-29, by Andre Heinecke
- flys1225/4: Absolute height axis label with wstunits.2013-05-28, by Felix Wolfsteller
- prep i18n issue1225/4 .2013-05-28, by Felix Wolfsteller
- Added tag 3.0.6 for changeset b689d2b9d1672013-05-28, by Andre Heinecke
- Fix saml parameter name to fix SSO3.0.6 2013-05-28, by Andre Heinecke
- We have a much faster interactive image map!2013-05-28, by Raimund Renkert
- Fixes bug that caused the garbled upload of user shapefiles (#657).2013-05-28, by Christian Lins
- Add some debug output to FileUploadServiceImpl.2013-05-28, by Christian Lins
- issue1225/1: Include river name in x axis label.2013-05-27, by Felix Wolfsteller
- issue1225/1: i18n prep.2013-05-27, by Felix Wolfsteller
- Order flow velocity values by station.2013-05-28, by Raimund Renkert
- Themes: s/hints="h"/hints="hidden"/2013-05-27, by Sascha L. Teichmann
- Merged theme config files default.xml and second.xml.2013-05-27, by Raimund Renkert
- Commit changes described in r61102013-05-27, by Andre Heinecke
- Fix datacage for user data by adding facet filtering.2013-05-27, by Andre Heinecke
- Fixed missspelled mapping2013-05-27, by Sascha L. Teichmann
- candidate for issue1335: replace weird test with lest weird test.2013-05-27, by Felix Wolfsteller
- Revert 6081 now that determineGauge handles bordering river sections2013-05-27, by Andre Heinecke
- determineGauge tries now to find the correct Gauge by handling overlapping borders2013-05-27, by Andre Heinecke
- Explicitly set Content-Type of shapefile upload response message to text/html. See flys/#657.2013-05-27, by Christian Lins
- Themes: Name second theme 'second'2013-05-25, by Sascha L. Teichmann
- Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.2013-05-25, by Sascha L. Teichmann
- Removed obsolete imports and dead code.2013-05-25, by Sascha L. Teichmann
- Removed unused context from RangeAccess and subclasses leading to some dead code removal.2013-05-25, by Sascha L. Teichmann
- GWT client: Removed some Iterator cruft.2013-05-25, by Sascha L. Teichmann
- Datacage: Another variable access fix.2013-05-25, by Sascha L. Teichmann
- Datacage: Fixed wrong variable access in meta-data.xml2013-05-25, by Sascha L. Teichmann
- Datacage: Macros are indexed, so there is no need to linear scan all template nodes to find them.2013-05-25, by Sascha L. Teichmann
- Merge double fix for Virtual Columns2013-05-24, by Andre Heinecke
- First part of the filtering datacage for user data.2013-05-24, by Andre Heinecke
- Fix virtual columns, name has to be set and name has to be uppercase2013-05-24, by Andre Heinecke
- Datacage: Fixed fix for <dc:virtual-column>2013-05-24, by Sascha L. Teichmann
- Datacage: Fixed addColumn in <dc:virtual-column>2013-05-24, by Sascha L. Teichmann
- issue1061: Adjusted facet names of bed diff.2013-05-24, by Felix Wolfsteller
- part of issue1061: Add i18n.2013-05-24, by Felix Wolfsteller
- towards issue1061: Store names of original BedHeights in the BedDiffYearResult.2013-05-24, by Felix Wolfsteller
- merged2013-05-24, by Sascha L. Teichmann
- Datacage: Introduced <dc:virtual-column name="colname" type="type" expr="XPath">2013-05-24, by Sascha L. Teichmann
- Also set encoding for river mapfile to UTF-82013-05-24, by Andre Heinecke
- Set WMS encoding correctly to UTF-82013-05-24, by Andre Heinecke
- We want to expand the group key for the name2013-05-24, by Andre Heinecke
- Return an empty string for the NULL object.2013-05-24, by Andre Heinecke
- Add some debugging tips2013-05-24, by Andre Heinecke
- Fix old calculations datacage parts.2013-05-24, by Andre Heinecke
- Datacage: Introduced dc:dump-variables() and modified dc:message to use XPath expansion.2013-05-23, by Sascha L. Teichmann
- merged2013-05-23, by Tom Gottfried
- Schema change: view for WSTs which deales with multiple ranges matching station (issues 1315 and 1296)2013-05-23, by Tom Gottfried
- Datacage: Introduced <dc:message>This is my message!</dc:message>. The message are logged at INFO level to help debugging.2013-05-23, by Sascha L. Teichmann
- issue822: Added discharge curve to (new) charts compat matrix.2013-05-23, by Felix Wolfsteller
- issue954/2: Flood- Protections in Cross-Sections Datacage.2013-05-23, by Felix Wolfsteller
- issue1130: Show 'W am Pegel(cm)' values in waterlevelexport.2013-05-23, by Felix Wolfsteller
- meta-data.xml: dc:has-result()-guard additionals and basedata.2013-05-23, by Felix Wolfsteller
- meta-data.xml: Wrap user-content in user-range to use 'range intelligence'.2013-05-23, by Felix Wolfsteller
- meta-data.xml: Fix test syntax.2013-05-23, by Felix Wolfsteller
- meta-data.xml: Fix query, select on user-id not collection-id.2013-05-23, by Felix Wolfsteller
- meta-data.xml: Make a select a bit more human-resolvable.2013-05-23, by Felix Wolfsteller
- Removed cruft iterator code.2013-05-23, by Sascha L. Teichmann
- Removed trailing whitspace.2013-05-23, by Sascha L. Teichmann
- Removed obsolete import2013-05-23, by Sascha L. Teichmann
- Removed obsolete import2013-05-23, by Sascha L. Teichmann
- Fixed i18n key2013-05-23, by Sascha L. Teichmann
- Added tag 3.0.5 for changeset 1a169e10c0f32013-05-22, by Andre Heinecke
- Add WQFixing sanity check.3.0.5 2013-05-22, by Andre Heinecke
- Use maxOverlap to get the correct gauge for the MainValues2013-05-22, by Andre Heinecke
- Fix WQ input validation for fixing analysis2013-05-22, by Andre Heinecke
- Get location limits from fixation overview in fixation location selection2013-05-22, by Andre Heinecke
- in relation to flys1313: fix typo that prevented setting crossSection to c.s.l.2013-05-22, by Felix Wolfsteller
- Indentation.2013-05-17, by Felix Wolfsteller
- Mainvalues in comp. discharge curve compat list.2013-05-17, by Felix Wolfsteller
- GWT client: Make error message more readable.2013-05-22, by Sascha L. Teichmann
- Readd accidentally removed macros2013-05-21, by Andre Heinecke
- Commit meta-data.xml refactoring2013-05-21, by Andre Heinecke
- Expand the Help Url also in the describe method2013-05-21, by Andre Heinecke
- Add instanceof guard around boundary handling2013-05-21, by Andre Heinecke
- DC: fixed dc:group2013-05-21, by Sascha L. Teichmann
- Add an extra class for values >= the largest class2013-05-17, by Andre Heinecke
- Fix waterlevel classes and change defaults for them.2013-05-17, by Andre Heinecke
- BHP: do not import lines without useful data2013-05-16, by Tom Gottfried
- merged2013-05-16, by Tom Gottfried
- Schema change: there is only one bed height per station at a given point in time2013-05-16, by Tom Gottfried
- Implement function to spawn a mainvalueartifact, given gauge and river.2013-05-16, by Felix Wolfsteller
- Doc.2013-05-16, by Felix Wolfsteller
- Doc.2013-05-16, by Felix Wolfsteller
- Doc.2013-05-16, by Felix Wolfsteller
- Add a new function to create a GaugeDischarge+MainValueArtifact collection.2013-05-16, by Felix Wolfsteller
- Doc.2013-05-16, by Felix Wolfsteller
- MainValuesArtifact: prepare to be created by crafted document.2013-05-16, by Felix Wolfsteller
- Doc.2013-05-16, by Felix Wolfsteller
- In relation to issue1081: let there be mainvalues in discharge_curve dc.2013-05-16, by Felix Wolfsteller
- Add mainvalues to gaugedischargecurve compat list.2013-05-16, by Felix Wolfsteller
- Part of issue1081: Show mainvalues in discharge_curve dc.2013-05-16, by Felix Wolfsteller
- Doc and TODO issue10812013-05-15, by Felix Wolfsteller
- Doc.2013-05-15, by Felix Wolfsteller
- Do not use from and to as variables in statement.2013-05-16, by Andre Heinecke
- Schema change: Add missing constraints to cross sections in Oracle, cosmetics2013-05-16, by Tom Gottfried
- WstParser: set column names from specified line also if unspecified line does not exist2013-05-16, by Tom Gottfried
- WstParser: warn if timestamp can not be set, cosmetics.2013-05-16, by Tom Gottfried
- Sediment yield parser: be more flexible when looking for grain fraction in filename2013-05-15, by Tom Gottfried
- Part of issue1149: Load main values for w/q diagram.2013-05-15, by Felix Wolfsteller
- issue977/2: supply mainvalues via dc for reference curve.2013-05-14, by Felix Wolfsteller
- forgot one in 6023:4ececb3a4e662013-05-14, by Tom Gottfried
- consistent string for AT Export tooltip2013-05-14, by Tom Gottfried
- Added tag 3.0.4 for changeset 5f34e4cb80952013-05-14, by Andre Heinecke
- Use the out attribute everywhere where there is a factory3.0.4 2013-05-14, by Andre Heinecke
- Flys is still flys for the print url2013-05-14, by Andre Heinecke
- Commit performance improvement written by Sascha Teichmann2013-05-14, by Andre Heinecke
- Switch W Q labels in historcial discharges2013-05-14, by Andre Heinecke
- issue1261: when tab is created, jump navi to 'default'-km. This overcomes2013-05-14, by Felix Wolfsteller
- issue1320: Handle exception.2013-05-14, by Felix Wolfsteller
- PRFParser: Re-enable line skipping. Act so on station change.2013-05-13, by Felix Wolfsteller
- issue1259: i18n msg when named main value not found at all gauges.2013-05-13, by Felix Wolfsteller
- i18n for issue1259.2013-05-13, by Felix Wolfsteller
- merged2013-05-13, by Tom Gottfried
- backout 6009:6ea171b6d8d2 because this was only really valid for fixations2013-05-13, by Tom Gottfried
- Fixed wrong quote.2013-05-13, by Sascha L. Teichmann
- Schema change because WST-columns without time interval are useless2013-05-13, by Tom Gottfried
- Strip non-word characters from measurement station URL2013-05-13, by Tom Gottfried
- use name and type instead of ID for measurement station link2013-05-13, by Tom Gottfried
- WQAdaptedInputPanel: Start with w tabs disabled.2013-05-13, by Felix Wolfsteller
- merged2013-05-13, by Tom Gottfried
- Importer: use gauge official number as identifier, not name2013-05-13, by Tom Gottfried
- issue949: meta-data.xml: for additional ls, use staticwqkms factory to have w2013-05-13, by Felix Wolfsteller
- WQKmsFactory: Prevent NPE this time.2013-05-13, by Felix Wolfsteller
- WQKmsFactory: prevent NPE.2013-05-13, by Felix Wolfsteller
- issue949: staticwqkms/W facets are active.2013-05-13, by Felix Wolfsteller
- Updated and added missing images for interactive image map.2013-05-13, by Raimund Renkert
- issue949: allow longitudinal_section.q facets in 'new charts'.2013-05-13, by Felix Wolfsteller
- ssue862: MiddleBedHeight facet names.2013-05-10, by Felix Wolfsteller
- Doc.2013-05-10, by Felix Wolfsteller
- River ETL: Limit the discharge tables to load to the historical (kind = 1) ones. This prevents the wrong tables (values) to be deleted.2013-05-13, by Sascha L. Teichmann
- Removed trailing whitespace.2013-05-12, by Sascha L. Teichmann
- Removed trailing whitespace.2013-05-12, by Sascha L. Teichmann
- Removed trailing whitespace.2013-05-12, by Sascha L. Teichmann
- Removed trailing whitespace.2013-05-12, by Sascha L. Teichmann
- Removed obsolete import.2013-05-12, by Sascha L. Teichmann
- River ETL: removed wrong info output that discharge tables only found in FLYS are ignored.2013-05-12, by Sascha L. Teichmann
- Datacage: Removed macros which are not called.2013-05-12, by Sascha L. Teichmann
- Datacage: Added stylesheet to detect macros which are defined and not called and vice versa.2013-05-12, by Sascha L. Teichmann
- Removed obsolete imports.2013-05-10, by Sascha L. Teichmann
- Be more tolerant when try to find out if a location is at a gauge position.2013-05-10, by Sascha L. Teichmann
- Fixed encoding in i18n2013-05-10, by Sascha L. Teichmann
- Use name id as username in saml.User.2013-05-10, by Bernhard Herzog
- Added tag 3.0.3 for changeset b740f0c4179e2013-05-10, by Andre Heinecke
- Use 'W [cm]' as CSV header if discharge table is at a gauge.3.0.3 2013-05-10, by Raimund Renkert
- Revert changes in metadata.xml from r5978:ebd6e8e234e0.2013-05-10, by Raimund Renkert
- Avoid duplicted mainvalues.2013-05-10, by Raimund Renkert
- Added mainvalues to fixanalysis wq curves.2013-05-10, by Raimund Renkert
- Renamed label for outlier test in fix analysis.2013-05-10, by Raimund Renkert
- Add OUT parameter to each ids parameter2013-05-10, by Andre Heinecke
- Add handling for OUT id's parameter to D4EArtifact2013-05-10, by Andre Heinecke
- Add dc:iterate function2013-05-10, by Andre Heinecke
- Increased column number in cell formater.2013-05-10, by Raimund Renkert
- Fixed typo.2013-05-10, by Raimund Renkert
- Added 'bfgid' column to helper panel in hist discharge curve.2013-05-10, by Raimund Renkert
- Removed obsolete import.2013-05-10, by Sascha L. Teichmann
- Fixed NPE problem in fetching extram from discharge curves.2013-05-10, by Sascha L. Teichmann
- Fixed typos in interactive image map.2013-05-10, by Raimund Renkert
- Added available rivers for fix analysis for interactive image map.2013-05-10, by Raimund Renkert
- Only select available rivers in interactive image map.2013-05-10, by Raimund Renkert
- issue1311: Update links on toolbar when km changed.2013-05-10, by Felix Wolfsteller
- NaviChartOutputTab: In prep for issue1311, override getExportUrl to include km.2013-05-10, by Felix Wolfsteller
- Cosmetics.2013-05-10, by Felix Wolfsteller
- Partial rewrite of historical discharge curves. Needs testing.2013-05-10, by Sascha L. Teichmann
- Only show localized elements in getfeatureinfo2013-05-10, by Andre Heinecke
- Fix print configuration, in the config flys is still flys2013-05-10, by Andre Heinecke
- Removed obsolete constructor.2013-05-09, by Sascha L. Teichmann
- Removed obsolete imports.2013-05-09, by Sascha L. Teichmann
- Convert some Latin-1 source files to UTF-82013-05-09, by Sascha L. Teichmann
- merge2013-05-08, by Tom Gottfried
- STA parser: more informative warning2013-05-08, by Tom Gottfried
- STA parser: Spaces after gauge name given in spec are sometimes used for gauge name, so parse them2013-05-08, by Tom Gottfried
- Add AuthenticationServlet, a common base class for the login servlets2013-05-08, by Bernhard Herzog
- Treat SAML URL as login URL in GGInAFilter.2013-05-08, by Bernhard Herzog
- Add saml servlet to web.xml configuration.2013-05-08, by Bernhard Herzog
- Add SamlServlet to implement actual login via SAML Ticket.2013-05-08, by Bernhard Herzog
- Add TicketValidator.checkTicket(InputStream) method.2013-05-08, by Bernhard Herzog
- Make instantiation of saml.User easier.2013-05-08, by Bernhard Herzog
- Move User class from was to saml sub-package.2013-05-08, by Bernhard Herzog
- Remove now unused JDom namespace constants for SAML.2013-05-08, by Bernhard Herzog
- Remove now unused old Assertion class.2013-05-08, by Bernhard Herzog
- Adapt WAS Response to new SAML validation code.2013-05-08, by Bernhard Herzog
- Pass trusted key filename to Response in WAS Authenticator.2013-05-08, by Bernhard Herzog
- Add trusted key for SAML authentication and configure it in web.xml.2013-05-08, by Bernhard Herzog
- Add SAML ticket validator classes.2013-05-08, by Bernhard Herzog
- Add new SAML Assertion class based on WAS Assertion.2013-05-08, by Bernhard Herzog
- Add XPathUtils, helper functions to process SAML with XPath.2013-05-08, by Bernhard Herzog
- Add NamespaceContext for SAML handling.2013-05-08, by Bernhard Herzog
- Remove unused method Assertion.getID() and the relate field2013-05-08, by Bernhard Herzog
- Remove unused method Response.getRoot()2013-05-08, by Bernhard Herzog
- Remove unused Signature class.2013-05-08, by Bernhard Herzog
- Remove unused Assertion.getSiganture() method and the related field2013-05-08, by Bernhard Herzog
- Pass LoginServlet's ServletContext to the Authenticators.2013-05-08, by Bernhard Herzog
- Importer: Log an error if parsing a STA file failed.2013-05-08, by Sascha L. Teichmann
- Removed obsolete import.2013-05-08, by Sascha L. Teichmann
- Delete discharge tables which are in AFT but not in FLYS. Fixed Oracle specific pom.xml2013-05-08, by Sascha L. Teichmann
- Fixed build error. Is this really supposed to work?2013-05-08, by Sascha L. Teichmann
- Implemented interaction design in project startup page.2013-05-08, by Raimund Renkert
- CSS stuff to highlight river links.2013-05-08, by Raimund Renkert
- HTML document and images for interactive image map.2013-05-08, by Raimund Renkert
- PRFParser: Ignore skip-lines field, simplifies code a bit.2013-05-08, by Felix Wolfsteller
- PRFParser: Documentation.2013-05-08, by Felix Wolfsteller
- Schema change: leave it up to AFT whether time intervals are unique per gauge but do not accept duplicate bfg_id per gauge2013-05-08, by Tom Gottfried
- issue1267: W80CSVParser do not stumble about malformed lines.2013-05-08, by Felix Wolfsteller
- issue1259: Grey out inputhelper Ws when Qs are to be chosen and vice versa.2013-05-08, by Felix Wolfsteller
- Partial fix for issue862: avoid NPE.2013-05-07, by Felix Wolfsteller
- Removed obsolete artifacts.2013-05-08, by Sascha L. Teichmann
- Historical discharge curve: Fixed NPE in setup.2013-05-08, by Sascha L. Teichmann
- ETL: Do not ignore open ended discharge tables.2013-05-07, by Sascha L. Teichmann
- Historical discharge curves: Do not add calculation relevant curve into list of available curves.2013-05-07, by Sascha L. Teichmann
- Schema change: named_main_values.name is not unique, as we can have the same name for different types2013-05-07, by Tom Gottfried
- D4E river artifacts: Removed historical discharge calculation from WINFO artifact and use access instead.2013-05-07, by Sascha L. Teichmann
- Added output mode and generator to config and create facet for export.2013-05-07, by Raimund Renkert
- New exporter and facet for wsplgen calculation result.2013-05-07, by Raimund Renkert
- GWT client: Fixed flys/issue12462013-05-07, by Sascha L. Teichmann
- Discharge Info Service: Added 'bfg-id' to result document.2013-05-07, by Sascha L. Teichmann
- D4E river: Fixed substitution on help URL.2013-05-07, by Sascha L. Teichmann
- Merged2013-05-06, by Sascha L. Teichmann
- Importer: Store id of time interval in main values.2013-05-06, by Sascha L. Teichmann
- some additions and adjustments to annotation types2013-05-06, by Tom Gottfried
- flys/issue1244 Historical discharge curve: Suppress current discharge curve.2013-05-06, by Sascha L. Teichmann
- Historical discharge curves: Fixed NPE.2013-05-06, by Sascha L. Teichmann
- changed title and lable of SQ input-data diagramm2013-05-06, by Tom Gottfried
- Backend: Fixed recognition of main values in STA parser.2013-05-06, by Sascha L. Teichmann
- BHP: more informative error instead of warning if file can not be imported.2013-05-06, by Tom Gottfried
- Update after renaming and remove the binary artifact-database and common2013-05-03, by Andre Heinecke
- Added tag 3.0.2 for changeset 387cbdecdfe32013-05-03, by Andre Heinecke
- Change a warning from FLYS to D4E3.0.2 2013-04-30, by Andre Heinecke
- Schema change: increased precision of discharge_table_values.q to allow unique import of higher precision values2013-05-03, by Tom Gottfried
- Backend: Fixed constructor of ImportTimeInterval.2013-05-03, by Sascha L. Teichmann
- backend: Fixed DateGuesser for DDMMYY.2013-05-03, by Sascha L. Teichmann
- Schema change: make gauges.official_number unique per river as we can have multiple identical gauges for different representations of the same river. Comments and TODOs2013-05-03, by Tom Gottfried
- Schema change: remove UNIQUE-constraint from rivers.official number as we have different representations of the same river (e.g. for sommer and winter)2013-05-03, by Tom Gottfried
- Datacage: Repaired and simplified dc:filter code.2013-05-02, by Sascha L. Teichmann
- Merged2013-05-02, by Sascha L. Teichmann
- Datacage: Introduced <dc:group epxr="xpath" type="type"> ... </dc:group> and XPath function dc:group-key().2013-05-02, by Sascha L. Teichmann
- WST-import: do not match against description (mostly NULL)2013-05-02, by Tom Gottfried
- Backend: Fixed indentation.2013-05-02, by Sascha L. Teichmann
- Datacage: Added some time meassuremnt for templating.2013-05-02, by Sascha L. Teichmann
- Schema change, importer, i18n: additional field for federal state stations2013-04-30, by Tom Gottfried
- Do not import discharge tables twice if no time interval given2013-04-30, by Sascha L. Teichmann
- datacage: simplified range filtering for wsts.2013-04-30, by Sascha L. Teichmann
- Schema change: add constraint to discharge tables2013-04-30, by Tom Gottfried
- DateGuesser: set times exactly (without parts of import time)2013-04-30, by Tom Gottfried
- Make all_annotations translateable2013-04-30, by Andre Heinecke
- Another part of flys/issue1247: Now the main values are determined right if the gauge limits are in abitrary order.2013-04-29, by Sascha L. Teichmann
- Merged2013-04-29, by Sascha L. Teichmann
- Partial fix for flys/issue1247: When trying to find gauges take care of the fact that start and end position are in abitrary order.2013-04-29, by Sascha L. Teichmann
- document how to read schema with correct encoding2013-04-29, by Tom Gottfried
- river backend: Removed obsolete hibernate transformer class.2013-04-29, by Sascha L. Teichmann
- river backend: repaired invalid packages.2013-04-29, by Sascha L. Teichmann
- river backend: Adjusted internal references to SedDB hibernate model.2013-04-29, by Sascha L. Teichmann
- river backend: Moved SedDB hibernate model to org/dive4elements/river/seddb.2013-04-29, by Sascha L. Teichmann
- init.d: Adjusted startup script.2013-04-29, by Sascha L. Teichmann
- River GWT client: Removed obsolete same package imports.2013-04-28, by Sascha L. Teichmann
- River backend: Removed obsolete same package imports.2013-04-28, by Sascha L. Teichmann
- River artifacts: Removed obsolete same package imports.2013-04-28, by Sascha L. Teichmann
- River artifacts: Renamed FLYSService to D4EService.2013-04-28, by Sascha L. Teichmann
- River artifacts: Renamed FLYSArtifact(Collection) to D4EArtifact(Collection).2013-04-28, by Sascha L. Teichmann
- FLYS artifacts: Renamed FLYSContext(Factory) to RiverContext(Factory).2013-04-28, by Sascha L. Teichmann
- River artifacts: Renamed FLYSUtils to RiverUtils.2013-04-28, by Sascha L. Teichmann
- River artifacts: Renamed FLYSAnnotation to RiverAnnotation.2013-04-28, by Sascha L. Teichmann
- River artifacts: Added new copyright headers.2013-04-28, by Sascha L. Teichmann
- Removed old copyright headers.2013-04-28, by Sascha L. Teichmann
- GWT client: Added copyright header.2013-04-28, by Sascha L. Teichmann
- GWT client: Removed old header.2013-04-28, by Sascha L. Teichmann
- Removed obsolete imports.2013-04-28, by Sascha L. Teichmann
- River ETL: Harmonized maven ids. Adjusted README2013-04-28, by Sascha L. Teichmann
- Backend: Fixed Oracle pom.xml and README.2013-04-28, by Sascha L. Teichmann
- it's worth more than a warning if the import is likely to fail2013-04-26, by Tom Gottfried
- adjust importer build-script to new names2013-04-26, by Tom Gottfried
- Schema change: new column 'waterbody' for floodmaps and importer2013-04-26, by Tom Gottfried
- Localization of field names for feature info on map2013-04-26, by Tom Gottfried
- merge2013-04-26, by Tom Gottfried
- use correct attribute name STROVOER also for polygon boundaries2013-04-26, by Tom Gottfried
- Wst: Avoid NPE.2013-04-26, by Felix Wolfsteller
- Make showing of outlier facet depending on preprocessing choice.2013-04-26, by Felix Wolfsteller
- issue949: Have W facets active, Q inactive.2013-04-26, by Felix Wolfsteller
- Map fix wq points to FixPoints style.2013-04-26, by Felix Wolfsteller
- issue949: Have fixations in longitudinal-sections have W and Q facet.2013-04-26, by Felix Wolfsteller
- Importer-Parser: set time intevals for complete years when parsing years2013-04-26, by Tom Gottfried
- Added header to river backend.2013-04-26, by Sascha L. Teichmann
- Use gwt-client as artifactid2013-04-25, by Andre Heinecke
- Remove duplicated dependency to jfreechart2013-04-25, by Andre Heinecke
- Added header to Java files in ETL process.2013-04-25, by Sascha L. Teichmann
- Fixed broken maven ids ... again.2013-04-25, by Sascha L. Teichmann
- Adjusted hgignore2013-04-25, by Sascha L. Teichmann
- Rename modules to more fitting names.2013-04-25, by Sascha L. Teichmann
- Added tag dive4elements-move for changeset 795218cf62eb2013-04-25, by Sascha L. Teichmann
- Adjusted client pom.xml to let it build again.dive4elements-move 2013-04-25, by Sascha L. Teichmann
- Fixed internal java dependencies2013-04-25, by Sascha L. Teichmann
- Repaired internal references.2013-04-25, by Sascha L. Teichmann
- Adjusted configs to new classes.2013-04-25, by Sascha L. Teichmann
- Repair pom.xml2013-04-25, by Sascha L. Teichmann
- Repaired internal references2013-04-25, by Sascha L. Teichmann
- Repaired pom.xml2013-04-25, by Sascha L. Teichmann
- Repaired internal references.2013-04-25, by Sascha L. Teichmann
- Moved directories to org.dive4elements.river2013-04-25, by Sascha L. Teichmann
- Fixed pom for etl process.2013-04-25, by Sascha L. Teichmann
- Repaired internal references2013-04-25, by Sascha L. Teichmann
- moved directories to org.dive4elements.river.etl2013-04-25, by Sascha L. Teichmann
- Moved directories to org.dive4elements.etl2013-04-25, by Sascha L. Teichmann
- Added tag before-dive4elements-move for changeset a7df90f425e22013-04-25, by Sascha L. Teichmann
- Remove obsolete (duplicate) macro and its use.before-dive4elements-move 2013-04-25, by Felix Wolfsteller
- Set the title for the html feature info viewer2013-04-24, by Andre Heinecke
- Added tag 3.0.1 for changeset 1722b0c47f5b2013-04-24, by Andre Heinecke
- Add FeatureInfoResponse class3.0.1 2013-04-24, by Andre Heinecke
- Request feature info on all layers and show it as html if2013-04-24, by Andre Heinecke
- merged.2013-04-24, by Raimund Renkert
- Use the correct i18n string for gauge info grid header.2013-04-24, by Raimund Renkert
- Initial interaction model for riverselection on image map.interaktive-karte 2013-04-24, by Raimund Renkert
- Added images to higlight rivers (currently only 'Rhein', 'Mosel').interaktive-karte 2013-04-24, by Raimund Renkert
- Rework FeatureInfo Window fopr issue 7752013-04-24, by Andre Heinecke
- ImportTimeInterval: Removed obsolete b parameter setting.2013-04-24, by Felix Wolfsteller
- ImportTimeInterval: Verbosity increased and fixed bug2013-04-24, by Felix Wolfsteller
- ImportRiver: Trigger w80csv-parsing.2013-04-24, by Felix Wolfsteller
- LineParser: Store reference to input file.2013-04-24, by Felix Wolfsteller
- Initial version of W80CSVParser (stripped W80Parser).2013-04-24, by Felix Wolfsteller
- Config: Add new flag to skip w80-csv imports (which are not done yet anyways).2013-04-24, by Felix Wolfsteller
- ImportRiver: Doc/Cosmetics.2013-04-24, by Felix Wolfsteller
- Doc.2013-04-24, by Felix Wolfsteller
- FixA: Fixes flys/issue1138 (Ausgel. WSPL: Streckenintelligenz bei Generierung Balkendiagramm)2013-04-24, by Sascha L. Teichmann
- Removed obsolete import.2013-04-24, by Felix Wolfsteller
- For base-data from DC, use staticwqkms factory (will spawn w and q facets).2013-04-24, by Felix Wolfsteller
- chart/staticwqkms.xml: Add facets to compat list.2013-04-24, by Felix Wolfsteller
- WOutProcessor: Renaming, doc.2013-04-24, by Felix Wolfsteller
- StaticWQKmsState: Also spawn RelativePoint and CrossSectionFacet .2013-04-24, by Felix Wolfsteller
- StaticWQKmsArtifact: implement WaterLineArtifact .2013-04-24, by Felix Wolfsteller
- RelativePointFacet: Through minor refactoring prepared to used StaticWQKmsArtifact.2013-04-24, by Felix Wolfsteller
- Fix other buildings.2013-04-23, by Andre Heinecke
- WST-Parser: Avoid trying to set MIN_RANGE when actually no stations are given2013-04-23, by Felix Wolfsteller
- Fix issue1254, make GetFeatureInfo work reliably2013-04-23, by Andre Heinecke
- Use fullRequestString as WMS Url2013-04-23, by Andre Heinecke
- Add WMS URL menu entry again and print the wms_url2013-04-23, by Andre Heinecke
- issue1289: Added ommitted adjusted messages.2013-04-23, by Felix Wolfsteller
- Doc.2013-04-23, by Felix Wolfsteller
- Doc.2013-04-23, by Felix Wolfsteller
- Doc.2013-04-23, by Felix Wolfsteller
- Doc.2013-04-23, by Felix Wolfsteller
- issue1289: Show km station with certain error message.2013-04-23, by Felix Wolfsteller
- Datacage: Always clone XML template for builders. If the first is not cloned they get interlinked somehow. Feels like a bug in Java's DOM implementation.2013-04-22, by Sascha L. Teichmann
- Fix dateFormat for Oracle by invoking dateValue on demand2013-04-22, by Andre Heinecke
- add missing constraints to Oracle Schema (issue426) and some cosmetics2013-04-22, by Tom Gottfried
- issue1150: i18n.2013-04-22, by Felix Wolfsteller
- Part of issue697: Q-Mainvalue-Artifacts-Text vertically.2013-04-22, by Felix Wolfsteller
- avoid NPE in time interval import (made by R. Renkert)2013-04-22, by Tom Gottfried
- Datacage: Add a pool of builders to make it multi threadable.2013-04-21, by Sascha L. Teichmann
- Removed obsolete imports.2013-04-21, by Sascha L. Teichmann
- Merged2013-04-21, by Sascha L. Teichmann
- Removed obsolete imports.2013-04-21, by Sascha L. Teichmann
- Switch start- and stoptime if starttime is after stoptime in timeinterval2013-04-19, by Raimund Renkert
- issue1260, issue1259: Improve multi-gauge w/q input.2013-04-19, by Felix Wolfsteller
- issue1133: Improved multi-gauge W/Q input.2013-04-19, by Felix Wolfsteller
- issue1276: Re-enable fixation autorecommend at discharge_curves.2013-04-19, by Felix Wolfsteller
- Fixed typo ind i18n string.2013-04-18, by Raimund Renkert
- Removed macro from bed height difference datacage config.2013-04-18, by Raimund Renkert
- Added i18n strings for morhologic width in datacage.2013-04-18, by Raimund Renkert
- enamed morphologic width to sounding width, added strings for morphologic width.2013-04-18, by Raimund Renkert
- New theme for morphologic width.2013-04-18, by Raimund Renkert
- Datacage config and out generator for morphologic width.2013-04-18, by Raimund Renkert
- Updated config files for morphologic width artifact and facet.2013-04-18, by Raimund Renkert
- Model, factory, facet and static artifact for morphologic width.2013-04-18, by Raimund Renkert
- Add missing i18n strings2013-04-18, by Andre Heinecke
- Add OSM intevation.de background wms and remove Einzugsgebiete Deutschland2013-04-18, by Andre Heinecke
- Remove OSM Intevation.de background layer from datacage :(2013-04-18, by Andre Heinecke
- Add hydroboundaries where sectie and sobek is null2013-04-18, by Andre Heinecke
- Add a different translation for catchment_wms2013-04-18, by Andre Heinecke
- Added new macro for deltaW ls and removed the old one. Use the new macro in bed2013-04-18, by Raimund Renkert
- Add white.png as a workaround that mapfish print does not support2013-04-18, by Andre Heinecke
- Draw stamp on white background and some layout improvements2013-04-18, by Andre Heinecke
- Increase acceptet print dialog input length to 302013-04-18, by Andre Heinecke
- Add the north arrow from the desktop flys print logo2013-04-18, by Andre Heinecke
- Rework layout for issue 7672013-04-18, by Andre Heinecke
- Check for errors based on the return code instead of hackish parsing2013-04-18, by Andre Heinecke
- Encode the ä in Gewässer. Not really neccessary but more in line with the rest2013-04-18, by Andre Heinecke
- Geoimpoter: Use attribute STROVOER, not SOBEK in hydr. boundaries2013-04-18, by Tom Gottfried
- Geoimporter: do not force default 0 for sectie and sobek2013-04-17, by Tom Gottfried
- Schema change: allow SECTIE and STROVOER (alias SOBEK) to be NULL, rename kinds2013-04-17, by Tom Gottfried
- rename WMS-Layers representing gauges in data cage2013-04-17, by Tom Gottfried
- remove prefixed directory names from descriptions in data cage2013-04-17, by Tom Gottfried
- Merged.2013-04-17, by Felix Wolfsteller
- SedimentLoadFacet: Avoid weird steps, find correct measurement stations.2013-04-17, by Felix Wolfsteller
- Add containsTolerant to Range.2013-04-17, by Felix Wolfsteller
- Minor part of issue1235: dont show decimals of years.2013-04-17, by Felix Wolfsteller
- FLYS artifacts: Rollback function renaming.2013-04-17, by Sascha L. Teichmann
- FixWQCurveGenerator: Minor Refactoring.2013-04-17, by Felix Wolfsteller
- FixWQCurveGenerator: issue1149, show calculated wq as points.2013-04-17, by Felix Wolfsteller
- Backend: Fix Stack overflow.2013-04-16, by Sascha L. Teichmann
- Backend: Forget to increment index.2013-04-16, by Sascha L. Teichmann
- Backend: Forgot to handle the unlikely case that there are more than 2 nested brackets in main values.2013-04-16, by Sascha L. Teichmann
- Backend: Parse time intervals for main values.2013-04-16, by Sascha L. Teichmann
- added some i18n missing in datacage2013-04-16, by Tom Gottfried
- FixCalculation: Cosmetics, renamed function, doc.2013-04-16, by Felix Wolfsteller
- fixanalysis.xml: Add fix event facet to compat list.2013-04-16, by Felix Wolfsteller
- FixWQCurveGenerator: Render fix events.2013-04-16, by Felix Wolfsteller
- FixRealizingCompute: Add one FixEventFacet per selected Event.2013-04-16, by Felix Wolfsteller
- New FixEvent Facet.New FixEvent Facet.New FixEvent Facet.New FixEvent Facet.New FixEvent Facet.New FixEvent Facet.New FixEvent Facet.New FixEvent Facet.2013-04-16, by Felix Wolfsteller
- WQKmsFactory: Add functionality to fetch WQKms if only column id is known.2013-04-16, by Felix Wolfsteller
- WQKmsFactory: Fix name sql.2013-04-16, by Felix Wolfsteller
- WQKmsFactory: Add name getting function if only column id is known.2013-04-16, by Felix Wolfsteller
- Doc.2013-04-16, by Felix Wolfsteller
- Added new Facet Type for Fix. Events.2013-04-16, by Felix Wolfsteller
- Fix print url replacement2013-04-15, by Andre Heinecke
- Added tag 3.0.0 for changeset 280093510e1d2013-04-15, by Andre Heinecke
- Also java encode the info side of the data table3.0.0 2013-04-15, by Andre Heinecke
- Send errors as plaintext and not as pdf documents2013-04-15, by Andre Heinecke
- Minor layout changes in map print add a margin between map and stamp/legend2013-04-15, by Andre Heinecke
- Remove uneccessary debug output2013-04-15, by Andre Heinecke
- Add configurable logo for map print and rename/reorder fields2013-04-15, by Andre Heinecke
- Add some more WMS Services as specified by issue 7962013-04-15, by Andre Heinecke
- Add font settings for info part2013-04-15, by Andre Heinecke
- Add toJavaEncodedString function to encode strings in utf-16 notation2013-04-15, by Andre Heinecke
- Fix class cast error in flow velocity importer (might by S. Teichmann)2013-04-15, by Tom Gottfried
- Avoid NPE in sediment density factory and return a valid density if no exists.2013-04-15, by Raimund Renkert
- Merged.2013-04-15, by Sascha L. Teichmann
- Fix XML typo2013-04-15, by Sascha L. Teichmann
- Schema change: add constraint to have unique stations per flow velocity model2013-04-15, by Tom Gottfried
- Backend: Reset km index after parsing a file.2013-04-15, by Sascha L. Teichmann
- Backend: Import Flow Velocity Model: Use unique km for station.2013-04-15, by Sascha L. Teichmann
- Merged2013-04-15, by Sascha L. Teichmann
- Replace example.com in conf.xml2013-04-15, by Sascha L. Teichmann
- Used replacement ${help.url} in i18n- properties.2013-04-15, by Sascha L. Teichmann
- Added configuration for online help in conf.xml2013-04-15, by Sascha L. Teichmann
- issue1149: Include function name in facet name for fixreal.2013-04-15, by Felix Wolfsteller
- Avoid NPE.2013-04-15, by Felix Wolfsteller
- merged.2013-04-15, by Raimund Renkert
- Use correct i18n string for y axis.2013-04-15, by Raimund Renkert
- Switch back to example url and correct background wms url2013-04-15, by Andre Heinecke
- Added accidentally omitted i18n addition.2013-04-15, by Felix Wolfsteller
- i18n error messages if years are wrong for sediment load.2013-04-15, by Felix Wolfsteller
- Doc and vimline.2013-04-15, by Felix Wolfsteller
- SedimentLoadYearSelect: Add validation to have second year later than first.2013-04-15, by Felix Wolfsteller
- Increase default memory size for the artifact server2013-04-15, by Andre Heinecke
- Add print url to relase script2013-04-15, by Andre Heinecke
- StaFileParser: use correct substring for gauge name2013-04-12, by Tom Gottfried
- merge2013-04-12, by Tom Gottfried
- Set description when importing flow velocity models2013-04-12, by Tom Gottfried
- Added tag 2.9.19 for changeset c4162d8378a12013-04-12, by Andre Heinecke
- Fix syntax error2.9.19 2013-04-12, by Andre Heinecke
- Inlcude years in error messages about sed.load, to avoid it interpreted as km.2013-04-12, by Felix Wolfsteller
- SedimentLoadCalculation: Partly fix 1250 (calculate more than one total if possible).2013-04-12, by Felix Wolfsteller
- Schema change: fixed constraints2013-04-12, by Tom Gottfried
- Fixed label for 'W' axis in middle bed height generator.2013-04-12, by Raimund Renkert
- Added old calculation and additional data to dc config for bed difference charts.2013-04-12, by Raimund Renkert
- Added processor for new factes in bed difference chart generators.2013-04-12, by Raimund Renkert
- Added facets to bed difference config.2013-04-12, by Raimund Renkert
- Minor renaming in German i18n2013-04-12, by Tom Gottfried
- Update Layout and add basic UTF-8 support that is still broken2013-04-12, by Andre Heinecke
- Do ordering in the data dictionary and replace "null" strings with empty strings2013-04-12, by Andre Heinecke
- Request maps from osm.intevation.de by another url and fix dpi handling2013-04-12, by Andre Heinecke
- Localize the _data strings, limit the input in the panel and Search2013-04-12, by Andre Heinecke
- Add i18n for mapfish_data variables. A bit ugly because we2013-04-12, by Andre Heinecke
- Add saveguard not to include 0 in a scale for logarithmic axes2013-04-12, by Andre Heinecke
- Do not autozoom on logarithmic axis. Autozoom tries to include 0 in most cases2013-04-12, by Andre Heinecke
- Also make http part of the mapserver url replaceable2013-04-10, by Andre Heinecke
- Cosmetics.2013-04-12, by Raimund Renkert
- Added basedata and old calculations to middle bedheight dc and added new macros.2013-04-12, by Raimund Renkert
- Enable the middle bedheight chart generator to draw W facets.2013-04-12, by Raimund Renkert
- Added new facet types to middle bedheight chart output.2013-04-12, by Raimund Renkert
- Renamed 'Werte' to 'Ergebnisausgabe' in client.2013-04-12, by Raimund Renkert
- Fix RangeAccess.getLocations for Reference Curves.2013-04-11, by Felix Wolfsteller
- Added vimline.2013-04-11, by Felix Wolfsteller
- themes.xml: Fix typo that prevented susp_sediment theme display.2013-04-11, by Felix Wolfsteller
- Cosmetics, docs, vimlines.2013-04-11, by Felix Wolfsteller
- SedimentLoadFactory: Renamed getLoadwithData to getLoadWithData, update callers.2013-04-11, by Felix Wolfsteller
- Workaround for flys/issue1161: Render gauge names into tooltip, too.2013-04-11, by Sascha L. Teichmann
- configured zoom-scale for river Rhein2013-04-11, by Tom Gottfried
- Temporary remove classification from floodmap plane theme editor (#801).2013-04-11, by Christian Lins
- fix names in features.xml2013-04-11, by Tom Gottfried
- fix diverse name errors in floodmap.xml and rivermap.xml2013-04-11, by Tom Gottfried
- Create floodmap colorrange dynamically from artifact parameters. Theme setting for colorrange classes is currently not functioning (wasn't before either).2013-04-11, by Christian Lins
- FacetTypes: Add sedimentload IS macro.2013-04-11, by Felix Wolfsteller
- issue1077: Handle overlapping measurement station ranges, refactored Generator,2013-04-11, by Felix Wolfsteller
- updated names and URLs in rivermap.xml and floodmap.xml2013-04-11, by Tom Gottfried
- update river names in features.xml2013-04-11, by Tom Gottfried
- Make it compile again.2013-04-11, by Sascha L. Teichmann
- Minor refactoring.2013-04-10, by Felix Wolfsteller
- SedimentLoadFacet: Minor refactor.2013-04-10, by Felix Wolfsteller
- Doc and cosmetics.2013-04-10, by Felix Wolfsteller
- Doc, Cosmetics.2013-04-10, by Felix Wolfsteller
- flys/issue1077: Show loads as step line, therefore transform data in2013-04-10, by Felix Wolfsteller
- Doc.2013-04-10, by Felix Wolfsteller
- FacetTypes: New IS macro for sediment load, prep for issue1077.2013-04-10, by Felix Wolfsteller
- Doc.2013-04-10, by Felix Wolfsteller
- Doc.2013-04-10, by Felix Wolfsteller
- Doc.2013-04-10, by Felix Wolfsteller
- Doc and whitespaces.2013-04-10, by Felix Wolfsteller
- Doc.2013-04-10, by Felix Wolfsteller
- Add vim line.2013-04-10, by Felix Wolfsteller
- Whitespace cosmetic.2013-04-10, by Felix Wolfsteller
- WQAdaptedInputPanel: cosmetics in docs.2013-04-03, by Felix Wolfsteller
- Fix issue697 (i18n).2013-04-02, by Felix Wolfsteller
- ComputedDischargeCurveState: Cosmetics.2013-04-02, by Felix Wolfsteller
- StaFileParser: take correct substring for gauge number2013-04-10, by Tom Gottfried
- Added old calculations to datacage 'M-INFO Sedimentfracht'.2013-04-10, by Raimund Renkert
- Datacage: fix dc:contains() Do not uppercase needle if its not a container search.2013-04-10, by Sascha L. Teichmann
- Datacage: dc:contains() is now able to process strings2013-04-10, by Sascha L. Teichmann
- Handle NULL elements in datacage xml2013-04-10, by Andre Heinecke
- Flys Issue 759 write longer strings and explicitly break the lines2013-04-10, by Andre Heinecke
- Increase the width of the hover item a bit.2013-04-10, by Andre Heinecke
- Update dem info string2013-04-09, by Andre Heinecke
- Import fixpoints.hpgp also from attribut 'ART'2013-04-09, by Tom Gottfried
- Schema change: Allow longer strings in fixpoints.hpgp2013-04-09, by Tom Gottfried
- Add a new mechanism in mapfish print call to add arbitary data maps2013-04-09, by Andre Heinecke
- Add some more scales for the map2013-04-09, by Andre Heinecke
- Remove old page attributes maptitle and comment2013-04-09, by Andre Heinecke
- Move floodplain into its own directory and reindent2013-04-09, by Andre Heinecke
- Expand doc for river-wms and user-wms and add note about oracle2013-04-09, by Andre Heinecke
- Merged2013-04-09, by Sascha L. Teichmann
- AFT/DIPS/SGM: Do _not_ update current discharge table from AFT.2013-04-09, by Sascha L. Teichmann
- Mark layers coming from external WMS as such in datacage2013-04-09, by Tom Gottfried
- Remove uneccessary complication fixpoints are always fixpoints2013-04-09, by Andre Heinecke
- Uppercase the name if the name is festpunkte2013-04-09, by Andre Heinecke
- Hopefully fix for some map resizing issues.2013-04-09, by Christian Lins
- Renable map print button2013-04-09, by Andre Heinecke
- Center print Window in the page to recive click events2013-04-09, by Andre Heinecke
- Fix for #802: digitized pipes and dikes should be visible now2013-04-09, by Christian Lins
- Datacage: Added dc:date-format to function resolver. Args: dc:date-format(pattern, date)2013-04-09, by Sascha L. Teichmann
- Explicitly set the content type for the pdf download.2013-04-09, by Andre Heinecke
- Break printing to rework the parametrization of the print job2013-04-09, by Andre Heinecke
- It's hws_kind not kws_kind2013-04-08, by Andre Heinecke
- Datacage: toValue/fromValue: Use constant instead of hard coded number.2013-04-09, by Sascha L. Teichmann
- FixA: tab output ist now grouped by km and periods. Fixes flys/issue11632013-04-08, by Sascha L. Teichmann
- Add DGM_PATH variable2013-04-08, by Andre Heinecke
- Added tag 2.9.18 for changeset 8128622e4b282013-04-08, by Andre Heinecke
- Set filename for the response2.9.18 2013-04-08, by Andre Heinecke
- Minor: Change dgm path config example to make it easier to replace2013-04-08, by Andre Heinecke
- Do not show old calculations in hws datacage selection2013-04-08, by Andre Heinecke
- When the HWS parameter is given only show the inline hws2013-04-08, by Andre Heinecke
- Rolled XPath replacement back for main values.2013-04-08, by Sascha L. Teichmann
- merge2013-04-08, by Bettina Gruenbauer
- changing function denotation2013-04-08, by Bettina Gruenbauer
- Do not call recommend twice.2013-04-08, by Andre Heinecke
- merged.2013-04-08, by Raimund Renkert
- Added new elements to M-INFO datacage.2013-04-08, by Raimund Renkert
- Datacage: Fix potential connection leak to SedDB.2013-04-08, by Sascha L. Teichmann
- Added tag 2.9.17 for changeset 3e8f7b4bdf202013-04-08, by Andre Heinecke
- Don't use SedDB in Datacage (temp fix)2.9.17 2013-04-08, by Sascha L. Teichmann
- Simplified inner loop of water level exporter.2013-04-07, by Sascha L. Teichmann
- Removed obsolete import.2013-04-05, by Sascha L. Teichmann
- Used DOM instead of XPath to extract main values.2013-04-05, by Sascha L. Teichmann
- Added missing validation check.2013-04-05, by Sascha L. Teichmann
- Element.getAttributeNS() does not return null values.2013-04-05, by Sascha L. Teichmann
- Added tag 2.9.16 for changeset 2fa6da26a1422013-04-05, by Andre Heinecke
- Add geoportal.bafg.de to whitelist and remove layer names from legend2.9.16 2013-04-05, by Andre Heinecke
- Change HWS Strings in the floodmap for current calculations2013-04-05, by Andre Heinecke
- Move floodmap folders to the top folder similar to the map module2013-04-05, by Andre Heinecke
- Use the layer name for the default riveraxis class2013-04-05, by Andre Heinecke
- added missing ON DELETE CASCADE to Oracle schema2013-04-05, by Tom Gottfried
- Added i18n string for flow velocity datacage.2013-04-05, by Raimund Renkert
- Put the correct annotations into flowvelocity dc and fix measurement name.2013-04-05, by Raimund Renkert
- Backed out changeset 2eeb9a45cd2e2013-04-05, by Tom Gottfried
- mention conf/cache.xml in flush_cache doku2013-04-05, by Tom Gottfried
- Rewrite landscape map layout so that it is more in line with desktop flys2013-04-04, by Andre Heinecke
- Add flush_cache helper script to document the functionality how2013-04-04, by Andre Heinecke
- Write filename as description instead of the header meta line in flow velocity2013-04-05, by Raimund Renkert
- merge2013-04-05, by Tom Gottfried
- configured secondary channels for user flys_bfg2013-04-05, by Tom Gottfried
- Order Qs before Ds and values ascending2013-04-05, by Sascha L. Teichmann
- Removed obsolete imports.2013-04-05, by Sascha L. Teichmann
- Cleanup whitespace. Removed unused variable.2013-04-05, by Sascha L. Teichmann
- Removed obsolete imports.2013-04-05, by Sascha L. Teichmann
- Geo-importer: accept river names with white space2013-04-04, by Tom Gottfried
- Use dc:replace to remove static "Fixierungen/" prefix in fixation description2013-04-04, by Andre Heinecke
- Add dc:replace function for datacage2013-04-04, by Andre Heinecke
- Order Fixations by their description2013-04-04, by Andre Heinecke
- Merged2013-04-04, by Sascha L. Teichmann
- Merged2013-04-04, by Sascha L. Teichmann
- FLYS backend: Commented out the Hibernate Management Bean statistic because they are not configured corrctly.2013-04-04, by Sascha L. Teichmann
- Fix skipping of buhnen.shp2013-04-04, by Andre Heinecke
- changing module names2013-04-04, by Bettina Gruenbauer
- MINFO and WINFO are now M-INFO and W-INFO2013-04-04, by Andre Heinecke
- Convert the river name into unicode2013-04-04, by Andre Heinecke
- Add missing classes for Floodmark, WMSFloodmarksArtifact and WMSJettiesArtifact2013-04-04, by Andre Heinecke
- merged again.2013-04-04, by Raimund Renkert
- merged.2013-04-04, by Raimund Renkert
- Added bed quality facets to flow velocity datacage.2013-04-04, by Raimund Renkert
- Fix distinction for kilometrage.2013-04-04, by Andre Heinecke
- Add Floodmarks and all specified WMS services to datacage2013-04-04, by Andre Heinecke
- Use latin1 as encoding in the dgm importer to make it easier matching latin12013-04-04, by Andre Heinecke
- Add floodmarks importer2013-04-03, by Andre Heinecke
- WST importer: Cosmetics.2013-04-03, by Sascha L. Teichmann
- Wst Parser: Yet another attempt to fix the order of the Q ranges (made by S. Teichmann)2013-04-03, by Tom Gottfried
- Wst Parser: Another attempt to fix the order of the Q ranges.2013-04-03, by Sascha L. Teichmann
- WST Importer: Potential fix for tighten gaps between Q ranges.2013-04-03, by Sascha L. Teichmann
- Merged2013-04-03, by Christian Lins
- Revert config.yaml to usable version.2013-04-03, by Christian Lins
- d4e/client: Map preview in DigitizePanel is now properly resized (as long as the project is not reopened).2013-03-25, by Christian Lins
- Add i18n for measurements2013-04-03, by Andre Heinecke
- Fix typo in i18n for potential2013-04-03, by Andre Heinecke
- Fix syntax errors in oracle scheme2013-04-03, by Andre Heinecke
- Add uesg as specified to the datacage2013-04-03, by Andre Heinecke
- Remove useless km_exists statements2013-04-03, by Andre Heinecke
- Fixed replacement for unresolved variables in templating builder.2013-04-03, by Raimund Renkert
- Datacage: Added connection to SedDB. Use <dc:context connection="seddb"> to use it.2013-04-03, by Sascha L. Teichmann
- Make FONT_PATH configurable in release script.2013-04-03, by Andre Heinecke
- Use left join on time intervals as they can be NULL2013-04-02, by Tom Gottfried
- Merged.2013-04-02, by Felix Wolfsteller
- WQAdaptedInputPanel: Cosmetics, doc.2013-03-28, by Felix Wolfsteller
- WQAdaptedInputPanel: Switch focus when input had been done via inputhelper (part flys/issue1133).2013-03-28, by Felix Wolfsteller
- Datacage: Removed 'filter' attribute from <dc:for-each> because there is the <dc:filter> element now.2013-04-01, by Sascha L. Teichmann
- Replaced usage of old <dc:for-each filter="..."/> by <dc:filter expr="..."><dc:if test="dc:has-result()">.2013-04-01, by Sascha L. Teichmann
- Applied contrib/inline-dc-attribute.xsl und fix idention. Need testing2013-03-29, by Sascha L. Teichmann
- Datacage: Rename <dc:elements> to <dc:for-each>. We should have done this much earlier.2013-03-29, by Sascha L. Teichmann
- Morpho-Importer: small logging improvements2013-03-28, by Tom Gottfried
- compile manual from within importer packaging script2013-03-28, by Tom Gottfried
- Added tag 2.9.15 for changeset 437109b3cf492013-03-28, by Andre Heinecke
- Add note to uesk that they are not done2.9.15 2013-03-28, by Andre Heinecke
- Fix syntax error in builder.2013-03-28, by Andre Heinecke
- Add Pegelonline-Pegelpunkte layer instead of gauge_locations2013-03-28, by Andre Heinecke
- Properly handle hydr_boundaries and hydr_boundaries_poly in datacage2013-03-28, by Andre Heinecke
- Cosmetic scheme change. Qualify the unknown name of sectie and sobek2013-03-28, by Andre Heinecke
- Add not null and default for hydr_boundary classifiers2013-03-28, by Andre Heinecke
- Explicitly set sectie und sobek to 0 by default2013-03-28, by Andre Heinecke
- Do not import floodplains as hydr boundaries again2013-03-28, by Andre Heinecke
- merged2013-03-28, by Sascha L. Teichmann
- Datacage: Added <dc:filter> element. This allows cleaner way to narrow the datasets.2013-03-28, by Sascha L. Teichmann
- SedimentDensityParser: don't try to guess year from comment column2013-03-28, by Tom Gottfried
- Schema change: add shore offset to sediment density values and be more rigid with input files in parser2013-03-28, by Tom Gottfried
- Removed obsolete imports. Minor code simplifications.2013-03-28, by Sascha L. Teichmann
- SedimentDensityParser: allow year to be null (in line with schema)2013-03-28, by Tom Gottfried
- Added i18n strings.2013-03-28, by Raimund Renkert
- Create a new sq relation project on measurement station record click.2013-03-28, by Raimund Renkert
- Added i18n strings for static sq data.2013-03-28, by Raimund Renkert
- New Artifact and static state for sq relation.2013-03-28, by Raimund Renkert
- Added Factory and model for static sq relations.2013-03-28, by Raimund Renkert
- Add XSL transformation that replaces <dc:attribute> with their shortened inline notation.2013-03-28, by Sascha L. Teichmann
- Schema change: make sq_relation_value.qmax NOT NULL and more informative messages in parser2013-03-28, by Tom Gottfried
- Use gauge name instead of gauge to fill 'messstelleninfo'.2013-03-28, by Raimund Renkert
- Add support for multiple floodplains and add them to the datacage accordingly2013-03-28, by Andre Heinecke
- Minor scheme change. Update kind names to their UI representation.2013-03-28, by Andre Heinecke
- Fix new attribute evaluation2013-03-28, by Andre Heinecke
- Allow default version in packaging script2013-03-28, by Andre Heinecke
- Update attribution year for intevation wms background2013-03-28, by Andre Heinecke
- Conf dir is no longer needed2013-03-28, by Andre Heinecke
- Parsers: do not call warnings error2013-03-28, by Tom Gottfried
- BedHeightParser: don't call a warning error.2013-03-28, by Tom Gottfried
- DatacageWidget: Use ScreenLock when loading dc data, solves flys/issue1152 .2013-03-28, by Felix Wolfsteller
- CollectionView: removed and use functionality that was moved to LockScreen.2013-03-28, by Felix Wolfsteller
- New ScrenLock class to ease refactoring and reuse of spinning-wheel-show.2013-03-28, by Felix Wolfsteller
- Datacage: Experimental support for '{XPath}' expressions in attributes similiar to XSLT. Using this feature you can shorten the written template a lot because it reduces the necessity to create dynamic attributes with <dc:attribute>.2013-03-28, by Sascha L. Teichmann
- BedHeightParser: allow white space in km-range2013-03-27, by Tom Gottfried
- merge2013-03-27, by Tom Gottfried
- SQRelationParser: don't call a warning error2013-03-27, by Tom Gottfried
- Merged2013-03-27, by Sascha L. Teichmann
- AFT/DIPS: Small fixes and workarounds for Oracle DB problems.2013-03-27, by Sascha L. Teichmann
- AFT/DIPS: Fixed wrond SQL statement.2013-03-27, by Sascha L. Teichmann
- Schema Change: removed constraint that did not allow to have more than one measurement_type per station2013-03-27, by Tom Gottfried
- Add proper handling of multiple river_axes for datacage and rivermapfile2013-03-27, by Andre Heinecke
- Fix null pointer exception in ImportMeasurement Station2013-03-27, by Andre Heinecke
- backout r5460 to be compatible with r5471 and Oracle database2013-03-27, by Tom Gottfried
- Move km and rename to kilometrage2013-03-27, by Andre Heinecke
- Move fixpoints to their correct location in datacage2013-03-27, by Andre Heinecke
- merged.2013-03-27, by Raimund Renkert
- Renamed comment to description in measurement station.2013-03-27, by Raimund Renkert
- Add i18n for route_data and other2013-03-27, by Andre Heinecke
- Handle kind filtering in QPS WMS artifact2013-03-27, by Andre Heinecke
- Use getRiverId from the baseclass2013-03-27, by Andre Heinecke
- Do not use != in sql statement2013-03-27, by Andre Heinecke
- Restructure datacage to have a route_data folder2013-03-27, by Andre Heinecke
- Add crosssection track accessors that filter by kind and by kind and name2013-03-27, by Andre Heinecke
- Add externalwms for Catchments to datacage config2013-03-27, by Andre Heinecke
- Move background out of rastermap folder.2013-03-26, by Andre Heinecke
- Show top level folder icons only if node has no factory2013-03-26, by Andre Heinecke
- merge2013-03-27, by Tom Gottfried
- Schema Change: rename measurement_station.description to comment to fit rest of the code2013-03-27, by Tom Gottfried
- be more flexible with river names (e.g. containing white space) in import script2013-03-27, by Tom Gottfried
- Removed column 'fraction' from sq relation parser and model.2013-03-27, by Raimund Renkert
- Added gauge name to measurement station parser and model.2013-03-27, by Raimund Renkert
- Schema corrected: measurement_station.reference_gauge_station is not needed2013-03-27, by Tom Gottfried
- Schema Change: use parameter instead of fraction in sq_relation_value2013-03-27, by Tom Gottfried
- AFT/DIPS: Added simple XSL transformation to turn DIPS.xml into HTML too be more readable.2013-03-27, by Sascha L. Teichmann
- store name and km of reference gauges in measurement_stations too, as not all are in gauges2013-03-27, by Tom Gottfried
- merged.2013-03-27, by Raimund Renkert
- Allow null values in measurement_station columns without 'not null' constraints.2013-03-27, by Raimund Renkert
- Correctly parse bedheights.2013-03-27, by Raimund Renkert
- Datacage: Compile XPath expressions and reuse them. With the introduction of filters in dc:elements XPath expressions are evalutated very often so compiling them should reduce the overhead significantly.2013-03-27, by Sascha L. Teichmann
- SCHEMA CHANGE: fixed constraints in MINFO and removed obsolete column2013-03-27, by Tom Gottfried
- Removed obsolete imports.2013-03-27, by Sascha L. Teichmann
- Removed obsolete imports.2013-03-27, by Sascha L. Teichmann
- WaterlevelFacet: Slight refactoring (more needed), fix flys/issue1149.2013-03-27, by Felix Wolfsteller
- WaterlevelFacet: Avoid classcastexceptions.2013-03-27, by Felix Wolfsteller
- Datacage: Index macros with a map. Reduces excessive linear scanning for macros when calling them.2013-03-26, by Sascha L. Teichmann
- Only create one FunctionResolver per BuildHelper. Creatin new ones over and over again is excessive.2013-03-26, by Sascha L. Teichmann
- remove unit from sediment density and depths (always t/m3 respectively cm, otherwise a typo)2013-03-26, by Tom Gottfried
- Allow km-ranges without decimal separator in bed height import2013-03-26, by Tom Gottfried
- removed unit from model and importer for grain fractions (its always mm, otherwise a typo)2013-03-26, by Tom Gottfried
- Set river_id for jetties2013-03-26, by Andre Heinecke
- Add Jetties to floodmap2013-03-26, by Andre Heinecke
- Add note about themes to howto2013-03-26, by Andre Heinecke
- Add buildings of kind 0 to data cage2013-03-26, by Andre Heinecke
- Add warning if the list is empty even without an exception2013-03-26, by Andre Heinecke
- Expose function dc:has-result to Function Resolver.2013-03-26, by Sascha L. Teichmann
- pass BuildHelper to Function Resolver.2013-03-26, by Sascha L. Teichmann
- Removed obsolete imports.2013-03-26, by Sascha L. Teichmann
- Datacage Function Resolver: Lift from static to object space.2013-03-26, by Sascha L. Teichmann
- Added new columns to sq relation importer to import all values from csv and use2013-03-26, by Raimund Renkert
- Renamed description to comment to fit the schema.2013-03-26, by Raimund Renkert
- Improved logging.2013-03-26, by Raimund Renkert
- SCHEMA CHANGE! Renamed columns in sq_relation and sq_relation_value.2013-03-26, by Raimund Renkert
- Fix for flys/issue1130 (decimals in result display).2013-03-26, by Felix Wolfsteller
- Fix flys/issue1150 (i18n).2013-03-26, by Felix Wolfsteller
- Fix Wstcalculation for non monotonous values.2013-03-26, by Andre Heinecke
- Add port info to generated connection string for oracle2013-03-26, by Andre Heinecke
- Cosmetics, fix typo in i18n.2013-03-26, by Felix Wolfsteller
- Fix flys/issue1206 (reference system in discharge curve).2013-03-26, by Felix Wolfsteller
- Depend on commons-dbcp for connection-init-sqls.2013-03-26, by Andre Heinecke
- Add sedinitsqls to packaging script2013-03-26, by Andre Heinecke
- Use minute instead of month as the last number of the date/timestamp2013-03-26, by Andre Heinecke
- Morpho-Importer: Do not mask database exceptions as broken files2013-03-26, by Tom Gottfried
- WaterlevelSelectState: Avoid npe with extreme results.2013-03-26, by Felix Wolfsteller
- Handle main values in HistoricalDischargeWQCurveGenerator.2013-03-25, by Felix Wolfsteller
- Doc.2013-03-25, by Felix Wolfsteller
- Added historical_discharge_wq to chart types, for manualpoints.2013-03-25, by Felix Wolfsteller
- Added historical_discharge_wq.manualpoints facet to winfo facet compat list.2013-03-25, by Felix Wolfsteller
- Added historical_discharge_wq.manualpoints facet to manualpoints compat list.2013-03-25, by Felix Wolfsteller
- SCHEMA CHANGE: add table for flood marks and missing DROPs for jetties2013-03-25, by Tom Gottfried
- Add building_kinds to drop script and fix syntax of buildings table2013-03-25, by Andre Heinecke
- Only match strings vor field values2013-03-25, by Andre Heinecke
- SCHEMA CHANGE: additional columns and FK constraint for SQ-relation2013-03-25, by Tom Gottfried
- Remove river_name and map elements to reduce datacage level depth2013-03-25, by Andre Heinecke
- Add buildings with kinds to datacage2013-03-25, by Andre Heinecke
- Generalize parsing of ids data string2013-03-25, by Andre Heinecke
- Add getBuildings method that filters by kind2013-03-25, by Andre Heinecke
- Fix searchValue and mark a field where a string is found as handled2013-03-25, by Andre Heinecke
- WINFOArtifact: Setting facetactivity for historical discharge, main values.2013-03-25, by Felix Wolfsteller
- I18n for historical discharge curves main value facet name.2013-03-25, by Felix Wolfsteller
- MainValuesArtifact: Override getName to make FacetActivityRegistry working.2013-03-25, by Felix Wolfsteller
- I18n for new state 'outlier-method'.2013-03-25, by Raimund Renkert
- Use new state 'outlier mehtod selection' in SQ-relation.2013-03-25, by Raimund Renkert
- Added new state for outlier test method. Methods are 'grubbs' or 'std-dev'.2013-03-25, by Raimund Renkert
- Fix typo in HWSBarriersState that caused mapfile corruption2013-03-25, by Andre Heinecke
- Bed height single import: give more informative warnings2013-03-25, by Tom Gottfried
- Importer default official = False for hws2013-03-25, by Andre Heinecke
- Rename station to km to be in line with the rest2013-03-25, by Andre Heinecke
- flys/issue1183: Default from date form fields (fix).2013-03-25, by Felix Wolfsteller
- Part of flys/issue1183: Default from/to date form fields (not yet working for from).2013-03-22, by Felix Wolfsteller
- Tinydoc.2013-03-22, by Felix Wolfsteller
- Import buildings according to specification2013-03-22, by Andre Heinecke
- Importer: Add function to search a value in all fields.2013-03-22, by Andre Heinecke
- Scheme change: Building table is extended and got a lookup table for kind2013-03-22, by Andre Heinecke
- Importer act according to specs when importing jetties2013-03-22, by Andre Heinecke
- First revert then update in the make release script to avoid conflicts2013-03-22, by Andre Heinecke
- Explicitly force the kind to be 2 when it is not set.2013-03-22, by Andre Heinecke
- merged.2013-03-22, by Raimund Renkert
- I1174: Changed label for some themes in fix analysis.2013-03-22, by Raimund Renkert
- Merge with default branchmapgenfix 2013-03-22, by Christian Lins
- Added tag 2.9.14 for changeset a5f5599f6fd52013-03-22, by Andre Heinecke
- merge2.9.14 2013-03-22, by Bettina Gruenbauer
- adjusting files2013-03-22, by Bettina Gruenbauer
- Doc.2013-03-22, by Felix Wolfsteller
- Doc.2013-03-22, by Felix Wolfsteller
- Doc.2013-03-22, by Felix Wolfsteller
- Doc.2013-03-22, by Felix Wolfsteller
- MainValuesArtifact: For hist. W/Q diagram mainvalues, get location from gauge.2013-03-22, by Felix Wolfsteller
- MainValuesArtifact: Spawn two new facets (for his. w/q diagrams).2013-03-22, by Felix Wolfsteller
- FacetTypes: Add two new Facet types for mainvalues in hist. w/q diagrams.2013-03-22, by Felix Wolfsteller
- MainValuesArtifact: Doc, cosmetics.2013-03-22, by Felix Wolfsteller
- meta-data.xml: Recommend main values for historic. w/q diagram.2013-03-22, by Felix Wolfsteller
- winfo.xml: Little formatting, adding mainvalues to compat list.2013-03-22, by Felix Wolfsteller
- Importer: Do not return true for IsDoubleField set if the field2013-03-21, by Andre Heinecke
- Add HWS Lines and HWS Points folder structures to the datacage2013-03-21, by Andre Heinecke
- re-added spatial indices for Oracle that work since importer forces correct dimensions2013-03-21, by Tom Gottfried
- merge2013-03-21, by Bettina Gruenbauer
- insert links to wiki anchors2013-03-21, by Bettina Gruenbauer
- DischargeTablesOverview: Show main values from gauge in dischargetablesoverview.2013-03-21, by Felix Wolfsteller
- edit anchor for wiki-links2013-03-21, by Bettina Gruenbauer
- Switch to 2D for fixpoints and river_axes2013-03-21, by Andre Heinecke
- Add updated type mapping for jetties2013-03-21, by Andre Heinecke
- Enforce two dimensional point geometries2013-03-20, by Andre Heinecke
- Fix import_rivers script for postgres2013-03-20, by Andre Heinecke
- Jetties are two dimensional2013-03-20, by Andre Heinecke
- Add jetties importer2013-03-20, by Andre Heinecke
- Fix id handling in dgm import2013-03-20, by Andre Heinecke
- Revert 5301:7d29c277000e which introduced inconsitencies in the sequences2013-03-20, by Andre Heinecke
- Add small howto which consists mostly of the notes i took while2013-03-20, by Andre Heinecke
- Add HWSLines and HWSPoints to datacage for the map2013-03-20, by Andre Heinecke
- Remove commented code that could be copied from below.2013-03-20, by Andre Heinecke
- Split HWSArtifact into HWSPoints and HWSLines2013-03-20, by Andre Heinecke
- Fix HWSKind column name for the name of the kind2013-03-20, by Andre Heinecke
- Add HWSPoint to flys credentials2013-03-20, by Andre Heinecke
- Show some Q mainvalues in DischargeTablesOverview.2013-03-20, by Felix Wolfsteller
- Doc, cosmetics.2013-03-20, by Felix Wolfsteller
- Doc and vim-magiv.2013-03-20, by Felix Wolfsteller
- Doc, cosmetics.2013-03-20, by Felix Wolfsteller
- Doc.2013-03-20, by Felix Wolfsteller
- Doc, debug fix.2013-03-20, by Felix Wolfsteller
- Fix flys/issue547, display whole years in hist. wq-time range diagrams (i18n).2013-03-19, by Felix Wolfsteller
- Part of i18n fixes for flys/issue1180.2013-03-19, by Felix Wolfsteller
- Partly i18n fixes for flys/issue11802013-03-19, by Felix Wolfsteller
- Doc, cosmetic and TODO fixes, renamed field in WQTimeRange.2013-03-19, by Felix Wolfsteller
- Doc and whitespace fixes.2013-03-19, by Felix Wolfsteller
- Various i18n issues from flys/issue1180 .2013-03-19, by Felix Wolfsteller
- Part of i18n fix for flys/issues1180.2013-03-18, by Felix Wolfsteller
- AtFileParser, README: Added main-method for AT-File-Parsing debugging, doc.2013-03-18, by Felix Wolfsteller
- Cosemtics, doc.2013-03-18, by Felix Wolfsteller
- Little code clean up and possible a NPE fix.2013-03-15, by Sascha L. Teichmann
- Move hws out of data cage flood map.2013-03-15, by Sascha L. Teichmann
- Allow empty years in bed height parser.2013-03-15, by Sascha L. Teichmann
- Add documentation about dgm-path option2013-03-15, by Andre Heinecke
- Be more aggressive when replacing the wiki url2013-03-15, by Andre Heinecke
- SCHEMA CHANGE: added spatial indices in Oracle that work again2013-03-15, by Tom Gottfried
- Removed river dependency from flow velocity model.2013-03-15, by Sascha L. Teichmann
- SCHEMA CHANGE: added spatial index for river_axes in Oracle2013-03-15, by Tom Gottfried
- SCHEMA CHANGE: removed bad triggers and foreign keys from schema2013-03-15, by Tom Gottfried
- Improve oracle integration and generate changelog when tagging2013-03-15, by Andre Heinecke
- Added tag 2.9.13 for changeset 7fa94b793cbe2013-03-15, by Andre Heinecke
- I18n for empty selection in new uesk states.2.9.13 2013-03-15, by Raimund Renkert
- Added i18n strings for new uesk states.2013-03-15, by Raimund Renkert
- allowed role flys_bfg to access all rivers currently in DB2013-03-15, by Tom Gottfried
- removed unique constraint to allow one dem to be used by several rivers2013-03-14, by Tom Gottfried
- Removed trailing whitespace.2013-03-14, by Sascha L. Teichmann
- Cleaned up imports.#2013-03-14, by Sascha L. Teichmann
- Added new states and transitions to UESK calculation and adjusted states and UI.2013-03-14, by Raimund Renkert
- Added new UI provider for HWS inline DC and shapefile upload.2013-03-14, by Raimund Renkert
- Added new states for HWS, user shapefile and barriers.2013-03-14, by Raimund Renkert
- Changed visiblitiy of some methods. TODO: A lot of refactoring.2013-03-14, by Raimund Renkert
- Avoid NPE if data list is null.2013-03-14, by Raimund Renkert
- Data structure and factory for hws.2013-03-14, by Raimund Renkert
- Added setter for A and B in Pair.2013-03-14, by Raimund Renkert
- Added filter to elements in datacage templating. (most work done by Sascha T.).2013-03-14, by Raimund Renkert
- Fix river_axes maps when using oracle.2013-03-14, by Andre Heinecke
- fixed spatial schema for hydraulic boundaries2013-03-14, by Tom Gottfried
- fixed import of fixpoints and hydraulic boundaries (made by A. Heinecke)2013-03-14, by Tom Gottfried
- Do not explicitly set id for ranges and time_intervals2013-03-14, by Andre Heinecke
- merge2013-03-14, by Bettina Gruenbauer
- insert river oder and havel2013-03-14, by Bettina Gruenbauer
- trigger sequence of time_interval IDs in DB as it is not used by hibernate only anymore2013-03-14, by Tom Gottfried
- trigger sequence of range IDs in DB as it is not used by hibernate only anymore2013-03-14, by Tom Gottfried
- merge2013-03-14, by Bettina Gruenbauer
- insert rivers to config2013-03-14, by Bettina Gruenbauer
- Force UESG to multipolygon and import source field for messungen2013-03-14, by Andre Heinecke
- merge2013-03-14, by Tom Gottfried
- merge2013-03-14, by Tom Gottfried
- added tables for jetties in spatial schema2013-03-14, by Tom Gottfried
- MainValuesArtifact: Possible NPE fix.2013-03-14, by Felix Wolfsteller
- postgresql-spatial.sql: Fixed table definition.2013-03-14, by Felix Wolfsteller
- postgresql-setup.sh: Introduced third (host) parameter, fixed alter user statement2013-03-14, by Felix Wolfsteller
- postgresql-setup.sh: Doc improved.2013-03-14, by Felix Wolfsteller
- postgresql-setup.sh: Made executable.2013-03-14, by Felix Wolfsteller
- merge2013-03-14, by Tom Gottfried
- added script to setup postgres-DB for testing2013-03-14, by Tom Gottfried
- postgresql-minfo.sql: terminate sql statements.2013-03-14, by Felix Wolfsteller
- Removed trailing whitespace.2013-03-13, by Sascha L. Teichmann
- Removed bogus imports.2013-03-13, by Sascha L. Teichmann
- Removed trailing whitespace.2013-03-13, by Sascha L. Teichmann
- merge2013-03-13, by Tom Gottfried
- correct session-handling for bed height import (made by S. Teichmann)2013-03-13, by Tom Gottfried
- Use pattern matching for grain fraction in SedimentYieldParser2013-03-07, by Tom Gottfried
- SCHEMA CHANGE: lookup table for floodmaps and source-field added, Importer adapted to new directory names2013-03-13, by Tom Gottfried
- additional values in lookup table for bed height types2013-03-13, by Tom Gottfried
- Merged2013-03-13, by Sascha L. Teichmann
- Use lookup table from bedd_height from database in importer.2013-03-13, by Sascha L. Teichmann
- Use river name as layername in new map projects.2013-03-13, by Raimund Renkert
- added missing lookup tables to drop-scripts2013-03-13, by Tom Gottfried
- An oracle conection string needs a backend otherwise you get an error2013-03-13, by Andre Heinecke
- Use the same structure for the default MS_ERRORFILE in rivers.map that2013-03-13, by Andre Heinecke
- Add LOG_DIR to make release to configure a logging directory. And2013-03-13, by Andre Heinecke
- Fix syntax error in next_id and remove obsolete oracle parameter2013-03-13, by Andre Heinecke
- Add some Intevation specific deployment advice.2013-03-13, by Andre Heinecke
- Use river-wms url in example configuration of mosel and elbe2013-03-13, by Andre Heinecke
- Fix Waterlevel*-Parser to correctly register the wst-columns.2013-03-13, by Felix Wolfsteller
- ImportWst: Doc and getters.2013-03-13, by Felix Wolfsteller
- ImportRiver: Cosmetics, resolved todo.2013-03-13, by Felix Wolfsteller
- ImportRiver: Light cleaning up, waterlevelimport more parralel to other imports.2013-03-13, by Felix Wolfsteller
- fixed DEM-importer to work with Oracle (made by A. Heinecke)2013-03-12, by Tom Gottfried
- Merged2013-03-12, by Sascha L. Teichmann
- Set the BFG_ID for current discharge tables in FLYS.2013-03-12, by Sascha L. Teichmann
- Break long lines in FLYS statements.2013-03-11, by Sascha L. Teichmann
- Remove unused library2013-03-12, by Andre Heinecke
- Fix oracle backend configuration and allow INITSQLS statement2013-03-12, by Andre Heinecke
- Fix wiki url injection2013-03-12, by Andre Heinecke
- Update documentation2013-03-12, by Andre Heinecke
- Remove outdated config files. Those are now taken directly from2013-03-12, by Andre Heinecke
- Improve make_release script to optinally handle tagging and be more generic.2013-03-12, by Andre Heinecke
- Remove old artifacts-h2.sql and datacage.sql and expect the2013-03-12, by Andre Heinecke
- Use default paths which are the same paths used when2013-03-12, by Andre Heinecke
- ImportRiver: In analogy to other wst imports, set kind in ImportRiver.2013-03-12, by Felix Wolfsteller
- Waterlevel*Parser, ImportRiver: Remove deprecated exportWst()-usage.2013-03-12, by Felix Wolfsteller
- Removed accidentally ommitted file.2013-03-12, by Felix Wolfsteller
- Remove debris of (Import)WaterlevelDiff*-model classes.2013-03-12, by Felix Wolfsteller
- Remove hibernated and unhibernated Waterlevel*-model classes.2013-03-12, by Felix Wolfsteller
- Added tag 2.9.12 for changeset 88e3473a38462013-03-12, by Andre Heinecke
- Add kind handling for floodplains and crossectiontracks2.9.12 2013-03-12, by Andre Heinecke
- Cosmetics, remove obsolete imports.2013-03-12, by Felix Wolfsteller
- WaterlevelParser: Use Wst-structures directly (instead of Waterlevel*).2013-03-12, by Felix Wolfsteller
- WaterlevelDifferencesParser: Clean obsolete imports.2013-03-12, by Felix Wolfsteller
- Tiny whitespace cosmetic.2013-03-12, by Felix Wolfsteller
- ImportWstColumn: Expose columnValues with a getter.2013-03-12, by Felix Wolfsteller
- Cleaning (java-) imports.2013-03-12, by Felix Wolfsteller
- Removed tag 2.9.122013-03-12, by Andre Heinecke
- WaterlevelDifferencesParser: Doc and cosmetics.2013-03-12, by Felix Wolfsteller
- WaterlevelDifferencesParser: Create ImportWsts directly.2013-03-12, by Felix Wolfsteller
- ImportRiver: Import WaterlevelDifferences as Wst.2013-03-11, by Felix Wolfsteller
- WaterlevelParser: Use correct wst kind 6 for Waterlevels.2013-03-11, by Felix Wolfsteller
- WaterlevelDifferencesParser: Cosmetics and fix misleading debug output.2013-03-11, by Felix Wolfsteller
- WaterlevelDifferencesParser: In analogy to WaterlevelParser, allow model2013-03-11, by Felix Wolfsteller
- ImportWaterlevel*: Remove connection to orm-based waterlevels (WIP).2013-03-11, by Felix Wolfsteller
- ImportRiver: Preparing wst-based waterleveldifferences.2013-03-11, by Felix Wolfsteller
- Fixed dem select statement in meta-data.xml.2013-03-12, by Raimund Renkert
- Use range object to get lower and upper km for dgm.2013-03-12, by Raimund Renkert
- SCHEMA CHANGE: analogue r5201. Here for Oracle2013-03-11, by Tom Gottfried
- Add tag 2.9.12 for changeset 3b86bf214d532013-03-11, by Andre Heinecke
- Fix check for river_name in dgm to handle unicode names2013-03-11, by Andre Heinecke
- Fix syntax error when river id is not found (pylint could have told me this)2013-03-11, by Andre Heinecke
- Handle return codes in the make_flys_release script2013-03-11, by Andre Heinecke
- Allow unicode river names2013-03-11, by Andre Heinecke
- added HWS_KINDS to be accepted by importer2013-03-11, by Tom Gottfried
- Fixed DoubleArrayPanel. Avoid NPE while creating panel.2013-03-11, by Raimund Renkert
- INFO instead of WARNING for duplicated annotations2013-03-11, by Tom Gottfried
- Importer use different name for HWS log output2013-03-11, by Andre Heinecke
- add lookup tables for floodplain and cross section tracks2013-03-11, by Tom Gottfried
- Importer: Handle empty year fields in dgm csv2013-03-11, by Andre Heinecke
- Fix opt path if OPTIONAL_LIBS is not set2013-03-11, by Andre Heinecke
- Allow dots and numbers in oracle backend name2013-03-11, by Andre Heinecke
- SCHEME CHANGE: dgm now uses time intervals and ranges2013-03-08, by Andre Heinecke
- Remove dgm to sql converter. As this is imported directly by the geoimporter now.2013-03-08, by Andre Heinecke
- Revert revision 52032013-03-08, by Andre Heinecke
- corrected constraints on table gauges2013-03-08, by Tom Gottfried
- SCHEME CHANGE: Add measurement_station to oracle table and rename comment column2013-03-08, by Andre Heinecke
- Oracle Schema: add missing constraint and allow 7-digit kms2013-03-08, by Tom Gottfried
- merge2013-03-08, by Tom Gottfried
- removed obsolete classes2013-03-08, by Tom Gottfried
- SCHEMA CHANGE: removed Waterlevel and WaterleveDifferences, added lookup table for wst2013-03-08, by Tom Gottfried
- Added tag 2.9.11 for changeset 42bb6ff78d1b2013-03-08, by Raimund Renkert
- Directly set the connectionInitSqls on the datasource2.9.11 2013-03-08, by Andre Heinecke
- Fix quoting of EXTRAS in packaging script2013-03-08, by Andre Heinecke
- Log error if KM attribute is not set for fixpoints2013-03-08, by Andre Heinecke
- Do a case insensitive check for the layer name2013-03-08, by Andre Heinecke
- Doc.2013-03-08, by Felix Wolfsteller
- flys/issue1137: Allow value selection via inputhelpers in WQAdaptedPanel.2013-03-08, by Felix Wolfsteller
- Fix Credentials parameter order2013-03-07, by Andre Heinecke
- Possible fix for flys/1202. Initial SQL statements can now be issued at connection creation.2013-03-07, by Sascha L. Teichmann
- Fix variable assignments after rename2013-03-07, by Andre Heinecke
- Use less ambigious names for variables2013-03-07, by Andre Heinecke
- WQAdaptedInputPanel: fix i18n, added todo as now method is full dupe.2013-03-07, by Felix Wolfsteller
- Doc Cosmetics.2013-03-07, by Felix Wolfsteller
- Stations are now filtered by DiPS not AFT.2013-03-07, by Sascha L. Teichmann
- Merge closing commit of the dami branch2013-03-07, by Andre Heinecke
- Fix syntax error in importer packaging script2013-03-07, by Andre Heinecke
- merge2013-03-07, by Tom Gottfried
- use pattern matching for grain fraction in SedimentYieldParser2013-03-07, by Tom Gottfried
- Fix typo offical -> official in HWS2013-03-07, by Andre Heinecke
- SCHEME CHANGE: Hydr.Boundaries are now three dimensional multilinestrings2013-03-07, by Andre Heinecke
- Change IllegalArgumentException to HibernateException.2013-03-07, by Raimund Renkert
- Add script to build third party libs for the flys-importer package2013-03-07, by Andre Heinecke
- Improve importer packaging by just expecting a tarball with2013-03-07, by Andre Heinecke
- Extract Bundesland from path as a fallback if bundesland field is not set.2013-03-06, by Andre Heinecke
- removed obsolete files from backend/contrib2013-03-06, by Tom Gottfried
- import gauge number by default (made by S. Teichmann)2013-03-06, by Tom Gottfried
- Re-add layer generation for floodmap layers (somewhat buggy though).mapgenfix 2013-03-06, by Christian Lins
- let import_river.sh parse gauge official numbers, typo2013-03-05, by Tom Gottfried
- Catch IllegalArgumentException instead of RuntimeException, added logging.2013-03-05, by Raimund Renkert
- Package postgresql importer and import_river script2013-03-04, by Andre Heinecke
- Always set axis geometry dimension to be 3d2013-03-04, by Andre Heinecke
- Made river mapfile generator more tolerant.2013-03-04, by Raimund Renkert
- Make OPTIONAL_LIBS overwritable and fix geo importer call2013-03-04, by Andre Heinecke
- Fix copyright on import_river.sh2013-03-04, by Andre Heinecke
- Add first version of import_river script2013-03-04, by Andre Heinecke
- Added themes for infoldings.2013-03-04, by Raimund Renkert
- Added tag 2.9.10 for changeset 8c65acf01adc2013-03-04, by Sascha L. Teichmann
- Fixed datacage to be oracle compatible.2.9.10 2013-03-04, by Raimund Renkert
- Use annotation-types.xml from flys-backend sources2013-03-04, by Andre Heinecke
- Fixed broken insert statements for axis_kinds.2013-03-01, by Sascha L. Teichmann
- flys/issue1145: Add missing Area styles.2013-03-01, by Felix Wolfsteller
- Importer fix issues reported by pylint2013-03-01, by Andre Heinecke
- merge2013-03-01, by Tom Gottfried
- added missing constraints in schema (mostly for Oracle)2013-03-01, by Tom Gottfried
- Added tag 2.9.10 for changeset f459911fdbfb2013-03-01, by Sascha L. Teichmann
- Fixed upper and lower conversions in DGM2013-03-01, by Sascha L. Teichmann
- WQAdaptedInputPanel: Removed dead code.2013-03-01, by Felix Wolfsteller
- Partly fix flys/issue1127 (show unit in wqadapted) and added documentation.2013-03-01, by Felix Wolfsteller
- workaround for flys/issue1139: filter columns by all sectors.2013-03-01, by Felix Wolfsteller
- Add a configurable path prefix to relative DGM path to allways have an absolute path.2013-03-01, by Raimund Renkert
- DoubleUtil: Use tolerance when comparing doubles in explode(). Fixes flys/issue1132.2013-03-01, by Felix Wolfsteller
- Doc fixes.2013-03-01, by Felix Wolfsteller
- Removed trailing white space2013-03-01, by Sascha L. Teichmann
- Removed obsolete imports.2013-03-01, by Sascha L. Teichmann
- Generate valid DB connection strings.2013-02-28, by Sascha L. Teichmann
- Add kind_id to river_axes table and add AxisKind object to model2013-02-28, by Andre Heinecke
- Fixed typo in meta-data.xml for inline datacage.2013-02-28, by Raimund Renkert
- New icons! Use the new icons in project list and for export buttons.2013-02-28, by Raimund Renkert
- corrected HWS_KIND field-map2013-02-28, by Tom Gottfried
- Added more types of dams2013-02-28, by Tom Gottfried
- Fixed CSV export for 'W fuer ungleichwertige Abflusslaengsschnitte'.2013-02-28, by Raimund Renkert
- Changed river axis from LineString to MultiLineString.2013-02-28, by Raimund Renkert
- Importer: When a hws linestring was two dimensional import it with z=99992013-02-28, by Andre Heinecke
- New facet types and renaming for infoldings.2013-02-28, by Raimund Renkert
- River Axes and HWS_lines are now multiline2013-02-28, by Andre Heinecke
- merged.2013-02-28, by Raimund Renkert
- Merged with 'dc-km-filter-rr' branch.2013-02-28, by Raimund Renkert
- flys/issue1136: Rename diagram in W/Q preview/vorschau.2013-02-28, by Felix Wolfsteller
- Fix flys/issue1228: Units in tabular calculation output.2013-02-28, by Felix Wolfsteller
- Part of fix for flys/issue1128: units in i18n version of W [<unit>].2013-02-28, by Felix Wolfsteller
- WaterlevelExporter: Fix log output.2013-02-28, by Felix Wolfsteller
- Part of fix for flys/issue1128: Use rivers unit in cross section diagrams.2013-02-28, by Felix Wolfsteller
- Dami is now closed.dami 2013-02-28, by Andre Heinecke
- SCHEME CHANGE: Merge branch dami into default.2013-02-28, by Andre Heinecke
- Fix oracle-spatial creation script and posgresql drop scriptdami 2013-02-28, by Andre Heinecke
- Fix flys/issue1144: Re-enable annotations in longitudinal_sections.2013-02-28, by Felix Wolfsteller
- Part of fix for flys/issue1145: enable areas for fixrealize-ls-diagrams.2013-02-28, by Felix Wolfsteller
- WQAdaptedInputPanel: Picky doc and wsp cosmetics.2013-02-27, by Felix Wolfsteller
- WQAdaptedInputPanel: Refactored to remove code dupes.2013-02-27, by Felix Wolfsteller
- Fix import of hws_* on Oracledami 2013-02-28, by Andre Heinecke
- sensible constraints for dem-tabledami 2013-02-27, by Tom Gottfried
- Remove factories of the removed classes from configdami 2013-02-27, by Andre Heinecke
- Patch WIKI urls during release building2013-02-27, by Sascha L. Teichmann
- Added SLES start script2013-02-27, by Sascha L. Teichmann
- Fixed 'W fuer ungleichwertige AbflussLaengsschnitte'. See TODO!!!2013-02-27, by Raimund Renkert
- removed obsolete importer code for catchmentsdami 2013-02-27, by Tom Gottfried
- removed unnecessary NOT NULL constraints from dem-tabledami 2013-02-27, by Tom Gottfried
- spatial indices not working on Oracle 11g commented out, added TODOsdami 2013-02-27, by Tom Gottfried
- Add on delete cascade to the constraints that also cascade on postgresdami 2013-02-27, by Andre Heinecke
- WaterlevelExporter: Unpolished fix for flys/issue1131: gaugename in csv.2013-02-27, by Felix Wolfsteller
- AbstractExporter: keep km-, w- and q-formatter instances.2013-02-27, by Felix Wolfsteller
- Merge branch default into damidami 2013-02-27, by Andre Heinecke
- added TODOs to spatial indeces that prevent from importing into Oracle 11gdami 2013-02-27, by Tom Gottfried
- BundesWasserStrassenParser: Accept ',' and ';' as separator.2013-02-27, by Felix Wolfsteller
- Picky doc and whitespace fixes.2013-02-26, by Felix Wolfsteller
- Importer: Print a decent error when failing to parse a gew and exit.dami 2013-02-26, by Andre Heinecke
- Skip ConstantWQKms (Umhuellende) in exports.2013-02-26, by Raimund Renkert
- Display gauge names in WQAdapted input panel instead of gauge range.2013-02-26, by Raimund Renkert
- Partly fix flys/issue1142: Include specified W values at gauge for fix.real.2013-02-26, by Felix Wolfsteller
- AbstractExporter: Added getter for CallContext.2013-02-26, by Felix Wolfsteller
- added missing DROP VIEW todrop scriptdami 2013-02-26, by Tom Gottfried
- Renamed 'Pegelnullpunkt/Gauge zero ground' to 'PNP/GZG'.2013-02-26, by Raimund Renkert
- flys/issue1150: Renamed w/q in w/q-diagram.2013-02-26, by Felix Wolfsteller
- Add sequences to the new tables that use sequencesdami 2013-02-25, by Andre Heinecke
- Add importer packaging script and some doc about itdami 2013-02-25, by Andre Heinecke
- Remove hws, lines and catchments from meta-data.xml and add hwslinesdami 2013-02-25, by Andre Heinecke
- Add osgeo repository for gt-epsg-hsql dependency which was implicittlydami 2013-02-25, by Andre Heinecke
- Use HWSLines data for HWS and Lines.dami 2013-02-25, by Andre Heinecke
- Remove WMSCatchmentArtifact Classdami 2013-02-25, by Andre Heinecke
- Add HWSLinesInfo and point the old doLinesInfo method on that.dami 2013-02-25, by Andre Heinecke
- Add imports required for getLines methoddami 2013-02-25, by Andre Heinecke
- Add getLines method to get a list of HWSLine elementsdami 2013-02-25, by Andre Heinecke
- Fix column decorator for sectiedami 2013-02-25, by Andre Heinecke
- Merge with default branchmapgenfix 2013-02-25, by Christian Lins
- ArtifactMapfileGenerator can now generate user shape mapfiles again.mapgenfix 2013-02-25, by Christian Lins
- Merge Default onto Dami branch.dami 2013-02-25, by Andre Heinecke
- Put km_from and km_to into name of dgmdami 2013-02-25, by Andre Heinecke
- Log the number of points of cross sections to see the effect of the simplification.slt-simplify-cross-sections 2013-02-24, by Sascha L. Teichmann
- Added experimental Douglas Peuker simplification of cross sections.slt-simplify-cross-sections 2013-02-24, by Sascha L. Teichmann
- Made it compile again. Pt IIdami 2013-02-24, by Sascha L. Teichmann
- Made it compile again. Removed obsolete imports. Removed C++-alike ';' at end of classes.dami 2013-02-24, by Sascha L. Teichmann
- Importer/River: Move storeOfficialNumber from parse* to store*, do not store explicitely.2013-02-22, by Felix Wolfsteller
- doc: corrected parameter name.2013-02-22, by Felix Wolfsteller
- Oracle Schema, add overlooked sectie and sobek fieldsdami 2013-02-21, by Andre Heinecke
- Fix Syntax Errrordami 2013-02-21, by Andre Heinecke
- Work on ArtifactMapfileGenerator.createUserShapefileLayer()mapgenfix 2013-02-20, by Christian Lins
- Tex Syntax fixesdami 2013-02-20, by Andre Heinecke
- Fix example run script to work with the new packagingdami 2013-02-20, by Andre Heinecke
- fixed latex errordami 2013-02-20, by Tom Gottfried
- doc: Document BWASTR and w80 parsing.dami 2013-02-20, by Felix Wolfsteller
- Doc: minor fixes.dami 2013-02-20, by Felix Wolfsteller
- documentation: Typo fix.dami 2013-02-20, by Felix Wolfsteller
- documentation: Use german Silbentrennung.dami 2013-02-20, by Felix Wolfsteller
- Add some missed changes to the migrate-dami.sql scriptdami 2013-02-20, by Andre Heinecke
- Remove import-dems.sql dems are now imported with the geoimporterdami 2013-02-20, by Andre Heinecke
- Update run example scripts to work with the new packagingdami 2013-02-20, by Andre Heinecke
- Simplify installation instruction and move it to overview as itdami 2013-02-20, by Andre Heinecke
- Fix build: some more imports some less imports some copy paste errorsdami 2013-02-20, by Andre Heinecke
- Register new classes in the FLYSCredentialsdami 2013-02-20, by Andre Heinecke
- Add kind, sectie and sobek to HydrBoundary classdami 2013-02-20, by Andre Heinecke
- Add HWSLine and HWSPoint to the modeldami 2013-02-20, by Andre Heinecke
- Add the simple lookup table classes to the modeldami 2013-02-20, by Andre Heinecke
- Add srid column to dem modeldami 2013-02-20, by Andre Heinecke
- Remove Catchment HWS and Line from the modeldami 2013-02-20, by Andre Heinecke
- merge2013-02-20, by Tom Gottfried
- fixed latex error2013-02-20, by Tom Gottfried
- Fixed AT-Export in 'ausgel. WSPL'.2013-02-20, by Raimund Renkert
- Add minimal documenation how to build the single jardami 2013-02-20, by Andre Heinecke
- Add pom-oracle with ojdbc dependencydami 2013-02-20, by Andre Heinecke
- Use maven jar and maven assemply plugins to create a single jardami 2013-02-20, by Andre Heinecke
- ImportRiver: Store fixations also if only "waterlevels" were parsed.2013-02-20, by Felix Wolfsteller
- ImportRiver: Make waterlevels become fixation-wsts.2013-02-20, by Felix Wolfsteller
- WaterlevelParser: Add Wst-Converting functionality.2013-02-20, by Felix Wolfsteller
- Import*: Add getters to ImportWaterlevel*- classes needed to convert to Wst.2013-02-20, by Felix Wolfsteller
- ImportCrossSectionLine: Whitespace cosmetic.2013-02-20, by Felix Wolfsteller
- FLYSArtifactCollection: WSP cosmetic.2013-02-20, by Felix Wolfsteller
- Merged.2013-02-20, by Felix Wolfsteller
- doc: Document BWASTR and w80 parsing.2013-02-20, by Felix Wolfsteller
- importer: Sort options alphabetically.2013-02-20, by Felix Wolfsteller
- importer: Sort options alphabetically.2013-02-20, by Felix Wolfsteller
- Doc: minor fixes.2013-02-20, by Felix Wolfsteller
- documentation: Typo fix.2013-02-20, by Felix Wolfsteller
- documentation: Use german Silbentrennung.2013-02-20, by Felix Wolfsteller
- Fix some oracle syntax problems and move indicies to _idx.sqldami 2013-02-20, by Andre Heinecke
- SCHEMA Change: Make hws_lines a 3d geomdami 2013-02-20, by Andre Heinecke
- Pull information about the backend into dgm.dami 2013-02-20, by Andre Heinecke
- Add skip-dgm option to example run scriptdami 2013-02-20, by Andre Heinecke
- Update drop script to include the new tables and leave the old onedami 2013-02-19, by Andre Heinecke
- Resized main value window.2013-02-20, by Raimund Renkert
- Added attribution to osm wms background layer.2013-02-20, by Raimund Renkert
- Use the DGM projection for all shapefiles ('talaue', 'barriers').2013-02-20, by Raimund Renkert
- Removed last gwt part from gauge info panel.2013-02-20, by Raimund Renkert
- README.txt: Typo fix, clarification.2013-02-20, by Felix Wolfsteller
- SCHEMA CHANGE: removed catchements from schema and geo-importer (obsolete)dami 2013-02-19, by Tom Gottfried
- Use BWASTRParser to set official numbers on rivers.2013-02-19, by Felix Wolfsteller
- Update migrators for changes made in the dami branch and adddami 2013-02-19, by Andre Heinecke
- Sync Posgres and Oracle spatial schemadami 2013-02-19, by Andre Heinecke
- SCHEMA Remove geom_target and geom_rated_level from hws_lines tabledami 2013-02-19, by Andre Heinecke
- Renaming methods and fields. Start refactoring with ArtifactMapfileGenerator.generate() which should be the main entry point.mapgenfix 2013-02-19, by Christian Lins
- Move all classes of mapfile generation to de.intevation.flys.mapserver package.mapgenfix 2013-02-19, by Christian Lins
- StringUtil: Added containsIgnoreCase implementation.2013-02-19, by Felix Wolfsteller
- ImportRiver: Added officialNumber field.2013-02-19, by Felix Wolfsteller
- Added BundesWasserStrassenParser.2013-02-19, by Felix Wolfsteller
- run_hydr_morph.sh,Config: Add flags for importer to skip bwastr_id.csv parsing.2013-02-19, by Felix Wolfsteller
- Tiny doc.2013-02-19, by Felix Wolfsteller
- Minimal whitespace and doc cosmetics.2013-02-18, by Felix Wolfsteller
- Added km filter to dc-config.dc-km-filter-rr 2013-02-19, by Raimund Renkert
- mergedami 2013-02-19, by Tom Gottfried
- SCHEMA CHANGE: removed obsolete table 'lines' from spatial schema (now 'hws_lines')dami 2013-02-19, by Tom Gottfried
- Add message if DGM import is skippeddami 2013-02-19, by Andre Heinecke
- Do not skip hws_lines when skip hws_points is truedami 2013-02-19, by Andre Heinecke
- Corrected typo in field namedami 2013-02-19, by Tom Gottfried
- flys/#657: Shapefile upload service returns success or failure to client (i18n tbd)2013-02-18, by Christian Lins
- flys/#657: Shapefile upload now reports success or failure to client.2013-02-18, by Christian Lins
- Importer doc: Update installation documentation.dami 2013-02-15, by Andre Heinecke
- Importer: Behold, Logging!dami 2013-02-15, by Andre Heinecke
- Importer: Fix directory paths and river name encodingdami 2013-02-15, by Andre Heinecke
- Fix imports of ogr, this removes a warning in gdal 1.9 but keepsdami 2013-02-15, by Andre Heinecke
- Importer: Fix fieldname of "official" in the new feature and set itdami 2013-02-15, by Andre Heinecke
- Importer HWS: case insensitive matching for HWS_KIND and FED_STATESdami 2013-02-15, by Andre Heinecke
- Fix syntax errordami 2013-02-15, by Andre Heinecke
- Doc.2013-02-15, by Felix Wolfsteller
- SCHEMA_CHANGE: Add lookup tables for sectie / sobek and boundary_kinddami 2013-02-15, by Andre Heinecke
- Remove Line class initializationdami 2013-02-15, by Andre Heinecke
- Remove skip lines documentation linedami 2013-02-15, by Andre Heinecke
- Remove linesdami 2013-02-15, by Andre Heinecke
- Improve debug output for unsupported features and skipped shapefilesdami 2013-02-15, by Andre Heinecke
- Quick-fix for floodmaps. Use the correct projection for DGM.2013-02-15, by Raimund Renkert
- Add srid fielddami 2013-02-14, by Andre Heinecke
- SCHEMA CHANGE: added column dem.sriddami 2013-02-14, by Tom Gottfried
- SCHEMA CHANGE: added 'ON DELETE CASCADE' where necessary to delete complete rivers (only in Postgres-Schema so far)dami 2013-02-14, by Tom Gottfried
- FLYS: For Gauge Main Value view, avoid corner cases of gauge range.2013-02-14, by Felix Wolfsteller
- If we bother to check if the file is readable we might alsodami 2013-02-14, by Andre Heinecke
- GaugeInfoPanel: Smarter formatten link, i18n.2013-02-14, by Felix Wolfsteller
- Doc.2013-02-14, by Felix Wolfsteller
- QDTable: Doc.2013-02-14, by Felix Wolfsteller
- Fix i18n in GaugeInfo Basedataview. Include Q values.2013-02-14, by Felix Wolfsteller
- GaugeInfoHead: Removed (not used anymore).2013-02-14, by Felix Wolfsteller
- WQInputPanel: Whitespace cosmetics.2013-02-14, by Felix Wolfsteller
- WQInputPanel: Removed unnecessary parameter from function.2013-02-14, by Felix Wolfsteller
- flys-client: (first draft) In GaugeInfo show link to show main values.2013-02-14, by Felix Wolfsteller
- flys-client: Whitespace and doc cosemtics.2013-02-14, by Felix Wolfsteller
- WaterlevelExporter: Doc and issue-TODO.2013-02-11, by Felix Wolfsteller
- Use os.access instead of try/except opendami 2013-02-13, by Andre Heinecke
- corrected Typodami 2013-02-13, by Tom Gottfried
- I'm learning how to use cursors \o/dami 2013-02-13, by Andre Heinecke
- Add dgm file reader although an awk script should have been more appropiatedami 2013-02-13, by Andre Heinecke
- Handle transformation errorsdami 2013-02-13, by Andre Heinecke
- Change default river/background WMS URLs in floodmap.xml and change srid to 31467.2013-02-13, by Christian Lins
- Adapting background WMS service in rivermap.xml.2013-02-13, by Christian Lins
- Update documentation and example run scriptdami 2013-02-13, by Andre Heinecke
- Add handling of River Names and remove target_src parameterdami 2013-02-13, by Andre Heinecke
- Map printing in landscape mode. Layout still buggy.2013-02-07, by Christian Lins
- FixRealizingCalculation: TODO/issue comment.2013-02-06, by Felix Wolfsteller
- Calculation4: Doc and TODO/issue.2013-02-06, by Felix Wolfsteller
- FLYSArtifactCollection: Doc.2013-02-06, by Felix Wolfsteller
- Editing Map print config.2013-02-05, by Christian Lins
- flys/issue1109/1: Include unit in label for "corrected W".2013-02-05, by Felix Wolfsteller
- Importer: Fix the order of the config checkdami 2013-02-04, by Andre Heinecke
- Move classes to its own java file2013-02-04, by Björn Ricks
- Render text in Abflusstafel/-kurve cell like a "normal" html link2013-02-04, by Björn Ricks
- Add click handler to create an artifact for Abflusstafel-/kurve from a pegel cell2013-02-04, by Björn Ricks
- Display Ablusstafel/-kurve in Pegelinfo2013-02-04, by Björn Ricks
- Add data for Ablusstafel/-kurve to GaugeRecord class2013-02-04, by Björn Ricks
- Use VLayout instead of GWTs DecoratorPanel2013-02-04, by Björn Ricks
- Refactor Pegel- and Messtelleninfo in client ui2013-02-01, by Björn Ricks
- Importer: Add HWS lines stub. Needs some example data to finishdami 2013-02-01, by Andre Heinecke
- Importer: Add db migration script for postgres to track schema changesdami 2013-02-01, by Andre Heinecke
- SCHEMA CHANGE: extended hydr_boundaries tablesdami 2013-02-01, by Andre Heinecke
- Importer: Add sectie and strover to boundaries and select moredami 2013-02-01, by Andre Heinecke
- Importer: Check lowercase pathname and handle utf-8 conversiondami 2013-02-01, by Andre Heinecke
- Added tag 2.9.9 for changeset 53be731331042013-01-31, by Sascha L. Teichmann
- Removed obsolete imports.2.9.9 2013-01-31, by Sascha L. Teichmann
- Fixed epsilon calc in ATExporter.2013-01-31, by Sascha L. Teichmann
- Fix cr/nl in ATWriter.2013-01-31, by Sascha L. Teichmann
- Added tag 2.9.9 for changeset 859278918eb12013-01-31, by Sascha L. Teichmann
- Aft: make run.sh executable2013-01-31, by Andre Heinecke
- Merge2013-01-31, by Andre Heinecke
- Aft: Update documentation for target schema2013-01-31, by Andre Heinecke
- Merged.2013-01-31, by Raimund Renkert
- Use different header in AT export files for gauges and at km.2013-01-31, by Raimund Renkert
- Fixed AT exporter: Do not multiply W with factor 100.2013-01-31, by Raimund Renkert
- Renamed 'W fÃŒr ungleichwertigen ...' to 'W fÃŒr benutzerdefinierten...'2013-01-31, by Raimund Renkert
- Write some more metadata in AT-export header.2013-01-31, by Raimund Renkert
- Fixed mainvalues artifact.2013-01-31, by Raimund Renkert
- Remove schema patch now that we are in a branchdami 2013-01-31, by Andre Heinecke
- Importer: - Handle regular expressions for attribute namesdami 2013-01-31, by Andre Heinecke
- Importer: Import hws_points based on geom typedami 2013-01-31, by Andre Heinecke
- Importer: Allow Bundeslaender with spacesdami 2013-01-31, by Andre Heinecke
- Importer: Classify hochufer as Deichdami 2013-01-31, by Andre Heinecke
- SCHEMA Change (psql only) use FLOAT8 for real numbersdami 2013-01-28, by Andre Heinecke
- SCHEMA CHANGES: Add tables for Hochwasserschutzanlagendami 2013-01-28, by Andre Heinecke
- Bedheights: Write sounding name and set max fraction digits in calculation output.2013-01-31, by Raimund Renkert
- HistoricalDischargeComputeState: Fix flys/issue664 i18n numbered facettes.2013-01-31, by Felix Wolfsteller
- HistoricalDischargeComputeState: Cosmetic.2013-01-31, by Felix Wolfsteller
- Fixed dc:fromValue/toValue (now handles values in locations as numbers).2013-01-31, by Sascha L. Teichmann
- AttributeWriter: Use new CollectionAttribute.hasOutput .2013-01-31, by Felix Wolfsteller
- AttributeWriter: Doc.2013-01-31, by Felix Wolfsteller
- CollectionAttribute: New function to check if out exists.2013-01-31, by Felix Wolfsteller
- CollectionAttribute: Comment.2013-01-31, by Felix Wolfsteller
- flys/issue1116: Fix m³/q³ label.2013-01-30, by Felix Wolfsteller
- Renamed discharge at gauge tab title.2013-01-30, by Raimund Renkert
- Find correct discharge table for gauge.2013-01-30, by Raimund Renkert
- Renamed 'Abflusskurve' to 'Abflusskurve/-tafel'.2013-01-30, by Raimund Renkert
- [branch dc-km-filter] meta-data.xml: Use global vars and art. data for wst-km-filter.dc-km-filter 2013-01-30, by Felix Wolfsteller
- [branch dc-km-filter] Builder: Let dc:variables always be global.dc-km-filter 2013-01-30, by Felix Wolfsteller
- [branch dc-km-filter] StackFrames: New putGlobal to add variable to bottom of stack.dc-km-filter 2013-01-30, by Felix Wolfsteller
- StackFrames: Doc.dc-km-filter 2013-01-30, by Felix Wolfsteller
- Renamed table header for result sets.2013-01-30, by Raimund Renkert
- Added filename to export url.2013-01-30, by Raimund Renkert
- Fixed CR and LF in header of AT export.2013-01-30, by Raimund Renkert
- Insert CR and LF at the end of each line in CSV exports.2013-01-30, by Raimund Renkert
- Insert CR at the of each line in AT-extport.2013-01-30, by Raimund Renkert
- Removed obsoltete theme configs.2013-01-30, by Sascha L. Teichmann
- CHanged distance panel labels to lower case.2013-01-30, by Raimund Renkert
- [I1104] Renamed 'ungleichwertig' to 'benutzerdefiniert'.2013-01-30, by Raimund Renkert
- Fixed typo in themes.2013-01-30, by Raimund Renkert
- [branch: dc-km-filter]: Merge with tip.dc-km-filter 2013-01-30, by Felix Wolfsteller
- Sort the locations array in new datacage templating language functions.2013-01-29, by Raimund Renkert
- Added new functions to datacage templating language.2013-01-29, by Raimund Renkert
- Added view to datacage db to get location/distance information.2013-01-29, by Raimund Renkert
- [branch: dc-km-filter] meta-data.xml: Filter wst columns by range.dc-km-filter 2013-01-29, by Felix Wolfsteller
- [branch:dc-km-filter] DatacageWindow: Send from/to-km to datacage.dc-km-filter 2013-01-29, by Felix Wolfsteller
- CompiledStatement: doc.2013-01-29, by Felix Wolfsteller
- Builder: Doc, comments.2013-01-29, by Felix Wolfsteller
- Builder: When looking for a statement in contexts, also search in macro definitions.2013-01-29, by Felix Wolfsteller
- meta-data.xml: Access wst_ranges and provide range is info-element.2013-01-28, by Felix Wolfsteller
- meta-data.xml: Replace wst_columns queries by macro call.2013-01-28, by Felix Wolfsteller
- Builder: Doc.2013-01-28, by Felix Wolfsteller
- meta-data.xml: Fully qualify a wst-columns query.2013-01-28, by Felix Wolfsteller
- Builder: Doc.2013-01-28, by Felix Wolfsteller
- Added bodies to macros. Use the bodies of <dc:call-macro><body></dc:call-macro> as <dc:macro-body/> in tthe macro. Example:2013-01-28, by Sascha L. Teichmann
- Fixed config files.2013-01-28, by Raimund Renkert
- Set all mapserver urls to 'example.com' to have unified config files.2013-01-28, by Raimund Renkert
- Importer: Use cp1252 instead of latin-9 to guess filename encodings2013-01-28, by Andre Heinecke
- Importer: When not tracking dont print info about unimported fields2013-01-28, by Andre Heinecke
- Importer: Only show imported fields if copy_fields is used2013-01-28, by Andre Heinecke
- Importer: Move copy fields into importer class and track imported/unimported fields2013-01-28, by Andre Heinecke
- Importer: Add new HWS schema as a patch for now.2013-01-25, by Andre Heinecke
- (Importer) Add comment about OFT types2013-01-25, by Andre Heinecke
- (importer) calculate freeboard and expect sql2013-01-25, by Andre Heinecke
- (Doc) Document new importer options2013-01-25, by Andre Heinecke
- (importer) Enable hws_* importers2013-01-25, by Andre Heinecke
- (importer) Avoid uneccessary error and improve debug output2013-01-25, by Andre Heinecke
- (importer) Try to convert paths to UTF-8 for DB insertion2013-01-25, by Andre Heinecke
- (importer) Style: Remove some empty lines2013-01-25, by Andre Heinecke
- (importer) Add classes for hws_points and hws_lines2013-01-25, by Andre Heinecke
- (importer) Add utility function to convert paths to utf-82013-01-25, by Andre Heinecke
- Add HWS Lines parameters and ogr_connection example2013-01-25, by Andre Heinecke
- Improve error handling and unify dbconn for all importers2013-01-23, by Andre Heinecke
- Add ogr_connection parameter to allow directly setting the ogr2013-01-23, by Andre Heinecke
- MetaDataServiceImpl: Doc.2013-01-28, by Felix Wolfsteller
- DatacageWindow: Doc.2013-01-28, by Felix Wolfsteller
- MetaDataService: Document parameters string.2013-01-28, by Felix Wolfsteller
- DatacageButton: doc.2013-01-25, by Felix Wolfsteller
- Changed data field names in fix analsis to ld_from, ld_to, ld step.2013-01-25, by Raimund Renkert
- RangeState and descendants: Use RangeAccess, resolve direct ld_* usage.2013-01-24, by Felix Wolfsteller
- Floodmap uses the static River-WMS instead of User-WMS via RiverAxisArtifact.2013-01-24, by Christian Lins
- Removed obsolete imports.2013-01-24, by Felix Wolfsteller
- FLYSUtils: Use RangeAcces, removed getKmRange.2013-01-23, by Felix Wolfsteller
- WINFOArtifact: Updated to use RangeAccess instead of FLYSUtils.2013-01-23, by Felix Wolfsteller
- FacetCreator: Updated to use RangeAccess instead of FLYSUtils.2013-01-23, by Felix Wolfsteller
- WaterlevelExporter: Updated to use RangeAccess instead of FLYSUtils.2013-01-23, by Felix Wolfsteller
- ChartGenerator, DurationCurveExporter: Updated to use RangeAccess instead of FLYSUtils.2013-01-23, by Felix Wolfsteller
- CrossSectionArtifact, Calculation4Access: Updated to use RangeAccess instead of FLYSUtils.2013-01-23, by Felix Wolfsteller
- ChartGenerator, ComputedDischargeCurveExporter: Updated to use RangeAccess instead of FLYSUtils.2013-01-23, by Felix Wolfsteller
- WQAdapted: Updated to use RangeAccess instead of FLYSUtils.2013-01-23, by Felix Wolfsteller
- FloodMapState: Updated to use RangeAccess instead of FLYSUtils.2013-01-23, by Felix Wolfsteller
- RangeAccess.getKmRange: Extracted from FLYSUtils.2013-01-23, by Felix Wolfsteller
- RangeAccess, FLYSUtils; Moved getKmRangeMode implementation to RangeAccess.2013-01-23, by Felix Wolfsteller
- FLYSUtils: Made getLocations private, added TODO about resolution.2013-01-23, by Felix Wolfsteller
- RangeAccess: Add accidentally omitted implementation of getLocations from FLYSUtils.2013-01-23, by Felix Wolfsteller
- ATExporter: Use RangeAccess.getLocations instead of FLYSUtils.getLocations.2013-01-23, by Felix Wolfsteller
- DurationCurveState: Use RangeAccess.getLocations instead of FLYSUtils.getLocations.2013-01-23, by Felix Wolfsteller
- BedQualityAccess: whitespace, doc.2013-01-23, by Felix Wolfsteller
- WINFOArtifact: Use RangeAccess.getLocations instead of FLYSUtils.getLocations.2013-01-23, by Felix Wolfsteller
- MainValuesArtifact: Use RangeAccess.getLocations instead of FLYSUtils.getLocations.2013-01-23, by Felix Wolfsteller
- Added tag 2.9.8 for changeset 88014b9852d02013-01-23, by Sascha L. Teichmann
- Removed obsolete imports and dead code.2.9.8 2013-01-23, by Sascha L. Teichmann
- Use isDebugEnabled() in S/Q Measurement factory.2013-01-23, by Sascha L. Teichmann
- Insert db connection into riveraxis map files.2013-01-23, by Raimund Renkert
- Merged2013-01-23, by Sascha L. Teichmann
- Fixed segments creation in calculation 4.2013-01-23, by Sascha L. Teichmann
- merged.2013-01-23, by Raimund Renkert
- Fixed calculation of effective width in MINFO SQ relation.2013-01-23, by Raimund Renkert
- Ignore constant WQKms in CSV and PDF output.2013-01-23, by Sascha L. Teichmann
- Introduced a fake ConstantWQKms class to have type information to only generate w facets for curves which really carry w data.2013-01-23, by Sascha L. Teichmann
- insert helpText links2013-01-22, by Bettina Gruenbauer
- insert helpText links for minfo and winfo2013-01-22, by Bettina Gruenbauer
- insert helpText for .sq.2013-01-22, by Bettina Gruenbauer
- merge2013-01-22, by Bettina Gruenbauer
- insert helpTexts2013-01-22, by Bettina Gruenbauer
- Fixed type error in Annotation types.2013-01-21, by Sascha L. Teichmann
- BedHeightAccess: Use getFrom/getTo.2013-01-21, by Felix Wolfsteller
- RangeAccess: Doc and debug.2013-01-21, by Felix Wolfsteller
- BedHeightAccess, FlowVelocityAccess, SedimentLoadAccess: Inherit from RangeAccess.2013-01-21, by Felix Wolfsteller
- ExtremeAccess, RangeAccess and callers: Refactored, moved getStep to RangeAccess.2013-01-21, by Felix Wolfsteller
- BedHeightQualityAccess, RangeAccess: Refactored, moved getFrom/To to RangeAccess.2013-01-21, by Felix Wolfsteller
- merge2013-01-21, by Bettina Gruenbauer
- insert new helpTexts, delete helpText for Transition2013-01-21, by Bettina Gruenbauer
- Moved NaN removal code from W to DoubleUtil. Create QKms when calculating the 'Umhuellende'.2013-01-21, by Sascha L. Teichmann
- Merged2013-01-21, by Sascha L. Teichmann
- Use QKMs in calculation of the 'Umhuellende'.2013-01-21, by Sascha L. Teichmann
- changing helpText static URL to id2013-01-21, by Bettina Gruenbauer
- Added QKms model.2013-01-21, by Sascha L. Teichmann
- Removed trailing whitespace.2013-01-21, by Sascha L. Teichmann
- Removed obsolete import.2013-01-21, by Sascha L. Teichmann
- merged.2013-01-20, by Raimund Renkert
- Fixed MINFO SQ calculation.2013-01-20, by Raimund Renkert
- Bring Access pattern to "W fuer ungleichwertige Abflusslaengsschnitte".2013-01-18, by Sascha L. Teichmann
- Removed XPath injection!2013-01-18, by Sascha L. Teichmann
- Add rivermap.xml with sample configuration and adapt MapInfoService to use rivermap data instead of floodmap for rivermap.2013-01-17, by Christian Lins
- Bugs in generated RiverAxis Mapfile fixed. Now the river axes are drawn by the WMS.2013-01-16, by Christian Lins
- Comment added.2013-01-16, by Felix Wolfsteller
- QualityMesurementFactory: Added vim-line.2013-01-16, by Felix Wolfsteller
- BedQualityCalculation: Added vim-line.2013-01-16, by Felix Wolfsteller
- Comment/doc.2013-01-16, by Felix Wolfsteller
- W80Parser: Implement linear cascading distance measurements.2013-01-16, by Felix Wolfsteller
- W80Parser: Renamed lastPointIdx() to getLastPointIdx().2013-01-16, by Felix Wolfsteller
- W80Parser: Cosmetics, whitespace, TODO resolved, logging improved.2013-01-16, by Felix Wolfsteller
- MapInfoService now submits layer names as well as WMS urls.2013-01-15, by Christian Lins
- Added missing InfoldingColumns.java2013-01-13, by Sascha L. Teichmann
- Trivial typo in selecting infolding columns.2013-01-13, by Sascha L. Teichmann
- Added calculation of the "Umhuellende" to calculation of "W fuer ungleichwertige Abfluesse".2013-01-13, by Sascha L. Teichmann
- A naive algorithm to figure out the "Umhuellende" of a set of WQKms.2013-01-13, by Sascha L. Teichmann
- Added intersectsQRange to QRangeTree to check if a given Q range intersects the Qs of the tree. Useful for 'Umhuellende'. TODO make check depend on km range.2013-01-12, by Sascha L. Teichmann
- Small code cleanups in S/Q outlier tests.2013-01-11, by Sascha L. Teichmann
- MINFO: Allow two methods for outlier test in SQ relation.2013-01-11, by Raimund Renkert
- Fixed facet activities.2013-01-09, by Raimund Renkert
- DA66Parser: Added TODOs about riveraxis.2013-01-09, by Felix Wolfsteller
- DA66Parser: Added doc, removed TODO, whitespace cosmetics.2013-01-09, by Felix Wolfsteller
- Hide lines in SQ relation charts.2013-01-09, by Raimund Renkert
- Create and add sieves regardless of the the order of diameter/value.2013-01-09, by Raimund Renkert
- DA50Parser: Doc, removed and added a TODO.2013-01-08, by Felix Wolfsteller
- TIMParser: Removed TODO about switching to log4j .2013-01-08, by Felix Wolfsteller
- TIMParser: Switch to log4j instead of System.err .2013-01-08, by Felix Wolfsteller
- CrossSectionApp: Doc and whitespace cosmetics.2013-01-08, by Felix Wolfsteller
- DA50Parser: Added very basic DA50 parsing (no intersetions or correlation yet2013-01-08, by Felix Wolfsteller
- DA50Parser: Fix c/p errors.2013-01-08, by Felix Wolfsteller
- ImportRiver: Trigger basic (useless) da50 parsing.2013-01-08, by Felix Wolfsteller
- ImportRiver: Bail out if skip* parameters were given.2013-01-08, by Felix Wolfsteller
- DA50Parser: Changed extension from w80 (wrong) to d50 (right).2013-01-08, by Felix Wolfsteller
- ImportRiver: Use callback (refactoring), resolving TODOs.2013-01-08, by Felix Wolfsteller
- ImportRiver: Add helper implementation of a CrossSectionParserCallback.2013-01-08, by Felix Wolfsteller
- W80Parser: Return null if no year set to behave like other parsers and avoid2013-01-07, by Felix Wolfsteller
- !!! FLYS backend schema change !!! Add column bfg_id column to discharge_tables.2013-01-05, by Sascha L. Teichmann
- Do the pairing of FLYS and AFT discharge tables by the field 'ABFLUSSTAFEL.BFG_ID' in2013-01-05, by Sascha L. Teichmann
- Moved check for calculation range intersection to SQL statement.2013-01-05, by Sascha L. Teichmann
- Added after login SQL statements for database connection. Can be used to alter the current schema to avoid naming clashes.2013-01-05, by Sascha L. Teichmann
- Sorted imports.2013-01-05, by Sascha L. Teichmann
- Simplified code.2013-01-05, by Sascha L. Teichmann
- DateGuesser: Take current year modulo 100 if compare it with a two digit year value. Removed auto boxing.2013-01-04, by Sascha L. Teichmann
- Do not die in W80 parser id invalid date is given.2013-01-04, by Sascha L. Teichmann
- Move distance calculation to Coordinate class. Use inheritance instead of composition in Anchor class. Made Anchor class static. Use epsilon equal comparision when checking for same station: Boy, do you ever learn that sharp equal comparison of doubles is not a clever idea!?2013-01-04, by Sascha L. Teichmann
- ImportRiver: Added w80 and hook for da50 parsing (not implemented).2013-01-04, by Felix Wolfsteller
- run_hydr_morph.sh: Add SKIP_DA50 and SKIP_W80 flags.2013-01-04, by Felix Wolfsteller
- README: Add instruction to do a simple standalone DateGuesser execution.2013-01-04, by Felix Wolfsteller
- DateGuesser: doc.2013-01-04, by Felix Wolfsteller
- DateGuesser: Added and handle DDMMYY pattern.2013-01-04, by Felix Wolfsteller
- W80Parser: Use DateGuesser to set a date.2013-01-04, by Felix Wolfsteller
- W80Parser: Added field to store a date.2013-01-04, by Felix Wolfsteller
- W80Parser: Doc.2013-01-04, by Felix Wolfsteller
- W80Parser: Comment code that is not (yet?) used by FLYS.2013-01-03, by Felix Wolfsteller
- W80Parser: Respect (ignore) 'shore' field of w80 files.2013-01-03, by Felix Wolfsteller
- W80Parser: Whitespace-cosmetics and comment.2013-01-03, by Felix Wolfsteller
- W80Parser: Remove unneeded code.2013-01-03, by Felix Wolfsteller
- W80Parser: Correct c&p stuff in comments (da66->w80).2013-01-03, by Felix Wolfsteller
- AFT: Reject AFT gauges which are not inside the calculation range of the corresponding FLYS river.2013-01-03, by Sascha L. Teichmann
- Fetch calculation range (Berechnungsstrecke) for FLYS rivers, too.2013-01-03, by Sascha L. Teichmann
- Removed null comparison where also instanceof is used.2013-01-03, by Sascha L. Teichmann
- W80Parser: Added TODO/comment.2013-01-03, by Felix Wolfsteller
- W80Parser: Actually add points while parsing w80 file.2013-01-03, by Felix Wolfsteller
- W80Parser: addPoint and lastIdx functions to add a point and find last points index.2013-01-03, by Felix Wolfsteller
- Coordinate: Introduce getters for x/y.2013-01-03, by Felix Wolfsteller
- W80Parser: Put infrastructure for an anchor point in place.2013-01-03, by Felix Wolfsteller
- DA66Parser: Handle coding convention that was introduced to overcome fixed2013-01-03, by Felix Wolfsteller
- Remove commented code.2013-01-03, by Felix Wolfsteller
- Conffig: Prepare skip_da50 and skip_w80 options.2013-01-03, by Felix Wolfsteller
- Merged.2013-01-02, by Felix Wolfsteller
- Doc.2012-12-28, by Felix Wolfsteller
- Merged2013-01-02, by Sascha L. Teichmann
- Added 'type' attribute to <dc:variable/> element. If an optional 'type' attribute is given2013-01-02, by Sascha L. Teichmann
- Add "maptype" parameter to MapInfoService.2013-01-02, by Christian Lins
- Little work on the RiverMapfileGenerator.2013-01-02, by Christian Lins
- Add <dc:variable name="variable" expr="xpath"/> construct to datacage language.2013-01-02, by Sascha L. Teichmann
- Remove trailing whitespace.2013-01-02, by Sascha L. Teichmann
- Moved EpsilonComparator to utils package becaus its not only useful for TIM parsing. Used EpsilonComparator in DA60 and DA66 case. Maybe TODO: Use in PRF, too.2013-01-01, by Sascha L. Teichmann
- Removed x-bit from DateGuesser.java2012-12-30, by Sascha L. Teichmann
- Removed superfluous imports.2012-12-30, by Sascha L. Teichmann
- Initial version of support files for TIMParser, comments and TODOs by Felix Wolfsteller, Code by Sascha Teichmann.2012-12-28, by Sascha Teichmann
- Initial version of TIMParser, comments and TODOs by Felix Wolfsteller, Code by Sascha Teichmann.2012-12-28, by Sascha Teichmann
- Initial empty version of DA50Parser.2012-12-28, by Felix Wolfsteller
- Removed removeExtension implementations, which have been moved to FileTools,2012-12-28, by Felix Wolfsteller
- Initial empty version of W80Parser.2012-12-28, by Felix Wolfsteller
- DA66Parser: Scale x and y, as they are given in mm. Now we can actually look at the data!2012-12-27, by Felix Wolfsteller
- DA66Parser: Do not return a 'year' for measurement, as none is given.2012-12-27, by Felix Wolfsteller
- TODO added.2012-12-27, by Felix Wolfsteller
- ImportRiver: Refactoring, use description and year of da66parser.2012-12-27, by Felix Wolfsteller
- DA66Parser: Whitespace cosmetics.2012-12-27, by Felix Wolfsteller
- DA66Parser: Use filename without extension as description for cross section.2012-12-27, by Felix Wolfsteller
- LineParser: Make file name available to subclasses.2012-12-27, by Felix Wolfsteller
- DA66Parser: Try to guess whether station is given in km or in cm.2012-12-27, by Felix Wolfsteller
- DA66Parser: Improved logging.2012-12-27, by Felix Wolfsteller
- DA66Parser: Removed unused function.2012-12-27, by Felix Wolfsteller
- Documentation of DA66Parser.2012-12-27, by Felix Wolfsteller
- Adjust callbacks after Parsers new interface implementation, re-enable file hashing for da66s.2012-12-19, by Felix Wolfsteller
- Implement new CrossSectionParser interface.2012-12-19, by Felix Wolfsteller
- New CrossSectionParser interface.2012-12-19, by Felix Wolfsteller
- Documentation.2012-12-19, by Felix Wolfsteller
- Include improved DA66Parser into importer.2012-12-19, by Felix Wolfsteller
- Added new parameter SKIP_DA66S to importer.2012-12-19, by Felix Wolfsteller
- Documentation.2012-12-19, by Felix Wolfsteller
- Documentation.2012-12-19, by Felix Wolfsteller
- Importer: Emit log message when a dry run was run.2012-12-19, by Felix Wolfsteller
- Documentation.2012-12-19, by Felix Wolfsteller
- Documentation added.2012-12-19, by Felix Wolfsteller
- Documentation added.2012-12-19, by Felix Wolfsteller
- Changed naming of variables (i & j -> i & k) for readability.2012-12-19, by Felix Wolfsteller
- Work on rivers.map Generator.2012-12-18, by Christian Lins
- Fix typo in class names and correct file path in floodmap.xml.2012-12-17, by Christian Lins
- Added tag 2.9.7 for changeset 0ba0f3e4f4c22012-12-17, by Sascha L. Teichmann
- Merged2.9.7 2012-12-17, by Sascha L. Teichmann
- Removed unneeded imports.2012-12-17, by Sascha L. Teichmann
- Fixed and updated theme configurations.2012-12-17, by Raimund Renkert
- Fixed NPE in empty style editor window.2012-12-17, by Raimund Renkert
- Rename methods and mark them private2012-12-17, by Björn Ricks
- Use isEmpty for list check2012-12-17, by Björn Ricks
- Change only local used methods to private ones2012-12-17, by Björn Ricks
- Change parameters of updateCollectionName2012-12-17, by Björn Ricks
- Rename filter into filterpanel2012-12-17, by Björn Ricks
- Fix filtering of Collections/Projects in the gui2012-12-17, by Björn Ricks
- Use display name of the Collection in CollectionView2012-12-17, by Björn Ricks
- Add a Collection method to return a string to be displayed in the gui2012-12-17, by Björn Ricks
- Added i18n strings.2012-12-17, by Raimund Renkert
- Display all 'tranparency' attributes.2012-12-17, by Raimund Renkert
- Fixed and improved theme handling for areas.2012-12-17, by Raimund Renkert
- Updated fixing and virutal area themes.2012-12-17, by Raimund Renkert
- Fixed out processor to draw sector averages in fix analysis ls.2012-12-17, by Raimund Renkert
- Reverted smartGWT version from 3.1 to 3.0.2012-12-14, by Raimund Renkert
- Added second theme config files.2012-12-14, by Raimund Renkert
- Less than sceleton for DA66-CrossSection parser added.2012-12-14, by Felix Wolfsteller
- Doc.2012-12-14, by Felix Wolfsteller
- Doc.2012-12-14, by Felix Wolfsteller
- Whitespace-cosmetics.2012-12-14, by Felix Wolfsteller
- Doc.2012-12-14, by Felix Wolfsteller
- Hide facets returning raw data and fixed display name.2012-12-14, by Raimund Renkert
- Added i18n strings.2012-12-13, by Raimund Renkert
- Added theme mapping for new facets.2012-12-13, by Raimund Renkert
- Generate and draw new facets.2012-12-13, by Raimund Renkert
- Added new facets for filtered bed height diffs to have filtered and raw data.2012-12-13, by Raimund Renkert
- Added i18n strings.2012-12-13, by Raimund Renkert
- Added theme mapping for new facets and added theme for discharge.2012-12-13, by Raimund Renkert
- Generate new facets to have raw and filtered data in flow velocity chart.2012-12-13, by Raimund Renkert
- Added facet for filtered flow velocity and removed filter from default facet.2012-12-13, by Raimund Renkert
- Refactored the themes config files (currently only default style).2012-12-12, by Raimund Renkert
- Reordered some attributes in editor ui and use the hidden attribute.2012-12-12, by Raimund Renkert
- Read and use the hidden hint correctly.2012-12-12, by Raimund Renkert
- Added i18n strings for style editor.2012-12-12, by Raimund Renkert
- Fix logging statments and use correct class name2012-12-11, by Björn Ricks
- Codeformat++2012-12-11, by Björn Ricks
- Move loading of the full Collection to an own method2012-12-11, by Björn Ricks
- Add new method hasItems to Collection class2012-12-11, by Björn Ricks
- Create a Collection if an artifact is added to the CollectionView2012-12-11, by Björn Ricks
- Don't create Collection when a CollectionView for a new project is created2012-12-11, by Björn Ricks
- Remove unused import2012-12-11, by Björn Ricks
- Introduce river mapfile generation (WARNING: Changes in config xml files required!).2012-12-11, by Christian Lins
- Move the access to artifact data to the Access object2012-12-11, by Björn Ricks
- Refactor Mapserver mapfile generation.2012-12-08, by Christian Lins
- CrossSectionGenerator: Center HYK-labels.2012-12-07, by Felix Wolfsteller
- WINFOArtifact: Tiny optimization, get data only when needed.2012-12-07, by Felix Wolfsteller
- Added view for selecting ranges in wsts.2012-12-06, by Sascha L. Teichmann
- XYChartGenerator: Avoid "range merging" for area series, as these might extend2012-12-06, by Felix Wolfsteller
- Merged2012-12-05, by Christian Lins
- Work on river axis mapfile generator.2012-12-05, by Christian Lins
- Add stubs for GaugeAccess and RangeAccess, for they do not get lost.2012-12-05, by Felix Wolfsteller
- Prevent NPE when color for bandwidth is unset, use non-template default.2012-12-05, by Felix Wolfsteller
- Merged.2012-12-05, by Felix Wolfsteller
- Enable manual points for w difference diagrams.2012-12-03, by Felix Wolfsteller
- Adjusted y axis label.2012-12-05, by Raimund Renkert
- Multiplicate diameter with 1000 to have mm instead of m.2012-12-05, by Raimund Renkert
- Improve the up and down arrows in the theme navigation panel2012-12-04, by Björn Ricks
- Fixed imports.2012-12-04, by Raimund Renkert
- Use moving average algorithm to calculate average values depending on the zoom2012-12-04, by Raimund Renkert
- Put start and end km into the context for average calculation.2012-12-04, by Raimund Renkert
- Added methods to set single values.2012-12-04, by Raimund Renkert
- Added missing setter for different values.2012-12-04, by Raimund Renkert
- Deprecate FLYSUtils2012-12-04, by Björn Ricks
- Use new refreshed bfg logo2012-12-04, by Björn Ricks
- Preparations for autogenerated riveraxis WMSs.2012-12-04, by Christian Lins
- Make floodmap riveraxis layer name configurable.2012-12-04, by Christian Lins
- A little optimization and handle the case that there are duplicates in the values.2012-12-03, by Sascha L. Teichmann
- Moved MovingAverage into math package2012-12-03, by Sascha L. Teichmann
- Removed obsolete import2012-12-03, by Sascha L. Teichmann
- Merged.2012-12-03, by Raimund Renkert
- Fixed validation in parameter matrix panel. Single selections are allowed now.2012-12-03, by Raimund Renkert
- Add start and end km of current chart zoomlevel to the context and use these2012-12-03, by Raimund Renkert
- New class for average calculation implementing moving average algorithms.2012-12-03, by Raimund Renkert
- Generate flow velocity facets based on the type the user selected.2012-12-03, by Raimund Renkert
- Set the discharge zone type to be able to generate the appropriate facets.2012-12-03, by Raimund Renkert
- Added member variable for discharge zone type.2012-12-03, by Raimund Renkert
- Added new member variable for zone type.2012-12-03, by Raimund Renkert
- Extracted method to calculate the zoomed bound of a chart.2012-12-03, by Raimund Renkert
- Added example config for river 'Elbe' and read the config in context factory.2012-12-03, by Raimund Renkert
- New class storing configuration about zoom dependent filter levels.2012-12-03, by Raimund Renkert
- Doc.2012-12-03, by Felix Wolfsteller
- Fix reference curve creation.2012-12-03, by Felix Wolfsteller
- Doc.2012-12-03, by Felix Wolfsteller
- Doc.2012-12-03, by Felix Wolfsteller
- Fix differences/Waterlevelartifact.2012-12-03, by Felix Wolfsteller
- Change floodmap WMS paths in make_flys_release.2012-12-01, by Christian Lins
- Add pdf export to GaugeDischargeCurveArtifact2012-11-30, by Björn Ricks
- Fix: Don't show the warning if datatype is WQKms2012-11-30, by Björn Ricks
- Remove obsolete MainMenu2012-11-30, by Björn Ricks
- Add new CSS for the layout changes2012-11-30, by Björn Ricks
- Add a welcome screen to the workspace background2012-11-30, by Björn Ricks
- Add i18n message strings for a welcome screen2012-11-30, by Björn Ricks
- Hide the manage project button if the project list is shown2012-11-30, by Björn Ricks
- Add methods to hide and show the manage projects button of the header2012-11-30, by Björn Ricks
- Use the FLYSHeader instead of the MainMenu2012-11-30, by Björn Ricks
- Merge the MainMenu into the FLYSHeader2012-11-30, by Björn Ricks
- Add methods to hide and show the project list in FLYS class2012-11-30, by Björn Ricks
- Add path for the new small BfG logo2012-11-30, by Björn Ricks
- Add smaller BfG logo2012-11-30, by Björn Ricks
- meta-data.xml: Moved 'map' definitions to more appropriate place.2012-11-30, by Felix Wolfsteller
- meta-data.xml: Resolved discharge_longitudinal_section definitions and use2012-11-30, by Felix Wolfsteller
- meta-data.xml: Moved duration-curve definitions into more appropriate places.2012-11-30, by Felix Wolfsteller
- meta-data.xml: Added 'prototype-macro for longitudinal_sections.2012-11-30, by Felix Wolfsteller
- Doc.2012-11-29, by Felix Wolfsteller
- Use floating point calculation for floodmap colors.2012-11-30, by Christian Lins
- Floodmap can now be classified in the range 5 to 20 (incl.).2012-11-29, by Christian Lins
- Doc.2012-11-29, by Felix Wolfsteller
- Add ManualPoint-handling to SQRelationGenerator.doOut().2012-11-29, by Felix Wolfsteller
- Documentation added.2012-11-29, by Felix Wolfsteller
- Allow manual points in bedheight_longitudinal_sections.2012-11-28, by Felix Wolfsteller
- Enable manual points for s/q diagrams.2012-11-28, by Felix Wolfsteller
- Add the csv export to the GaugeDischargeCurveArtifact2012-11-27, by Björn Ricks
- Refactor ComputedDischargeCurveExporter to support WQKms values and WQKms arrays2012-11-27, by Björn Ricks
- Use constant from DischargeTables for the scaling factor2012-11-27, by Björn Ricks
- Refactor getting the WQKms into it's own method2012-11-27, by Björn Ricks
- Doc.2012-11-27, by Felix Wolfsteller
- Allow manual points in flow_velocity diagrams.2012-11-27, by Felix Wolfsteller
- Merged.2012-11-27, by Felix Wolfsteller
- Enable manual points in sedimentload ls.2012-11-27, by Felix Wolfsteller
- Merged2012-11-27, by Christian Lins
- Work on dynamic color classes for floodmap (work in progress, not yet functional).2012-11-27, by Christian Lins
- Merged.2012-11-27, by Felix Wolfsteller
- Fix flys/issue989: manual points in bedheight_middle outs.2012-11-27, by Felix Wolfsteller
- flys-client: Shapefile upload widget readded again (regression).2012-11-27, by Christian Lins
- flys-client: Patch to render combobox options as clickable links.2012-11-27, by Christian Lins
- i18n fix.2012-11-27, by Felix Wolfsteller
- Fix FLYS logo URL for printing.2012-11-20, by Christian Lins
- flys-client: Map.updateSize() is now called on every windows movement2012-11-20, by Christian Lins
- Workaround for NPE in FloodMapState.2012-11-20, by Christian Lins
- flys-client: Cosmetics and warnings.2012-11-19, by Christian Lins
- flys/client: Exception catched and replaced by friendly warning (MINFO Sohlhoehendifferenz) #967/flys.2012-11-18, by Christian Lins
- Added tag 2.9.6 for changeset ce6bea03156c2012-11-16, by Sascha L. Teichmann
- Add help anchors for fix analysis2.9.6 2012-11-16, by Sascha L. Teichmann
- More solid S/Q function sampling2012-11-16, by Sascha L. Teichmann
- Exchange the river selection map2012-11-16, by Björn Ricks
- Remove obsolete imports2012-11-16, by Björn Ricks
- Add i18n for the new close project list button2012-11-16, by Björn Ricks
- Add css for the project list changes2012-11-16, by Björn Ricks
- Add a small close and add project button to the project list header2012-11-16, by Björn Ricks
- Remove the new project button from the menue2012-11-16, by Björn Ricks
- Get rid of the footer and the spacer in the flys webpage2012-11-16, by Björn Ricks
- Add GaugeOverview to Fixanalysis2012-11-16, by Björn Ricks
- Adapt WMS URLs in floodmap.xml to user-wms.2012-11-16, by Christian Lins
- Merged2012-11-16, by Christian Lins
- Map view in DigitizePanel now shows OSM background, river axis and2012-11-16, by Christian Lins
- merged2012-11-16, by Sascha L. Teichmann
- Removed obsolete imports.2012-11-16, by Sascha L. Teichmann
- Removed obsolete import2012-11-16, by Sascha L. Teichmann
- Allow requests from localhost in GGInA filter2012-11-16, by Björn Ricks
- Added i18n strings for sediment load calculation.2012-11-15, by Raimund Renkert
- New themes for sediment load chart.2012-11-15, by Raimund Renkert
- New field in sediment load object and calculation.2012-11-15, by Raimund Renkert
- New doOut for total load in sediment load calculation.2012-11-15, by Raimund Renkert
- Added new facet type to sediment load calculation.2012-11-15, by Raimund Renkert
- Removed some debug logs and changed report strings.2012-11-15, by Raimund Renkert
- Merged2012-11-15, by Christian Lins
- MapPanel position and size now properly aligned (#568).2012-11-15, by Christian Lins
- Add i18n string for soundings width in flys client2012-11-15, by Björn Ricks
- Handle also the bedheight facet in minfo bedheight_middle output2012-11-15, by Björn Ricks
- Load bedheigt single values via the datacage for a bedheight middle output2012-11-15, by Björn Ricks
- Handle also sounding width generated via the datacage in MiddleBedHeightGenerator2012-11-15, by Björn Ricks
- Implement a BedheightProcessor to generate charts from bed height data2012-11-15, by Björn Ricks
- Refactor BedHeightArtifacts to provide bed height single values of a range2012-11-15, by Björn Ricks
- Add type member variable to BedHeightFacet2012-11-15, by Björn Ricks
- Add method to get all morph width of a BedHeigthSingle object2012-11-15, by Björn Ricks
- Merged2012-11-15, by Christian Lins
- Map is now properly resized when hiding ThemePanel.2012-11-15, by Christian Lins
- Fixed typo in debug message.2012-11-15, by Felix Wolfsteller
- MetaDataService: Added comment from ChangeLog.2012-11-15, by Felix Wolfsteller
- Documentation.2012-11-15, by Felix Wolfsteller
- Cosmetics.2012-11-15, by Felix Wolfsteller
- Cosmetics.2012-11-15, by Felix Wolfsteller
- Fix MapFish print config and add FLYS logo to print output (DIN A4 only).2012-11-14, by Christian Lins
- Parse and store year in sediment densities.2012-11-14, by Raimund Renkert
- Added new column 'year' to sediment density values in postgresql and oracle2012-11-14, by Raimund Renkert
- Completed and fixed sediment load calculation.2012-11-14, by Raimund Renkert
- Added objects and factory for sediment densities.2012-11-14, by Raimund Renkert
- Added new y axis label for m3/a unit and fixed sand fraction output.2012-11-14, by Raimund Renkert
- Add report facet if calculation had problems.2012-11-14, by Raimund Renkert
- Added logger and fixed data field checkup.2012-11-14, by Raimund Renkert
- Fixed SQL statements and parameters.2012-11-14, by Raimund Renkert
- Fix: Handle epochs like official epochs to get a year range.2012-11-14, by Raimund Renkert
- Added methods to sediment load object to check fractions.2012-11-14, by Raimund Renkert
- Fixed typo in total sediment load facet type.2012-11-14, by Raimund Renkert
- Added report output generator for sediment load calculation.2012-11-14, by Raimund Renkert
- Additional transitions and outs for MINFO sediment load calculation.2012-11-14, by Raimund Renkert
- Merged.2012-11-14, by Felix Wolfsteller
- fixanalysis.xml: Add cross_section out.2012-11-14, by Felix Wolfsteller
- FixRealizingCompute: Add CrossSectionWaterLineFacet in FixRealizingState.2012-11-14, by Felix Wolfsteller
- FixationArtifact: implement WaterLineArtifact, deliver lines for cross-sections.2012-11-14, by Felix Wolfsteller
- QSectorFacet: Guard access to curentKm in context.2012-11-14, by Felix Wolfsteller
- CrossSectionWaterLineFacet: Guard class cast.2012-11-14, by Felix Wolfsteller
- WINFOArtifact: cosmetics, respect 80c width.2012-11-14, by Felix Wolfsteller
- Merged.2012-11-14, by Raimund Renkert
- Fixed typo in make_release script.2012-11-14, by Raimund Renkert
- Fix compile2012-11-14, by Björn Ricks
- Fix also BedHeightsArtifact2012-11-14, by Björn Ricks
- Also use variable for displayname2012-11-14, by Björn Ricks
- Improve debugging while merging outs and facets2012-11-14, by Björn Ricks
- Improve debugging in StaticFLYSArtifact2012-11-14, by Björn Ricks
- Change facets member variable to private2012-11-14, by Björn Ricks
- Add method to return the facets of an artifact2012-11-14, by Björn Ricks
- Improve loggin in FLYSArtifact2012-11-14, by Björn Ricks
- Fix hard coded mapserver url2012-11-14, by Sascha L. Teichmann
- Fixed path to client logging2012-11-14, by Sascha L. Teichmann
- Merged2012-11-14, by Sascha L. Teichmann
- Fixed problem with mapserver fonts2012-11-14, by Sascha L. Teichmann
- Add stack trace if authentication was not successfull2012-11-14, by Björn Ricks
- Return after sending a redirect2012-11-14, by Björn Ricks
- Check if response code from GGInA is 200 OK2012-11-14, by Björn Ricks
- Fixed web.xml seding2012-11-14, by Sascha L. Teichmann
- Added tag 2.9.5 for changeset b51f6bb188d72012-11-13, by Sascha L. Teichmann
- Made REALEASE setable2.9.5 2012-11-13, by Sascha L. Teichmann
- Improved build script2012-11-13, by Sascha L. Teichmann
- Cosmetics: Removed some WSP, obsolete imports. Documentation added.2012-11-13, by Felix Wolfsteller
- Merged2012-11-13, by Christian Lins
- Add new FLYS logo.2012-11-13, by Christian Lins
- winfo.xml: Add cross-section facets and out to extreme state.2012-11-13, by Felix Wolfsteller
- WINFOArtifact: Compute extreme values for cross sections too. Add CS-Facet.2012-11-13, by Felix Wolfsteller
- WaterLineArtifact: Added callcontext-parameter to interfaces getWaterLine.2012-11-13, by Felix Wolfsteller
- Remove dead code and warnings.2012-11-13, by Christian Lins
- Try to fix resize problems with MapWidget in DigitizePanel (#802).2012-11-12, by Christian Lins
- Resize MapWidget in MapPanel manually using a ResizedHandler.2012-11-12, by Christian Lins
- Map print settings can now be configured via settings window.2012-11-11, by Christian Lins
- Map print does now submit additional parameters to MapPrintServiceImpl.2012-11-10, by Christian Lins
- Work (in progress) on a print settings dialog.2012-11-10, by Christian Lins
- Rmoved obsolete imports.2012-11-09, by Felix Wolfsteller
- i18n: Add i18n for flow-velovity discharges.2012-11-09, by Felix Wolfsteller
- minfo.xml: Add discharge facet to compat list of flow_velocity out.2012-11-09, by Felix Wolfsteller
- FlowVelocityGenerator: Handle new discharge curves at new third axis.2012-11-09, by Felix Wolfsteller
- FlowVelocityData: Add new helper to get km/Q-double-arrays.2012-11-09, by Felix Wolfsteller
- FlowVelocityState: Create new discharge facet.2012-11-09, by Felix Wolfsteller
- FacetTypes: Register new FLOW_VELOCITY_DISCHARGE type.2012-11-09, by Felix Wolfsteller
- For FlowV.-Artifacts, use given id, fetch data and display via facet and generator.2012-11-09, by Felix Wolfsteller
- FlowVelocityMeasurementFactory: New, do the query to fetch measured flow velocities.2012-11-09, by Felix Wolfsteller
- FlowVelocityMeasurementValue: Added 'fast' (db-unmapped) class to access values later.2012-11-09, by Felix Wolfsteller
- Whitespace cosmetics.2012-11-09, by Felix Wolfsteller
- Whitespace cosmetic.2012-11-09, by Felix Wolfsteller
- BedHeightArtifact: Whitespace-cosmetic and vim line.2012-11-09, by Felix Wolfsteller
- FlowVelocityGenerator: Dummy-handle new measured velocity facets.2012-11-08, by Felix Wolfsteller
- FlowVelocityGenerator: Added TODO about 3rd and 4th axis.2012-11-08, by Felix Wolfsteller
- Register new FLOW_VELOCITY_MEASUREMENT Facet Type.2012-11-08, by Felix Wolfsteller
- meta-data.xml: Add annotations and flow velocity measurements to the DC.2012-11-08, by Felix Wolfsteller
- Register flowvelocity artifact factory.2012-11-08, by Felix Wolfsteller
- Add new facet to flow velocity outs compat list.2012-11-08, by Felix Wolfsteller
- Add FlowVelocityMeasurementArtifact and -facet. Yet dummies.2012-11-08, by Felix Wolfsteller
- Use static variable for login page name in LoginServlet2012-11-08, by Björn Ricks
- Be sure that a redirect url always exist2012-11-08, by Björn Ricks
- Add datacage for minfo and longitudinal_section.w from fixanalysis2012-11-07, by Björn Ricks
- Use new WOutProcessor for generating charts2012-11-07, by Björn Ricks
- Add processor to be able to generate curves for WKms values2012-11-07, by Björn Ricks
- Remove AbstractFixGenerator and use new KMIndexProcessor instead2012-11-07, by Björn Ricks
- Move inverted from LongitudinalSectionGenerator to XYChartGenerator2012-11-07, by Björn Ricks
- Add method to a access the CallContext of a ChartGenerator2012-11-07, by Björn Ricks
- Introduce a new Interface to abstract the data to curve generation2012-11-07, by Björn Ricks
- Introduce a new FixingsFacet to add save access to the current Km2012-11-07, by Björn Ricks
- Fix logging statement2012-11-07, by Björn Ricks
- Remove whitespace added by eclipse2012-11-06, by Björn Ricks
- Fix: Use correct class for the logger2012-11-06, by Björn Ricks
- Don't notify jfreechart listeners when adding points2012-11-06, by Björn Ricks
- Only put current Km to the context if it is a valid km2012-11-06, by Björn Ricks
- Reintroduce wrongly outbacked changes (rev 4418-4425).2012-11-07, by Felix Wolfsteller
- Merged backouts.2012-11-07, by Felix Wolfsteller
- Backed out changeset e8a4d2fd25cc2012-11-07, by Felix Wolfsteller
- Backed out changeset e8a4d2fd25cc2012-11-07, by Felix Wolfsteller
- Merged.2012-11-07, by Felix Wolfsteller
- Added vim line.2012-11-07, by Felix Wolfsteller
- minfo.xml: Add annotations to compat list of sedimentload_ls out.2012-11-07, by Felix Wolfsteller
- meta-data.xml: Force-recommend annotations for sedimentload_ls outs.2012-11-07, by Felix Wolfsteller
- SedimentLoadFactory: Added vim-line.2012-11-07, by Felix Wolfsteller
- SedimentLoadFactory: Added TODO.2012-11-07, by Felix Wolfsteller
- SedimentLoadFactory: Changed comments, removed empty one.2012-11-07, by Felix Wolfsteller
- Add (currently useless) button for map print settings.2012-11-06, by Christian Lins
- Remove authentication from MapPrintServiceImpl.2012-11-06, by Christian Lins
- Move GGInAFilter and NoCacheFilter to an own package2012-11-06, by Björn Ricks
- Add config in web.xml for the new NoCacheFilter2012-11-06, by Björn Ricks
- Add new Filter class to change caching2012-11-06, by Björn Ricks
- Add javadoc comment about RiverInfoServiceImpl2012-11-06, by Björn Ricks
- Less debug output in GGInAFilter2012-11-06, by Björn Ricks
- FixationArtifact: In doc, mention where the FacetActivity is registered.2012-11-06, by Felix Wolfsteller
- ExtremeCalculation: Resolve probably too nested break.2012-11-06, by Felix Wolfsteller
- ExtremeCalculation: Doc.2012-11-06, by Felix Wolfsteller
- manualpoints.xml: Add facet for the extrene_wq_curve out.2012-11-05, by Felix Wolfsteller
- FacetTypes: Add new ChartType extreme_wq_curve to enable manual points.2012-11-05, by Felix Wolfsteller
- FLYSUtils: Null-guard some conditionals (autoboxes).2012-11-05, by Felix Wolfsteller
- WaterevelState: Doc.2012-11-05, by Felix Wolfsteller
- ExtremeCompute: Further naming improvements on facets.2012-11-05, by Felix Wolfsteller
- ExtremeWQCurveGenerator: Fixed typo in debug output.2012-11-05, by Felix Wolfsteller
- ExtremeWQCurveGenerator: Removed obsolete import.2012-11-05, by Felix Wolfsteller
- server-side i18n for inputs of extreme*. Newlines at end of file.2012-11-05, by Felix Wolfsteller
- winfo.xml: Add wst and pdf Facets to extremes compat list.2012-11-05, by Felix Wolfsteller
- ExtremeCompute: Add DataFacets (csv, wst, defunc pdf).2012-11-05, by Felix Wolfsteller
- WaterlevelExporter: Use new WQKmsResult to avoid parallel paths for Extrem- and Fixing-Result.2012-11-05, by Felix Wolfsteller
- ExtremeCompute: Whitespace-cosmetics.2012-11-05, by Felix Wolfsteller
- Improve debugging inf FLYSArtifact2012-11-05, by Björn Ricks
- Get rid of HorizontalLayout in MapOutputTab and use manual resizing.2012-11-05, by Christian Lins
- Let Extreme- and FixRealizingResult implement WQKmsResult.2012-11-05, by Felix Wolfsteller
- conf.xml: Register the extreme_curve_export generator, a WaterlevelExporter.2012-11-05, by Felix Wolfsteller
- winfo.xml: Add extreme_curve_export outputmode and csv facet to its compat list.2012-11-05, by Felix Wolfsteller
- WQKmsResult: New interface to ease Export.2012-11-05, by Felix Wolfsteller
- conf.xml: Register the extreme_curve_report-Out-Generator.2012-11-05, by Felix Wolfsteller
- winfo.xml: Add error ('report') outputmode to extreme_wq_curve out, and compat for reportfacet.2012-11-05, by Felix Wolfsteller
- FlowVelocityGenerator: Handle ('out') annotations.2012-11-05, by Felix Wolfsteller
- minfo.xml: Add annotations to compat list of flow-velocity outs.2012-11-05, by Felix Wolfsteller
- meta-data.xml: Force-recommend annotations for flow-velocity-outs.2012-11-05, by Felix Wolfsteller
- Merged2012-11-05, by Felix Wolfsteller
- i18n for showextramark in client.2012-11-02, by Felix Wolfsteller
- ExtremeWQCurveGenerator: Respect theme prop about showing the extrapol-line.2012-11-02, by Felix Wolfsteller
- ThemeUtil: Method to parse/access showextramark theme prop.2012-11-02, by Felix Wolfsteller
- ExtremeWQCurveGenerator: Removed more or less dead code.2012-11-02, by Felix Wolfsteller
- ExtremeWQCurveGenerator: Use real facet description as name for data series of extreme wqs.2012-11-02, by Felix Wolfsteller
- Added tag flys-2.9.4 for changeset 10e277c2fe0f2012-11-04, by Sascha L. Teichmann
- Some fixes to make the calculation work.flys-2.9.4 2012-11-04, by Sascha L. Teichmann
- Added tag flys-2.9.4 for changeset 651b93c10dc52012-11-02, by Sascha L. Teichmann
- Removed superfluous imports.2012-11-02, by Sascha L. Teichmann
- Removed superfluous imports.2012-11-02, by Sascha L. Teichmann
- Converting from list to array doesn't make sence here2012-11-02, by Björn Ricks
- Add facets for fixanalysis data from the datacage2012-11-02, by Björn Ricks
- Add datacage logic for MINFO bed differences2012-11-02, by Björn Ricks
- Add chart generation for fixings in bed differences generators2012-11-02, by Björn Ricks
- Extract common generator method from FixLongitudinalSectionGenerator2012-11-02, by Björn Ricks
- Avoid NullPointerExceptions if no settings are available2012-11-02, by Björn Ricks
- Updated i18n strings for sediment load.2012-11-02, by Raimund Renkert
- Added chart generator for sediment load output.2012-11-02, by Raimund Renkert
- Added sediment load calculation.2012-11-02, by Raimund Renkert
- New facet and result set for sediment load.2012-11-02, by Raimund Renkert
- Added access object for artifact containing sediment load parameters.2012-11-02, by Raimund Renkert
- Updated data object and factory for sediment load.2012-11-02, by Raimund Renkert
- Added i18n string for sediment load output tab title.2012-11-02, by Raimund Renkert
- Fixed sediment yield parser.2012-11-02, by Raimund Renkert
- Even better Extreme W/Q Facet names. i18n thereof.2012-11-02, by Felix Wolfsteller
- Registered style for extreme_wq_base_curves.2012-11-02, by Felix Wolfsteller
- StyledSeriesBuilder: Corrected doc.2012-11-02, by Felix Wolfsteller
- StyledSeriesBuilder: New addPointsQW accepting double[]s.2012-11-02, by Felix Wolfsteller
- FLYSUtils: Minor doc add.2012-11-02, by Felix Wolfsteller
- ExtremeWQCurveGenerator: Reuse prerpareChartData, handle new extreme_wq_curve_base facet.2012-11-02, by Felix Wolfsteller
- FixWQCurveGenerator: Refac, extracted a prepareChartData from doOut, to be reused.2012-11-02, by Felix Wolfsteller
- ExtremeCompute: Create a facet to show the non-inter-or-extrapolated points.2012-11-02, by Felix Wolfsteller
- winfo.xml: Add new extreme_wq_curve_base to compat of extreme_wq_curve out.2012-11-02, by Felix Wolfsteller
- ExtremeCurveFacet: Add new constructor to set name to new FacetType (extreme_wq_curve_base). Data is the same.2012-11-02, by Felix Wolfsteller
- FacetTypes: New type: exreme_wq_curve_base (for the Stuetz-Q-Poits).2012-11-02, by Felix Wolfsteller
- ExtremeCompute: Improve naming of facets.2012-11-02, by Felix Wolfsteller
- Added missing percentage cut off in extreme calculation.2012-11-02, by Sascha L. Teichmann
- Circumvent NPE in Curve. issue flys/10192012-11-02, by Sascha L. Teichmann
- Ignore comments in meta data xml template2012-11-01, by Björn Ricks
- Refactor Converter to use common code2012-11-01, by Björn Ricks
- Doc.2012-11-01, by Felix Wolfsteller
- flys-client: Show NaviOutput-Tab also for extreme_wq_curve.2012-11-01, by Felix Wolfsteller
- flys-client: i18n for extreme_wq_curve.2012-11-01, by Felix Wolfsteller
- winfo.xml: Change extreme wq-out from fix_wq_curve to (new) extreme_wq_curve.2012-11-01, by Felix Wolfsteller
- conf.xml: Register new ExtremeWQCurveGenerator.2012-11-01, by Felix Wolfsteller
- Removed doExtreme*() as its implemented in own generator now, opened visibility of field artifact for refac.2012-11-01, by Felix Wolfsteller
- Added new Generator: ExtremeWQCurveGenerator (and its *Info*-counterpart).2012-11-01, by Felix Wolfsteller
- Removed obsolete imports.2012-11-01, by Felix Wolfsteller
- Removed obsolete imports.2012-11-01, by Felix Wolfsteller
- FixWQCurveGenerator: Use suggested max q value of curve.2012-10-31, by Felix Wolfsteller
- Added themes for extreme_wq_curve .2012-10-31, by Felix Wolfsteller
- DoubleUtil: New function to find max in an double array.2012-10-31, by Felix Wolfsteller
- FixWQCurveGenerator: For extreme_wq_curves, add marker to indicate where extrapolation starts.2012-10-31, by Felix Wolfsteller
- ExtremeCurveFacet: Moved allocation of Access object to where its needed.2012-10-31, by Felix Wolfsteller
- HistoricalD.WQ.Generator: Cometics, docs.2012-10-31, by Felix Wolfsteller
- ExtremeCurveFacet: Set suggestedMaxQ in curve to be max value in segment + 5%.2012-10-31, by Felix Wolfsteller
- Curve: Added field, getter and setter for suggestedMaxQ .2012-10-31, by Felix Wolfsteller
- Range: Documentation.2012-10-31, by Felix Wolfsteller
- ExtremeAccess: Added helper method to find the values for (the range of) a km.2012-10-31, by Felix Wolfsteller
- ExtremeAccess: Renamed log to logger, documentation.2012-10-31, by Felix Wolfsteller
- RangeWithValues: Documentation.2012-10-31, by Felix Wolfsteller
- Removed the legend images from map theme panel.2012-10-30, by Ingo Weinzierl
- Added a new control 'show legend' to the map's toolbar. This control opens a window that displays the legends of all activated layers.2012-10-30, by Ingo Weinzierl
- Update translations for measurement station changes2012-10-30, by Björn Ricks
- Reorder elements in the MeasurementStation details2012-10-30, by Björn Ricks
- Extract the gauge name from the riverservice response2012-10-30, by Björn Ricks
- Add the gauge name to the MeasurementStation client class2012-10-30, by Björn Ricks
- Add gauge name to the measurement station xml response2012-10-30, by Björn Ricks
- FixWQCurveGenerator: Handle extreme_wq_curve facets (stub).2012-10-30, by Felix Wolfsteller
- NaviChartOutputTab: Get relevant data also from not-fixationanalysis-artifacts.2012-10-30, by Felix Wolfsteller
- NaviChartOutputTab: Doc.2012-10-30, by Felix Wolfsteller
- NaviChartOutputTab: Slight refactoring to work not only with FixAnalysisArtifacts.2012-10-30, by Felix Wolfsteller
- NaviChartOutputTab: Use final var instead of alloc-on-the-fly in each callback.2012-10-30, by Felix Wolfsteller
- KMIndex: Minor doc.2012-10-30, by Felix Wolfsteller
- Merged.2012-10-30, by Felix Wolfsteller
- winfo.xml: Add fix_wq_curve output mode and extreme_wq_curve compatibility to extreme state.2012-10-30, by Felix Wolfsteller
- ExtremeCompute: Add ExtremeCurveFacet in this state.2012-10-30, by Felix Wolfsteller
- ExtremeCurveFacet: New Facet to access Extreme Curves at given km.2012-10-30, by Felix Wolfsteller
- Add new EXTREME_WQ_CURVE Facet Type.2012-10-30, by Felix Wolfsteller
- Doc and whitespace cosmetics for ExrremeResult and FixWQCurve.2012-10-30, by Felix Wolfsteller
- Doc for WQFacet and Curve.2012-10-30, by Felix Wolfsteller
- NaviChartOutputTab: Whitespace and vimline added.2012-10-29, by Felix Wolfsteller
- Added some grumpy javadoc.2012-10-29, by Felix Wolfsteller
- FixWQCurveFacet: Corrected debug message.2012-10-29, by Felix Wolfsteller
- Curve: Tiny javadoc.2012-10-29, by Felix Wolfsteller
- Close the gauge panel tree folds if a csv result should be shown2012-10-29, by Björn Ricks
- Rename gauge_discharge_curve_at_export facet to at2012-10-29, by Björn Ricks
- Merged2012-10-29, by Felix Wolfsteller
- WaterlevelFacet: Deal with ExtremeResult if it is embedded in CalculationResult (instead of WQKms).2012-10-29, by Felix Wolfsteller
- ExtremeCompute: Generate LS-Facets.2012-10-29, by Felix Wolfsteller
- ExtremeCompute: Renamed log to logger.2012-10-29, by Felix Wolfsteller
- Added i18n strings.2012-10-29, by Raimund Renkert
- Added helper panel to sediment load UI to display sediemnt load overviews.2012-10-29, by Raimund Renkert