log

age author description
Wed, 20 Aug 2014 14:53:29 +0200 Tom Gottfried Let hg ignore downloaded SmartGWT stuff.
Wed, 20 Aug 2014 14:26:42 +0200 Andre Heinecke Change facet.sedimentload.dc to facet.sedimentload.ls
Wed, 20 Aug 2014 13:17:20 +0200 Andre Heinecke (issue1681) Add l10n for grain fractions
Wed, 20 Aug 2014 13:17:03 +0200 Andre Heinecke (issue1681) Handle different grain fraction kinds
Wed, 20 Aug 2014 12:59:01 +0200 Andre Heinecke Fix typo in sedimentload i18n
Wed, 20 Aug 2014 12:55:55 +0200 Andre Heinecke (issue1681) Add themes for sedimentloads
Wed, 20 Aug 2014 12:12:18 +0200 Andre Heinecke Remove todos about sedimentload_ls facet
Wed, 20 Aug 2014 12:10:59 +0200 Andre Heinecke Remove unecessary debut output
Wed, 20 Aug 2014 12:10:32 +0200 Andre Heinecke Configure SedimentLoadLSFacet
Wed, 20 Aug 2014 12:09:41 +0200 Andre Heinecke Add SedimentLoadLSFacet
Wed, 20 Aug 2014 12:00:50 +0200 Andre Heinecke Add getSedimentLoadById accessor
Tue, 19 Aug 2014 18:46:13 +0200 Tom Gottfried Distinction by measurement station gives lots of duplicates, as we always get a whole longitudinal section.
Fri, 15 Aug 2014 18:56:02 +0200 Andre Heinecke Fix binarysearch logic in SedimentLoadData
Fri, 15 Aug 2014 18:42:39 +0200 Andre Heinecke Add translation for sedimentloads
Fri, 15 Aug 2014 18:27:19 +0200 Andre Heinecke Add new and simplyfied SedimentLoadFacet
Fri, 15 Aug 2014 18:25:43 +0200 Andre Heinecke Fix ti_stop_time naming
Fri, 15 Aug 2014 18:24:55 +0200 Andre Heinecke Change sedimentload factory from yields to loads.
Fri, 15 Aug 2014 18:21:10 +0200 Andre Heinecke Configure sedimentload static facet
Fri, 15 Aug 2014 18:10:16 +0200 Andre Heinecke Rename the SedimentLoadDataFacet and add deprection comment
Fri, 15 Aug 2014 18:09:47 +0200 Andre Heinecke Revert accidental change.
Fri, 15 Aug 2014 18:09:08 +0200 Andre Heinecke Expose sedimentLoad stations
Fri, 15 Aug 2014 18:03:41 +0200 Andre Heinecke merge
Fri, 15 Aug 2014 14:28:26 +0200 Andre Heinecke Move the old data facet out of the way.
Fri, 15 Aug 2014 18:01:06 +0200 Sascha L. Teichmann Use list() instead of iterator(). Why does this not work?
Mon, 11 Aug 2014 18:34:21 +0200 Andre Heinecke Add comment on how to obtain smartgwt
Mon, 11 Aug 2014 18:33:50 +0200 Andre Heinecke Do not try to load empty files.
Tue, 12 Aug 2014 10:57:53 +0200 Sascha L. Teichmann Be more tolerant with not existing artifact configurations.
Mon, 11 Aug 2014 17:18:36 +0200 Sascha L. Teichmann Added the broken calculation state of the new sediment load calc.
Mon, 11 Aug 2014 16:45:42 +0200 Sascha L. Teichmann Removed same package import.
Mon, 11 Aug 2014 16:43:56 +0200 Sascha L. Teichmann Removed obsolete import.
Mon, 11 Aug 2014 16:42:31 +0200 Sascha L. Teichmann Merged
Mon, 11 Aug 2014 16:41:15 +0200 Sascha L. Teichmann Removed obsolete imports.
Mon, 11 Aug 2014 15:41:12 +0200 Andre Heinecke Build is locale sensitive. Force a UTF-8 locale for building.
Fri, 08 Aug 2014 13:24:11 +0200 Tom Gottfried Datacage config for new sediment load structures. Missing: some facets and everything down from the innermost macros for sediment load at measurement stations.
Thu, 07 Aug 2014 20:03:44 +0200 Sascha L. Teichmann Added $RADIUS zoom scale sub title logic to other diagrams.
Thu, 07 Aug 2014 19:59:08 +0200 Tom Gottfried Some typos in datacage config reference.
Thu, 07 Aug 2014 19:56:15 +0200 Sascha L. Teichmann Fixed sub title zoom stuff.
Thu, 07 Aug 2014 17:26:18 +0200 Sascha L. Teichmann Merged
Thu, 07 Aug 2014 17:24:33 +0200 Sascha L. Teichmann flys/issue1262: Introduce variable $RADIUS to be used in user defined chart sub titles.
Thu, 07 Aug 2014 13:05:35 +0200 Tom Gottfried Cleaned layout for infolines (issue1635).
Wed, 06 Aug 2014 19:17:12 +0200 Tom Gottfried SCHEMA CHANGE: rename database tables from yield to load_ls according to respective classes.
Tue, 05 Aug 2014 18:28:04 +0200 Sascha L. Teichmann Parse meta data for multi attribute data.
Tue, 05 Aug 2014 18:03:45 +0200 Sascha L. Teichmann Added meta infos for multi items to enable client to order the columns in a defined order.
Tue, 05 Aug 2014 16:34:04 +0200 Sascha L. Teichmann More idiomatic Java string concat.
Thu, 31 Jul 2014 18:14:22 +0200 Sascha L. Teichmann Sediment load: transform units for official epochs, too.
Thu, 31 Jul 2014 17:04:41 +0200 Sascha L. Teichmann Sediment load: refactored epoch calculation to not average over all but per year.
Wed, 30 Jul 2014 19:26:20 +0200 Sascha L. Teichmann Sediment load: fetch sediment density for transforming t/a to m^3/a.
Wed, 30 Jul 2014 19:06:35 +0200 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.
Wed, 30 Jul 2014 18:54:14 +0200 Sascha L. Teichmann Sediment load: Ensure that the lists of values are always ordered station wise. This was a hidden bug. :-/
Wed, 30 Jul 2014 18:34:48 +0200 Sascha L. Teichmann Sediment density: Got rid of stupid extra year tracking.
Wed, 30 Jul 2014 16:50:26 +0200 Sascha L. Teichmann Sedimen load: Added bundle for fraction results.
Wed, 23 Jul 2014 18:19:15 +0200 Andre Heinecke Fix wsplgen name
Fri, 18 Jul 2014 18:55:39 +0200 Sascha L. Teichmann Sediment load: More of official epochs.
Fri, 18 Jul 2014 18:01:49 +0200 Tom Gottfried SCHEMA CHANGE and Importer: get time intervals of SQ-relations from metalines in sediment load files.
Fri, 18 Jul 2014 17:43:27 +0200 Sascha L. Teichmann Sediment load: Fetch kind of sediment load from database to tell if it is official or not.
Fri, 18 Jul 2014 16:05:21 +0200 Sascha L. Teichmann Sediment load: More on calculating epoch loads.
Fri, 18 Jul 2014 15:37:26 +0200 Tom Gottfried Importer: Import sediment load at measurement stations.
Fri, 18 Jul 2014 13:03:28 +0200 Sascha L. Teichmann Sediment load. More off year based calculations.
Fri, 18 Jul 2014 12:22:51 +0200 Tom Gottfried My hint that MeasurementStation does not know it's river was not true. Thus backout rev 8c14588d1f78.
Fri, 18 Jul 2014 11:58:59 +0200 Sascha L. Teichmann Sediment load: dispatch calculation modes.
Fri, 18 Jul 2014 11:16:50 +0200 Sascha L. Teichmann Sediment load: take arguments from sediment access.
Fri, 18 Jul 2014 11:05:34 +0200 Sascha L. Teichmann Sediment load access: Cache values.
Thu, 17 Jul 2014 18:22:16 +0200 Sascha L. Teichmann Sediment load: Added more 'sums' to be calculated.
Thu, 17 Jul 2014 16:51:18 +0200 Sascha L. Teichmann Sediment load: (incomplete) new sediment load calculation.
Thu, 17 Jul 2014 11:37:25 +0200 Sascha L. Teichmann Sediment Load: Added table to figure out where grain fractions are measured.
Thu, 17 Jul 2014 11:19:59 +0200 Sascha L. Teichmann Sediment load: Added join to fetch measurement station via ranges which know the river. Added a visitor for values, too.
Thu, 17 Jul 2014 10:56:38 +0200 Sascha L. Teichmann ImporterSession: Load measurement stations via ranges which hold a reference to the river.
Thu, 17 Jul 2014 07:46:18 +0200 Sascha L. Teichmann Merged.
Thu, 17 Jul 2014 07:45:14 +0200 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.
Wed, 16 Jul 2014 19:11:31 +0200 Tom Gottfried Divide SedimentLoadLSParser into AbstractSedimentLoadParser and SedimentLoadLSParser to be able to reuse code for a new SedimentLoadParser for data at measurement stations.
Wed, 16 Jul 2014 18:33:28 +0200 Sascha L. Teichmann Introduce LineParserException for CSV file parsing.
Wed, 16 Jul 2014 17:09:02 +0200 Sascha L. Teichmann Sediment load: Recognize grain fractions 'total', 'bed_load' and 'suspended_load' from pre-calculations.
Wed, 16 Jul 2014 16:03:50 +0200 Sascha L. Teichmann Replace station list with a plain array.
Wed, 16 Jul 2014 15:53:11 +0200 Sascha L. Teichmann Use GF_UNKNOWN constant instead of -1 to identify unknown grain fractions.
Wed, 16 Jul 2014 13:06:09 +0200 Sascha L. Teichmann Directly chain stations with the same km position together. This ease some summations.
Wed, 16 Jul 2014 11:55:46 +0200 Sascha L. Teichmann Added filters for loaded sediment data values. Year, Epochs (time ranges), And and Or.
Wed, 16 Jul 2014 11:05:59 +0200 Sascha L. Teichmann Throw out old visitor model and use grain fraction filters instead. Fixed neighborhood wirinng of measument stations.
Tue, 15 Jul 2014 21:31:11 +0200 Sascha L. Teichmann Sediment loads from cache are sorted in station order so range filters
Tue, 15 Jul 2014 18:52:22 +0200 Sascha L. Teichmann Wire the neighbors to the measurement stations together. This eases the lookup for same types (suspended or bed load).
Tue, 15 Jul 2014 12:47:52 +0200 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.
Mon, 14 Jul 2014 15:36:44 +0200 Tom Gottfried 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.
Fri, 11 Jul 2014 13:10:05 +0200 Sascha L. Teichmann Renamed ImportSedimentYield to ImportSedimentLoadLS.
Fri, 11 Jul 2014 11:32:18 +0200 Sascha L. Teichmann Fix for flys/issue1735 (Versatz in den HYK-Dateien)
Thu, 10 Jul 2014 18:02:08 +0200 Sascha L. Teichmann Added method to importer session to fetch the measurement station for given (river, km).
Thu, 10 Jul 2014 16:57:32 +0200 Sascha L. Teichmann Added importer models for sediment load and sediment load values.
Thu, 10 Jul 2014 16:11:55 +0200 Sascha L. Teichmann Load grain fractions from database only. Do not store new ones.
Thu, 10 Jul 2014 12:04:56 +0200 Sascha L. Teichmann Added Hibernate mappings for new sediment load database model.
Wed, 09 Jul 2014 18:13:13 +0200 Sascha L. Teichmann Renamed SedimentYield to SedimentLoadLS and SedimentYieldValue to SedimentLoadLSValue. Adjust the names of the parsers and the rest of the glue.
Wed, 09 Jul 2014 17:33:57 +0200 Sascha L. Teichmann Renamed SedimentLoad to SedimentLoadLSData to make place for SedimentLoad in backend.
Wed, 09 Jul 2014 17:10:18 +0200 Sascha L. Teichmann Removed obsolete imports.
Wed, 09 Jul 2014 16:38:29 +0200 Sascha L. Teichmann Removed obsolete imports.
Wed, 09 Jul 2014 16:03:04 +0200 Sascha L. Teichmann Merged
Wed, 09 Jul 2014 16:01:48 +0200 Sascha L. Teichmann Support the "new" HYK format which enables setting the end of the last flow zone.
Wed, 09 Jul 2014 15:56:15 +0200 Tom Gottfried Repair last commit.
Wed, 09 Jul 2014 15:51:31 +0200 Tom Gottfried SCHEMA CHANGE: consistent naming scheme and drop script for sediment load at measurement stations.
Tue, 08 Jul 2014 19:44:54 +0200 Tom Gottfried SCHEMA CHANGE: Added new structure for sediment loads measured at measurement stations.
Tue, 08 Jul 2014 18:47:40 +0200 Tom Gottfried Close branch facet-metadata. It's all in default now. facet-metadata
Tue, 08 Jul 2014 18:37:27 +0200 Tom Gottfried Merged branch facet-metadata into default.
Tue, 08 Jul 2014 18:19:04 +0200 Tom Gottfried merged default into branch facet-metadata. facet-metadata
Fri, 04 Jul 2014 09:11:37 +0200 Raimund Renkert Updated german i18n strings. facet-metadata
Thu, 03 Jul 2014 17:21:22 +0200 Raimund Renkert merged. facet-metadata
Thu, 03 Jul 2014 17:20:37 +0200 Raimund Renkert Write an empty string if year is 0 in middle bedheight exporter. facet-metadata
Thu, 03 Jul 2014 17:17:28 +0200 Raimund Renkert Updated german i18n string. facet-metadata
Thu, 03 Jul 2014 16:36:43 +0200 Tom Gottfried Allow differences between years and epochs (accidentally did that in branch facet-metadata already too)
Thu, 03 Jul 2014 16:34:28 +0200 Tom Gottfried Allow differences between years and epochs. facet-metadata
Thu, 03 Jul 2014 13:47:42 +0200 Raimund Renkert Fixed i18n strings. facet-metadata
Thu, 03 Jul 2014 13:27:14 +0200 Raimund Renkert Avoid NPE if some meta data does not exist. facet-metadata
Thu, 03 Jul 2014 12:31:13 +0200 Raimund Renkert Added i18n strings for middle bedheights. facet-metadata
Thu, 03 Jul 2014 12:30:41 +0200 Raimund Renkert Added macro for middle bedheights for old calculations. facet-metadata
Thu, 03 Jul 2014 11:34:46 +0200 Raimund Renkert Added i18n strings. facet-metadata
Thu, 03 Jul 2014 11:34:30 +0200 Raimund Renkert Removed unused imports and avoid using RiverUtils. facet-metadata
Thu, 03 Jul 2014 11:33:41 +0200 Raimund Renkert Fixed NPE when loading folders from datacage. facet-metadata
Thu, 03 Jul 2014 11:32:22 +0200 Raimund Renkert Translate csv meta data lines in middle bed height chart export. facet-metadata
Thu, 03 Jul 2014 11:31:26 +0200 Raimund Renkert Add river elevation model to middle bed height csv export. facet-metadata
Thu, 03 Jul 2014 11:30:19 +0200 Raimund Renkert Fixed i18n strings. facet-metadata
Thu, 03 Jul 2014 11:27:41 +0200 Raimund Renkert Add river elevation model to bed diff chart export. facet-metadata
Wed, 02 Jul 2014 16:35:23 +0200 Tom Gottfried Allow building Release from specific branch. Beware that branches to not get different ports automatically.
Wed, 02 Jul 2014 15:54:23 +0200 Raimund Renkert Added missing facet. facet-metadata
Wed, 02 Jul 2014 14:42:43 +0200 Raimund Renkert Add meta data to middle bed height CSV export. facet-metadata
Wed, 02 Jul 2014 14:42:07 +0200 Raimund Renkert Added som more meta data to middle bed height result. facet-metadata
Wed, 02 Jul 2014 12:34:52 +0200 Raimund Renkert Separate meta data key and value by ':'. facet-metadata
Wed, 02 Jul 2014 12:34:06 +0200 Raimund Renkert Removed unused importsRemoved unused imports.. facet-metadata
Wed, 02 Jul 2014 12:33:43 +0200 Raimund Renkert Add meta data to chart series in sq relation. facet-metadata
Wed, 02 Jul 2014 12:32:59 +0200 Raimund Renkert Add units as meta data to middle bed height facets. facet-metadata
Wed, 02 Jul 2014 12:31:57 +0200 Raimund Renkert Updated meta data in facets. facet-metadata
Wed, 02 Jul 2014 09:31:14 +0200 Raimund Renkert Split bed quality facets and updated processors and state. facet-metadata
Wed, 02 Jul 2014 09:29:39 +0200 Raimund Renkert Removed debug output. facet-metadata
Tue, 01 Jul 2014 15:09:56 +0200 Raimund Renkert Split bed differences facet into data specific facets. facet-metadata
Tue, 01 Jul 2014 13:27:53 +0200 Raimund Renkert Bedheight facet now returns double[][]. Removed obsolete processor code. facet-metadata
Tue, 01 Jul 2014 13:25:46 +0200 Raimund Renkert Moved MiddleBedHeight classes to minfo package. Facet now returns double[][] data. facet-metadata
Tue, 01 Jul 2014 13:11:43 +0200 Raimund Renkert Fixed some smartgwt 4.1 related issues.
Mon, 30 Jun 2014 11:29:45 +0200 Raimund Renkert merged with default. facet-metadata
Fri, 27 Jun 2014 19:28:08 +0200 Tom Gottfried Added tag 3.1.4 for changeset 6fef38a526c7
Fri, 27 Jun 2014 19:25:29 +0200 Tom Gottfried There is no year/epoche choice anymore for bed differences. 3.1.4
Fri, 27 Jun 2014 18:47:55 +0200 Tom Gottfried Exclude annotation types without trailing unit (assumed after whitespace).
Fri, 27 Jun 2014 16:52:00 +0200 Sascha L. Teichmann Removed obsolete XPath expression.
Fri, 27 Jun 2014 15:52:05 +0200 Tom Gottfried Minor cleanup in meta-data.xml.
Fri, 27 Jun 2014 15:10:10 +0200 Raimund Renkert Select complete differences matrix to have a well sorted dc-tree.
Fri, 27 Jun 2014 13:05:34 +0200 Raimund Renkert Removed code that ignores a user subtitle and sets a default subtitle.
Fri, 27 Jun 2014 09:50:46 +0200 Raimund Renkert Fixed datacage info field for bed height differences.
Thu, 26 Jun 2014 15:00:28 +0200 Raimund Renkert merged.
Thu, 26 Jun 2014 14:59:28 +0200 Raimund Renkert Changed twin dc panel in bed height deifferences to single dc and use the new differences dc macro.
Thu, 26 Jun 2014 14:54:04 +0200 Raimund Renkert Updated macros and db statement for minfo bedheight differences.
Thu, 26 Jun 2014 13:00:18 +0200 Sascha L. Teichmann Datacage function resolver: Declare static functions static.
Thu, 26 Jun 2014 12:54:31 +0200 Sascha L. Teichmann Added dc:coalesce(a, b). Returns first element which is not empty or not zero.
Thu, 26 Jun 2014 12:44:40 +0200 Sascha L. Teichmann Added dc:lowercase() dc:uppercase()
Wed, 25 Jun 2014 15:40:44 +0200 Raimund Renkert Set identifier for listgridfields and resized columns.
Tue, 24 Jun 2014 16:02:41 +0200 Tom Gottfried issue1633: Add missing info line.
Fri, 20 Jun 2014 16:52:14 +0200 Sascha L. Teichmann DC: Flatten bed height diff tree a bit.
Fri, 20 Jun 2014 16:41:30 +0200 Sascha L. Teichmann DC: Group bedheight diffs by both years.
Fri, 20 Jun 2014 16:33:36 +0200 Raimund Renkert merged.
Fri, 20 Jun 2014 16:33:09 +0200 Raimund Renkert New macros for bed height differneces.
Fri, 20 Jun 2014 16:26:26 +0200 Sascha L. Teichmann Datacage: Make it possible to group a value tuple into more than one group.
Fri, 20 Jun 2014 13:45:54 +0200 Raimund Renkert Fixed river selection for interactive map.
Fri, 20 Jun 2014 12:51:08 +0200 Tom Gottfried i18n for WMS legend window title.
Thu, 19 Jun 2014 18:20:39 +0200 Sascha L. Teichmann Added script to find unused i18n in *.java and *.xml files.
Thu, 19 Jun 2014 15:07:15 +0200 Sascha L. Teichmann Fixed last anomalie in i18n files.
Thu, 19 Jun 2014 15:02:41 +0200 Sascha L. Teichmann Removed more anomalies from i18n.
Thu, 19 Jun 2014 14:48:11 +0200 Sascha L. Teichmann Run native2ascii over i18n files.
Thu, 19 Jun 2014 13:54:02 +0200 Tom Gottfried Fixed i18n string in other german translation.
Thu, 19 Jun 2014 13:36:40 +0200 Raimund Renkert Fixed i18n string in german translation.
Thu, 19 Jun 2014 11:06:12 +0200 Tom Gottfried This additional version of JFreeChart prevented diagrams to be drawn.
Wed, 18 Jun 2014 18:49:50 +0200 Tom Gottfried Remove obsolete generator references.
Wed, 18 Jun 2014 18:18:04 +0200 Tom Gottfried Avoid having to set VERSION in external script.
Wed, 18 Jun 2014 16:34:08 +0200 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.
Wed, 18 Jun 2014 15:30:39 +0200 Sascha L. Teichmann Datacage: Moved year filtering of bed heights to separate macro to be reusable in other contextes.
Wed, 18 Jun 2014 15:20:07 +0200 Tom Gottfried Use version-specific mapserver-URLs for release.
Wed, 18 Jun 2014 14:29:05 +0200 Raimund Renkert merged.
Wed, 18 Jun 2014 14:27:56 +0200 Raimund Renkert Fixed sediment load epoch input panel.
Wed, 18 Jun 2014 14:27:17 +0200 Raimund Renkert Fixed "pegelinfo"-wiki links.
Wed, 18 Jun 2014 14:26:36 +0200 Raimund Renkert Fixed date range input panels.
Wed, 18 Jun 2014 14:25:46 +0200 Raimund Renkert Fixed columns in location/distance helper panels.
Wed, 18 Jun 2014 14:25:01 +0200 Raimund Renkert Fixed compile errors for smartgwt 4.1.
Wed, 18 Jun 2014 14:23:25 +0200 Raimund Renkert Use SmartGWT version 4.1p. Updated release script to download SmartGWT.
Wed, 18 Jun 2014 12:32:24 +0200 Tom Gottfried Importer: document import of UUIDs.
Tue, 17 Jun 2014 17:57:25 +0200 Tom Gottfried issue1633: Add info lines in SQ-relation CSV export.
Tue, 17 Jun 2014 17:50:59 +0200 Tom Gottfried So you do not need to type every string twice.
Tue, 17 Jun 2014 09:54:40 +0200 Raimund Renkert Removed unnecessary container widgets and layouts.
Tue, 17 Jun 2014 09:47:45 +0200 Raimund Renkert Moved info stack section to top level widget (parameterlist).
Tue, 17 Jun 2014 09:45:48 +0200 Raimund Renkert Replaced plain gwt with smartgwt components in info panels.
Fri, 13 Jun 2014 16:34:29 +0200 Tom Gottfried Add unit for Q in SQ relation exports.
Thu, 12 Jun 2014 19:43:02 +0200 Tom Gottfried Include last year of epoch in calculation.
Thu, 12 Jun 2014 19:16:30 +0200 Sascha L. Teichmann Small Java related cosmetics.
Thu, 12 Jun 2014 12:29:03 +0200 Tom Gottfried Nasty little detail overlooked in last commit.
Thu, 12 Jun 2014 12:26:05 +0200 Tom Gottfried This guess was not always correct.
Thu, 12 Jun 2014 12:21:55 +0200 Tom Gottfried Add new DateUtil class.
Tue, 10 Jun 2014 15:27:31 +0200 Tom Gottfried Complete rev7925.
Tue, 10 Jun 2014 15:23:40 +0200 Tom Gottfried Importer: remove system property and documentation for bed height epochs.
Tue, 10 Jun 2014 15:11:36 +0200 Tom Gottfried SCHEMA CHANGE: Removed bed height epochs.
Tue, 10 Jun 2014 12:51:08 +0200 Raimund Renkert Removed bed differences epoch from datacage.
Fri, 06 Jun 2014 17:02:03 +0200 Raimund Renkert Removed datacage macro calls for bed height epochs.
Fri, 06 Jun 2014 17:00:56 +0200 Raimund Renkert Removed clientside filter for bed height epochs.
Fri, 06 Jun 2014 17:00:01 +0200 Raimund Renkert Removed obsolete bed height epoch files.
Fri, 06 Jun 2014 16:59:16 +0200 Raimund Renkert Removed serverside path for bed height epochs.
Fri, 06 Jun 2014 16:47:48 +0200 Raimund Renkert Removed bed height epoch in importer.
Thu, 05 Jun 2014 15:32:52 +0200 Tom Gottfried Make grain fraction type 'unknown' explicit and use it where appropriate.
Wed, 04 Jun 2014 18:22:14 +0200 Tom Gottfried Adapted bed differences PDF export to CSV export and some cleanup of field names.
Wed, 04 Jun 2014 15:34:22 +0200 Sascha L. Teichmann flys/issue1628: Adjusted the PDF export.
Wed, 04 Jun 2014 13:06:52 +0200 Tom Gottfried Change column order in bed differences export.
Wed, 04 Jun 2014 12:53:28 +0200 Sascha L. Teichmann Added diff pair column to CSV export of bed height differences. TODO: same for PDF, adjust client.
Wed, 04 Jun 2014 12:22:01 +0200 Tom Gottfried Allow differentiating between units of sediment sources/sinks in annotation types also in datacage.
Wed, 04 Jun 2014 11:16:52 +0200 Tom Gottfried Annotations are not points.
Wed, 04 Jun 2014 10:55:04 +0200 Sascha L. Teichmann Added text color for annotation labels.
Tue, 03 Jun 2014 17:57:07 +0200 Sascha L. Teichmann Feed unit to PDF template.
Tue, 03 Jun 2014 15:42:49 +0200 Sascha L. Teichmann Fixed flys/issue1628. Made "unit" a configurable field in PDF export.
Sun, 01 Jun 2014 08:26:37 +0200 Sascha L. Teichmann Fixed typos in datacage manual.
Fri, 30 May 2014 16:56:40 +0200 Tom Gottfried issue1628: correct unit and at least partly complete column name for CSV.
Fri, 30 May 2014 15:46:53 +0200 Tom Gottfried issue661: prototyped tooltip for porosities in datacage.
Wed, 28 May 2014 12:26:13 +0200 Sascha L. Teichmann Potential fix for exception reported in flys/issue1717.
Tue, 27 May 2014 19:56:13 +0200 Tom Gottfried Upgrade to SmartGWT 3.1 (bugfix Release) as this did at least not seem to cause any problems.
Mon, 26 May 2014 17:00:28 +0200 Sascha L. Teichmann Potential fix for flys/issue1717: Draw manuel points on W or Q axis depending on the calculation.
Mon, 26 May 2014 12:40:19 +0200 Sascha L. Teichmann Fix for flys/issue1670: Introduce 100m gaps in single bed width.
Wed, 21 May 2014 17:26:12 +0200 Sascha L. Teichmann Added tag 3.1.3 for changeset 8333b9b06c98
Wed, 21 May 2014 17:03:02 +0200 Raimund Renkert Return NaN for width if no width exists for the requested station in bedheights data. 3.1.3
Wed, 21 May 2014 13:22:44 +0200 Raimund Renkert Added tag 3.1.3 for changeset e0d06f4edaa6
Wed, 21 May 2014 13:22:31 +0200 Raimund Renkert Removed tag 3.1.13
Wed, 21 May 2014 12:08:14 +0200 Raimund Renkert Added tag 3.1.13 for changeset 9d5385ccad07
Wed, 21 May 2014 11:44:58 +0200 Sascha L. Teichmann Use old version of iReport to generate binary compatible version of the PDF S/Q template.
Wed, 21 May 2014 11:43:10 +0200 Raimund Renkert Added metadata to facets. facet-metadata
Wed, 21 May 2014 11:41:06 +0200 Raimund Renkert Use the metadata to write csv header when exporting a chart. facet-metadata
Wed, 21 May 2014 11:40:14 +0200 Raimund Renkert Add metadata to chart series and datasets. facet-metadata
Wed, 21 May 2014 11:36:21 +0200 Raimund Renkert Added metadata to styled series. facet-metadata
Wed, 21 May 2014 11:35:09 +0200 Raimund Renkert New class and interface for metadata in chart series and datasets. facet-metadata
Wed, 21 May 2014 11:25:05 +0200 Sascha L. Teichmann Fix flys/issue1719: s@Abflusskurve/-tafel@Modell-Abflusskurve/-tafel@
Mon, 19 May 2014 12:47:50 +0200 Raimund Renkert Use the new way of building static facets if such facets exist else ignore this way.
Fri, 16 May 2014 18:50:56 +0200 Tom Gottfried Added tag 3.1.3 for changeset 952b57b43e2f
Fri, 16 May 2014 17:51:55 +0200 Tom Gottfried Importer: depths are always numbers assumed to represent centimeters.
Fri, 16 May 2014 17:12:36 +0200 Sascha L. Teichmann Removed trailing whitespace.
Fri, 16 May 2014 17:11:12 +0200 Sascha L. Teichmann Removed trailing whitespace.
Fri, 16 May 2014 17:10:10 +0200 Sascha L. Teichmann Removed trailing whitespace.
Fri, 16 May 2014 14:57:46 +0200 Tom Gottfried Add porosity importer to helper script.
Fri, 16 May 2014 13:17:29 +0200 Raimund Renkert Use description from database for i18n (completed revision dc8910e29dd4).
Fri, 16 May 2014 13:14:52 +0200 Tom Gottfried PorosityParser: Strip file extension for description.
Fri, 16 May 2014 12:26:11 +0200 Tom Gottfried Number an unit have to separated by whitespace.
Fri, 16 May 2014 12:11:31 +0200 Tom Gottfried i18n for porosities (needs to be filled with data).
Fri, 16 May 2014 10:55:59 +0200 Raimund Renkert Fixed subtitle handling and added flowvelocity subtitle.
Fri, 16 May 2014 09:32:51 +0200 Raimund Renkert merged.
Fri, 16 May 2014 09:32:19 +0200 Raimund Renkert Changed column names in sounding select state ui.
Thu, 15 May 2014 17:19:55 +0200 Sascha L. Teichmann flys/issue1716: Adjusted installation from binaries.
Thu, 15 May 2014 11:56:10 +0200 Sascha L. Teichmann Issue1308 Forgot to rename columns.
Wed, 14 May 2014 16:58:07 +0200 Tom Gottfried Corrected wording for moving average.
Wed, 14 May 2014 10:11:16 +0200 Raimund Renkert Added importer documentation for porosity data.
Wed, 14 May 2014 10:07:35 +0200 Raimund Renkert Backed out changeset 0c88a5d30ca2 facet-metadata
Wed, 14 May 2014 09:59:47 +0200 Raimund Renkert Added importer documentation for porosity data. facet-metadata
Tue, 13 May 2014 17:27:14 +0200 Raimund Renkert merged.
Tue, 13 May 2014 17:07:26 +0200 Raimund Renkert Removed step back button for river selection. Fix/Workarround for issue 1203/1714.
Tue, 13 May 2014 10:30:00 +0200 Tom Gottfried Precision and scale have to be set to represent integers with NUMBER; DOUBLE PRECISION is preferable for floating point (see issue1304).
Thu, 08 May 2014 15:26:32 +0200 Sascha L. Teichmann Removed obsolete import.
Thu, 08 May 2014 13:52:47 +0200 Raimund Renkert merged.
Thu, 08 May 2014 13:52:20 +0200 Raimund Renkert Updated oracle minfo schema (added porosity).
Thu, 08 May 2014 13:48:45 +0200 Raimund Renkert Fixed porosity importer. Find existing db entries and parse values from string, not via double.
Thu, 08 May 2014 13:46:32 +0200 Raimund Renkert Fixed getPeer for depth. Select with a small epsilon, not extact match.
Thu, 08 May 2014 13:45:23 +0200 Raimund Renkert Order porosities by station.
Tue, 06 May 2014 17:24:59 +0200 Sascha L. Teichmann Fixes flys/issue1308. Add new column "Messstellenart" in "Messstellen-Info".
Tue, 06 May 2014 16:12:34 +0200 Sascha L. Teichmann Preparation for flys/issue1643: Introduced four new annotation types:
Tue, 06 May 2014 15:44:44 +0200 Sascha L. Teichmann Fixed some whitespace in annotation classifier xml.
Mon, 05 May 2014 12:40:13 +0200 Sascha L. Teichmann Fix for flys/issue1635: Added legend for table. TODO: Adjust english template. BTW: Who threw the original templates away?
Wed, 30 Apr 2014 17:23:28 +0200 Sascha L. Teichmann Fixed imports and make it build again.
Wed, 30 Apr 2014 17:16:57 +0200 Sascha L. Teichmann Removed obsolete imports.
Wed, 30 Apr 2014 15:29:50 +0200 Raimund Renkert merged.
Wed, 30 Apr 2014 15:28:04 +0200 Raimund Renkert Added cache key class for porosity.
Wed, 30 Apr 2014 15:26:44 +0200 Raimund Renkert New macro for porosities in datacage config.
Wed, 30 Apr 2014 15:25:50 +0200 Raimund Renkert Added porosity facet to minfo artifact config.
Wed, 30 Apr 2014 15:25:06 +0200 Raimund Renkert Added config for porosity artifact.
Wed, 30 Apr 2014 15:22:27 +0200 Raimund Renkert Handle porosity facets in a processor.
Wed, 30 Apr 2014 15:20:41 +0200 Raimund Renkert Added new facet to facettypes.
Wed, 30 Apr 2014 15:20:11 +0200 Raimund Renkert New Facet, datatype and data factory for porosities.
Wed, 30 Apr 2014 15:17:54 +0200 Raimund Renkert Build static facets in D4EArtifact.
Wed, 30 Apr 2014 15:16:42 +0200 Raimund Renkert Removed name and getter for name (Moved to DefaultArtifact).
Wed, 30 Apr 2014 15:15:35 +0200 Raimund Renkert D4EArtifact is no longer abstract.
Wed, 30 Apr 2014 15:12:32 +0200 Raimund Renkert Updated signature of artifacts setup method; Removed unnecessary setup overrides.
Wed, 30 Apr 2014 14:12:59 +0200 Raimund Renkert Parse and import porosities.
Wed, 30 Apr 2014 14:11:29 +0200 Raimund Renkert Added model, parser and importer for porosities.
Wed, 30 Apr 2014 14:09:53 +0200 Raimund Renkert Added tables for porosity and porosity values to postgres schema.
Fri, 25 Apr 2014 15:46:06 +0200 Sascha L. Teichmann Bring date format on par with server format. Hopefully fixes flys/issue1445.
Thu, 17 Apr 2014 17:06:15 +0200 Tom Gottfried Use correct URL from config files in release script.
Thu, 17 Apr 2014 11:45:23 +0200 Tom Gottfried Close branch minfo-opt as it is now merged to default. minfo-opt
Thu, 17 Apr 2014 11:42:12 +0200 Tom Gottfried Merged minfo-opt branch into default.
Thu, 03 Apr 2014 14:10:53 +0200 Raimund Renkert Draw lines with gaps for sounding width, and bed heights. minfo-opt
Thu, 03 Apr 2014 14:01:01 +0200 Raimund Renkert Avoid NPE in sounding select state if no year is set for bed heights. minfo-opt
Fri, 28 Mar 2014 11:22:55 +0100 Raimund Renkert Added i18n stings for morph active width. minfo-opt
Fri, 28 Mar 2014 11:22:18 +0100 Raimund Renkert Added new columns for morph active width. minfo-opt
Fri, 28 Mar 2014 11:21:49 +0100 Raimund Renkert Add new facet for morph active width to bed height difference calculation. minfo-opt
Fri, 28 Mar 2014 11:20:49 +0100 Raimund Renkert Added morph. active width to bed height difference calculation. minfo-opt
Thu, 27 Mar 2014 14:56:34 +0100 Raimund Renkert Renamed the incorrectly named morph width to sounding width. minfo-opt
Thu, 27 Mar 2014 11:21:31 +0100 Sascha L. Teichmann Added GNU Affero General Public License text to DiveElements/River.
Thu, 20 Mar 2014 13:36:59 +0100 Raimund Renkert Display the additional information extracted from multiattribute data. minfo-opt
Thu, 20 Mar 2014 13:36:20 +0100 Raimund Renkert Added the new multiattribute data type. minfo-opt
Thu, 20 Mar 2014 13:35:45 +0100 Raimund Renkert New method to extract multi attribute data. minfo-opt
Thu, 20 Mar 2014 13:35:13 +0100 Raimund Renkert Add additional data in soundigs select state. minfo-opt
Thu, 20 Mar 2014 13:34:05 +0100 Raimund Renkert Changed state datatype for soundings select state. minfo-opt
Thu, 20 Mar 2014 13:32:43 +0100 Raimund Renkert Added new state data type. minfo-opt
Wed, 19 Mar 2014 15:08:44 +0100 Raimund Renkert Fixed WSPLGEN classes. Allow 0 for 'to' in differences.
Wed, 12 Mar 2014 11:16:45 +0100 Raimund Renkert Use the sediment yield kind to get data to avoid mixing epoch with off. epoch data. minfo-opt
Tue, 18 Mar 2014 18:07:27 +0100 Tom Gottfried Mention DIPS field-names in ETL-README.
Mon, 17 Mar 2014 12:51:41 +0100 Tom Gottfried Use new OSM-WMS.
Mon, 17 Mar 2014 10:30:39 +0100 Tom Gottfried Release script broke with r7814:242e790fb4ee.
Fri, 07 Mar 2014 18:40:31 +0100 Sascha L. Teichmann Added tag 3.1.2 for changeset 242e790fb4ee
Fri, 07 Mar 2014 18:38:35 +0100 Sascha L. Teichmann More fixes for the Free Software installation. 3.1.2
Fri, 07 Mar 2014 17:14:35 +0100 Raimund Renkert Replace model uuid of 'Beispielfluss' with model_uuid of 'Elbe'.
Fri, 07 Mar 2014 16:28:23 +0100 Raimund Renkert Added apache example config, updated install doku.
Fri, 07 Mar 2014 16:26:44 +0100 Raimund Renkert Added images and html references for inactive rivers: Rhein, Oder.
Fri, 07 Mar 2014 16:25:47 +0100 Raimund Renkert Changed model uuid of 'Elbe' to model uuid of 'Beispielfluss'.
Fri, 07 Mar 2014 11:16:24 +0100 Raimund Renkert Added i18n strings for chart subtitle. minfo-opt
Fri, 07 Mar 2014 11:15:38 +0100 Raimund Renkert Calculate the zoom dependent radius and add the informations to chart subtitle. minfo-opt
Fri, 07 Mar 2014 11:12:59 +0100 Raimund Renkert Concatenate the subtitle parts and add them to the default subtitle. minfo-opt
Fri, 07 Mar 2014 11:11:11 +0100 Raimund Renkert Added subtitle parts to modify the chart subtitle via the outprocessor. minfo-opt
Fri, 07 Mar 2014 11:09:46 +0100 Raimund Renkert Use the updated default subtitle or the 'old' one from chart settings. minfo-opt
Thu, 06 Mar 2014 18:45:40 +0100 Tom Gottfried Add extra config files for modules and zoom scales and give option to use custom files for release.
Thu, 06 Mar 2014 18:19:01 +0100 Tom Gottfried INSTALL_DE: use useradd with defaults.
Thu, 06 Mar 2014 18:08:04 +0100 Tom Gottfried INSTALL_DE: more small improvements and corrections.
Thu, 06 Mar 2014 17:30:59 +0100 Tom Gottfried Remove not publicly available WMS services and enable custom configuration through release script.
Thu, 06 Mar 2014 16:43:49 +0100 Tom Gottfried Remove obsolete MapServer stuff.
Thu, 06 Mar 2014 16:42:35 +0100 Tom Gottfried Remove obsolete WSPLGEN binary.
Thu, 06 Mar 2014 16:39:12 +0100 Tom Gottfried Ignore python byte code.
Thu, 06 Mar 2014 16:38:45 +0100 Tom Gottfried Use latest WSPLGEN binary.
Thu, 06 Mar 2014 14:10:24 +0100 Raimund Renkert Added i18n strings for winfo difference facet names. minfo-opt
Thu, 06 Mar 2014 14:10:00 +0100 Raimund Renkert Fixed datacage macro for winfo differences and added the new facet. minfo-opt
Thu, 06 Mar 2014 14:09:10 +0100 Raimund Renkert Mapped a theme for the new differences facet. minfo-opt
Thu, 06 Mar 2014 14:08:37 +0100 Raimund Renkert Add the new facet to drawable facets. minfo-opt
Thu, 06 Mar 2014 14:07:24 +0100 Raimund Renkert Add the new difference facet and set facets active/inactive. minfo-opt
Thu, 06 Mar 2014 14:04:46 +0100 Raimund Renkert Added new facet for filtered winfo differences. minfo-opt
Thu, 06 Mar 2014 14:03:10 +0100 Raimund Renkert Added default zoom scales. minfo-opt
Thu, 06 Mar 2014 14:02:36 +0100 Raimund Renkert Try to load default zoom scales if no zoom scale defined for the current river. minfo-opt
Wed, 05 Mar 2014 19:47:54 +0100 Tom Gottfried INSTALL_DE: more small improvements and corrections.
Wed, 05 Mar 2014 19:33:55 +0100 Tom Gottfried Set useful DB connection configuration for demo installation.
Wed, 05 Mar 2014 17:52:19 +0100 Tom Gottfried INSTALL_DE: small corrections and (hopefully) improvements.
Wed, 05 Mar 2014 17:51:23 +0100 Tom Gottfried INSTALL_DE: we don't want links to internalt sites and to build WSPLGEN
Wed, 05 Mar 2014 17:47:14 +0100 Tom Gottfried INSTALL_DE: install Java 7 prior to tomcat to avoid Java 6 installation.
Wed, 05 Mar 2014 15:53:46 +0100 Tom Gottfried Useful server-logging for demo installation.
Tue, 04 Mar 2014 19:24:10 +0100 Tom Gottfried Set appropriate client log-file for demo installation.
Tue, 04 Mar 2014 19:14:15 +0100 Tom Gottfried INSTALL_DE: remove obsolete server configuration.
Tue, 04 Mar 2014 19:08:02 +0100 Tom Gottfried Remove FLYS-specific stuff from map configuration and allow to give a custom files in release script.
Tue, 04 Mar 2014 18:40:00 +0100 Tom Gottfried INSTALL_DE: remove obsolete client configuration.
Tue, 04 Mar 2014 18:34:24 +0100 Tom Gottfried Remove FLYS-specific stuff from config.yaml and allow to give a custom file in release script.
Tue, 04 Mar 2014 17:58:10 +0100 Tom Gottfried Set print URL to useful value for demo installation.
Tue, 04 Mar 2014 17:42:31 +0100 Tom Gottfried INSTALL_DE: mention tested system and simplify dependency installation.
Tue, 04 Mar 2014 17:19:48 +0100 Tom Gottfried Defaulting to GGinA authentication in release script instead of client sources.
Tue, 04 Mar 2014 15:23:50 +0100 Tom Gottfried Replace FLYS-specific features.xml.
Mon, 03 Mar 2014 15:40:25 +0100 Raimund Renkert merged.
Mon, 03 Mar 2014 15:39:35 +0100 Raimund Renkert Validate waterlevel 'to' value on change.
Mon, 03 Mar 2014 12:27:04 +0100 Andre Heinecke Change to work dir bevor creating artifacts and datacage db
Mon, 03 Mar 2014 11:46:45 +0100 Raimund Renkert merged.
Mon, 03 Mar 2014 11:46:09 +0100 Raimund Renkert Added german INSTALL.
Mon, 03 Mar 2014 11:44:56 +0100 Raimund Renkert Changed directory variable in h2 create scripts.
Thu, 27 Feb 2014 18:09:39 +0100 Sascha L. Teichmann Removed obsolete imports.
Thu, 27 Feb 2014 16:45:36 +0100 Raimund Renkert merged.
Thu, 27 Feb 2014 16:43:24 +0100 Raimund Renkert Replaced river names with model_uuid for available rivers.
Thu, 27 Feb 2014 16:42:35 +0100 Raimund Renkert Use river model_uuid to identify rivers.
Thu, 27 Feb 2014 16:41:47 +0100 Raimund Renkert Replaced hard coded rivers with rivers loaded from module service.
Thu, 27 Feb 2014 16:40:33 +0100 Raimund Renkert Use the river model_uuid as value for data items.
Thu, 27 Feb 2014 16:38:45 +0100 Raimund Renkert Load modules with supported rivers and rivers with model_uuid.
Thu, 27 Feb 2014 15:11:59 +0100 Raimund Renkert Added list to module to store supported rivers.
Thu, 27 Feb 2014 15:10:44 +0100 Raimund Renkert Added model_uuid to river info.
Thu, 27 Feb 2014 15:10:04 +0100 Raimund Renkert Added model_uuid to river model.
Thu, 27 Feb 2014 15:00:09 +0100 Raimund Renkert Added rivers to each module.
Thu, 27 Feb 2014 14:56:36 +0100 Raimund Renkert Read rivers supported by a module from config file.
Thu, 27 Feb 2014 14:55:38 +0100 Raimund Renkert Added list of rivers a module supports.
Thu, 27 Feb 2014 14:51:35 +0100 Raimund Renkert Replaced river name with model_uuid as value in RiverSelect state.
Thu, 27 Feb 2014 14:49:58 +0100 Raimund Renkert Include river model_uuid in RiverService.
Thu, 27 Feb 2014 14:48:59 +0100 Raimund Renkert Include river model_uuid in RiverInfoService.
Thu, 27 Feb 2014 14:46:30 +0100 Raimund Renkert Parse and import model_uuid for rivers.
Thu, 27 Feb 2014 14:45:22 +0100 Raimund Renkert Added model_uuid column to river model.
Mon, 24 Feb 2014 18:55:14 +0100 Andre Heinecke Add german howto to describe how to set up putty / wald and mercurial on windows
Fri, 21 Feb 2014 15:28:08 +0100 Sascha L. Teichmann Hopefully a cleaner fix for flys/issue1549 using the FloatRangeValidator from SmartGWT to verify that the 'to' field stays positive.
Tue, 11 Feb 2014 16:18:57 +0100 Felix Wolfsteller Partial fix issue1532: at least clone artifacts data when cloning
Tue, 11 Feb 2014 16:18:11 +0100 Felix Wolfsteller Upcoming issue1532: Extracted method where 'cloning/initialize' takes place.
Tue, 11 Feb 2014 12:37:16 +0100 Felix Wolfsteller issue1549: Add live-validation to wsplgen to-field.
Fri, 07 Feb 2014 15:48:43 +0100 Felix Wolfsteller issue765: When creating a WMSLayerFacet copy, also copy original
Fri, 07 Feb 2014 10:54:03 +0100 Tom Gottfried Schema correction following yesterday's brain failure.
Thu, 06 Feb 2014 15:05:29 +0100 Tom Gottfried merged
Thu, 06 Feb 2014 15:04:29 +0100 Tom Gottfried SCHEMA CHANGE: renamed uuid-column to avoid collision with data type.
Thu, 06 Feb 2014 14:47:29 +0100 Felix Wolfsteller Implement deepCopy on WMSLayerFacet WMSDBLayerFacet and WSPLGENLayerFacet
Thu, 06 Feb 2014 13:22:10 +0100 Tom Gottfried SCHEMA CHANGE: Add UUIDs to rivers.
Tue, 04 Feb 2014 11:08:57 +0100 Andre Heinecke (issue1692) Überarbeitetes Init script
Fri, 31 Jan 2014 19:57:35 +0100 Tom Gottfried This was obsolete since r5294.
Thu, 23 Jan 2014 17:48:55 +0100 Sascha L. Teichmann Server side validation for flys/issue1549.
Wed, 22 Jan 2014 13:26:35 +0100 Tom Gottfried Cross section importer: avoid logging of unused feature.
Wed, 22 Jan 2014 13:25:25 +0100 Tom Gottfried Close branch slt-simplify-cross-sections. slt-simplify-cross-sections
Wed, 22 Jan 2014 12:54:18 +0100 Tom Gottfried Merge slt-simplify-cross-sections branch into default.
Mon, 20 Jan 2014 14:54:35 +0100 Sascha L. Teichmann Merged
Mon, 20 Jan 2014 12:44:16 +0100 Sascha L. Teichmann Client side fix for flys/issue1549
Mon, 20 Jan 2014 14:04:20 +0100 Tom Gottfried Merged default into slt-simplify-cross-sections branch and updated package and class names. slt-simplify-cross-sections
Mon, 20 Jan 2014 13:01:02 +0100 Tom Gottfried Add .jar to hgignore.
Thu, 16 Jan 2014 12:02:54 +0100 Tom Gottfried Importer: fix logging in import_river.sh.
Mon, 13 Jan 2014 11:52:22 +0100 Sascha L. Teichmann Removed obsolete imports. Fixed Logger in SQ measurement.
Fri, 20 Dec 2013 18:52:09 +0100 Andre Heinecke Added tag 3.1.1 for changeset 837b620b58b4
Fri, 20 Dec 2013 18:52:05 +0100 Andre Heinecke Removed tag 3.1.1 3.1.1
Fri, 20 Dec 2013 18:50:55 +0100 Andre Heinecke Fix doOut for Porosity sublayer
Fri, 20 Dec 2013 18:49:54 +0100 Andre Heinecke Make GAP_TOLERANCE static
Fri, 20 Dec 2013 18:31:02 +0100 Andre Heinecke (issue1502) Allow annotation handling to be overwritten
Fri, 20 Dec 2013 16:49:50 +0100 Andre Heinecke Remove extremly spammy debug output
Fri, 20 Dec 2013 15:10:56 +0100 Andre Heinecke Added tag 3.1.1 for changeset 20b4dd8a47eb
Fri, 20 Dec 2013 15:10:51 +0100 Andre Heinecke Removed tag 3.1.1
Fri, 20 Dec 2013 15:10:08 +0100 Andre Heinecke Fix compilation of the AreaData change.
Fri, 20 Dec 2013 13:09:25 +0100 Andre Heinecke Added tag 3.1.1 for changeset aa5ad2f62def
Fri, 20 Dec 2013 13:06:03 +0100 Andre Heinecke Areas are not Volumes!
Fri, 20 Dec 2013 12:50:01 +0100 Andre Heinecke (issue1574) Add correction curves to W Area compatibility lists
Fri, 20 Dec 2013 12:40:08 +0100 Andre Heinecke (issue1574) Add area handling for correction curves
Thu, 19 Dec 2013 18:36:00 +0100 Andre Heinecke (issue1622) Paint W Differences on diffW Axis
Thu, 19 Dec 2013 18:35:03 +0100 Andre Heinecke (issue1622) Allow areas with w_differences
Thu, 19 Dec 2013 18:19:24 +0100 Andre Heinecke Only show 3 as we are 3.1.x now
Thu, 19 Dec 2013 10:45:14 +0100 Sascha L. Teichmann S/Q relation be more correct with judgment if a sieve is correct. Needs load and diameter.
Wed, 18 Dec 2013 19:51:23 +0100 Sascha L. Teichmann S/Q relation removed false COALSCE from SQL statement. Removed misplaced sieve adjustment.
Wed, 18 Dec 2013 15:37:53 +0100 Sascha L. Teichmann S/Q relation: Adjust sieves only once during construction.
Wed, 18 Dec 2013 12:39:18 +0100 Tom Gottfried Variance is defined as the sum of squared differences.
Wed, 18 Dec 2013 09:53:44 +0100 Andre Heinecke (issue1594) Get the correct differences data
Tue, 17 Dec 2013 18:27:13 +0100 Andre Heinecke (issue1594) Move Bed differences absolute height into the correct processor
Tue, 17 Dec 2013 17:59:37 +0100 Sascha L. Teichmann SQ relation: only take sieve which have values at all.
Tue, 17 Dec 2013 17:21:37 +0100 Andre Heinecke (issue1577, issue1494) Wrap wst name depending on Q > 0
Tue, 17 Dec 2013 14:43:26 +0100 Andre Heinecke (issue1581) Remove Minfo-heights from differencable
Mon, 16 Dec 2013 19:09:50 +0100 Andre Heinecke (issue1579) Add Hack to not syncronize and add second axis in static GaugeDischarge
Mon, 16 Dec 2013 19:08:39 +0100 Andre Heinecke (issue1559) Improve Exception handling and allow null titles
Mon, 16 Dec 2013 16:42:24 +0100 Sascha L. Teichmann Removed obsolete imports.
Mon, 16 Dec 2013 16:39:12 +0100 Sascha L. Teichmann SQ Relation: Added CSV dumping to raw SedDB query results.
Mon, 16 Dec 2013 16:24:07 +0100 Andre Heinecke (issue1649) Remove broken getWKms from RiverUtils and use WDifferencesState instead
Mon, 16 Dec 2013 16:00:10 +0100 Andre Heinecke (issue1649) Better check for waterlevel data and accept wkms data
Mon, 16 Dec 2013 15:14:40 +0100 Sascha L. Teichmann Removed obsolete imports.
Mon, 16 Dec 2013 12:41:16 +0100 Andre Heinecke Add Override marker and fix indention
Mon, 16 Dec 2013 12:26:52 +0100 Andre Heinecke (issue1596) Sort Export of Middle bedHeight
Mon, 16 Dec 2013 12:23:01 +0100 Andre Heinecke (issue1596) Make MiddleBedHeightData comparable
Fri, 13 Dec 2013 19:03:00 +0100 Andre Heinecke (issue1579) Fix axes syncronisation at Gauges
Fri, 13 Dec 2013 17:44:57 +0100 Andre Heinecke Fix build by removing bedheightsoundingprocessor from old Longitundinal Generator
Fri, 13 Dec 2013 15:39:05 +0100 Andre Heinecke (issue1225) Unify "Width" processor
Thu, 12 Dec 2013 16:26:21 +0100 Andre Heinecke (issue1632) Use DOS line endings
Thu, 12 Dec 2013 16:01:40 +0100 Andre Heinecke (issue1666) Calculate wRow after rounding the first value.
Thu, 12 Dec 2013 07:57:13 +0100 Felix Wolfsteller issue1577: Add W-Wrapping of wst-names in WKmsFactory if kind is one
Wed, 11 Dec 2013 17:13:26 +0100 Andre Heinecke (issue1614) Handle NaN in Styled Series created by SedimentLoadProcessors
Wed, 11 Dec 2013 17:11:43 +0100 Andre Heinecke Remove obsolete Sedimentload class to avoid confusion
Wed, 11 Dec 2013 11:20:10 +0100 Felix Wolfsteller issue1594/issue1603: Put bed_differences to correct axis.
Wed, 11 Dec 2013 10:39:11 +0100 Felix Wolfsteller Extracted method.
Tue, 10 Dec 2013 11:22:06 +0100 Felix Wolfsteller issue1574: Also allow area creation for longitudinal_discharge_sections.
Tue, 10 Dec 2013 09:25:10 +0100 Felix Wolfsteller issue1547: Add more facets to lists of facets with which areas can be created.
Tue, 10 Dec 2013 09:24:05 +0100 Felix Wolfsteller issue1574: Set target out for area artifact at creation time.
Tue, 10 Dec 2013 07:15:06 +0100 Felix Wolfsteller issue1542: I18n change.
Mon, 09 Dec 2013 10:49:34 +0100 Sascha L. Teichmann dc:sort: Removed unnecessary if check. Forgot to push before tag.
Mon, 09 Dec 2013 10:31:24 +0100 Felix Wolfsteller Cosmetics, doc.
Mon, 09 Dec 2013 09:56:01 +0100 Felix Wolfsteller issue1020: Show official lines in datacage to compute uesks, too.
Fri, 06 Dec 2013 16:52:08 +0100 Andre Heinecke Added tag 3.1.0 for changeset 28f287e84296
Fri, 06 Dec 2013 16:52:00 +0100 Andre Heinecke Removed tag 3.1.0 3.1.0
Fri, 06 Dec 2013 16:47:02 +0100 Andre Heinecke (issue1474) Change order of measurement stations
Fri, 06 Dec 2013 16:49:43 +0100 Andre Heinecke Added tag 3.1.0 for changeset 03dc5cc22e26
Fri, 06 Dec 2013 16:44:37 +0100 Tom Gottfried Update coefficients in porosity formula.
Fri, 06 Dec 2013 16:34:58 +0100 Sascha L. Teichmann Datacage: Added <dc:sort>
Fri, 06 Dec 2013 15:36:47 +0100 Felix Wolfsteller issue1688: In flow velocity, discharges are now initially inactive.
Fri, 06 Dec 2013 14:51:48 +0100 Tom Gottfried Order by years in SQ-relation datacage.
Fri, 06 Dec 2013 14:27:03 +0100 Tom Gottfried Order by year in sediment yield datacage.
Fri, 06 Dec 2013 13:58:27 +0100 Tom Gottfried Add sources/sinks to sediment yield datacage.
Fri, 06 Dec 2013 13:17:05 +0100 Tom Gottfried Add recommendations for bed quality and flow velocity.
Fri, 06 Dec 2013 12:56:14 +0100 Andre Heinecke Use correct quotes for long names
Fri, 06 Dec 2013 12:10:24 +0100 Felix Wolfsteller issue1691: Sedimentload-fetching via datacage now picks right facet.
Fri, 06 Dec 2013 11:21:56 +0100 Sascha L. Teichmann Removed obsolete import.
Fri, 06 Dec 2013 10:53:01 +0100 Felix Wolfsteller Fix.
Fri, 06 Dec 2013 10:52:39 +0100 Felix Wolfsteller issue1020: Do not write Q-Lines with wstwriter from floodmapstate.
Fri, 06 Dec 2013 10:51:47 +0100 Felix Wolfsteller issue1020: WstWriter: Add flag to ignore Qs alltogether.
Thu, 05 Dec 2013 22:22:37 +0100 Felix Wolfsteller Improved logging.
Thu, 05 Dec 2013 22:04:15 +0100 Felix Wolfsteller Cosmetics of WstWriter. Actually, a decent class now.
Thu, 05 Dec 2013 19:37:59 +0100 Andre Heinecke Do not NPE if there is a folder without mapfiles in the shapefile path
Thu, 05 Dec 2013 19:29:52 +0100 Andre Heinecke (issue1620) Fix WstWriter Column Header format.
Thu, 05 Dec 2013 17:38:10 +0100 Felix Wolfsteller issue1020 and others: Let StaticWQKmsState spawn other facets, implement computeAdvance.
Thu, 05 Dec 2013 17:34:10 +0100 Felix Wolfsteller Doc.
Thu, 05 Dec 2013 17:33:43 +0100 Felix Wolfsteller Doc.
Thu, 05 Dec 2013 17:33:02 +0100 Felix Wolfsteller Doc.
Thu, 05 Dec 2013 17:32:34 +0100 Felix Wolfsteller Whitespace-cosmetics.
Thu, 05 Dec 2013 16:58:26 +0100 Felix Wolfsteller issue1020: Add WQ constructor that accepts TDoubleArrayList .
Thu, 05 Dec 2013 15:38:35 +0100 Felix Wolfsteller issue1020: When preparing wsts for wsplgen handle other than standard wqkms calculations.
Thu, 05 Dec 2013 15:35:53 +0100 Felix Wolfsteller issue1020: Cosmetics.
Thu, 05 Dec 2013 15:35:04 +0100 Felix Wolfsteller issue1020: Make WQKms able to build from WKms.
Wed, 04 Dec 2013 10:21:08 +0100 Felix Wolfsteller Added two comments about improvements.
Wed, 04 Dec 2013 10:19:10 +0100 Felix Wolfsteller Whitespace.
Wed, 04 Dec 2013 10:18:14 +0100 Felix Wolfsteller Improve logger output.
Tue, 03 Dec 2013 18:00:35 +0100 Andre Heinecke (issue1610) Add units also for _de
Tue, 03 Dec 2013 16:44:20 +0100 Sascha L. Teichmann flys/issue1638: Calculate ntot correctly.
Tue, 03 Dec 2013 16:11:54 +0100 Sascha L. Teichmann Removed obsolete imports.
Tue, 03 Dec 2013 15:09:17 +0100 Felix Wolfsteller issue1020: Avoid some traps, use WKms and handle data from StaticArtifact.
Tue, 03 Dec 2013 12:25:57 +0100 Felix Wolfsteller issue1020: Do not set a data with value null, this breaks stuff further
Tue, 03 Dec 2013 12:25:03 +0100 Felix Wolfsteller issue1020: Handle FixRealizingResult for UESK waterlevel-selection.
Tue, 03 Dec 2013 12:55:17 +0100 Andre Heinecke (issue1632) Use correct l10n for unit
Tue, 03 Dec 2013 12:50:15 +0100 Andre Heinecke (issue1632) Add Unit to CSV export
Tue, 03 Dec 2013 11:48:20 +0100 Andre Heinecke (issue1630) Flush the correct outer output stream

http://dive4elements.wald.intevation.org