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.
Tue, 04 Jun 2013 17:40:00 +0200 Bernhard Herzog Instantiate RiverInfoPanel with a FLYS reference for SSO.
Tue, 04 Jun 2013 17:38:35 +0200 Bernhard Herzog Pass the FLYS instance to the InfoPanel class.
Tue, 04 Jun 2013 17:35:21 +0200 Bernhard Herzog Use WikiLinks cell formatter for the wiki-links in GaugeListGrid.
Tue, 04 Jun 2013 17:33:55 +0200 Bernhard Herzog Add helpers for links into the Flys wiki with optional SSO support.
Tue, 04 Jun 2013 17:20:50 +0200 Bernhard Herzog Extend the shared interface User with the SAML ticket
Tue, 04 Jun 2013 17:13:50 +0200 Bernhard Herzog Store the SAML ticket in the user object after authentication.
Tue, 04 Jun 2013 16:58:49 +0200 Andre Heinecke Add an Override to the compare method
Tue, 04 Jun 2013 16:45:23 +0200 Andre Heinecke Add sorting for discharge value
Tue, 04 Jun 2013 16:07:33 +0200 Andre Heinecke Remove getUser Hack.
Tue, 04 Jun 2013 16:04:08 +0200 Andre Heinecke Simplify and fix range filtering for server data.
Tue, 04 Jun 2013 16:02:17 +0200 Andre Heinecke Accept null mode in to/fromValue
Tue, 04 Jun 2013 16:01:43 +0200 Andre Heinecke Let get return a value
Tue, 04 Jun 2013 15:17:19 +0200 Sascha L. Teichmann Datacage: Added function dc:get('var-name'). Returns content of variable var-name or NULL if not
Tue, 04 Jun 2013 13:28:31 +0200 Christian Lins i18n: German Üsg -> ÜSG
Tue, 04 Jun 2013 12:26:27 +0200 Sascha L. Teichmann Datacage: If there is an artifact you likely need the artifact database, too.
Tue, 04 Jun 2013 10:27:54 +0200 Felix Wolfsteller Remove stray semicolon from sql schema.
Mon, 03 Jun 2013 18:17:45 +0200 Andre Heinecke Fix km filtering in Datacage, we default to mode distance now
Mon, 03 Jun 2013 17:46:59 +0200 Andre Heinecke Add unit to location and translate outliertest method
Mon, 03 Jun 2013 17:32:10 +0200 Andre Heinecke Add missing localisation for pdf export tooltip in fixing analysis
Mon, 03 Jun 2013 17:16:47 +0200 Andre Heinecke Add SQRelationJRDataSource class
Mon, 03 Jun 2013 17:15:09 +0200 Andre Heinecke Implement PDF export for SQ Relation
Mon, 03 Jun 2013 16:26:10 +0200 Andre Heinecke Add Jasper report templates for sqrelation
Mon, 03 Jun 2013 14:56:10 +0200 Christian Lins createWSPLGENClassName() now respects user locale (#767).
Mon, 03 Jun 2013 14:53:08 +0200 Felix Wolfsteller issue986: i18n, include wst-unit in axis label.
Mon, 03 Jun 2013 14:52:31 +0200 Felix Wolfsteller part of issue986: axis label includes correct wst-unit.
Mon, 03 Jun 2013 14:51:57 +0200 Felix Wolfsteller cosmetics: minor indentation fix.
Mon, 03 Jun 2013 13:47:04 +0200 Felix Wolfsteller issue1225: use river name for axis i18n.
Mon, 03 Jun 2013 13:46:20 +0200 Felix Wolfsteller i18n for issue1225: river-km/$river-km .
Mon, 03 Jun 2013 11:30:18 +0200 Andre Heinecke Fix location of features.xml
Mon, 03 Jun 2013 11:25:56 +0200 Andre Heinecke Handle FEATURES_XML environment setting
Mon, 03 Jun 2013 10:23:20 +0200 Andre Heinecke Add l10n for issue1310
Mon, 03 Jun 2013 10:22:25 +0200 Andre Heinecke Use HLayout instead of VLayout.
Mon, 03 Jun 2013 10:21:58 +0200 Christian Lins Stamp border thinkness of map print PDF fitted (#767).
Mon, 03 Jun 2013 10:20:12 +0200 Andre Heinecke Prophylactic fix for DeltaWt's before 1900
Mon, 03 Jun 2013 10:01:28 +0200 Christian Lins Make legend entries of WSPLGEN map more verbose and add units (#767).
Mon, 03 Jun 2013 09:58:16 +0200 Christian Lins Increase legend scale of map print PDF (#767).
Fri, 31 May 2013 16:42:02 +0200 Andre Heinecke Fix comment for newRegularTimePeriod
Sun, 02 Jun 2013 21:57:11 +0200 Christian Lins Increase legend size of map print PDF (#767).
Sun, 02 Jun 2013 21:09:12 +0200 Christian Lins Increase map title size for map print PDF (#767).
Sun, 02 Jun 2013 18:13:29 +0200 Sascha L. Teichmann LinearInterpolated#apply(): Added simple test if the two datasets intersect at all.
Sun, 02 Jun 2013 17:52:53 +0200 Sascha L. Teichmann Waterlevel differences & bed height differences: Add new model LinearInterpolated intented to unify the two very similiar calculations. The focus of the current implementation is correctness and not speed! The fact that the data sets more mostly sorted by station is not exploited. Doing so would improve performance significantly.
Sun, 02 Jun 2013 13:51:27 +0200 Sascha L. Teichmann Bed quality calculation: Replaced another iteration over the key set + directly fetching the values withan iteration over the entry set.
Sun, 02 Jun 2013 13:45:12 +0200 Sascha L. Teichmann Bed quality calculation: Fixed a calculation typo: s/sum =+ d/sum += d/
Sun, 02 Jun 2013 02:43:00 +0200 Sascha L. Teichmann Bed height: Removed braindead index determination code.
Sat, 01 Jun 2013 20:08:21 +0200 Sascha L. Teichmann Bed height differences: DO NOT STORE ARTIFACTS IN CALCULATION RESULTS!!! This would lead to caching them which is _really_ wrong.
Sat, 01 Jun 2013 18:59:52 +0200 Sascha L. Teichmann Bed height differences: Some refactoring of the calculation to improve readability and performance.
Sat, 01 Jun 2013 09:10:15 +0200 Sascha L. Teichmann Removed unnecessary call of map.containsKey(x).
Sat, 01 Jun 2013 09:02:51 +0200 Sascha L. Teichmann Removed obsolete import.
Sat, 01 Jun 2013 09:00:29 +0200 Sascha L. Teichmann Removed obsolete imports.
Fri, 31 May 2013 17:24:22 +0200 Tom Gottfried Schema change: remove UNIQUE-constraint which allows importing cross sections only from PRF
Fri, 31 May 2013 16:38:57 +0200 Andre Heinecke Use FixMilliseconds instead of dates for time periods
Fri, 31 May 2013 15:43:14 +0200 Andre Heinecke Guard the collection describe debug output
Fri, 31 May 2013 15:29:30 +0200 Andre Heinecke Add handling of bound artifacts.
Fri, 31 May 2013 15:27:06 +0200 Andre Heinecke Add boundToOut handling to ManagedFacets.
Fri, 31 May 2013 15:24:53 +0200 Andre Heinecke Add debug output in static d4e artifact ctor
Fri, 31 May 2013 15:22:04 +0200 Andre Heinecke Remove duplicate longitudinal section facet for bedheight_differences
Fri, 31 May 2013 15:20:55 +0200 Andre Heinecke Handle target_out in the Recommendation / Client datacage code.
Fri, 31 May 2013 15:19:32 +0200 Andre Heinecke Print the complete collection in parseCollection
Thu, 30 May 2013 15:15:02 +0200 Raimund Renkert Handle special highlighting for fix analysis.
Thu, 30 May 2013 15:08:29 +0200 Raimund Renkert Added JavaScript callback to get the selected module in native JavaScript code.
Thu, 30 May 2013 15:07:29 +0200 Raimund Renkert Start up a new project on load.
Thu, 30 May 2013 15:06:10 +0200 Raimund Renkert Removed next button in initial project view.
Thu, 30 May 2013 15:05:29 +0200 Raimund Renkert Use new icon in rver link list.
Thu, 30 May 2013 15:04:36 +0200 Raimund Renkert Added icon for selected river in link list.
Thu, 30 May 2013 15:03:48 +0200 Raimund Renkert Updated transparent overlay for image map.
Thu, 30 May 2013 10:52:52 +0200 Christian Lins Set mapserver logfile name to d4e-wms.log, which logs to server root instead of /tmp.
Thu, 30 May 2013 06:04:00 +0200 Sascha L. Teichmann Datacage: Added function dc:replace-all(haystack, needle, replacement) to do regular expression replacements. Mapped to Java's String haystack.replaceAll(needle, replacement).
Wed, 29 May 2013 10:36:40 +0200 Christian Lins Add "Ringdeich" class to barrier lines mapfile template (#802).
Wed, 29 May 2013 09:22:11 +0200 Andre Heinecke Add target_out attribute to elements with a factory
Tue, 28 May 2013 17:54:17 +0200 Felix Wolfsteller flys1225/4: Absolute height axis label with wstunits.
Tue, 28 May 2013 17:53:27 +0200 Felix Wolfsteller prep i18n issue1225/4 .
Tue, 28 May 2013 16:01:38 +0200 Andre Heinecke Added tag 3.0.6 for changeset b689d2b9d167
Tue, 28 May 2013 16:00:16 +0200 Andre Heinecke Fix saml parameter name to fix SSO 3.0.6
Tue, 28 May 2013 15:57:10 +0200 Raimund Renkert We have a much faster interactive image map!
Tue, 28 May 2013 13:49:51 +0200 Christian Lins Fixes bug that caused the garbled upload of user shapefiles (#657).
Tue, 28 May 2013 13:04:13 +0200 Christian Lins Add some debug output to FileUploadServiceImpl.
Mon, 27 May 2013 17:59:00 +0200 Felix Wolfsteller issue1225/1: Include river name in x axis label.
Mon, 27 May 2013 17:57:18 +0200 Felix Wolfsteller issue1225/1: i18n prep.
Tue, 28 May 2013 11:14:25 +0200 Raimund Renkert Order flow velocity values by station.
Mon, 27 May 2013 17:10:49 +0200 Sascha L. Teichmann Themes: s/hints="h"/hints="hidden"/
Mon, 27 May 2013 15:43:34 +0200 Raimund Renkert Merged theme config files default.xml and second.xml.
Mon, 27 May 2013 15:40:42 +0200 Andre Heinecke Commit changes described in r6110
Mon, 27 May 2013 15:36:56 +0200 Andre Heinecke Fix datacage for user data by adding facet filtering.
Mon, 27 May 2013 15:27:31 +0200 Sascha L. Teichmann Fixed missspelled mapping
Mon, 27 May 2013 15:17:37 +0200 Felix Wolfsteller candidate for issue1335: replace weird test with lest weird test.
Mon, 27 May 2013 15:03:00 +0200 Andre Heinecke Revert 6081 now that determineGauge handles bordering river sections
Mon, 27 May 2013 15:00:34 +0200 Andre Heinecke determineGauge tries now to find the correct Gauge by handling overlapping borders
Mon, 27 May 2013 13:35:08 +0200 Christian Lins Explicitly set Content-Type of shapefile upload response message to text/html. See flys/#657.
Sat, 25 May 2013 21:00:52 +0200 Sascha L. Teichmann Themes: Name second theme 'second'
Sat, 25 May 2013 20:55:11 +0200 Sascha L. Teichmann Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sat, 25 May 2013 19:40:09 +0200 Sascha L. Teichmann Removed obsolete imports and dead code.
Sat, 25 May 2013 19:32:58 +0200 Sascha L. Teichmann Removed unused context from RangeAccess and subclasses leading to some dead code removal.
Sat, 25 May 2013 16:58:27 +0200 Sascha L. Teichmann GWT client: Removed some Iterator cruft.
Sat, 25 May 2013 16:18:28 +0200 Sascha L. Teichmann Datacage: Another variable access fix.
Sat, 25 May 2013 16:11:49 +0200 Sascha L. Teichmann Datacage: Fixed wrong variable access in meta-data.xml
Sat, 25 May 2013 08:14:56 +0200 Sascha L. Teichmann Datacage: Macros are indexed, so there is no need to linear scan all template nodes to find them.
Fri, 24 May 2013 18:53:35 +0200 Andre Heinecke Merge double fix for Virtual Columns
Fri, 24 May 2013 18:53:05 +0200 Andre Heinecke First part of the filtering datacage for user data.
Fri, 24 May 2013 17:10:19 +0200 Andre Heinecke Fix virtual columns, name has to be set and name has to be uppercase
Fri, 24 May 2013 18:16:36 +0200 Sascha L. Teichmann Datacage: Fixed fix for <dc:virtual-column>
Fri, 24 May 2013 18:13:23 +0200 Sascha L. Teichmann Datacage: Fixed addColumn in <dc:virtual-column>
Fri, 24 May 2013 13:57:40 +0200 Felix Wolfsteller issue1061: Adjusted facet names of bed diff.
Fri, 24 May 2013 13:56:45 +0200 Felix Wolfsteller part of issue1061: Add i18n.
Fri, 24 May 2013 11:39:35 +0200 Felix Wolfsteller towards issue1061: Store names of original BedHeights in the BedDiffYearResult.
Fri, 24 May 2013 12:22:05 +0200 Sascha L. Teichmann merged
Fri, 24 May 2013 12:19:25 +0200 Sascha L. Teichmann Datacage: Introduced <dc:virtual-column name="colname" type="type" expr="XPath">
Fri, 24 May 2013 12:17:23 +0200 Andre Heinecke Also set encoding for river mapfile to UTF-8
Fri, 24 May 2013 11:57:07 +0200 Andre Heinecke Set WMS encoding correctly to UTF-8
Fri, 24 May 2013 10:06:58 +0200 Andre Heinecke We want to expand the group key for the name
Fri, 24 May 2013 09:23:35 +0200 Andre Heinecke Return an empty string for the NULL object.
Fri, 24 May 2013 09:22:39 +0200 Andre Heinecke Add some debugging tips
Fri, 24 May 2013 09:22:10 +0200 Andre Heinecke Fix old calculations datacage parts.
Thu, 23 May 2013 18:14:31 +0200 Sascha L. Teichmann Datacage: Introduced dc:dump-variables() and modified dc:message to use XPath expansion.
Thu, 23 May 2013 17:32:45 +0200 Tom Gottfried merged
Thu, 23 May 2013 17:32:20 +0200 Tom Gottfried Schema change: view for WSTs which deales with multiple ranges matching station (issues 1315 and 1296)
Thu, 23 May 2013 17:31:26 +0200 Sascha L. Teichmann Datacage: Introduced <dc:message>This is my message!</dc:message>. The message are logged at INFO level to help debugging.
Thu, 23 May 2013 15:11:05 +0200 Felix Wolfsteller issue822: Added discharge curve to (new) charts compat matrix.
Thu, 23 May 2013 14:54:50 +0200 Felix Wolfsteller issue954/2: Flood- Protections in Cross-Sections Datacage.
Thu, 23 May 2013 14:07:05 +0200 Felix Wolfsteller issue1130: Show 'W am Pegel(cm)' values in waterlevelexport.
Thu, 23 May 2013 11:59:01 +0200 Felix Wolfsteller meta-data.xml: dc:has-result()-guard additionals and basedata.
Thu, 23 May 2013 11:23:54 +0200 Felix Wolfsteller meta-data.xml: Wrap user-content in user-range to use 'range intelligence'.
Thu, 23 May 2013 11:22:34 +0200 Felix Wolfsteller meta-data.xml: Fix test syntax.
Thu, 23 May 2013 11:21:58 +0200 Felix Wolfsteller meta-data.xml: Fix query, select on user-id not collection-id.
Thu, 23 May 2013 11:18:51 +0200 Felix Wolfsteller meta-data.xml: Make a select a bit more human-resolvable.
Thu, 23 May 2013 06:07:09 +0200 Sascha L. Teichmann Removed cruft iterator code.
Thu, 23 May 2013 05:54:57 +0200 Sascha L. Teichmann Removed trailing whitspace.
Thu, 23 May 2013 05:49:13 +0200 Sascha L. Teichmann Removed obsolete import
Thu, 23 May 2013 05:46:06 +0200 Sascha L. Teichmann Removed obsolete import
Thu, 23 May 2013 05:42:07 +0200 Sascha L. Teichmann Fixed i18n key
Wed, 22 May 2013 18:34:00 +0200 Andre Heinecke Added tag 3.0.5 for changeset 1a169e10c0f3
Wed, 22 May 2013 18:32:51 +0200 Andre Heinecke Add WQFixing sanity check. 3.0.5
Wed, 22 May 2013 18:10:48 +0200 Andre Heinecke Use maxOverlap to get the correct gauge for the MainValues
Wed, 22 May 2013 17:08:06 +0200 Andre Heinecke Fix WQ input validation for fixing analysis
Wed, 22 May 2013 13:03:10 +0200 Andre Heinecke Get location limits from fixation overview in fixation location selection
Wed, 22 May 2013 12:51:16 +0200 Felix Wolfsteller in relation to flys1313: fix typo that prevented setting crossSection to c.s.l.
Fri, 17 May 2013 09:14:28 +0200 Felix Wolfsteller Indentation.
Fri, 17 May 2013 09:13:47 +0200 Felix Wolfsteller Mainvalues in comp. discharge curve compat list.
Wed, 22 May 2013 10:11:00 +0200 Sascha L. Teichmann GWT client: Make error message more readable.
Tue, 21 May 2013 18:36:32 +0200 Andre Heinecke Readd accidentally removed macros
Tue, 21 May 2013 18:00:29 +0200 Andre Heinecke Commit meta-data.xml refactoring
Tue, 21 May 2013 16:39:10 +0200 Andre Heinecke Expand the Help Url also in the describe method
Tue, 21 May 2013 10:12:25 +0200 Andre Heinecke Add instanceof guard around boundary handling
Tue, 21 May 2013 16:30:14 +0200 Sascha L. Teichmann DC: fixed dc:group
Fri, 17 May 2013 18:21:53 +0200 Andre Heinecke Add an extra class for values >= the largest class
Fri, 17 May 2013 17:56:20 +0200 Andre Heinecke Fix waterlevel classes and change defaults for them.
Thu, 16 May 2013 20:11:53 +0200 Tom Gottfried BHP: do not import lines without useful data
Thu, 16 May 2013 18:04:35 +0200 Tom Gottfried merged
Thu, 16 May 2013 18:03:39 +0200 Tom Gottfried Schema change: there is only one bed height per station at a given point in time
Thu, 16 May 2013 17:58:16 +0200 Felix Wolfsteller Implement function to spawn a mainvalueartifact, given gauge and river.
Thu, 16 May 2013 17:57:55 +0200 Felix Wolfsteller Doc.
Thu, 16 May 2013 17:55:29 +0200 Felix Wolfsteller Doc.
Thu, 16 May 2013 17:54:32 +0200 Felix Wolfsteller Doc.
Thu, 16 May 2013 16:31:09 +0200 Felix Wolfsteller Add a new function to create a GaugeDischarge+MainValueArtifact collection.
Thu, 16 May 2013 16:30:36 +0200 Felix Wolfsteller Doc.
Thu, 16 May 2013 16:25:06 +0200 Felix Wolfsteller MainValuesArtifact: prepare to be created by crafted document.
Thu, 16 May 2013 16:20:18 +0200 Felix Wolfsteller Doc.
Thu, 16 May 2013 16:19:47 +0200 Felix Wolfsteller In relation to issue1081: let there be mainvalues in discharge_curve dc.
Thu, 16 May 2013 16:18:46 +0200 Felix Wolfsteller Add mainvalues to gaugedischargecurve compat list.
Thu, 16 May 2013 08:58:59 +0200 Felix Wolfsteller Part of issue1081: Show mainvalues in discharge_curve dc.
Wed, 15 May 2013 16:20:10 +0200 Felix Wolfsteller Doc and TODO issue1081
Wed, 15 May 2013 16:19:55 +0200 Felix Wolfsteller Doc.
Thu, 16 May 2013 17:48:20 +0200 Andre Heinecke Do not use from and to as variables in statement.
Thu, 16 May 2013 16:14:28 +0200 Tom Gottfried Schema change: Add missing constraints to cross sections in Oracle, cosmetics
Thu, 16 May 2013 12:34:23 +0200 Tom Gottfried WstParser: set column names from specified line also if unspecified line does not exist
Thu, 16 May 2013 12:31:53 +0200 Tom Gottfried WstParser: warn if timestamp can not be set, cosmetics.
Wed, 15 May 2013 16:23:20 +0200 Tom Gottfried Sediment yield parser: be more flexible when looking for grain fraction in filename
Wed, 15 May 2013 12:40:13 +0200 Felix Wolfsteller Part of issue1149: Load main values for w/q diagram.
Tue, 14 May 2013 18:01:16 +0200 Felix Wolfsteller issue977/2: supply mainvalues via dc for reference curve.
Tue, 14 May 2013 19:44:47 +0200 Tom Gottfried forgot one in 6023:4ececb3a4e66
Tue, 14 May 2013 19:12:50 +0200 Tom Gottfried consistent string for AT Export tooltip
Tue, 14 May 2013 18:56:32 +0200 Andre Heinecke Added tag 3.0.4 for changeset 5f34e4cb8095
Tue, 14 May 2013 18:55:55 +0200 Andre Heinecke Use the out attribute everywhere where there is a factory 3.0.4
Tue, 14 May 2013 18:43:08 +0200 Andre Heinecke Flys is still flys for the print url
Tue, 14 May 2013 18:41:43 +0200 Andre Heinecke Commit performance improvement written by Sascha Teichmann
Tue, 14 May 2013 18:36:04 +0200 Andre Heinecke Switch W Q labels in historcial discharges
Tue, 14 May 2013 10:11:29 +0200 Felix Wolfsteller issue1261: when tab is created, jump navi to 'default'-km. This overcomes
Tue, 14 May 2013 07:53:51 +0200 Felix Wolfsteller issue1320: Handle exception.
Mon, 13 May 2013 18:33:01 +0200 Felix Wolfsteller PRFParser: Re-enable line skipping. Act so on station change.
Mon, 13 May 2013 17:58:17 +0200 Felix Wolfsteller issue1259: i18n msg when named main value not found at all gauges.
Mon, 13 May 2013 17:57:18 +0200 Felix Wolfsteller i18n for issue1259.
Mon, 13 May 2013 18:22:58 +0200 Tom Gottfried merged
Mon, 13 May 2013 18:21:55 +0200 Tom Gottfried backout 6009:6ea171b6d8d2 because this was only really valid for fixations
Mon, 13 May 2013 18:16:40 +0200 Sascha L. Teichmann Fixed wrong quote.
Mon, 13 May 2013 17:48:32 +0200 Tom Gottfried Schema change because WST-columns without time interval are useless
Mon, 13 May 2013 15:53:36 +0200 Tom Gottfried Strip non-word characters from measurement station URL
Mon, 13 May 2013 13:21:05 +0200 Tom Gottfried use name and type instead of ID for measurement station link
Mon, 13 May 2013 11:37:14 +0200 Felix Wolfsteller WQAdaptedInputPanel: Start with w tabs disabled.
Mon, 13 May 2013 11:15:14 +0200 Tom Gottfried merged
Mon, 13 May 2013 11:14:38 +0200 Tom Gottfried Importer: use gauge official number as identifier, not name
Mon, 13 May 2013 11:20:08 +0200 Felix Wolfsteller issue949: meta-data.xml: for additional ls, use staticwqkms factory to have w
Mon, 13 May 2013 11:19:14 +0200 Felix Wolfsteller WQKmsFactory: Prevent NPE this time.
Mon, 13 May 2013 11:16:28 +0200 Felix Wolfsteller WQKmsFactory: prevent NPE.
Mon, 13 May 2013 11:14:13 +0200 Felix Wolfsteller issue949: staticwqkms/W facets are active.
Mon, 13 May 2013 10:10:09 +0200 Raimund Renkert Updated and added missing images for interactive image map.
Mon, 13 May 2013 10:14:23 +0200 Felix Wolfsteller issue949: allow longitudinal_section.q facets in 'new charts'.
Fri, 10 May 2013 16:23:06 +0200 Felix Wolfsteller ssue862: MiddleBedHeight facet names.
Fri, 10 May 2013 16:12:55 +0200 Felix Wolfsteller Doc.
Mon, 13 May 2013 10:05:22 +0200 Sascha L. Teichmann River ETL: Limit the discharge tables to load to the historical (kind = 1) ones. This prevents the wrong tables (values) to be deleted.
Sun, 12 May 2013 18:13:50 +0200 Sascha L. Teichmann Removed trailing whitespace.
Sun, 12 May 2013 18:10:57 +0200 Sascha L. Teichmann Removed trailing whitespace.
Sun, 12 May 2013 18:08:41 +0200 Sascha L. Teichmann Removed trailing whitespace.
Sun, 12 May 2013 18:07:03 +0200 Sascha L. Teichmann Removed trailing whitespace.
Sun, 12 May 2013 18:04:40 +0200 Sascha L. Teichmann Removed obsolete import.
Sun, 12 May 2013 18:03:30 +0200 Sascha L. Teichmann River ETL: removed wrong info output that discharge tables only found in FLYS are ignored.
Sun, 12 May 2013 17:04:19 +0200 Sascha L. Teichmann Datacage: Removed macros which are not called.
Sun, 12 May 2013 16:15:37 +0200 Sascha L. Teichmann Datacage: Added stylesheet to detect macros which are defined and not called and vice versa.
Fri, 10 May 2013 19:30:26 +0200 Sascha L. Teichmann Removed obsolete imports.
Fri, 10 May 2013 19:29:10 +0200 Sascha L. Teichmann Be more tolerant when try to find out if a location is at a gauge position.
Fri, 10 May 2013 19:07:00 +0200 Sascha L. Teichmann Fixed encoding in i18n
Fri, 10 May 2013 19:03:48 +0200 Bernhard Herzog Use name id as username in saml.User.
Fri, 10 May 2013 17:44:59 +0200 Andre Heinecke Added tag 3.0.3 for changeset b740f0c4179e
Fri, 10 May 2013 17:14:10 +0200 Raimund Renkert Use 'W [cm]' as CSV header if discharge table is at a gauge. 3.0.3
Fri, 10 May 2013 16:24:38 +0200 Raimund Renkert Revert changes in metadata.xml from r5978:ebd6e8e234e0.
Fri, 10 May 2013 15:45:40 +0200 Raimund Renkert Avoid duplicted mainvalues.
Fri, 10 May 2013 15:44:48 +0200 Raimund Renkert Added mainvalues to fixanalysis wq curves.
Fri, 10 May 2013 15:44:01 +0200 Raimund Renkert Renamed label for outlier test in fix analysis.
Fri, 10 May 2013 15:23:14 +0200 Andre Heinecke Add OUT parameter to each ids parameter
Fri, 10 May 2013 15:16:36 +0200 Andre Heinecke Add handling for OUT id's parameter to D4EArtifact
Fri, 10 May 2013 11:31:51 +0200 Andre Heinecke Add dc:iterate function
Fri, 10 May 2013 13:26:34 +0200 Raimund Renkert Increased column number in cell formater.
Fri, 10 May 2013 13:23:03 +0200 Raimund Renkert Fixed typo.
Fri, 10 May 2013 13:22:36 +0200 Raimund Renkert Added 'bfgid' column to helper panel in hist discharge curve.
Fri, 10 May 2013 12:26:44 +0200 Sascha L. Teichmann Removed obsolete import.
Fri, 10 May 2013 12:22:56 +0200 Sascha L. Teichmann Fixed NPE problem in fetching extram from discharge curves.
Fri, 10 May 2013 11:41:43 +0200 Raimund Renkert Fixed typos in interactive image map.
Fri, 10 May 2013 11:41:09 +0200 Raimund Renkert Added available rivers for fix analysis for interactive image map.
Fri, 10 May 2013 11:40:31 +0200 Raimund Renkert Only select available rivers in interactive image map.
Fri, 10 May 2013 11:29:29 +0200 Felix Wolfsteller issue1311: Update links on toolbar when km changed.
Fri, 10 May 2013 11:28:50 +0200 Felix Wolfsteller NaviChartOutputTab: In prep for issue1311, override getExportUrl to include km.
Fri, 10 May 2013 11:28:04 +0200 Felix Wolfsteller Cosmetics.
Fri, 10 May 2013 10:46:56 +0200 Sascha L. Teichmann Partial rewrite of historical discharge curves. Needs testing.
Fri, 10 May 2013 10:02:27 +0200 Andre Heinecke Only show localized elements in getfeatureinfo
Fri, 10 May 2013 09:28:24 +0200 Andre Heinecke Fix print configuration, in the config flys is still flys
Thu, 09 May 2013 22:07:14 +0200 Sascha L. Teichmann Removed obsolete constructor.
Thu, 09 May 2013 15:36:39 +0200 Sascha L. Teichmann Removed obsolete imports.
Thu, 09 May 2013 15:13:41 +0200 Sascha L. Teichmann Convert some Latin-1 source files to UTF-8
Wed, 08 May 2013 18:23:50 +0200 Tom Gottfried merge
Wed, 08 May 2013 18:23:41 +0200 Tom Gottfried STA parser: more informative warning
Wed, 08 May 2013 18:21:27 +0200 Tom Gottfried STA parser: Spaces after gauge name given in spec are sometimes used for gauge name, so parse them
Wed, 08 May 2013 17:57:51 +0200 Bernhard Herzog Add AuthenticationServlet, a common base class for the login servlets
Wed, 08 May 2013 17:56:14 +0200 Bernhard Herzog Treat SAML URL as login URL in GGInAFilter.
Wed, 08 May 2013 17:56:14 +0200 Bernhard Herzog Add saml servlet to web.xml configuration.
Wed, 08 May 2013 17:56:14 +0200 Bernhard Herzog Add SamlServlet to implement actual login via SAML Ticket.
Wed, 08 May 2013 17:56:14 +0200 Bernhard Herzog Add TicketValidator.checkTicket(InputStream) method.
Wed, 08 May 2013 17:56:14 +0200 Bernhard Herzog Make instantiation of saml.User easier.
Wed, 08 May 2013 17:56:14 +0200 Bernhard Herzog Move User class from was to saml sub-package.
Wed, 08 May 2013 17:56:14 +0200 Bernhard Herzog Remove now unused JDom namespace constants for SAML.
Wed, 08 May 2013 17:56:14 +0200 Bernhard Herzog Remove now unused old Assertion class.
Wed, 08 May 2013 17:56:14 +0200 Bernhard Herzog Adapt WAS Response to new SAML validation code.
Wed, 08 May 2013 17:56:14 +0200 Bernhard Herzog Pass trusted key filename to Response in WAS Authenticator.
Wed, 08 May 2013 17:56:14 +0200 Bernhard Herzog Add trusted key for SAML authentication and configure it in web.xml.
Wed, 08 May 2013 17:56:13 +0200 Bernhard Herzog Add SAML ticket validator classes.
Wed, 08 May 2013 17:56:13 +0200 Bernhard Herzog Add new SAML Assertion class based on WAS Assertion.
Wed, 08 May 2013 17:56:13 +0200 Bernhard Herzog Add XPathUtils, helper functions to process SAML with XPath.
Wed, 08 May 2013 17:56:13 +0200 Bernhard Herzog Add NamespaceContext for SAML handling.
Wed, 08 May 2013 17:56:13 +0200 Bernhard Herzog Remove unused method Assertion.getID() and the relate field
Wed, 08 May 2013 17:56:13 +0200 Bernhard Herzog Remove unused method Response.getRoot()
Wed, 08 May 2013 17:56:13 +0200 Bernhard Herzog Remove unused Signature class.
Wed, 08 May 2013 17:56:13 +0200 Bernhard Herzog Remove unused Assertion.getSiganture() method and the related field
Wed, 08 May 2013 17:56:13 +0200 Bernhard Herzog Pass LoginServlet's ServletContext to the Authenticators.
Wed, 08 May 2013 17:52:54 +0200 Sascha L. Teichmann Importer: Log an error if parsing a STA file failed.
Wed, 08 May 2013 17:12:48 +0200 Sascha L. Teichmann Removed obsolete import.
Wed, 08 May 2013 17:04:49 +0200 Sascha L. Teichmann Delete discharge tables which are in AFT but not in FLYS. Fixed Oracle specific pom.xml
Wed, 08 May 2013 17:02:51 +0200 Sascha L. Teichmann Fixed build error. Is this really supposed to work?
Wed, 08 May 2013 16:34:45 +0200 Raimund Renkert Implemented interaction design in project startup page.
Wed, 08 May 2013 16:32:23 +0200 Raimund Renkert CSS stuff to highlight river links.
Wed, 08 May 2013 16:31:49 +0200 Raimund Renkert HTML document and images for interactive image map.
Wed, 08 May 2013 15:04:04 +0200 Felix Wolfsteller PRFParser: Ignore skip-lines field, simplifies code a bit.
Wed, 08 May 2013 14:58:16 +0200 Felix Wolfsteller PRFParser: Documentation.
Wed, 08 May 2013 13:16:29 +0200 Tom Gottfried Schema change: leave it up to AFT whether time intervals are unique per gauge but do not accept duplicate bfg_id per gauge
Wed, 08 May 2013 11:42:08 +0200 Felix Wolfsteller issue1267: W80CSVParser do not stumble about malformed lines.
Wed, 08 May 2013 10:37:25 +0200 Felix Wolfsteller issue1259: Grey out inputhelper Ws when Qs are to be chosen and vice versa.
Tue, 07 May 2013 15:47:07 +0200 Felix Wolfsteller Partial fix for issue862: avoid NPE.
Wed, 08 May 2013 09:58:52 +0200 Sascha L. Teichmann Removed obsolete artifacts.
Wed, 08 May 2013 09:54:51 +0200 Sascha L. Teichmann Historical discharge curve: Fixed NPE in setup.
Tue, 07 May 2013 19:53:48 +0200 Sascha L. Teichmann ETL: Do not ignore open ended discharge tables.
Tue, 07 May 2013 19:07:08 +0200 Sascha L. Teichmann Historical discharge curves: Do not add calculation relevant curve into list of available curves.
Tue, 07 May 2013 18:19:57 +0200 Tom Gottfried Schema change: named_main_values.name is not unique, as we can have the same name for different types
Tue, 07 May 2013 17:32:33 +0200 Sascha L. Teichmann D4E river artifacts: Removed historical discharge calculation from WINFO artifact and use access instead.
Tue, 07 May 2013 12:47:05 +0200 Raimund Renkert Added output mode and generator to config and create facet for export.
Tue, 07 May 2013 12:45:57 +0200 Raimund Renkert New exporter and facet for wsplgen calculation result.
Tue, 07 May 2013 12:31:29 +0200 Sascha L. Teichmann GWT client: Fixed flys/issue1246
Tue, 07 May 2013 11:33:02 +0200 Sascha L. Teichmann Discharge Info Service: Added 'bfg-id' to result document.
Tue, 07 May 2013 11:00:20 +0200 Sascha L. Teichmann D4E river: Fixed substitution on help URL.
Mon, 06 May 2013 18:53:09 +0200 Sascha L. Teichmann Merged
Mon, 06 May 2013 18:52:03 +0200 Sascha L. Teichmann Importer: Store id of time interval in main values.
Mon, 06 May 2013 18:43:13 +0200 Tom Gottfried some additions and adjustments to annotation types
Mon, 06 May 2013 17:53:22 +0200 Sascha L. Teichmann flys/issue1244 Historical discharge curve: Suppress current discharge curve.
Mon, 06 May 2013 17:42:46 +0200 Sascha L. Teichmann Historical discharge curves: Fixed NPE.
Mon, 06 May 2013 13:10:16 +0200 Tom Gottfried changed title and lable of SQ input-data diagramm
Mon, 06 May 2013 12:15:51 +0200 Sascha L. Teichmann Backend: Fixed recognition of main values in STA parser.
Mon, 06 May 2013 11:38:50 +0200 Tom Gottfried BHP: more informative error instead of warning if file can not be imported.
Fri, 03 May 2013 18:03:41 +0200 Andre Heinecke Update after renaming and remove the binary artifact-database and common
Fri, 03 May 2013 16:16:04 +0200 Andre Heinecke Added tag 3.0.2 for changeset 387cbdecdfe3
Tue, 30 Apr 2013 17:10:17 +0200 Andre Heinecke Change a warning from FLYS to D4E 3.0.2
Fri, 03 May 2013 13:15:28 +0200 Tom Gottfried Schema change: increased precision of discharge_table_values.q to allow unique import of higher precision values
Fri, 03 May 2013 13:06:14 +0200 Sascha L. Teichmann Backend: Fixed constructor of ImportTimeInterval.
Fri, 03 May 2013 12:51:29 +0200 Sascha L. Teichmann backend: Fixed DateGuesser for DDMMYY.
Fri, 03 May 2013 10:31:34 +0200 Tom Gottfried Schema change: make gauges.official_number unique per river as we can have multiple identical gauges for different representations of the same river. Comments and TODOs
Fri, 03 May 2013 07:47:15 +0200 Tom Gottfried Schema change: remove UNIQUE-constraint from rivers.official number as we have different representations of the same river (e.g. for sommer and winter)
Thu, 02 May 2013 21:23:44 +0200 Sascha L. Teichmann Datacage: Repaired and simplified dc:filter code.
Thu, 02 May 2013 20:55:08 +0200 Sascha L. Teichmann Merged
Thu, 02 May 2013 20:52:18 +0200 Sascha L. Teichmann Datacage: Introduced <dc:group epxr="xpath" type="type"> ... </dc:group> and XPath function dc:group-key().
Thu, 02 May 2013 18:06:04 +0200 Tom Gottfried WST-import: do not match against description (mostly NULL)
Thu, 02 May 2013 17:58:16 +0200 Sascha L. Teichmann Backend: Fixed indentation.
Thu, 02 May 2013 17:55:01 +0200 Sascha L. Teichmann Datacage: Added some time meassuremnt for templating.
Tue, 30 Apr 2013 19:27:15 +0200 Tom Gottfried Schema change, importer, i18n: additional field for federal state stations
Tue, 30 Apr 2013 19:03:44 +0200 Sascha L. Teichmann Do not import discharge tables twice if no time interval given
Tue, 30 Apr 2013 17:46:29 +0200 Sascha L. Teichmann datacage: simplified range filtering for wsts.
Tue, 30 Apr 2013 12:53:10 +0200 Tom Gottfried Schema change: add constraint to discharge tables
Tue, 30 Apr 2013 11:14:58 +0200 Tom Gottfried DateGuesser: set times exactly (without parts of import time)
Tue, 30 Apr 2013 09:15:56 +0200 Andre Heinecke Make all_annotations translateable
Mon, 29 Apr 2013 17:23:12 +0200 Sascha L. Teichmann Another part of flys/issue1247: Now the main values are determined right if the gauge limits are in abitrary order.
Mon, 29 Apr 2013 16:04:14 +0200 Sascha L. Teichmann Merged
Mon, 29 Apr 2013 15:54:17 +0200 Sascha L. Teichmann Partial fix for flys/issue1247: When trying to find gauges take care of the fact that start and end position are in abitrary order.
Mon, 29 Apr 2013 13:42:20 +0200 Tom Gottfried document how to read schema with correct encoding
Mon, 29 Apr 2013 11:42:15 +0200 Sascha L. Teichmann river backend: Removed obsolete hibernate transformer class.
Mon, 29 Apr 2013 11:40:38 +0200 Sascha L. Teichmann river backend: repaired invalid packages.
Mon, 29 Apr 2013 11:37:30 +0200 Sascha L. Teichmann river backend: Adjusted internal references to SedDB hibernate model.
Mon, 29 Apr 2013 11:33:01 +0200 Sascha L. Teichmann river backend: Moved SedDB hibernate model to org/dive4elements/river/seddb.
Mon, 29 Apr 2013 11:14:25 +0200 Sascha L. Teichmann init.d: Adjusted startup script.
Sun, 28 Apr 2013 15:55:52 +0200 Sascha L. Teichmann River GWT client: Removed obsolete same package imports.
Sun, 28 Apr 2013 15:38:01 +0200 Sascha L. Teichmann River backend: Removed obsolete same package imports.
Sun, 28 Apr 2013 15:33:42 +0200 Sascha L. Teichmann River artifacts: Removed obsolete same package imports.
Sun, 28 Apr 2013 15:26:59 +0200 Sascha L. Teichmann River artifacts: Renamed FLYSService to D4EService.
Sun, 28 Apr 2013 15:23:01 +0200 Sascha L. Teichmann River artifacts: Renamed FLYSArtifact(Collection) to D4EArtifact(Collection).
Sun, 28 Apr 2013 15:14:30 +0200 Sascha L. Teichmann FLYS artifacts: Renamed FLYSContext(Factory) to RiverContext(Factory).
Sun, 28 Apr 2013 15:09:31 +0200 Sascha L. Teichmann River artifacts: Renamed FLYSUtils to RiverUtils.
Sun, 28 Apr 2013 15:04:44 +0200 Sascha L. Teichmann River artifacts: Renamed FLYSAnnotation to RiverAnnotation.
Sun, 28 Apr 2013 14:40:59 +0200 Sascha L. Teichmann River artifacts: Added new copyright headers.
Sun, 28 Apr 2013 14:38:44 +0200 Sascha L. Teichmann Removed old copyright headers.
Sun, 28 Apr 2013 14:30:15 +0200 Sascha L. Teichmann GWT client: Added copyright header.
Sun, 28 Apr 2013 14:27:25 +0200 Sascha L. Teichmann GWT client: Removed old header.
Sun, 28 Apr 2013 13:45:22 +0200 Sascha L. Teichmann Removed obsolete imports.
Sun, 28 Apr 2013 12:03:19 +0200 Sascha L. Teichmann River ETL: Harmonized maven ids. Adjusted README
Sun, 28 Apr 2013 11:56:54 +0200 Sascha L. Teichmann Backend: Fixed Oracle pom.xml and README.
Fri, 26 Apr 2013 19:12:13 +0200 Tom Gottfried it's worth more than a warning if the import is likely to fail
Fri, 26 Apr 2013 18:13:58 +0200 Tom Gottfried adjust importer build-script to new names
Fri, 26 Apr 2013 16:50:14 +0200 Tom Gottfried Schema change: new column 'waterbody' for floodmaps and importer
Fri, 26 Apr 2013 15:04:22 +0200 Tom Gottfried Localization of field names for feature info on map
Fri, 26 Apr 2013 13:13:23 +0200 Tom Gottfried merge
Fri, 26 Apr 2013 13:12:29 +0200 Tom Gottfried use correct attribute name STROVOER also for polygon boundaries
Fri, 26 Apr 2013 11:08:58 +0200 Felix Wolfsteller Wst: Avoid NPE.
Fri, 26 Apr 2013 11:06:55 +0200 Felix Wolfsteller Make showing of outlier facet depending on preprocessing choice.
Fri, 26 Apr 2013 11:04:48 +0200 Felix Wolfsteller issue949: Have W facets active, Q inactive.
Fri, 26 Apr 2013 11:03:43 +0200 Felix Wolfsteller Map fix wq points to FixPoints style.
Fri, 26 Apr 2013 11:02:57 +0200 Felix Wolfsteller issue949: Have fixations in longitudinal-sections have W and Q facet.
Fri, 26 Apr 2013 08:52:18 +0200 Tom Gottfried Importer-Parser: set time intevals for complete years when parsing years
Fri, 26 Apr 2013 08:25:41 +0200 Sascha L. Teichmann Added header to river backend.
Thu, 25 Apr 2013 19:26:20 +0200 Andre Heinecke Use gwt-client as artifactid
Thu, 25 Apr 2013 16:57:56 +0200 Andre Heinecke Remove duplicated dependency to jfreechart
Thu, 25 Apr 2013 17:06:50 +0200 Sascha L. Teichmann Added header to Java files in ETL process.
Thu, 25 Apr 2013 16:00:10 +0200 Sascha L. Teichmann Fixed broken maven ids ... again.
Thu, 25 Apr 2013 15:25:07 +0200 Sascha L. Teichmann Adjusted hgignore
Thu, 25 Apr 2013 15:23:37 +0200 Sascha L. Teichmann Rename modules to more fitting names.
Thu, 25 Apr 2013 15:06:21 +0200 Sascha L. Teichmann Added tag dive4elements-move for changeset 795218cf62eb
Thu, 25 Apr 2013 15:05:41 +0200 Sascha L. Teichmann Adjusted client pom.xml to let it build again. dive4elements-move
Thu, 25 Apr 2013 13:12:15 +0200 Sascha L. Teichmann Fixed internal java dependencies
Thu, 25 Apr 2013 12:31:32 +0200 Sascha L. Teichmann Repaired internal references.
Thu, 25 Apr 2013 12:26:40 +0200 Sascha L. Teichmann Adjusted configs to new classes.
Thu, 25 Apr 2013 12:25:11 +0200 Sascha L. Teichmann Repair pom.xml
Thu, 25 Apr 2013 12:06:39 +0200 Sascha L. Teichmann Repaired internal references
Thu, 25 Apr 2013 12:01:30 +0200 Sascha L. Teichmann Repaired pom.xml
Thu, 25 Apr 2013 11:54:36 +0200 Sascha L. Teichmann Repaired internal references.
Thu, 25 Apr 2013 11:53:11 +0200 Sascha L. Teichmann Moved directories to org.dive4elements.river
Thu, 25 Apr 2013 11:48:36 +0200 Sascha L. Teichmann Fixed pom for etl process.
Thu, 25 Apr 2013 11:44:26 +0200 Sascha L. Teichmann Repaired internal references
Thu, 25 Apr 2013 11:42:54 +0200 Sascha L. Teichmann moved directories to org.dive4elements.river.etl
Thu, 25 Apr 2013 11:35:06 +0200 Sascha L. Teichmann Moved directories to org.dive4elements.etl
Thu, 25 Apr 2013 11:29:30 +0200 Sascha L. Teichmann Added tag before-dive4elements-move for changeset a7df90f425e2
Thu, 25 Apr 2013 08:24:54 +0200 Felix Wolfsteller Remove obsolete (duplicate) macro and its use. before-dive4elements-move
Wed, 24 Apr 2013 19:03:20 +0200 Andre Heinecke Set the title for the html feature info viewer
Wed, 24 Apr 2013 17:35:53 +0200 Andre Heinecke Added tag 3.0.1 for changeset 1722b0c47f5b
Wed, 24 Apr 2013 17:35:01 +0200 Andre Heinecke Add FeatureInfoResponse class 3.0.1
Wed, 24 Apr 2013 17:33:27 +0200 Andre Heinecke Request feature info on all layers and show it as html if
Wed, 24 Apr 2013 15:20:50 +0200 Raimund Renkert merged.
Wed, 24 Apr 2013 15:17:45 +0200 Raimund Renkert Use the correct i18n string for gauge info grid header.
Wed, 24 Apr 2013 15:14:56 +0200 Raimund Renkert Initial interaction model for riverselection on image map. interaktive-karte
Wed, 24 Apr 2013 15:13:09 +0200 Raimund Renkert Added images to higlight rivers (currently only 'Rhein', 'Mosel'). interaktive-karte
Wed, 24 Apr 2013 14:58:14 +0200 Andre Heinecke Rework FeatureInfo Window fopr issue 775
Wed, 24 Apr 2013 14:51:55 +0200 Felix Wolfsteller ImportTimeInterval: Removed obsolete b parameter setting.
Wed, 24 Apr 2013 14:49:00 +0200 Felix Wolfsteller ImportTimeInterval: Verbosity increased and fixed bug
Wed, 24 Apr 2013 12:07:03 +0200 Felix Wolfsteller ImportRiver: Trigger w80csv-parsing.
Wed, 24 Apr 2013 12:04:25 +0200 Felix Wolfsteller LineParser: Store reference to input file.
Wed, 24 Apr 2013 12:03:54 +0200 Felix Wolfsteller Initial version of W80CSVParser (stripped W80Parser).
Wed, 24 Apr 2013 11:36:20 +0200 Felix Wolfsteller Config: Add new flag to skip w80-csv imports (which are not done yet anyways).
Wed, 24 Apr 2013 11:32:54 +0200 Felix Wolfsteller ImportRiver: Doc/Cosmetics.
Wed, 24 Apr 2013 11:32:04 +0200 Felix Wolfsteller Doc.
Wed, 24 Apr 2013 11:14:29 +0200 Sascha L. Teichmann FixA: Fixes flys/issue1138 (Ausgel. WSPL: Streckenintelligenz bei Generierung Balkendiagramm)
Wed, 24 Apr 2013 09:10:48 +0200 Felix Wolfsteller Removed obsolete import.
Wed, 24 Apr 2013 09:03:26 +0200 Felix Wolfsteller For base-data from DC, use staticwqkms factory (will spawn w and q facets).
Wed, 24 Apr 2013 09:00:57 +0200 Felix Wolfsteller chart/staticwqkms.xml: Add facets to compat list.
Wed, 24 Apr 2013 08:24:56 +0200 Felix Wolfsteller WOutProcessor: Renaming, doc.
Wed, 24 Apr 2013 08:22:31 +0200 Felix Wolfsteller StaticWQKmsState: Also spawn RelativePoint and CrossSectionFacet .
Wed, 24 Apr 2013 08:21:52 +0200 Felix Wolfsteller StaticWQKmsArtifact: implement WaterLineArtifact .
Wed, 24 Apr 2013 08:17:18 +0200 Felix Wolfsteller RelativePointFacet: Through minor refactoring prepared to used StaticWQKmsArtifact.
Tue, 23 Apr 2013 18:47:57 +0200 Andre Heinecke Fix other buildings.
Tue, 23 Apr 2013 17:30:20 +0200 Felix Wolfsteller WST-Parser: Avoid trying to set MIN_RANGE when actually no stations are given
Tue, 23 Apr 2013 17:14:07 +0200 Andre Heinecke Fix issue1254, make GetFeatureInfo work reliably
Tue, 23 Apr 2013 15:32:22 +0200 Andre Heinecke Use fullRequestString as WMS Url
Tue, 23 Apr 2013 15:30:06 +0200 Andre Heinecke Add WMS URL menu entry again and print the wms_url
Tue, 23 Apr 2013 10:50:32 +0200 Felix Wolfsteller issue1289: Added ommitted adjusted messages.
Tue, 23 Apr 2013 10:48:26 +0200 Felix Wolfsteller Doc.
Tue, 23 Apr 2013 10:48:04 +0200 Felix Wolfsteller Doc.
Tue, 23 Apr 2013 10:47:29 +0200 Felix Wolfsteller Doc.
Tue, 23 Apr 2013 10:47:04 +0200 Felix Wolfsteller Doc.
Tue, 23 Apr 2013 10:40:45 +0200 Felix Wolfsteller issue1289: Show km station with certain error message.
Mon, 22 Apr 2013 17:01:17 +0200 Sascha L. Teichmann Datacage: Always clone XML template for builders. If the first is not cloned they get interlinked somehow. Feels like a bug in Java's DOM implementation.
Mon, 22 Apr 2013 16:18:16 +0200 Andre Heinecke Fix dateFormat for Oracle by invoking dateValue on demand
Mon, 22 Apr 2013 13:00:13 +0200 Tom Gottfried add missing constraints to Oracle Schema (issue426) and some cosmetics
Mon, 22 Apr 2013 12:11:55 +0200 Felix Wolfsteller issue1150: i18n.
Mon, 22 Apr 2013 11:42:12 +0200 Felix Wolfsteller Part of issue697: Q-Mainvalue-Artifacts-Text vertically.
Mon, 22 Apr 2013 10:48:37 +0200 Tom Gottfried avoid NPE in time interval import (made by R. Renkert)
Sun, 21 Apr 2013 12:48:09 +0200 Sascha L. Teichmann Datacage: Add a pool of builders to make it multi threadable.
Sun, 21 Apr 2013 10:59:18 +0200 Sascha L. Teichmann Removed obsolete imports.
Sun, 21 Apr 2013 10:46:59 +0200 Sascha L. Teichmann Merged
Sun, 21 Apr 2013 10:46:06 +0200 Sascha L. Teichmann Removed obsolete imports.
Fri, 19 Apr 2013 15:40:37 +0200 Raimund Renkert Switch start- and stoptime if starttime is after stoptime in timeinterval
Fri, 19 Apr 2013 12:44:55 +0200 Felix Wolfsteller issue1260, issue1259: Improve multi-gauge w/q input.
Fri, 19 Apr 2013 11:47:27 +0200 Felix Wolfsteller issue1133: Improved multi-gauge W/Q input.
Fri, 19 Apr 2013 09:22:44 +0200 Felix Wolfsteller issue1276: Re-enable fixation autorecommend at discharge_curves.
Thu, 18 Apr 2013 15:03:13 +0200 Raimund Renkert Fixed typo ind i18n string.
Thu, 18 Apr 2013 15:01:43 +0200 Raimund Renkert Removed macro from bed height difference datacage config.
Thu, 18 Apr 2013 14:19:23 +0200 Raimund Renkert Added i18n strings for morhologic width in datacage.
Thu, 18 Apr 2013 14:18:48 +0200 Raimund Renkert enamed morphologic width to sounding width, added strings for morphologic width.
Thu, 18 Apr 2013 14:17:55 +0200 Raimund Renkert New theme for morphologic width.
Thu, 18 Apr 2013 14:17:10 +0200 Raimund Renkert Datacage config and out generator for morphologic width.
Thu, 18 Apr 2013 14:15:54 +0200 Raimund Renkert Updated config files for morphologic width artifact and facet.
Thu, 18 Apr 2013 14:14:15 +0200 Raimund Renkert Model, factory, facet and static artifact for morphologic width.
Thu, 18 Apr 2013 12:55:05 +0200 Andre Heinecke Add missing i18n strings
Thu, 18 Apr 2013 12:39:35 +0200 Andre Heinecke Add OSM intevation.de background wms and remove Einzugsgebiete Deutschland
Thu, 18 Apr 2013 12:38:55 +0200 Andre Heinecke Remove OSM Intevation.de background layer from datacage :(
Thu, 18 Apr 2013 12:37:55 +0200 Andre Heinecke Add hydroboundaries where sectie and sobek is null
Thu, 18 Apr 2013 12:37:24 +0200 Andre Heinecke Add a different translation for catchment_wms
Thu, 18 Apr 2013 11:51:53 +0200 Raimund Renkert Added new macro for deltaW ls and removed the old one. Use the new macro in bed
Thu, 18 Apr 2013 11:41:55 +0200 Andre Heinecke Add white.png as a workaround that mapfish print does not support
Thu, 18 Apr 2013 11:40:52 +0200 Andre Heinecke Draw stamp on white background and some layout improvements
Thu, 18 Apr 2013 11:40:22 +0200 Andre Heinecke Increase acceptet print dialog input length to 30
Thu, 18 Apr 2013 10:47:08 +0200 Andre Heinecke Add the north arrow from the desktop flys print logo
Thu, 18 Apr 2013 10:43:23 +0200 Andre Heinecke Rework layout for issue 767
Thu, 18 Apr 2013 10:42:40 +0200 Andre Heinecke Check for errors based on the return code instead of hackish parsing
Thu, 18 Apr 2013 10:42:07 +0200 Andre Heinecke Encode the ä in Gewässer. Not really neccessary but more in line with the rest
Thu, 18 Apr 2013 09:04:00 +0200 Tom Gottfried Geoimpoter: Use attribute STROVOER, not SOBEK in hydr. boundaries
Wed, 17 Apr 2013 19:41:12 +0200 Tom Gottfried Geoimporter: do not force default 0 for sectie and sobek
Wed, 17 Apr 2013 19:30:10 +0200 Tom Gottfried Schema change: allow SECTIE and STROVOER (alias SOBEK) to be NULL, rename kinds
Wed, 17 Apr 2013 19:01:44 +0200 Tom Gottfried rename WMS-Layers representing gauges in data cage
Wed, 17 Apr 2013 18:19:19 +0200 Tom Gottfried remove prefixed directory names from descriptions in data cage
Wed, 17 Apr 2013 15:00:38 +0200 Felix Wolfsteller Merged.
Wed, 17 Apr 2013 14:53:16 +0200 Felix Wolfsteller SedimentLoadFacet: Avoid weird steps, find correct measurement stations.
Wed, 17 Apr 2013 14:52:19 +0200 Felix Wolfsteller Add containsTolerant to Range.
Wed, 17 Apr 2013 10:06:13 +0200 Felix Wolfsteller Minor part of issue1235: dont show decimals of years.
Wed, 17 Apr 2013 10:11:20 +0200 Sascha L. Teichmann FLYS artifacts: Rollback function renaming.
Wed, 17 Apr 2013 09:25:07 +0200 Felix Wolfsteller FixWQCurveGenerator: Minor Refactoring.
Wed, 17 Apr 2013 08:54:05 +0200 Felix Wolfsteller FixWQCurveGenerator: issue1149, show calculated wq as points.
Tue, 16 Apr 2013 18:55:52 +0200 Sascha L. Teichmann Backend: Fix Stack overflow.
Tue, 16 Apr 2013 18:50:45 +0200 Sascha L. Teichmann Backend: Forget to increment index.
Tue, 16 Apr 2013 18:43:26 +0200 Sascha L. Teichmann Backend: Forgot to handle the unlikely case that there are more than 2 nested brackets in main values.
Tue, 16 Apr 2013 18:07:05 +0200 Sascha L. Teichmann Backend: Parse time intervals for main values.
Tue, 16 Apr 2013 17:33:55 +0200 Tom Gottfried added some i18n missing in datacage
Tue, 16 Apr 2013 12:45:51 +0200 Felix Wolfsteller FixCalculation: Cosmetics, renamed function, doc.
Tue, 16 Apr 2013 12:44:22 +0200 Felix Wolfsteller fixanalysis.xml: Add fix event facet to compat list.
Tue, 16 Apr 2013 12:43:54 +0200 Felix Wolfsteller FixWQCurveGenerator: Render fix events.
Tue, 16 Apr 2013 12:42:54 +0200 Felix Wolfsteller FixRealizingCompute: Add one FixEventFacet per selected Event.
Tue, 16 Apr 2013 12:41:02 +0200 Felix Wolfsteller New FixEvent Facet.New FixEvent Facet.New FixEvent Facet.New FixEvent Facet.New FixEvent Facet.New FixEvent Facet.New FixEvent Facet.New FixEvent Facet.
Tue, 16 Apr 2013 12:39:47 +0200 Felix Wolfsteller WQKmsFactory: Add functionality to fetch WQKms if only column id is known.
Tue, 16 Apr 2013 12:39:12 +0200 Felix Wolfsteller WQKmsFactory: Fix name sql.
Tue, 16 Apr 2013 12:38:50 +0200 Felix Wolfsteller WQKmsFactory: Add name getting function if only column id is known.
Tue, 16 Apr 2013 12:36:43 +0200 Felix Wolfsteller Doc.
Tue, 16 Apr 2013 12:36:15 +0200 Felix Wolfsteller Added new Facet Type for Fix. Events.
Mon, 15 Apr 2013 19:15:50 +0200 Andre Heinecke Fix print url replacement
Mon, 15 Apr 2013 18:48:53 +0200 Andre Heinecke Added tag 3.0.0 for changeset 280093510e1d
Mon, 15 Apr 2013 18:41:32 +0200 Andre Heinecke Also java encode the info side of the data table 3.0.0
Mon, 15 Apr 2013 18:32:37 +0200 Andre Heinecke Send errors as plaintext and not as pdf documents
Mon, 15 Apr 2013 18:27:37 +0200 Andre Heinecke Minor layout changes in map print add a margin between map and stamp/legend
Mon, 15 Apr 2013 18:23:55 +0200 Andre Heinecke Remove uneccessary debug output
Mon, 15 Apr 2013 18:23:42 +0200 Andre Heinecke Add configurable logo for map print and rename/reorder fields
Mon, 15 Apr 2013 15:28:06 +0200 Andre Heinecke Add some more WMS Services as specified by issue 796
Mon, 15 Apr 2013 11:34:47 +0200 Andre Heinecke Add font settings for info part
Mon, 15 Apr 2013 11:34:28 +0200 Andre Heinecke Add toJavaEncodedString function to encode strings in utf-16 notation
Mon, 15 Apr 2013 18:27:14 +0200 Tom Gottfried Fix class cast error in flow velocity importer (might by S. Teichmann)
Mon, 15 Apr 2013 17:04:38 +0200 Raimund Renkert Avoid NPE in sediment density factory and return a valid density if no exists.
Mon, 15 Apr 2013 16:29:54 +0200 Sascha L. Teichmann Merged.
Mon, 15 Apr 2013 16:29:25 +0200 Sascha L. Teichmann Fix XML typo
Mon, 15 Apr 2013 16:04:22 +0200 Tom Gottfried Schema change: add constraint to have unique stations per flow velocity model
Mon, 15 Apr 2013 15:48:58 +0200 Sascha L. Teichmann Backend: Reset km index after parsing a file.
Mon, 15 Apr 2013 15:45:18 +0200 Sascha L. Teichmann Backend: Import Flow Velocity Model: Use unique km for station.
Mon, 15 Apr 2013 12:56:43 +0200 Sascha L. Teichmann Merged
Mon, 15 Apr 2013 12:47:15 +0200 Sascha L. Teichmann Replace example.com in conf.xml
Mon, 15 Apr 2013 12:42:02 +0200 Sascha L. Teichmann Used replacement ${help.url} in i18n- properties.
Mon, 15 Apr 2013 12:35:26 +0200 Sascha L. Teichmann Added configuration for online help in conf.xml
Mon, 15 Apr 2013 12:40:29 +0200 Felix Wolfsteller issue1149: Include function name in facet name for fixreal.
Mon, 15 Apr 2013 11:53:48 +0200 Felix Wolfsteller Avoid NPE.
Mon, 15 Apr 2013 11:17:50 +0200 Raimund Renkert merged.
Mon, 15 Apr 2013 11:16:39 +0200 Raimund Renkert Use correct i18n string for y axis.
Mon, 15 Apr 2013 11:06:31 +0200 Andre Heinecke Switch back to example url and correct background wms url
Mon, 15 Apr 2013 10:57:27 +0200 Felix Wolfsteller Added accidentally omitted i18n addition.
Mon, 15 Apr 2013 10:56:38 +0200 Felix Wolfsteller i18n error messages if years are wrong for sediment load.
Mon, 15 Apr 2013 10:55:16 +0200 Felix Wolfsteller Doc and vimline.
Mon, 15 Apr 2013 10:55:08 +0200 Felix Wolfsteller SedimentLoadYearSelect: Add validation to have second year later than first.
Mon, 15 Apr 2013 10:35:24 +0200 Andre Heinecke Increase default memory size for the artifact server
Mon, 15 Apr 2013 10:33:59 +0200 Andre Heinecke Add print url to relase script
Fri, 12 Apr 2013 20:17:11 +0200 Tom Gottfried StaFileParser: use correct substring for gauge name
Fri, 12 Apr 2013 19:52:15 +0200 Tom Gottfried merge
Fri, 12 Apr 2013 19:51:44 +0200 Tom Gottfried Set description when importing flow velocity models
Fri, 12 Apr 2013 19:18:02 +0200 Andre Heinecke Added tag 2.9.19 for changeset c4162d8378a1
Fri, 12 Apr 2013 19:17:19 +0200 Andre Heinecke Fix syntax error 2.9.19
Fri, 12 Apr 2013 16:53:17 +0200 Felix Wolfsteller Inlcude years in error messages about sed.load, to avoid it interpreted as km.
Fri, 12 Apr 2013 16:51:52 +0200 Felix Wolfsteller SedimentLoadCalculation: Partly fix 1250 (calculate more than one total if possible).
Fri, 12 Apr 2013 16:13:23 +0200 Tom Gottfried Schema change: fixed constraints
Fri, 12 Apr 2013 15:08:14 +0200 Raimund Renkert Fixed label for 'W' axis in middle bed height generator.
Fri, 12 Apr 2013 14:51:29 +0200 Raimund Renkert Added old calculation and additional data to dc config for bed difference charts.
Fri, 12 Apr 2013 14:50:18 +0200 Raimund Renkert Added processor for new factes in bed difference chart generators.
Fri, 12 Apr 2013 14:49:04 +0200 Raimund Renkert Added facets to bed difference config.
Fri, 12 Apr 2013 14:19:49 +0200 Tom Gottfried Minor renaming in German i18n
Fri, 12 Apr 2013 13:01:58 +0200 Andre Heinecke Update Layout and add basic UTF-8 support that is still broken
Fri, 12 Apr 2013 12:58:46 +0200 Andre Heinecke Do ordering in the data dictionary and replace "null" strings with empty strings
Fri, 12 Apr 2013 12:57:57 +0200 Andre Heinecke Request maps from osm.intevation.de by another url and fix dpi handling
Fri, 12 Apr 2013 12:56:25 +0200 Andre Heinecke Localize the _data strings, limit the input in the panel and Search
Fri, 12 Apr 2013 12:53:06 +0200 Andre Heinecke Add i18n for mapfish_data variables. A bit ugly because we
Fri, 12 Apr 2013 12:23:53 +0200 Andre Heinecke Add saveguard not to include 0 in a scale for logarithmic axes
Fri, 12 Apr 2013 12:22:01 +0200 Andre Heinecke Do not autozoom on logarithmic axis. Autozoom tries to include 0 in most cases
Wed, 10 Apr 2013 14:48:00 +0200 Andre Heinecke Also make http part of the mapserver url replaceable
Fri, 12 Apr 2013 09:42:20 +0200 Raimund Renkert Cosmetics.
Fri, 12 Apr 2013 09:41:56 +0200 Raimund Renkert Added basedata and old calculations to middle bedheight dc and added new macros.
Fri, 12 Apr 2013 09:40:40 +0200 Raimund Renkert Enable the middle bedheight chart generator to draw W facets.
Fri, 12 Apr 2013 09:39:40 +0200 Raimund Renkert Added new facet types to middle bedheight chart output.
Fri, 12 Apr 2013 09:38:40 +0200 Raimund Renkert Renamed 'Werte' to 'Ergebnisausgabe' in client.
Thu, 11 Apr 2013 17:24:19 +0200 Felix Wolfsteller Fix RangeAccess.getLocations for Reference Curves.
Thu, 11 Apr 2013 16:31:55 +0200 Felix Wolfsteller Added vimline.
Thu, 11 Apr 2013 14:10:53 +0200 Felix Wolfsteller themes.xml: Fix typo that prevented susp_sediment theme display.
Thu, 11 Apr 2013 12:43:02 +0200 Felix Wolfsteller Cosmetics, docs, vimlines.
Thu, 11 Apr 2013 11:57:22 +0200 Felix Wolfsteller SedimentLoadFactory: Renamed getLoadwithData to getLoadWithData, update callers.
Thu, 11 Apr 2013 18:58:33 +0200 Sascha L. Teichmann Workaround for flys/issue1161: Render gauge names into tooltip, too.
Thu, 11 Apr 2013 16:39:29 +0200 Tom Gottfried configured zoom-scale for river Rhein
Thu, 11 Apr 2013 13:58:18 +0200 Christian Lins Temporary remove classification from floodmap plane theme editor (#801).
Thu, 11 Apr 2013 13:18:00 +0200 Tom Gottfried fix names in features.xml
Thu, 11 Apr 2013 13:16:33 +0200 Tom Gottfried fix diverse name errors in floodmap.xml and rivermap.xml
Thu, 11 Apr 2013 11:25:41 +0200 Christian Lins Create floodmap colorrange dynamically from artifact parameters. Theme setting for colorrange classes is currently not functioning (wasn't before either).
Thu, 11 Apr 2013 10:55:41 +0200 Felix Wolfsteller FacetTypes: Add sedimentload IS macro.
Thu, 11 Apr 2013 10:52:56 +0200 Felix Wolfsteller issue1077: Handle overlapping measurement station ranges, refactored Generator,
Thu, 11 Apr 2013 10:14:18 +0200 Tom Gottfried updated names and URLs in rivermap.xml and floodmap.xml
Thu, 11 Apr 2013 09:24:05 +0200 Tom Gottfried update river names in features.xml
Thu, 11 Apr 2013 07:28:57 +0200 Sascha L. Teichmann Make it compile again.
Wed, 10 Apr 2013 13:11:45 +0200 Felix Wolfsteller Minor refactoring.
Wed, 10 Apr 2013 13:11:24 +0200 Felix Wolfsteller SedimentLoadFacet: Minor refactor.
Wed, 10 Apr 2013 13:10:55 +0200 Felix Wolfsteller Doc and cosmetics.
Wed, 10 Apr 2013 09:36:25 +0200 Felix Wolfsteller Doc, Cosmetics.
Wed, 10 Apr 2013 09:35:07 +0200 Felix Wolfsteller flys/issue1077: Show loads as step line, therefore transform data in
Wed, 10 Apr 2013 09:32:47 +0200 Felix Wolfsteller Doc.
Wed, 10 Apr 2013 09:30:55 +0200 Felix Wolfsteller FacetTypes: New IS macro for sediment load, prep for issue1077.
Wed, 10 Apr 2013 09:30:09 +0200 Felix Wolfsteller Doc.
Wed, 10 Apr 2013 09:29:34 +0200 Felix Wolfsteller Doc.
Wed, 10 Apr 2013 09:28:58 +0200 Felix Wolfsteller Doc.
Wed, 10 Apr 2013 09:27:18 +0200 Felix Wolfsteller Doc and whitespaces.
Wed, 10 Apr 2013 09:25:19 +0200 Felix Wolfsteller Doc.
Wed, 10 Apr 2013 09:24:52 +0200 Felix Wolfsteller Add vim line.
Wed, 10 Apr 2013 09:23:57 +0200 Felix Wolfsteller Whitespace cosmetic.
Wed, 03 Apr 2013 16:17:04 +0200 Felix Wolfsteller WQAdaptedInputPanel: cosmetics in docs.
Tue, 02 Apr 2013 10:28:52 +0200 Felix Wolfsteller Fix issue697 (i18n).
Tue, 02 Apr 2013 10:28:14 +0200 Felix Wolfsteller ComputedDischargeCurveState: Cosmetics.
Wed, 10 Apr 2013 15:07:39 +0200 Tom Gottfried StaFileParser: take correct substring for gauge number
Wed, 10 Apr 2013 15:04:56 +0200 Raimund Renkert Added old calculations to datacage 'M-INFO Sedimentfracht'.
Wed, 10 Apr 2013 14:51:57 +0200 Sascha L. Teichmann Datacage: fix dc:contains() Do not uppercase needle if its not a container search.
Wed, 10 Apr 2013 14:46:09 +0200 Sascha L. Teichmann Datacage: dc:contains() is now able to process strings
Wed, 10 Apr 2013 10:59:29 +0200 Andre Heinecke Handle NULL elements in datacage xml
Wed, 10 Apr 2013 10:25:33 +0200 Andre Heinecke Flys Issue 759 write longer strings and explicitly break the lines
Wed, 10 Apr 2013 10:24:40 +0200 Andre Heinecke Increase the width of the hover item a bit.
Tue, 09 Apr 2013 19:39:39 +0200 Andre Heinecke Update dem info string
Tue, 09 Apr 2013 19:08:27 +0200 Tom Gottfried Import fixpoints.hpgp also from attribut 'ART'
Tue, 09 Apr 2013 19:07:20 +0200 Tom Gottfried Schema change: Allow longer strings in fixpoints.hpgp
Tue, 09 Apr 2013 19:04:32 +0200 Andre Heinecke Add a new mechanism in mapfish print call to add arbitary data maps
Tue, 09 Apr 2013 19:01:23 +0200 Andre Heinecke Add some more scales for the map
Tue, 09 Apr 2013 19:00:27 +0200 Andre Heinecke Remove old page attributes maptitle and comment
Tue, 09 Apr 2013 17:59:14 +0200 Andre Heinecke Move floodplain into its own directory and reindent
Tue, 09 Apr 2013 17:32:01 +0200 Andre Heinecke Expand doc for river-wms and user-wms and add note about oracle
Tue, 09 Apr 2013 17:10:28 +0200 Sascha L. Teichmann Merged
Tue, 09 Apr 2013 17:09:59 +0200 Sascha L. Teichmann AFT/DIPS/SGM: Do _not_ update current discharge table from AFT.
Tue, 09 Apr 2013 16:52:41 +0200 Tom Gottfried Mark layers coming from external WMS as such in datacage
Tue, 09 Apr 2013 16:31:05 +0200 Andre Heinecke Remove uneccessary complication fixpoints are always fixpoints
Tue, 09 Apr 2013 16:03:01 +0200 Andre Heinecke Uppercase the name if the name is festpunkte
Tue, 09 Apr 2013 15:32:46 +0200 Christian Lins Hopefully fix for some map resizing issues.
Tue, 09 Apr 2013 15:14:15 +0200 Andre Heinecke Renable map print button
Tue, 09 Apr 2013 15:13:42 +0200 Andre Heinecke Center print Window in the page to recive click events
Tue, 09 Apr 2013 12:44:57 +0200 Christian Lins Fix for #802: digitized pipes and dikes should be visible now
Tue, 09 Apr 2013 12:00:52 +0200 Sascha L. Teichmann Datacage: Added dc:date-format to function resolver. Args: dc:date-format(pattern, date)
Tue, 09 Apr 2013 11:53:47 +0200 Andre Heinecke Explicitly set the content type for the pdf download.
Tue, 09 Apr 2013 11:51:29 +0200 Andre Heinecke Break printing to rework the parametrization of the print job
Mon, 08 Apr 2013 17:40:20 +0200 Andre Heinecke It's hws_kind not kws_kind
Tue, 09 Apr 2013 08:28:07 +0200 Sascha L. Teichmann Datacage: toValue/fromValue: Use constant instead of hard coded number.
Mon, 08 Apr 2013 17:23:20 +0200 Sascha L. Teichmann FixA: tab output ist now grouped by km and periods. Fixes flys/issue1163
Mon, 08 Apr 2013 17:14:57 +0200 Andre Heinecke Add DGM_PATH variable
Mon, 08 Apr 2013 17:02:08 +0200 Andre Heinecke Added tag 2.9.18 for changeset 8128622e4b28
Mon, 08 Apr 2013 16:58:14 +0200 Andre Heinecke Set filename for the response 2.9.18
Mon, 08 Apr 2013 16:55:15 +0200 Andre Heinecke Minor: Change dgm path config example to make it easier to replace
Mon, 08 Apr 2013 16:46:38 +0200 Andre Heinecke Do not show old calculations in hws datacage selection
Mon, 08 Apr 2013 16:45:38 +0200 Andre Heinecke When the HWS parameter is given only show the inline hws
Mon, 08 Apr 2013 16:42:50 +0200 Sascha L. Teichmann Rolled XPath replacement back for main values.
Mon, 08 Apr 2013 16:24:08 +0200 Bettina Gruenbauer merge
Mon, 08 Apr 2013 16:23:18 +0200 Bettina Gruenbauer changing function denotation
Mon, 08 Apr 2013 15:23:01 +0200 Andre Heinecke Do not call recommend twice.
Mon, 08 Apr 2013 14:54:32 +0200 Raimund Renkert merged.
Mon, 08 Apr 2013 14:52:59 +0200 Raimund Renkert Added new elements to M-INFO datacage.
Mon, 08 Apr 2013 12:07:43 +0200 Sascha L. Teichmann Datacage: Fix potential connection leak to SedDB.
Mon, 08 Apr 2013 11:24:39 +0200 Andre Heinecke Added tag 2.9.17 for changeset 3e8f7b4bdf20
Mon, 08 Apr 2013 11:03:14 +0200 Sascha L. Teichmann Don't use SedDB in Datacage (temp fix) 2.9.17
Sun, 07 Apr 2013 11:38:15 +0200 Sascha L. Teichmann Simplified inner loop of water level exporter.
Fri, 05 Apr 2013 23:28:56 +0200 Sascha L. Teichmann Removed obsolete import.
Fri, 05 Apr 2013 23:27:48 +0200 Sascha L. Teichmann Used DOM instead of XPath to extract main values.
Fri, 05 Apr 2013 23:19:01 +0200 Sascha L. Teichmann Added missing validation check.
Fri, 05 Apr 2013 23:16:31 +0200 Sascha L. Teichmann Element.getAttributeNS() does not return null values.
Fri, 05 Apr 2013 17:15:16 +0200 Andre Heinecke Added tag 2.9.16 for changeset 2fa6da26a142
Fri, 05 Apr 2013 17:12:01 +0200 Andre Heinecke Add geoportal.bafg.de to whitelist and remove layer names from legend 2.9.16
Fri, 05 Apr 2013 17:10:52 +0200 Andre Heinecke Change HWS Strings in the floodmap for current calculations
Fri, 05 Apr 2013 16:48:07 +0200 Andre Heinecke Move floodmap folders to the top folder similar to the map module
Fri, 05 Apr 2013 12:52:21 +0200 Andre Heinecke Use the layer name for the default riveraxis class
Fri, 05 Apr 2013 15:42:15 +0200 Tom Gottfried added missing ON DELETE CASCADE to Oracle schema
Fri, 05 Apr 2013 14:56:36 +0200 Raimund Renkert Added i18n string for flow velocity datacage.
Fri, 05 Apr 2013 14:55:43 +0200 Raimund Renkert Put the correct annotations into flowvelocity dc and fix measurement name.
Fri, 05 Apr 2013 12:11:58 +0200 Tom Gottfried Backed out changeset 2eeb9a45cd2e
Fri, 05 Apr 2013 12:06:48 +0200 Tom Gottfried mention conf/cache.xml in flush_cache doku
Thu, 04 Apr 2013 19:21:09 +0200 Andre Heinecke Rewrite landscape map layout so that it is more in line with desktop flys
Thu, 04 Apr 2013 18:41:36 +0200 Andre Heinecke Add flush_cache helper script to document the functionality how
Fri, 05 Apr 2013 11:18:16 +0200 Raimund Renkert Write filename as description instead of the header meta line in flow velocity
Fri, 05 Apr 2013 09:56:02 +0200 Tom Gottfried merge
Fri, 05 Apr 2013 09:55:33 +0200 Tom Gottfried configured secondary channels for user flys_bfg
Fri, 05 Apr 2013 09:54:07 +0200 Sascha L. Teichmann Order Qs before Ds and values ascending
Fri, 05 Apr 2013 09:10:10 +0200 Sascha L. Teichmann Removed obsolete imports.
Fri, 05 Apr 2013 09:03:34 +0200 Sascha L. Teichmann Cleanup whitespace. Removed unused variable.
Fri, 05 Apr 2013 08:59:35 +0200 Sascha L. Teichmann Removed obsolete imports.
Thu, 04 Apr 2013 18:15:35 +0200 Tom Gottfried Geo-importer: accept river names with white space
Thu, 04 Apr 2013 16:07:55 +0200 Andre Heinecke Use dc:replace to remove static "Fixierungen/" prefix in fixation description
Thu, 04 Apr 2013 16:07:24 +0200 Andre Heinecke Add dc:replace function for datacage
Thu, 04 Apr 2013 16:07:02 +0200 Andre Heinecke Order Fixations by their description
Thu, 04 Apr 2013 15:29:18 +0200 Sascha L. Teichmann Merged
Thu, 04 Apr 2013 15:28:33 +0200 Sascha L. Teichmann Merged
Thu, 04 Apr 2013 12:27:54 +0200 Sascha L. Teichmann FLYS backend: Commented out the Hibernate Management Bean statistic because they are not configured corrctly.
Thu, 04 Apr 2013 14:58:18 +0200 Andre Heinecke Fix skipping of buhnen.shp
Thu, 04 Apr 2013 12:25:32 +0200 Bettina Gruenbauer changing module names
Thu, 04 Apr 2013 11:24:42 +0200 Andre Heinecke MINFO and WINFO are now M-INFO and W-INFO
Thu, 04 Apr 2013 11:21:20 +0200 Andre Heinecke Convert the river name into unicode
Thu, 04 Apr 2013 11:00:47 +0200 Andre Heinecke Add missing classes for Floodmark, WMSFloodmarksArtifact and WMSJettiesArtifact
Thu, 04 Apr 2013 10:58:16 +0200 Raimund Renkert merged again.
Thu, 04 Apr 2013 10:56:26 +0200 Raimund Renkert merged.
Thu, 04 Apr 2013 10:55:46 +0200 Raimund Renkert Added bed quality facets to flow velocity datacage.
Thu, 04 Apr 2013 10:56:12 +0200 Andre Heinecke Fix distinction for kilometrage.
Thu, 04 Apr 2013 10:40:01 +0200 Andre Heinecke Add Floodmarks and all specified WMS services to datacage
Thu, 04 Apr 2013 10:23:17 +0200 Andre Heinecke Use latin1 as encoding in the dgm importer to make it easier matching latin1
Wed, 03 Apr 2013 16:33:28 +0200 Andre Heinecke Add floodmarks importer
Wed, 03 Apr 2013 23:16:11 +0200 Sascha L. Teichmann WST importer: Cosmetics.
Wed, 03 Apr 2013 21:02:17 +0200 Tom Gottfried Wst Parser: Yet another attempt to fix the order of the Q ranges (made by S. Teichmann)
Wed, 03 Apr 2013 20:16:01 +0200 Sascha L. Teichmann Wst Parser: Another attempt to fix the order of the Q ranges.
Wed, 03 Apr 2013 17:59:11 +0200 Sascha L. Teichmann WST Importer: Potential fix for tighten gaps between Q ranges.
Wed, 03 Apr 2013 16:00:21 +0200 Christian Lins Merged
Wed, 03 Apr 2013 15:59:01 +0200 Christian Lins Revert config.yaml to usable version.
Mon, 25 Mar 2013 14:36:39 +0100 Christian Lins d4e/client: Map preview in DigitizePanel is now properly resized (as long as the project is not reopened).
Wed, 03 Apr 2013 15:34:18 +0200 Andre Heinecke Add i18n for measurements
Wed, 03 Apr 2013 15:32:29 +0200 Andre Heinecke Fix typo in i18n for potential
Wed, 03 Apr 2013 15:31:31 +0200 Andre Heinecke Fix syntax errors in oracle scheme
Wed, 03 Apr 2013 15:31:04 +0200 Andre Heinecke Add uesg as specified to the datacage
Wed, 03 Apr 2013 15:30:45 +0200 Andre Heinecke Remove useless km_exists statements
Wed, 03 Apr 2013 15:26:41 +0200 Raimund Renkert Fixed replacement for unresolved variables in templating builder.
Wed, 03 Apr 2013 12:54:34 +0200 Sascha L. Teichmann Datacage: Added connection to SedDB. Use <dc:context connection="seddb"> to use it.
Wed, 03 Apr 2013 10:56:57 +0200 Andre Heinecke Make FONT_PATH configurable in release script.
Tue, 02 Apr 2013 13:02:12 +0200 Tom Gottfried Use left join on time intervals as they can be NULL
Tue, 02 Apr 2013 08:58:24 +0200 Felix Wolfsteller Merged.
Thu, 28 Mar 2013 12:11:13 +0100 Felix Wolfsteller WQAdaptedInputPanel: Cosmetics, doc.
Thu, 28 Mar 2013 11:36:19 +0100 Felix Wolfsteller WQAdaptedInputPanel: Switch focus when input had been done via inputhelper (part flys/issue1133).
Mon, 01 Apr 2013 13:50:56 +0200 Sascha L. Teichmann Datacage: Removed 'filter' attribute from <dc:for-each> because there is the <dc:filter> element now.
Mon, 01 Apr 2013 13:36:14 +0200 Sascha L. Teichmann Replaced usage of old <dc:for-each filter="..."/> by <dc:filter expr="..."><dc:if test="dc:has-result()">.
Fri, 29 Mar 2013 14:25:36 +0100 Sascha L. Teichmann Applied contrib/inline-dc-attribute.xsl und fix idention. Need testing
Fri, 29 Mar 2013 11:07:24 +0100 Sascha L. Teichmann Datacage: Rename <dc:elements> to <dc:for-each>. We should have done this much earlier.
Thu, 28 Mar 2013 18:49:48 +0100 Tom Gottfried Morpho-Importer: small logging improvements
Thu, 28 Mar 2013 17:42:00 +0100 Tom Gottfried compile manual from within importer packaging script
Thu, 28 Mar 2013 17:17:19 +0100 Andre Heinecke Added tag 2.9.15 for changeset 437109b3cf49
Thu, 28 Mar 2013 17:15:00 +0100 Andre Heinecke Add note to uesk that they are not done 2.9.15
Thu, 28 Mar 2013 17:14:36 +0100 Andre Heinecke Fix syntax error in builder.
Thu, 28 Mar 2013 17:14:16 +0100 Andre Heinecke Add Pegelonline-Pegelpunkte layer instead of gauge_locations
Thu, 28 Mar 2013 17:13:53 +0100 Andre Heinecke Properly handle hydr_boundaries and hydr_boundaries_poly in datacage
Thu, 28 Mar 2013 15:56:24 +0100 Andre Heinecke Cosmetic scheme change. Qualify the unknown name of sectie and sobek
Thu, 28 Mar 2013 15:31:34 +0100 Andre Heinecke Add not null and default for hydr_boundary classifiers
Thu, 28 Mar 2013 15:29:09 +0100 Andre Heinecke Explicitly set sectie und sobek to 0 by default
Thu, 28 Mar 2013 15:28:05 +0100 Andre Heinecke Do not import floodplains as hydr boundaries again
Thu, 28 Mar 2013 16:51:32 +0100 Sascha L. Teichmann merged
Thu, 28 Mar 2013 16:51:15 +0100 Sascha L. Teichmann Datacage: Added <dc:filter> element. This allows cleaner way to narrow the datasets.
Thu, 28 Mar 2013 16:43:20 +0100 Tom Gottfried SedimentDensityParser: don't try to guess year from comment column
Thu, 28 Mar 2013 16:41:30 +0100 Tom Gottfried Schema change: add shore offset to sediment density values and be more rigid with input files in parser
Thu, 28 Mar 2013 15:55:34 +0100 Sascha L. Teichmann Removed obsolete imports. Minor code simplifications.
Thu, 28 Mar 2013 15:35:42 +0100 Tom Gottfried SedimentDensityParser: allow year to be null (in line with schema)
Thu, 28 Mar 2013 15:21:31 +0100 Raimund Renkert Added i18n strings.
Thu, 28 Mar 2013 15:21:15 +0100 Raimund Renkert Create a new sq relation project on measurement station record click.
Thu, 28 Mar 2013 15:17:52 +0100 Raimund Renkert Added i18n strings for static sq data.
Thu, 28 Mar 2013 15:17:02 +0100 Raimund Renkert New Artifact and static state for sq relation.
Thu, 28 Mar 2013 15:15:33 +0100 Raimund Renkert Added Factory and model for static sq relations.
Thu, 28 Mar 2013 15:12:26 +0100 Sascha L. Teichmann Add XSL transformation that replaces <dc:attribute> with their shortened inline notation.
Thu, 28 Mar 2013 14:02:52 +0100 Tom Gottfried Schema change: make sq_relation_value.qmax NOT NULL and more informative messages in parser
Thu, 28 Mar 2013 13:19:13 +0100 Raimund Renkert Use gauge name instead of gauge to fill 'messstelleninfo'.
Thu, 28 Mar 2013 12:39:14 +0100 Andre Heinecke Add support for multiple floodplains and add them to the datacage accordingly
Thu, 28 Mar 2013 12:38:06 +0100 Andre Heinecke Minor scheme change. Update kind names to their UI representation.
Thu, 28 Mar 2013 12:04:53 +0100 Andre Heinecke Fix new attribute evaluation
Thu, 28 Mar 2013 10:57:15 +0100 Andre Heinecke Allow default version in packaging script
Thu, 28 Mar 2013 09:44:32 +0100 Andre Heinecke Update attribution year for intevation wms background
Thu, 28 Mar 2013 09:23:37 +0100 Andre Heinecke Conf dir is no longer needed
Thu, 28 Mar 2013 10:06:44 +0100 Tom Gottfried Parsers: do not call warnings error
Thu, 28 Mar 2013 09:39:01 +0100 Tom Gottfried BedHeightParser: don't call a warning error.
Thu, 28 Mar 2013 09:29:42 +0100 Felix Wolfsteller DatacageWidget: Use ScreenLock when loading dc data, solves flys/issue1152 .
Thu, 28 Mar 2013 09:25:38 +0100 Felix Wolfsteller CollectionView: removed and use functionality that was moved to LockScreen.
Thu, 28 Mar 2013 09:24:41 +0100 Felix Wolfsteller New ScrenLock class to ease refactoring and reuse of spinning-wheel-show.
Thu, 28 Mar 2013 08:03:14 +0100 Sascha L. Teichmann Datacage: Experimental support for '{XPath}' expressions in attributes similiar to XSLT. Using this feature you can shorten the written template a lot because it reduces the necessity to create dynamic attributes with <dc:attribute>.
Wed, 27 Mar 2013 21:01:13 +0100 Tom Gottfried BedHeightParser: allow white space in km-range
Wed, 27 Mar 2013 20:21:27 +0100 Tom Gottfried merge
Wed, 27 Mar 2013 20:21:01 +0100 Tom Gottfried SQRelationParser: don't call a warning error
Wed, 27 Mar 2013 20:19:32 +0100 Sascha L. Teichmann Merged
Wed, 27 Mar 2013 20:19:09 +0100 Sascha L. Teichmann AFT/DIPS: Small fixes and workarounds for Oracle DB problems.
Wed, 27 Mar 2013 18:48:28 +0100 Sascha L. Teichmann AFT/DIPS: Fixed wrond SQL statement.
Wed, 27 Mar 2013 19:23:57 +0100 Tom Gottfried Schema Change: removed constraint that did not allow to have more than one measurement_type per station
Wed, 27 Mar 2013 18:31:31 +0100 Andre Heinecke Add proper handling of multiple river_axes for datacage and rivermapfile
Wed, 27 Mar 2013 17:49:46 +0100 Andre Heinecke Fix null pointer exception in ImportMeasurement Station
Wed, 27 Mar 2013 16:26:50 +0100 Tom Gottfried backout r5460 to be compatible with r5471 and Oracle database
Wed, 27 Mar 2013 16:16:49 +0100 Andre Heinecke Move km and rename to kilometrage
Wed, 27 Mar 2013 16:12:09 +0100 Andre Heinecke Move fixpoints to their correct location in datacage
Wed, 27 Mar 2013 15:59:30 +0100 Raimund Renkert merged.
Wed, 27 Mar 2013 15:57:44 +0100 Raimund Renkert Renamed comment to description in measurement station.
Wed, 27 Mar 2013 15:39:37 +0100 Andre Heinecke Add i18n for route_data and other
Wed, 27 Mar 2013 15:37:37 +0100 Andre Heinecke Handle kind filtering in QPS WMS artifact
Wed, 27 Mar 2013 15:36:44 +0100 Andre Heinecke Use getRiverId from the baseclass
Wed, 27 Mar 2013 15:36:02 +0100 Andre Heinecke Do not use != in sql statement
Wed, 27 Mar 2013 15:27:25 +0100 Andre Heinecke Restructure datacage to have a route_data folder
Wed, 27 Mar 2013 15:26:28 +0100 Andre Heinecke Add crosssection track accessors that filter by kind and by kind and name
Wed, 27 Mar 2013 11:29:59 +0100 Andre Heinecke Add externalwms for Catchments to datacage config
Tue, 26 Mar 2013 18:30:44 +0100 Andre Heinecke Move background out of rastermap folder.
Tue, 26 Mar 2013 18:29:13 +0100 Andre Heinecke Show top level folder icons only if node has no factory
Wed, 27 Mar 2013 15:38:07 +0100 Tom Gottfried merge
Wed, 27 Mar 2013 15:37:25 +0100 Tom Gottfried Schema Change: rename measurement_station.description to comment to fit rest of the code
Wed, 27 Mar 2013 15:26:51 +0100 Tom Gottfried be more flexible with river names (e.g. containing white space) in import script
Wed, 27 Mar 2013 13:02:53 +0100 Raimund Renkert Removed column 'fraction' from sq relation parser and model.
Wed, 27 Mar 2013 13:01:53 +0100 Raimund Renkert Added gauge name to measurement station parser and model.
Wed, 27 Mar 2013 12:55:57 +0100 Tom Gottfried Schema corrected: measurement_station.reference_gauge_station is not needed
Wed, 27 Mar 2013 12:45:52 +0100 Tom Gottfried Schema Change: use parameter instead of fraction in sq_relation_value
Wed, 27 Mar 2013 12:23:41 +0100 Sascha L. Teichmann AFT/DIPS: Added simple XSL transformation to turn DIPS.xml into HTML too be more readable.
Wed, 27 Mar 2013 12:13:21 +0100 Tom Gottfried store name and km of reference gauges in measurement_stations too, as not all are in gauges
Wed, 27 Mar 2013 11:48:53 +0100 Raimund Renkert merged.
Wed, 27 Mar 2013 11:47:56 +0100 Raimund Renkert Allow null values in measurement_station columns without 'not null' constraints.
Wed, 27 Mar 2013 11:46:00 +0100 Raimund Renkert Correctly parse bedheights.
Wed, 27 Mar 2013 10:59:55 +0100 Sascha L. Teichmann Datacage: Compile XPath expressions and reuse them. With the introduction of filters in dc:elements XPath expressions are evalutated very often so compiling them should reduce the overhead significantly.
Wed, 27 Mar 2013 10:25:45 +0100 Tom Gottfried SCHEMA CHANGE: fixed constraints in MINFO and removed obsolete column
Wed, 27 Mar 2013 10:09:23 +0100 Sascha L. Teichmann Removed obsolete imports.
Wed, 27 Mar 2013 10:06:49 +0100 Sascha L. Teichmann Removed obsolete imports.
Wed, 27 Mar 2013 09:51:01 +0100 Felix Wolfsteller WaterlevelFacet: Slight refactoring (more needed), fix flys/issue1149.
Wed, 27 Mar 2013 09:49:04 +0100 Felix Wolfsteller WaterlevelFacet: Avoid classcastexceptions.
Tue, 26 Mar 2013 22:29:55 +0100 Sascha L. Teichmann Datacage: Index macros with a map. Reduces excessive linear scanning for macros when calling them.
Tue, 26 Mar 2013 21:55:23 +0100 Sascha L. Teichmann Only create one FunctionResolver per BuildHelper. Creatin new ones over and over again is excessive.
Tue, 26 Mar 2013 19:29:39 +0100 Tom Gottfried remove unit from sediment density and depths (always t/m3 respectively cm, otherwise a typo)
Tue, 26 Mar 2013 18:06:42 +0100 Tom Gottfried Allow km-ranges without decimal separator in bed height import
Tue, 26 Mar 2013 18:04:59 +0100 Tom Gottfried removed unit from model and importer for grain fractions (its always mm, otherwise a typo)
Tue, 26 Mar 2013 17:35:39 +0100 Andre Heinecke Set river_id for jetties
Tue, 26 Mar 2013 17:31:55 +0100 Andre Heinecke Add Jetties to floodmap
Tue, 26 Mar 2013 16:34:49 +0100 Andre Heinecke Add note about themes to howto
Tue, 26 Mar 2013 12:07:16 +0100 Andre Heinecke Add buildings of kind 0 to data cage
Tue, 26 Mar 2013 12:04:52 +0100 Andre Heinecke Add warning if the list is empty even without an exception
Tue, 26 Mar 2013 16:29:12 +0100 Sascha L. Teichmann Expose function dc:has-result to Function Resolver.
Tue, 26 Mar 2013 16:24:07 +0100 Sascha L. Teichmann pass BuildHelper to Function Resolver.
Tue, 26 Mar 2013 16:19:10 +0100 Sascha L. Teichmann Removed obsolete imports.
Tue, 26 Mar 2013 16:16:12 +0100 Sascha L. Teichmann Datacage Function Resolver: Lift from static to object space.
Tue, 26 Mar 2013 14:02:58 +0100 Raimund Renkert Added new columns to sq relation importer to import all values from csv and use
Tue, 26 Mar 2013 14:00:48 +0100 Raimund Renkert Renamed description to comment to fit the schema.
Tue, 26 Mar 2013 13:56:56 +0100 Raimund Renkert Improved logging.
Tue, 26 Mar 2013 13:56:08 +0100 Raimund Renkert SCHEMA CHANGE! Renamed columns in sq_relation and sq_relation_value.
Tue, 26 Mar 2013 12:26:48 +0100 Felix Wolfsteller Fix for flys/issue1130 (decimals in result display).
Tue, 26 Mar 2013 11:42:47 +0100 Felix Wolfsteller Fix flys/issue1150 (i18n).
Tue, 26 Mar 2013 11:39:03 +0100 Andre Heinecke Fix Wstcalculation for non monotonous values.
Tue, 26 Mar 2013 11:29:25 +0100 Andre Heinecke Add port info to generated connection string for oracle
Tue, 26 Mar 2013 11:25:44 +0100 Felix Wolfsteller Cosmetics, fix typo in i18n.
Tue, 26 Mar 2013 11:20:36 +0100 Felix Wolfsteller Fix flys/issue1206 (reference system in discharge curve).
Tue, 26 Mar 2013 11:08:23 +0100 Andre Heinecke Depend on commons-dbcp for connection-init-sqls.
Tue, 26 Mar 2013 11:03:06 +0100 Andre Heinecke Add sedinitsqls to packaging script
Tue, 26 Mar 2013 09:55:07 +0100 Andre Heinecke Use minute instead of month as the last number of the date/timestamp
Tue, 26 Mar 2013 09:39:34 +0100 Tom Gottfried Morpho-Importer: Do not mask database exceptions as broken files
Tue, 26 Mar 2013 09:40:05 +0100 Felix Wolfsteller WaterlevelSelectState: Avoid npe with extreme results.
Mon, 25 Mar 2013 19:53:35 +0100 Felix Wolfsteller Handle main values in HistoricalDischargeWQCurveGenerator.
Mon, 25 Mar 2013 19:51:24 +0100 Felix Wolfsteller Doc.
Mon, 25 Mar 2013 19:50:55 +0100 Felix Wolfsteller Added historical_discharge_wq to chart types, for manualpoints.
Mon, 25 Mar 2013 19:49:44 +0100 Felix Wolfsteller Added historical_discharge_wq.manualpoints facet to winfo facet compat list.
Mon, 25 Mar 2013 19:49:06 +0100 Felix Wolfsteller Added historical_discharge_wq.manualpoints facet to manualpoints compat list.
Mon, 25 Mar 2013 17:51:33 +0100 Tom Gottfried SCHEMA CHANGE: add table for flood marks and missing DROPs for jetties
Mon, 25 Mar 2013 17:01:07 +0100 Andre Heinecke Add building_kinds to drop script and fix syntax of buildings table
Mon, 25 Mar 2013 17:00:37 +0100 Andre Heinecke Only match strings vor field values
Mon, 25 Mar 2013 15:46:21 +0100 Tom Gottfried SCHEMA CHANGE: additional columns and FK constraint for SQ-relation
Mon, 25 Mar 2013 15:38:54 +0100 Andre Heinecke Remove river_name and map elements to reduce datacage level depth
Mon, 25 Mar 2013 15:02:04 +0100 Andre Heinecke Add buildings with kinds to datacage
Mon, 25 Mar 2013 15:01:16 +0100 Andre Heinecke Generalize parsing of ids data string
Mon, 25 Mar 2013 15:00:25 +0100 Andre Heinecke Add getBuildings method that filters by kind
Mon, 25 Mar 2013 12:19:40 +0100 Andre Heinecke Fix searchValue and mark a field where a string is found as handled
Mon, 25 Mar 2013 15:41:16 +0100 Felix Wolfsteller WINFOArtifact: Setting facetactivity for historical discharge, main values.
Mon, 25 Mar 2013 15:38:44 +0100 Felix Wolfsteller I18n for historical discharge curves main value facet name.
Mon, 25 Mar 2013 15:28:02 +0100 Felix Wolfsteller MainValuesArtifact: Override getName to make FacetActivityRegistry working.
Mon, 25 Mar 2013 12:41:00 +0100 Raimund Renkert I18n for new state 'outlier-method'.
Mon, 25 Mar 2013 12:40:26 +0100 Raimund Renkert Use new state 'outlier mehtod selection' in SQ-relation.
Mon, 25 Mar 2013 12:35:08 +0100 Raimund Renkert Added new state for outlier test method. Methods are 'grubbs' or 'std-dev'.
Mon, 25 Mar 2013 11:53:27 +0100 Andre Heinecke Fix typo in HWSBarriersState that caused mapfile corruption
Mon, 25 Mar 2013 11:52:44 +0100 Tom Gottfried Bed height single import: give more informative warnings
Mon, 25 Mar 2013 10:22:48 +0100 Andre Heinecke Importer default official = False for hws
Mon, 25 Mar 2013 10:12:42 +0100 Andre Heinecke Rename station to km to be in line with the rest
Mon, 25 Mar 2013 10:16:34 +0100 Felix Wolfsteller flys/issue1183: Default from date form fields (fix).
Fri, 22 Mar 2013 12:33:28 +0100 Felix Wolfsteller Part of flys/issue1183: Default from/to date form fields (not yet working for from).
Fri, 22 Mar 2013 12:32:48 +0100 Felix Wolfsteller Tinydoc.
Fri, 22 Mar 2013 17:32:09 +0100 Andre Heinecke Import buildings according to specification
Fri, 22 Mar 2013 17:31:48 +0100 Andre Heinecke Importer: Add function to search a value in all fields.
Fri, 22 Mar 2013 17:30:10 +0100 Andre Heinecke Scheme change: Building table is extended and got a lookup table for kind
Fri, 22 Mar 2013 17:00:22 +0100 Andre Heinecke Importer act according to specs when importing jetties
Fri, 22 Mar 2013 16:59:34 +0100 Andre Heinecke First revert then update in the make release script to avoid conflicts
Fri, 22 Mar 2013 16:54:43 +0100 Andre Heinecke Explicitly force the kind to be 2 when it is not set.
Fri, 22 Mar 2013 11:56:37 +0100 Raimund Renkert merged.
Fri, 22 Mar 2013 11:55:14 +0100 Raimund Renkert I1174: Changed label for some themes in fix analysis.
Fri, 22 Mar 2013 11:25:54 +0100 Christian Lins Merge with default branch mapgenfix
Fri, 22 Mar 2013 11:04:40 +0100 Andre Heinecke Added tag 2.9.14 for changeset a5f5599f6fd5
Fri, 22 Mar 2013 11:02:08 +0100 Bettina Gruenbauer merge 2.9.14
Fri, 22 Mar 2013 11:01:31 +0100 Bettina Gruenbauer adjusting files
Fri, 22 Mar 2013 09:13:58 +0100 Felix Wolfsteller Doc.
Fri, 22 Mar 2013 09:13:41 +0100 Felix Wolfsteller Doc.
Fri, 22 Mar 2013 09:12:23 +0100 Felix Wolfsteller Doc.
Fri, 22 Mar 2013 09:11:08 +0100 Felix Wolfsteller Doc.
Fri, 22 Mar 2013 09:09:52 +0100 Felix Wolfsteller MainValuesArtifact: For hist. W/Q diagram mainvalues, get location from gauge.
Fri, 22 Mar 2013 09:08:04 +0100 Felix Wolfsteller MainValuesArtifact: Spawn two new facets (for his. w/q diagrams).
Fri, 22 Mar 2013 09:07:22 +0100 Felix Wolfsteller FacetTypes: Add two new Facet types for mainvalues in hist. w/q diagrams.
Fri, 22 Mar 2013 09:06:32 +0100 Felix Wolfsteller MainValuesArtifact: Doc, cosmetics.
Fri, 22 Mar 2013 09:05:47 +0100 Felix Wolfsteller meta-data.xml: Recommend main values for historic. w/q diagram.
Fri, 22 Mar 2013 09:05:11 +0100 Felix Wolfsteller winfo.xml: Little formatting, adding mainvalues to compat list.
Thu, 21 Mar 2013 18:24:47 +0100 Andre Heinecke Importer: Do not return true for IsDoubleField set if the field
Thu, 21 Mar 2013 16:52:07 +0100 Andre Heinecke Add HWS Lines and HWS Points folder structures to the datacage
Thu, 21 Mar 2013 17:37:41 +0100 Tom Gottfried re-added spatial indices for Oracle that work since importer forces correct dimensions
Thu, 21 Mar 2013 16:29:54 +0100 Bettina Gruenbauer merge
Thu, 21 Mar 2013 16:29:11 +0100 Bettina Gruenbauer insert links to wiki anchors
Thu, 21 Mar 2013 10:49:38 +0100 Felix Wolfsteller DischargeTablesOverview: Show main values from gauge in dischargetablesoverview.
Thu, 21 Mar 2013 10:11:24 +0100 Bettina Gruenbauer edit anchor for wiki-links
Thu, 21 Mar 2013 09:30:46 +0100 Andre Heinecke Switch to 2D for fixpoints and river_axes
Thu, 21 Mar 2013 09:21:58 +0100 Andre Heinecke Add updated type mapping for jetties
Wed, 20 Mar 2013 19:02:42 +0100 Andre Heinecke Enforce two dimensional point geometries
Wed, 20 Mar 2013 19:02:10 +0100 Andre Heinecke Fix import_rivers script for postgres
Wed, 20 Mar 2013 17:58:45 +0100 Andre Heinecke Jetties are two dimensional
Wed, 20 Mar 2013 17:55:53 +0100 Andre Heinecke Add jetties importer
Wed, 20 Mar 2013 17:20:19 +0100 Andre Heinecke Fix id handling in dgm import
Wed, 20 Mar 2013 17:07:52 +0100 Andre Heinecke Revert 5301:7d29c277000e which introduced inconsitencies in the sequences
Wed, 20 Mar 2013 16:42:52 +0100 Andre Heinecke Add small howto which consists mostly of the notes i took while
Wed, 20 Mar 2013 16:37:02 +0100 Andre Heinecke Add HWSLines and HWSPoints to datacage for the map
Wed, 20 Mar 2013 16:35:47 +0100 Andre Heinecke Remove commented code that could be copied from below.
Wed, 20 Mar 2013 16:33:29 +0100 Andre Heinecke Split HWSArtifact into HWSPoints and HWSLines
Wed, 20 Mar 2013 16:32:07 +0100 Andre Heinecke Fix HWSKind column name for the name of the kind
Wed, 20 Mar 2013 16:30:47 +0100 Andre Heinecke Add HWSPoint to flys credentials
Wed, 20 Mar 2013 12:27:45 +0100 Felix Wolfsteller Show some Q mainvalues in DischargeTablesOverview.
Wed, 20 Mar 2013 12:25:25 +0100 Felix Wolfsteller Doc, cosmetics.
Wed, 20 Mar 2013 11:42:10 +0100 Felix Wolfsteller Doc and vim-magiv.
Wed, 20 Mar 2013 10:10:19 +0100 Felix Wolfsteller Doc, cosmetics.
Wed, 20 Mar 2013 09:51:14 +0100 Felix Wolfsteller Doc.
Wed, 20 Mar 2013 08:50:51 +0100 Felix Wolfsteller Doc, debug fix.
Tue, 19 Mar 2013 15:43:55 +0100 Felix Wolfsteller Fix flys/issue547, display whole years in hist. wq-time range diagrams (i18n).
Tue, 19 Mar 2013 11:29:10 +0100 Felix Wolfsteller Part of i18n fixes for flys/issue1180.
Tue, 19 Mar 2013 10:53:49 +0100 Felix Wolfsteller Partly i18n fixes for flys/issue1180
Tue, 19 Mar 2013 10:40:03 +0100 Felix Wolfsteller Doc, cosmetic and TODO fixes, renamed field in WQTimeRange.
Tue, 19 Mar 2013 10:25:23 +0100 Felix Wolfsteller Doc and whitespace fixes.
Tue, 19 Mar 2013 10:24:03 +0100 Felix Wolfsteller Various i18n issues from flys/issue1180 .
Mon, 18 Mar 2013 17:05:37 +0100 Felix Wolfsteller Part of i18n fix for flys/issues1180.
Mon, 18 Mar 2013 16:49:41 +0100 Felix Wolfsteller AtFileParser, README: Added main-method for AT-File-Parsing debugging, doc.
Mon, 18 Mar 2013 16:49:04 +0100 Felix Wolfsteller Cosemtics, doc.
Fri, 15 Mar 2013 19:50:53 +0100 Sascha L. Teichmann Little code clean up and possible a NPE fix.
Fri, 15 Mar 2013 19:41:13 +0100 Sascha L. Teichmann Move hws out of data cage flood map.
Fri, 15 Mar 2013 19:35:46 +0100 Sascha L. Teichmann Allow empty years in bed height parser.
Fri, 15 Mar 2013 19:28:48 +0100 Andre Heinecke Add documentation about dgm-path option
Fri, 15 Mar 2013 19:28:35 +0100 Andre Heinecke Be more aggressive when replacing the wiki url
Fri, 15 Mar 2013 19:00:49 +0100 Tom Gottfried SCHEMA CHANGE: added spatial indices in Oracle that work again
Fri, 15 Mar 2013 18:19:07 +0100 Sascha L. Teichmann Removed river dependency from flow velocity model.
Fri, 15 Mar 2013 17:19:16 +0100 Tom Gottfried SCHEMA CHANGE: added spatial index for river_axes in Oracle
Fri, 15 Mar 2013 16:43:00 +0100 Tom Gottfried SCHEMA CHANGE: removed bad triggers and foreign keys from schema
Fri, 15 Mar 2013 11:04:13 +0100 Andre Heinecke Improve oracle integration and generate changelog when tagging
Fri, 15 Mar 2013 10:15:33 +0100 Andre Heinecke Added tag 2.9.13 for changeset 7fa94b793cbe
Fri, 15 Mar 2013 09:41:20 +0100 Raimund Renkert I18n for empty selection in new uesk states. 2.9.13
Fri, 15 Mar 2013 09:40:52 +0100 Raimund Renkert Added i18n strings for new uesk states.
Fri, 15 Mar 2013 09:34:34 +0100 Tom Gottfried allowed role flys_bfg to access all rivers currently in DB
Thu, 14 Mar 2013 18:04:36 +0100 Tom Gottfried removed unique constraint to allow one dem to be used by several rivers
Thu, 14 Mar 2013 17:42:51 +0100 Sascha L. Teichmann Removed trailing whitespace.
Thu, 14 Mar 2013 17:42:19 +0100 Sascha L. Teichmann Cleaned up imports.#
Thu, 14 Mar 2013 17:25:00 +0100 Raimund Renkert Added new states and transitions to UESK calculation and adjusted states and UI.
Thu, 14 Mar 2013 17:21:00 +0100 Raimund Renkert Added new UI provider for HWS inline DC and shapefile upload.
Thu, 14 Mar 2013 17:19:55 +0100 Raimund Renkert Added new states for HWS, user shapefile and barriers.
Thu, 14 Mar 2013 17:18:41 +0100 Raimund Renkert Changed visiblitiy of some methods. TODO: A lot of refactoring.
Thu, 14 Mar 2013 17:16:15 +0100 Raimund Renkert Avoid NPE if data list is null.
Thu, 14 Mar 2013 17:13:49 +0100 Raimund Renkert Data structure and factory for hws.
Thu, 14 Mar 2013 17:12:11 +0100 Raimund Renkert Added setter for A and B in Pair.
Thu, 14 Mar 2013 17:09:44 +0100 Raimund Renkert Added filter to elements in datacage templating. (most work done by Sascha T.).
Thu, 14 Mar 2013 16:49:32 +0100 Andre Heinecke Fix river_axes maps when using oracle.
Thu, 14 Mar 2013 15:32:50 +0100 Tom Gottfried fixed spatial schema for hydraulic boundaries
Thu, 14 Mar 2013 15:31:29 +0100 Tom Gottfried fixed import of fixpoints and hydraulic boundaries (made by A. Heinecke)
Thu, 14 Mar 2013 15:01:36 +0100 Andre Heinecke Do not explicitly set id for ranges and time_intervals
Thu, 14 Mar 2013 14:36:32 +0100 Bettina Gruenbauer merge
Thu, 14 Mar 2013 14:35:51 +0100 Bettina Gruenbauer insert river oder and havel
Thu, 14 Mar 2013 13:39:54 +0100 Tom Gottfried trigger sequence of time_interval IDs in DB as it is not used by hibernate only anymore
Thu, 14 Mar 2013 13:32:02 +0100 Tom Gottfried trigger sequence of range IDs in DB as it is not used by hibernate only anymore
Thu, 14 Mar 2013 12:53:36 +0100 Bettina Gruenbauer merge
Thu, 14 Mar 2013 12:49:41 +0100 Bettina Gruenbauer insert rivers to config
Thu, 14 Mar 2013 12:45:51 +0100 Andre Heinecke Force UESG to multipolygon and import source field for messungen
Thu, 14 Mar 2013 12:44:04 +0100 Tom Gottfried merge
Thu, 14 Mar 2013 12:30:22 +0100 Tom Gottfried merge
Thu, 14 Mar 2013 12:16:58 +0100 Tom Gottfried added tables for jetties in spatial schema
Thu, 14 Mar 2013 12:34:40 +0100 Felix Wolfsteller MainValuesArtifact: Possible NPE fix.
Thu, 14 Mar 2013 12:24:29 +0100 Felix Wolfsteller postgresql-spatial.sql: Fixed table definition.
Thu, 14 Mar 2013 12:24:06 +0100 Felix Wolfsteller postgresql-setup.sh: Introduced third (host) parameter, fixed alter user statement
Thu, 14 Mar 2013 12:13:51 +0100 Felix Wolfsteller postgresql-setup.sh: Doc improved.
Thu, 14 Mar 2013 12:13:34 +0100 Felix Wolfsteller postgresql-setup.sh: Made executable.
Thu, 14 Mar 2013 11:56:13 +0100 Tom Gottfried merge
Thu, 14 Mar 2013 11:55:04 +0100 Tom Gottfried added script to setup postgres-DB for testing
Thu, 14 Mar 2013 11:46:37 +0100 Felix Wolfsteller postgresql-minfo.sql: terminate sql statements.
Wed, 13 Mar 2013 19:28:09 +0100 Sascha L. Teichmann Removed trailing whitespace.
Wed, 13 Mar 2013 19:26:50 +0100 Sascha L. Teichmann Removed bogus imports.
Wed, 13 Mar 2013 19:21:12 +0100 Sascha L. Teichmann Removed trailing whitespace.
Wed, 13 Mar 2013 19:07:52 +0100 Tom Gottfried merge
Wed, 13 Mar 2013 18:53:42 +0100 Tom Gottfried correct session-handling for bed height import (made by S. Teichmann)
Thu, 07 Mar 2013 09:46:11 +0100 Tom Gottfried Use pattern matching for grain fraction in SedimentYieldParser
Wed, 13 Mar 2013 18:39:28 +0100 Tom Gottfried SCHEMA CHANGE: lookup table for floodmaps and source-field added, Importer adapted to new directory names
Wed, 13 Mar 2013 17:06:59 +0100 Tom Gottfried additional values in lookup table for bed height types
Wed, 13 Mar 2013 16:39:35 +0100 Sascha L. Teichmann Merged
Wed, 13 Mar 2013 16:39:08 +0100 Sascha L. Teichmann Use lookup table from bedd_height from database in importer.
Wed, 13 Mar 2013 12:47:51 +0100 Raimund Renkert Use river name as layername in new map projects.
Wed, 13 Mar 2013 11:48:01 +0100 Tom Gottfried added missing lookup tables to drop-scripts
Wed, 13 Mar 2013 11:26:59 +0100 Andre Heinecke An oracle conection string needs a backend otherwise you get an error
Wed, 13 Mar 2013 11:25:23 +0100 Andre Heinecke Use the same structure for the default MS_ERRORFILE in rivers.map that
Wed, 13 Mar 2013 11:23:08 +0100 Andre Heinecke Add LOG_DIR to make release to configure a logging directory. And
Wed, 13 Mar 2013 10:34:29 +0100 Andre Heinecke Fix syntax error in next_id and remove obsolete oracle parameter
Wed, 13 Mar 2013 10:33:46 +0100 Andre Heinecke Add some Intevation specific deployment advice.
Wed, 13 Mar 2013 09:58:33 +0100 Andre Heinecke Use river-wms url in example configuration of mosel and elbe
Wed, 13 Mar 2013 10:06:26 +0100 Felix Wolfsteller Fix Waterlevel*-Parser to correctly register the wst-columns.
Wed, 13 Mar 2013 10:05:47 +0100 Felix Wolfsteller ImportWst: Doc and getters.
Wed, 13 Mar 2013 09:21:35 +0100 Felix Wolfsteller ImportRiver: Cosmetics, resolved todo.
Wed, 13 Mar 2013 09:19:33 +0100 Felix Wolfsteller ImportRiver: Light cleaning up, waterlevelimport more parralel to other imports.
Tue, 12 Mar 2013 19:43:11 +0100 Tom Gottfried fixed DEM-importer to work with Oracle (made by A. Heinecke)
Tue, 12 Mar 2013 19:16:05 +0100 Sascha L. Teichmann Merged
Tue, 12 Mar 2013 19:15:18 +0100 Sascha L. Teichmann Set the BFG_ID for current discharge tables in FLYS.
Mon, 11 Mar 2013 12:55:09 +0100 Sascha L. Teichmann Break long lines in FLYS statements.
Tue, 12 Mar 2013 18:40:15 +0100 Andre Heinecke Remove unused library
Tue, 12 Mar 2013 18:21:53 +0100 Andre Heinecke Fix oracle backend configuration and allow INITSQLS statement
Tue, 12 Mar 2013 17:09:25 +0100 Andre Heinecke Fix wiki url injection
Tue, 12 Mar 2013 16:59:40 +0100 Andre Heinecke Update documentation
Tue, 12 Mar 2013 16:53:20 +0100 Andre Heinecke Remove outdated config files. Those are now taken directly from
Tue, 12 Mar 2013 16:52:55 +0100 Andre Heinecke Improve make_release script to optinally handle tagging and be more generic.
Tue, 12 Mar 2013 16:50:47 +0100 Andre Heinecke Remove old artifacts-h2.sql and datacage.sql and expect the
Tue, 12 Mar 2013 16:49:16 +0100 Andre Heinecke Use default paths which are the same paths used when
Tue, 12 Mar 2013 12:28:51 +0100 Felix Wolfsteller ImportRiver: In analogy to other wst imports, set kind in ImportRiver.
Tue, 12 Mar 2013 12:28:26 +0100 Felix Wolfsteller Waterlevel*Parser, ImportRiver: Remove deprecated exportWst()-usage.
Tue, 12 Mar 2013 12:15:47 +0100 Felix Wolfsteller Removed accidentally ommitted file.
Tue, 12 Mar 2013 12:15:23 +0100 Felix Wolfsteller Remove debris of (Import)WaterlevelDiff*-model classes.
Tue, 12 Mar 2013 12:09:02 +0100 Felix Wolfsteller Remove hibernated and unhibernated Waterlevel*-model classes.
Tue, 12 Mar 2013 11:32:42 +0100 Andre Heinecke Added tag 2.9.12 for changeset 88e3473a3846
Tue, 12 Mar 2013 11:29:10 +0100 Andre Heinecke Add kind handling for floodplains and crossectiontracks 2.9.12
Tue, 12 Mar 2013 10:58:35 +0100 Felix Wolfsteller Cosmetics, remove obsolete imports.
Tue, 12 Mar 2013 10:55:14 +0100 Felix Wolfsteller WaterlevelParser: Use Wst-structures directly (instead of Waterlevel*).
Tue, 12 Mar 2013 10:51:43 +0100 Felix Wolfsteller WaterlevelDifferencesParser: Clean obsolete imports.
Tue, 12 Mar 2013 10:51:13 +0100 Felix Wolfsteller Tiny whitespace cosmetic.
Tue, 12 Mar 2013 10:50:52 +0100 Felix Wolfsteller ImportWstColumn: Expose columnValues with a getter.
Tue, 12 Mar 2013 09:48:05 +0100 Felix Wolfsteller Cleaning (java-) imports.
Tue, 12 Mar 2013 09:56:31 +0100 Andre Heinecke Removed tag 2.9.12
Tue, 12 Mar 2013 09:40:08 +0100 Felix Wolfsteller WaterlevelDifferencesParser: Doc and cosmetics.
Tue, 12 Mar 2013 09:39:53 +0100 Felix Wolfsteller WaterlevelDifferencesParser: Create ImportWsts directly.
Mon, 11 Mar 2013 15:10:11 +0100 Felix Wolfsteller ImportRiver: Import WaterlevelDifferences as Wst.
Mon, 11 Mar 2013 15:09:09 +0100 Felix Wolfsteller WaterlevelParser: Use correct wst kind 6 for Waterlevels.
Mon, 11 Mar 2013 15:08:43 +0100 Felix Wolfsteller WaterlevelDifferencesParser: Cosmetics and fix misleading debug output.
Mon, 11 Mar 2013 15:08:13 +0100 Felix Wolfsteller WaterlevelDifferencesParser: In analogy to WaterlevelParser, allow model
Mon, 11 Mar 2013 15:07:19 +0100 Felix Wolfsteller ImportWaterlevel*: Remove connection to orm-based waterlevels (WIP).
Mon, 11 Mar 2013 15:01:05 +0100 Felix Wolfsteller ImportRiver: Preparing wst-based waterleveldifferences.
Tue, 12 Mar 2013 08:23:55 +0100 Raimund Renkert Fixed dem select statement in meta-data.xml.
Tue, 12 Mar 2013 08:07:34 +0100 Raimund Renkert Use range object to get lower and upper km for dgm.
Mon, 11 Mar 2013 18:17:12 +0100 Tom Gottfried SCHEMA CHANGE: analogue r5201. Here for Oracle
Mon, 11 Mar 2013 17:25:18 +0100 Andre Heinecke Add tag 2.9.12 for changeset 3b86bf214d53
Mon, 11 Mar 2013 16:52:02 +0100 Andre Heinecke Fix check for river_name in dgm to handle unicode names
Mon, 11 Mar 2013 16:47:05 +0100 Andre Heinecke Fix syntax error when river id is not found (pylint could have told me this)
Mon, 11 Mar 2013 15:55:11 +0100 Andre Heinecke Handle return codes in the make_flys_release script
Mon, 11 Mar 2013 15:49:35 +0100 Andre Heinecke Allow unicode river names
Mon, 11 Mar 2013 16:32:20 +0100 Tom Gottfried added HWS_KINDS to be accepted by importer
Mon, 11 Mar 2013 14:53:15 +0100 Raimund Renkert Fixed DoubleArrayPanel. Avoid NPE while creating panel.
Mon, 11 Mar 2013 13:22:50 +0100 Tom Gottfried INFO instead of WARNING for duplicated annotations
Mon, 11 Mar 2013 11:46:26 +0100 Andre Heinecke Importer use different name for HWS log output
Mon, 11 Mar 2013 11:43:44 +0100 Tom Gottfried add lookup tables for floodplain and cross section tracks
Mon, 11 Mar 2013 11:20:32 +0100 Andre Heinecke Importer: Handle empty year fields in dgm csv
Mon, 11 Mar 2013 10:12:55 +0100 Andre Heinecke Fix opt path if OPTIONAL_LIBS is not set
Mon, 11 Mar 2013 09:53:16 +0100 Andre Heinecke Allow dots and numbers in oracle backend name
Fri, 08 Mar 2013 18:15:48 +0100 Andre Heinecke SCHEME CHANGE: dgm now uses time intervals and ranges
Fri, 08 Mar 2013 17:44:12 +0100 Andre Heinecke Remove dgm to sql converter. As this is imported directly by the geoimporter now.
Fri, 08 Mar 2013 17:13:00 +0100 Andre Heinecke Revert revision 5203
Fri, 08 Mar 2013 16:51:55 +0100 Tom Gottfried corrected constraints on table gauges
Fri, 08 Mar 2013 15:16:00 +0100 Andre Heinecke SCHEME CHANGE: Add measurement_station to oracle table and rename comment column
Fri, 08 Mar 2013 13:06:40 +0100 Tom Gottfried Oracle Schema: add missing constraint and allow 7-digit kms
Fri, 08 Mar 2013 12:51:34 +0100 Tom Gottfried merge
Fri, 08 Mar 2013 12:51:12 +0100 Tom Gottfried removed obsolete classes
Fri, 08 Mar 2013 12:45:48 +0100 Tom Gottfried SCHEMA CHANGE: removed Waterlevel and WaterleveDifferences, added lookup table for wst
Fri, 08 Mar 2013 12:33:07 +0100 Raimund Renkert Added tag 2.9.11 for changeset 42bb6ff78d1b
Fri, 08 Mar 2013 11:48:33 +0100 Andre Heinecke Directly set the connectionInitSqls on the datasource 2.9.11
Fri, 08 Mar 2013 11:18:38 +0100 Andre Heinecke Fix quoting of EXTRAS in packaging script
Fri, 08 Mar 2013 10:29:30 +0100 Andre Heinecke Log error if KM attribute is not set for fixpoints
Fri, 08 Mar 2013 10:16:21 +0100 Andre Heinecke Do a case insensitive check for the layer name
Fri, 08 Mar 2013 09:18:03 +0100 Felix Wolfsteller Doc.
Fri, 08 Mar 2013 09:17:50 +0100 Felix Wolfsteller flys/issue1137: Allow value selection via inputhelpers in WQAdaptedPanel.
Thu, 07 Mar 2013 19:38:36 +0100 Andre Heinecke Fix Credentials parameter order
Thu, 07 Mar 2013 17:39:25 +0100 Sascha L. Teichmann Possible fix for flys/1202. Initial SQL statements can now be issued at connection creation.
Thu, 07 Mar 2013 16:06:44 +0100 Andre Heinecke Fix variable assignments after rename
Thu, 07 Mar 2013 16:02:33 +0100 Andre Heinecke Use less ambigious names for variables
Thu, 07 Mar 2013 15:22:01 +0100 Felix Wolfsteller WQAdaptedInputPanel: fix i18n, added todo as now method is full dupe.
Thu, 07 Mar 2013 15:20:09 +0100 Felix Wolfsteller Doc Cosmetics.
Thu, 07 Mar 2013 12:46:37 +0100 Sascha L. Teichmann Stations are now filtered by DiPS not AFT.
Thu, 07 Mar 2013 12:02:02 +0100 Andre Heinecke Merge closing commit of the dami branch
Thu, 07 Mar 2013 11:59:08 +0100 Andre Heinecke Fix syntax error in importer packaging script
Thu, 07 Mar 2013 11:25:31 +0100 Tom Gottfried merge
Thu, 07 Mar 2013 11:20:52 +0100 Tom Gottfried use pattern matching for grain fraction in SedimentYieldParser
Thu, 07 Mar 2013 11:18:50 +0100 Andre Heinecke Fix typo offical -> official in HWS
Thu, 07 Mar 2013 10:53:44 +0100 Andre Heinecke SCHEME CHANGE: Hydr.Boundaries are now three dimensional multilinestrings
Thu, 07 Mar 2013 10:44:27 +0100 Raimund Renkert Change IllegalArgumentException to HibernateException.
Thu, 07 Mar 2013 10:22:30 +0100 Andre Heinecke Add script to build third party libs for the flys-importer package
Thu, 07 Mar 2013 10:21:46 +0100 Andre Heinecke Improve importer packaging by just expecting a tarball with
Wed, 06 Mar 2013 16:44:42 +0100 Andre Heinecke Extract Bundesland from path as a fallback if bundesland field is not set.
Wed, 06 Mar 2013 16:28:04 +0100 Tom Gottfried removed obsolete files from backend/contrib
Wed, 06 Mar 2013 15:46:40 +0100 Tom Gottfried import gauge number by default (made by S. Teichmann)
Wed, 06 Mar 2013 14:14:15 +0100 Christian Lins Re-add layer generation for floodmap layers (somewhat buggy though). mapgenfix
Tue, 05 Mar 2013 18:54:28 +0100 Tom Gottfried let import_river.sh parse gauge official numbers, typo
Tue, 05 Mar 2013 09:51:55 +0100 Raimund Renkert Catch IllegalArgumentException instead of RuntimeException, added logging.
Mon, 04 Mar 2013 17:46:22 +0100 Andre Heinecke Package postgresql importer and import_river script
Mon, 04 Mar 2013 17:46:03 +0100 Andre Heinecke Always set axis geometry dimension to be 3d
Mon, 04 Mar 2013 17:11:31 +0100 Raimund Renkert Made river mapfile generator more tolerant.
Mon, 04 Mar 2013 17:08:14 +0100 Andre Heinecke Make OPTIONAL_LIBS overwritable and fix geo importer call
Mon, 04 Mar 2013 12:55:49 +0100 Andre Heinecke Fix copyright on import_river.sh
Mon, 04 Mar 2013 12:45:52 +0100 Andre Heinecke Add first version of import_river script
Mon, 04 Mar 2013 12:19:21 +0100 Raimund Renkert Added themes for infoldings.
Mon, 04 Mar 2013 11:56:28 +0100 Sascha L. Teichmann Added tag 2.9.10 for changeset 8c65acf01adc
Mon, 04 Mar 2013 11:44:11 +0100 Raimund Renkert Fixed datacage to be oracle compatible. 2.9.10
Mon, 04 Mar 2013 11:21:50 +0100 Andre Heinecke Use annotation-types.xml from flys-backend sources
Fri, 01 Mar 2013 20:52:31 +0100 Sascha L. Teichmann Fixed broken insert statements for axis_kinds.
Fri, 01 Mar 2013 17:11:08 +0100 Felix Wolfsteller flys/issue1145: Add missing Area styles.
Fri, 01 Mar 2013 13:51:45 +0100 Andre Heinecke Importer fix issues reported by pylint
Fri, 01 Mar 2013 13:33:03 +0100 Tom Gottfried merge
Fri, 01 Mar 2013 13:28:45 +0100 Tom Gottfried added missing constraints in schema (mostly for Oracle)
Fri, 01 Mar 2013 13:29:55 +0100 Sascha L. Teichmann Added tag 2.9.10 for changeset f459911fdbfb
Fri, 01 Mar 2013 13:28:04 +0100 Sascha L. Teichmann Fixed upper and lower conversions in DGM
Fri, 01 Mar 2013 12:40:15 +0100 Felix Wolfsteller WQAdaptedInputPanel: Removed dead code.
Fri, 01 Mar 2013 12:40:03 +0100 Felix Wolfsteller Partly fix flys/issue1127 (show unit in wqadapted) and added documentation.
Fri, 01 Mar 2013 11:35:06 +0100 Felix Wolfsteller workaround for flys/issue1139: filter columns by all sectors.
Fri, 01 Mar 2013 10:35:38 +0100 Raimund Renkert Add a configurable path prefix to relative DGM path to allways have an absolute path.
Fri, 01 Mar 2013 10:04:57 +0100 Felix Wolfsteller DoubleUtil: Use tolerance when comparing doubles in explode(). Fixes flys/issue1132.
Fri, 01 Mar 2013 09:51:43 +0100 Felix Wolfsteller Doc fixes.
Fri, 01 Mar 2013 09:28:43 +0100 Sascha L. Teichmann Removed trailing white space
Fri, 01 Mar 2013 09:11:03 +0100 Sascha L. Teichmann Removed obsolete imports.
Thu, 28 Feb 2013 18:55:42 +0100 Sascha L. Teichmann Generate valid DB connection strings.
Thu, 28 Feb 2013 18:04:19 +0100 Andre Heinecke Add kind_id to river_axes table and add AxisKind object to model
Thu, 28 Feb 2013 17:12:46 +0100 Raimund Renkert Fixed typo in meta-data.xml for inline datacage.
Thu, 28 Feb 2013 16:40:16 +0100 Raimund Renkert New icons! Use the new icons in project list and for export buttons.
Thu, 28 Feb 2013 16:16:04 +0100 Tom Gottfried corrected HWS_KIND field-map
Thu, 28 Feb 2013 16:01:58 +0100 Tom Gottfried Added more types of dams
Thu, 28 Feb 2013 14:14:00 +0100 Raimund Renkert Fixed CSV export for 'W fuer ungleichwertige Abflusslaengsschnitte'.
Thu, 28 Feb 2013 14:04:41 +0100 Raimund Renkert Changed river axis from LineString to MultiLineString.
Thu, 28 Feb 2013 13:15:42 +0100 Andre Heinecke Importer: When a hws linestring was two dimensional import it with z=9999
Thu, 28 Feb 2013 13:09:26 +0100 Raimund Renkert New facet types and renaming for infoldings.
Thu, 28 Feb 2013 12:58:25 +0100 Andre Heinecke River Axes and HWS_lines are now multiline
Thu, 28 Feb 2013 12:48:27 +0100 Raimund Renkert merged.
Thu, 28 Feb 2013 12:47:24 +0100 Raimund Renkert Merged with 'dc-km-filter-rr' branch.
Thu, 28 Feb 2013 12:49:10 +0100 Felix Wolfsteller flys/issue1136: Rename diagram in W/Q preview/vorschau.
Thu, 28 Feb 2013 12:37:07 +0100 Felix Wolfsteller Fix flys/issue1228: Units in tabular calculation output.
Thu, 28 Feb 2013 12:26:02 +0100 Felix Wolfsteller Part of fix for flys/issue1128: units in i18n version of W [<unit>].
Thu, 28 Feb 2013 12:21:35 +0100 Felix Wolfsteller WaterlevelExporter: Fix log output.
Thu, 28 Feb 2013 12:18:21 +0100 Felix Wolfsteller Part of fix for flys/issue1128: Use rivers unit in cross section diagrams.
Thu, 28 Feb 2013 11:49:48 +0100 Andre Heinecke Dami is now closed. dami
Thu, 28 Feb 2013 11:48:17 +0100 Andre Heinecke SCHEME CHANGE: Merge branch dami into default.
Thu, 28 Feb 2013 11:14:38 +0100 Andre Heinecke Fix oracle-spatial creation script and posgresql drop script dami
Thu, 28 Feb 2013 11:06:20 +0100 Felix Wolfsteller Fix flys/issue1144: Re-enable annotations in longitudinal_sections.
Thu, 28 Feb 2013 10:43:51 +0100 Felix Wolfsteller Part of fix for flys/issue1145: enable areas for fixrealize-ls-diagrams.
Wed, 27 Feb 2013 12:20:00 +0100 Felix Wolfsteller WQAdaptedInputPanel: Picky doc and wsp cosmetics.
Wed, 27 Feb 2013 12:19:41 +0100 Felix Wolfsteller WQAdaptedInputPanel: Refactored to remove code dupes.
Thu, 28 Feb 2013 10:09:31 +0100 Andre Heinecke Fix import of hws_* on Oracle dami
Wed, 27 Feb 2013 19:44:08 +0100 Tom Gottfried sensible constraints for dem-table dami
Wed, 27 Feb 2013 17:35:17 +0100 Andre Heinecke Remove factories of the removed classes from config dami
Wed, 27 Feb 2013 17:12:56 +0100 Sascha L. Teichmann Patch WIKI urls during release building
Wed, 27 Feb 2013 17:00:12 +0100 Sascha L. Teichmann Added SLES start script
Wed, 27 Feb 2013 15:52:38 +0100 Raimund Renkert Fixed 'W fuer ungleichwertige AbflussLaengsschnitte'. See TODO!!!
Wed, 27 Feb 2013 15:49:15 +0100 Tom Gottfried removed obsolete importer code for catchments dami
Wed, 27 Feb 2013 15:26:47 +0100 Tom Gottfried removed unnecessary NOT NULL constraints from dem-table dami
Wed, 27 Feb 2013 12:55:38 +0100 Tom Gottfried spatial indices not working on Oracle 11g commented out, added TODOs dami
Wed, 27 Feb 2013 12:39:59 +0100 Andre Heinecke Add on delete cascade to the constraints that also cascade on postgres dami
Wed, 27 Feb 2013 11:56:11 +0100 Felix Wolfsteller WaterlevelExporter: Unpolished fix for flys/issue1131: gaugename in csv.
Wed, 27 Feb 2013 11:50:32 +0100 Felix Wolfsteller AbstractExporter: keep km-, w- and q-formatter instances.
Wed, 27 Feb 2013 11:38:36 +0100 Andre Heinecke Merge branch default into dami dami
Wed, 27 Feb 2013 11:17:42 +0100 Tom Gottfried added TODOs to spatial indeces that prevent from importing into Oracle 11g dami
Wed, 27 Feb 2013 10:33:13 +0100 Felix Wolfsteller BundesWasserStrassenParser: Accept ',' and ';' as separator.
Tue, 26 Feb 2013 12:35:59 +0100 Felix Wolfsteller Picky doc and whitespace fixes.
Tue, 26 Feb 2013 19:39:04 +0100 Andre Heinecke Importer: Print a decent error when failing to parse a gew and exit. dami
Tue, 26 Feb 2013 16:11:11 +0100 Raimund Renkert Skip ConstantWQKms (Umhuellende) in exports.
Tue, 26 Feb 2013 13:59:20 +0100 Raimund Renkert Display gauge names in WQAdapted input panel instead of gauge range.
Tue, 26 Feb 2013 11:49:46 +0100 Felix Wolfsteller Partly fix flys/issue1142: Include specified W values at gauge for fix.real.
Tue, 26 Feb 2013 11:48:25 +0100 Felix Wolfsteller AbstractExporter: Added getter for CallContext.
Tue, 26 Feb 2013 10:53:18 +0100 Tom Gottfried added missing DROP VIEW todrop script dami
Tue, 26 Feb 2013 10:39:22 +0100 Raimund Renkert Renamed 'Pegelnullpunkt/Gauge zero ground' to 'PNP/GZG'.
Tue, 26 Feb 2013 10:18:24 +0100 Felix Wolfsteller flys/issue1150: Renamed w/q in w/q-diagram.
Mon, 25 Feb 2013 16:00:52 +0100 Andre Heinecke Add sequences to the new tables that use sequences dami
Mon, 25 Feb 2013 15:40:15 +0100 Andre Heinecke Add importer packaging script and some doc about it dami
Mon, 25 Feb 2013 15:31:40 +0100 Andre Heinecke Remove hws, lines and catchments from meta-data.xml and add hwslines dami
Mon, 25 Feb 2013 12:52:55 +0100 Andre Heinecke Add osgeo repository for gt-epsg-hsql dependency which was implicittly dami
Mon, 25 Feb 2013 12:38:55 +0100 Andre Heinecke Use HWSLines data for HWS and Lines. dami
Mon, 25 Feb 2013 12:35:12 +0100 Andre Heinecke Remove WMSCatchmentArtifact Class dami
Mon, 25 Feb 2013 12:33:58 +0100 Andre Heinecke Add HWSLinesInfo and point the old doLinesInfo method on that. dami
Mon, 25 Feb 2013 12:21:57 +0100 Andre Heinecke Add imports required for getLines method dami
Mon, 25 Feb 2013 12:13:22 +0100 Andre Heinecke Add getLines method to get a list of HWSLine elements dami
Mon, 25 Feb 2013 12:11:50 +0100 Andre Heinecke Fix column decorator for sectie dami
Mon, 25 Feb 2013 11:55:34 +0100 Christian Lins Merge with default branch mapgenfix
Mon, 25 Feb 2013 11:51:17 +0100 Christian Lins ArtifactMapfileGenerator can now generate user shape mapfiles again. mapgenfix
Mon, 25 Feb 2013 11:50:13 +0100 Andre Heinecke Merge Default onto Dami branch. dami
Mon, 25 Feb 2013 11:46:36 +0100 Andre Heinecke Put km_from and km_to into name of dgm dami
Sun, 24 Feb 2013 21:38:09 +0100 Sascha L. Teichmann Log the number of points of cross sections to see the effect of the simplification. slt-simplify-cross-sections
Sun, 24 Feb 2013 17:29:52 +0100 Sascha L. Teichmann Added experimental Douglas Peuker simplification of cross sections. slt-simplify-cross-sections
Sun, 24 Feb 2013 13:03:44 +0100 Sascha L. Teichmann Made it compile again. Pt II dami
Sun, 24 Feb 2013 12:56:20 +0100 Sascha L. Teichmann Made it compile again. Removed obsolete imports. Removed C++-alike ';' at end of classes. dami
Fri, 22 Feb 2013 15:50:06 +0100 Felix Wolfsteller Importer/River: Move storeOfficialNumber from parse* to store*, do not store explicitely.
Fri, 22 Feb 2013 15:41:34 +0100 Felix Wolfsteller doc: corrected parameter name.
Thu, 21 Feb 2013 12:36:30 +0100 Andre Heinecke Oracle Schema, add overlooked sectie and sobek fields dami
Thu, 21 Feb 2013 09:46:40 +0100 Andre Heinecke Fix Syntax Errror dami
Wed, 20 Feb 2013 21:00:33 +0100 Christian Lins Work on ArtifactMapfileGenerator.createUserShapefileLayer() mapgenfix
Wed, 20 Feb 2013 19:00:03 +0100 Andre Heinecke Tex Syntax fixes dami
Wed, 20 Feb 2013 18:50:13 +0100 Andre Heinecke Fix example run script to work with the new packaging dami
Wed, 20 Feb 2013 15:30:53 +0100 Tom Gottfried fixed latex error dami
Wed, 20 Feb 2013 11:09:27 +0100 Felix Wolfsteller doc: Document BWASTR and w80 parsing. dami
Wed, 20 Feb 2013 09:16:30 +0100 Felix Wolfsteller Doc: minor fixes. dami
Wed, 20 Feb 2013 09:06:41 +0100 Felix Wolfsteller documentation: Typo fix. dami
Wed, 20 Feb 2013 09:06:18 +0100 Felix Wolfsteller documentation: Use german Silbentrennung. dami
Wed, 20 Feb 2013 18:30:05 +0100 Andre Heinecke Add some missed changes to the migrate-dami.sql script dami
Wed, 20 Feb 2013 18:29:46 +0100 Andre Heinecke Remove import-dems.sql dems are now imported with the geoimporter dami
Wed, 20 Feb 2013 18:29:02 +0100 Andre Heinecke Update run example scripts to work with the new packaging dami
Wed, 20 Feb 2013 18:26:57 +0100 Andre Heinecke Simplify installation instruction and move it to overview as it dami
Wed, 20 Feb 2013 17:24:49 +0100 Andre Heinecke Fix build: some more imports some less imports some copy paste errors dami
Wed, 20 Feb 2013 17:05:06 +0100 Andre Heinecke Register new classes in the FLYSCredentials dami
Wed, 20 Feb 2013 17:02:29 +0100 Andre Heinecke Add kind, sectie and sobek to HydrBoundary class dami
Wed, 20 Feb 2013 17:01:42 +0100 Andre Heinecke Add HWSLine and HWSPoint to the model dami
Wed, 20 Feb 2013 17:01:13 +0100 Andre Heinecke Add the simple lookup table classes to the model dami
Wed, 20 Feb 2013 15:48:52 +0100 Andre Heinecke Add srid column to dem model dami
Wed, 20 Feb 2013 15:43:11 +0100 Andre Heinecke Remove Catchment HWS and Line from the model dami
Wed, 20 Feb 2013 15:33:16 +0100 Tom Gottfried merge
Wed, 20 Feb 2013 15:30:53 +0100 Tom Gottfried fixed latex error
Wed, 20 Feb 2013 15:27:29 +0100 Raimund Renkert Fixed AT-Export in 'ausgel. WSPL'.
Wed, 20 Feb 2013 12:22:02 +0100 Andre Heinecke Add minimal documenation how to build the single jar dami
Wed, 20 Feb 2013 12:21:28 +0100 Andre Heinecke Add pom-oracle with ojdbc dependency dami
Wed, 20 Feb 2013 12:17:35 +0100 Andre Heinecke Use maven jar and maven assemply plugins to create a single jar dami
Wed, 20 Feb 2013 12:15:26 +0100 Felix Wolfsteller ImportRiver: Store fixations also if only "waterlevels" were parsed.
Wed, 20 Feb 2013 12:15:01 +0100 Felix Wolfsteller ImportRiver: Make waterlevels become fixation-wsts.
Wed, 20 Feb 2013 12:14:11 +0100 Felix Wolfsteller WaterlevelParser: Add Wst-Converting functionality.
Wed, 20 Feb 2013 11:52:52 +0100 Felix Wolfsteller Import*: Add getters to ImportWaterlevel*- classes needed to convert to Wst.
Wed, 20 Feb 2013 11:51:19 +0100 Felix Wolfsteller ImportCrossSectionLine: Whitespace cosmetic.
Wed, 20 Feb 2013 11:48:54 +0100 Felix Wolfsteller FLYSArtifactCollection: WSP cosmetic.
Wed, 20 Feb 2013 11:10:06 +0100 Felix Wolfsteller Merged.
Wed, 20 Feb 2013 11:09:27 +0100 Felix Wolfsteller doc: Document BWASTR and w80 parsing.
Wed, 20 Feb 2013 10:57:57 +0100 Felix Wolfsteller importer: Sort options alphabetically.
Wed, 20 Feb 2013 10:56:38 +0100 Felix Wolfsteller importer: Sort options alphabetically.
Wed, 20 Feb 2013 09:16:30 +0100 Felix Wolfsteller Doc: minor fixes.
Wed, 20 Feb 2013 09:06:41 +0100 Felix Wolfsteller documentation: Typo fix.
Wed, 20 Feb 2013 09:06:18 +0100 Felix Wolfsteller documentation: Use german Silbentrennung.
Wed, 20 Feb 2013 10:44:04 +0100 Andre Heinecke Fix some oracle syntax problems and move indicies to _idx.sql dami
Wed, 20 Feb 2013 10:43:00 +0100 Andre Heinecke SCHEMA Change: Make hws_lines a 3d geom dami
Wed, 20 Feb 2013 10:40:07 +0100 Andre Heinecke Pull information about the backend into dgm. dami
Wed, 20 Feb 2013 10:38:17 +0100 Andre Heinecke Add skip-dgm option to example run script dami
Tue, 19 Feb 2013 16:57:25 +0100 Andre Heinecke Update drop script to include the new tables and leave the old one dami
Wed, 20 Feb 2013 10:06:25 +0100 Raimund Renkert Resized main value window.
Wed, 20 Feb 2013 09:53:24 +0100 Raimund Renkert Added attribution to osm wms background layer.
Wed, 20 Feb 2013 09:47:24 +0100 Raimund Renkert Use the DGM projection for all shapefiles ('talaue', 'barriers').
Wed, 20 Feb 2013 08:43:00 +0100 Raimund Renkert Removed last gwt part from gauge info panel.
Wed, 20 Feb 2013 08:45:55 +0100 Felix Wolfsteller README.txt: Typo fix, clarification.
Tue, 19 Feb 2013 19:24:36 +0100 Tom Gottfried SCHEMA CHANGE: removed catchements from schema and geo-importer (obsolete) dami
Tue, 19 Feb 2013 16:41:00 +0100 Felix Wolfsteller Use BWASTRParser to set official numbers on rivers.
Tue, 19 Feb 2013 14:59:44 +0100 Andre Heinecke Update migrators for changes made in the dami branch and add dami
Tue, 19 Feb 2013 14:58:33 +0100 Andre Heinecke Sync Posgres and Oracle spatial schema dami
Tue, 19 Feb 2013 14:57:13 +0100 Andre Heinecke SCHEMA Remove geom_target and geom_rated_level from hws_lines table dami
Tue, 19 Feb 2013 14:25:38 +0100 Christian Lins Renaming methods and fields. Start refactoring with ArtifactMapfileGenerator.generate() which should be the main entry point. mapgenfix
Tue, 19 Feb 2013 13:41:20 +0100 Christian Lins Move all classes of mapfile generation to de.intevation.flys.mapserver package. mapgenfix
Tue, 19 Feb 2013 12:03:55 +0100 Felix Wolfsteller StringUtil: Added containsIgnoreCase implementation.
Tue, 19 Feb 2013 12:02:55 +0100 Felix Wolfsteller ImportRiver: Added officialNumber field.
Tue, 19 Feb 2013 12:01:49 +0100 Felix Wolfsteller Added BundesWasserStrassenParser.
Tue, 19 Feb 2013 11:58:39 +0100 Felix Wolfsteller run_hydr_morph.sh,Config: Add flags for importer to skip bwastr_id.csv parsing.
Tue, 19 Feb 2013 11:23:57 +0100 Felix Wolfsteller Tiny doc.
Mon, 18 Feb 2013 11:49:27 +0100 Felix Wolfsteller Minimal whitespace and doc cosmetics.
Tue, 19 Feb 2013 10:46:41 +0100 Raimund Renkert Added km filter to dc-config. dc-km-filter-rr
Tue, 19 Feb 2013 10:00:50 +0100 Tom Gottfried merge dami
Tue, 19 Feb 2013 09:57:57 +0100 Tom Gottfried SCHEMA CHANGE: removed obsolete table 'lines' from spatial schema (now 'hws_lines') dami
Tue, 19 Feb 2013 09:53:16 +0100 Andre Heinecke Add message if DGM import is skipped dami
Tue, 19 Feb 2013 09:52:49 +0100 Andre Heinecke Do not skip hws_lines when skip hws_points is true dami
Tue, 19 Feb 2013 09:44:38 +0100 Tom Gottfried Corrected typo in field name dami
Mon, 18 Feb 2013 16:33:13 +0100 Christian Lins flys/#657: Shapefile upload service returns success or failure to client (i18n tbd)
Mon, 18 Feb 2013 16:29:37 +0100 Christian Lins flys/#657: Shapefile upload now reports success or failure to client.
Fri, 15 Feb 2013 17:22:07 +0100 Andre Heinecke Importer doc: Update installation documentation. dami
Fri, 15 Feb 2013 16:22:13 +0100 Andre Heinecke Importer: Behold, Logging! dami
Fri, 15 Feb 2013 16:19:52 +0100 Andre Heinecke Importer: Fix directory paths and river name encoding dami
Fri, 15 Feb 2013 16:18:34 +0100 Andre Heinecke Fix imports of ogr, this removes a warning in gdal 1.9 but keeps dami
Fri, 15 Feb 2013 15:03:48 +0100 Andre Heinecke Importer: Fix fieldname of "official" in the new feature and set it dami
Fri, 15 Feb 2013 14:57:20 +0100 Andre Heinecke Importer HWS: case insensitive matching for HWS_KIND and FED_STATES dami
Fri, 15 Feb 2013 12:41:27 +0100 Andre Heinecke Fix syntax error dami
Fri, 15 Feb 2013 12:47:15 +0100 Felix Wolfsteller Doc.
Fri, 15 Feb 2013 12:38:25 +0100 Andre Heinecke SCHEMA_CHANGE: Add lookup tables for sectie / sobek and boundary_kind dami
Fri, 15 Feb 2013 12:10:44 +0100 Andre Heinecke Remove Line class initialization dami
Fri, 15 Feb 2013 11:55:34 +0100 Andre Heinecke Remove skip lines documentation line dami
Fri, 15 Feb 2013 11:54:11 +0100 Andre Heinecke Remove lines dami
Fri, 15 Feb 2013 11:51:58 +0100 Andre Heinecke Improve debug output for unsupported features and skipped shapefiles dami
Fri, 15 Feb 2013 10:56:08 +0100 Raimund Renkert Quick-fix for floodmaps. Use the correct projection for DGM.
Thu, 14 Feb 2013 17:45:13 +0100 Andre Heinecke Add srid field dami
Thu, 14 Feb 2013 17:38:34 +0100 Tom Gottfried SCHEMA CHANGE: added column dem.srid dami
Thu, 14 Feb 2013 17:36:10 +0100 Tom Gottfried SCHEMA CHANGE: added 'ON DELETE CASCADE' where necessary to delete complete rivers (only in Postgres-Schema so far) dami
Thu, 14 Feb 2013 11:05:23 +0100 Felix Wolfsteller FLYS: For Gauge Main Value view, avoid corner cases of gauge range.
Thu, 14 Feb 2013 10:54:02 +0100 Andre Heinecke If we bother to check if the file is readable we might also dami
Thu, 14 Feb 2013 10:50:08 +0100 Felix Wolfsteller GaugeInfoPanel: Smarter formatten link, i18n.
Thu, 14 Feb 2013 10:49:42 +0100 Felix Wolfsteller Doc.
Thu, 14 Feb 2013 10:49:20 +0100 Felix Wolfsteller QDTable: Doc.
Thu, 14 Feb 2013 10:46:56 +0100 Felix Wolfsteller Fix i18n in GaugeInfo Basedataview. Include Q values.
Thu, 14 Feb 2013 09:56:44 +0100 Felix Wolfsteller GaugeInfoHead: Removed (not used anymore).
Thu, 14 Feb 2013 09:34:02 +0100 Felix Wolfsteller WQInputPanel: Whitespace cosmetics.
Thu, 14 Feb 2013 09:33:41 +0100 Felix Wolfsteller WQInputPanel: Removed unnecessary parameter from function.
Thu, 14 Feb 2013 09:32:29 +0100 Felix Wolfsteller flys-client: (first draft) In GaugeInfo show link to show main values.
Thu, 14 Feb 2013 09:29:51 +0100 Felix Wolfsteller flys-client: Whitespace and doc cosemtics.
Mon, 11 Feb 2013 15:29:30 +0100 Felix Wolfsteller WaterlevelExporter: Doc and issue-TODO.
Wed, 13 Feb 2013 19:11:34 +0100 Andre Heinecke Use os.access instead of try/except open dami
Wed, 13 Feb 2013 18:35:37 +0100 Tom Gottfried corrected Typo dami
Wed, 13 Feb 2013 17:49:30 +0100 Andre Heinecke I'm learning how to use cursors \o/ dami
Wed, 13 Feb 2013 17:46:34 +0100 Andre Heinecke Add dgm file reader although an awk script should have been more appropiate dami
Wed, 13 Feb 2013 17:45:35 +0100 Andre Heinecke Handle transformation errors dami
Wed, 13 Feb 2013 13:26:16 +0100 Christian Lins Change default river/background WMS URLs in floodmap.xml and change srid to 31467.
Wed, 13 Feb 2013 13:10:36 +0100 Christian Lins Adapting background WMS service in rivermap.xml.
Wed, 13 Feb 2013 12:07:10 +0100 Andre Heinecke Update documentation and example run script dami
Wed, 13 Feb 2013 12:02:30 +0100 Andre Heinecke Add handling of River Names and remove target_src parameter dami
Thu, 07 Feb 2013 22:43:30 +0100 Christian Lins Map printing in landscape mode. Layout still buggy.
Wed, 06 Feb 2013 09:57:27 +0100 Felix Wolfsteller FixRealizingCalculation: TODO/issue comment.
Wed, 06 Feb 2013 09:56:46 +0100 Felix Wolfsteller Calculation4: Doc and TODO/issue.
Wed, 06 Feb 2013 09:55:43 +0100 Felix Wolfsteller FLYSArtifactCollection: Doc.
Tue, 05 Feb 2013 13:57:08 +0100 Christian Lins Editing Map print config.
Tue, 05 Feb 2013 12:24:57 +0100 Felix Wolfsteller flys/issue1109/1: Include unit in label for "corrected W".
Mon, 04 Feb 2013 17:54:39 +0100 Andre Heinecke Importer: Fix the order of the config check dami
Mon, 04 Feb 2013 14:56:41 +0100 Björn Ricks Move classes to its own java file
Mon, 04 Feb 2013 13:49:15 +0100 Björn Ricks Render text in Abflusstafel/-kurve cell like a "normal" html link
Mon, 04 Feb 2013 13:48:31 +0100 Björn Ricks Add click handler to create an artifact for Abflusstafel-/kurve from a pegel cell
Mon, 04 Feb 2013 13:46:38 +0100 Björn Ricks Display Ablusstafel/-kurve in Pegelinfo
Mon, 04 Feb 2013 13:45:42 +0100 Björn Ricks Add data for Ablusstafel/-kurve to GaugeRecord class
Mon, 04 Feb 2013 13:44:36 +0100 Björn Ricks Use VLayout instead of GWTs DecoratorPanel
Fri, 01 Feb 2013 16:32:48 +0100 Björn Ricks Refactor Pegel- and Messtelleninfo in client ui
Fri, 01 Feb 2013 11:42:34 +0100 Andre Heinecke Importer: Add HWS lines stub. Needs some example data to finish dami
Fri, 01 Feb 2013 10:43:19 +0100 Andre Heinecke Importer: Add db migration script for postgres to track schema changes dami
Fri, 01 Feb 2013 10:41:12 +0100 Andre Heinecke SCHEMA CHANGE: extended hydr_boundaries tables dami
Fri, 01 Feb 2013 10:38:26 +0100 Andre Heinecke Importer: Add sectie and strover to boundaries and select more dami
Fri, 01 Feb 2013 09:12:33 +0100 Andre Heinecke Importer: Check lowercase pathname and handle utf-8 conversion dami
Thu, 31 Jan 2013 20:15:41 +0100 Sascha L. Teichmann Added tag 2.9.9 for changeset 53be73133104
Thu, 31 Jan 2013 20:15:17 +0100 Sascha L. Teichmann Removed obsolete imports. 2.9.9
Thu, 31 Jan 2013 20:11:30 +0100 Sascha L. Teichmann Fixed epsilon calc in ATExporter.
Thu, 31 Jan 2013 20:09:37 +0100 Sascha L. Teichmann Fix cr/nl in ATWriter.
Thu, 31 Jan 2013 19:48:43 +0100 Sascha L. Teichmann Added tag 2.9.9 for changeset 859278918eb1
Thu, 31 Jan 2013 18:23:58 +0100 Andre Heinecke Aft: make run.sh executable
Thu, 31 Jan 2013 18:21:05 +0100 Andre Heinecke Merge
Thu, 31 Jan 2013 18:18:05 +0100 Andre Heinecke Aft: Update documentation for target schema
Thu, 31 Jan 2013 16:00:21 +0100 Raimund Renkert Merged.
Thu, 31 Jan 2013 15:55:15 +0100 Raimund Renkert Use different header in AT export files for gauges and at km.
Thu, 31 Jan 2013 14:45:38 +0100 Raimund Renkert Fixed AT exporter: Do not multiply W with factor 100.
Thu, 31 Jan 2013 14:32:51 +0100 Raimund Renkert Renamed 'W fÃŒr ungleichwertigen ...' to 'W fÃŒr benutzerdefinierten...'
Thu, 31 Jan 2013 14:11:34 +0100 Raimund Renkert Write some more metadata in AT-export header.
Thu, 31 Jan 2013 13:20:05 +0100 Raimund Renkert Fixed mainvalues artifact.
Thu, 31 Jan 2013 12:24:52 +0100 Andre Heinecke Remove schema patch now that we are in a branch dami
Thu, 31 Jan 2013 12:23:41 +0100 Andre Heinecke Importer: - Handle regular expressions for attribute names dami
Thu, 31 Jan 2013 12:21:59 +0100 Andre Heinecke Importer: Import hws_points based on geom type dami
Thu, 31 Jan 2013 12:07:40 +0100 Andre Heinecke Importer: Allow Bundeslaender with spaces dami
Thu, 31 Jan 2013 12:06:12 +0100 Andre Heinecke Importer: Classify hochufer as Deich dami
Mon, 28 Jan 2013 18:24:01 +0100 Andre Heinecke SCHEMA Change (psql only) use FLOAT8 for real numbers dami
Mon, 28 Jan 2013 17:42:18 +0100 Andre Heinecke SCHEMA CHANGES: Add tables for Hochwasserschutzanlagen dami
Thu, 31 Jan 2013 11:43:28 +0100 Raimund Renkert Bedheights: Write sounding name and set max fraction digits in calculation output.
Thu, 31 Jan 2013 11:22:43 +0100 Felix Wolfsteller HistoricalDischargeComputeState: Fix flys/issue664 i18n numbered facettes.
Thu, 31 Jan 2013 11:21:37 +0100 Felix Wolfsteller HistoricalDischargeComputeState: Cosmetic.
Thu, 31 Jan 2013 10:18:16 +0100 Sascha L. Teichmann Fixed dc:fromValue/toValue (now handles values in locations as numbers).
Thu, 31 Jan 2013 09:29:24 +0100 Felix Wolfsteller AttributeWriter: Use new CollectionAttribute.hasOutput .
Thu, 31 Jan 2013 09:29:02 +0100 Felix Wolfsteller AttributeWriter: Doc.
Thu, 31 Jan 2013 09:28:37 +0100 Felix Wolfsteller CollectionAttribute: New function to check if out exists.
Thu, 31 Jan 2013 09:28:18 +0100 Felix Wolfsteller CollectionAttribute: Comment.
Wed, 30 Jan 2013 23:14:19 +0100 Felix Wolfsteller flys/issue1116: Fix m³/q³ label.
Wed, 30 Jan 2013 19:00:37 +0100 Raimund Renkert Renamed discharge at gauge tab title.
Wed, 30 Jan 2013 18:56:57 +0100 Raimund Renkert Find correct discharge table for gauge.
Wed, 30 Jan 2013 16:11:08 +0100 Raimund Renkert Renamed 'Abflusskurve' to 'Abflusskurve/-tafel'.
Wed, 30 Jan 2013 15:54:07 +0100 Felix Wolfsteller [branch dc-km-filter] meta-data.xml: Use global vars and art. data for wst-km-filter. dc-km-filter
Wed, 30 Jan 2013 15:52:50 +0100 Felix Wolfsteller [branch dc-km-filter] Builder: Let dc:variables always be global. dc-km-filter
Wed, 30 Jan 2013 15:52:05 +0100 Felix Wolfsteller [branch dc-km-filter] StackFrames: New putGlobal to add variable to bottom of stack. dc-km-filter
Wed, 30 Jan 2013 14:32:46 +0100 Felix Wolfsteller StackFrames: Doc. dc-km-filter
Wed, 30 Jan 2013 15:31:57 +0100 Raimund Renkert Renamed table header for result sets.
Wed, 30 Jan 2013 15:14:32 +0100 Raimund Renkert Added filename to export url.
Wed, 30 Jan 2013 15:14:07 +0100 Raimund Renkert Fixed CR and LF in header of AT export.
Wed, 30 Jan 2013 14:42:17 +0100 Raimund Renkert Insert CR and LF at the end of each line in CSV exports.
Wed, 30 Jan 2013 14:39:28 +0100 Raimund Renkert Insert CR at the of each line in AT-extport.
Wed, 30 Jan 2013 12:40:53 +0100 Sascha L. Teichmann Removed obsoltete theme configs.
Wed, 30 Jan 2013 11:43:00 +0100 Raimund Renkert CHanged distance panel labels to lower case.
Wed, 30 Jan 2013 11:27:33 +0100 Raimund Renkert [I1104] Renamed 'ungleichwertig' to 'benutzerdefiniert'.
Wed, 30 Jan 2013 11:15:34 +0100 Raimund Renkert Fixed typo in themes.
Wed, 30 Jan 2013 08:26:54 +0100 Felix Wolfsteller [branch: dc-km-filter]: Merge with tip. dc-km-filter
Tue, 29 Jan 2013 17:42:04 +0100 Raimund Renkert Sort the locations array in new datacage templating language functions.
Tue, 29 Jan 2013 17:11:26 +0100 Raimund Renkert Added new functions to datacage templating language.
Tue, 29 Jan 2013 17:06:50 +0100 Raimund Renkert Added view to datacage db to get location/distance information.
Tue, 29 Jan 2013 15:05:37 +0100 Felix Wolfsteller [branch: dc-km-filter] meta-data.xml: Filter wst columns by range. dc-km-filter
Tue, 29 Jan 2013 12:05:12 +0100 Felix Wolfsteller [branch:dc-km-filter] DatacageWindow: Send from/to-km to datacage. dc-km-filter
Tue, 29 Jan 2013 11:49:55 +0100 Felix Wolfsteller CompiledStatement: doc.
Tue, 29 Jan 2013 11:49:37 +0100 Felix Wolfsteller Builder: Doc, comments.
Tue, 29 Jan 2013 10:52:57 +0100 Felix Wolfsteller Builder: When looking for a statement in contexts, also search in macro definitions.
Mon, 28 Jan 2013 17:31:49 +0100 Felix Wolfsteller meta-data.xml: Access wst_ranges and provide range is info-element.
Mon, 28 Jan 2013 17:16:00 +0100 Felix Wolfsteller meta-data.xml: Replace wst_columns queries by macro call.
Mon, 28 Jan 2013 14:43:53 +0100 Felix Wolfsteller Builder: Doc.
Mon, 28 Jan 2013 14:27:37 +0100 Felix Wolfsteller meta-data.xml: Fully qualify a wst-columns query.
Mon, 28 Jan 2013 10:50:58 +0100 Felix Wolfsteller Builder: Doc.
Mon, 28 Jan 2013 18:55:55 +0100 Sascha L. Teichmann Added bodies to macros. Use the bodies of <dc:call-macro><body></dc:call-macro> as <dc:macro-body/> in tthe macro. Example:
Mon, 28 Jan 2013 16:33:05 +0100 Raimund Renkert Fixed config files.
Mon, 28 Jan 2013 16:30:46 +0100 Raimund Renkert Set all mapserver urls to 'example.com' to have unified config files.
Mon, 28 Jan 2013 12:45:41 +0100 Andre Heinecke Importer: Use cp1252 instead of latin-9 to guess filename encodings
Mon, 28 Jan 2013 12:44:41 +0100 Andre Heinecke Importer: When not tracking dont print info about unimported fields
Mon, 28 Jan 2013 12:27:04 +0100 Andre Heinecke Importer: Only show imported fields if copy_fields is used
Mon, 28 Jan 2013 12:25:24 +0100 Andre Heinecke Importer: Move copy fields into importer class and track imported/unimported fields
Fri, 25 Jan 2013 15:43:05 +0100 Andre Heinecke Importer: Add new HWS schema as a patch for now.
Fri, 25 Jan 2013 15:38:34 +0100 Andre Heinecke (Importer) Add comment about OFT types
Fri, 25 Jan 2013 15:37:43 +0100 Andre Heinecke (importer) calculate freeboard and expect sql
Fri, 25 Jan 2013 10:48:11 +0100 Andre Heinecke (Doc) Document new importer options
Fri, 25 Jan 2013 10:47:19 +0100 Andre Heinecke (importer) Enable hws_* importers
Fri, 25 Jan 2013 10:46:00 +0100 Andre Heinecke (importer) Avoid uneccessary error and improve debug output
Fri, 25 Jan 2013 10:44:58 +0100 Andre Heinecke (importer) Try to convert paths to UTF-8 for DB insertion
Fri, 25 Jan 2013 10:43:38 +0100 Andre Heinecke (importer) Style: Remove some empty lines
Fri, 25 Jan 2013 10:41:59 +0100 Andre Heinecke (importer) Add classes for hws_points and hws_lines
Fri, 25 Jan 2013 10:41:09 +0100 Andre Heinecke (importer) Add utility function to convert paths to utf-8
Fri, 25 Jan 2013 10:34:47 +0100 Andre Heinecke Add HWS Lines parameters and ogr_connection example
Wed, 23 Jan 2013 15:30:09 +0100 Andre Heinecke Improve error handling and unify dbconn for all importers
Wed, 23 Jan 2013 11:51:14 +0100 Andre Heinecke Add ogr_connection parameter to allow directly setting the ogr
Mon, 28 Jan 2013 00:46:46 +0100 Felix Wolfsteller MetaDataServiceImpl: Doc.
Mon, 28 Jan 2013 00:46:19 +0100 Felix Wolfsteller DatacageWindow: Doc.
Mon, 28 Jan 2013 00:45:23 +0100 Felix Wolfsteller MetaDataService: Document parameters string.
Fri, 25 Jan 2013 16:32:21 +0100 Felix Wolfsteller DatacageButton: doc.
Fri, 25 Jan 2013 11:53:04 +0100 Raimund Renkert Changed data field names in fix analsis to ld_from, ld_to, ld step.
Thu, 24 Jan 2013 16:09:46 +0100 Felix Wolfsteller RangeState and descendants: Use RangeAccess, resolve direct ld_* usage.
Thu, 24 Jan 2013 15:04:01 +0100 Christian Lins Floodmap uses the static River-WMS instead of User-WMS via RiverAxisArtifact.
Thu, 24 Jan 2013 10:02:45 +0100 Felix Wolfsteller Removed obsolete imports.
Wed, 23 Jan 2013 13:06:29 +0100 Felix Wolfsteller FLYSUtils: Use RangeAcces, removed getKmRange.
Wed, 23 Jan 2013 13:05:36 +0100 Felix Wolfsteller WINFOArtifact: Updated to use RangeAccess instead of FLYSUtils.
Wed, 23 Jan 2013 13:04:54 +0100 Felix Wolfsteller FacetCreator: Updated to use RangeAccess instead of FLYSUtils.
Wed, 23 Jan 2013 13:04:16 +0100 Felix Wolfsteller WaterlevelExporter: Updated to use RangeAccess instead of FLYSUtils.
Wed, 23 Jan 2013 13:03:25 +0100 Felix Wolfsteller ChartGenerator, DurationCurveExporter: Updated to use RangeAccess instead of FLYSUtils.
Wed, 23 Jan 2013 13:02:27 +0100 Felix Wolfsteller CrossSectionArtifact, Calculation4Access: Updated to use RangeAccess instead of FLYSUtils.
Wed, 23 Jan 2013 13:01:21 +0100 Felix Wolfsteller ChartGenerator, ComputedDischargeCurveExporter: Updated to use RangeAccess instead of FLYSUtils.
Wed, 23 Jan 2013 13:00:39 +0100 Felix Wolfsteller WQAdapted: Updated to use RangeAccess instead of FLYSUtils.
Wed, 23 Jan 2013 13:00:15 +0100 Felix Wolfsteller FloodMapState: Updated to use RangeAccess instead of FLYSUtils.
Wed, 23 Jan 2013 12:58:12 +0100 Felix Wolfsteller RangeAccess.getKmRange: Extracted from FLYSUtils.
Wed, 23 Jan 2013 12:27:00 +0100 Felix Wolfsteller RangeAccess, FLYSUtils; Moved getKmRangeMode implementation to RangeAccess.
Wed, 23 Jan 2013 12:12:22 +0100 Felix Wolfsteller FLYSUtils: Made getLocations private, added TODO about resolution.
Wed, 23 Jan 2013 12:10:47 +0100 Felix Wolfsteller RangeAccess: Add accidentally omitted implementation of getLocations from FLYSUtils.
Wed, 23 Jan 2013 10:43:27 +0100 Felix Wolfsteller ATExporter: Use RangeAccess.getLocations instead of FLYSUtils.getLocations.
Wed, 23 Jan 2013 10:42:50 +0100 Felix Wolfsteller DurationCurveState: Use RangeAccess.getLocations instead of FLYSUtils.getLocations.
Wed, 23 Jan 2013 10:41:07 +0100 Felix Wolfsteller BedQualityAccess: whitespace, doc.
Wed, 23 Jan 2013 10:40:35 +0100 Felix Wolfsteller WINFOArtifact: Use RangeAccess.getLocations instead of FLYSUtils.getLocations.
Wed, 23 Jan 2013 10:39:44 +0100 Felix Wolfsteller MainValuesArtifact: Use RangeAccess.getLocations instead of FLYSUtils.getLocations.
Wed, 23 Jan 2013 18:15:04 +0100 Sascha L. Teichmann Added tag 2.9.8 for changeset 88014b9852d0
Wed, 23 Jan 2013 17:42:28 +0100 Sascha L. Teichmann Removed obsolete imports and dead code. 2.9.8
Wed, 23 Jan 2013 17:36:18 +0100 Sascha L. Teichmann Use isDebugEnabled() in S/Q Measurement factory.
Wed, 23 Jan 2013 17:32:30 +0100 Raimund Renkert Insert db connection into riveraxis map files.
Wed, 23 Jan 2013 13:20:39 +0100 Sascha L. Teichmann Merged
Wed, 23 Jan 2013 12:52:49 +0100 Sascha L. Teichmann Fixed segments creation in calculation 4.
Wed, 23 Jan 2013 11:15:35 +0100 Raimund Renkert merged.
Wed, 23 Jan 2013 11:14:41 +0100 Raimund Renkert Fixed calculation of effective width in MINFO SQ relation.
Wed, 23 Jan 2013 11:14:22 +0100 Sascha L. Teichmann Ignore constant WQKms in CSV and PDF output.
Wed, 23 Jan 2013 05:53:44 +0100 Sascha L. Teichmann Introduced a fake ConstantWQKms class to have type information to only generate w facets for curves which really carry w data.
Tue, 22 Jan 2013 15:13:58 +0100 Bettina Gruenbauer insert helpText links
Tue, 22 Jan 2013 14:58:40 +0100 Bettina Gruenbauer insert helpText links for minfo and winfo
Tue, 22 Jan 2013 10:04:23 +0100 Bettina Gruenbauer insert helpText for .sq.
Tue, 22 Jan 2013 09:56:03 +0100 Bettina Gruenbauer merge
Tue, 22 Jan 2013 09:55:22 +0100 Bettina Gruenbauer insert helpTexts
Mon, 21 Jan 2013 19:36:53 +0100 Sascha L. Teichmann Fixed type error in Annotation types.
Mon, 21 Jan 2013 17:35:26 +0100 Felix Wolfsteller BedHeightAccess: Use getFrom/getTo.
Mon, 21 Jan 2013 17:34:56 +0100 Felix Wolfsteller RangeAccess: Doc and debug.
Mon, 21 Jan 2013 17:26:08 +0100 Felix Wolfsteller BedHeightAccess, FlowVelocityAccess, SedimentLoadAccess: Inherit from RangeAccess.
Mon, 21 Jan 2013 17:11:10 +0100 Felix Wolfsteller ExtremeAccess, RangeAccess and callers: Refactored, moved getStep to RangeAccess.
Mon, 21 Jan 2013 17:00:16 +0100 Felix Wolfsteller BedHeightQualityAccess, RangeAccess: Refactored, moved getFrom/To to RangeAccess.
Mon, 21 Jan 2013 16:19:20 +0100 Bettina Gruenbauer merge
Mon, 21 Jan 2013 15:55:08 +0100 Bettina Gruenbauer insert new helpTexts, delete helpText for Transition
Mon, 21 Jan 2013 14:03:22 +0100 Sascha L. Teichmann Moved NaN removal code from W to DoubleUtil. Create QKms when calculating the 'Umhuellende'.
Mon, 21 Jan 2013 12:49:44 +0100 Sascha L. Teichmann Merged
Mon, 21 Jan 2013 12:47:00 +0100 Sascha L. Teichmann Use QKMs in calculation of the 'Umhuellende'.
Mon, 21 Jan 2013 12:30:00 +0100 Bettina Gruenbauer changing helpText static URL to id
Mon, 21 Jan 2013 12:23:56 +0100 Sascha L. Teichmann Added QKms model.
Mon, 21 Jan 2013 10:37:40 +0100 Sascha L. Teichmann Removed trailing whitespace.
Mon, 21 Jan 2013 10:14:50 +0100 Sascha L. Teichmann Removed obsolete import.
Sun, 20 Jan 2013 15:04:32 +0100 Raimund Renkert merged.
Sun, 20 Jan 2013 15:02:19 +0100 Raimund Renkert Fixed MINFO SQ calculation.
Fri, 18 Jan 2013 19:33:26 +0100 Sascha L. Teichmann Bring Access pattern to "W fuer ungleichwertige Abflusslaengsschnitte".
Fri, 18 Jan 2013 10:30:09 +0100 Sascha L. Teichmann Removed XPath injection!
Thu, 17 Jan 2013 21:06:41 +0100 Christian Lins Add rivermap.xml with sample configuration and adapt MapInfoService to use rivermap data instead of floodmap for rivermap.
Wed, 16 Jan 2013 22:53:58 +0100 Christian Lins Bugs in generated RiverAxis Mapfile fixed. Now the river axes are drawn by the WMS.
Wed, 16 Jan 2013 11:39:37 +0100 Felix Wolfsteller Comment added.
Wed, 16 Jan 2013 11:39:04 +0100 Felix Wolfsteller QualityMesurementFactory: Added vim-line.
Wed, 16 Jan 2013 11:38:39 +0100 Felix Wolfsteller BedQualityCalculation: Added vim-line.
Wed, 16 Jan 2013 11:38:06 +0100 Felix Wolfsteller Comment/doc.
Wed, 16 Jan 2013 11:22:59 +0100 Felix Wolfsteller W80Parser: Implement linear cascading distance measurements.
Wed, 16 Jan 2013 11:19:41 +0100 Felix Wolfsteller W80Parser: Renamed lastPointIdx() to getLastPointIdx().
Wed, 16 Jan 2013 10:11:06 +0100 Felix Wolfsteller W80Parser: Cosmetics, whitespace, TODO resolved, logging improved.
Tue, 15 Jan 2013 13:32:14 +0100 Christian Lins MapInfoService now submits layer names as well as WMS urls.
Sun, 13 Jan 2013 17:00:37 +0100 Sascha L. Teichmann Added missing InfoldingColumns.java
Sun, 13 Jan 2013 16:33:05 +0100 Sascha L. Teichmann Trivial typo in selecting infolding columns.
Sun, 13 Jan 2013 16:18:28 +0100 Sascha L. Teichmann Added calculation of the "Umhuellende" to calculation of "W fuer ungleichwertige Abfluesse".
Sun, 13 Jan 2013 14:18:04 +0100 Sascha L. Teichmann A naive algorithm to figure out the "Umhuellende" of a set of WQKms.
Sat, 12 Jan 2013 11:30:46 +0100 Sascha L. Teichmann Added intersectsQRange to QRangeTree to check if a given Q range intersects the Qs of the tree. Useful for 'Umhuellende'. TODO make check depend on km range.
Fri, 11 Jan 2013 22:16:22 +0100 Sascha L. Teichmann Small code cleanups in S/Q outlier tests.
Fri, 11 Jan 2013 13:57:38 +0100 Raimund Renkert MINFO: Allow two methods for outlier test in SQ relation.
Wed, 09 Jan 2013 13:17:09 +0100 Raimund Renkert Fixed facet activities.
Wed, 09 Jan 2013 09:19:32 +0100 Felix Wolfsteller DA66Parser: Added TODOs about riveraxis.
Wed, 09 Jan 2013 09:19:15 +0100 Felix Wolfsteller DA66Parser: Added doc, removed TODO, whitespace cosmetics.
Wed, 09 Jan 2013 09:29:01 +0100 Raimund Renkert Hide lines in SQ relation charts.
Wed, 09 Jan 2013 09:28:01 +0100 Raimund Renkert Create and add sieves regardless of the the order of diameter/value.
Tue, 08 Jan 2013 17:20:34 +0100 Felix Wolfsteller DA50Parser: Doc, removed and added a TODO.
Tue, 08 Jan 2013 12:42:23 +0100 Felix Wolfsteller TIMParser: Removed TODO about switching to log4j .
Tue, 08 Jan 2013 12:41:48 +0100 Felix Wolfsteller TIMParser: Switch to log4j instead of System.err .
Tue, 08 Jan 2013 12:33:27 +0100 Felix Wolfsteller CrossSectionApp: Doc and whitespace cosmetics.
Tue, 08 Jan 2013 12:31:21 +0100 Felix Wolfsteller DA50Parser: Added very basic DA50 parsing (no intersetions or correlation yet
Tue, 08 Jan 2013 12:30:29 +0100 Felix Wolfsteller DA50Parser: Fix c/p errors.
Tue, 08 Jan 2013 12:29:04 +0100 Felix Wolfsteller ImportRiver: Trigger basic (useless) da50 parsing.
Tue, 08 Jan 2013 12:26:29 +0100 Felix Wolfsteller ImportRiver: Bail out if skip* parameters were given.
Tue, 08 Jan 2013 12:25:51 +0100 Felix Wolfsteller DA50Parser: Changed extension from w80 (wrong) to d50 (right).
Tue, 08 Jan 2013 11:59:01 +0100 Felix Wolfsteller ImportRiver: Use callback (refactoring), resolving TODOs.
Tue, 08 Jan 2013 11:57:03 +0100 Felix Wolfsteller ImportRiver: Add helper implementation of a CrossSectionParserCallback.
Mon, 07 Jan 2013 11:55:46 +0100 Felix Wolfsteller W80Parser: Return null if no year set to behave like other parsers and avoid
Sat, 05 Jan 2013 15:05:51 +0100 Sascha L. Teichmann !!! FLYS backend schema change !!! Add column bfg_id column to discharge_tables.
Sat, 05 Jan 2013 14:52:55 +0100 Sascha L. Teichmann Do the pairing of FLYS and AFT discharge tables by the field 'ABFLUSSTAFEL.BFG_ID' in
Sat, 05 Jan 2013 13:46:27 +0100 Sascha L. Teichmann Moved check for calculation range intersection to SQL statement.
Sat, 05 Jan 2013 13:30:57 +0100 Sascha L. Teichmann Added after login SQL statements for database connection. Can be used to alter the current schema to avoid naming clashes.
Sat, 05 Jan 2013 12:20:28 +0100 Sascha L. Teichmann Sorted imports.
Sat, 05 Jan 2013 12:13:16 +0100 Sascha L. Teichmann Simplified code.
Fri, 04 Jan 2013 15:55:45 +0100 Sascha L. Teichmann DateGuesser: Take current year modulo 100 if compare it with a two digit year value. Removed auto boxing.
Fri, 04 Jan 2013 15:46:33 +0100 Sascha L. Teichmann Do not die in W80 parser id invalid date is given.
Fri, 04 Jan 2013 15:35:51 +0100 Sascha L. Teichmann Move distance calculation to Coordinate class. Use inheritance instead of composition in Anchor class. Made Anchor class static. Use epsilon equal comparision when checking for same station: Boy, do you ever learn that sharp equal comparison of doubles is not a clever idea!?
Fri, 04 Jan 2013 11:17:40 +0100 Felix Wolfsteller ImportRiver: Added w80 and hook for da50 parsing (not implemented).
Fri, 04 Jan 2013 11:16:50 +0100 Felix Wolfsteller run_hydr_morph.sh: Add SKIP_DA50 and SKIP_W80 flags.
Fri, 04 Jan 2013 11:15:24 +0100 Felix Wolfsteller README: Add instruction to do a simple standalone DateGuesser execution.
Fri, 04 Jan 2013 11:13:13 +0100 Felix Wolfsteller DateGuesser: doc.
Fri, 04 Jan 2013 11:13:02 +0100 Felix Wolfsteller DateGuesser: Added and handle DDMMYY pattern.
Fri, 04 Jan 2013 11:12:28 +0100 Felix Wolfsteller W80Parser: Use DateGuesser to set a date.
Fri, 04 Jan 2013 11:11:52 +0100 Felix Wolfsteller W80Parser: Added field to store a date.
Fri, 04 Jan 2013 11:11:24 +0100 Felix Wolfsteller W80Parser: Doc.
Thu, 03 Jan 2013 14:45:30 +0100 Felix Wolfsteller W80Parser: Comment code that is not (yet?) used by FLYS.
Thu, 03 Jan 2013 14:42:05 +0100 Felix Wolfsteller W80Parser: Respect (ignore) 'shore' field of w80 files.
Thu, 03 Jan 2013 14:41:41 +0100 Felix Wolfsteller W80Parser: Whitespace-cosmetics and comment.
Thu, 03 Jan 2013 14:41:21 +0100 Felix Wolfsteller W80Parser: Remove unneeded code.
Thu, 03 Jan 2013 14:41:02 +0100 Felix Wolfsteller W80Parser: Correct c&p stuff in comments (da66->w80).
Thu, 03 Jan 2013 14:39:48 +0100 Sascha L. Teichmann AFT: Reject AFT gauges which are not inside the calculation range of the corresponding FLYS river.
Thu, 03 Jan 2013 14:19:45 +0100 Sascha L. Teichmann Fetch calculation range (Berechnungsstrecke) for FLYS rivers, too.
Thu, 03 Jan 2013 11:43:16 +0100 Sascha L. Teichmann Removed null comparison where also instanceof is used.
Thu, 03 Jan 2013 10:21:46 +0100 Felix Wolfsteller W80Parser: Added TODO/comment.
Thu, 03 Jan 2013 10:00:13 +0100 Felix Wolfsteller W80Parser: Actually add points while parsing w80 file.
Thu, 03 Jan 2013 09:59:41 +0100 Felix Wolfsteller W80Parser: addPoint and lastIdx functions to add a point and find last points index.
Thu, 03 Jan 2013 09:58:49 +0100 Felix Wolfsteller Coordinate: Introduce getters for x/y.
Thu, 03 Jan 2013 09:58:16 +0100 Felix Wolfsteller W80Parser: Put infrastructure for an anchor point in place.
Thu, 03 Jan 2013 09:57:22 +0100 Felix Wolfsteller DA66Parser: Handle coding convention that was introduced to overcome fixed
Thu, 03 Jan 2013 09:56:43 +0100 Felix Wolfsteller Remove commented code.
Thu, 03 Jan 2013 09:54:52 +0100 Felix Wolfsteller Conffig: Prepare skip_da50 and skip_w80 options.
Wed, 02 Jan 2013 12:14:11 +0100 Felix Wolfsteller Merged.
Fri, 28 Dec 2012 15:03:55 +0100 Felix Wolfsteller Doc.
Wed, 02 Jan 2013 15:42:22 +0100 Sascha L. Teichmann Merged
Wed, 02 Jan 2013 15:31:53 +0100 Sascha L. Teichmann Added 'type' attribute to <dc:variable/> element. If an optional 'type' attribute is given
Wed, 02 Jan 2013 15:24:18 +0100 Christian Lins Add "maptype" parameter to MapInfoService.
Wed, 02 Jan 2013 15:15:45 +0100 Christian Lins Little work on the RiverMapfileGenerator.
Wed, 02 Jan 2013 14:05:21 +0100 Sascha L. Teichmann Add <dc:variable name="variable" expr="xpath"/> construct to datacage language.
Wed, 02 Jan 2013 13:18:31 +0100 Sascha L. Teichmann Remove trailing whitespace.
Tue, 01 Jan 2013 13:54:08 +0100 Sascha L. Teichmann Moved EpsilonComparator to utils package becaus its not only useful for TIM parsing. Used EpsilonComparator in DA60 and DA66 case. Maybe TODO: Use in PRF, too.
Sun, 30 Dec 2012 10:56:52 +0100 Sascha L. Teichmann Removed x-bit from DateGuesser.java
Sun, 30 Dec 2012 10:53:24 +0100 Sascha L. Teichmann Removed superfluous imports.
Fri, 28 Dec 2012 15:01:12 +0100 Sascha Teichmann Initial version of support files for TIMParser, comments and TODOs by Felix Wolfsteller, Code by Sascha Teichmann.
Fri, 28 Dec 2012 14:56:43 +0100 Sascha Teichmann Initial version of TIMParser, comments and TODOs by Felix Wolfsteller, Code by Sascha Teichmann.
Fri, 28 Dec 2012 13:34:04 +0100 Felix Wolfsteller Initial empty version of DA50Parser.
Fri, 28 Dec 2012 13:33:36 +0100 Felix Wolfsteller Removed removeExtension implementations, which have been moved to FileTools,
Fri, 28 Dec 2012 11:59:01 +0100 Felix Wolfsteller Initial empty version of W80Parser.
Thu, 27 Dec 2012 16:15:51 +0100 Felix Wolfsteller DA66Parser: Scale x and y, as they are given in mm. Now we can actually look at the data!
Thu, 27 Dec 2012 16:15:15 +0100 Felix Wolfsteller DA66Parser: Do not return a 'year' for measurement, as none is given.
Thu, 27 Dec 2012 16:14:49 +0100 Felix Wolfsteller TODO added.
Thu, 27 Dec 2012 16:14:41 +0100 Felix Wolfsteller ImportRiver: Refactoring, use description and year of da66parser.
Thu, 27 Dec 2012 16:14:15 +0100 Felix Wolfsteller DA66Parser: Whitespace cosmetics.
Thu, 27 Dec 2012 13:20:19 +0100 Felix Wolfsteller DA66Parser: Use filename without extension as description for cross section.
Thu, 27 Dec 2012 13:19:34 +0100 Felix Wolfsteller LineParser: Make file name available to subclasses.
Thu, 27 Dec 2012 13:13:24 +0100 Felix Wolfsteller DA66Parser: Try to guess whether station is given in km or in cm.
Thu, 27 Dec 2012 13:13:05 +0100 Felix Wolfsteller DA66Parser: Improved logging.
Thu, 27 Dec 2012 13:12:51 +0100 Felix Wolfsteller DA66Parser: Removed unused function.
Thu, 27 Dec 2012 13:12:31 +0100 Felix Wolfsteller Documentation of DA66Parser.
Wed, 19 Dec 2012 14:59:55 +0100 Felix Wolfsteller Adjust callbacks after Parsers new interface implementation, re-enable file hashing for da66s.
Wed, 19 Dec 2012 14:59:14 +0100 Felix Wolfsteller Implement new CrossSectionParser interface.
Wed, 19 Dec 2012 14:58:34 +0100 Felix Wolfsteller New CrossSectionParser interface.
Wed, 19 Dec 2012 14:57:45 +0100 Felix Wolfsteller Documentation.
Wed, 19 Dec 2012 14:04:12 +0100 Felix Wolfsteller Include improved DA66Parser into importer.
Wed, 19 Dec 2012 13:59:57 +0100 Felix Wolfsteller Added new parameter SKIP_DA66S to importer.
Wed, 19 Dec 2012 11:41:51 +0100 Felix Wolfsteller Documentation.
Wed, 19 Dec 2012 11:40:56 +0100 Felix Wolfsteller Documentation.
Wed, 19 Dec 2012 11:40:19 +0100 Felix Wolfsteller Importer: Emit log message when a dry run was run.
Wed, 19 Dec 2012 11:39:46 +0100 Felix Wolfsteller Documentation.
Wed, 19 Dec 2012 11:38:48 +0100 Felix Wolfsteller Documentation added.
Wed, 19 Dec 2012 11:37:59 +0100 Felix Wolfsteller Documentation added.
Wed, 19 Dec 2012 11:35:51 +0100 Felix Wolfsteller Changed naming of variables (i & j -> i & k) for readability.
Tue, 18 Dec 2012 15:46:36 +0100 Christian Lins Work on rivers.map Generator.
Mon, 17 Dec 2012 23:24:27 +0100 Christian Lins Fix typo in class names and correct file path in floodmap.xml.
Mon, 17 Dec 2012 18:03:53 +0100 Sascha L. Teichmann Added tag 2.9.7 for changeset 0ba0f3e4f4c2
Mon, 17 Dec 2012 17:59:03 +0100 Sascha L. Teichmann Merged 2.9.7
Mon, 17 Dec 2012 17:57:32 +0100 Sascha L. Teichmann Removed unneeded imports.
Mon, 17 Dec 2012 17:56:56 +0100 Raimund Renkert Fixed and updated theme configurations.
Mon, 17 Dec 2012 17:54:26 +0100 Raimund Renkert Fixed NPE in empty style editor window.
Mon, 17 Dec 2012 16:17:53 +0100 Björn Ricks Rename methods and mark them private
Mon, 17 Dec 2012 16:16:49 +0100 Björn Ricks Use isEmpty for list check
Mon, 17 Dec 2012 16:16:29 +0100 Björn Ricks Change only local used methods to private ones
Mon, 17 Dec 2012 16:15:05 +0100 Björn Ricks Change parameters of updateCollectionName
Mon, 17 Dec 2012 16:14:27 +0100 Björn Ricks Rename filter into filterpanel
Mon, 17 Dec 2012 16:13:42 +0100 Björn Ricks Fix filtering of Collections/Projects in the gui
Mon, 17 Dec 2012 16:11:48 +0100 Björn Ricks Use display name of the Collection in CollectionView
Mon, 17 Dec 2012 16:10:47 +0100 Björn Ricks Add a Collection method to return a string to be displayed in the gui
Mon, 17 Dec 2012 15:54:30 +0100 Raimund Renkert Added i18n strings.
Mon, 17 Dec 2012 15:54:15 +0100 Raimund Renkert Display all 'tranparency' attributes.
Mon, 17 Dec 2012 15:32:53 +0100 Raimund Renkert Fixed and improved theme handling for areas.
Mon, 17 Dec 2012 15:31:07 +0100 Raimund Renkert Updated fixing and virutal area themes.
Mon, 17 Dec 2012 15:27:16 +0100 Raimund Renkert Fixed out processor to draw sector averages in fix analysis ls.
Fri, 14 Dec 2012 16:03:38 +0100 Raimund Renkert Reverted smartGWT version from 3.1 to 3.0.
Fri, 14 Dec 2012 12:03:31 +0100 Raimund Renkert Added second theme config files.
Fri, 14 Dec 2012 10:49:58 +0100 Felix Wolfsteller Less than sceleton for DA66-CrossSection parser added.
Fri, 14 Dec 2012 10:41:54 +0100 Felix Wolfsteller Doc.
Fri, 14 Dec 2012 10:41:42 +0100 Felix Wolfsteller Doc.
Fri, 14 Dec 2012 10:41:24 +0100 Felix Wolfsteller Whitespace-cosmetics.
Fri, 14 Dec 2012 10:39:58 +0100 Felix Wolfsteller Doc.
Fri, 14 Dec 2012 10:06:23 +0100 Raimund Renkert Hide facets returning raw data and fixed display name.
Thu, 13 Dec 2012 17:20:24 +0100 Raimund Renkert Added i18n strings.
Thu, 13 Dec 2012 17:20:04 +0100 Raimund Renkert Added theme mapping for new facets.
Thu, 13 Dec 2012 17:19:38 +0100 Raimund Renkert Generate and draw new facets.
Thu, 13 Dec 2012 17:18:53 +0100 Raimund Renkert Added new facets for filtered bed height diffs to have filtered and raw data.
Thu, 13 Dec 2012 15:57:09 +0100 Raimund Renkert Added i18n strings.
Thu, 13 Dec 2012 15:56:38 +0100 Raimund Renkert Added theme mapping for new facets and added theme for discharge.
Thu, 13 Dec 2012 15:55:58 +0100 Raimund Renkert Generate new facets to have raw and filtered data in flow velocity chart.
Thu, 13 Dec 2012 15:54:49 +0100 Raimund Renkert Added facet for filtered flow velocity and removed filter from default facet.
Wed, 12 Dec 2012 10:42:38 +0100 Raimund Renkert Refactored the themes config files (currently only default style).
Wed, 12 Dec 2012 10:38:50 +0100 Raimund Renkert Reordered some attributes in editor ui and use the hidden attribute.
Wed, 12 Dec 2012 10:37:45 +0100 Raimund Renkert Read and use the hidden hint correctly.
Wed, 12 Dec 2012 10:35:34 +0100 Raimund Renkert Added i18n strings for style editor.
Tue, 11 Dec 2012 16:26:50 +0100 Björn Ricks Fix logging statments and use correct class name
Tue, 11 Dec 2012 16:26:12 +0100 Björn Ricks Codeformat++
Tue, 11 Dec 2012 16:25:41 +0100 Björn Ricks Move loading of the full Collection to an own method
Tue, 11 Dec 2012 16:24:57 +0100 Björn Ricks Add new method hasItems to Collection class
Tue, 11 Dec 2012 16:23:29 +0100 Björn Ricks Create a Collection if an artifact is added to the CollectionView
Tue, 11 Dec 2012 16:11:20 +0100 Björn Ricks Don't create Collection when a CollectionView for a new project is created
Tue, 11 Dec 2012 09:46:22 +0100 Björn Ricks Remove unused import
Tue, 11 Dec 2012 15:24:24 +0100 Christian Lins Introduce river mapfile generation (WARNING: Changes in config xml files required!).
Tue, 11 Dec 2012 09:44:04 +0100 Björn Ricks Move the access to artifact data to the Access object
Sat, 08 Dec 2012 00:19:29 +0100 Christian Lins Refactor Mapserver mapfile generation.
Fri, 07 Dec 2012 11:26:53 +0100 Felix Wolfsteller CrossSectionGenerator: Center HYK-labels.
Fri, 07 Dec 2012 11:26:21 +0100 Felix Wolfsteller WINFOArtifact: Tiny optimization, get data only when needed.
Thu, 06 Dec 2012 17:30:09 +0100 Sascha L. Teichmann Added view for selecting ranges in wsts.
Thu, 06 Dec 2012 13:10:27 +0100 Felix Wolfsteller XYChartGenerator: Avoid "range merging" for area series, as these might extend
Wed, 05 Dec 2012 23:58:26 +0100 Christian Lins Merged
Wed, 05 Dec 2012 23:54:09 +0100 Christian Lins Work on river axis mapfile generator.
Wed, 05 Dec 2012 13:57:50 +0100 Felix Wolfsteller Add stubs for GaugeAccess and RangeAccess, for they do not get lost.
Wed, 05 Dec 2012 13:34:47 +0100 Felix Wolfsteller Prevent NPE when color for bandwidth is unset, use non-template default.
Wed, 05 Dec 2012 12:59:32 +0100 Felix Wolfsteller Merged.
Mon, 03 Dec 2012 11:02:28 +0100 Felix Wolfsteller Enable manual points for w difference diagrams.
Wed, 05 Dec 2012 10:05:47 +0100 Raimund Renkert Adjusted y axis label.
Wed, 05 Dec 2012 10:05:14 +0100 Raimund Renkert Multiplicate diameter with 1000 to have mm instead of m.
Tue, 04 Dec 2012 16:16:43 +0100 Björn Ricks Improve the up and down arrows in the theme navigation panel
Tue, 04 Dec 2012 16:08:04 +0100 Raimund Renkert Fixed imports.
Tue, 04 Dec 2012 15:41:02 +0100 Raimund Renkert Use moving average algorithm to calculate average values depending on the zoom
Tue, 04 Dec 2012 15:39:50 +0100 Raimund Renkert Put start and end km into the context for average calculation.
Tue, 04 Dec 2012 15:38:21 +0100 Raimund Renkert Added methods to set single values.
Tue, 04 Dec 2012 15:35:47 +0100 Raimund Renkert Added missing setter for different values.
Tue, 04 Dec 2012 14:40:54 +0100 Björn Ricks Deprecate FLYSUtils
Tue, 04 Dec 2012 14:39:11 +0100 Björn Ricks Use new refreshed bfg logo
Tue, 04 Dec 2012 14:19:59 +0100 Christian Lins Preparations for autogenerated riveraxis WMSs.
Tue, 04 Dec 2012 13:20:38 +0100 Christian Lins Make floodmap riveraxis layer name configurable.
Mon, 03 Dec 2012 21:16:15 +0100 Sascha L. Teichmann A little optimization and handle the case that there are duplicates in the values.
Mon, 03 Dec 2012 18:44:48 +0100 Sascha L. Teichmann Moved MovingAverage into math package
Mon, 03 Dec 2012 17:55:04 +0100 Sascha L. Teichmann Removed obsolete import
Mon, 03 Dec 2012 17:27:08 +0100 Raimund Renkert Merged.
Mon, 03 Dec 2012 17:25:49 +0100 Raimund Renkert Fixed validation in parameter matrix panel. Single selections are allowed now.
Mon, 03 Dec 2012 17:10:08 +0100 Raimund Renkert Add start and end km of current chart zoomlevel to the context and use these
Mon, 03 Dec 2012 17:08:39 +0100 Raimund Renkert New class for average calculation implementing moving average algorithms.
Mon, 03 Dec 2012 17:07:03 +0100 Raimund Renkert Generate flow velocity facets based on the type the user selected.
Mon, 03 Dec 2012 17:04:28 +0100 Raimund Renkert Set the discharge zone type to be able to generate the appropriate facets.
Mon, 03 Dec 2012 17:01:45 +0100 Raimund Renkert Added member variable for discharge zone type.
Mon, 03 Dec 2012 16:58:13 +0100 Raimund Renkert Added new member variable for zone type.
Mon, 03 Dec 2012 16:55:45 +0100 Raimund Renkert Extracted method to calculate the zoomed bound of a chart.
Mon, 03 Dec 2012 16:54:32 +0100 Raimund Renkert Added example config for river 'Elbe' and read the config in context factory.
Mon, 03 Dec 2012 16:53:22 +0100 Raimund Renkert New class storing configuration about zoom dependent filter levels.
Mon, 03 Dec 2012 10:53:58 +0100 Felix Wolfsteller Doc.
Mon, 03 Dec 2012 10:52:25 +0100 Felix Wolfsteller Fix reference curve creation.
Mon, 03 Dec 2012 10:51:49 +0100 Felix Wolfsteller Doc.
Mon, 03 Dec 2012 10:51:25 +0100 Felix Wolfsteller Doc.
Mon, 03 Dec 2012 10:51:01 +0100 Felix Wolfsteller Fix differences/Waterlevelartifact.
Sat, 01 Dec 2012 23:24:36 +0100 Christian Lins Change floodmap WMS paths in make_flys_release.
Fri, 30 Nov 2012 16:07:27 +0100 Björn Ricks Add pdf export to GaugeDischargeCurveArtifact
Fri, 30 Nov 2012 16:06:03 +0100 Björn Ricks Fix: Don't show the warning if datatype is WQKms
Fri, 30 Nov 2012 10:21:09 +0100 Björn Ricks Remove obsolete MainMenu
Fri, 30 Nov 2012 10:19:02 +0100 Björn Ricks Add new CSS for the layout changes
Fri, 30 Nov 2012 10:18:32 +0100 Björn Ricks Add a welcome screen to the workspace background
Fri, 30 Nov 2012 10:16:36 +0100 Björn Ricks Add i18n message strings for a welcome screen
Fri, 30 Nov 2012 10:15:44 +0100 Björn Ricks Hide the manage project button if the project list is shown
Fri, 30 Nov 2012 10:00:39 +0100 Björn Ricks Add methods to hide and show the manage projects button of the header
Fri, 30 Nov 2012 09:59:07 +0100 Björn Ricks Use the FLYSHeader instead of the MainMenu
Fri, 30 Nov 2012 09:57:56 +0100 Björn Ricks Merge the MainMenu into the FLYSHeader
Fri, 30 Nov 2012 09:56:10 +0100 Björn Ricks Add methods to hide and show the project list in FLYS class
Fri, 30 Nov 2012 09:52:40 +0100 Björn Ricks Add path for the new small BfG logo
Fri, 30 Nov 2012 09:51:42 +0100 Björn Ricks Add smaller BfG logo
Fri, 30 Nov 2012 12:03:12 +0100 Felix Wolfsteller meta-data.xml: Moved 'map' definitions to more appropriate place.
Fri, 30 Nov 2012 12:02:38 +0100 Felix Wolfsteller meta-data.xml: Resolved discharge_longitudinal_section definitions and use
Fri, 30 Nov 2012 12:01:51 +0100 Felix Wolfsteller meta-data.xml: Moved duration-curve definitions into more appropriate places.
Fri, 30 Nov 2012 12:00:58 +0100 Felix Wolfsteller meta-data.xml: Added 'prototype-macro for longitudinal_sections.
Thu, 29 Nov 2012 11:48:20 +0100 Felix Wolfsteller Doc.
Fri, 30 Nov 2012 11:32:29 +0100 Christian Lins Use floating point calculation for floodmap colors.
Thu, 29 Nov 2012 15:34:33 +0100 Christian Lins Floodmap can now be classified in the range 5 to 20 (incl.).
Thu, 29 Nov 2012 10:29:34 +0100 Felix Wolfsteller Doc.
Thu, 29 Nov 2012 10:28:55 +0100 Felix Wolfsteller Add ManualPoint-handling to SQRelationGenerator.doOut().
Thu, 29 Nov 2012 10:27:31 +0100 Felix Wolfsteller Documentation added.
Wed, 28 Nov 2012 11:29:04 +0100 Felix Wolfsteller Allow manual points in bedheight_longitudinal_sections.
Wed, 28 Nov 2012 07:19:06 +0100 Felix Wolfsteller Enable manual points for s/q diagrams.
Tue, 27 Nov 2012 17:43:19 +0100 Björn Ricks Add the csv export to the GaugeDischargeCurveArtifact
Tue, 27 Nov 2012 17:41:41 +0100 Björn Ricks Refactor ComputedDischargeCurveExporter to support WQKms values and WQKms arrays
Tue, 27 Nov 2012 17:39:38 +0100 Björn Ricks Use constant from DischargeTables for the scaling factor
Tue, 27 Nov 2012 17:38:23 +0100 Björn Ricks Refactor getting the WQKms into it's own method
Tue, 27 Nov 2012 17:47:33 +0100 Felix Wolfsteller Doc.
Tue, 27 Nov 2012 17:41:44 +0100 Felix Wolfsteller Allow manual points in flow_velocity diagrams.
Tue, 27 Nov 2012 17:16:14 +0100 Felix Wolfsteller Merged.
Tue, 27 Nov 2012 17:15:41 +0100 Felix Wolfsteller Enable manual points in sedimentload ls.
Tue, 27 Nov 2012 15:59:26 +0100 Christian Lins Merged
Tue, 27 Nov 2012 15:51:28 +0100 Christian Lins Work on dynamic color classes for floodmap (work in progress, not yet functional).
Tue, 27 Nov 2012 14:30:08 +0100 Felix Wolfsteller Merged.
Tue, 27 Nov 2012 14:29:24 +0100 Felix Wolfsteller Fix flys/issue989: manual points in bedheight_middle outs.
Tue, 27 Nov 2012 14:20:46 +0100 Christian Lins flys-client: Shapefile upload widget readded again (regression).
Tue, 27 Nov 2012 12:50:10 +0100 Christian Lins flys-client: Patch to render combobox options as clickable links.
Tue, 27 Nov 2012 10:49:57 +0100 Felix Wolfsteller i18n fix.
Tue, 20 Nov 2012 15:28:07 +0100 Christian Lins Fix FLYS logo URL for printing.
Tue, 20 Nov 2012 14:30:33 +0100 Christian Lins flys-client: Map.updateSize() is now called on every windows movement
Tue, 20 Nov 2012 12:53:14 +0100 Christian Lins Workaround for NPE in FloodMapState.
Mon, 19 Nov 2012 00:07:53 +0100 Christian Lins flys-client: Cosmetics and warnings.
Sun, 18 Nov 2012 01:19:07 +0100 Christian Lins flys/client: Exception catched and replaced by friendly warning (MINFO Sohlhoehendifferenz) #967/flys.
Fri, 16 Nov 2012 18:35:08 +0100 Sascha L. Teichmann Added tag 2.9.6 for changeset ce6bea03156c
Fri, 16 Nov 2012 18:23:26 +0100 Sascha L. Teichmann Add help anchors for fix analysis 2.9.6
Fri, 16 Nov 2012 17:39:47 +0100 Sascha L. Teichmann More solid S/Q function sampling
Fri, 16 Nov 2012 14:57:14 +0100 Björn Ricks Exchange the river selection map
Fri, 16 Nov 2012 14:56:04 +0100 Björn Ricks Remove obsolete imports
Fri, 16 Nov 2012 14:27:20 +0100 Björn Ricks Add i18n for the new close project list button
Fri, 16 Nov 2012 14:26:25 +0100 Björn Ricks Add css for the project list changes
Fri, 16 Nov 2012 14:26:01 +0100 Björn Ricks Add a small close and add project button to the project list header
Fri, 16 Nov 2012 14:25:05 +0100 Björn Ricks Remove the new project button from the menue
Fri, 16 Nov 2012 14:24:38 +0100 Björn Ricks Get rid of the footer and the spacer in the flys webpage
Fri, 16 Nov 2012 12:33:25 +0100 Björn Ricks Add GaugeOverview to Fixanalysis
Fri, 16 Nov 2012 12:40:27 +0100 Christian Lins Adapt WMS URLs in floodmap.xml to user-wms.
Fri, 16 Nov 2012 12:37:04 +0100 Christian Lins Merged
Fri, 16 Nov 2012 12:36:10 +0100 Christian Lins Map view in DigitizePanel now shows OSM background, river axis and
Fri, 16 Nov 2012 12:01:38 +0100 Sascha L. Teichmann merged
Fri, 16 Nov 2012 12:01:11 +0100 Sascha L. Teichmann Removed obsolete imports.
Fri, 16 Nov 2012 11:52:46 +0100 Sascha L. Teichmann Removed obsolete import
Fri, 16 Nov 2012 11:56:43 +0100 Björn Ricks Allow requests from localhost in GGInA filter
Thu, 15 Nov 2012 17:45:15 +0100 Raimund Renkert Added i18n strings for sediment load calculation.
Thu, 15 Nov 2012 17:44:43 +0100 Raimund Renkert New themes for sediment load chart.
Thu, 15 Nov 2012 17:44:07 +0100 Raimund Renkert New field in sediment load object and calculation.
Thu, 15 Nov 2012 17:38:48 +0100 Raimund Renkert New doOut for total load in sediment load calculation.
Thu, 15 Nov 2012 17:37:40 +0100 Raimund Renkert Added new facet type to sediment load calculation.
Thu, 15 Nov 2012 17:36:36 +0100 Raimund Renkert Removed some debug logs and changed report strings.
Thu, 15 Nov 2012 17:06:54 +0100 Christian Lins Merged
Thu, 15 Nov 2012 17:06:09 +0100 Christian Lins MapPanel position and size now properly aligned (#568).
Thu, 15 Nov 2012 16:31:13 +0100 Björn Ricks Add i18n string for soundings width in flys client
Thu, 15 Nov 2012 16:30:17 +0100 Björn Ricks Handle also the bedheight facet in minfo bedheight_middle output
Thu, 15 Nov 2012 16:29:31 +0100 Björn Ricks Load bedheigt single values via the datacage for a bedheight middle output
Thu, 15 Nov 2012 16:27:56 +0100 Björn Ricks Handle also sounding width generated via the datacage in MiddleBedHeightGenerator
Thu, 15 Nov 2012 16:21:21 +0100 Björn Ricks Implement a BedheightProcessor to generate charts from bed height data
Thu, 15 Nov 2012 16:20:02 +0100 Björn Ricks Refactor BedHeightArtifacts to provide bed height single values of a range
Thu, 15 Nov 2012 16:18:02 +0100 Björn Ricks Add type member variable to BedHeightFacet
Thu, 15 Nov 2012 16:14:42 +0100 Björn Ricks Add method to get all morph width of a BedHeigthSingle object
Thu, 15 Nov 2012 14:20:55 +0100 Christian Lins Merged
Thu, 15 Nov 2012 14:19:52 +0100 Christian Lins Map is now properly resized when hiding ThemePanel.
Thu, 15 Nov 2012 14:23:49 +0100 Felix Wolfsteller Fixed typo in debug message.
Thu, 15 Nov 2012 14:23:28 +0100 Felix Wolfsteller MetaDataService: Added comment from ChangeLog.
Thu, 15 Nov 2012 14:23:03 +0100 Felix Wolfsteller Documentation.
Thu, 15 Nov 2012 14:22:12 +0100 Felix Wolfsteller Cosmetics.
Thu, 15 Nov 2012 07:38:43 +0100 Felix Wolfsteller Cosmetics.
Wed, 14 Nov 2012 23:48:49 +0100 Christian Lins Fix MapFish print config and add FLYS logo to print output (DIN A4 only).
Wed, 14 Nov 2012 17:24:55 +0100 Raimund Renkert Parse and store year in sediment densities.
Wed, 14 Nov 2012 17:19:54 +0100 Raimund Renkert Added new column 'year' to sediment density values in postgresql and oracle
Wed, 14 Nov 2012 17:18:44 +0100 Raimund Renkert Completed and fixed sediment load calculation.
Wed, 14 Nov 2012 17:17:02 +0100 Raimund Renkert Added objects and factory for sediment densities.
Wed, 14 Nov 2012 17:15:38 +0100 Raimund Renkert Added new y axis label for m3/a unit and fixed sand fraction output.
Wed, 14 Nov 2012 17:11:56 +0100 Raimund Renkert Add report facet if calculation had problems.
Wed, 14 Nov 2012 17:10:24 +0100 Raimund Renkert Added logger and fixed data field checkup.
Wed, 14 Nov 2012 17:06:51 +0100 Raimund Renkert Fixed SQL statements and parameters.
Wed, 14 Nov 2012 17:04:01 +0100 Raimund Renkert Fix: Handle epochs like official epochs to get a year range.
Wed, 14 Nov 2012 17:02:51 +0100 Raimund Renkert Added methods to sediment load object to check fractions.
Wed, 14 Nov 2012 16:59:58 +0100 Raimund Renkert Fixed typo in total sediment load facet type.
Wed, 14 Nov 2012 16:58:07 +0100 Raimund Renkert Added report output generator for sediment load calculation.
Wed, 14 Nov 2012 16:56:58 +0100 Raimund Renkert Additional transitions and outs for MINFO sediment load calculation.
Wed, 14 Nov 2012 13:48:22 +0100 Felix Wolfsteller Merged.
Wed, 14 Nov 2012 13:47:55 +0100 Felix Wolfsteller fixanalysis.xml: Add cross_section out.
Wed, 14 Nov 2012 13:47:28 +0100 Felix Wolfsteller FixRealizingCompute: Add CrossSectionWaterLineFacet in FixRealizingState.
Wed, 14 Nov 2012 13:46:50 +0100 Felix Wolfsteller FixationArtifact: implement WaterLineArtifact, deliver lines for cross-sections.
Wed, 14 Nov 2012 12:26:45 +0100 Felix Wolfsteller QSectorFacet: Guard access to curentKm in context.
Wed, 14 Nov 2012 12:25:13 +0100 Felix Wolfsteller CrossSectionWaterLineFacet: Guard class cast.
Wed, 14 Nov 2012 12:23:56 +0100 Felix Wolfsteller WINFOArtifact: cosmetics, respect 80c width.
Wed, 14 Nov 2012 12:37:57 +0100 Raimund Renkert Merged.
Wed, 14 Nov 2012 12:36:30 +0100 Raimund Renkert Fixed typo in make_release script.
Wed, 14 Nov 2012 11:52:43 +0100 Björn Ricks Fix compile
Wed, 14 Nov 2012 11:39:05 +0100 Björn Ricks Fix also BedHeightsArtifact
Wed, 14 Nov 2012 11:19:26 +0100 Björn Ricks Also use variable for displayname
Wed, 14 Nov 2012 11:18:41 +0100 Björn Ricks Improve debugging while merging outs and facets
Wed, 14 Nov 2012 11:16:56 +0100 Björn Ricks Improve debugging in StaticFLYSArtifact
Wed, 14 Nov 2012 11:15:57 +0100 Björn Ricks Change facets member variable to private
Wed, 14 Nov 2012 11:11:04 +0100 Björn Ricks Add method to return the facets of an artifact
Wed, 14 Nov 2012 11:10:06 +0100 Björn Ricks Improve loggin in FLYSArtifact
Wed, 14 Nov 2012 11:20:06 +0100 Sascha L. Teichmann Fix hard coded mapserver url
Wed, 14 Nov 2012 11:01:51 +0100 Sascha L. Teichmann Fixed path to client logging
Wed, 14 Nov 2012 10:53:15 +0100 Sascha L. Teichmann Merged
Wed, 14 Nov 2012 10:51:21 +0100 Sascha L. Teichmann Fixed problem with mapserver fonts
Wed, 14 Nov 2012 10:37:51 +0100 Björn Ricks Add stack trace if authentication was not successfull
Wed, 14 Nov 2012 10:37:21 +0100 Björn Ricks Return after sending a redirect
Wed, 14 Nov 2012 10:36:21 +0100 Björn Ricks Check if response code from GGInA is 200 OK
Wed, 14 Nov 2012 10:38:33 +0100 Sascha L. Teichmann Fixed web.xml seding
Tue, 13 Nov 2012 19:09:50 +0100 Sascha L. Teichmann Added tag 2.9.5 for changeset b51f6bb188d7
Tue, 13 Nov 2012 19:09:21 +0100 Sascha L. Teichmann Made REALEASE setable 2.9.5
Tue, 13 Nov 2012 19:03:59 +0100 Sascha L. Teichmann Improved build script
Tue, 13 Nov 2012 16:52:01 +0100 Felix Wolfsteller Cosmetics: Removed some WSP, obsolete imports. Documentation added.
Tue, 13 Nov 2012 16:14:44 +0100 Christian Lins Merged
Tue, 13 Nov 2012 16:13:41 +0100 Christian Lins Add new FLYS logo.
Tue, 13 Nov 2012 14:49:19 +0100 Felix Wolfsteller winfo.xml: Add cross-section facets and out to extreme state.
Tue, 13 Nov 2012 14:48:57 +0100 Felix Wolfsteller WINFOArtifact: Compute extreme values for cross sections too. Add CS-Facet.
Tue, 13 Nov 2012 14:46:44 +0100 Felix Wolfsteller WaterLineArtifact: Added callcontext-parameter to interfaces getWaterLine.
Tue, 13 Nov 2012 09:55:29 +0100 Christian Lins Remove dead code and warnings.
Mon, 12 Nov 2012 21:12:08 +0100 Christian Lins Try to fix resize problems with MapWidget in DigitizePanel (#802).
Mon, 12 Nov 2012 10:53:32 +0100 Christian Lins Resize MapWidget in MapPanel manually using a ResizedHandler.
Sun, 11 Nov 2012 14:44:12 +0100 Christian Lins Map print settings can now be configured via settings window.
Sat, 10 Nov 2012 23:47:38 +0100 Christian Lins Map print does now submit additional parameters to MapPrintServiceImpl.
Sat, 10 Nov 2012 00:53:28 +0100 Christian Lins Work (in progress) on a print settings dialog.
Fri, 09 Nov 2012 16:55:19 +0100 Felix Wolfsteller Rmoved obsolete imports.
Fri, 09 Nov 2012 12:10:25 +0100 Felix Wolfsteller i18n: Add i18n for flow-velovity discharges.
Fri, 09 Nov 2012 12:09:45 +0100 Felix Wolfsteller minfo.xml: Add discharge facet to compat list of flow_velocity out.
Fri, 09 Nov 2012 12:09:23 +0100 Felix Wolfsteller FlowVelocityGenerator: Handle new discharge curves at new third axis.
Fri, 09 Nov 2012 12:08:52 +0100 Felix Wolfsteller FlowVelocityData: Add new helper to get km/Q-double-arrays.
Fri, 09 Nov 2012 12:08:15 +0100 Felix Wolfsteller FlowVelocityState: Create new discharge facet.
Fri, 09 Nov 2012 12:07:14 +0100 Felix Wolfsteller FacetTypes: Register new FLOW_VELOCITY_DISCHARGE type.
Fri, 09 Nov 2012 10:27:17 +0100 Felix Wolfsteller For FlowV.-Artifacts, use given id, fetch data and display via facet and generator.
Fri, 09 Nov 2012 10:25:41 +0100 Felix Wolfsteller FlowVelocityMeasurementFactory: New, do the query to fetch measured flow velocities.
Fri, 09 Nov 2012 10:24:48 +0100 Felix Wolfsteller FlowVelocityMeasurementValue: Added 'fast' (db-unmapped) class to access values later.
Fri, 09 Nov 2012 10:24:07 +0100 Felix Wolfsteller Whitespace cosmetics.
Fri, 09 Nov 2012 10:23:20 +0100 Felix Wolfsteller Whitespace cosmetic.
Fri, 09 Nov 2012 10:22:41 +0100 Felix Wolfsteller BedHeightArtifact: Whitespace-cosmetic and vim line.
Thu, 08 Nov 2012 16:54:18 +0100 Felix Wolfsteller FlowVelocityGenerator: Dummy-handle new measured velocity facets.
Thu, 08 Nov 2012 16:53:57 +0100 Felix Wolfsteller FlowVelocityGenerator: Added TODO about 3rd and 4th axis.
Thu, 08 Nov 2012 16:53:06 +0100 Felix Wolfsteller Register new FLOW_VELOCITY_MEASUREMENT Facet Type.
Thu, 08 Nov 2012 16:52:41 +0100 Felix Wolfsteller meta-data.xml: Add annotations and flow velocity measurements to the DC.
Thu, 08 Nov 2012 16:51:58 +0100 Felix Wolfsteller Register flowvelocity artifact factory.
Thu, 08 Nov 2012 16:51:22 +0100 Felix Wolfsteller Add new facet to flow velocity outs compat list.
Thu, 08 Nov 2012 16:50:46 +0100 Felix Wolfsteller Add FlowVelocityMeasurementArtifact and -facet. Yet dummies.
Thu, 08 Nov 2012 10:47:24 +0100 Björn Ricks Use static variable for login page name in LoginServlet
Thu, 08 Nov 2012 10:29:09 +0100 Björn Ricks Be sure that a redirect url always exist
Wed, 07 Nov 2012 15:58:03 +0100 Björn Ricks Add datacage for minfo and longitudinal_section.w from fixanalysis
Wed, 07 Nov 2012 15:56:28 +0100 Björn Ricks Use new WOutProcessor for generating charts
Wed, 07 Nov 2012 15:52:25 +0100 Björn Ricks Add processor to be able to generate curves for WKms values
Wed, 07 Nov 2012 14:34:13 +0100 Björn Ricks Remove AbstractFixGenerator and use new KMIndexProcessor instead
Wed, 07 Nov 2012 14:22:54 +0100 Björn Ricks Move inverted from LongitudinalSectionGenerator to XYChartGenerator
Wed, 07 Nov 2012 14:12:39 +0100 Björn Ricks Add method to a access the CallContext of a ChartGenerator
Wed, 07 Nov 2012 14:07:52 +0100 Björn Ricks Introduce a new Interface to abstract the data to curve generation
Wed, 07 Nov 2012 14:06:03 +0100 Björn Ricks Introduce a new FixingsFacet to add save access to the current Km
Wed, 07 Nov 2012 13:54:49 +0100 Björn Ricks Fix logging statement
Tue, 06 Nov 2012 15:57:36 +0100 Björn Ricks Remove whitespace added by eclipse
Tue, 06 Nov 2012 15:57:02 +0100 Björn Ricks Fix: Use correct class for the logger
Tue, 06 Nov 2012 15:55:11 +0100 Björn Ricks Don't notify jfreechart listeners when adding points
Tue, 06 Nov 2012 15:51:43 +0100 Björn Ricks Only put current Km to the context if it is a valid km
Wed, 07 Nov 2012 13:49:32 +0100 Felix Wolfsteller Reintroduce wrongly outbacked changes (rev 4418-4425).
Wed, 07 Nov 2012 13:40:00 +0100 Felix Wolfsteller Merged backouts.
Wed, 07 Nov 2012 12:28:50 +0100 Felix Wolfsteller Backed out changeset e8a4d2fd25cc
Wed, 07 Nov 2012 12:23:41 +0100 Felix Wolfsteller Backed out changeset e8a4d2fd25cc
Wed, 07 Nov 2012 09:47:44 +0100 Felix Wolfsteller Merged.
Wed, 07 Nov 2012 09:44:24 +0100 Felix Wolfsteller Added vim line.
Wed, 07 Nov 2012 09:43:25 +0100 Felix Wolfsteller minfo.xml: Add annotations to compat list of sedimentload_ls out.
Wed, 07 Nov 2012 09:42:59 +0100 Felix Wolfsteller meta-data.xml: Force-recommend annotations for sedimentload_ls outs.
Wed, 07 Nov 2012 09:21:15 +0100 Felix Wolfsteller SedimentLoadFactory: Added vim-line.
Wed, 07 Nov 2012 09:20:59 +0100 Felix Wolfsteller SedimentLoadFactory: Added TODO.
Wed, 07 Nov 2012 09:20:37 +0100 Felix Wolfsteller SedimentLoadFactory: Changed comments, removed empty one.
Tue, 06 Nov 2012 15:36:52 +0100 Christian Lins Add (currently useless) button for map print settings.
Tue, 06 Nov 2012 14:50:26 +0100 Christian Lins Remove authentication from MapPrintServiceImpl.
Tue, 06 Nov 2012 13:39:00 +0100 Björn Ricks Move GGInAFilter and NoCacheFilter to an own package
Tue, 06 Nov 2012 13:32:41 +0100 Björn Ricks Add config in web.xml for the new NoCacheFilter
Tue, 06 Nov 2012 13:32:06 +0100 Björn Ricks Add new Filter class to change caching
Tue, 06 Nov 2012 13:30:04 +0100 Björn Ricks Add javadoc comment about RiverInfoServiceImpl
Tue, 06 Nov 2012 13:29:16 +0100 Björn Ricks Less debug output in GGInAFilter
Tue, 06 Nov 2012 09:04:07 +0100 Felix Wolfsteller FixationArtifact: In doc, mention where the FacetActivity is registered.
Tue, 06 Nov 2012 06:37:34 +0100 Felix Wolfsteller ExtremeCalculation: Resolve probably too nested break.
Tue, 06 Nov 2012 06:36:54 +0100 Felix Wolfsteller ExtremeCalculation: Doc.
Mon, 05 Nov 2012 17:45:42 +0100 Felix Wolfsteller manualpoints.xml: Add facet for the extrene_wq_curve out.
Mon, 05 Nov 2012 17:45:02 +0100 Felix Wolfsteller FacetTypes: Add new ChartType extreme_wq_curve to enable manual points.
Mon, 05 Nov 2012 17:32:59 +0100 Felix Wolfsteller FLYSUtils: Null-guard some conditionals (autoboxes).
Mon, 05 Nov 2012 17:31:51 +0100 Felix Wolfsteller WaterevelState: Doc.
Mon, 05 Nov 2012 17:31:25 +0100 Felix Wolfsteller ExtremeCompute: Further naming improvements on facets.
Mon, 05 Nov 2012 17:30:23 +0100 Felix Wolfsteller ExtremeWQCurveGenerator: Fixed typo in debug output.
Mon, 05 Nov 2012 17:30:03 +0100 Felix Wolfsteller ExtremeWQCurveGenerator: Removed obsolete import.
Mon, 05 Nov 2012 16:59:03 +0100 Felix Wolfsteller server-side i18n for inputs of extreme*. Newlines at end of file.
Mon, 05 Nov 2012 16:38:20 +0100 Felix Wolfsteller winfo.xml: Add wst and pdf Facets to extremes compat list.
Mon, 05 Nov 2012 16:37:49 +0100 Felix Wolfsteller ExtremeCompute: Add DataFacets (csv, wst, defunc pdf).
Mon, 05 Nov 2012 16:35:31 +0100 Felix Wolfsteller WaterlevelExporter: Use new WQKmsResult to avoid parallel paths for Extrem- and Fixing-Result.
Mon, 05 Nov 2012 16:34:30 +0100 Felix Wolfsteller ExtremeCompute: Whitespace-cosmetics.
Mon, 05 Nov 2012 16:02:52 +0100 Björn Ricks Improve debugging inf FLYSArtifact
Mon, 05 Nov 2012 15:17:58 +0100 Christian Lins Get rid of HorizontalLayout in MapOutputTab and use manual resizing.
Mon, 05 Nov 2012 14:39:48 +0100 Felix Wolfsteller Let Extreme- and FixRealizingResult implement WQKmsResult.
Mon, 05 Nov 2012 12:25:39 +0100 Felix Wolfsteller conf.xml: Register the extreme_curve_export generator, a WaterlevelExporter.
Mon, 05 Nov 2012 12:24:27 +0100 Felix Wolfsteller winfo.xml: Add extreme_curve_export outputmode and csv facet to its compat list.
Mon, 05 Nov 2012 12:23:37 +0100 Felix Wolfsteller WQKmsResult: New interface to ease Export.
Mon, 05 Nov 2012 11:29:07 +0100 Felix Wolfsteller conf.xml: Register the extreme_curve_report-Out-Generator.
Mon, 05 Nov 2012 11:28:35 +0100 Felix Wolfsteller winfo.xml: Add error ('report') outputmode to extreme_wq_curve out, and compat for reportfacet.
Mon, 05 Nov 2012 09:21:39 +0100 Felix Wolfsteller FlowVelocityGenerator: Handle ('out') annotations.
Mon, 05 Nov 2012 09:21:02 +0100 Felix Wolfsteller minfo.xml: Add annotations to compat list of flow-velocity outs.
Mon, 05 Nov 2012 09:20:33 +0100 Felix Wolfsteller meta-data.xml: Force-recommend annotations for flow-velocity-outs.
Mon, 05 Nov 2012 09:18:59 +0100 Felix Wolfsteller Merged
Fri, 02 Nov 2012 15:13:49 +0100 Felix Wolfsteller i18n for showextramark in client.
Fri, 02 Nov 2012 15:12:22 +0100 Felix Wolfsteller ExtremeWQCurveGenerator: Respect theme prop about showing the extrapol-line.
Fri, 02 Nov 2012 15:10:39 +0100 Felix Wolfsteller ThemeUtil: Method to parse/access showextramark theme prop.
Fri, 02 Nov 2012 15:09:53 +0100 Felix Wolfsteller ExtremeWQCurveGenerator: Removed more or less dead code.
Fri, 02 Nov 2012 14:32:48 +0100 Felix Wolfsteller ExtremeWQCurveGenerator: Use real facet description as name for data series of extreme wqs.
Sun, 04 Nov 2012 23:24:16 +0100 Sascha L. Teichmann Added tag flys-2.9.4 for changeset 10e277c2fe0f
Sun, 04 Nov 2012 23:23:07 +0100 Sascha L. Teichmann Some fixes to make the calculation work. flys-2.9.4
Fri, 02 Nov 2012 17:48:53 +0100 Sascha L. Teichmann Added tag flys-2.9.4 for changeset 651b93c10dc5
Fri, 02 Nov 2012 17:44:18 +0100 Sascha L. Teichmann Removed superfluous imports.
Fri, 02 Nov 2012 17:26:16 +0100 Sascha L. Teichmann Removed superfluous imports.
Fri, 02 Nov 2012 15:55:51 +0100 Björn Ricks Converting from list to array doesn't make sence here
Fri, 02 Nov 2012 15:54:41 +0100 Björn Ricks Add facets for fixanalysis data from the datacage
Fri, 02 Nov 2012 15:52:45 +0100 Björn Ricks Add datacage logic for MINFO bed differences
Fri, 02 Nov 2012 15:50:35 +0100 Björn Ricks Add chart generation for fixings in bed differences generators
Fri, 02 Nov 2012 15:47:15 +0100 Björn Ricks Extract common generator method from FixLongitudinalSectionGenerator
Fri, 02 Nov 2012 15:41:52 +0100 Björn Ricks Avoid NullPointerExceptions if no settings are available
Fri, 02 Nov 2012 15:38:08 +0100 Raimund Renkert Updated i18n strings for sediment load.
Fri, 02 Nov 2012 14:58:51 +0100 Raimund Renkert Added chart generator for sediment load output.
Fri, 02 Nov 2012 14:54:29 +0100 Raimund Renkert Added sediment load calculation.
Fri, 02 Nov 2012 14:53:51 +0100 Raimund Renkert New facet and result set for sediment load.
Fri, 02 Nov 2012 14:49:20 +0100 Raimund Renkert Added access object for artifact containing sediment load parameters.
Fri, 02 Nov 2012 14:48:16 +0100 Raimund Renkert Updated data object and factory for sediment load.
Fri, 02 Nov 2012 14:44:11 +0100 Raimund Renkert Added i18n string for sediment load output tab title.
Fri, 02 Nov 2012 14:43:01 +0100 Raimund Renkert Fixed sediment yield parser.
Fri, 02 Nov 2012 14:30:39 +0100 Felix Wolfsteller Even better Extreme W/Q Facet names. i18n thereof.
Fri, 02 Nov 2012 14:01:14 +0100 Felix Wolfsteller Registered style for extreme_wq_base_curves.
Fri, 02 Nov 2012 12:12:20 +0100 Felix Wolfsteller StyledSeriesBuilder: Corrected doc.
Fri, 02 Nov 2012 12:10:59 +0100 Felix Wolfsteller StyledSeriesBuilder: New addPointsQW accepting double[]s.
Fri, 02 Nov 2012 12:10:12 +0100 Felix Wolfsteller FLYSUtils: Minor doc add.
Fri, 02 Nov 2012 12:09:50 +0100 Felix Wolfsteller ExtremeWQCurveGenerator: Reuse prerpareChartData, handle new extreme_wq_curve_base facet.
Fri, 02 Nov 2012 12:09:03 +0100 Felix Wolfsteller FixWQCurveGenerator: Refac, extracted a prepareChartData from doOut, to be reused.
Fri, 02 Nov 2012 12:07:45 +0100 Felix Wolfsteller ExtremeCompute: Create a facet to show the non-inter-or-extrapolated points.
Fri, 02 Nov 2012 12:06:24 +0100 Felix Wolfsteller winfo.xml: Add new extreme_wq_curve_base to compat of extreme_wq_curve out.
Fri, 02 Nov 2012 11:59:14 +0100 Felix Wolfsteller ExtremeCurveFacet: Add new constructor to set name to new FacetType (extreme_wq_curve_base). Data is the same.
Fri, 02 Nov 2012 11:58:11 +0100 Felix Wolfsteller FacetTypes: New type: exreme_wq_curve_base (for the Stuetz-Q-Poits).
Fri, 02 Nov 2012 09:10:34 +0100 Felix Wolfsteller ExtremeCompute: Improve naming of facets.
Fri, 02 Nov 2012 12:01:32 +0100 Sascha L. Teichmann Added missing percentage cut off in extreme calculation.
Fri, 02 Nov 2012 11:02:15 +0100 Sascha L. Teichmann Circumvent NPE in Curve. issue flys/1019
Thu, 01 Nov 2012 15:16:01 +0100 Björn Ricks Ignore comments in meta data xml template
Thu, 01 Nov 2012 14:49:43 +0100 Björn Ricks Refactor Converter to use common code
Thu, 01 Nov 2012 12:30:07 +0100 Felix Wolfsteller Doc.
Thu, 01 Nov 2012 12:29:24 +0100 Felix Wolfsteller flys-client: Show NaviOutput-Tab also for extreme_wq_curve.
Thu, 01 Nov 2012 12:28:51 +0100 Felix Wolfsteller flys-client: i18n for extreme_wq_curve.
Thu, 01 Nov 2012 12:27:25 +0100 Felix Wolfsteller winfo.xml: Change extreme wq-out from fix_wq_curve to (new) extreme_wq_curve.
Thu, 01 Nov 2012 12:26:52 +0100 Felix Wolfsteller conf.xml: Register new ExtremeWQCurveGenerator.
Thu, 01 Nov 2012 12:12:53 +0100 Felix Wolfsteller Removed doExtreme*() as its implemented in own generator now, opened visibility of field artifact for refac.
Thu, 01 Nov 2012 12:10:31 +0100 Felix Wolfsteller Added new Generator: ExtremeWQCurveGenerator (and its *Info*-counterpart).
Thu, 01 Nov 2012 12:09:24 +0100 Felix Wolfsteller Removed obsolete imports.
Thu, 01 Nov 2012 12:06:13 +0100 Felix Wolfsteller Removed obsolete imports.
Wed, 31 Oct 2012 14:44:18 +0100 Felix Wolfsteller FixWQCurveGenerator: Use suggested max q value of curve.
Wed, 31 Oct 2012 14:43:16 +0100 Felix Wolfsteller Added themes for extreme_wq_curve .
Wed, 31 Oct 2012 14:13:33 +0100 Felix Wolfsteller DoubleUtil: New function to find max in an double array.
Wed, 31 Oct 2012 14:09:36 +0100 Felix Wolfsteller FixWQCurveGenerator: For extreme_wq_curves, add marker to indicate where extrapolation starts.
Wed, 31 Oct 2012 14:08:38 +0100 Felix Wolfsteller ExtremeCurveFacet: Moved allocation of Access object to where its needed.
Wed, 31 Oct 2012 14:02:00 +0100 Felix Wolfsteller HistoricalD.WQ.Generator: Cometics, docs.
Wed, 31 Oct 2012 14:00:28 +0100 Felix Wolfsteller ExtremeCurveFacet: Set suggestedMaxQ in curve to be max value in segment + 5%.
Wed, 31 Oct 2012 13:52:28 +0100 Felix Wolfsteller Curve: Added field, getter and setter for suggestedMaxQ .
Wed, 31 Oct 2012 13:46:04 +0100 Felix Wolfsteller Range: Documentation.
Wed, 31 Oct 2012 13:45:14 +0100 Felix Wolfsteller ExtremeAccess: Added helper method to find the values for (the range of) a km.
Wed, 31 Oct 2012 13:44:36 +0100 Felix Wolfsteller ExtremeAccess: Renamed log to logger, documentation.
Wed, 31 Oct 2012 11:46:15 +0100 Felix Wolfsteller RangeWithValues: Documentation.
Tue, 30 Oct 2012 15:35:09 +0100 Ingo Weinzierl Removed the legend images from map theme panel.
Tue, 30 Oct 2012 12:16:26 +0100 Ingo Weinzierl Added a new control 'show legend' to the map's toolbar. This control opens a window that displays the legends of all activated layers.
Tue, 30 Oct 2012 13:05:26 +0100 Björn Ricks Update translations for measurement station changes
Tue, 30 Oct 2012 13:04:34 +0100 Björn Ricks Reorder elements in the MeasurementStation details
Tue, 30 Oct 2012 13:03:20 +0100 Björn Ricks Extract the gauge name from the riverservice response
Tue, 30 Oct 2012 13:02:45 +0100 Björn Ricks Add the gauge name to the MeasurementStation client class
Tue, 30 Oct 2012 12:49:17 +0100 Björn Ricks Add gauge name to the measurement station xml response
Tue, 30 Oct 2012 12:06:29 +0100 Felix Wolfsteller FixWQCurveGenerator: Handle extreme_wq_curve facets (stub).
Tue, 30 Oct 2012 12:04:49 +0100 Felix Wolfsteller NaviChartOutputTab: Get relevant data also from not-fixationanalysis-artifacts.
Tue, 30 Oct 2012 10:45:16 +0100 Felix Wolfsteller NaviChartOutputTab: Doc.
Tue, 30 Oct 2012 10:44:54 +0100 Felix Wolfsteller NaviChartOutputTab: Slight refactoring to work not only with FixAnalysisArtifacts.
Tue, 30 Oct 2012 10:35:37 +0100 Felix Wolfsteller NaviChartOutputTab: Use final var instead of alloc-on-the-fly in each callback.
Tue, 30 Oct 2012 09:08:15 +0100 Felix Wolfsteller KMIndex: Minor doc.
Tue, 30 Oct 2012 07:00:06 +0100 Felix Wolfsteller Merged.
Tue, 30 Oct 2012 06:59:33 +0100 Felix Wolfsteller winfo.xml: Add fix_wq_curve output mode and extreme_wq_curve compatibility to extreme state.
Tue, 30 Oct 2012 06:58:37 +0100 Felix Wolfsteller ExtremeCompute: Add ExtremeCurveFacet in this state.
Tue, 30 Oct 2012 06:58:04 +0100 Felix Wolfsteller ExtremeCurveFacet: New Facet to access Extreme Curves at given km.
Tue, 30 Oct 2012 06:57:18 +0100 Felix Wolfsteller Add new EXTREME_WQ_CURVE Facet Type.
Tue, 30 Oct 2012 06:54:50 +0100 Felix Wolfsteller Doc and whitespace cosmetics for ExrremeResult and FixWQCurve.
Tue, 30 Oct 2012 06:54:06 +0100 Felix Wolfsteller Doc for WQFacet and Curve.
Mon, 29 Oct 2012 16:46:57 +0100 Felix Wolfsteller NaviChartOutputTab: Whitespace and vimline added.
Mon, 29 Oct 2012 16:46:17 +0100 Felix Wolfsteller Added some grumpy javadoc.
Mon, 29 Oct 2012 16:44:55 +0100 Felix Wolfsteller FixWQCurveFacet: Corrected debug message.
Mon, 29 Oct 2012 16:44:08 +0100 Felix Wolfsteller Curve: Tiny javadoc.
Mon, 29 Oct 2012 15:43:49 +0100 Björn Ricks Close the gauge panel tree folds if a csv result should be shown
Mon, 29 Oct 2012 15:24:32 +0100 Björn Ricks Rename gauge_discharge_curve_at_export facet to at
Mon, 29 Oct 2012 13:48:46 +0100 Felix Wolfsteller Merged
Mon, 29 Oct 2012 13:47:34 +0100 Felix Wolfsteller WaterlevelFacet: Deal with ExtremeResult if it is embedded in CalculationResult (instead of WQKms).
Mon, 29 Oct 2012 13:46:39 +0100 Felix Wolfsteller ExtremeCompute: Generate LS-Facets.
Mon, 29 Oct 2012 13:46:19 +0100 Felix Wolfsteller ExtremeCompute: Renamed log to logger.
Mon, 29 Oct 2012 13:17:04 +0100 Raimund Renkert Added i18n strings.
Mon, 29 Oct 2012 13:16:03 +0100 Raimund Renkert Added helper panel to sediment load UI to display sediemnt load overviews.
Mon, 29 Oct 2012 13:13:23 +0100 Raimund Renkert New client side service for sediment load infos.
Mon, 29 Oct 2012 13:09:16 +0100 Raimund Renkert Added serverside service for sediment load info.
Mon, 29 Oct 2012 12:14:50 +0100 Raimund Renkert Added data object and factory for sediment load calculation.
Mon, 29 Oct 2012 11:21:56 +0100 Felix Wolfsteller Merged
Mon, 29 Oct 2012 11:21:05 +0100 Felix Wolfsteller ExtremeCalc: Add km values to generated wqkms.
Mon, 29 Oct 2012 11:20:43 +0100 Felix Wolfsteller ExtremeCalc: Rename problem to be unique in its name.
Mon, 29 Oct 2012 10:39:33 +0100 Björn Ricks Remove InfoPanel stack only if it exists
Mon, 29 Oct 2012 10:27:09 +0100 Björn Ricks Add link for info about the measurement station
Mon, 29 Oct 2012 10:04:56 +0100 Björn Ricks Display observation start time in measurement station tree
Mon, 29 Oct 2012 10:00:17 +0100 Björn Ricks Add observation TimeInteval to the artifact MeasurementStationInfoService
Mon, 29 Oct 2012 09:56:55 +0100 Björn Ricks Parse start and end time of an observation
Mon, 29 Oct 2012 09:54:31 +0100 Björn Ricks Add start and end time of an observation on a measurement station
Mon, 29 Oct 2012 09:12:16 +0100 Ingo Weinzierl Create better titles for floodmap calculation results. Include the rivername and the km range.
Mon, 29 Oct 2012 07:36:56 +0100 Ingo Weinzierl Deactivated unavailable attributes in W and Q themes for historical discharge WQ charts.
Mon, 29 Oct 2012 07:18:42 +0100 Ingo Weinzierl Write the "hidden" attribute of a style into the collection's attribute when using the theme editor.
Mon, 29 Oct 2012 06:54:48 +0100 Ingo Weinzierl Added new themes for W and Q markers in Historical Discharge WQ charts.
Mon, 29 Oct 2012 05:59:27 +0100 Ingo Weinzierl Added marker for Ws and Qs in Historical Discharge WQ charts.
Mon, 29 Oct 2012 05:56:36 +0100 Ingo Weinzierl Fixed interchanged Ws and Qs in Historical Discharge calculation.
Fri, 26 Oct 2012 16:45:17 +0200 Felix Wolfsteller Let percent_input be DoubleInputPanal UI-Provider that inputs data named 'percent'.
Fri, 26 Oct 2012 16:44:10 +0200 Felix Wolfsteller Refactored DoubleInputPanel to allow input to data different than "outliers".
Fri, 26 Oct 2012 16:42:51 +0200 Felix Wolfsteller Documentation added.
Fri, 26 Oct 2012 16:42:27 +0200 Felix Wolfsteller Doc and whitespace cosmetics.
Fri, 26 Oct 2012 16:41:36 +0200 Felix Wolfsteller Documentation in ChartGenerator added.
Fri, 26 Oct 2012 16:40:09 +0200 Felix Wolfsteller Made message of Calculation.Problem accessible via getter.
Fri, 26 Oct 2012 16:39:39 +0200 Felix Wolfsteller Minor javadoc.
Fri, 26 Oct 2012 15:11:35 +0200 Felix Wolfsteller Merged.

http://dive4elements.wald.intevation.org