graph
- Merged2014-08-11, by Sascha L. Teichmann
- Removed obsolete imports.2014-08-11, by Sascha L. Teichmann
- Build is locale sensitive. Force a UTF-8 locale for building.2014-08-11, by Andre Heinecke
- Datacage config for new sediment load structures. Missing: some facets and everything down from the innermost macros for sediment load at measurement stations.2014-08-08, by Tom Gottfried
- Added $RADIUS zoom scale sub title logic to other diagrams.2014-08-07, by Sascha L. Teichmann
- Some typos in datacage config reference.2014-08-07, by Tom Gottfried
- Fixed sub title zoom stuff.2014-08-07, by Sascha L. Teichmann
- Merged2014-08-07, by Sascha L. Teichmann
- flys/issue1262: Introduce variable $RADIUS to be used in user defined chart sub titles.2014-08-07, by Sascha L. Teichmann
- Cleaned layout for infolines (issue1635).2014-08-07, by Tom Gottfried
- SCHEMA CHANGE: rename database tables from yield to load_ls according to respective classes.2014-08-06, by Tom Gottfried
- Parse meta data for multi attribute data.2014-08-05, by Sascha L. Teichmann
- Added meta infos for multi items to enable client to order the columns in a defined order.2014-08-05, by Sascha L. Teichmann
- More idiomatic Java string concat.2014-08-05, by Sascha L. Teichmann
- Sediment load: transform units for official epochs, too.2014-07-31, by Sascha L. Teichmann
- Sediment load: refactored epoch calculation to not average over all but per year.2014-07-31, by Sascha L. Teichmann
- Sediment load: fetch sediment density for transforming t/a to m^3/a.2014-07-30, by Sascha L. Teichmann
- Sediment load: Cached sediment values dont depend on year. The cached object is an index over year so there is not need to ask the factory for this.2014-07-30, by Sascha L. Teichmann
- Sediment load: Ensure that the lists of values are always ordered station wise. This was a hidden bug. :-/2014-07-30, by Sascha L. Teichmann
- Sediment density: Got rid of stupid extra year tracking.2014-07-30, by Sascha L. Teichmann
- Sedimen load: Added bundle for fraction results.2014-07-30, by Sascha L. Teichmann
- Fix wsplgen name2014-07-23, by Andre Heinecke
- Sediment load: More of official epochs.2014-07-18, by Sascha L. Teichmann
- SCHEMA CHANGE and Importer: get time intervals of SQ-relations from metalines in sediment load files.2014-07-18, by Tom Gottfried
- Sediment load: Fetch kind of sediment load from database to tell if it is official or not.2014-07-18, by Sascha L. Teichmann
- Sediment load: More on calculating epoch loads.2014-07-18, by Sascha L. Teichmann
- Importer: Import sediment load at measurement stations.2014-07-18, by Tom Gottfried
- Sediment load. More off year based calculations.2014-07-18, by Sascha L. Teichmann
- My hint that MeasurementStation does not know it's river was not true. Thus backout rev 8c14588d1f78.2014-07-18, by Tom Gottfried
- Sediment load: dispatch calculation modes.2014-07-18, by Sascha L. Teichmann
- Sediment load: take arguments from sediment access.2014-07-18, by Sascha L. Teichmann
- Sediment load access: Cache values.2014-07-18, by Sascha L. Teichmann
- Sediment load: Added more 'sums' to be calculated.2014-07-17, by Sascha L. Teichmann
- Sediment load: (incomplete) new sediment load calculation.2014-07-17, by Sascha L. Teichmann
- Sediment Load: Added table to figure out where grain fractions are measured.2014-07-17, by Sascha L. Teichmann
- Sediment load: Added join to fetch measurement station via ranges which know the river. Added a visitor for values, too.2014-07-17, by Sascha L. Teichmann
- ImporterSession: Load measurement stations via ranges which hold a reference to the river.2014-07-17, by Sascha L. Teichmann
- Merged.2014-07-17, by Sascha L. Teichmann
- Sediment load: Merge measurement stations if they have the same km. The chaining was too complicated to build algorithms on top of it.2014-07-17, by Sascha L. Teichmann
- Divide SedimentLoadLSParser into AbstractSedimentLoadParser and SedimentLoadLSParser to be able to reuse code for a new SedimentLoadParser for data at measurement stations.2014-07-16, by Tom Gottfried
- Introduce LineParserException for CSV file parsing.2014-07-16, by Sascha L. Teichmann
- Sediment load: Recognize grain fractions 'total', 'bed_load' and 'suspended_load' from pre-calculations.2014-07-16, by Sascha L. Teichmann
- Replace station list with a plain array.2014-07-16, by Sascha L. Teichmann
- Use GF_UNKNOWN constant instead of -1 to identify unknown grain fractions.2014-07-16, by Sascha L. Teichmann
- Directly chain stations with the same km position together. This ease some summations.2014-07-16, by Sascha L. Teichmann
- Added filters for loaded sediment data values. Year, Epochs (time ranges), And and Or.2014-07-16, by Sascha L. Teichmann
- Throw out old visitor model and use grain fraction filters instead. Fixed neighborhood wirinng of measument stations.2014-07-16, by Sascha L. Teichmann
- Sediment loads from cache are sorted in station order so range filters2014-07-15, by Sascha L. Teichmann
- Wire the neighbors to the measurement stations together. This eases the lookup for same types (suspended or bed load).2014-07-15, by Sascha L. Teichmann
- New way to loaded sediment loads from database and cache it. The data structure a way more straight forward. TODO: Implement calculation on this basis.2014-07-15, by Sascha L. Teichmann
- SCHEMA CHANGE and Importer (only longitudinal section data so far): only grain fractions given now in schema are valid. We are handling sediment loads, not yields.2014-07-14, by Tom Gottfried
- Renamed ImportSedimentYield to ImportSedimentLoadLS.2014-07-11, by Sascha L. Teichmann
- Fix for flys/issue1735 (Versatz in den HYK-Dateien)2014-07-11, by Sascha L. Teichmann
- Added method to importer session to fetch the measurement station for given (river, km).2014-07-10, by Sascha L. Teichmann
- Added importer models for sediment load and sediment load values.2014-07-10, by Sascha L. Teichmann
- Load grain fractions from database only. Do not store new ones.2014-07-10, by Sascha L. Teichmann
- Added Hibernate mappings for new sediment load database model.2014-07-10, by Sascha L. Teichmann
- Renamed SedimentYield to SedimentLoadLS and SedimentYieldValue to SedimentLoadLSValue. Adjust the names of the parsers and the rest of the glue.2014-07-09, by Sascha L. Teichmann
- Renamed SedimentLoad to SedimentLoadLSData to make place for SedimentLoad in backend.2014-07-09, by Sascha L. Teichmann
- Removed obsolete imports.2014-07-09, by Sascha L. Teichmann
- Removed obsolete imports.2014-07-09, by Sascha L. Teichmann
- Merged2014-07-09, by Sascha L. Teichmann
- Support the "new" HYK format which enables setting the end of the last flow zone.2014-07-09, by Sascha L. Teichmann
- Repair last commit.2014-07-09, by Tom Gottfried
- SCHEMA CHANGE: consistent naming scheme and drop script for sediment load at measurement stations.2014-07-09, by Tom Gottfried
- SCHEMA CHANGE: Added new structure for sediment loads measured at measurement stations.2014-07-08, by Tom Gottfried
- Close branch facet-metadata. It's all in default now.facet-metadata 2014-07-08, by Tom Gottfried
- Merged branch facet-metadata into default.2014-07-08, by Tom Gottfried
- merged default into branch facet-metadata.facet-metadata 2014-07-08, by Tom Gottfried
- Updated german i18n strings.facet-metadata 2014-07-04, by Raimund Renkert
- merged.facet-metadata 2014-07-03, by Raimund Renkert
- Write an empty string if year is 0 in middle bedheight exporter.facet-metadata 2014-07-03, by Raimund Renkert
- Updated german i18n string.facet-metadata 2014-07-03, by Raimund Renkert
- Allow differences between years and epochs (accidentally did that in branch facet-metadata already too)2014-07-03, by Tom Gottfried
- Allow differences between years and epochs.facet-metadata 2014-07-03, by Tom Gottfried
- Fixed i18n strings.facet-metadata 2014-07-03, by Raimund Renkert
- Avoid NPE if some meta data does not exist.facet-metadata 2014-07-03, by Raimund Renkert
- Added i18n strings for middle bedheights.facet-metadata 2014-07-03, by Raimund Renkert
- Added macro for middle bedheights for old calculations.facet-metadata 2014-07-03, by Raimund Renkert
- Added i18n strings.facet-metadata 2014-07-03, by Raimund Renkert
- Removed unused imports and avoid using RiverUtils.facet-metadata 2014-07-03, by Raimund Renkert
- Fixed NPE when loading folders from datacage.facet-metadata 2014-07-03, by Raimund Renkert
- Translate csv meta data lines in middle bed height chart export.facet-metadata 2014-07-03, by Raimund Renkert
- Add river elevation model to middle bed height csv export.facet-metadata 2014-07-03, by Raimund Renkert
- Fixed i18n strings.facet-metadata 2014-07-03, by Raimund Renkert
- Add river elevation model to bed diff chart export.facet-metadata 2014-07-03, by Raimund Renkert
- Allow building Release from specific branch. Beware that branches to not get different ports automatically.2014-07-02, by Tom Gottfried
- Added missing facet.facet-metadata 2014-07-02, by Raimund Renkert
- Add meta data to middle bed height CSV export.facet-metadata 2014-07-02, by Raimund Renkert
- Added som more meta data to middle bed height result.facet-metadata 2014-07-02, by Raimund Renkert
- Separate meta data key and value by ':'.facet-metadata 2014-07-02, by Raimund Renkert
- Removed unused importsRemoved unused imports..facet-metadata 2014-07-02, by Raimund Renkert
- Add meta data to chart series in sq relation.facet-metadata 2014-07-02, by Raimund Renkert
- Add units as meta data to middle bed height facets.facet-metadata 2014-07-02, by Raimund Renkert
- Updated meta data in facets.facet-metadata 2014-07-02, by Raimund Renkert
- Split bed quality facets and updated processors and state.facet-metadata 2014-07-02, by Raimund Renkert
- Removed debug output.facet-metadata 2014-07-02, by Raimund Renkert
- Split bed differences facet into data specific facets.facet-metadata 2014-07-01, by Raimund Renkert
- Bedheight facet now returns double[][]. Removed obsolete processor code.facet-metadata 2014-07-01, by Raimund Renkert
- Moved MiddleBedHeight classes to minfo package. Facet now returns double[][] data.facet-metadata 2014-07-01, by Raimund Renkert
- Fixed some smartgwt 4.1 related issues.2014-07-01, by Raimund Renkert
- merged with default.facet-metadata 2014-06-30, by Raimund Renkert
- Added tag 3.1.4 for changeset 6fef38a526c72014-06-27, by Tom Gottfried
- There is no year/epoche choice anymore for bed differences.3.1.4 2014-06-27, by Tom Gottfried
- Exclude annotation types without trailing unit (assumed after whitespace).2014-06-27, by Tom Gottfried
- Removed obsolete XPath expression.2014-06-27, by Sascha L. Teichmann
- Minor cleanup in meta-data.xml.2014-06-27, by Tom Gottfried
- Select complete differences matrix to have a well sorted dc-tree.2014-06-27, by Raimund Renkert
- Removed code that ignores a user subtitle and sets a default subtitle.2014-06-27, by Raimund Renkert
- Fixed datacage info field for bed height differences.2014-06-27, by Raimund Renkert
- merged.2014-06-26, by Raimund Renkert
- Changed twin dc panel in bed height deifferences to single dc and use the new differences dc macro.2014-06-26, by Raimund Renkert
- Updated macros and db statement for minfo bedheight differences.2014-06-26, by Raimund Renkert
- Datacage function resolver: Declare static functions static.2014-06-26, by Sascha L. Teichmann
- Added dc:coalesce(a, b). Returns first element which is not empty or not zero.2014-06-26, by Sascha L. Teichmann
- Added dc:lowercase() dc:uppercase()2014-06-26, by Sascha L. Teichmann
- Set identifier for listgridfields and resized columns.2014-06-25, by Raimund Renkert
- issue1633: Add missing info line.2014-06-24, by Tom Gottfried
- DC: Flatten bed height diff tree a bit.2014-06-20, by Sascha L. Teichmann
- DC: Group bedheight diffs by both years.2014-06-20, by Sascha L. Teichmann
- merged.2014-06-20, by Raimund Renkert
- New macros for bed height differneces.2014-06-20, by Raimund Renkert
- Datacage: Make it possible to group a value tuple into more than one group.2014-06-20, by Sascha L. Teichmann
- Fixed river selection for interactive map.2014-06-20, by Raimund Renkert
- i18n for WMS legend window title.2014-06-20, by Tom Gottfried
- Added script to find unused i18n in *.java and *.xml files.2014-06-19, by Sascha L. Teichmann
- Fixed last anomalie in i18n files.2014-06-19, by Sascha L. Teichmann
- Removed more anomalies from i18n.2014-06-19, by Sascha L. Teichmann
- Run native2ascii over i18n files.2014-06-19, by Sascha L. Teichmann
- Fixed i18n string in other german translation.2014-06-19, by Tom Gottfried
- Fixed i18n string in german translation.2014-06-19, by Raimund Renkert
- This additional version of JFreeChart prevented diagrams to be drawn.2014-06-19, by Tom Gottfried
- Remove obsolete generator references.2014-06-18, by Tom Gottfried
- Avoid having to set VERSION in external script.2014-06-18, by Tom Gottfried
- Override bad defaults of isc-maven-plugin. Please set DEFAULT_WD in make_release_sh to something individual if you are on a multi-user system.2014-06-18, by Tom Gottfried
- Datacage: Moved year filtering of bed heights to separate macro to be reusable in other contextes.2014-06-18, by Sascha L. Teichmann
- Use version-specific mapserver-URLs for release.2014-06-18, by Tom Gottfried
- merged.2014-06-18, by Raimund Renkert
- Fixed sediment load epoch input panel.2014-06-18, by Raimund Renkert
- Fixed "pegelinfo"-wiki links.2014-06-18, by Raimund Renkert
- Fixed date range input panels.2014-06-18, by Raimund Renkert
- Fixed columns in location/distance helper panels.2014-06-18, by Raimund Renkert
- Fixed compile errors for smartgwt 4.1.2014-06-18, by Raimund Renkert
- Use SmartGWT version 4.1p. Updated release script to download SmartGWT.2014-06-18, by Raimund Renkert
- Importer: document import of UUIDs.2014-06-18, by Tom Gottfried
- issue1633: Add info lines in SQ-relation CSV export.2014-06-17, by Tom Gottfried
- So you do not need to type every string twice.2014-06-17, by Tom Gottfried
- Removed unnecessary container widgets and layouts.2014-06-17, by Raimund Renkert
- Moved info stack section to top level widget (parameterlist).2014-06-17, by Raimund Renkert
- Replaced plain gwt with smartgwt components in info panels.2014-06-17, by Raimund Renkert
- Add unit for Q in SQ relation exports.2014-06-13, by Tom Gottfried
- Include last year of epoch in calculation.2014-06-12, by Tom Gottfried
- Small Java related cosmetics.2014-06-12, by Sascha L. Teichmann
- Nasty little detail overlooked in last commit.2014-06-12, by Tom Gottfried
- This guess was not always correct.2014-06-12, by Tom Gottfried
- Add new DateUtil class.2014-06-12, by Tom Gottfried
- Complete rev7925.2014-06-10, by Tom Gottfried
- Importer: remove system property and documentation for bed height epochs.2014-06-10, by Tom Gottfried
- SCHEMA CHANGE: Removed bed height epochs.2014-06-10, by Tom Gottfried
- Removed bed differences epoch from datacage.2014-06-10, by Raimund Renkert
- Removed datacage macro calls for bed height epochs.2014-06-06, by Raimund Renkert
- Removed clientside filter for bed height epochs.2014-06-06, by Raimund Renkert
- Removed obsolete bed height epoch files.2014-06-06, by Raimund Renkert
- Removed serverside path for bed height epochs.2014-06-06, by Raimund Renkert
- Removed bed height epoch in importer.2014-06-06, by Raimund Renkert
- Make grain fraction type 'unknown' explicit and use it where appropriate.2014-06-05, by Tom Gottfried
- Adapted bed differences PDF export to CSV export and some cleanup of field names.2014-06-04, by Tom Gottfried
- flys/issue1628: Adjusted the PDF export.2014-06-04, by Sascha L. Teichmann
- Change column order in bed differences export.2014-06-04, by Tom Gottfried
- Added diff pair column to CSV export of bed height differences. TODO: same for PDF, adjust client.2014-06-04, by Sascha L. Teichmann
- Allow differentiating between units of sediment sources/sinks in annotation types also in datacage.2014-06-04, by Tom Gottfried
- Annotations are not points.2014-06-04, by Tom Gottfried
- Added text color for annotation labels.2014-06-04, by Sascha L. Teichmann
- Feed unit to PDF template.2014-06-03, by Sascha L. Teichmann
- Fixed flys/issue1628. Made "unit" a configurable field in PDF export.2014-06-03, by Sascha L. Teichmann
- Fixed typos in datacage manual.2014-06-01, by Sascha L. Teichmann
- issue1628: correct unit and at least partly complete column name for CSV.2014-05-30, by Tom Gottfried
- issue661: prototyped tooltip for porosities in datacage.2014-05-30, by Tom Gottfried
- Potential fix for exception reported in flys/issue1717.2014-05-28, by Sascha L. Teichmann
- Upgrade to SmartGWT 3.1 (bugfix Release) as this did at least not seem to cause any problems.2014-05-27, by Tom Gottfried
- Potential fix for flys/issue1717: Draw manuel points on W or Q axis depending on the calculation.2014-05-26, by Sascha L. Teichmann
- Fix for flys/issue1670: Introduce 100m gaps in single bed width.2014-05-26, by Sascha L. Teichmann
- Added tag 3.1.3 for changeset 8333b9b06c982014-05-21, by Sascha L. Teichmann
- Return NaN for width if no width exists for the requested station in bedheights data.3.1.3 2014-05-21, by Raimund Renkert
- Added tag 3.1.3 for changeset e0d06f4edaa62014-05-21, by Raimund Renkert
- Removed tag 3.1.132014-05-21, by Raimund Renkert
- Added tag 3.1.13 for changeset 9d5385ccad072014-05-21, by Raimund Renkert
- Use old version of iReport to generate binary compatible version of the PDF S/Q template.2014-05-21, by Sascha L. Teichmann
- Added metadata to facets.facet-metadata 2014-05-21, by Raimund Renkert
- Use the metadata to write csv header when exporting a chart.facet-metadata 2014-05-21, by Raimund Renkert
- Add metadata to chart series and datasets.facet-metadata 2014-05-21, by Raimund Renkert
- Added metadata to styled series.facet-metadata 2014-05-21, by Raimund Renkert
- New class and interface for metadata in chart series and datasets.facet-metadata 2014-05-21, by Raimund Renkert
- Fix flys/issue1719: s@Abflusskurve/-tafel@Modell-Abflusskurve/-tafel@2014-05-21, by Sascha L. Teichmann
- Use the new way of building static facets if such facets exist else ignore this way.2014-05-19, by Raimund Renkert
- Added tag 3.1.3 for changeset 952b57b43e2f2014-05-16, by Tom Gottfried
- Importer: depths are always numbers assumed to represent centimeters.2014-05-16, by Tom Gottfried
- Removed trailing whitespace.2014-05-16, by Sascha L. Teichmann
- Removed trailing whitespace.2014-05-16, by Sascha L. Teichmann
- Removed trailing whitespace.2014-05-16, by Sascha L. Teichmann
- Add porosity importer to helper script.2014-05-16, by Tom Gottfried
- Use description from database for i18n (completed revision dc8910e29dd4).2014-05-16, by Raimund Renkert
- PorosityParser: Strip file extension for description.2014-05-16, by Tom Gottfried
- Number an unit have to separated by whitespace.2014-05-16, by Tom Gottfried
- i18n for porosities (needs to be filled with data).2014-05-16, by Tom Gottfried
- Fixed subtitle handling and added flowvelocity subtitle.2014-05-16, by Raimund Renkert
- merged.2014-05-16, by Raimund Renkert
- Changed column names in sounding select state ui.2014-05-16, by Raimund Renkert
- flys/issue1716: Adjusted installation from binaries.2014-05-15, by Sascha L. Teichmann
- Issue1308 Forgot to rename columns.2014-05-15, by Sascha L. Teichmann
- Corrected wording for moving average.2014-05-14, by Tom Gottfried
- Added importer documentation for porosity data.2014-05-14, by Raimund Renkert
- Backed out changeset 0c88a5d30ca2facet-metadata 2014-05-14, by Raimund Renkert
- Added importer documentation for porosity data.facet-metadata 2014-05-14, by Raimund Renkert
- merged.2014-05-13, by Raimund Renkert
- Removed step back button for river selection. Fix/Workarround for issue 1203/1714.2014-05-13, by Raimund Renkert
- Precision and scale have to be set to represent integers with NUMBER; DOUBLE PRECISION is preferable for floating point (see issue1304).2014-05-13, by Tom Gottfried
- Removed obsolete import.2014-05-08, by Sascha L. Teichmann
- merged.2014-05-08, by Raimund Renkert
- Updated oracle minfo schema (added porosity).2014-05-08, by Raimund Renkert
- Fixed porosity importer. Find existing db entries and parse values from string, not via double.2014-05-08, by Raimund Renkert
- Fixed getPeer for depth. Select with a small epsilon, not extact match.2014-05-08, by Raimund Renkert
- Order porosities by station.2014-05-08, by Raimund Renkert
- Fixes flys/issue1308. Add new column "Messstellenart" in "Messstellen-Info".2014-05-06, by Sascha L. Teichmann
- Preparation for flys/issue1643: Introduced four new annotation types:2014-05-06, by Sascha L. Teichmann
- Fixed some whitespace in annotation classifier xml.2014-05-06, by Sascha L. Teichmann
- Fix for flys/issue1635: Added legend for table. TODO: Adjust english template. BTW: Who threw the original templates away?2014-05-05, by Sascha L. Teichmann
- Fixed imports and make it build again.2014-04-30, by Sascha L. Teichmann
- Removed obsolete imports.2014-04-30, by Sascha L. Teichmann
- merged.2014-04-30, by Raimund Renkert
- Added cache key class for porosity.2014-04-30, by Raimund Renkert
- New macro for porosities in datacage config.2014-04-30, by Raimund Renkert
- Added porosity facet to minfo artifact config.2014-04-30, by Raimund Renkert
- Added config for porosity artifact.2014-04-30, by Raimund Renkert
- Handle porosity facets in a processor.2014-04-30, by Raimund Renkert
- Added new facet to facettypes.2014-04-30, by Raimund Renkert
- New Facet, datatype and data factory for porosities.2014-04-30, by Raimund Renkert
- Build static facets in D4EArtifact.2014-04-30, by Raimund Renkert
- Removed name and getter for name (Moved to DefaultArtifact).2014-04-30, by Raimund Renkert
- D4EArtifact is no longer abstract.2014-04-30, by Raimund Renkert
- Updated signature of artifacts setup method; Removed unnecessary setup overrides.2014-04-30, by Raimund Renkert
- Parse and import porosities.2014-04-30, by Raimund Renkert
- Added model, parser and importer for porosities.2014-04-30, by Raimund Renkert
- Added tables for porosity and porosity values to postgres schema.2014-04-30, by Raimund Renkert
- Bring date format on par with server format. Hopefully fixes flys/issue1445.2014-04-25, by Sascha L. Teichmann
- Use correct URL from config files in release script.2014-04-17, by Tom Gottfried
- Close branch minfo-opt as it is now merged to default.minfo-opt 2014-04-17, by Tom Gottfried
- Merged minfo-opt branch into default.2014-04-17, by Tom Gottfried
- Draw lines with gaps for sounding width, and bed heights.minfo-opt 2014-04-03, by Raimund Renkert
- Avoid NPE in sounding select state if no year is set for bed heights.minfo-opt 2014-04-03, by Raimund Renkert
- Added i18n stings for morph active width.minfo-opt 2014-03-28, by Raimund Renkert
- Added new columns for morph active width.minfo-opt 2014-03-28, by Raimund Renkert
- Add new facet for morph active width to bed height difference calculation.minfo-opt 2014-03-28, by Raimund Renkert
- Added morph. active width to bed height difference calculation.minfo-opt 2014-03-28, by Raimund Renkert
- Renamed the incorrectly named morph width to sounding width.minfo-opt 2014-03-27, by Raimund Renkert
- Added GNU Affero General Public License text to DiveElements/River.2014-03-27, by Sascha L. Teichmann
- Display the additional information extracted from multiattribute data.minfo-opt 2014-03-20, by Raimund Renkert
- Added the new multiattribute data type.minfo-opt 2014-03-20, by Raimund Renkert
- New method to extract multi attribute data.minfo-opt 2014-03-20, by Raimund Renkert
- Add additional data in soundigs select state.minfo-opt 2014-03-20, by Raimund Renkert
- Changed state datatype for soundings select state.minfo-opt 2014-03-20, by Raimund Renkert
- Added new state data type.minfo-opt 2014-03-20, by Raimund Renkert
- Fixed WSPLGEN classes. Allow 0 for 'to' in differences.2014-03-19, by Raimund Renkert
- Use the sediment yield kind to get data to avoid mixing epoch with off. epoch data.minfo-opt 2014-03-12, by Raimund Renkert
- Mention DIPS field-names in ETL-README.2014-03-18, by Tom Gottfried
- Use new OSM-WMS.2014-03-17, by Tom Gottfried
- Release script broke with r7814:242e790fb4ee.2014-03-17, by Tom Gottfried
- Added tag 3.1.2 for changeset 242e790fb4ee2014-03-07, by Sascha L. Teichmann
- More fixes for the Free Software installation.3.1.2 2014-03-07, by Sascha L. Teichmann
- Replace model uuid of 'Beispielfluss' with model_uuid of 'Elbe'.2014-03-07, by Raimund Renkert
- Added apache example config, updated install doku.2014-03-07, by Raimund Renkert
- Added images and html references for inactive rivers: Rhein, Oder.2014-03-07, by Raimund Renkert
- Changed model uuid of 'Elbe' to model uuid of 'Beispielfluss'.2014-03-07, by Raimund Renkert
- Added i18n strings for chart subtitle.minfo-opt 2014-03-07, by Raimund Renkert
- Calculate the zoom dependent radius and add the informations to chart subtitle.minfo-opt 2014-03-07, by Raimund Renkert
- Concatenate the subtitle parts and add them to the default subtitle.minfo-opt 2014-03-07, by Raimund Renkert
- Added subtitle parts to modify the chart subtitle via the outprocessor.minfo-opt 2014-03-07, by Raimund Renkert
- Use the updated default subtitle or the 'old' one from chart settings.minfo-opt 2014-03-07, by Raimund Renkert
- Add extra config files for modules and zoom scales and give option to use custom files for release.2014-03-06, by Tom Gottfried
- INSTALL_DE: use useradd with defaults.2014-03-06, by Tom Gottfried
- INSTALL_DE: more small improvements and corrections.2014-03-06, by Tom Gottfried
- Remove not publicly available WMS services and enable custom configuration through release script.2014-03-06, by Tom Gottfried
- Remove obsolete MapServer stuff.2014-03-06, by Tom Gottfried
- Remove obsolete WSPLGEN binary.2014-03-06, by Tom Gottfried
- Ignore python byte code.2014-03-06, by Tom Gottfried
- Use latest WSPLGEN binary.2014-03-06, by Tom Gottfried
- Added i18n strings for winfo difference facet names.minfo-opt 2014-03-06, by Raimund Renkert
- Fixed datacage macro for winfo differences and added the new facet.minfo-opt 2014-03-06, by Raimund Renkert
- Mapped a theme for the new differences facet.minfo-opt 2014-03-06, by Raimund Renkert
- Add the new facet to drawable facets.minfo-opt 2014-03-06, by Raimund Renkert
- Add the new difference facet and set facets active/inactive.minfo-opt 2014-03-06, by Raimund Renkert
- Added new facet for filtered winfo differences.minfo-opt 2014-03-06, by Raimund Renkert
- Added default zoom scales.minfo-opt 2014-03-06, by Raimund Renkert
- Try to load default zoom scales if no zoom scale defined for the current river.minfo-opt 2014-03-06, by Raimund Renkert
- INSTALL_DE: more small improvements and corrections.2014-03-05, by Tom Gottfried
- Set useful DB connection configuration for demo installation.2014-03-05, by Tom Gottfried
- INSTALL_DE: small corrections and (hopefully) improvements.2014-03-05, by Tom Gottfried
- INSTALL_DE: we don't want links to internalt sites and to build WSPLGEN2014-03-05, by Tom Gottfried
- INSTALL_DE: install Java 7 prior to tomcat to avoid Java 6 installation.2014-03-05, by Tom Gottfried
- Useful server-logging for demo installation.2014-03-05, by Tom Gottfried
- Set appropriate client log-file for demo installation.2014-03-04, by Tom Gottfried
- INSTALL_DE: remove obsolete server configuration.2014-03-04, by Tom Gottfried
- Remove FLYS-specific stuff from map configuration and allow to give a custom files in release script.2014-03-04, by Tom Gottfried
- INSTALL_DE: remove obsolete client configuration.2014-03-04, by Tom Gottfried
- Remove FLYS-specific stuff from config.yaml and allow to give a custom file in release script.2014-03-04, by Tom Gottfried
- Set print URL to useful value for demo installation.2014-03-04, by Tom Gottfried
- INSTALL_DE: mention tested system and simplify dependency installation.2014-03-04, by Tom Gottfried
- Defaulting to GGinA authentication in release script instead of client sources.2014-03-04, by Tom Gottfried
- Replace FLYS-specific features.xml.2014-03-04, by Tom Gottfried
- merged.2014-03-03, by Raimund Renkert
- Validate waterlevel 'to' value on change.2014-03-03, by Raimund Renkert
- Change to work dir bevor creating artifacts and datacage db2014-03-03, by Andre Heinecke
- merged.2014-03-03, by Raimund Renkert
- Added german INSTALL.2014-03-03, by Raimund Renkert
- Changed directory variable in h2 create scripts.2014-03-03, by Raimund Renkert
- Removed obsolete imports.2014-02-27, by Sascha L. Teichmann
- merged.2014-02-27, by Raimund Renkert
- Replaced river names with model_uuid for available rivers.2014-02-27, by Raimund Renkert
- Use river model_uuid to identify rivers.2014-02-27, by Raimund Renkert
- Replaced hard coded rivers with rivers loaded from module service.2014-02-27, by Raimund Renkert
- Use the river model_uuid as value for data items.2014-02-27, by Raimund Renkert
- Load modules with supported rivers and rivers with model_uuid.2014-02-27, by Raimund Renkert
- Added list to module to store supported rivers.2014-02-27, by Raimund Renkert
- Added model_uuid to river info.2014-02-27, by Raimund Renkert
- Added model_uuid to river model.2014-02-27, by Raimund Renkert
- Added rivers to each module.2014-02-27, by Raimund Renkert
- Read rivers supported by a module from config file.2014-02-27, by Raimund Renkert
- Added list of rivers a module supports.2014-02-27, by Raimund Renkert
- Replaced river name with model_uuid as value in RiverSelect state.2014-02-27, by Raimund Renkert
- Include river model_uuid in RiverService.2014-02-27, by Raimund Renkert
- Include river model_uuid in RiverInfoService.2014-02-27, by Raimund Renkert
- Parse and import model_uuid for rivers.2014-02-27, by Raimund Renkert
- Added model_uuid column to river model.2014-02-27, by Raimund Renkert
- Add german howto to describe how to set up putty / wald and mercurial on windows2014-02-24, by Andre Heinecke
- Hopefully a cleaner fix for flys/issue1549 using the FloatRangeValidator from SmartGWT to verify that the 'to' field stays positive.2014-02-21, by Sascha L. Teichmann
- Partial fix issue1532: at least clone artifacts data when cloning2014-02-11, by Felix Wolfsteller
- Upcoming issue1532: Extracted method where 'cloning/initialize' takes place.2014-02-11, by Felix Wolfsteller
- issue1549: Add live-validation to wsplgen to-field.2014-02-11, by Felix Wolfsteller
- issue765: When creating a WMSLayerFacet copy, also copy original2014-02-07, by Felix Wolfsteller
- Schema correction following yesterday's brain failure.2014-02-07, by Tom Gottfried
- merged2014-02-06, by Tom Gottfried
- SCHEMA CHANGE: renamed uuid-column to avoid collision with data type.2014-02-06, by Tom Gottfried
- Implement deepCopy on WMSLayerFacet WMSDBLayerFacet and WSPLGENLayerFacet2014-02-06, by Felix Wolfsteller
- SCHEMA CHANGE: Add UUIDs to rivers.2014-02-06, by Tom Gottfried
- (issue1692) Überarbeitetes Init script2014-02-04, by Andre Heinecke
- This was obsolete since r5294.2014-01-31, by Tom Gottfried
- Server side validation for flys/issue1549.2014-01-23, by Sascha L. Teichmann
- Cross section importer: avoid logging of unused feature.2014-01-22, by Tom Gottfried
- Close branch slt-simplify-cross-sections.slt-simplify-cross-sections 2014-01-22, by Tom Gottfried
- Merge slt-simplify-cross-sections branch into default.2014-01-22, by Tom Gottfried
- Merged2014-01-20, by Sascha L. Teichmann
- Client side fix for flys/issue15492014-01-20, by Sascha L. Teichmann
- Merged default into slt-simplify-cross-sections branch and updated package and class names.slt-simplify-cross-sections 2014-01-20, by Tom Gottfried
- Add .jar to hgignore.2014-01-20, by Tom Gottfried
- Importer: fix logging in import_river.sh.2014-01-16, by Tom Gottfried
- Removed obsolete imports. Fixed Logger in SQ measurement.2014-01-13, by Sascha L. Teichmann
- Added tag 3.1.1 for changeset 837b620b58b42013-12-20, by Andre Heinecke
- Removed tag 3.1.13.1.1 2013-12-20, by Andre Heinecke
- Fix doOut for Porosity sublayer2013-12-20, by Andre Heinecke
- Make GAP_TOLERANCE static2013-12-20, by Andre Heinecke
- (issue1502) Allow annotation handling to be overwritten2013-12-20, by Andre Heinecke
- Remove extremly spammy debug output2013-12-20, by Andre Heinecke
- Added tag 3.1.1 for changeset 20b4dd8a47eb2013-12-20, by Andre Heinecke
- Removed tag 3.1.12013-12-20, by Andre Heinecke
- Fix compilation of the AreaData change.2013-12-20, by Andre Heinecke
- Added tag 3.1.1 for changeset aa5ad2f62def2013-12-20, by Andre Heinecke
- Areas are not Volumes!2013-12-20, by Andre Heinecke
- (issue1574) Add correction curves to W Area compatibility lists2013-12-20, by Andre Heinecke
- (issue1574) Add area handling for correction curves2013-12-20, by Andre Heinecke
- (issue1622) Paint W Differences on diffW Axis2013-12-19, by Andre Heinecke
- (issue1622) Allow areas with w_differences2013-12-19, by Andre Heinecke
- Only show 3 as we are 3.1.x now2013-12-19, by Andre Heinecke
- S/Q relation be more correct with judgment if a sieve is correct. Needs load and diameter.2013-12-19, by Sascha L. Teichmann
- S/Q relation removed false COALSCE from SQL statement. Removed misplaced sieve adjustment.2013-12-18, by Sascha L. Teichmann
- S/Q relation: Adjust sieves only once during construction.2013-12-18, by Sascha L. Teichmann
- Variance is defined as the sum of squared differences.2013-12-18, by Tom Gottfried
- (issue1594) Get the correct differences data2013-12-18, by Andre Heinecke
- (issue1594) Move Bed differences absolute height into the correct processor2013-12-17, by Andre Heinecke
- SQ relation: only take sieve which have values at all.2013-12-17, by Sascha L. Teichmann
- (issue1577, issue1494) Wrap wst name depending on Q > 02013-12-17, by Andre Heinecke
- (issue1581) Remove Minfo-heights from differencable2013-12-17, by Andre Heinecke
- (issue1579) Add Hack to not syncronize and add second axis in static GaugeDischarge2013-12-16, by Andre Heinecke
- (issue1559) Improve Exception handling and allow null titles2013-12-16, by Andre Heinecke
- Removed obsolete imports.2013-12-16, by Sascha L. Teichmann