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
Mon, 02 Dec 2013 14:47:51 +0100 Felix Wolfsteller issue1043: Add i18n for 'dm'.
Mon, 02 Dec 2013 14:45:57 +0100 Felix Wolfsteller issue1043: Add 'dm' type.
Mon, 02 Dec 2013 14:43:43 +0100 Felix Wolfsteller issue1043: Fetch 'dm'-values in QualityMeasurementFactory.
Mon, 02 Dec 2013 14:42:49 +0100 Felix Wolfsteller issue1043: Add 'dm' to types enum in BedQualityDiameterResult.
Mon, 02 Dec 2013 12:17:33 +0100 Felix Wolfsteller issue1630: Fix column calculation for bed quality values.
Mon, 02 Dec 2013 12:16:50 +0100 Felix Wolfsteller Doc.
Mon, 02 Dec 2013 10:47:30 +0100 Felix Wolfsteller BedQualityExporter: Continue/exit early when no results.
Mon, 02 Dec 2013 10:42:43 +0100 Felix Wolfsteller Refactoring: extracted method
Mon, 02 Dec 2013 10:08:23 +0100 Felix Wolfsteller issue1579: Load those official lines automatically.
Mon, 02 Dec 2013 09:56:35 +0100 Felix Wolfsteller issue1579: ComputedDischargeCurveGenerator: Handle WQKms data.
Mon, 02 Dec 2013 09:55:14 +0100 Felix Wolfsteller Whistespace.
Mon, 02 Dec 2013 09:48:48 +0100 Felix Wolfsteller issue1579: Added macro to load interpolated official lines.
Fri, 29 Nov 2013 12:18:16 +0100 Felix Wolfsteller Use IsOfficialAccess instead of direct property in WaterlevelExporter.
Fri, 29 Nov 2013 12:17:22 +0100 Felix Wolfsteller Remove close-isOfficial-Handling in StaticWQKmsArtifact.
Fri, 29 Nov 2013 12:16:34 +0100 Felix Wolfsteller Added new IsOfficalAccess to avoid keeping data too close to StaticWQKmsArtifact.
Fri, 29 Nov 2013 10:49:41 +0100 Felix Wolfsteller Avoid certain exception, added todo about issues with implementation.
Thu, 28 Nov 2013 12:04:18 +0100 Felix Wolfsteller Fix doc/debug.
Fri, 29 Nov 2013 11:13:31 +0100 Andre Heinecke (issue1620) join column names with two empty spaces
Fri, 29 Nov 2013 11:12:31 +0100 Andre Heinecke (issue1620) Print the real official Q value instead of the first
Thu, 28 Nov 2013 10:16:55 +0100 Felix Wolfsteller BedQualityExporter: Use foreach instead of manual array loop.
Thu, 28 Nov 2013 10:14:33 +0100 Felix Wolfsteller BedQualityExporter: Fix ancient i/j variable mix-up.
Thu, 28 Nov 2013 10:13:53 +0100 Felix Wolfsteller BedQualityExporter: Refactoring.
Thu, 28 Nov 2013 09:54:21 +0100 Felix Wolfsteller Cosmetics, removed obsolete code.
Thu, 28 Nov 2013 07:26:36 +0100 Felix Wolfsteller Cosmetics, doc fix.
Wed, 27 Nov 2013 19:14:01 +0100 Andre Heinecke (issue1611) Correct i18n property for axis label
Wed, 27 Nov 2013 18:50:21 +0100 Andre Heinecke (issue1667) Remove duplicate points in the same series in Diagram CSV export
Wed, 27 Nov 2013 18:06:04 +0100 Andre Heinecke (issue1666) Update CSV link in updateLinks, too
Wed, 27 Nov 2013 17:17:54 +0100 Andre Heinecke (issue1560) Fix off by one error in ATWriter causing the last value to be omitted.
Wed, 27 Nov 2013 16:21:00 +0100 Andre Heinecke (issue1620) Add export of official lines in WST as specified
Mon, 25 Nov 2013 17:40:47 +0100 Andre Heinecke (issue1225) Use label code also when only one item is present
Wed, 27 Nov 2013 14:55:25 +0100 Felix Wolfsteller issue1596: Store table (cell) data twice: Once as (formatted) string
Wed, 27 Nov 2013 14:36:35 +0100 Felix Wolfsteller Typo fix in doc.
Wed, 27 Nov 2013 11:06:25 +0100 Felix Wolfsteller issue1596: include river wst unit in csv header for middle bed height.
Wed, 27 Nov 2013 11:05:38 +0100 Felix Wolfsteller issue1596: Add unit to middlebedheight csv header.
Mon, 25 Nov 2013 14:59:21 +0100 Andre Heinecke Remove uneccessary debug output added in last commit.
Mon, 25 Nov 2013 14:58:14 +0100 Andre Heinecke (issue1225) Implement Magic labels.
Mon, 25 Nov 2013 14:53:50 +0100 Andre Heinecke (issue1225) Unify Height BedHeight and W axis
Thu, 21 Nov 2013 17:27:14 +0100 Felix Wolfsteller issue1558: Allow fixed axis for timeseries-diagrams.
Thu, 21 Nov 2013 15:40:05 +0100 Andre Heinecke Add isValid method for single double arrays
Thu, 21 Nov 2013 15:37:43 +0100 Andre Heinecke Rename the Global Facet filter to reduce ambiguity with the old facet filter
Thu, 21 Nov 2013 15:35:32 +0100 Andre Heinecke Add timestamp type
Thu, 21 Nov 2013 15:33:42 +0100 Andre Heinecke issue1225 Add i18n for bedheight and use wst height system as unit
Wed, 20 Nov 2013 11:06:17 +0100 Felix Wolfsteller Allow more compact display of mainvalue-table.
Wed, 20 Nov 2013 11:03:53 +0100 Felix Wolfsteller issue1542: Profit from refactoring, use same columns/fields for QDTable.
Wed, 20 Nov 2013 11:03:26 +0100 Felix Wolfsteller issue1542: Only show year of date for mainvalues validity, refactoring.
Wed, 20 Nov 2013 11:02:55 +0100 Felix Wolfsteller issue1542: Reorder columns for main value validity dates.
Wed, 20 Nov 2013 10:02:27 +0100 Felix Wolfsteller issue1613: added accidentally omitted i18n.
Tue, 19 Nov 2013 11:30:50 +0100 Felix Wolfsteller issue1597: Re-enable w/q points in DischargeProcessor. It's yet unclear why it was disabled.
Tue, 19 Nov 2013 10:46:24 +0100 Felix Wolfsteller Renamed winfo variable to more fitting name artifact.
Tue, 19 Nov 2013 10:20:27 +0100 Felix Wolfsteller issue1606: Handle annotation text as well.
Tue, 19 Nov 2013 10:19:25 +0100 Felix Wolfsteller issue1606: Added methods to parse omitted theme properties.
Tue, 19 Nov 2013 10:17:59 +0100 Felix Wolfsteller issue1606: Handle textstyle property in clients StyleEditorWindow.
Mon, 18 Nov 2013 15:38:52 +0100 Felix Wolfsteller issue1063: Always create data for all parameters, even if not specified.
Mon, 18 Nov 2013 15:37:33 +0100 Felix Wolfsteller issue1063: Expose column names in ParameterMatrix.
Mon, 18 Nov 2013 14:37:35 +0100 Tom Gottfried Add i18n for SQ-Outliermethod help-URL.
Mon, 18 Nov 2013 13:11:12 +0100 Tom Gottfried Add units to flow velocity export headers.
Mon, 18 Nov 2013 12:30:36 +0100 Felix Wolfsteller issue1613: In DC, also show the 'diff' facets, define former calc. for hist. W/Q out.
Mon, 18 Nov 2013 12:22:22 +0100 Felix Wolfsteller issue1631: Allow loading of some former historical-discharge facets.
Thu, 14 Nov 2013 12:02:26 +0100 Felix Wolfsteller Doc.
Thu, 14 Nov 2013 12:00:43 +0100 Felix Wolfsteller Builder: Slightly more verbose errormessage.
Thu, 14 Nov 2013 11:58:51 +0100 Felix Wolfsteller issue1020: Display more waterlevels for uesk.
Thu, 14 Nov 2013 11:56:47 +0100 Felix Wolfsteller issue1020: In WaterlevelSelectState create label more differentiated at
Thu, 14 Nov 2013 11:54:02 +0100 Felix Wolfsteller issue1020: Let WspDatacagePanel also handle non-winfo (prev. calc) rec.
Thu, 14 Nov 2013 06:44:11 +0100 Felix Wolfsteller issue1020: Added pointers as comments in code.
Wed, 13 Nov 2013 12:00:21 +0100 Felix Wolfsteller Fix i18n.
Wed, 13 Nov 2013 11:59:26 +0100 Felix Wolfsteller issue1611,1046: Adjusted i18n for tau.
Wed, 13 Nov 2013 11:32:47 +0100 Felix Wolfsteller issue1592: Fix csv headers for w or q calculations.
Wed, 13 Nov 2013 08:10:00 +0100 Felix Wolfsteller issue1542: Include validity also in qdtable, reorder code, widen column width.
Wed, 13 Nov 2013 08:09:19 +0100 Felix Wolfsteller issue1542: Sweeten i18n.
Tue, 12 Nov 2013 19:47:24 +0100 Sascha L. Teichmann flys/issue1503: Evil hack to force loaded of data to be bound to 'w_differences'. TODO: Remove all the broken code from DataCageTwinPanel.
Tue, 12 Nov 2013 17:46:04 +0100 Felix Wolfsteller issue1542: Do not show link to w/q value view if no mainvalues are there.
Tue, 12 Nov 2013 17:15:21 +0100 Felix Wolfsteller issue1542: Let client to i18n and formatting of dates.
Tue, 12 Nov 2013 17:14:52 +0100 Felix Wolfsteller issue1542: WQInfoObjectImpl: Changed implementation from String to Date.
Tue, 12 Nov 2013 17:14:24 +0100 Felix Wolfsteller issue1542: WQInfoObject: Changed properties from String to Date.
Tue, 12 Nov 2013 17:13:07 +0100 Felix Wolfsteller issue1542: Added i18n for start/stoptimes of main values.
Tue, 12 Nov 2013 17:11:51 +0100 Felix Wolfsteller issue1542: Make WQInfoObjects and server provide start and end date for mainvalues, display in table.
Tue, 12 Nov 2013 17:10:38 +0100 Felix Wolfsteller Typo fix in debug output.
Tue, 12 Nov 2013 12:11:23 +0100 Felix Wolfsteller issue1542: Let MainValues have localized dates.
Tue, 12 Nov 2013 11:47:25 +0100 Felix Wolfsteller Add start- and stoptime to WQInfoObjects.
Tue, 12 Nov 2013 11:46:24 +0100 Felix Wolfsteller issue1542: Add timeinterval-data to mainvalues made available via service.
Tue, 12 Nov 2013 11:45:47 +0100 Felix Wolfsteller Doc, cosmetics.
Mon, 11 Nov 2013 11:45:00 +0100 Felix Wolfsteller Removed obsolete method.
Mon, 11 Nov 2013 11:33:53 +0100 Felix Wolfsteller Minor refactoring for future readability and refactoring.
Tue, 12 Nov 2013 16:54:18 +0100 Sascha L. Teichmann Previous fix for flys/issue1675 was broken. :-/
Tue, 12 Nov 2013 15:37:38 +0100 Sascha L. Teichmann Workaround for flys/issue1675: Guarantee that the years are always between 0 and 9999 in macro 'minfo-heights'.
Fri, 08 Nov 2013 18:26:55 +0100 Sascha L. Teichmann Added tag 3.0.18 for changeset b82750667e1a
Fri, 08 Nov 2013 18:04:51 +0100 Sascha L. Teichmann Some i18n for Vollmer curve calculation. 3.0.18
Fri, 08 Nov 2013 16:15:38 +0100 Sascha L. Teichmann More on flys/issue1585: Do not fill circle for interpolated W/Q points.
Fri, 08 Nov 2013 12:27:08 +0100 Felix Wolfsteller Fix i18n (missing closing bracket).
Fri, 08 Nov 2013 12:26:38 +0100 Felix Wolfsteller issue1762: correct facet names.
Fri, 08 Nov 2013 11:58:55 +0100 sascha teichmann issue1585: Part 2/2 of patch from Sascha Teichmann to define datapoint shapes.
Fri, 08 Nov 2013 11:57:37 +0100 sascha teichmann issue1585: Part 1/2 of patch from Sascha Teichmann to define shape for datapoints.
Fri, 08 Nov 2013 10:38:37 +0100 Felix Wolfsteller Fixed logger instantiations that were done with wrong class.
Fri, 08 Nov 2013 10:22:32 +0100 Felix Wolfsteller Added spooky ruby script to get started fixing logger instances of wrong classes.
Fri, 08 Nov 2013 08:03:42 +0100 Felix Wolfsteller Whacky little script to find possibly wrong loggers.
Thu, 07 Nov 2013 19:31:16 +0100 Tom Gottfried Add units to bedquality exporter columns.
Thu, 07 Nov 2013 18:13:45 +0100 Tom Gottfried Change column name in bedheight export.
Thu, 07 Nov 2013 18:13:00 +0100 Tom Gottfried Fix column names in flow velocity export.
Thu, 07 Nov 2013 11:10:58 +0100 Felix Wolfsteller issue1512: i18n.
Thu, 07 Nov 2013 10:27:41 +0100 Felix Wolfsteller Cosmetics, break overlong lines.
Thu, 07 Nov 2013 09:44:38 +0100 Felix Wolfsteller Doc.
Thu, 07 Nov 2013 09:43:44 +0100 Felix Wolfsteller Cosmetics.
Thu, 07 Nov 2013 09:43:20 +0100 Felix Wolfsteller SedimentLoadAccess: Slightly improved readability.
Thu, 07 Nov 2013 09:42:19 +0100 Felix Wolfsteller issue1658: Do not store Access in State.
Thu, 07 Nov 2013 09:03:34 +0100 Felix Wolfsteller Fix SedimentLoadAccess logger instance.
Wed, 06 Nov 2013 19:41:12 +0100 Sascha L. Teichmann Simplified code.
Wed, 06 Nov 2013 19:18:50 +0100 Sascha L. Teichmann Removed obsolete facet for fix events in vollmer curve.
Wed, 06 Nov 2013 19:12:46 +0100 Sascha L. Teichmann Part fix for flys/issue1585: Use result from fitting to display interpolated W/Q points, too. TODO: Draw interpolated as circles.
Wed, 06 Nov 2013 12:07:48 +0100 Felix Wolfsteller issue1664: Let DC instruct StaticWKmsArtifact to spawn facets
Wed, 06 Nov 2013 12:03:38 +0100 Felix Wolfsteller issue1664: Add new Processors to old axis and map them in longitudinal-diagram-defaults.
Wed, 06 Nov 2013 11:57:35 +0100 Felix Wolfsteller issue1664: Prepare new Facets to go to different axis (for wkms from fixa/diffs).
Wed, 06 Nov 2013 09:40:23 +0100 Felix Wolfsteller issue1658: Fix fine_middle epoch facet name.
Mon, 04 Nov 2013 17:24:33 +0100 Felix Wolfsteller issue1658: Adjuste facet descriptions to include unit.
Mon, 04 Nov 2013 17:15:20 +0100 Felix Wolfsteller issue1658: Add unit name to facet description.
Mon, 04 Nov 2013 17:13:44 +0100 Felix Wolfsteller issue1658: i18n for upcoming sediment load facet names (including t/a or m^3/a).
Mon, 04 Nov 2013 15:57:47 +0100 Felix Wolfsteller issue1658: Fix theme styles for sediment load (t/a and m^3/a) facets.
Mon, 04 Nov 2013 15:15:13 +0100 Felix Wolfsteller issue1663: Fix. HistoricalDischargeFacet transmorphed to WaterlevelFacet when cloned.
Mon, 04 Nov 2013 11:26:02 +0100 Sascha L. Teichmann Merged
Mon, 04 Nov 2013 11:24:30 +0100 Sascha L. Teichmann Added tag 3.0.17 for changeset 607246315009
Mon, 04 Nov 2013 11:24:02 +0100 Sascha L. Teichmann Removed tag 3.0.17
Mon, 04 Nov 2013 10:53:23 +0100 Sascha L. Teichmann Added tag 3.0.17 for changeset e97867879a45
Fri, 01 Nov 2013 18:36:39 +0100 Sascha L. Teichmann Removed obsolete imports.
Fri, 01 Nov 2013 16:44:49 +0100 Felix Wolfsteller WOutProcessor: Reorder statements so that function-call-debug-msg comes first.
Fri, 01 Nov 2013 16:41:54 +0100 Felix Wolfsteller White-space cosmetics.
Fri, 01 Nov 2013 16:41:16 +0100 Felix Wolfsteller cosmetics - full stop.
Fri, 01 Nov 2013 16:40:16 +0100 Felix Wolfsteller cosmetics, doc.
Fri, 01 Nov 2013 16:38:03 +0100 Felix Wolfsteller Whitespace-cosmetics.
Fri, 01 Nov 2013 16:37:19 +0100 Felix Wolfsteller issue1658: Fix SedimentLoadLSGenerator (with surprise: isnt that done via processors?).
Fri, 01 Nov 2013 16:31:24 +0100 Felix Wolfsteller Remove now obsolete SedimentLoadProcessor.
Fri, 01 Nov 2013 16:30:52 +0100 Felix Wolfsteller issue1658: New Processors for t/a and m^3/a -axis (stripped down from SedimentLoadProcessor).
Fri, 01 Nov 2013 16:29:40 +0100 Felix Wolfsteller issue1658: Handle new Facet-Types for SedimentLoad.
Fri, 01 Nov 2013 16:27:49 +0100 Felix Wolfsteller issue1658: Adjust Facet to new facet-types (t/a and m^3/a).
Fri, 01 Nov 2013 16:26:15 +0100 Felix Wolfsteller issue1658: Define new FacetTypes and IS functions.
Fri, 01 Nov 2013 16:25:19 +0100 Felix Wolfsteller issue1658: Let SedimentYieldArtifact create facet based on Sed.L. unit.
Fri, 01 Nov 2013 16:23:32 +0100 Felix Wolfsteller issue1658: Have SedimentLoadFactory deliver unit name for given id.
Fri, 01 Nov 2013 16:22:11 +0100 Felix Wolfsteller issue1658: Instead of one SedimentLoad-Axis, have two (t/a, m^3/a).
Fri, 01 Nov 2013 16:21:20 +0100 Felix Wolfsteller issue1658: Prepare minfo-artifact (.xml) to output t/a and m^3/a facets.
Fri, 01 Nov 2013 15:05:35 +0100 Sascha L. Teichmann Datacage: Removed macro "delta-wt-ls" from meta-data.xml as it is not used. 3.0.17
Fri, 01 Nov 2013 13:25:54 +0100 Sascha L. Teichmann Fixed half broken interpolation code for lines to 'Dauerlinie'.
Fri, 01 Nov 2013 12:12:24 +0100 Felix Wolfsteller meta-data.xml: Removed junk.
Fri, 01 Nov 2013 12:11:59 +0100 Felix Wolfsteller issue1571: Exclude vollmer curves from general longitudinal dc folder.
Fri, 01 Nov 2013 11:13:38 +0100 Felix Wolfsteller issue1571: Hav eown folder in dc for vollmer curves.
Fri, 01 Nov 2013 11:12:38 +0100 Felix Wolfsteller issue1571: i18n.
Fri, 01 Nov 2013 11:50:11 +0100 Sascha L. Teichmann Removed redundant lookup for km in call context.
Thu, 31 Oct 2013 21:56:04 +0100 Tom Gottfried WST-Parser: revert the assumption of only complete columns.
Thu, 31 Oct 2013 19:16:42 +0100 Tom Gottfried Correct r7481: use ParseException instead of IllegalArgument that was catched at wrong place.
Thu, 31 Oct 2013 19:03:57 +0100 Sascha L. Teichmann Removed charset encoding on outs. They are mainly binary data which simply should be proxied through.
Thu, 31 Oct 2013 18:34:10 +0100 Sascha L. Teichmann Merged
Thu, 31 Oct 2013 18:30:46 +0100 Sascha L. Teichmann WQDay is increasing(?) if it is empty of last is greater than first.
Thu, 31 Oct 2013 18:26:49 +0100 Sascha L. Teichmann Dont assume that wqdays are always of none zero length.
Thu, 31 Oct 2013 18:25:26 +0100 Sascha L. Teichmann Datacage recommendations: Sort outs to to generate consistent cache keys.
Thu, 31 Oct 2013 15:25:31 +0100 Tom Gottfried WST-Parser and doc: reject files with wrong number of columns.
Thu, 31 Oct 2013 13:11:03 +0100 Tom Gottfried WST-Parser: Improve handling of line-endings.
Thu, 31 Oct 2013 11:56:45 +0100 Tom Gottfried Log errors instead of starting WSPLGEN if required arguments are missing.
Thu, 31 Oct 2013 11:44:09 +0100 Felix Wolfsteller issue1657: Adjust DC conf to spawn sounding widths.
Thu, 31 Oct 2013 11:43:32 +0100 Felix Wolfsteller issue1657: Spawn BEDHEIGHT_SOUNDING_WIDTH facet if asked to. Twiggly.
Thu, 31 Oct 2013 11:41:39 +0100 Felix Wolfsteller i18n for sounding with axis and facet.
Wed, 30 Oct 2013 17:35:12 +0100 Sascha L. Teichmann Datacage recommendations caching: Use LFU strategy to rotate parameter recommendations out earlier. This should be a better config in multiuser user setups because the more frequently used terminal state recs will survive longer.
Wed, 30 Oct 2013 16:04:06 +0100 Felix Wolfsteller issue1345: Add flow_velocities folder.
Wed, 30 Oct 2013 16:03:28 +0100 Felix Wolfsteller issue1345: i18n for dc.
Wed, 30 Oct 2013 15:51:33 +0100 Andre Heinecke Dokumention zur Installation erweitert
Wed, 30 Oct 2013 15:26:21 +0100 Sascha L. Teichmann Experimental caching of datacage recommendations. The respective hook is called a lot and running the datacage over and over again when loading data can be expensive. So the generated recommendations are cached for some time.
Wed, 30 Oct 2013 15:02:16 +0100 Felix Wolfsteller issue1512: Fix loading of all former flow vel. calculation via folder.
Wed, 30 Oct 2013 14:53:26 +0100 Felix Wolfsteller issue1512: Show all flowvelocity facet in former calc. flow vel. part of dc.
Wed, 30 Oct 2013 12:24:03 +0100 Felix Wolfsteller issue1571: i18n.
Wed, 30 Oct 2013 12:03:07 +0100 Felix Wolfsteller issue1572: Call longitudinal-section-user-prototype for bedheight-diffs/year.
Wed, 30 Oct 2013 11:59:09 +0100 Sascha L. Teichmann Merged
Wed, 30 Oct 2013 11:58:57 +0100 Sascha L. Teichmann Datacage: Remove tree branches vom datacage tree on client side which do not contain loadable data.
Wed, 30 Oct 2013 11:57:04 +0100 Sascha L. Teichmann Simplified recommendattion monitor code a bit.
Wed, 30 Oct 2013 11:56:13 +0100 Sascha L. Teichmann Code cleanup.
Wed, 30 Oct 2013 11:55:10 +0100 Sascha L. Teichmann Fix for flys/issue1654: Divide through denisity, do not multiply.
Tue, 29 Oct 2013 19:59:59 +0100 Tom Gottfried Schema change: add lookup table for sediment yield kinds to have its values documented.
Tue, 29 Oct 2013 19:46:41 +0100 Sascha L. Teichmann flys/issue1625: Changed default sediment density factor from 1.8 to 1.9 . The value can be changed by adusting conf.xml (/artifact-databae/options/sediment-density-factor/text()).
Tue, 29 Oct 2013 19:17:28 +0100 Tom Gottfried Importer: document where annotations are searched for.
Tue, 29 Oct 2013 18:57:40 +0100 Tom Gottfried run_geo.sh: allow logging as documented.
Tue, 29 Oct 2013 11:32:56 +0100 Felix Wolfsteller issue1397: Fix reference_curve former calculations in dc.
Tue, 29 Oct 2013 11:31:59 +0100 Felix Wolfsteller dc i18n.
Tue, 29 Oct 2013 10:42:12 +0100 Felix Wolfsteller issue1512: Repair loading all of flowvelocitymeasurements by not equipping
Mon, 28 Oct 2013 15:46:26 +0100 Andre Heinecke inor Layout + Wiki
Mon, 28 Oct 2013 14:22:02 +0100 Andre Heinecke Rechtschreibkorrektur (durchgeführt von Bettina)
Mon, 28 Oct 2013 14:15:53 +0100 Andre Heinecke More installation documentation
Mon, 28 Oct 2013 12:14:46 +0100 Felix Wolfsteller issue1345: Sort sediment densities by year.
Mon, 28 Oct 2013 11:52:14 +0100 Felix Wolfsteller meta-data.xml: Simplify query for densities a bit, sort by depth.
Sun, 27 Oct 2013 17:30:38 +0100 Andre Heinecke Start installation documentation for specific client installation
Fri, 25 Oct 2013 17:06:30 +0200 Tom Gottfried Importer doc: fix some outdated or wrong infos.
Fri, 25 Oct 2013 16:57:15 +0200 Tom Gottfried Importer and doc: Warn instead of die if AT- or STA-file is missing for a gauge.
Fri, 25 Oct 2013 14:32:11 +0200 Felix Wolfsteller FacetTypes: Cosmetics.
Fri, 25 Oct 2013 14:31:56 +0200 Felix Wolfsteller Declare certain bedheight-diagrams as charttypes, for manual points.
Fri, 25 Oct 2013 14:29:38 +0200 Felix Wolfsteller meta-data.xml: Include bedheight-diffs per year in minfo-user-dc.
Fri, 25 Oct 2013 14:10:29 +0200 Felix Wolfsteller meta-data.xml: Subsume the different bed-quality dc-nodes.
Fri, 25 Oct 2013 13:53:48 +0200 Felix Wolfsteller i18n for dc added.
Fri, 25 Oct 2013 13:52:47 +0200 Felix Wolfsteller meta-data.xml: Ease i18nability.
Fri, 25 Oct 2013 15:39:59 +0200 Tom Gottfried Geoimporter: be case-insensitive when looking for floodplains.
Fri, 25 Oct 2013 15:02:08 +0200 Tom Gottfried make-opt-package.sh: give path to internal 'repository'.
Fri, 25 Oct 2013 07:25:19 +0200 Felix Wolfsteller meta-data.xml: Remove duplicates and 'special' macros fro special outs from
Fri, 25 Oct 2013 07:24:15 +0200 Felix Wolfsteller meta-data.xml: Remove delta-wt from longitudinal-section-user-prototype .
Fri, 25 Oct 2013 07:16:16 +0200 Felix Wolfsteller Fix Typo in german i18n (e.g. issue1345) .
Wed, 23 Oct 2013 17:45:56 +0200 Felix Wolfsteller Partly revert rev 7419, conservative guess about which "outs" are handcrafted.
Fri, 25 Oct 2013 03:47:04 +0200 Sascha L. Teichmann Experimental patch: Do not run datacage on artifacts that are loaded from datacage. His hopefully minimizes the datacage runs when a lot of data is loaded.
Thu, 24 Oct 2013 23:06:40 +0200 Tom Gottfried Importer doc: fix some layout issues.
Wed, 23 Oct 2013 17:20:55 +0200 Felix Wolfsteller Made SedimentDensityValue Serializable.
Wed, 23 Oct 2013 17:20:30 +0200 Felix Wolfsteller issue1345: Re-enable sediment load total loads, now that factory is fixed.
Wed, 23 Oct 2013 17:19:30 +0200 Felix Wolfsteller Fix total sediment load fetching.
Wed, 23 Oct 2013 17:08:07 +0200 Felix Wolfsteller issue1345: Showing sediment densitie by depth, comment total load.
Wed, 23 Oct 2013 14:53:47 +0200 Tom Gottfried Fix typo.
Wed, 23 Oct 2013 12:43:26 +0200 Andre Heinecke (issue965) Handle the case that diffids are not available
Wed, 23 Oct 2013 12:09:36 +0200 Felix Wolfsteller meta-data.xml: Be less restrictive in showing facets from waterlevels-discharge.
Wed, 23 Oct 2013 12:08:30 +0200 Felix Wolfsteller meta-data.xml: Exclude empty.facet s.
Wed, 23 Oct 2013 12:07:35 +0200 Felix Wolfsteller meta-meta.xml: Also fetch extreme_base curves via dc.
Wed, 23 Oct 2013 12:07:05 +0200 Felix Wolfsteller meta-data.xml: cosmetics.
Wed, 23 Oct 2013 11:41:24 +0200 Felix Wolfsteller Add another axis (height) to longitudinal-diagram-defaults.
Wed, 23 Oct 2013 11:33:31 +0200 Felix Wolfsteller meta-data.xml: Cosmetics.
Wed, 23 Oct 2013 11:22:47 +0200 Felix Wolfsteller meta-data.xml: More usage of collection-group-macro.
Wed, 23 Oct 2013 11:28:25 +0200 Sascha L. Teichmann Datacage: Consequently call macro 'longitudinal-section-user-prototype' in all longitudinal sections of old calculation. Moved asymmeterical stuff to prototype. This may crash!
Wed, 23 Oct 2013 11:04:06 +0200 Felix Wolfsteller meta-data.xml: Create and use collection-group macro.
Wed, 23 Oct 2013 09:59:46 +0200 Tom Gottfried BedHeightSingleParser: fix no-data-line detection.
Wed, 23 Oct 2013 08:20:11 +0200 Sascha L. Teichmann Datacage ref doc: More docs on functions.
Tue, 22 Oct 2013 17:00:47 +0200 Sascha L. Teichmann Datacage ref doc: More docs for functions.
Tue, 22 Oct 2013 16:24:08 +0200 Felix Wolfsteller issue1205: made SedimentDensity serializable.
Tue, 22 Oct 2013 15:51:33 +0200 Felix Wolfsteller meta-data.xml: Switch more longitudinal-section like user-dc content to prototype macro.
Tue, 22 Oct 2013 15:43:13 +0200 Sascha L. Teichmann Datacage: Fixed macro call.
Tue, 22 Oct 2013 15:34:51 +0200 Sascha L. Teichmann Fixed meta-data.xml
Tue, 22 Oct 2013 15:07:24 +0200 Sascha L. Teichmann Datacage ref doc: More doc for functions.
Tue, 22 Oct 2013 12:21:21 +0200 Felix Wolfsteller issue1512: Sort flow-velocity-models by discharge_zone.value.
Tue, 22 Oct 2013 12:15:33 +0200 Felix Wolfsteller issue1473: Show differences project name in dc.
Tue, 22 Oct 2013 11:57:17 +0200 Felix Wolfsteller meta-data.xml: Fix referenced out for discharge_longitudinal_section.
Mon, 21 Oct 2013 19:05:41 +0200 Andre Heinecke (issue965) Add a comment to explain what we do here
Mon, 21 Oct 2013 18:57:30 +0200 Andre Heinecke (issue965) Use new datacage magic to have year filtering for bedheights
Mon, 21 Oct 2013 17:54:34 +0200 Tom Gottfried Importer doc: mention flow direction retrieval from WST.
Mon, 21 Oct 2013 17:43:01 +0200 Sascha L. Teichmann Removed dc:to-date(). Added 'date' type for <dc:convert> instead.
Mon, 21 Oct 2013 12:21:40 +0200 Felix Wolfsteller issue1521: Adhere more to dc 'spec', show discharges of flow velocity models.
Mon, 21 Oct 2013 12:22:40 +0200 Sascha L. Teichmann Datacage reference doc: Explain dc:container-context and dc:properties.
Mon, 21 Oct 2013 11:43:50 +0200 Sascha L. Teichmann Datacage: Added TODOs for new functions in ref document.
Mon, 21 Oct 2013 11:28:14 +0200 Felix Wolfsteller issue1512: Make double entry of Q facet for flowvelocities dissappear.
Fri, 18 Oct 2013 16:41:10 +0200 Felix Wolfsteller Fix typo in german i18n.
Fri, 18 Oct 2013 12:20:55 +0200 Felix Wolfsteller issue1512: improved i18n for flow velocity measurement facets.
Thu, 17 Oct 2013 16:15:14 +0200 Felix Wolfsteller BedHeightProcessor: Finally display heights, not widths.
Thu, 17 Oct 2013 15:36:13 +0200 Felix Wolfsteller BedHeightProcessor: Set axis label.
Thu, 17 Oct 2013 15:36:00 +0200 Felix Wolfsteller BedHeight(Sounding)Processor: Use FacetTypes.
Thu, 17 Oct 2013 15:23:07 +0200 Felix Wolfsteller Removed debris.
Thu, 17 Oct 2013 15:21:57 +0200 Felix Wolfsteller Moved BedHeightEpoch to BedHeightEpochData.
Thu, 17 Oct 2013 15:08:59 +0200 Felix Wolfsteller Renamed artifacts/**/BedHeight(Single) to BedHeight(Single)Data, to resolve
Thu, 17 Oct 2013 11:12:14 +0200 Felix Wolfsteller Stub for new BedHeightProcessor.
Thu, 17 Oct 2013 10:53:34 +0200 Felix Wolfsteller BedHeightSoundingProcessor: Log if data is now handled.
Thu, 17 Oct 2013 10:50:04 +0200 Felix Wolfsteller BedHeightSoundingProcessor: refactored to avoid drifting behavior when using
Thu, 17 Oct 2013 09:40:12 +0200 Felix Wolfsteller meta-data.xml: cleanup longitudinal-section-user-prototype, removing dupes.
Mon, 21 Oct 2013 10:49:39 +0200 Sascha L. Teichmann Removed same package import.
Mon, 21 Oct 2013 10:48:51 +0200 Sascha L. Teichmann Removed obsolete import.
Fri, 18 Oct 2013 18:40:50 +0200 Sascha L. Teichmann Datacage: Add function dc:to-date(number) which converts a epoch base number to a date object.
Fri, 18 Oct 2013 18:36:18 +0200 Sascha L. Teichmann Datacage: Added dc:min-number(list) and dc:max-number(list) to extract the numerical
Fri, 18 Oct 2013 18:15:33 +0200 Sascha L. Teichmann Datacage: Add function dc:find-all(needle, haystack).
Fri, 18 Oct 2013 15:44:01 +0200 Andre Heinecke (issue1474) Fix deepCopy signatures and actually copy the facet index now
Fri, 18 Oct 2013 15:30:44 +0200 Andre Heinecke (issue1071) Handle the case where no MeasurementStation exists
Thu, 17 Oct 2013 18:56:44 +0200 Sascha L. Teichmann More datacage ref doc.
Thu, 17 Oct 2013 18:37:56 +0200 Andre Heinecke (issue1474) Fix copying of SQ* Facets
Thu, 17 Oct 2013 17:47:58 +0200 Tom Gottfried Importer: Avoid 0-lenght Q-ranges in WST-CSV-parsers.
Thu, 17 Oct 2013 15:26:12 +0200 Sascha L. Teichmann Replaced more tabs with spaces + minor cosmetics (removed out commented code from double precision branch).
Thu, 17 Oct 2013 15:13:32 +0200 Sascha L. Teichmann Replaced tabs with 4 spaces.
Thu, 17 Oct 2013 15:05:08 +0200 Tom Gottfried WstParser: Do not add Q-range for trailing Q-line.
Thu, 17 Oct 2013 12:14:10 +0200 Sascha L. Teichmann Removed obsolete imports.
Thu, 17 Oct 2013 12:11:09 +0200 Sascha L. Teichmann Removed obsolete import + whitespace cleanup.
Thu, 17 Oct 2013 08:29:46 +0200 Felix Wolfsteller Add getModelDescription to FlowVelocityModel.
Thu, 17 Oct 2013 07:48:51 +0200 Felix Wolfsteller White space cosmetics, added debug output.
Thu, 17 Oct 2013 07:46:36 +0200 Felix Wolfsteller SedimentYieldArtifact: Accept 'total' load, genreate facet for it.
Thu, 17 Oct 2013 07:45:41 +0200 Felix Wolfsteller FlowVelocityModelArtifact: Slightly improve facet names.
Thu, 17 Oct 2013 07:45:13 +0200 Felix Wolfsteller Cosmetics.
Thu, 17 Oct 2013 07:44:34 +0200 Felix Wolfsteller Cosmetics.
Thu, 17 Oct 2013 07:42:31 +0200 Felix Wolfsteller issue1473: Let vollmer curves appear under 'former calc/waterlevels from fix.'.
Thu, 17 Oct 2013 07:39:42 +0200 Felix Wolfsteller cosmetics.
Wed, 16 Oct 2013 15:25:56 +0200 Felix Wolfsteller Adjusted i18n to match the one in client.
Wed, 16 Oct 2013 18:48:02 +0200 Andre Heinecke Use more failsave pattern for SQ-facets.
Wed, 16 Oct 2013 18:46:43 +0200 Andre Heinecke Configure correct name for SQ-relation C-chart.
Wed, 16 Oct 2013 15:23:04 +0200 Felix Wolfsteller i18n for total load dc.
Wed, 16 Oct 2013 15:22:18 +0200 Felix Wolfsteller Offer total loads in dc.
Wed, 16 Oct 2013 15:21:14 +0200 Felix Wolfsteller Added i18n for upcoming total load via dc.
Wed, 16 Oct 2013 10:42:45 +0200 Felix Wolfsteller Refactoring: Move functionality of BedHeightAccess into BedHeightFacet for now.
Wed, 16 Oct 2013 10:33:09 +0200 Felix Wolfsteller Minor BedHeightAccess refactoring.
Wed, 16 Oct 2013 14:43:27 +0200 Tom Gottfried Remove code that was previously commented out.
Wed, 16 Oct 2013 14:40:19 +0200 Tom Gottfried BedHeightSingleParser: do not omit lines if last column is empty.
Wed, 16 Oct 2013 13:06:30 +0200 Sascha L. Teichmann Jim, he's dead. double-precision
Wed, 16 Oct 2013 13:03:13 +0200 Sascha L. Teichmann Merged double-precision branch.
Wed, 16 Oct 2013 12:57:40 +0200 Sascha L. Teichmann Merge branch default double-precision
Wed, 16 Oct 2013 12:39:33 +0200 Sascha L. Teichmann Reorder generation of static part of describe document for fast XML DOM handling.
Wed, 16 Oct 2013 12:00:29 +0200 Andre Heinecke (issue1353) Document that there are more things to syncing then just the Number
Wed, 16 Oct 2013 11:45:23 +0200 Andre Heinecke (issue1474) Add sqrelation user data and disable filtering for it
Wed, 16 Oct 2013 11:42:53 +0200 Andre Heinecke Add debug output for variables in user context
Tue, 15 Oct 2013 17:01:20 +0200 Andre Heinecke Break sometimes when dumping variables. Still ugly but a bit nicer.
Wed, 16 Oct 2013 10:18:19 +0200 Tom Gottfried Importer doc: fix syntax error. double-precision
Wed, 16 Oct 2013 09:56:15 +0200 Tom Gottfried BedHeightSingleParser: do not log every data line in file. double-precision
Tue, 15 Oct 2013 19:49:25 +0200 Tom Gottfried Do not log trace of WST-Parser parse exception and document it. double-precision
Tue, 15 Oct 2013 19:19:45 +0200 Tom Gottfried WST-Parser: check consistence of station ordering in file. double-precision
Tue, 15 Oct 2013 19:18:44 +0200 Tom Gottfried Comments. double-precision
Tue, 15 Oct 2013 18:41:55 +0200 Tom Gottfried Merged changes from default into double precision branch. double-precision
Tue, 15 Oct 2013 18:31:59 +0200 Sascha L. Teichmann WST Import: Added parse error exception to WST parser.
Tue, 15 Oct 2013 17:39:04 +0200 Felix Wolfsteller typo fix in doc.
Tue, 15 Oct 2013 17:38:50 +0200 Felix Wolfsteller BedHeightsArtifact: Use FacetTypes, eliminate local facet type definition.
Tue, 15 Oct 2013 17:31:44 +0200 Felix Wolfsteller Prepare new facet types for bedheights.
Tue, 15 Oct 2013 16:41:18 +0200 Felix Wolfsteller i18n for old calculations dc.
Tue, 15 Oct 2013 15:32:36 +0200 Tom Gottfried Importer manual: use unique revision identifier. double-precision
Tue, 15 Oct 2013 15:37:54 +0200 Felix Wolfsteller Add aforementioned user-prototype.
Tue, 15 Oct 2013 15:37:24 +0200 Felix Wolfsteller Prototypically add longitudinal-section-user-prototype, with issues.
Tue, 15 Oct 2013 15:25:09 +0200 Tom Gottfried Importer packaging: run pdflatex three times to get references and page numbering right. double-precision
Tue, 15 Oct 2013 15:06:29 +0200 Felix Wolfsteller issue1345: Show bedheight_type in tooltip.
Tue, 15 Oct 2013 15:03:51 +0200 Felix Wolfsteller issue1345: Bring back waterlevel/diffs from fixation into minfo dc element.
Tue, 15 Oct 2013 14:41:39 +0200 Felix Wolfsteller Fix DC group-by statement, there is no 'oid' variable around.
Tue, 15 Oct 2013 07:06:19 +0200 Felix Wolfsteller issue1345: DC: group bed heights of single years by year.
Tue, 15 Oct 2013 14:45:46 +0200 Tom Gottfried Importer: skip historical discharge tables per default as they come via ETL. double-precision
Tue, 15 Oct 2013 10:11:38 +0200 Tom Gottfried Add warning on errors when importing duplicates. double-precision
Mon, 14 Oct 2013 17:41:19 +0200 Felix Wolfsteller issue1345: Fix sediment load facet type, adjust theme name.
Mon, 14 Oct 2013 17:40:31 +0200 Felix Wolfsteller have same translations for sediment loads fractions.
Mon, 14 Oct 2013 16:38:16 +0200 Sascha L. Teichmann Datacage doc ref: Explain dc:group
Mon, 14 Oct 2013 16:06:36 +0200 Sascha L. Teichmann Datacage ref doc: Explain dc:filter.
Mon, 14 Oct 2013 15:55:36 +0200 Sascha L. Teichmann Datacage ref doc: Move dc:if & dc:choose up because they are more important than other elements.
Mon, 14 Oct 2013 15:53:06 +0200 Sascha L. Teichmann Datacage ref doc: Explain dc:for-each
Mon, 14 Oct 2013 15:43:34 +0200 Sascha L. Teichmann Datacage ref doc: Explain dc:virtual-column.
Mon, 14 Oct 2013 15:27:49 +0200 Sascha L. Teichmann Datacage ref doc: Explain dc:macro & Co.
Mon, 14 Oct 2013 14:40:51 +0200 Sascha L. Teichmann Datacage ref doc: Explain dc:variable and dc:convert.
Mon, 14 Oct 2013 13:44:54 +0200 Sascha L. Teichmann Dataage ref doc: Explain dc:context, dc:comment
Mon, 14 Oct 2013 13:08:33 +0200 Sascha L. Teichmann Datacage ref doc: More structure. Explain text interpolation.
Mon, 14 Oct 2013 12:16:33 +0200 Felix Wolfsteller Added sedimentdensity i18n.
Mon, 14 Oct 2013 12:15:34 +0200 Felix Wolfsteller issue1345: Added getDepth() to SedimentDensityFactory.
Mon, 14 Oct 2013 12:14:20 +0200 Felix Wolfsteller issue1345: Change Sediment Density Facet label.
Mon, 14 Oct 2013 11:49:15 +0200 Felix Wolfsteller SedimentDensityProcessor: Fix, use getAllDensities instead of only dens. in year 2006.
Mon, 14 Oct 2013 11:48:38 +0200 Felix Wolfsteller SedimentDensity: Fix getAllDensities and made it public.
Mon, 14 Oct 2013 10:01:33 +0200 Felix Wolfsteller i18n for dc and facet name generation.
Mon, 14 Oct 2013 09:55:41 +0200 Felix Wolfsteller cosmetics.
Mon, 14 Oct 2013 09:53:54 +0200 Felix Wolfsteller issue1345: Adjust name of sediment yield/load facets to include fraction name and times.
Mon, 14 Oct 2013 09:52:17 +0200 Felix Wolfsteller issue1345: Prepare SedimentLoadFactory to deliver fraction name and time ranges.
Mon, 14 Oct 2013 09:51:27 +0200 Felix Wolfsteller cosmetics.
Mon, 14 Oct 2013 07:33:32 +0200 Felix Wolfsteller Comment in meta-data.xml.
Mon, 14 Oct 2013 07:31:32 +0200 Felix Wolfsteller cosmetical description fix.
Sat, 12 Oct 2013 10:26:45 +0200 Sascha L. Teichmann Removed obsolete imports.
Fri, 11 Oct 2013 18:40:33 +0200 Andre Heinecke (issue1529) Be more tolerant in the fitting.
Fri, 11 Oct 2013 17:11:15 +0200 Andre Heinecke (issue1529) Only interpolate within a step limit in WQ diagram
Fri, 11 Oct 2013 15:35:25 +0200 Andre Heinecke Polish SQ Datacage and Facets
Fri, 11 Oct 2013 12:44:25 +0200 Felix Wolfsteller doc fix <3 .
Fri, 11 Oct 2013 12:40:52 +0200 Felix Wolfsteller doc fix.
Fri, 11 Oct 2013 12:38:57 +0200 Felix Wolfsteller Doc typo fix.
Fri, 11 Oct 2013 12:26:00 +0200 Felix Wolfsteller issue1345: include fix for display of epochs stoptime.
Fri, 11 Oct 2013 12:23:27 +0200 Felix Wolfsteller issue1512: conf.xml: configure flowvelocitymodel artifact-factory.
Fri, 11 Oct 2013 12:22:40 +0200 Felix Wolfsteller issue1512: Adde flow-velocity-models dc conf.
Fri, 11 Oct 2013 12:18:38 +0200 Felix Wolfsteller issue1345: Added accidentally ommitted i18n for sedimentload dc.
Fri, 11 Oct 2013 12:15:01 +0200 Felix Wolfsteller issue1512: spawn more facets for FlowVelocityMeasurementArtifact .
Fri, 11 Oct 2013 12:12:52 +0200 Felix Wolfsteller issue1512: Adjusted Q and WOutProcessors to handle data
Fri, 11 Oct 2013 11:44:21 +0200 Felix Wolfsteller More doc fixes.
Fri, 11 Oct 2013 11:42:56 +0200 Felix Wolfsteller Processor: Doc.
Fri, 11 Oct 2013 10:30:26 +0200 Felix Wolfsteller issue1512: Added method to get FlowVelocityModel by id.
Fri, 11 Oct 2013 10:29:37 +0200 Felix Wolfsteller issue1512: Initial commit of FlowVelocityModelArtifact.
Fri, 11 Oct 2013 10:28:07 +0200 Felix Wolfsteller issue1512: FlowVelocityCalculation: Opened prepareData(), added doc.
Fri, 11 Oct 2013 10:26:18 +0200 Felix Wolfsteller issue1512: Added comment, opened constructor as we will reuse this class.
Fri, 11 Oct 2013 10:25:34 +0200 Felix Wolfsteller issue1512: Prepare new facet types for flow velocity model facet, add comment.
Thu, 10 Oct 2013 18:34:04 +0200 Sascha L. Teichmann Fixings overview panel: Send valid encoded JSON filters to server part of the client.
Thu, 10 Oct 2013 11:27:56 +0200 Felix Wolfsteller issue1345: Factored out description creation for loads. Make epochs show end time.
Thu, 10 Oct 2013 11:22:16 +0200 Felix Wolfsteller issue1345: Added macro for the differing epoch-description, extended query.
Thu, 10 Oct 2013 11:19:30 +0200 Felix Wolfsteller issue1345: Minor refactoring, made structure for epoch loads equal year loads.
Thu, 10 Oct 2013 11:10:50 +0200 Felix Wolfsteller issue1345: Show fraction and year for sediment load dc subtree.
Thu, 10 Oct 2013 09:49:01 +0200 Felix Wolfsteller Revert 7273, add undefined macro to meta-data.xml.
Wed, 09 Oct 2013 17:56:39 +0200 Tom Gottfried Remove annotations from reference curve recommendations. There is no km-axis.
Wed, 09 Oct 2013 16:33:56 +0200 Sascha L. Teichmann DC: Remove accidentaly used user-macro from system-content part.
Wed, 09 Oct 2013 16:20:33 +0200 Sascha L. Teichmann Removed calls to undefined macro.
Wed, 09 Oct 2013 16:19:13 +0200 Sascha L. Teichmann Removed duplicate macro.
Wed, 09 Oct 2013 16:17:22 +0200 Sascha L. Teichmann Added check for duplicate macros.
Wed, 09 Oct 2013 13:05:37 +0200 Sascha L. Teichmann Little workaround not to crash uf there is no theme style. TODO: Figure out why the theme style is null at this point.
Wed, 09 Oct 2013 12:46:40 +0200 Tom Gottfried fixed typo.
Wed, 09 Oct 2013 12:15:09 +0200 Sascha L. Teichmann Vollmer curve: Added facet for generating error report.
Wed, 09 Oct 2013 11:20:06 +0200 Felix Wolfsteller meta-data.xml: Add more entries to discharge datacage ('user-part').
Wed, 09 Oct 2013 10:03:00 +0200 Felix Wolfsteller meta-data.xml: Let DC show (yet all) computed discharge curves as former calculations.
Wed, 09 Oct 2013 10:01:00 +0200 Felix Wolfsteller meta-data.xml: Refactored discharge-curve-prototype.
Wed, 09 Oct 2013 09:57:49 +0200 Felix Wolfsteller meta-data.xml: Add a macro to load previous discharge calculations.
Tue, 08 Oct 2013 15:24:33 +0200 Felix Wolfsteller BedHeightsArtifact: Import 'river' data, for use in "New Chart"-settings.
Tue, 08 Oct 2013 15:23:51 +0200 Felix Wolfsteller RangeAccess: Use min/max as from/to in RangeAccess.
Tue, 08 Oct 2013 14:50:58 +0200 Felix Wolfsteller Refactoring: Let RiverAccess.getRiver return an River.
Tue, 08 Oct 2013 12:07:18 +0200 Felix Wolfsteller issue1490: Fix text annotations of latest points.
Tue, 08 Oct 2013 11:49:28 +0200 Felix Wolfsteller issue1490: Translate other points as well, when at gauge.
Tue, 08 Oct 2013 09:26:09 +0200 Felix Wolfsteller issue1490: Translate text annotations position when displaying w/q- curve at gauge.
Tue, 08 Oct 2013 09:00:45 +0200 Felix Wolfsteller Minor code simplification.
Mon, 07 Oct 2013 11:13:40 +0200 Sascha L. Teichmann ETL: Added repair XSLT script to rename value of GEWAESSER attribute 'Untere Havel-Wasserstraße (UHW)' with 'Havel'.
Sun, 06 Oct 2013 15:15:45 +0200 Sascha L. Teichmann First draft of a german reference document for datacage elements and functions written in reStructuredText. Lots of TODOs.
Sat, 05 Oct 2013 17:52:16 +0200 Sascha L. Teichmann Reduce usage of careless 'for (int i = 0; i < x.size(); i++)' pattern.
Sat, 05 Oct 2013 12:49:53 +0200 Sascha L. Teichmann Repaced some tabs by spaces.
Sat, 05 Oct 2013 12:48:44 +0200 Sascha L. Teichmann Replaced some tabs by spaces. Guys, please configure your editors not to insert tabs!
Sat, 05 Oct 2013 12:19:54 +0200 Sascha L. Teichmann Removed trailing whitespace.
Sat, 05 Oct 2013 12:17:23 +0200 Sascha L. Teichmann Removed trailing whitespace.
Sat, 05 Oct 2013 12:16:02 +0200 Sascha L. Teichmann Remove obsolete same package import.
Sat, 05 Oct 2013 12:13:14 +0200 Sascha L. Teichmann Removed trailing whitespace.
Sat, 05 Oct 2013 12:06:25 +0200 Sascha L. Teichmann Remove obsolete import.
Fri, 04 Oct 2013 18:35:05 +0200 Andre Heinecke Check for inverted setting later.
Fri, 04 Oct 2013 18:33:44 +0200 Sascha L. Teichmann Code simplification + moved code out of inner loop.
Fri, 04 Oct 2013 18:21:25 +0200 Andre Heinecke Remove boundToOut facet pass. This is now only done if we filtered before.
Fri, 04 Oct 2013 18:00:29 +0200 Andre Heinecke Fix SQOverview the new generators need the master artifact set.
Fri, 04 Oct 2013 17:56:02 +0200 Andre Heinecke Polish labels and remove unused classes. SQOverview is currently broken.
Fri, 04 Oct 2013 17:02:01 +0200 Andre Heinecke Add new option to diagram axes "logarithmic" that can be set to an evaluator
Fri, 04 Oct 2013 17:00:05 +0200 Andre Heinecke Add SQRelation Processor
Fri, 04 Oct 2013 16:59:30 +0200 Andre Heinecke Configure SQ Relations to use new diagram way
Wed, 02 Oct 2013 18:27:14 +0200 Andre Heinecke Remove SQ Generator Subclasses for A-F
Wed, 02 Oct 2013 18:26:22 +0200 Andre Heinecke Remove obsolete classes
Wed, 02 Oct 2013 17:04:23 +0200 Andre Heinecke (issue1474) Add datacage loading for SQ Relations
Tue, 01 Oct 2013 17:10:55 +0200 Andre Heinecke Silence overly spammy debug output
Fri, 04 Oct 2013 12:16:37 +0200 Felix Wolfsteller Removed TODO which was already done.
Fri, 04 Oct 2013 11:59:26 +0200 Felix Wolfsteller issue1345: call longitudinal-section-prototype macro for flow-veloc. DC. Added todo.
Fri, 04 Oct 2013 11:37:50 +0200 Felix Wolfsteller issue 1345: Let sediment-load dc-config call longitdunal-section-prototype macro.
Fri, 04 Oct 2013 11:11:48 +0200 Felix Wolfsteller issue1345: Also let bed-quality use longitudinal-section-prototype.
Fri, 04 Oct 2013 10:52:07 +0200 Felix Wolfsteller issue1345: adjust dc-conf for befheight-diffs: is now longitudinal-section-prototype.
Fri, 04 Oct 2013 07:49:21 +0200 Felix Wolfsteller issue1345: meta-data.xml: For bedheight_middle, use the longitudinal-section-prototype.
Wed, 02 Oct 2013 23:11:59 +0200 Sascha L. Teichmann Global facet filtering with bound to out: The DiagramAttributes implements the FacetFilter and not the Generators.
Wed, 02 Oct 2013 19:24:43 +0200 Sascha L. Teichmann Use diagram configuration and there processors to define compatible facets in loaded data.
Wed, 02 Oct 2013 18:41:12 +0200 Sascha L. Teichmann Made lookup for generators a class of its own. First step to use it as a compat filter for facets, too.
Wed, 02 Oct 2013 14:14:09 +0200 Felix Wolfsteller meta-meta.xml: remove debugging info content.
Wed, 02 Oct 2013 14:13:19 +0200 Felix Wolfsteller issue1345: add flowvelocity-macro to winfo longitudinal-section.
Wed, 02 Oct 2013 11:44:23 +0200 Felix Wolfsteller issue1435: DC layout for sediment-loads more the way its requested.
Tue, 01 Oct 2013 18:46:30 +0200 Tom Gottfried WST-parser: making ranges tightly fit was broken since a<b was enforced. Re-enabled. double-precision
Tue, 01 Oct 2013 18:32:01 +0200 Tom Gottfried Range importer: Do not allow to set invalid a or b. double-precision
Tue, 01 Oct 2013 10:06:11 +0200 Felix Wolfsteller issue1435: For Sediment Density Facets, use densities name/description.
Tue, 01 Oct 2013 10:03:20 +0200 Felix Wolfsteller issue1435: SedimentDensityFactory: Changed variable name of query to reflect
Tue, 01 Oct 2013 10:01:00 +0200 Felix Wolfsteller issue1435: Add bedheights and morph. width to LS DC conf.
Tue, 01 Oct 2013 09:50:53 +0200 Andre Heinecke (issue1353) Document station check and warn message
Tue, 01 Oct 2013 05:58:47 +0200 Sascha L. Teichmann Bring themes back into sync.
Mon, 30 Sep 2013 17:41:15 +0200 Felix Wolfsteller Doc.
Mon, 30 Sep 2013 17:40:42 +0200 Felix Wolfsteller Initial commit of sediment density processor.
Mon, 30 Sep 2013 17:40:04 +0200 Felix Wolfsteller FlowVelocityGenerator: Simplify code a bit, master and its river is
Mon, 30 Sep 2013 17:38:11 +0200 Felix Wolfsteller SedimentDensityFactory: query densities by id only (not year).
Mon, 30 Sep 2013 17:36:44 +0200 Felix Wolfsteller issue1435: Add sedimentyield and sedimentdensity artifact factories to conf.xml.
Mon, 30 Sep 2013 17:35:43 +0200 Felix Wolfsteller i18n for densities.
Mon, 30 Sep 2013 17:33:29 +0200 Felix Wolfsteller issue1435: Call densities-macro of meta-data.xml thus show densities in datacage.
Mon, 30 Sep 2013 17:32:47 +0200 Felix Wolfsteller issue1435: Add densities-macro to meta-data.xml .
Mon, 30 Sep 2013 17:32:04 +0200 Felix Wolfsteller issue1435: Add SedimentDensityProcessor to longitudinal-diagram-defaults.xml to
Mon, 30 Sep 2013 17:31:10 +0200 Felix Wolfsteller issue1435: SedimentDensityFacet: Access sediment density data.
Mon, 30 Sep 2013 17:30:48 +0200 Felix Wolfsteller Cleaned imports.
Mon, 30 Sep 2013 17:30:31 +0200 Felix Wolfsteller issue1435: Store id of sediment yield only.
Mon, 30 Sep 2013 17:30:06 +0200 Felix Wolfsteller Cleaned imports.
Mon, 30 Sep 2013 17:29:47 +0200 Felix Wolfsteller Cleaned imports, added todo about naming.
Mon, 30 Sep 2013 17:29:26 +0200 Felix Wolfsteller issue1435: Added new sediment.density facet type.
Mon, 30 Sep 2013 17:28:58 +0200 Felix Wolfsteller issue1435: Add methods to get data in StyledSeriesBuilder-friendly format, doc.
Mon, 30 Sep 2013 09:38:09 +0200 Felix Wolfsteller issue1435: Stubs for SedimentDensityFacet and -Artifact.
Mon, 30 Sep 2013 09:08:50 +0200 Felix Wolfsteller issue1435: Prepare SedimentDensityFactory to delive data by sedimentdesity.id and .year.
Mon, 30 Sep 2013 07:40:19 +0200 Felix Wolfsteller Doc fix.
Mon, 30 Sep 2013 06:58:09 +0200 Felix Wolfsteller SedimentYieldArtifact: Removed unneeded documentation, removed but added one TODO.
Fri, 27 Sep 2013 22:09:12 +0200 Felix Wolfsteller issue1435: Remove hardcoded river for dc sediment yield sql query.
Fri, 27 Sep 2013 17:45:18 +0200 Tom Gottfried Remove method which was accidentally merged back from default. double-precision
Fri, 27 Sep 2013 17:36:50 +0200 Tom Gottfried Merged changes from default into double-precision branch. double-precision
Fri, 27 Sep 2013 16:17:03 +0200 Felix Wolfsteller Added accidentally omitted i18n.
Fri, 27 Sep 2013 16:13:54 +0200 Felix Wolfsteller issue1435: In DC conf, show sedimentyields in yield/[year|epoch]- structure, i18n.
Fri, 27 Sep 2013 14:42:03 +0200 Felix Wolfsteller issue1435: meta-data.xml: Add sedimentload/yield- part to minfo part of dc.
Fri, 27 Sep 2013 14:40:39 +0200 Felix Wolfsteller SedimentLoadProcessor: Add debug output when handling an out.
Fri, 27 Sep 2013 14:39:46 +0200 Felix Wolfsteller Doc.
Fri, 27 Sep 2013 14:39:07 +0200 Felix Wolfsteller StaticState: doc.
Fri, 27 Sep 2013 14:37:28 +0200 Felix Wolfsteller issue1435: SedimentYieldArtifact: Add functionality.
Fri, 27 Sep 2013 14:36:05 +0200 Felix Wolfsteller SedimentLoadFactory: Added method to quickly get the description of a given load.
Fri, 27 Sep 2013 14:35:42 +0200 Felix Wolfsteller SedimentLoadFactory: Fix query, added comment about correctness of
Fri, 27 Sep 2013 12:11:54 +0200 Sascha L. Teichmann flys/issue1500: The main wst file determines km_up now.
Thu, 26 Sep 2013 22:03:27 +0200 Felix Wolfsteller Initial commit for untested standalone sediment yield artifact.
Thu, 26 Sep 2013 21:44:53 +0200 Felix Wolfsteller issue1435: Add method to SedimentLoadFactory to fetch a SedimentLoad by id.
Thu, 26 Sep 2013 21:30:19 +0200 Felix Wolfsteller issue1435: Minor refactoring that will come handy to load SedimentLoads
Thu, 26 Sep 2013 19:55:49 +0200 Andre Heinecke Added tag 3.0.16 for changeset 12248d9eb326
Thu, 26 Sep 2013 19:15:17 +0200 Andre Heinecke Only filter the facets for unbound outs 3.0.16
Thu, 26 Sep 2013 19:14:37 +0200 Andre Heinecke Fix wrong usage of a_id and add more datacage stuff to WSPL longitundinal
Thu, 26 Sep 2013 19:13:42 +0200 Andre Heinecke Fix Y-Axis order for default longituidnals
Thu, 26 Sep 2013 19:02:36 +0200 Andre Heinecke Save target_out in the recommendation to ensure it is sent to the server
Thu, 26 Sep 2013 17:31:25 +0200 Tom Gottfried Filter waterleveldifferences according to unit.
Thu, 26 Sep 2013 16:18:55 +0200 Tom Gottfried Filter prefix of descriptions of MINFO-WSTs.
Thu, 26 Sep 2013 16:17:36 +0200 Tom Gottfried Move MINFO-fixation-stuff to MINFO-datacage and give specified names.
Thu, 26 Sep 2013 13:56:54 +0200 Felix Wolfsteller issue1435: Group minfo-stuff in dc, include waterlevels from csv.
Thu, 26 Sep 2013 13:02:02 +0200 Sascha L. Teichmann Removed obsolete imports.
Thu, 26 Sep 2013 12:56:30 +0200 Andre Heinecke Factor out longitudinal section default config and put it in its own file
Thu, 26 Sep 2013 12:22:22 +0200 Andre Heinecke Saveguard range access in case an artifact has no range
Thu, 26 Sep 2013 12:22:01 +0200 Andre Heinecke Add debug output triggered by debugging the last commit
Thu, 26 Sep 2013 12:21:34 +0200 Andre Heinecke TRUE != FALSE ;)
Thu, 26 Sep 2013 12:21:11 +0200 Andre Heinecke Add ShearStress Processor
Thu, 26 Sep 2013 10:39:38 +0200 Andre Heinecke Cosmetics
Thu, 26 Sep 2013 10:39:01 +0200 Andre Heinecke Handle flow velocity discharge in the new part of the QOutProcessor
Thu, 26 Sep 2013 10:38:21 +0200 Andre Heinecke Handle flow velocity measurements in the FlowVelocity processor
Thu, 26 Sep 2013 10:37:24 +0200 Andre Heinecke Handle flow velocity annotation in annoation processor
Thu, 26 Sep 2013 12:56:37 +0200 Sascha L. Teichmann Diagram attributes: Use evaluators for title arguments, too. This makes it more consistent, powerful and a little bit faster.
Thu, 26 Sep 2013 11:41:02 +0200 Sascha L. Teichmann Removed obsolete imports.
Thu, 26 Sep 2013 09:59:23 +0200 Andre Heinecke Use LongitudinalSectionGenerator2 in the LS diagrams.
Thu, 26 Sep 2013 09:58:06 +0200 Andre Heinecke Add startkm and endkm setting to longitudinal section generator 2
Wed, 25 Sep 2013 18:04:49 +0200 Andre Heinecke Add NPE guard to XYStyle.
Wed, 25 Sep 2013 18:04:14 +0200 Andre Heinecke Add FlowVelocity Processor
Wed, 25 Sep 2013 18:03:34 +0200 Andre Heinecke Configure SedimentLoad to use the new diagram Generator
Wed, 25 Sep 2013 17:40:43 +0200 Andre Heinecke Add SedimentLoadProcessor
Thu, 26 Sep 2013 08:38:12 +0200 Felix Wolfsteller Noted insights.
Wed, 25 Sep 2013 16:28:23 +0200 Felix Wolfsteller issue1493: Also transform NaN X values to empty string.
Wed, 25 Sep 2013 16:01:50 +0200 Andre Heinecke Configure BedQuality to use new DiagramGenerator
Wed, 25 Sep 2013 16:01:22 +0200 Andre Heinecke Remove obsolete classes
Wed, 25 Sep 2013 15:57:50 +0200 Andre Heinecke Add BedQuality Processors
Wed, 25 Sep 2013 15:08:48 +0200 Andre Heinecke Configure bed_difference_year in the new way
Wed, 25 Sep 2013 15:08:18 +0200 Andre Heinecke Add label for bed difference axis
Wed, 25 Sep 2013 15:07:41 +0200 Andre Heinecke Add BedWidthProcessor to handle width facets
Wed, 25 Sep 2013 13:09:45 +0200 Andre Heinecke Rename BedWidthProcessor to BedHeightSounding processor.
Wed, 25 Sep 2013 12:36:19 +0200 Sascha L. Teichmann Diagrams: Determine if axis should be inverted dynamically.
Wed, 25 Sep 2013 12:33:22 +0200 Andre Heinecke Configure BedDiffYear diagram and remove old generator
Wed, 25 Sep 2013 12:23:41 +0200 Felix Wolfsteller Doc.
Wed, 25 Sep 2013 12:22:46 +0200 Felix Wolfsteller issue971: Include encoding parameter hardwiredly in csv export panels
Wed, 25 Sep 2013 12:21:45 +0200 Felix Wolfsteller issue971: Let ExportServiceImpl handle encoding parameter,
Wed, 25 Sep 2013 12:20:49 +0200 Felix Wolfsteller issue971: For diagram csv export request windows-1252 encoded output.
Wed, 25 Sep 2013 12:20:01 +0200 Felix Wolfsteller issue971: Prepare client to include encoding in download url.
Wed, 25 Sep 2013 11:48:54 +0200 Felix Wolfsteller issue971: Let ChartOutputServiceImpl interprete an "encoding" parameter.
Wed, 25 Sep 2013 11:48:10 +0200 Felix Wolfsteller Doc.
Mon, 23 Sep 2013 11:40:11 +0200 Felix Wolfsteller Full stop at doc sentence end.
Wed, 25 Sep 2013 11:57:38 +0200 Andre Heinecke Fix diagram title
Wed, 25 Sep 2013 11:57:08 +0200 Andre Heinecke Remove obsolete MiddleBedHeightGenerator classes
Wed, 25 Sep 2013 11:53:45 +0200 Andre Heinecke Configure MiddleBedHeight diagram
Wed, 25 Sep 2013 11:52:05 +0200 Andre Heinecke Remove wrong docstring
Wed, 25 Sep 2013 11:51:47 +0200 Andre Heinecke Also handle bed height annotations
Wed, 25 Sep 2013 11:51:22 +0200 Andre Heinecke Rename BedheightProcessor to BedWidthProcessor
Wed, 25 Sep 2013 11:47:45 +0200 Andre Heinecke Add axis label to bedheight processor.
Wed, 25 Sep 2013 10:25:10 +0200 Andre Heinecke Add MiddleBedHeightProcessor
Wed, 25 Sep 2013 10:01:38 +0200 Andre Heinecke Add dW handling also to the other new longitudinal section diagrams
Tue, 24 Sep 2013 18:37:41 +0200 Andre Heinecke Configure Longitudinal section diagram to use the new way.
Tue, 24 Sep 2013 18:36:43 +0200 Andre Heinecke Add currentKM context / request mapping to RiverUtils and use it in DiagramGenerator
Tue, 24 Sep 2013 18:35:21 +0200 Andre Heinecke Handle multiple processors for axis labeling.
Tue, 24 Sep 2013 18:33:30 +0200 Andre Heinecke Cosmetics
Tue, 24 Sep 2013 18:32:55 +0200 Andre Heinecke Add DeltaWProcessor to process data for a delta W axis.
Tue, 24 Sep 2013 18:13:51 +0200 Andre Heinecke Fix area label rendering.
Tue, 24 Sep 2013 16:23:18 +0200 Sascha L. Teichmann Removed obsolete imports. Minor code cosmetics.
Tue, 24 Sep 2013 12:32:08 +0200 Andre Heinecke Close generator-refactoring generator-refactoring
Tue, 24 Sep 2013 12:29:44 +0200 Andre Heinecke Merge branch generator-refectoring into default.
Tue, 24 Sep 2013 12:25:36 +0200 Andre Heinecke Migrate w_differences and remove unused classes generator-refactoring
Tue, 24 Sep 2013 11:43:21 +0200 Andre Heinecke Actually commit the canHandle part of the last revision. (WQCKms in WOut proc.) generator-refactoring
Tue, 24 Sep 2013 11:42:04 +0200 Andre Heinecke Process corrected WQkms (WQCKms) also in the WOutProcessor generator-refactoring
Tue, 24 Sep 2013 11:40:43 +0200 Andre Heinecke Fix applying the inversion of diagrams. generator-refactoring
Tue, 24 Sep 2013 11:38:07 +0200 Andre Heinecke Migrate discharge_longitudinal_section generator to the new architecture. generator-refactoring
Tue, 24 Sep 2013 11:30:06 +0200 Andre Heinecke Reactivate CALCULATION_DISCHARGE_LONGITUDINAL_CURVE generator-refactoring
Tue, 24 Sep 2013 11:29:18 +0200 Andre Heinecke Also handle subtypes of Discharge longitundial Q facets. generator-refactoring
Tue, 24 Sep 2013 11:28:29 +0200 Andre Heinecke Default to the label of longitundial Q axis in the QProcessor generator-refactoring
Tue, 24 Sep 2013 11:27:28 +0200 Andre Heinecke Handle axis include zero setting for the new processing architecture generator-refactoring
Tue, 24 Sep 2013 11:26:45 +0200 Andre Heinecke Minor cleanup / doc generator-refactoring
Mon, 23 Sep 2013 16:41:12 +0200 Andre Heinecke Add refactored LongitudinalSectionGenerator2 that inherits DiagramGenerator generator-refactoring
Mon, 23 Sep 2013 16:00:02 +0200 Andre Heinecke Add more Inversion logic to the DiagramGenerator generator-refactoring
Mon, 23 Sep 2013 15:55:09 +0200 Andre Heinecke Add AxisLabel handling to WDiffProcessor generator-refactoring
Mon, 23 Sep 2013 15:46:05 +0200 Andre Heinecke Add WDiffProcessor generator-refactoring
Mon, 23 Sep 2013 15:30:46 +0200 Andre Heinecke Add AreaProcessor generator-refactoring
Mon, 23 Sep 2013 16:08:04 +0200 Sascha L. Teichmann Added diagram attributes as converter to longitudinal section diagrams. generator-refactoring
Mon, 23 Sep 2013 12:28:22 +0200 Sascha L. Teichmann Use pre-converted diagram attributes now. generator-refactoring
Mon, 23 Sep 2013 12:21:59 +0200 Andre Heinecke Fix domain axis label and add manualpoints processor to config generator-refactoring
Mon, 23 Sep 2013 12:21:08 +0200 Andre Heinecke Move manual point handling into a Processor generator-refactoring
Mon, 23 Sep 2013 12:20:27 +0200 Andre Heinecke Add useful debug output for diagram generator debugging generator-refactoring
Mon, 23 Sep 2013 11:37:13 +0200 Felix Wolfsteller issue1493: Don't let NaNs slip through csv export.
Mon, 23 Sep 2013 11:24:17 +0200 Felix Wolfsteller Minor refactoring for 1493.
Mon, 23 Sep 2013 10:24:47 +0200 Andre Heinecke Add DiagramGenerator doOut function generator-refactoring
Mon, 23 Sep 2013 10:23:21 +0200 Andre Heinecke Add DiagramGenerator doOut function generator-refactoring
Mon, 23 Sep 2013 10:22:52 +0200 Andre Heinecke Simplify code to prepare DiagramGenerator signature generator-refactoring
Mon, 23 Sep 2013 10:21:59 +0200 Andre Heinecke Add more proessors to longitudinal diagram generator-refactoring
Mon, 23 Sep 2013 09:25:04 +0200 Andre Heinecke Remove accidental commited debug line generator-refactoring
Sun, 22 Sep 2013 21:29:35 +0200 Sascha L. Teichmann Removed obsolete imports. generator-refactoring
Sun, 22 Sep 2013 21:05:12 +0200 Sascha L. Teichmann Use Object instead of DOM Element as argument for setup of out generators. First step to remove dependency to XML DOM when using configuration. generator-refactoring
Sun, 22 Sep 2013 17:15:15 +0200 Sascha L. Teichmann Little workaround to make diagram attribute parsing more thread safe. This is not the right solution. generator-refactoring
Sun, 22 Sep 2013 17:07:17 +0200 Sascha L. Teichmann Moved generators to separate xml file. generator-refactoring
Fri, 20 Sep 2013 19:18:04 +0200 Andre Heinecke Implement Label handling generator-refactoring
Fri, 20 Sep 2013 19:17:49 +0200 Andre Heinecke Add info generator for refactored generators generator-refactoring
Fri, 20 Sep 2013 17:58:30 +0200 Andre Heinecke Remove generator2 hacks generator-refactoring
Fri, 20 Sep 2013 17:36:11 +0200 Andre Heinecke Simplyfy / unify "invert axis" logic generator-refactoring
Fri, 20 Sep 2013 17:04:37 +0200 Sascha L. Teichmann Removed faked ChartInfoGenerator2 and LS Info generator. generator-refactoring
Fri, 20 Sep 2013 17:00:59 +0200 Sascha L. Teichmann ChartGenerator2 can be used as ChartInfoGenerator, too. generator-refactoring
Fri, 20 Sep 2013 16:34:37 +0200 Sascha L. Teichmann Merged generator-refactoring
Fri, 20 Sep 2013 16:34:09 +0200 Sascha L. Teichmann Extended init() of OutGenerator to take name of the out to serve. generator-refactoring
Fri, 20 Sep 2013 16:33:22 +0200 Andre Heinecke Add LTR inversion code to diagram generator. generator-refactoring
Fri, 20 Sep 2013 16:25:43 +0200 Andre Heinecke More Processor refactoring generator-refactoring
Fri, 20 Sep 2013 15:44:39 +0200 Sascha L. Teichmann Trim "names" and "class" attribute of out generators before using. generator-refactoring
Fri, 20 Sep 2013 15:42:21 +0200 Sascha L. Teichmann Allow comma separated names in "names" attribute in out generators to allow registering for more than one name. Old "name" attribute is removed. generator-refactoring
Fri, 20 Sep 2013 15:29:02 +0200 Sascha L. Teichmann Read out generator class info from "class" attribute instead of tags text body. generator-refactoring
Fri, 20 Sep 2013 14:59:00 +0200 Andre Heinecke Use DiagramGenerator for longitudinal section. generator-refactoring
Fri, 20 Sep 2013 14:57:26 +0200 Andre Heinecke Add NPE guard generator-refactoring
Fri, 20 Sep 2013 14:56:46 +0200 Andre Heinecke Add InfoGenerator Hacks to be removed soon. generator-refactoring
Fri, 20 Sep 2013 14:55:44 +0200 Andre Heinecke Remove Axis Walker, unabstract Diagram generator generator-refactoring
Fri, 20 Sep 2013 14:54:26 +0200 Andre Heinecke Add second doOut implementations to work with diagram generator generator-refactoring
Fri, 20 Sep 2013 14:22:44 +0200 Felix Wolfsteller issue1494: Spawn Q facet only if Q data is there.
Thu, 19 Sep 2013 12:53:11 +0200 Felix Wolfsteller Simplify code a bit.
Thu, 19 Sep 2013 12:52:06 +0200 Felix Wolfsteller Doc, comment.
Fri, 20 Sep 2013 13:11:22 +0200 Tom Gottfried Close branch longitudinal-symmetry. Diagram refactoring is now done in branch generator-refactoring. longitudinal-symmetry
Fri, 20 Sep 2013 12:35:14 +0200 Sascha L. Teichmann Added 'include-zero' attribute to <axis> tag in diagram configuration. generator-refactoring
Fri, 20 Sep 2013 12:28:15 +0200 Sascha L. Teichmann Added domain axis title to diagram attributes. generator-refactoring
Fri, 20 Sep 2013 12:04:14 +0200 Andre Heinecke Some more accessors and typo fix generator-refactoring
Fri, 20 Sep 2013 10:30:03 +0200 Andre Heinecke Remove AxisProcessor "glue" class and extend Processor interface generator-refactoring
Fri, 20 Sep 2013 10:29:14 +0200 Andre Heinecke Fix indention / line length generator-refactoring
Fri, 20 Sep 2013 09:55:17 +0200 Andre Heinecke Add Default Processor implementation and make processors inherit it. generator-refactoring
Thu, 19 Sep 2013 17:08:02 +0200 Tom Gottfried Remove obsolete configuration of DGM-SRID.
Thu, 19 Sep 2013 16:27:33 +0200 Sascha L. Teichmann DGM SRIds are now fetched from database instead of configuration.
Thu, 19 Sep 2013 12:51:30 +0200 Felix Wolfsteller issue1436: Repair sedimentload epoch calculation,
Thu, 19 Sep 2013 10:39:15 +0200 Felix Wolfsteller Corrected debug output.
Thu, 19 Sep 2013 11:50:36 +0200 Sascha L. Teichmann Call processors from configuration. generator-refactoring
Thu, 19 Sep 2013 11:39:00 +0200 Sascha L. Teichmann Parse config when setup a new diagram. generator-refactoring
Thu, 19 Sep 2013 11:29:35 +0200 Andre Heinecke Add annotationProcessor generator-refactoring
Thu, 19 Sep 2013 11:08:43 +0200 Sascha L. Teichmann Added alignment rules for diagrams. generator-refactoring
Thu, 19 Sep 2013 10:57:47 +0200 Sascha L. Teichmann Simple interpolation logic for diagram titles and subtitles. generator-refactoring
Thu, 19 Sep 2013 09:16:52 +0200 Felix Wolfsteller issue1493: Use other numberformat for csv data from diagram.
Wed, 18 Sep 2013 18:40:52 +0200 Felix Wolfsteller issue971: Bring a formatter in (a bad) place.
Wed, 18 Sep 2013 14:15:14 +0200 Felix Wolfsteller issue971: Use ";" as CSV separator also in ChartExportHelper, with the
Wed, 18 Sep 2013 17:13:17 +0200 Andre Heinecke Add DiagramGenerator which should mainly replace xygenerator generator-refactoring
Wed, 18 Sep 2013 17:12:13 +0200 Andre Heinecke Factor out annotation handling code generator-refactoring
Wed, 18 Sep 2013 16:26:12 +0200 Sascha L. Teichmann Fixed typo. generator-refactoring
Wed, 18 Sep 2013 16:21:07 +0200 Andre Heinecke Correct group for jfreechart generator-refactoring
Wed, 18 Sep 2013 16:20:59 +0200 Sascha L. Teichmann Added first version of diagram attribute parser. generator-refactoring
Wed, 18 Sep 2013 16:05:56 +0200 Andre Heinecke Update jfreechart dependency to 1.0.15 generator-refactoring
Wed, 18 Sep 2013 15:44:49 +0200 Andre Heinecke Use combine instead of combineignoringNaN (for compatibility) generator-refactoring
Wed, 18 Sep 2013 15:04:26 +0200 Sascha L. Teichmann Add setup(Element config) method to Generator interface to be initialized from configuration. generator-refactoring
Wed, 18 Sep 2013 12:25:05 +0200 Felix Wolfsteller issue971: Change CSV column separator to ";".
Wed, 18 Sep 2013 12:24:33 +0200 Felix Wolfsteller issue971: Change CSV column separator to ";" for Exports, client-side change follows.
Wed, 18 Sep 2013 10:12:47 +0200 Andre Heinecke Combine AxisDataset implementations and remove / simplify handling code. generator-refactoring
Tue, 17 Sep 2013 16:49:37 +0200 Andre Heinecke Add a copy of the ChartGenerator class. generator-refactoring
Tue, 17 Sep 2013 15:34:28 +0200 Andre Heinecke (issue1023) We do not support html getfeatureinfo
Tue, 17 Sep 2013 11:45:44 +0200 Felix Wolfsteller Doc.
Tue, 17 Sep 2013 09:43:27 +0200 Felix Wolfsteller WDifferencesState: Remove empty constructor.
Tue, 17 Sep 2013 09:31:33 +0200 Felix Wolfsteller issue1470: Make validate of WDifferencesState return true if in "new chart".
Mon, 16 Sep 2013 17:30:14 +0200 Felix Wolfsteller Doc.
Mon, 16 Sep 2013 17:29:16 +0200 Felix Wolfsteller Doc.
Mon, 16 Sep 2013 17:28:34 +0200 Felix Wolfsteller Cosmetics, typo fix in comment.
Mon, 16 Sep 2013 17:26:16 +0200 Felix Wolfsteller Cosmetics.
Mon, 16 Sep 2013 17:11:16 +0200 Andre Heinecke Added tag 3.0.15 for changeset a18a43764793
Mon, 16 Sep 2013 16:18:01 +0200 Felix Wolfsteller issue1235: Do not add 'other' values twice to suspended sed. values, fix range. 3.0.15
Mon, 16 Sep 2013 15:11:02 +0200 Felix Wolfsteller Doc.
Mon, 16 Sep 2013 15:45:51 +0200 Andre Heinecke Fix syntax error on oracle by removing unused paramater
Mon, 16 Sep 2013 15:30:06 +0200 Andre Heinecke (issue1071) Change format for paramter a again
Mon, 16 Sep 2013 12:51:22 +0200 Andre Heinecke (Issue 1353): Add warning when a gauge is skipped because of station
Mon, 16 Sep 2013 09:52:28 +0200 Felix Wolfsteller issue1465: Assume that a "0" measurement for total sediment load is
Mon, 16 Sep 2013 09:17:33 +0200 Felix Wolfsteller issue1157: Fix sorting by start time (descending) for cross-section selection.
Fri, 13 Sep 2013 18:29:01 +0200 Tom Gottfried Schema change: increase precision of gauges.station to be able to hold nearby gauges. double-precision
Fri, 13 Sep 2013 17:42:09 +0200 Sascha L. Teichmann Fixed misuse of x !=/== Double.NaN
Fri, 13 Sep 2013 16:10:10 +0200 Felix Wolfsteller issue1465: Adjust to new use of NaN instead of 0.
Fri, 13 Sep 2013 16:07:46 +0200 Felix Wolfsteller issue1465: Do not allow null ranges for fraction values, logger.error instead.
Fri, 13 Sep 2013 16:03:05 +0200 Felix Wolfsteller issue1465: Initialize sediment load fraction values with NaN instead of 0,
Fri, 13 Sep 2013 16:01:11 +0200 Felix Wolfsteller issue1465: Show space instead of '-' in table results view.
Fri, 13 Sep 2013 15:30:17 +0200 Sascha L. Teichmann Typo fix.
Fri, 13 Sep 2013 15:24:07 +0200 Sascha L. Teichmann Another tweak for flys/issue1353: Be more tolerant about river names.
Fri, 13 Sep 2013 12:28:13 +0200 Tom Gottfried make_release.sh: default DGM_PATH to path on poland.
Fri, 13 Sep 2013 12:30:42 +0200 Felix Wolfsteller issue1465: Prepare SedimentLoadExporter to show "-" for NaN-values.
Fri, 13 Sep 2013 12:02:40 +0200 Sascha L. Teichmann Fix for flys/issue1479: Really iterate over the FLYS river not over empty list.
Thu, 12 Sep 2013 21:12:59 +0200 Tom Gottfried SCHEMA CHANGE: a < b now enforced on ranges. double-precision
Thu, 12 Sep 2013 19:15:07 +0200 Tom Gottfried DGM-importer: enforce a < b for ranges. double-precision
Thu, 12 Sep 2013 18:58:19 +0200 Tom Gottfried Range import: enforce a<b not only for WSTs and set only a for zero-length ranges. double-precision
Thu, 12 Sep 2013 18:43:21 +0200 Tom Gottfried Issue1333: expand single-line i.e. 0-lenght Q-range to minimal length. double-precision
Fri, 30 Aug 2013 17:31:20 +0200 Tom Gottfried Minor schema change: allow to delete ranges with associated DEMs. double-precision
Thu, 12 Sep 2013 18:04:48 +0200 Sascha L. Teichmann Fix for flys/issue1018: Sort the pairs of (q, w) in q before creating a spline also in case of non interpolation.
Thu, 12 Sep 2013 16:35:07 +0200 Sascha L. Teichmann Fix for flys/issue1479: The indices of the dates of the analysis periods where re-mapped wrong.
Thu, 12 Sep 2013 11:50:39 +0200 Felix Wolfsteller issue1472: Remove commented code.
Thu, 12 Sep 2013 11:33:26 +0200 Felix Wolfsteller issue1472: Do not guess flow direction from differences.
Thu, 12 Sep 2013 10:15:18 +0200 Tom Gottfried LocationDistancePanel error messages: do not imply calculation in the direction of kilometrage.
Thu, 12 Sep 2013 10:13:09 +0200 Tom Gottfried merged accidental head (nothing changed)
Thu, 12 Sep 2013 09:46:35 +0200 Felix Wolfsteller issue1378: Adjust style for flood-protection annotation values at y axis.
Wed, 11 Sep 2013 17:04:06 +0200 Bernhard Reiter Closing branch 'dc-km-filter', should already be integrated in default (but not tracked by hg). dc-km-filter
Wed, 11 Sep 2013 16:04:14 +0200 Bernhard Reiter (issue1023) mapserver templates mapfile.vm, wsplgen_layer.vm explicitely adding the three projects, so that mapserver offers the in the capabilities.
Wed, 11 Sep 2013 15:40:51 +0200 Bernhard Reiter Closing inaktive branch "dc-km-filter-rr". dc-km-filter-rr
Wed, 11 Sep 2013 15:37:05 +0200 Bernhard Reiter Closing inactive branch. facets-slt
Wed, 11 Sep 2013 15:30:38 +0200 Sascha L. Teichmann Removed obsolete imports.
Wed, 11 Sep 2013 13:15:30 +0200 Sascha L. Teichmann flys/issue1485 Better titles for UESK layers.
Wed, 11 Sep 2013 11:41:29 +0200 Bernhard Reiter Closing branch 'interaktive-karte', the contents must have been merged (without hg tracking it) to default long ago because it is in there. interaktive-karte
Wed, 11 Sep 2013 11:41:29 +0200 Sascha L. Teichmann GWT client: Do not assumed there is always a SAML ticket when generating Wiki links.
Wed, 11 Sep 2013 09:59:00 +0200 Felix Wolfsteller issue1465: Removed fix for non-matching measurement station and stations range.
Wed, 11 Sep 2013 09:46:11 +0200 Felix Wolfsteller Backed out changeset 6b9402377d07
Tue, 10 Sep 2013 17:48:48 +0200 Sascha L. Teichmann flys/issue1417 Be more fault tolerant if a river has no flood plain.
Tue, 10 Sep 2013 15:22:59 +0200 Felix Wolfsteller issue1378: For additionals and basedata via datacage for
Tue, 10 Sep 2013 11:49:01 +0200 Felix Wolfsteller issue1457: Handle symbolic discharge of -1 as 'no discharge'.
Mon, 09 Sep 2013 16:05:31 +0200 Felix Wolfsteller Doc.
Tue, 10 Sep 2013 09:42:34 +0200 Bernhard Reiter mapserver templates for flys.map and rivers.map: correcting the wms_onlineresource URL to partly help (issue1023)
Mon, 09 Sep 2013 18:22:47 +0200 Sascha L. Teichmann Fix for Browser and server running both on localhost. Previously all requests from localhost where accepted w/o auth. Now they are only accepted when a HTTP header X_NO_GGINA_AUTH=TRUE is send, too. This is ddone when printing maps.
Fri, 06 Sep 2013 15:48:46 +0200 Felix Wolfsteller Corrected doc.
Fri, 06 Sep 2013 15:44:02 +0200 Felix Wolfsteller D4EArtifactCollection: Do not push CallContext and reference to db around.
Fri, 06 Sep 2013 15:40:38 +0200 Felix Wolfsteller Doc.
Fri, 06 Sep 2013 15:37:56 +0200 Felix Wolfsteller Doc.
Fri, 06 Sep 2013 15:36:59 +0200 Felix Wolfsteller Doc.
Fri, 06 Sep 2013 12:37:42 +0200 Felix Wolfsteller Correct SedimentLoadExporters compilability-fix.
Thu, 05 Sep 2013 19:05:00 +0200 Tom Gottfried Make EpsilonComparator serializable.
Thu, 05 Sep 2013 17:15:04 +0200 Sascha L. Teichmann flys/issue1235: Same kicks against a few inconsistencies and bugs in the calculation of sediment loads. I believe it _do_not_ delivers the right results.
Thu, 05 Sep 2013 15:47:24 +0200 Felix Wolfsteller Doc.
Thu, 05 Sep 2013 15:46:57 +0200 Felix Wolfsteller issue1465: Fetch correct measurement station (also if the km does not
Thu, 05 Sep 2013 15:31:58 +0200 Felix Wolfsteller SedimentLoadFactory: Improved readability.
Thu, 05 Sep 2013 15:28:59 +0200 Felix Wolfsteller SedimentLoadFactory: Further code simplification.
Thu, 05 Sep 2013 15:27:56 +0200 Felix Wolfsteller SedimentLoadFactory: Minor simplification.
Thu, 05 Sep 2013 15:23:54 +0200 Felix Wolfsteller SedimentLoadFactory: Extracted method to find range of matching
Thu, 05 Sep 2013 11:48:38 +0200 Felix Wolfsteller SedimentLoadExporter: Minor refac. Determine a displayed string
Wed, 04 Sep 2013 10:53:53 +0200 Sascha L. Teichmann Workaround for flys/issue14070. TODO: Find the reason why a null document is given to the ThemeDocument.
Tue, 03 Sep 2013 21:51:58 +0200 Felix Wolfsteller issue1458: Avoid facet duplicates.
Tue, 03 Sep 2013 21:50:23 +0200 Felix Wolfsteller Implement ManagedFacet.isSame to determine whether two facets are the same.
Tue, 03 Sep 2013 21:49:30 +0200 Felix Wolfsteller Added new CompareUtil (singleton Helper class).
Tue, 03 Sep 2013 10:33:38 +0200 Felix Wolfsteller AttributeWriter: Even better variable name.
Tue, 03 Sep 2013 10:31:26 +0200 Felix Wolfsteller AttributeWriter: Slightly improved variable naming and comments.
Fri, 30 Aug 2013 16:30:54 +0200 Felix Wolfsteller Added loadTotalRange getter.
Fri, 30 Aug 2013 15:45:14 +0200 Andre Heinecke (issue1452) Coalesce to zero to avoid NaN arithmetic.
Fri, 30 Aug 2013 12:32:08 +0200 Andre Heinecke (issue1023) Start returning more useful information
Fri, 30 Aug 2013 12:33:50 +0200 Felix Wolfsteller issue1462/3: When changing units (t/a -> m^3/a), also change total load.
Fri, 30 Aug 2013 12:32:29 +0200 Felix Wolfsteller SedimentLoad: Allow to set range of total load.
Fri, 30 Aug 2013 12:31:33 +0200 Felix Wolfsteller Doc fix.
Fri, 30 Aug 2013 12:30:51 +0200 Felix Wolfsteller SedimentLoadCalculation: Log an error on unknown mode.
Fri, 30 Aug 2013 09:48:11 +0200 Felix Wolfsteller issue1462: 1) & 4) Fix wrong density interpolation code.
Fri, 30 Aug 2013 09:47:15 +0200 Felix Wolfsteller Cosmetics, docs.
Fri, 30 Aug 2013 09:45:04 +0200 Felix Wolfsteller Cosmetics.
Fri, 30 Aug 2013 09:44:44 +0200 Felix Wolfsteller Doc.
Thu, 29 Aug 2013 16:37:53 +0200 Felix Wolfsteller Let hibernate do the parsing/casting.
Thu, 29 Aug 2013 16:33:43 +0200 Felix Wolfsteller issue957: Better name for flowvelocity measured values facets.
Thu, 29 Aug 2013 12:15:28 +0200 Felix Wolfsteller Assign theme to flowvelocitymeasurementvaluefacets.
Thu, 29 Aug 2013 12:15:05 +0200 Felix Wolfsteller Slightly better name for flowvelocitymeasurementvaluefacets.
Thu, 29 Aug 2013 11:28:55 +0200 Andre Heinecke (issue1451) Round Q's in the way it is done for AT's and localize KM
Thu, 29 Aug 2013 11:33:30 +0200 Felix Wolfsteller issue1466: Fix, sort stations before gap detection.
Thu, 29 Aug 2013 09:14:53 +0200 Felix Wolfsteller DischargeCurveGenerator: Prevent NPE when no gauge can be found.
Wed, 28 Aug 2013 12:02:56 +0200 Felix Wolfsteller issue1436: Exploit validity-rule of sedimentdensities.
Wed, 28 Aug 2013 11:55:14 +0200 Felix Wolfsteller issue1436: Towards finding the best match in years for densities.
Wed, 28 Aug 2013 11:22:40 +0200 Felix Wolfsteller issue1460: prevent NPEs when backstepping and changing Q values for WINFO
Wed, 28 Aug 2013 10:54:21 +0200 Tom Gottfried Importer Doc: be clearer on DEM-metadata import. double-precision
Tue, 27 Aug 2013 12:32:48 +0200 Tom Gottfried Importer doc: added remark considering re-import of modified data double-precision
Tue, 27 Aug 2013 19:14:12 +0200 Sascha L. Teichmann Datacage: Add dc:all-state-successors() to enable predicates like dc:contains(dc:all-state-successors($artifact-name, $current-state-id), 'state.winfo.calculation_mode') which recursively collects all successor state ids an check for containment.
Tue, 27 Aug 2013 18:37:24 +0200 Andre Heinecke (issue1451) Use distinct values for single_wq mode filtering instead of ranges.
Tue, 27 Aug 2013 18:35:51 +0200 Andre Heinecke Fix NPE in case the artifact does not even have the master attribute
Tue, 27 Aug 2013 16:16:13 +0200 Felix Wolfsteller DischargeLongitudinalSectionGenerator: Use QOutProcessor, fix compilation.
Tue, 27 Aug 2013 16:15:45 +0200 Felix Wolfsteller Let QOutProcessor also handle Discharge/Q-data.
Tue, 27 Aug 2013 14:58:03 +0200 Felix Wolfsteller SedimentLoadCalculation: Refactoring, extracted method.
Tue, 27 Aug 2013 12:46:11 +0200 Felix Wolfsteller issue1455: Extract QOutProcessor, use it
Tue, 27 Aug 2013 11:35:37 +0200 Felix Wolfsteller issue1455: Prepare MiddleBedHeightDiagram to show Q values.
Mon, 26 Aug 2013 15:35:39 +0200 Felix Wolfsteller WQKmsInterpolArtifact: Add different facet if wst has only 'fake' Qs.
Mon, 26 Aug 2013 15:34:46 +0200 Felix Wolfsteller Doc, cosmetics.
Mon, 26 Aug 2013 15:32:57 +0200 Felix Wolfsteller WstValueTable: Add method to find out wether the Qs are 'fake'
Mon, 26 Aug 2013 15:28:46 +0200 Felix Wolfsteller DischargeProcessor: Handle interpolated w values
Mon, 26 Aug 2013 15:24:21 +0200 Felix Wolfsteller Cosmetics, added @Override annotation, vim line.
Mon, 26 Aug 2013 15:23:46 +0200 Felix Wolfsteller Doc.
Mon, 26 Aug 2013 15:03:37 +0200 Felix Wolfsteller Added new Theme.
Mon, 26 Aug 2013 15:02:52 +0200 Felix Wolfsteller Added new ThemeMappings.
Mon, 26 Aug 2013 15:01:34 +0200 Felix Wolfsteller Mapping new facet type to theme.
Mon, 26 Aug 2013 14:53:41 +0200 Felix Wolfsteller Added new facet type to gaugedischargecurve.xml compat matrix.
Mon, 26 Aug 2013 14:40:53 +0200 Felix Wolfsteller FacetTypes: Added new type other.w.interpol .
Mon, 26 Aug 2013 14:28:19 +0200 Felix Wolfsteller Minor refactoring, renamed variable, extracted method.
Thu, 22 Aug 2013 14:58:56 +0200 Felix Wolfsteller Typo fix in debug message.
Fri, 23 Aug 2013 14:37:54 +0200 Sascha L. Teichmann Artifacts: ThemeDocument. More debug output. Make more getters private to only expose the parsed values.
Fri, 23 Aug 2013 14:17:35 +0200 Sascha L. Teichmann Artifacts: Make TextStyle Make more robust.
Fri, 23 Aug 2013 12:57:21 +0200 Tom Gottfried a bit of debug output
Fri, 23 Aug 2013 11:39:24 +0200 Sascha L. Teichmann Artifacts: ThemeDocument. Removed some zero length checks because we do not store zero length strings in the backing map.
Fri, 23 Aug 2013 11:07:11 +0200 Sascha L. Teichmann Artifacts: ThemeDocument. The bloody part: Removal of the XPaths. Now the theme XML document is scanned once(!) at construction time for field values and the resulting key/value pairs are store in a map.
Fri, 23 Aug 2013 01:17:13 +0200 Sascha L. Teichmann Artifacts: Removed ThemeUtil.
Fri, 23 Aug 2013 01:16:13 +0200 Sascha L. Teichmann Artifacts: Moved logic of ThemeUtils into ThemeDocument. TODO: Remove ThemeUtils
Thu, 22 Aug 2013 23:31:38 +0200 Sascha L. Teichmann Artifacts: Introduce ThemeDocument & make stuff compileable again. THIS BREAKS THE SYSTEM! TODO: Move ThemeUtils into ThemeDocument.
Thu, 22 Aug 2013 15:38:57 +0200 Sascha L. Teichmann Artifacts: Make it compilable again.
Thu, 22 Aug 2013 15:31:09 +0200 Sascha L. Teichmann ETL: Take care of the fact that one river in AFT/SGM may correspond to N rivers in FLYS.
Thu, 22 Aug 2013 15:22:59 +0200 Andre Heinecke Added tag 3.0.14 for changeset 84b1e87e8669
Thu, 22 Aug 2013 14:27:42 +0200 Felix Wolfsteller ComputedDischargeCurveGenerator: Use DischargeProcessor to add main values.
Thu, 22 Aug 2013 14:26:04 +0200 Felix Wolfsteller ChartGenerator: Changed visibility of doAnnotations,
Thu, 22 Aug 2013 14:24:44 +0200 Felix Wolfsteller DischargeCurveGenerator: Use DischargeProcessor.
Thu, 22 Aug 2013 14:24:13 +0200 Felix Wolfsteller DischargeProcessor: Handle main-values. Temporarily disable w/q data handling.
Thu, 22 Aug 2013 14:23:41 +0200 Felix Wolfsteller DischargeProcessor: Minor refactoring (use getter), warn when no Ẁ/Q data found.
Wed, 21 Aug 2013 17:15:06 +0200 Tom Gottfried Give correct name to outlier method 3.0.14
Wed, 21 Aug 2013 16:15:37 +0200 Sascha L. Teichmann Potential fix for flys/1453.
Wed, 21 Aug 2013 16:14:29 +0200 Sascha L. Teichmann Backed out changeset 60f39ee19473
Wed, 21 Aug 2013 16:13:36 +0200 Sascha L. Teichmann ETL: Potential fix for flys/1453.
Wed, 21 Aug 2013 15:46:39 +0200 Sascha L. Teichmann Removed obsolete imports.
Wed, 21 Aug 2013 15:41:58 +0200 Sascha L. Teichmann FixA: Remapped indices of analysis periods, too. Needs testing!
Wed, 21 Aug 2013 15:32:53 +0200 Tom Gottfried BWASTR-Import: name of tributary contains name of river, not the other way round. double-precision
Wed, 21 Aug 2013 15:00:40 +0200 Felix Wolfsteller issue1378: Add axis markers for additional long-sect. without Q (e.g. dike heights).
Wed, 21 Aug 2013 15:00:04 +0200 Felix Wolfsteller Cosmetics.
Wed, 21 Aug 2013 12:24:45 +0200 Felix Wolfsteller issue1378: Also add ability to add text-annotations.
Wed, 21 Aug 2013 12:40:42 +0200 Tom Gottfried Geo-Importer: import axes 2D to avoid problems with invalid z-coordinates double-precision
Wed, 21 Aug 2013 12:01:50 +0200 Sascha L. Teichmann FixA: Fix logger class reference.
Wed, 21 Aug 2013 11:12:39 +0200 Felix Wolfsteller issue1378 (part): Make DC config for discharge curve offer correct
Wed, 21 Aug 2013 11:11:56 +0200 Felix Wolfsteller issue1378: Prepare DischargeCurveGenerator to digest wq-interpolated data.
Wed, 21 Aug 2013 11:11:22 +0200 Felix Wolfsteller Cosmetics.
Wed, 21 Aug 2013 11:10:45 +0200 Felix Wolfsteller issue1378: Prepare StyledSeriesBuilder to get double[][] values to translate.
Tue, 20 Aug 2013 15:05:07 +0200 Felix Wolfsteller issue1378: Preparing DischargeProcessor to be able to draw W/Q points,
Tue, 20 Aug 2013 14:35:48 +0200 Felix Wolfsteller Cosmetics.
Tue, 20 Aug 2013 13:03:03 +0200 Felix Wolfsteller Initial DischargeProcessor-commit (skeleton).
Wed, 21 Aug 2013 01:09:25 +0200 Sascha L. Teichmann FixA: Make dates of analysis periods unique, too. TODO: Remap the indices like the reference interval.
Tue, 20 Aug 2013 19:50:37 +0200 Sascha L. Teichmann FixA W/Q Diagram: Allow duplicate points. It should work but it doesn't. :-/
Tue, 20 Aug 2013 19:24:26 +0200 Sascha L. Teichmann FixA: Fixed reference events mapping. TODO: Same for analysis periods.
Tue, 20 Aug 2013 11:20:25 +0200 Sascha L. Teichmann FixA Delta W(t): Add 30 seconds to colliding dates to avoid them vanishing from the diagrams.
Mon, 19 Aug 2013 22:19:09 +0200 Sascha L. Teichmann FixA: Reference points facets: the index of the point is stored in the lower 8 bits of the facect index. Why was it search via getIndex()?
Mon, 19 Aug 2013 22:04:03 +0200 Sascha L. Teichmann FixA overview: Fetch dates in higher resolution from database.
Mon, 19 Aug 2013 17:29:52 +0200 Tom Gottfried Undo misguided schema change from r5207 double-precision
Mon, 19 Aug 2013 16:28:01 +0200 Andre Heinecke (issue1071) Increase river km column width
Mon, 19 Aug 2013 16:37:04 +0200 Felix Wolfsteller issue738: Adjust S/Q-Relation Diagram subtitles.
Mon, 19 Aug 2013 16:29:28 +0200 Sascha L. Teichmann Fix Analysis: Code simplification in facets.
Mon, 19 Aug 2013 16:02:48 +0200 Sascha L. Teichmann Client: Removed an XPath eval and simplified a loop.
Mon, 19 Aug 2013 12:48:03 +0200 Andre Heinecke Add small script to generate an issue overview from a roundup querry.
Mon, 19 Aug 2013 12:45:27 +0200 Sascha L. Teichmann Factored our date formatter.
Mon, 19 Aug 2013 12:44:11 +0200 Sascha L. Teichmann Break long lines.
Mon, 19 Aug 2013 12:43:24 +0200 Felix Wolfsteller issue1225: Add bedheight/year-difference points with a scale factor,
Mon, 19 Aug 2013 12:42:27 +0200 Felix Wolfsteller StyledSeriesBuilder: Added new method to add points with a scane factor.
Mon, 19 Aug 2013 12:22:31 +0200 Felix Wolfsteller Minor refactoring.
Mon, 19 Aug 2013 11:56:17 +0200 Felix Wolfsteller issue1395: Add missing w_differences compat to new chart ls.
Mon, 19 Aug 2013 11:41:09 +0200 Andre Heinecke (issue1347) Add SQ Relation fields for measurement station information
Mon, 19 Aug 2013 11:40:34 +0200 Andre Heinecke (issue1347) Update jasper templates with new fields
Mon, 19 Aug 2013 11:34:47 +0200 Andre Heinecke (issue1347) Add measurement station getter for location
Mon, 19 Aug 2013 10:35:27 +0200 Andre Heinecke Make debug functions of D4EArtifact public
Mon, 19 Aug 2013 10:55:52 +0200 Felix Wolfsteller Merged backout of changes for 1440 (gap-detection in bedquality).
Mon, 19 Aug 2013 10:55:13 +0200 Felix Wolfsteller Backed out changeset 10646f31efec
Mon, 19 Aug 2013 10:20:51 +0200 Felix Wolfsteller Merged.
Mon, 19 Aug 2013 10:19:06 +0200 Felix Wolfsteller issue1157: Only look at the best match for CrossSections to activate.
Fri, 16 Aug 2013 11:30:07 +0200 Andre Heinecke (issue1391): Build the current discarge curve name as requested
Fri, 16 Aug 2013 10:43:44 +0200 Andre Heinecke (issue1391)Add compatibility for hist.discharge in Hist discharge output
Fri, 16 Aug 2013 09:39:27 +0200 Andre Heinecke (issue1391) Filter by reference_gauge or by KM
Fri, 16 Aug 2013 09:38:15 +0200 Andre Heinecke Minor layout change
Sat, 17 Aug 2013 20:08:51 +0200 Sascha L. Teichmann Fixing Analysis: Significantly (8-10x) improved the performance of the generation of the overview data. The data is now prefetched in batches.
Sat, 17 Aug 2013 12:17:42 +0200 Sascha L. Teichmann Removed _stupid_ TODO question. WE WANT PULL OUT LOGIC OUT OF ARTIFACTS!
Fri, 16 Aug 2013 09:16:30 +0200 Andre Heinecke Add FixingCalculatedPoint to second theme, too
Thu, 15 Aug 2013 18:56:20 +0200 Sascha L. Teichmann Part of flys/issue1168: Make facet names unique. It should help but there must be bug before the facet generation.
Thu, 15 Aug 2013 18:00:16 +0200 Andre Heinecke (issue1444) Add theme for fixing calculated point
Thu, 15 Aug 2013 16:50:21 +0200 Andre Heinecke Readd accidentally removed line
Thu, 15 Aug 2013 16:26:50 +0200 Andre Heinecke (Issue1357) Pull river name into getReferenceGauge
Thu, 15 Aug 2013 16:25:50 +0200 Andre Heinecke Improve debug output in timerangestate
Thu, 15 Aug 2013 16:05:17 +0200 Andre Heinecke (issue1353) Add river name handling
Thu, 15 Aug 2013 15:57:54 +0200 Andre Heinecke (issue1353) Add method to model to gauge by number and river name
Thu, 15 Aug 2013 15:57:13 +0200 Andre Heinecke (issue1353) Add river name to query for discharge Info
Thu, 15 Aug 2013 15:50:42 +0200 Sascha L. Teichmann Part of flys/issue1168: Fix themes of fixings delta w averages. Bring default and second theme back in snyc.
Thu, 15 Aug 2013 15:01:18 +0200 Sascha L. Teichmann Part of flys/issue1168: Show discharge sector averages as lines again.
Thu, 15 Aug 2013 13:40:43 +0200 Christian Lins Add missing import in ArtifactMapfileGenerator
Thu, 15 Aug 2013 13:35:18 +0200 Christian Lins (issue657) Prevent errornous recreation of usershape mapfile fragment.
Thu, 15 Aug 2013 13:30:16 +0200 Christian Lins (issue657) Use regular expressions in Mapfile templates to catch various spellings of feature class types.
Wed, 14 Aug 2013 16:50:35 +0200 Sascha L. Teichmann Backed out changeset 74a437805e2a
Wed, 14 Aug 2013 16:24:12 +0200 Andre Heinecke (issue1347) Localize outliers and pdf Header
Wed, 14 Aug 2013 15:26:50 +0200 Andre Heinecke (Issue1347) Update jasper files for pdf export of new data
Wed, 14 Aug 2013 15:23:36 +0200 Andre Heinecke (issue1347) Add new variables to SQ Relation output.
Wed, 14 Aug 2013 15:20:01 +0200 Andre Heinecke Fix typo in SQRelation calculation
Wed, 14 Aug 2013 14:20:59 +0200 Christian Lins Mapfile templates contain regex expressions to catch features more robust (#657).
Wed, 14 Aug 2013 12:54:00 +0200 Tom Gottfried import_rivers.sh: skip cross sections instead of WST-file in first run. double-precision
Wed, 14 Aug 2013 12:21:13 +0200 Tom Gottfried Importer Doc: force import of waterlevel WST-file in first run. double-precision
Wed, 14 Aug 2013 12:10:44 +0200 Tom Gottfried Importer: force import of waterlevel WST-file in first run. double-precision
Wed, 14 Aug 2013 11:28:30 +0200 Sascha L. Teichmann S/Q relation: Fixed broken parameter creator constructor.
Wed, 14 Aug 2013 11:01:16 +0200 Sascha L. Teichmann S/Q relation: Added forgotten class.
Tue, 13 Aug 2013 15:24:19 +0200 Tom Gottfried issue1328: improved i18n message
Tue, 13 Aug 2013 09:51:15 +0200 Tom Gottfried WstParser: warn only once if no unit comment is found double-precision
Mon, 12 Aug 2013 18:14:12 +0200 Tom Gottfried Make postgresql-setup helper script work on different platforms. double-precision
Mon, 12 Aug 2013 18:12:14 +0200 Tom Gottfried fixed syntax errors in Postgres-schema. double-precision
Mon, 12 Aug 2013 08:27:21 +0200 Tom Gottfried Importer: set memory size according to doc double-precision
Mon, 12 Aug 2013 08:16:13 +0200 Tom Gottfried Geo-importer: remove leftovers of catchment and gauge location importers double-precision
Sat, 10 Aug 2013 12:25:58 +0200 Tom Gottfried Importer Doc: Update title page automatically. double-precision
Fri, 09 Aug 2013 21:40:30 +0200 Tom Gottfried Importer Doc: remove obsolete README. It is all in the tex-files now. double-precision
Fri, 09 Aug 2013 21:35:53 +0200 Tom Gottfried Importer doc: correctly document use of gew-file for geo-importer. double-precision
Fri, 09 Aug 2013 21:27:57 +0200 Tom Gottfried Geo-importer and doc: use commandline-argument instead of configuration for river selection. double-precision
Fri, 09 Aug 2013 20:47:10 +0200 Tom Gottfried Importer Doc: complete master data of gauges and waterlevel model and move to top. double-precision
Fri, 09 Aug 2013 20:30:14 +0200 Tom Gottfried WstParser and Importer doc: More sensible default unit and warn if it is used. double-precision
Fri, 09 Aug 2013 18:07:49 +0200 Tom Gottfried Importer Doc: move general information on geo-importer to overview. double-precision
Fri, 09 Aug 2013 18:06:40 +0200 Tom Gottfried Importer Doc: corrections to starting of geo-importer. double-precision
Fri, 09 Aug 2013 17:59:02 +0200 Tom Gottfried Importer Doc: corrections of geo-importer configuration. double-precision
Fri, 09 Aug 2013 17:57:12 +0200 Tom Gottfried Geo-importer: use commandline-argument instead of configuration for river selection. double-precision
Fri, 09 Aug 2013 17:27:16 +0200 Tom Gottfried Importer Doc: document DEM-Metadata import. double-precision
Fri, 09 Aug 2013 17:11:13 +0200 Tom Gottfried Importer Doc: reworked sectioning of geo-importer overview. double-precision
Fri, 09 Aug 2013 16:52:08 +0200 Tom Gottfried Importer Doc: completed description of shapefile-parsers. double-precision
Fri, 09 Aug 2013 15:55:50 +0200 Tom Gottfried Importer Doc: add description of alternativ attribut-names. double-precision
Fri, 09 Aug 2013 15:42:36 +0200 Tom Gottfried Importer Doc: reformat tables in parser descriptions of geo-importer. double-precision
Fri, 09 Aug 2013 13:36:05 +0200 Tom Gottfried Removed obsolete imports. longitudinal-symmetry
Fri, 09 Aug 2013 13:32:47 +0200 Tom Gottfried Move Funcionality related to bed quality from FlowVelocityGenerator to LongitudinalSectionGenerator (previously left over). longitudinal-symmetry
Fri, 09 Aug 2013 18:29:08 +0200 Sascha L. Teichmann S/Q relation: Spell Ferguson with F.
Fri, 09 Aug 2013 18:24:55 +0200 Sascha L. Teichmann flys/issue1347: Added missing calcutions. TODO: Bring them into the generated outs.
Fri, 09 Aug 2013 12:20:32 +0200 Felix Wolfsteller Cosmetics.
Fri, 09 Aug 2013 12:11:53 +0200 Tom Gottfried Moved most of the functionality of FlowVelocityGenerator to LongitudinalSectionGenerator on the way to longitudinal-section symmetry. ToDos left. longitudinal-symmetry
Thu, 08 Aug 2013 17:36:44 +0200 Tom Gottfried merged changes from default into longitudinal-symmetry branch longitudinal-symmetry
Wed, 07 Aug 2013 18:57:29 +0200 Tom Gottfried merged changes from default into longitudinal-symmetrie branch longitudinal-symmetry
Wed, 07 Aug 2013 18:53:15 +0200 Tom Gottfried merge changes from default into longitudinal-symmetrie branch and make it build longitudinal-symmetry
Fri, 09 Aug 2013 08:34:10 +0200 Felix Wolfsteller issue1378: Handle static_wqkms.w as annotations.
Fri, 09 Aug 2013 08:33:38 +0200 Felix Wolfsteller Cosmetics.
Fri, 09 Aug 2013 08:32:37 +0200 Felix Wolfsteller issue1378: Add wqkms.w|q to discharge curve facet compat list.
Thu, 08 Aug 2013 18:14:38 +0200 Sascha L. Teichmann S/Q: Excel compat completed: Now the data is linearized before fitting. This can be prevented by setting the system property S/Q: Excel compat completed: Now the data is linearized before fitting. This can be prevented by setting the system property "minfo.sq.calcution.non.linear.fitting" to true.
Thu, 08 Aug 2013 16:19:59 +0200 Felix Wolfsteller Removed debug output.
Thu, 08 Aug 2013 16:03:41 +0200 Felix Wolfsteller SedimentLoadFactory: Survive not completely defined sediment loads.
Thu, 08 Aug 2013 15:46:18 +0200 Felix Wolfsteller issue1060: i18n.
Thu, 08 Aug 2013 12:09:48 +0200 Felix Wolfsteller Added @Override-Annotation.
Thu, 08 Aug 2013 12:09:26 +0200 Felix Wolfsteller added vimline
Thu, 08 Aug 2013 12:08:18 +0200 Felix Wolfsteller Doc.
Thu, 08 Aug 2013 12:17:03 +0200 Sascha L. Teichmann S/Q relation: Part I of 'faking' fitting linear data. S/Qs can now be subclassed and processed through views. TODO: Add knob to setup a linear data path.
Thu, 08 Aug 2013 12:06:54 +0200 Felix Wolfsteller offer differences for bedheight-diffs in dc, and bedheight diffs in ls.
Thu, 08 Aug 2013 10:38:36 +0200 Felix Wolfsteller issue1439: Show line segments for points that have gaps on both sides. Small refac.
Wed, 07 Aug 2013 19:36:05 +0200 Sascha L. Teichmann S/Q relation: More Excel compat.
Wed, 07 Aug 2013 18:24:07 +0200 Andre Heinecke Remove accidentally commited debug output
Wed, 07 Aug 2013 16:04:05 +0200 Felix Wolfsteller issue1415: Corrected update query and parameter setting.
Wed, 07 Aug 2013 14:29:25 +0200 Tom Gottfried Geo-importer: removed unused variable. double-precision
Wed, 07 Aug 2013 14:22:48 +0200 Tom Gottfried Geo-importer: removed obsolete run-script. double-precision
Wed, 07 Aug 2013 14:05:07 +0200 Felix Wolfsteller issue1440: Add gap detection at >101m for BedQuality LS diagrams.
Wed, 07 Aug 2013 11:07:37 +0200 Felix Wolfsteller issue1439: reduce gap-tolerance to 101m.
Wed, 07 Aug 2013 11:04:12 +0200 Felix Wolfsteller issue1439: Use auto-gap detect when adding points to series for bed diff data.
Wed, 07 Aug 2013 11:02:43 +0200 Felix Wolfsteller StyledSeriesBuilder: Minor doc improvement.
Wed, 07 Aug 2013 11:02:01 +0200 Felix Wolfsteller Cosmetics.
Wed, 07 Aug 2013 11:00:55 +0200 Felix Wolfsteller QualityMeasurementFactory: Doc about singleton usage.
Wed, 07 Aug 2013 10:59:53 +0200 Felix Wolfsteller Made trivial QualityMeasurement-constructor private, as it shouldnt be used.
Wed, 07 Aug 2013 10:59:02 +0200 Felix Wolfsteller Doc.
Wed, 07 Aug 2013 10:54:05 +0200 Felix Wolfsteller Cosmetics.
Wed, 07 Aug 2013 10:48:53 +0200 Felix Wolfsteller cosmetics.
Tue, 06 Aug 2013 18:46:40 +0200 Tom Gottfried Importer Doc: error in W80CSV-Parser. double-precision
Tue, 06 Aug 2013 17:00:49 +0200 Sascha L. Teichmann flys/issue748: Force linear curve fitting. This is a real hack! Set the system property "minfo.sq.fitting.nonlinear" to re-enable the old behavior.
Tue, 06 Aug 2013 16:57:47 +0200 Felix Wolfsteller issue1416: missing english i18n.
Tue, 06 Aug 2013 16:56:45 +0200 Felix Wolfsteller issue1416: exporter for sedimentload and i18n.
Tue, 06 Aug 2013 16:39:41 +0200 Felix Wolfsteller issue1436: Remove wrong condition where previous value does not exist but is
Tue, 06 Aug 2013 16:03:56 +0200 Felix Wolfsteller issue1435: Tolerate missing measurement values in QualityMeasurements.
Tue, 06 Aug 2013 12:26:21 +0200 Felix Wolfsteller issue1433: Update caller for last commit.
Tue, 06 Aug 2013 12:25:53 +0200 Felix Wolfsteller issue1433: Filter loaded unknown sediment yields by kind.
Tue, 06 Aug 2013 11:04:12 +0200 Tom Gottfried merged changes from default into double-precision branch double-precision
Tue, 06 Aug 2013 11:06:25 +0200 Felix Wolfsteller issue1433: Include trailing empty strings in stringsplit, this prevents emission
Tue, 06 Aug 2013 10:54:41 +0200 Felix Wolfsteller issue1433: Do not emit warning when tolerated empty string as value.
Mon, 05 Aug 2013 18:39:12 +0200 Tom Gottfried Importer Doc: partly completed geo-importer parsers (with layout issues) double-precision
Mon, 05 Aug 2013 11:39:59 +0200 Tom Gottfried Importer Doc: completion and corrections to overview of geo-importer. double-precision
Mon, 05 Aug 2013 11:21:05 +0200 Tom Gottfried Importer Doc: Document reprojection of geo-data. double-precision
Mon, 05 Aug 2013 15:24:44 +0200 Sascha L. Teichmann Removed obsolete imports.
Sat, 03 Aug 2013 13:06:29 +0200 Tom Gottfried Importer Dok: added missing warnings to hydr-morph section double-precision
Fri, 02 Aug 2013 11:51:08 +0200 Tom Gottfried Sediment Density parser: avoid NPE when no year is given double-precision
Fri, 02 Aug 2013 11:36:33 +0200 Tom Gottfried Sediment density parser: fetch year from metaline and parse double-precision
Thu, 01 Aug 2013 15:37:17 +0200 Felix Wolfsteller issue1337: fix. Let theme not inherit from longitudinal_section, as this
Thu, 01 Aug 2013 15:16:32 +0200 Felix Wolfsteller meta-data.xml/DC: Automatically add annotations to middle bed height diagrams.
Thu, 01 Aug 2013 13:07:37 +0200 Tom Gottfried Importer Doc: fix syntax error. double-precision
Thu, 01 Aug 2013 12:08:46 +0200 Felix Wolfsteller issue1393: Survive when off-epochs no total data, but other.
Thu, 01 Aug 2013 11:58:25 +0200 Felix Wolfsteller Cosmetics, docs, in range of issue1393.
Thu, 01 Aug 2013 10:15:00 +0200 Felix Wolfsteller issue1418: Fetch correct (not necessarily first) gauge
Thu, 01 Aug 2013 10:02:36 +0200 Tom Gottfried Geo-Importer: Don not import misc. floodplains as hydraulic boundary. double-precision
Wed, 31 Jul 2013 15:41:57 +0200 Felix Wolfsteller issue1393: Avoid NPE for off-epoch when actually no off-epoch data available.
Wed, 31 Jul 2013 15:27:51 +0200 Felix Wolfsteller issue1393: Fix theme association for sedimentload.total_load .
Wed, 31 Jul 2013 14:29:12 +0200 Tom Gottfried Schema change: Store station of cross section lines with higher precision to avoid duplicates due to rounding. double-precision
Wed, 31 Jul 2013 13:10:34 +0200 Felix Wolfsteller Doc.
Wed, 31 Jul 2013 12:31:09 +0200 Tom Gottfried merged changes from default into double-precision branch double-precision
Wed, 31 Jul 2013 12:40:04 +0200 Felix Wolfsteller Remove cryptic warning messages.
Wed, 31 Jul 2013 12:31:35 +0200 Felix Wolfsteller issue1393: Fix display, no description, just years needed to select official epochs.
Wed, 31 Jul 2013 11:31:23 +0200 Tom Gottfried merged changes from default into double-precision branch double-precision
Wed, 31 Jul 2013 11:36:21 +0200 Felix Wolfsteller Cosmetics.
Wed, 31 Jul 2013 11:35:54 +0200 Felix Wolfsteller issue1393/SedLoadOffEpochPanel: Request the correct (off-epoch) data
Wed, 31 Jul 2013 11:34:31 +0200 Felix Wolfsteller Doc.
Wed, 31 Jul 2013 11:32:33 +0200 Felix Wolfsteller Cosmetics, docs.
Wed, 31 Jul 2013 11:32:00 +0200 Felix Wolfsteller issu1393/SedimentLoadFactory: Handle off_epoch type queries.
Wed, 31 Jul 2013 11:13:41 +0200 Felix Wolfsteller issue1393/ImportRiver: Import official epochs from directory, minor refac.
Wed, 31 Jul 2013 11:12:53 +0200 Felix Wolfsteller issue1393/SedimentYieldParser: set kind of SedimentYields
Wed, 31 Jul 2013 11:12:08 +0200 Felix Wolfsteller issue1393/backend: Add kind property to ImportSedimentYield and SedimentYield.
Wed, 31 Jul 2013 11:10:11 +0200 Felix Wolfsteller minfo-schema-change/issue1393: add kind column to sediment_yield table.
Wed, 31 Jul 2013 11:07:48 +0200 Felix Wolfsteller Doc.
Tue, 30 Jul 2013 18:27:58 +0200 Felix Wolfsteller Cosmetics.
Tue, 30 Jul 2013 19:15:41 +0200 Andre Heinecke Added tag 3.0.13 for changeset 71da3d4ffb4a
Tue, 30 Jul 2013 19:14:49 +0200 Andre Heinecke issue1391: Some more unification fix km filtering for calculated discharges 3.0.13
Tue, 30 Jul 2013 18:59:35 +0200 Andre Heinecke Add compatibility with more facet names for mainvalues.
Tue, 30 Jul 2013 18:54:53 +0200 Tom Gottfried Importer Doc: completed and corrected section with warnings. double-precision
Tue, 30 Jul 2013 17:32:28 +0200 Andre Heinecke issue748: Change StandardDeviation implmentation to what BFG calls Standard Deviation
Tue, 30 Jul 2013 16:24:59 +0200 Felix Wolfsteller Doc
Tue, 30 Jul 2013 15:56:34 +0200 Felix Wolfsteller Cosmetics.
Tue, 30 Jul 2013 07:35:57 +0200 Felix Wolfsteller Doc.
Tue, 30 Jul 2013 16:09:40 +0200 Christian Lins Remove duplicate code for mapfile generation. ID problem still not fixed (#657).
Tue, 30 Jul 2013 12:33:05 +0200 Andre Heinecke issue767: Do not encode the complete legend url
Tue, 30 Jul 2013 11:19:54 +0200 Andre Heinecke Remove accidental commited debug output
Tue, 30 Jul 2013 11:19:27 +0200 Andre Heinecke issue1391: Unify theme styles and add facet compatibilities
Tue, 30 Jul 2013 09:54:59 +0200 Tom Gottfried Importer scripts: add skip flag for W80-CSV to import_river.sh double-precision
Mon, 29 Jul 2013 19:21:07 +0200 Andre Heinecke issue766: Minimal fix for doubled RiverAxis.
Mon, 29 Jul 2013 17:27:48 +0200 Andre Heinecke Fix syntax error
Mon, 29 Jul 2013 12:53:52 +0200 Andre Heinecke issue1391: Add forgotten i18n for historical discharges
Mon, 29 Jul 2013 15:21:44 +0200 Tom Gottfried Importer Doc: Errors not documented so far double-precision
Mon, 29 Jul 2013 13:39:24 +0200 Tom Gottfried Importer doc: Document error when no measurement station fits station in SQ-file double-precision
Mon, 29 Jul 2013 12:32:29 +0200 Tom Gottfried Importer Dok: removed redundant doc and syntax error double-precision
Mon, 29 Jul 2013 12:26:13 +0200 Tom Gottfried Importer Doc: small corrections to configuration and typo double-precision
Mon, 29 Jul 2013 12:10:59 +0200 Tom Gottfried Importer Dok: document import_river.sh double-precision
Mon, 29 Jul 2013 11:56:21 +0200 Tom Gottfried Importer Doc: small corrections to morphological data double-precision
Mon, 29 Jul 2013 11:49:30 +0200 Tom Gottfried Importer Dok: documented measurement stations double-precision
Mon, 29 Jul 2013 15:02:22 +0200 Felix Wolfsteller issue1418: skip MainValues with NaN values.
Mon, 29 Jul 2013 12:29:40 +0200 Andre Heinecke issue1391: Add new facets for gaugedischarge
Mon, 29 Jul 2013 12:19:57 +0200 Andre Heinecke issue1391: Enable GaugeDischarge artifact to directly load a table by its ID
Mon, 29 Jul 2013 12:17:11 +0200 Andre Heinecke issue1891: Add method to get a discharge table by it's id
Mon, 29 Jul 2013 12:16:12 +0200 Andre Heinecke issue1391: Unify datacage elements in discharge curve outs and add historical discharges
Mon, 29 Jul 2013 12:14:51 +0200 Andre Heinecke issue1391: Fix syntax in gauge macros and add km filtering
Mon, 29 Jul 2013 11:56:03 +0200 Felix Wolfsteller issue1393: Handle bedheightdiff-facets in LS Generator.
Mon, 29 Jul 2013 11:55:35 +0200 Felix Wolfsteller issue1393: Add bedheight-difference facets to chart.xml longitudinal-section
Mon, 29 Jul 2013 10:14:32 +0200 Andre Heinecke Do not translate river annotations twice. (issue1370)
Fri, 26 Jul 2013 16:28:34 +0200 Andre Heinecke Activate also in historical discharge
Mon, 29 Jul 2013 09:30:44 +0200 Felix Wolfsteller issue1416: SedimentLoadExporter: Implemented rough output.
Mon, 29 Jul 2013 09:28:32 +0200 Felix Wolfsteller Prepare i18n for issue1416.
Mon, 29 Jul 2013 09:26:32 +0200 Felix Wolfsteller Use full stop in doc. This fixes my syntax highlight :) .
Mon, 29 Jul 2013 09:25:04 +0200 Felix Wolfsteller Doc.
Mon, 29 Jul 2013 09:24:16 +0200 Felix Wolfsteller Use foreach instead of for-loop.
Mon, 29 Jul 2013 09:23:20 +0200 Felix Wolfsteller Doc, vimline.
Mon, 29 Jul 2013 09:22:39 +0200 Felix Wolfsteller Added @Override annotation.
Mon, 29 Jul 2013 09:22:11 +0200 Felix Wolfsteller Doc.
Mon, 29 Jul 2013 09:21:14 +0200 Felix Wolfsteller Doc.
Fri, 26 Jul 2013 12:55:34 +0200 Felix Wolfsteller Cosmetics, docs, imports.
Fri, 26 Jul 2013 16:25:36 +0200 Tom Gottfried Importer doc: fixed typos, language and formatting issues for hydrological data double-precision
Fri, 26 Jul 2013 16:13:31 +0200 Tom Gottfried Importer doc: cross section import completed. double-precision
Fri, 26 Jul 2013 16:11:39 +0200 Tom Gottfried Importer Doc: document that Amtl_Linien.config is needed. double-precision
Fri, 26 Jul 2013 15:31:09 +0200 Tom Gottfried Importer doc: move paragraphs on main values and WST to correct section double-precision
Fri, 26 Jul 2013 15:24:36 +0200 Tom Gottfried Importer doc: comment out obsolete paragraph on invalid gauge numbers. double-precision
Fri, 26 Jul 2013 15:12:59 +0200 Tom Gottfried Importer doc: small formating corrections to overview. double-precision
Fri, 26 Jul 2013 14:52:47 +0200 Tom Gottfried Importer doc: small language corrections to Overview double-precision
Fri, 26 Jul 2013 10:45:47 +0200 Felix Wolfsteller issue1416: Move a stub new SedimentLoadExporter in place.
Fri, 26 Jul 2013 09:21:47 +0200 Felix Wolfsteller BedDifferenceExporter: Added licence header.
Fri, 26 Jul 2013 08:59:55 +0200 Felix Wolfsteller issue1259: in WQAdaptedInputPanel (vollmer w/q-input) allow
Thu, 25 Jul 2013 15:08:13 +0200 Felix Wolfsteller issue1413: Only show unknown sediment loads of selected unit type.
Thu, 25 Jul 2013 14:58:21 +0200 Felix Wolfsteller SedimentLoadUnknownFacet: Removed another debugging obstacle (wrong class for logger).
Thu, 25 Jul 2013 12:39:51 +0200 Felix Wolfsteller Fix, missed to commit a typo correction.
Thu, 25 Jul 2013 12:37:25 +0200 Felix Wolfsteller Fixed typo that made me search longer than necessary.
Thu, 25 Jul 2013 12:06:09 +0200 Felix Wolfsteller fix issue1415: Update state of artifact when storing artifact.
Thu, 25 Jul 2013 12:05:22 +0200 Felix Wolfsteller issue1415: Define update statement for artifacts state.
Thu, 25 Jul 2013 10:19:58 +0200 Andre Heinecke Make mainvalues active in discharge_curve and fix_wq_curve (issue1391)
Thu, 25 Jul 2013 09:30:39 +0200 Tom Gottfried Importer scripts: shpimporter needs backend name to play with Oracle. double-precision
Thu, 25 Jul 2013 07:22:28 +0200 Felix Wolfsteller fix issue1412: make vollmer-curves functional in middle bedheight diagrams.
Thu, 25 Jul 2013 07:12:51 +0200 Felix Wolfsteller meta-data.xml: Partly fix a filter expression (unclodes literal).
Wed, 24 Jul 2013 19:03:33 +0200 Andre Heinecke Cast ld values to varchar in user artifacts statement
Wed, 24 Jul 2013 18:20:16 +0200 Andre Heinecke Add zero padding to minutes and seconds of a_creation times
Wed, 24 Jul 2013 17:34:48 +0200 Andre Heinecke Add some useful debug output.
Wed, 24 Jul 2013 18:41:22 +0200 Tom Gottfried Purge tables when droping in Oracle to free space and avoid duplicates in views such as dba_constraints double-precision
Wed, 24 Jul 2013 18:39:42 +0200 Tom Gottfried Importer scripts: add default encoding to correctly read gew-files double-precision
Wed, 24 Jul 2013 17:24:02 +0200 Tom Gottfried fixed statement for floodplains in datacage-config (with Andre's eyes)
Wed, 24 Jul 2013 10:50:43 +0200 Felix Wolfsteller Collapse overly complicated dc-filter-statement for vollmer-curves.
Wed, 24 Jul 2013 08:52:42 +0200 Felix Wolfsteller vimline added.
Tue, 23 Jul 2013 12:10:28 +0200 Felix Wolfsteller Fix doc typo.
Tue, 23 Jul 2013 09:56:01 +0200 Felix Wolfsteller Fix misleading debug output.
Wed, 24 Jul 2013 10:41:21 +0200 Andre Heinecke Remove duplicated discharge_table_gauge macros and calls
Wed, 24 Jul 2013 10:18:33 +0200 Andre Heinecke Unify duplicated fix-wq-curve case
Tue, 23 Jul 2013 17:59:48 +0200 Andre Heinecke Only look to W facets for inversion handling.
Tue, 23 Jul 2013 18:05:11 +0200 Tom Gottfried Schema change: droped NOT NULL constraint from attributes.value because empty string is silently converted to NULL in Oracle but needed here. double-precision
Tue, 23 Jul 2013 17:11:07 +0200 Tom Gottfried More correct i18n string for outlier tolerance in SQ
Sat, 29 Jun 2013 00:20:58 +0200 Tom Gottfried merge
Sat, 29 Jun 2013 00:15:14 +0200 Tom Gottfried backout changeset 6513:ef3b02034f6a
Sat, 29 Jun 2013 00:06:35 +0200 Tom Gottfried Backed out changeset 1a7f5d09b9d8
Tue, 23 Jul 2013 15:09:30 +0200 Andre Heinecke Subtract PNP before calculating wcm from wMinCM (issue1155)
Tue, 23 Jul 2013 11:59:07 +0200 Tom Gottfried Importer doc: Complete gauge master data. double-precision
Tue, 23 Jul 2013 09:49:11 +0200 Andre Heinecke Do not invert chart when adding point data. (issue1290)
Mon, 22 Jul 2013 17:40:41 +0200 Andre Heinecke Fix Waterlevel description for issue1404
Mon, 22 Jul 2013 18:16:40 +0200 Tom Gottfried Importer docs: Improved layout. double-precision
Mon, 22 Jul 2013 18:06:23 +0200 Tom Gottfried Schema changes: fixed typos, syntax errors and missing or obsolete statements in Oracle schema double-precision
Mon, 22 Jul 2013 16:57:56 +0200 Tom Gottfried Fixed documentation for Oracle schema. double-precision
Mon, 22 Jul 2013 16:27:47 +0200 Tom Gottfried completed documentation for Oracle schema double-precision
Mon, 22 Jul 2013 13:06:12 +0200 Tom Gottfried Geo importer: also accept 25D-points from km.shp double-precision
Mon, 22 Jul 2013 13:03:42 +0200 Tom Gottfried merged changes from default into double-precision branch double-precision
Mon, 22 Jul 2013 11:18:26 +0200 Andre Heinecke Added tag 3.0.12 for changeset da197a9236fd
Mon, 22 Jul 2013 11:18:13 +0200 Andre Heinecke Removed tag 3.0.12 3.0.12
Mon, 22 Jul 2013 11:24:56 +0200 Felix Wolfsteller WINFOArtifact: Fix typo.
Mon, 22 Jul 2013 11:06:24 +0200 Andre Heinecke Added tag 3.0.12 for changeset 3999162f474f
Mon, 22 Jul 2013 11:11:05 +0200 Felix Wolfsteller DatacageTwinPanel: Show busy-wheel when loading and adding artifacts to collection.
Mon, 22 Jul 2013 11:07:14 +0200 Felix Wolfsteller CrossSection: Uppercase sql keywords in query.
Mon, 22 Jul 2013 11:03:41 +0200 Felix Wolfsteller CrossSection: Improve SQl compat of statement.
Fri, 19 Jul 2013 13:52:35 +0200 Felix Wolfsteller issue1395: Show bedheight diffs in w-diff datacage.
Fri, 19 Jul 2013 13:39:40 +0200 Felix Wolfsteller issue1399: WINFOArtifact: Compute difference also if part of difference building oneselve.
Fri, 19 Jul 2013 13:36:45 +0200 Felix Wolfsteller issue1399: Use WKms instead of WQKms object, as W-Difference artifact themselves
Fri, 19 Jul 2013 10:04:47 +0200 Felix Wolfsteller Do not fiddle with the factory name of recommendations for differences anymore.
Fri, 19 Jul 2013 06:56:30 +0200 Felix Wolfsteller Merged.
Thu, 18 Jul 2013 15:44:31 +0200 Felix Wolfsteller Do not show beddifferences in dc that lets select for differences.
Thu, 18 Jul 2013 17:56:38 +0200 Andre Heinecke Added tag 3.0.11 for changeset 63baa1873b1f
Thu, 18 Jul 2013 17:55:57 +0200 Andre Heinecke Sync not in gauge string between de and de_DE 3.0.11
Thu, 18 Jul 2013 17:55:15 +0200 Andre Heinecke Add cleanup to the release script
Thu, 18 Jul 2013 17:54:44 +0200 Andre Heinecke Shorten and correct waterlevel not in gauge string
Thu, 18 Jul 2013 17:53:56 +0200 Andre Heinecke Add quick hack to fix the exported name of Amtl.Fixierungen
Thu, 18 Jul 2013 17:53:11 +0200 Andre Heinecke Change artifact database v param to be type TEXT
Thu, 18 Jul 2013 15:54:48 +0200 Andre Heinecke Add official Fixings to PDF Export
Thu, 18 Jul 2013 15:54:23 +0200 Andre Heinecke Indentation fix
Thu, 18 Jul 2013 15:50:59 +0200 Andre Heinecke Factor out description getting code from csv export and reuse for pdf
Thu, 18 Jul 2013 15:22:45 +0200 Andre Heinecke Include the calculation borders in the official line export.
Thu, 18 Jul 2013 14:51:26 +0200 Felix Wolfsteller issue1395: Make new chart(.xml)-wdiff Facet Compat List equal to winfo/wdiffs one.
Thu, 18 Jul 2013 13:26:33 +0200 Andre Heinecke Factor out filtering code in WaterlevelExporter
Thu, 18 Jul 2013 13:25:29 +0200 Christian Lins Fix for SAML authentication in FLYSHeader's Info button (#702).
Thu, 18 Jul 2013 13:16:33 +0200 Andre Heinecke Add official fixings to Waterlevel CSV Export (issue1384)
Thu, 18 Jul 2013 13:14:57 +0200 Andre Heinecke Add getArtifactsByName to collection
Thu, 18 Jul 2013 13:13:51 +0200 Andre Heinecke Add getFirstLastKM utiltity function to WQKms
Thu, 18 Jul 2013 13:12:39 +0200 Andre Heinecke Mark staticwqkms that are loaded as officiallines recommendation as official
Thu, 18 Jul 2013 12:47:21 +0200 Felix Wolfsteller issue1395: Let WDifferencesCurveGenerator use Beddiff-processors to display beddiff data.
Thu, 18 Jul 2013 12:43:00 +0200 Felix Wolfsteller WDifferencesCurveGenerator: added a logger.
Thu, 18 Jul 2013 12:37:08 +0200 Felix Wolfsteller issue1395: Renamed bedheight-differences macro, call it from wdiff DC context.
Thu, 18 Jul 2013 12:36:08 +0200 Felix Wolfsteller issue1395: add Bedheight facets to winfo wdiff out compat matrix.
Thu, 18 Jul 2013 12:34:43 +0200 Felix Wolfsteller Doc and indentation fix.
Thu, 18 Jul 2013 12:34:05 +0200 Felix Wolfsteller Doc.
Thu, 18 Jul 2013 12:33:06 +0200 Felix Wolfsteller issue1394: Minor refactoring.
Thu, 18 Jul 2013 12:32:14 +0200 Felix Wolfsteller i18n.
Thu, 18 Jul 2013 12:20:02 +0200 Felix Wolfsteller issue1395: Use correct out name in DC for bedheight-diffs.
Thu, 18 Jul 2013 10:28:32 +0200 Felix Wolfsteller issue1396: Fix (at least partly) the loading of new differences via dc.
Wed, 17 Jul 2013 15:11:37 +0200 Felix Wolfsteller issue1394: Prevent display of empty paths in DC tree (vollmer and waterlevels).
Wed, 17 Jul 2013 14:58:46 +0200 Felix Wolfsteller issue1394: i18n
Wed, 17 Jul 2013 14:38:11 +0200 Felix Wolfsteller Fix typos that lead to non-compilability.
Wed, 17 Jul 2013 12:18:28 +0200 Felix Wolfsteller issue1394: Let client use the new pseudo-out: differenceable, deal with
Wed, 17 Jul 2013 12:16:47 +0200 Felix Wolfsteller Commit omitted patch for BedDiffHeightYearProcessor.
Wed, 17 Jul 2013 12:15:00 +0200 Felix Wolfsteller issue1394, issue1366: Prepare difference state to handle other artifacts, esp.
Wed, 17 Jul 2013 12:10:23 +0200 Felix Wolfsteller issue1394: meta-data.xml: Add DC-Config for (pseudo-)out "differenceable".
Wed, 17 Jul 2013 10:03:27 +0200 Felix Wolfsteller Doc.
Wed, 17 Jul 2013 10:02:58 +0200 Felix Wolfsteller Doc.
Wed, 17 Jul 2013 10:01:40 +0200 Felix Wolfsteller Doc.
Wed, 17 Jul 2013 10:00:38 +0200 Felix Wolfsteller Added vimlines.
Wed, 17 Jul 2013 09:59:41 +0200 Felix Wolfsteller Doc.
Wed, 17 Jul 2013 09:58:41 +0200 Felix Wolfsteller Doc.
Wed, 17 Jul 2013 09:57:10 +0200 Felix Wolfsteller Docs, cosmetics.
Tue, 16 Jul 2013 10:43:59 +0200 Felix Wolfsteller Cosmetics, doc, obsolete import removal.
Tue, 16 Jul 2013 10:00:34 +0200 Felix Wolfsteller Fix cloning of old MINFO/Beddiff-calculations.
Mon, 15 Jul 2013 14:48:00 +0200 Felix Wolfsteller BedDifferenceYearGenerator: Remove stray code, fix axis, added vimline.
Mon, 15 Jul 2013 14:42:09 +0200 Felix Wolfsteller Refactored BedDifferenceYearGenerator to use new BedDiffYearProcessor.
Mon, 15 Jul 2013 14:41:03 +0200 Felix Wolfsteller Whitespace.
Mon, 15 Jul 2013 12:38:28 +0200 Felix Wolfsteller Fix debug output.
Mon, 15 Jul 2013 12:31:01 +0200 Felix Wolfsteller Moved BedDiffYearProcessor to BedDiffHeightYearProcessor.
Mon, 15 Jul 2013 12:24:25 +0200 Felix Wolfsteller Minor refactoring to use processor and later use processor in WINFO-Diagrams.
Mon, 15 Jul 2013 06:33:51 +0200 Felix Wolfsteller Show (csv-)waterlevel in beddiff-datacages.
Fri, 12 Jul 2013 11:18:11 +0200 Felix Wolfsteller OutputHelper: Fix misleading debug output copy/pasted from D4EArtifactCollection.
Thu, 11 Jul 2013 21:54:41 +0200 Felix Wolfsteller More doc fixes.
Thu, 11 Jul 2013 21:53:34 +0200 Felix Wolfsteller Fix doc.
Thu, 11 Jul 2013 11:21:32 +0200 Felix Wolfsteller issue1312: Bring back auto-coloring to FixPoints.
Thu, 11 Jul 2013 10:24:32 +0200 Felix Wolfsteller issue1168: Use all QSectors for FixAnalysis-Calculation.
Wed, 10 Jul 2013 14:49:21 +0200 Felix Wolfsteller issue1370: Force second axis if at gauge.
Wed, 10 Jul 2013 14:26:31 +0200 Felix Wolfsteller issue702: (temporarily) disable "Info"-Button.
Wed, 10 Jul 2013 11:43:20 +0200 Felix Wolfsteller Debug/typo fixes.
Wed, 10 Jul 2013 11:42:31 +0200 Felix Wolfsteller Doc/Debug.
Wed, 10 Jul 2013 11:41:24 +0200 Felix Wolfsteller doc.
Wed, 10 Jul 2013 11:37:50 +0200 Felix Wolfsteller Doc.
Wed, 10 Jul 2013 11:37:00 +0200 Felix Wolfsteller Typo in doc fix.
Wed, 10 Jul 2013 10:33:56 +0200 Felix Wolfsteller issue1235: Fix determination of SedimentLoadLSGenerators Y-Axis (m3/a or t/a).
Wed, 10 Jul 2013 10:05:52 +0200 Felix Wolfsteller BedDiff*Generator: Refactored to avoid code dupes. The problematic setting
Wed, 10 Jul 2013 09:31:43 +0200 Felix Wolfsteller BedDiffHeightYearGenerator: Correct list size check, in
Tue, 09 Jul 2013 10:50:33 +0200 Felix Wolfsteller Minor refactoring, extracted method.
Tue, 09 Jul 2013 10:28:52 +0200 Felix Wolfsteller Prevent accessing min element of empty list, repairing BedDiff Year-Diagrams.
Mon, 08 Jul 2013 14:50:59 +0200 Christian Lins Merged
Mon, 08 Jul 2013 13:59:24 +0200 Christian Lins Add SAML authentication to Info-Button.
Mon, 08 Jul 2013 14:06:44 +0200 Felix Wolfsteller issue1386: Fix date parameter for official epochs query.
Mon, 08 Jul 2013 11:41:10 +0200 Felix Wolfsteller issue1386: Prevent null-ranges to be set when station of sediment measurement
Mon, 08 Jul 2013 10:25:25 +0200 Felix Wolfsteller issue1235: Prevent division by zeros leading to NaNs.
Fri, 05 Jul 2013 12:16:46 +0200 Felix Wolfsteller issue1149: Be able to add label/annotation to event points.
Fri, 05 Jul 2013 09:36:14 +0200 Felix Wolfsteller doc cosmetic.
Fri, 05 Jul 2013 09:01:57 +0200 Felix Wolfsteller Doc, yay, adds color.
Thu, 04 Jul 2013 12:12:37 +0200 Felix Wolfsteller issue1157: Make a better choice for master and active CrossSection.
Thu, 04 Jul 2013 11:52:06 +0200 Felix Wolfsteller issue1157: Let CrossSection be able to find out whether it should be active & master.
Thu, 04 Jul 2013 11:48:33 +0200 Felix Wolfsteller issue1157: Store parents initial km at CrossSectionArtifact.
Wed, 03 Jul 2013 16:09:51 +0200 Felix Wolfsteller Initial improved query to find matching cross section.
Wed, 03 Jul 2013 12:09:05 +0200 Felix Wolfsteller CrossSectionChartThemePanel: Corrected doc-string.
Wed, 03 Jul 2013 11:36:43 +0200 Felix Wolfsteller issue1370: In GWT chart property editor, suppres editing the "W [cm]" axis.
Wed, 03 Jul 2013 09:34:02 +0200 Felix Wolfsteller In analogy to w values allow q values to be calculated at the
Tue, 02 Jul 2013 15:43:11 +0200 Felix Wolfsteller MainValuesArtifact: Prevent NPE.
Tue, 02 Jul 2013 15:36:46 +0200 Felix Wolfsteller FixWQCurveGenerator: Set same tolerance to "at Gauge?"-definition as in other w/q cases.
Tue, 02 Jul 2013 15:03:04 +0200 Felix Wolfsteller FixWQCurveGenerator: Make second axis initial extends match first one.
Tue, 02 Jul 2013 09:57:55 +0200 Felix Wolfsteller RiverUtils: Made two debug output lines unique.
Tue, 02 Jul 2013 09:57:17 +0200 Felix Wolfsteller Antidoc: Strip "This method" from short doc strings.
Tue, 02 Jul 2013 08:21:10 +0200 Felix Wolfsteller issue1370: Translate main values if needed.
Tue, 02 Jul 2013 07:12:50 +0200 Felix Wolfsteller doc
Tue, 02 Jul 2013 07:11:59 +0200 Felix Wolfsteller MainValuesWFacet: Fetch the gauge-respecting mainvalues if in a navigable chart
Tue, 02 Jul 2013 07:10:25 +0200 Felix Wolfsteller MainValuesArtifact: Added method to determine whether at gauge or not.
Tue, 02 Jul 2013 07:09:19 +0200 Felix Wolfsteller Minor refactoring in MainValuesArtifact.
Mon, 01 Jul 2013 09:47:43 +0200 Andre Heinecke Added tag 3.0.10 for changeset bfcb513c1fda
Mon, 01 Jul 2013 09:47:38 +0200 Andre Heinecke Removed tag 3.0.10 3.0.10
Sat, 29 Jun 2013 09:32:44 +0200 Sascha L. Teichmann Merged
Sat, 29 Jun 2013 09:27:19 +0200 Sascha L. Teichmann Artifacts: Another fix for the 'Amtlichen Linien'. Stupid copy/paste error while taking the range of a gauge.
Fri, 28 Jun 2013 21:08:23 +0200 Tom Gottfried Longitudinal sections: partly renamed outs and configured recommendations at once
Fri, 28 Jun 2013 21:05:52 +0200 Tom Gottfried More consistent labeling for longitudinal section diagrams
Fri, 28 Jun 2013 21:57:30 +0200 Tom Gottfried Added tag 3.0.10 for changeset 5f4893db41e4
Fri, 28 Jun 2013 18:20:27 +0200 Felix Wolfsteller Doc.
Fri, 28 Jun 2013 17:00:44 +0200 Felix Wolfsteller Doc.
Fri, 28 Jun 2013 21:12:48 +0200 Sascha L. Teichmann Artifacts: DEACTIVATE SOME PATHS IN THE APP FOR THE 3.0.10 RELEASE. UNDO IT AFTERWARDS!
Fri, 28 Jun 2013 20:36:51 +0200 Sascha L. Teichmann GWT client: Removed obsolete imports.
Fri, 28 Jun 2013 20:26:05 +0200 Sascha L. Teichmann Artifacts: Removed obsolete imports.
Fri, 28 Jun 2013 20:20:14 +0200 Sascha L. Teichmann artifacts: Desktop-FLYS conform official line messages in error reports.
Fri, 28 Jun 2013 19:32:43 +0200 Tom Gottfried merged changes from default into double-precision branch double-precision
Fri, 28 Jun 2013 19:24:46 +0200 Sascha L. Teichmann Backend: WST parser. Detect ranges of years in column-datum
Fri, 28 Jun 2013 17:48:04 +0200 Tom Gottfried merged changes from default into double-precision branch double-precision
Fri, 28 Jun 2013 17:47:27 +0200 Sascha L. Teichmann Fix import of source from wst-files
Fri, 28 Jun 2013 17:03:48 +0200 Tom Gottfried merged changes from default into double-precision branch double-precision
Fri, 28 Jun 2013 17:00:55 +0200 Sascha L. Teichmann Backend: Store source of a wst column if available.
Fri, 28 Jun 2013 16:59:07 +0200 Tom Gottfried merged changes from default into double-precision branch double-precision
Fri, 28 Jun 2013 16:58:46 +0200 Tom Gottfried Schema change: add new field 'source' to wst_columns, currently only for official lines double-precision
Fri, 28 Jun 2013 14:11:58 +0200 Sascha L. Teichmann Amtl. Linien: Added report if an official line was found in report.
Fri, 28 Jun 2013 14:00:15 +0200 Felix Wolfsteller SedimentLoadCalculation: Handle boring cases in total sed load calculation.
Fri, 28 Jun 2013 13:59:45 +0200 Felix Wolfsteller issue1235: Avoid NPE.
Fri, 28 Jun 2013 13:59:15 +0200 Felix Wolfsteller issue1235: sort km when running over them for total sediment load.
Fri, 28 Jun 2013 11:30:35 +0200 Felix Wolfsteller SedimentLoadLSGenerator: Added vimline.
Fri, 28 Jun 2013 11:29:33 +0200 Felix Wolfsteller Doc.
Fri, 28 Jun 2013 13:37:00 +0200 Sascha L. Teichmann added recommendation for official lines in cross sections
Fri, 28 Jun 2013 12:52:51 +0200 Sascha L. Teichmann Amtl. Linien: Fixed problem that only a random official line is detect.
Fri, 28 Jun 2013 11:25:41 +0200 Felix Wolfsteller issue1383: Create new facet und resolve issue. Double-click symetry remains.
Fri, 28 Jun 2013 11:24:45 +0200 Felix Wolfsteller issue1383: FixWQCurveGenerator: handle new facet type.
Fri, 28 Jun 2013 11:23:54 +0200 Felix Wolfsteller issue1383: Added new facet type to fix_wq facet compat list, removed culprit longitudinal_section.w for now.
Fri, 28 Jun 2013 11:23:06 +0200 Felix Wolfsteller issue1383: Added new facet type.
Fri, 28 Jun 2013 09:53:53 +0200 Felix Wolfsteller FixRealizingCompute: Add hsah and id parameter to constructing call of
Fri, 28 Jun 2013 09:53:04 +0200 Felix Wolfsteller FixWaterlevelFacet: Turn around hash and stateId parameter in constructor, as in DataFacet.
Fri, 28 Jun 2013 09:52:38 +0200 Felix Wolfsteller fixanalysis: remove event facet (issue1372).
Fri, 28 Jun 2013 09:52:16 +0200 Felix Wolfsteller fixanalysis.xml: Make longitudinal conf same as in winfo.
Fri, 28 Jun 2013 09:43:25 +0200 Felix Wolfsteller WaterlevelFacet: Added a comment.
Thu, 27 Jun 2013 21:55:44 +0200 Felix Wolfsteller issue1372: Removed Event facet from vollmer curve.
Thu, 27 Jun 2013 12:03:38 +0200 Felix Wolfsteller issue1370: ExtremeWQCurveGenerator: correct second y axis label (cm).
Thu, 27 Jun 2013 18:14:49 +0200 Sascha L. Teichmann Official lines: Use river id instead of river name to be more precise when finding out which main values has a official line.
Thu, 27 Jun 2013 18:08:41 +0200 Sascha L. Teichmann Reference only Q main values for official lines double-precision
Thu, 27 Jun 2013 17:42:22 +0200 Christian Lins More robustness in FLYS.onModuleLoad() service calls.
Thu, 27 Jun 2013 17:36:51 +0200 Christian Lins Use help-url provided by ServerInfoService (fix for #1197).
Thu, 27 Jun 2013 17:25:12 +0200 Christian Lins Enable ServerInfoService (!! CONFIG !!).
Thu, 27 Jun 2013 16:24:55 +0200 Tom Gottfried 'start' is a reserved word in Oracle
Thu, 27 Jun 2013 14:51:04 +0200 Christian Lins Minor fix for ServerInfoService.
Thu, 27 Jun 2013 14:48:21 +0200 Christian Lins Add client side servlets and service stubs for ServerInfoService.
Thu, 27 Jun 2013 12:02:09 +0200 Felix Wolfsteller issue1370: FixWQCurveGenerator: second y axis for fix-w/q diagrams.
Thu, 27 Jun 2013 11:53:38 +0200 Felix Wolfsteller FixWQCurveGenerator: Fix second y axis label.
Thu, 27 Jun 2013 10:47:31 +0200 Felix Wolfsteller Doc.
Thu, 27 Jun 2013 10:47:13 +0200 Felix Wolfsteller ExtremeWQCurveGenerator: Put data on cm axis if at gauge.
Thu, 27 Jun 2013 10:46:13 +0200 Felix Wolfsteller i18n for axis labels.
Thu, 27 Jun 2013 10:45:41 +0200 Felix Wolfsteller ExtremeWQCurveGenerator: Fix axis labels.
Thu, 27 Jun 2013 10:44:59 +0200 Felix Wolfsteller ExtremeWQCurveGenerator: Do not use axis index directly. never.
Thu, 27 Jun 2013 10:44:31 +0200 Felix Wolfsteller FixWQCurveGenerator: Introduce second (cm) axis.
Thu, 27 Jun 2013 10:42:57 +0200 Felix Wolfsteller Removed indentation and added doc for prepare*Data.
Thu, 27 Jun 2013 10:41:36 +0200 Felix Wolfsteller StyledSeriesBuilder: More convenience methods to scale and translate values while adding.
Thu, 27 Jun 2013 10:40:50 +0200 Felix Wolfsteller Doc.
Thu, 27 Jun 2013 10:39:56 +0200 Felix Wolfsteller add tolerance to getCurrentGaugeDatum .
Wed, 26 Jun 2013 23:10:42 +0200 Felix Wolfsteller SyncNumberAxis: Open up constructor and setter of shift (why were these protected anyway?)
Wed, 26 Jun 2013 23:07:51 +0200 Felix Wolfsteller Added translations for fix w/q y- axis.
Wed, 26 Jun 2013 23:03:28 +0200 Felix Wolfsteller ComputedDischargeCurveGenerator: Removed garbage.
Thu, 27 Jun 2013 09:14:57 +0200 Raimund Renkert Added missing image to highlight 'Unstrut' on interactive image map.
Wed, 26 Jun 2013 23:10:34 +0200 Raimund Renkert Added tag 3.0.9 for changeset 41152c3a532d
Wed, 26 Jun 2013 23:07:24 +0200 Christian Lins Add ServerInfoService (currently inactive). 3.0.9
Wed, 26 Jun 2013 22:28:42 +0200 Raimund Renkert Call official lines macro in system context and fixed the macro.
Wed, 26 Jun 2013 22:23:57 +0200 Raimund Renkert Fixed container context variables: to upper case.
Wed, 26 Jun 2013 22:25:19 +0200 Felix Wolfsteller issue1370: Now that the default first y axis is in cm, change default label.
Wed, 26 Jun 2013 22:06:15 +0200 Felix Wolfsteller issue1370: swap default axis (now in cm), translate annotations if in cm.
Wed, 26 Jun 2013 21:13:43 +0200 Felix Wolfsteller StickyAxisAnnotation: Add setter for pos and docs.
Wed, 26 Jun 2013 21:51:47 +0200 Bernhard Reiter Corrected typos in "Eingabe fär Q Daten".
Wed, 26 Jun 2013 21:35:53 +0200 Sascha L. Teichmann GWT client: prevent too many create artifact calls at the same time by limiting them to 5.
Wed, 26 Jun 2013 21:22:37 +0200 Tom Gottfried Import main values of type '-' by default double-precision
Wed, 26 Jun 2013 20:50:58 +0200 Sascha L. Teichmann Set tokm and fromkm to location if we are at a location to apply km-filtering correctly
Wed, 26 Jun 2013 16:46:43 +0200 Felix Wolfsteller Add doc and override-annotation.
Wed, 26 Jun 2013 16:46:27 +0200 Felix Wolfsteller Adjust label of second y axis to show cm if it is the "cm" axis.
Wed, 26 Jun 2013 16:45:43 +0200 Felix Wolfsteller Moved code from ComputedDischargeCurveGenerator to DischargeCurveGenerator.
Wed, 26 Jun 2013 16:44:30 +0200 Felix Wolfsteller Remove unused definitions.
Wed, 26 Jun 2013 16:40:25 +0200 Tom Gottfried merged changes from default into double-precision branch double-precision
Wed, 26 Jun 2013 16:36:30 +0200 Felix Wolfsteller issue1313: Prevent double skip when looking at the first lines of a prf file.
Wed, 26 Jun 2013 15:09:33 +0200 Felix Wolfsteller ComputedDischargeCurveGenerator: Renamed function.
Wed, 26 Jun 2013 15:28:46 +0200 Tom Gottfried fix typo in make_release.sh
Wed, 26 Jun 2013 15:15:14 +0200 Raimund Renkert Enabled basedata datacage in fix analysis ls.
Wed, 26 Jun 2013 14:54:48 +0200 Felix Wolfsteller FixWQCurveGenerator: Remove second y axis (Q?), reference axis by enums id.
Wed, 26 Jun 2013 14:42:16 +0200 Christian Lins Info-Button now leads to $WIKI_URL/Info. Ticket for authentication not implemented yet.
Wed, 26 Jun 2013 13:53:18 +0200 Raimund Renkert Updated highlighting areas and added new image tag for 'Saale-Zwischen'.
Wed, 26 Jun 2013 13:51:34 +0200 Raimund Renkert Updated images for interactive image map.
Wed, 26 Jun 2013 13:33:15 +0200 Sascha L. Teichmann Partial fix for flys/1303
Wed, 26 Jun 2013 13:26:43 +0200 Raimund Renkert Do wqkms q facets out in discharge ls generator.
Wed, 26 Jun 2013 13:25:37 +0200 Raimund Renkert Added wqkms q and w facets to w differences config.
Wed, 26 Jun 2013 12:45:05 +0200 Tom Gottfried merge
Wed, 26 Jun 2013 12:38:43 +0200 Tom Gottfried Enable annotations in mean bed height longitudinal section diagramm.
Wed, 26 Jun 2013 12:40:27 +0200 Felix Wolfsteller issue1370: Add discharge q data to second axis.
Wed, 26 Jun 2013 12:38:54 +0200 Felix Wolfsteller issue1370: StyledSeriesBuilder: Added add function with translation and scale factors.
Wed, 26 Jun 2013 12:37:33 +0200 Felix Wolfsteller issue1370: Prepare a second y axis.
Wed, 26 Jun 2013 12:32:26 +0200 Felix Wolfsteller Cosmetics, doc.
Wed, 26 Jun 2013 12:32:03 +0200 Felix Wolfsteller Doc.
Wed, 26 Jun 2013 12:30:07 +0200 Felix Wolfsteller issue1370: Let a hypothetical second y axis be an SyncNumberAxis depending on first.
Wed, 26 Jun 2013 12:28:10 +0200 Felix Wolfsteller issue1370: helper to find Gauge datum if any.
Wed, 26 Jun 2013 12:26:40 +0200 Felix Wolfsteller ChartGenerator: Added getter for master artifact.
Wed, 26 Jun 2013 12:25:22 +0200 Felix Wolfsteller issue1370: Initial commit for new SyncNumberAxis.
Wed, 26 Jun 2013 11:32:44 +0200 Christian Lins Merged
Wed, 26 Jun 2013 11:32:06 +0200 Christian Lins Add replacement rule for wiki url in make_release.sh
Wed, 26 Jun 2013 10:39:10 +0200 Christian Lins Make wiki url configurable in gwt client (flys/#1197). It's probably better to retrieve
Tue, 25 Jun 2013 15:18:43 +0200 Tom Gottfried Importer: add skip flag for measurement stations to scripts
Tue, 25 Jun 2013 13:34:03 +0200 Tom Gottfried merged changes from default into double-precision branch double-precision
Tue, 25 Jun 2013 13:22:25 +0200 Tom Gottfried Flow Velocity Model Parser: another fix of main value guessing double-precision
Tue, 25 Jun 2013 10:57:08 +0200 Tom Gottfried Flow Velocity Parser: fixed regular expression for guessing main values double-precision
Tue, 25 Jun 2013 09:01:45 +0200 Felix Wolfsteller issue1259: fixing initial selected input helper tab. Believing that there is a bug in TabSet.
Tue, 25 Jun 2013 08:05:36 +0200 Felix Wolfsteller issue1235: revert some changes, use correct Schwebstoff/Geschiebe-measurement-stations.
Tue, 25 Jun 2013 07:59:44 +0200 Felix Wolfsteller Revert to rev 6404 for issue1235
Mon, 24 Jun 2013 15:24:07 +0200 Tom Gottfried merge changes from default into double-precision branch double-precision
Mon, 24 Jun 2013 15:02:26 +0200 Sascha L. Teichmann Backend: Fixed broken HQL statement in OfficialLine.
Mon, 24 Jun 2013 13:23:41 +0200 Sascha L. Teichmann Backend: Re-inserted OfficialLine.fetchAllOfficalLines()
Mon, 24 Jun 2013 11:06:08 +0200 Felix Wolfsteller issue1313: Use correct skip lines. In case of recognizing skip, the
Mon, 24 Jun 2013 10:35:35 +0200 Felix Wolfsteller issue1235: Fix, suspSand is also measured at susp-measurement stations (Schwebstoff).
Mon, 24 Jun 2013 10:34:55 +0200 Felix Wolfsteller issue1235: Respect that suspSand values are also measured at "suspended" (Schwebstoff)
Mon, 24 Jun 2013 10:15:34 +0200 Felix Wolfsteller prep issue1235: Rename functions and variable to indicate use of other susp values.
Fri, 21 Jun 2013 18:22:55 +0200 Felix Wolfsteller ComputedDischargeCurveGenerator: Fix misleading debug output.
Sat, 22 Jun 2013 00:13:52 +0200 Sascha L. Teichmann Datacage: Stop execution of dc:container-context earlier if there are nor results at all.
Sat, 22 Jun 2013 00:03:18 +0200 Sascha L. Teichmann Datacage: Rewrote the loading of the official lines based on the latest changes. Untested!
Fri, 21 Jun 2013 23:35:01 +0200 Sascha L. Teichmann Datacage: Store the official lines of an artifact under the key 'official-lines'. Can be treated with <dc:container-context>.
Fri, 21 Jun 2013 20:02:15 +0200 Sascha L. Teichmann Datacage: Introduced <dc:container-context>.
Fri, 21 Jun 2013 18:09:53 +0200 Andre Heinecke Add null pointer guard before encode
Fri, 21 Jun 2013 17:36:50 +0200 Sascha L. Teichmann Artifacts: Official lines finder: handle the cases from the state model.
Fri, 21 Jun 2013 17:28:57 +0200 Raimund Renkert Set image size in image map to have initial scroll bars.
Fri, 21 Jun 2013 16:28:47 +0200 Sascha L. Teichmann Artifacts: Official lines: Only apply in Q-Calculations and filter against the ranges of the gauges.
Fri, 21 Jun 2013 15:37:32 +0200 Raimund Renkert New themes for sediment load fraction 'unknown'.
Fri, 21 Jun 2013 15:36:48 +0200 Raimund Renkert Draw sediment load fraction 'unknown' in chart.
Fri, 21 Jun 2013 15:35:44 +0200 Raimund Renkert Load sedimentload fraction with sedimentload factory and add new facets to artifact.
Fri, 21 Jun 2013 15:33:06 +0200 Raimund Renkert Added new fraction 'unknown' to SedimentLoadFractions.
Fri, 21 Jun 2013 15:31:07 +0200 Raimund Renkert New facet type in FacetTypes.
Fri, 21 Jun 2013 15:30:26 +0200 Raimund Renkert Added new facet to minfo artifact config.
Fri, 21 Jun 2013 15:29:41 +0200 Raimund Renkert New Facet for sediment load fraction 'unknown'.
Fri, 21 Jun 2013 14:35:18 +0200 Tom Gottfried Flow velocity model parser: be more tolerant with main value strings in meta line double-precision
Fri, 21 Jun 2013 14:34:06 +0200 Tom Gottfried Flow velocity model parser: more and improved log output double-precision
Fri, 21 Jun 2013 12:46:59 +0200 Sascha L. Teichmann Artifacts: First part of the official lines guessing.
Fri, 21 Jun 2013 12:15:30 +0200 Andre Heinecke Further fix encoding handling in the print service
Fri, 21 Jun 2013 11:42:35 +0200 Felix Wolfsteller SedimentLoadResult: Add getter for load.
Fri, 21 Jun 2013 11:42:11 +0200 Felix Wolfsteller SedimentLoadFacet: Now that we have total load values with correct ranges in
Fri, 21 Jun 2013 11:41:10 +0200 Felix Wolfsteller SedimentLoadCalculation: Calculate and set Total Load values ind a brutal range merging manner.
Fri, 21 Jun 2013 11:34:22 +0200 Felix Wolfsteller Range: Add start and end setters, doc, clone function.
Fri, 21 Jun 2013 10:20:28 +0200 Andre Heinecke Search the river name also in the map.river state
Thu, 20 Jun 2013 17:55:18 +0200 Sascha L. Teichmann Artifacts: instanceof null == false, so extra null check needed.
Thu, 20 Jun 2013 16:10:58 +0200 Felix Wolfsteller Fix typos and NPEs.
Thu, 20 Jun 2013 11:42:47 +0200 Felix Wolfsteller SedimentLoad*: Switch from snake_case to camelCase.
Thu, 20 Jun 2013 10:09:41 +0200 Felix Wolfsteller declare nextStep variable for future use.
Thu, 20 Jun 2013 09:06:23 +0200 Felix Wolfsteller SedimentLoad*: Set range to fraction/fractions values.
Wed, 19 Jun 2013 16:53:27 +0200 Felix Wolfsteller Add fields, getters and setters for ranges in SedimentLoadFraction.
Wed, 19 Jun 2013 09:40:38 +0200 Felix Wolfsteller Add hashCode and equals implementation to Range.
Wed, 19 Jun 2013 15:03:05 +0200 Sascha L. Teichmann GWT client: Display official lines in helper panels.
Tue, 18 Jun 2013 19:33:40 +0200 Sascha L. Teichmann fix official lines import double-precision
Tue, 18 Jun 2013 19:32:31 +0200 Tom Gottfried Minimal schema change: allow longer names in discharge zones double-precision
Tue, 18 Jun 2013 17:30:28 +0200 Sascha L. Teichmann Merged
Tue, 18 Jun 2013 17:28:27 +0200 Sascha L. Teichmann Backend: Fixed Oracle scheme for official lines.
Tue, 18 Jun 2013 16:05:10 +0200 Tom Gottfried merged changes from default into double-precision branch double-precision
Tue, 18 Jun 2013 15:02:19 +0200 Raimund Renkert Added tag 3.0.8 for changeset eec895f6ec80
Tue, 18 Jun 2013 13:53:58 +0200 Raimund Renkert Fixed y axis label generation in sedimentload generator. 3.0.8
Tue, 18 Jun 2013 13:25:52 +0200 Raimund Renkert Add annotations to sediment load chart.
Tue, 18 Jun 2013 13:25:27 +0200 Raimund Renkert Test if artifact in a MINFO artifact to avoid NPE when getting unit data.
Tue, 18 Jun 2013 13:14:51 +0200 Raimund Renkert Set initial facet activity for sediment load fractions.
Tue, 18 Jun 2013 10:59:58 +0200 Raimund Renkert New images and hover areas for Saale and Saale-Thüringen.
Tue, 18 Jun 2013 09:26:00 +0200 Raimund Renkert Skip calculation parameters if no bed diameter data exist in CSV exporter.
Tue, 18 Jun 2013 09:09:42 +0200 Raimund Renkert Order bed quality data by km.
Tue, 18 Jun 2013 09:09:08 +0200 Raimund Renkert Fixed bed quality data facet index to get the correct diameter.
Mon, 17 Jun 2013 21:51:04 +0200 Sascha L. Teichmann Artifacts: Scan the official lines associated with a main value if it applies for the current river.
Mon, 17 Jun 2013 21:49:31 +0200 Sascha L. Teichmann Backend: Added one to many getter to fetch the official lines associated with a namend main value.
Mon, 17 Jun 2013 17:39:42 +0200 Raimund Renkert Removed umlaut stripping for image map and renamed 'Saale Thüringen'.
Mon, 17 Jun 2013 17:16:25 +0200 Tom Gottfried flow velocity model parser: accept braces in names of upper discharge double-precision
Mon, 17 Jun 2013 16:18:40 +0200 Raimund Renkert Insert Double.NaN for missing values in bed height factory.
Mon, 17 Jun 2013 15:37:26 +0200 Raimund Renkert Use Double.NaN for missing values in middle bedheight calculation and write empty strings in csv export.
Mon, 17 Jun 2013 14:30:00 +0200 Raimund Renkert Fixed SQ relation total bedload: Use the correct input data for calculation.
Mon, 17 Jun 2013 13:18:00 +0200 Christian Lins Fix the "Saale-Thüringen" hover effect in the interactive JS map.
Mon, 17 Jun 2013 12:05:49 +0200 Christian Lins Renaming "Thüringen" -> "Thueringen" to fix interactive JS map (#1322).
Fri, 14 Jun 2013 18:25:12 +0200 Sascha L. Teichmann Backend: Store official lines from config if they are any.
Fri, 14 Jun 2013 18:15:49 +0200 Sascha L. Teichmann Backend: Only use name of official config line as name of main value.
Fri, 14 Jun 2013 18:12:22 +0200 Sascha L. Teichmann Backend: Joined official lines with there importer model.
Fri, 14 Jun 2013 17:56:52 +0200 Sascha L. Teichmann Backend: Added importer model for official lines.
Fri, 14 Jun 2013 17:11:33 +0200 Felix Wolfsteller issue1235: Values are valid until next measurements station range start.
Fri, 14 Jun 2013 17:09:25 +0200 Felix Wolfsteller SedimentLoadFacet, issue1235: Ignore values not measured at measurement stations
Fri, 14 Jun 2013 17:08:31 +0200 Felix Wolfsteller Comment.
Fri, 14 Jun 2013 11:56:18 +0200 Felix Wolfsteller In prep for 1235: Renamed variables for improved readability.
Fri, 14 Jun 2013 16:56:30 +0200 Sascha L. Teichmann Backend: Added special ImportWstColumns for official lines. They have to be glued with the main values.
Fri, 14 Jun 2013 16:46:33 +0200 Tom Gottfried merge changes from default into double-precision double-precision
Fri, 14 Jun 2013 16:11:49 +0200 Sascha L. Teichmann Backend: Create ImportWsts for official lines expicitly. They are going to be somewhat special. Removed some cruft from the WstParser.
Fri, 14 Jun 2013 13:25:23 +0200 Sascha L. Teichmann Backend: Added factory to ImportWst to create columns which are derived from ImportWstColumns. This will be handy when creating columns for the official lines.
Fri, 14 Jun 2013 13:01:26 +0200 Sascha L. Teichmann Backend: First steps to integrate parsing of official config files.
Fri, 14 Jun 2013 12:32:28 +0200 Sascha L. Teichmann Backend: Extended list of recognized main value names in STA/official line classification
Fri, 14 Jun 2013 12:30:38 +0200 Sascha L. Teichmann Backend: Removed cruft code
Thu, 13 Jun 2013 17:24:56 +0200 Andre Heinecke Remove createBarriersLayer and createBarriers
Thu, 13 Jun 2013 17:23:51 +0200 Andre Heinecke Use group layer instead of adding two layers to barriers facet
Thu, 13 Jun 2013 17:17:45 +0200 Andre Heinecke Group barriers layer and fix polygon layer path to shapefile
Thu, 13 Jun 2013 17:17:06 +0200 Andre Heinecke Give the polygon barriers class a nice name
Thu, 13 Jun 2013 17:15:34 +0200 Sascha L. Teichmann Backend: Moved guessing of main values and there time intervals out of the STA parser. Same come will be useful to extend the WST parser to better handle official lines.
Thu, 13 Jun 2013 13:12:48 +0200 Sascha L. Teichmann Backend: removed scale factor from min/max value determination of gauge Ws.
Thu, 13 Jun 2013 12:48:12 +0200 Sascha L. Teichmann Artifacts: Moved code from WINFO artifact into state where it belongs.
Thu, 13 Jun 2013 11:43:02 +0200 Andre Heinecke Add special case handling for Fixing AT export at a gauge
Thu, 13 Jun 2013 10:01:01 +0200 Andre Heinecke Add location handling in waterlevels-fix macro
Thu, 13 Jun 2013 09:43:50 +0200 Andre Heinecke Fix dc:fromValue and dc:toValue for locations
Thu, 13 Jun 2013 09:22:46 +0200 Andre Heinecke Add SQ Relation KM formatter and use it fopr issue 1071
Thu, 13 Jun 2013 09:09:56 +0200 Felix Wolfsteller Doc.
Thu, 13 Jun 2013 07:12:35 +0200 Felix Wolfsteller issue1335: Set a single (0) QRange for Waterlevel diffs from csv.
Wed, 12 Jun 2013 12:36:43 +0200 Felix Wolfsteller issue1354: TimeIntervals in Waterlevels from csv files.
Wed, 12 Jun 2013 18:21:48 +0200 Sascha L. Teichmann Artifacts: Comment out broken official lines loading from datacage.
Wed, 12 Jun 2013 18:09:18 +0200 Andre Heinecke Add gauge validity information to dischargecurve exporter
Wed, 12 Jun 2013 18:13:47 +0200 Sascha L. Teichmann GWT client: Removed obsolete imports.
Wed, 12 Jun 2013 18:10:36 +0200 Sascha L. Teichmann Artifacts: Removed obsolete import.
Wed, 12 Jun 2013 18:08:31 +0200 Sascha L. Teichmann Backend: Removed obsolete import.
Wed, 12 Jun 2013 18:01:42 +0200 Sascha L. Teichmann Backend: Add Hibernate model for official lines.
Wed, 12 Jun 2013 17:46:56 +0200 Andre Heinecke Assume that the result is calculated if the wUnit is meter
Wed, 12 Jun 2013 17:46:22 +0200 Andre Heinecke Format km's in computed discharge export
Wed, 12 Jun 2013 17:45:56 +0200 Andre Heinecke Don't print two header at calculated gauges
Wed, 12 Jun 2013 17:45:35 +0200 Andre Heinecke Correctly set the reference system after conversion
Wed, 12 Jun 2013 16:59:46 +0200 Andre Heinecke Use the river unit in csv export if not converted
Wed, 12 Jun 2013 16:57:55 +0200 Andre Heinecke Only show gauge information if available
Wed, 12 Jun 2013 16:20:09 +0200 Andre Heinecke Remove some accidental debug output
Wed, 12 Jun 2013 16:10:56 +0200 Andre Heinecke Update PDF/CSV export for discharge curves
Wed, 12 Jun 2013 16:07:28 +0200 Andre Heinecke Rework ATWriter/Exporter
Wed, 12 Jun 2013 16:02:33 +0200 Andre Heinecke Add another constructor that takes a WQ object as parameter
Wed, 12 Jun 2013 16:01:46 +0200 Andre Heinecke Add conversion function that prepares a WQ table for export at gauge
Wed, 12 Jun 2013 10:54:27 +0200 Andre Heinecke Remove discharge table scaling but add reference system to W
Wed, 12 Jun 2013 16:36:34 +0200 Sascha L. Teichmann Backend: Modified schema for a better model of official lines.
Wed, 12 Jun 2013 14:28:37 +0200 Christian Lins Add missing hover image for "Saar (Wiltinger Bogen)" (#1322).
Wed, 12 Jun 2013 14:25:58 +0200 Tom Gottfried Bedheight single parser: do not reject lines with missing values double-precision
Wed, 12 Jun 2013 12:00:17 +0200 Felix Wolfsteller Weird merge.
Wed, 12 Jun 2013 11:51:25 +0200 Felix Wolfsteller Minor refac.
Wed, 12 Jun 2013 11:43:34 +0200 Felix Wolfsteller Remove code dupe, doc.
Wed, 12 Jun 2013 11:27:36 +0200 Felix Wolfsteller Doc.
Wed, 12 Jun 2013 11:20:36 +0200 Felix Wolfsteller Waterl.Diff.Parser issue1354: Extract years from name, to later set timeintervals.
Wed, 12 Jun 2013 11:18:47 +0200 Felix Wolfsteller Doc.
Wed, 12 Jun 2013 11:52:19 +0200 Felix Wolfsteller WaterlevelDifferencesParser: issue1354/1, set timeintervals from waterdiff-csvs.
Wed, 12 Jun 2013 11:51:25 +0200 Felix Wolfsteller Minor refac.
Wed, 12 Jun 2013 11:43:34 +0200 Felix Wolfsteller Remove code dupe, doc.
Wed, 12 Jun 2013 11:27:36 +0200 Felix Wolfsteller Doc.
Wed, 12 Jun 2013 11:20:36 +0200 Felix Wolfsteller Waterl.Diff.Parser issue1354: Extract years from name, to later set timeintervals.
Wed, 12 Jun 2013 11:18:47 +0200 Felix Wolfsteller Doc.
Wed, 12 Jun 2013 10:43:30 +0200 Sascha L. Teichmann Whitespace correction and cminor ruft code removal.
Wed, 12 Jun 2013 10:34:43 +0200 Andre Heinecke Add date format for artifact creation time
Wed, 12 Jun 2013 10:28:36 +0200 Felix Wolfsteller Switch wst_kinds of Waterleve/-Differences (6/7).
Wed, 12 Jun 2013 10:26:45 +0200 Felix Wolfsteller Switch wst-kind of waterlevel/-differences (7 and 6).
Wed, 12 Jun 2013 09:43:02 +0200 Felix Wolfsteller Cosemetics, doc.
Wed, 12 Jun 2013 09:39:51 +0200 Felix Wolfsteller Doc.
Wed, 12 Jun 2013 10:13:55 +0200 Andre Heinecke Add km range to description of waterlevels for issue565
Tue, 11 Jun 2013 17:19:59 +0200 Andre Heinecke Revert halfhearted logfile move. (r6127)
Tue, 11 Jun 2013 16:41:16 +0200 Andre Heinecke Add non recommendations for bed_difference_height_year
Tue, 11 Jun 2013 15:26:47 +0200 Christian Lins Add missing 'Saale-Thüringen' and 'Saar (Wiltinger Bogen)' hover images links. The latter is not available yet.
Tue, 11 Jun 2013 14:58:13 +0200 Raimund Renkert Order bed heights by station.
Tue, 11 Jun 2013 13:17:18 +0200 Tom Gottfried merged changes from default into double-precision branch double-precision
Tue, 11 Jun 2013 13:03:50 +0200 Tom Gottfried Bed height parser: check for duplicate stations double-precision
Tue, 11 Jun 2013 12:57:51 +0200 Raimund Renkert Replaced the 'old school' wiki link buttons with default links.
Tue, 11 Jun 2013 12:41:33 +0200 Felix Wolfsteller WQAdaptedInputPanel: Ensure correct initial default selection ("Q").
Tue, 11 Jun 2013 12:19:01 +0200 Felix Wolfsteller issue1267: Polishing: Move the sorting into the db/sql-query.
Tue, 11 Jun 2013 12:05:01 +0200 Felix Wolfsteller Doc.
Tue, 11 Jun 2013 12:01:27 +0200 Felix Wolfsteller issue1267: Do not downscale height.
Tue, 11 Jun 2013 12:00:57 +0200 Felix Wolfsteller Added TODO about braindead code.
Tue, 11 Jun 2013 11:59:25 +0200 Felix Wolfsteller issue1267: Sort the list of FastCrossSections before binarySearching it.
Tue, 11 Jun 2013 11:58:54 +0200 Felix Wolfsteller Doc.
Tue, 11 Jun 2013 09:40:56 +0200 Tom Gottfried merge changes from default into double-precision branch double-precision
Tue, 11 Jun 2013 09:21:04 +0200 Raimund Renkert Added styles for bed quality themes to config.
Tue, 11 Jun 2013 09:20:14 +0200 Raimund Renkert Set facet activity, have the correct facet order and added new facet to bed quality.
Tue, 11 Jun 2013 09:18:30 +0200 Raimund Renkert Added new bedload diameter facet to config.
Tue, 11 Jun 2013 09:17:29 +0200 Raimund Renkert New facet for bedload diameter measurements.
Tue, 11 Jun 2013 09:16:41 +0200 Raimund Renkert Removed obsolete member and minor code style.
Tue, 11 Jun 2013 09:14:12 +0200 Raimund Renkert Never return 'null' for bed(load) diameters.
Tue, 11 Jun 2013 09:12:35 +0200 Raimund Renkert Bring bedload average diameter to 'mm'.
Tue, 11 Jun 2013 08:44:38 +0200 Tom Gottfried Corrected typo
Mon, 10 Jun 2013 21:26:22 +0200 Tom Gottfried AT-Parser: Do not change unit of W and Q in discharge tables
Mon, 10 Jun 2013 16:30:41 +0200 Raimund Renkert I18N strings for facet descriptions.
Mon, 10 Jun 2013 16:30:01 +0200 Raimund Renkert New theme for bed diameter measurement facets.
Mon, 10 Jun 2013 16:28:57 +0200 Raimund Renkert Generate facets for bed diameter measurements and draw them into the generated chart.
Mon, 10 Jun 2013 16:23:39 +0200 Raimund Renkert Added new facet types for bed diameter measurements.
Mon, 10 Jun 2013 16:22:23 +0200 Raimund Renkert Added container and facet for bed diameter measurements.
Mon, 10 Jun 2013 16:24:45 +0200 Andre Heinecke Added tag 3.0.7 for changeset 5733d7f27196
Mon, 10 Jun 2013 15:45:12 +0200 Sascha L. Teichmann Removed obsolete import. 3.0.7
Mon, 10 Jun 2013 14:56:13 +0200 Andre Heinecke Enlarge white background so that it overlays correctly as
Mon, 10 Jun 2013 14:17:09 +0200 Christian Lins Refit PDF map legend (#767).
Mon, 10 Jun 2013 14:02:32 +0200 Christian Lins Limit PDF map title length to 20 characters (#767).
Mon, 10 Jun 2013 13:43:53 +0200 Christian Lins Enhance WSPLGEN legend's class names (#767).
Mon, 10 Jun 2013 13:06:30 +0200 Andre Heinecke Add Jasper report templates for bedheight differences
Mon, 10 Jun 2013 13:06:03 +0200 Andre Heinecke Implement pdf export for bedheight differences
Mon, 10 Jun 2013 13:04:48 +0200 Andre Heinecke Add method to get name pairs of differences
Mon, 10 Jun 2013 13:04:17 +0200 Andre Heinecke Add JR datasource for Bedheight differences
Mon, 10 Jun 2013 11:50:21 +0200 Andre Heinecke Change author I'm the culprit of that class.
Mon, 10 Jun 2013 10:57:14 +0200 Andre Heinecke Fix accidental mistake in group expression of some waterlevels
Mon, 10 Jun 2013 10:54:24 +0200 Andre Heinecke Fix uesk description for issue 770
Fri, 07 Jun 2013 18:08:45 +0200 Tom Gottfried Bedheight parser: improved logging
Fri, 07 Jun 2013 17:52:10 +0200 Tom Gottfried Bedheight parser: handle whitespace in metaline
Fri, 07 Jun 2013 17:09:26 +0200 Andre Heinecke Fix export at river km's for issue1275
Fri, 07 Jun 2013 13:06:20 +0200 Andre Heinecke Call update after setting the instance
Fri, 07 Jun 2013 11:49:53 +0200 Andre Heinecke Use WikiLink class for Help links
Fri, 07 Jun 2013 11:49:03 +0200 Andre Heinecke Subclass ImgLink with a new class WikiImgLink
Fri, 07 Jun 2013 11:47:47 +0200 Andre Heinecke Add imageLinkHTML function to WikiLinks class
Thu, 06 Jun 2013 18:23:17 +0200 Andre Heinecke Fix gauge determination.
Thu, 06 Jun 2013 18:10:19 +0200 Raimund Renkert Added i18n string for wst with kind=6 used in datacage.
Thu, 06 Jun 2013 18:09:21 +0200 Raimund Renkert Fixed i18n string to have the correct unit in y axis.
Thu, 06 Jun 2013 18:08:27 +0200 Raimund Renkert Added wsts with kind=6 (delta W ls) to datacage config.
Thu, 06 Jun 2013 17:33:47 +0200 Andre Heinecke Switch default seddb to postgres and handle the configuration
Thu, 06 Jun 2013 17:29:24 +0200 Andre Heinecke Default to a non internal wiki url
Thu, 06 Jun 2013 17:31:34 +0200 Raimund Renkert I965: Set bed heights initial inactive in bed height differences chart.
Wed, 05 Jun 2013 18:53:04 +0200 Andre Heinecke Fix AT export icon and file name after a km change
Thu, 06 Jun 2013 16:56:08 +0200 Christian Lins WMSLayer now use correct OnlineResource for map requests (e.g. Omniscale OSM Service is now working), see Issue #554.
Thu, 06 Jun 2013 16:43:37 +0200 Raimund Renkert I18N strings for bed difference CSV file header.
Thu, 06 Jun 2013 16:43:02 +0200 Raimund Renkert Add CSV data facet to have a CSV file export.
Thu, 06 Jun 2013 16:42:11 +0200 Raimund Renkert Added the new bed difference exporter to config files.
Thu, 06 Jun 2013 16:41:27 +0200 Raimund Renkert Added exporter for bed height differences.
Thu, 06 Jun 2013 13:29:02 +0200 Raimund Renkert Adjusted bed height difference tab title.
Thu, 06 Jun 2013 13:28:05 +0200 Raimund Renkert I999: Epochs and single years are handled in the same way in difference calc.
Thu, 06 Jun 2013 13:26:34 +0200 Raimund Renkert I999: Filter epochs ands single years in datacage config.
Thu, 06 Jun 2013 11:20:20 +0200 Felix Wolfsteller Remove stray debug logging.
Thu, 06 Jun 2013 11:20:01 +0200 Felix Wolfsteller flys/issue863: Create gaps for middlebedheight data if distance > 110 m.
Thu, 06 Jun 2013 10:56:05 +0200 Raimund Renkert Fixed facet display name in bed height difference calculation.
Thu, 06 Jun 2013 10:55:14 +0200 Raimund Renkert I1035: Fixed calculation of multiple bed height differences.
Wed, 05 Jun 2013 18:03:21 +0200 Andre Heinecke Fix empty column logic in FixAT export
Wed, 05 Jun 2013 18:02:39 +0200 Andre Heinecke Add * in the first line of AT Exports.
Wed, 05 Jun 2013 14:44:36 +0200 Andre Heinecke Updade sq relation pdf export as specified in issue1071
Wed, 05 Jun 2013 13:18:25 +0200 Tom Gottfried merge
Wed, 05 Jun 2013 13:16:28 +0200 Tom Gottfried merged
Wed, 05 Jun 2013 12:04:11 +0200 Tom Gottfried merged
Wed, 05 Jun 2013 11:56:38 +0200 Tom Gottfried backout backout as it is now safely in a branch double-precision
Wed, 05 Jun 2013 09:36:01 +0200 Tom Gottfried Do not use file extension for description of bed heights
Fri, 24 May 2013 16:26:41 +0200 Tom Gottfried Backed out changeset 53fca3392c9f
Fri, 24 May 2013 16:03:52 +0200 Tom Gottfried Schema change and Importer: use double to prevent rounding at import time
Wed, 05 Jun 2013 13:13:20 +0200 Christian Lins CapabilitiesParse parses the "queryable" attribute of a WMSLayer now (#1253).
Wed, 05 Jun 2013 12:56:24 +0200 Christian Lins CapabilitesParser can parse map format types now (#554).
Wed, 05 Jun 2013 11:54:24 +0200 Christian Lins Fix Non-UTF8 Umlaut characters.
Wed, 05 Jun 2013 11:40:14 +0200 Felix Wolfsteller issue697: Re-add style for vertical Q main values text. Had been removed.
Tue, 04 Jun 2013 11:51:06 +0200 Felix Wolfsteller Cosmetics, TODO, doc.
Tue, 04 Jun 2013 17:57:30 +0200 Bernhard Herzog Use WikiLinks cell formatter for the wiki-links in MeasurementStationListGrid.
Tue, 04 Jun 2013 17:41:02 +0200 Bernhard Herzog Generate SSO wiki links in RiverInfoPanel instead of plain Anchors.

http://dive4elements.wald.intevation.org