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