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
|