log

age author description
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.

http://dive4elements.wald.intevation.org