log

age author description
2012-11-02 Björn Ricks Add chart generation for fixings in bed differences generators
2012-11-02 Björn Ricks Extract common generator method from FixLongitudinalSectionGenerator
2012-11-02 Björn Ricks Avoid NullPointerExceptions if no settings are available
2012-11-02 Raimund Renkert Updated i18n strings for sediment load.
2012-11-02 Raimund Renkert Added chart generator for sediment load output.
2012-11-02 Raimund Renkert Added sediment load calculation.
2012-11-02 Raimund Renkert New facet and result set for sediment load.
2012-11-02 Raimund Renkert Added access object for artifact containing sediment load parameters.
2012-11-02 Raimund Renkert Updated data object and factory for sediment load.
2012-11-02 Raimund Renkert Added i18n string for sediment load output tab title.
2012-11-02 Raimund Renkert Fixed sediment yield parser.
2012-11-02 Felix Wolfsteller Even better Extreme W/Q Facet names. i18n thereof.
2012-11-02 Felix Wolfsteller Registered style for extreme_wq_base_curves.
2012-11-02 Felix Wolfsteller StyledSeriesBuilder: Corrected doc.
2012-11-02 Felix Wolfsteller StyledSeriesBuilder: New addPointsQW accepting double[]s.
2012-11-02 Felix Wolfsteller FLYSUtils: Minor doc add.
2012-11-02 Felix Wolfsteller ExtremeWQCurveGenerator: Reuse prerpareChartData, handle new extreme_wq_curve_base facet.
2012-11-02 Felix Wolfsteller FixWQCurveGenerator: Refac, extracted a prepareChartData from doOut, to be reused.
2012-11-02 Felix Wolfsteller ExtremeCompute: Create a facet to show the non-inter-or-extrapolated points.
2012-11-02 Felix Wolfsteller winfo.xml: Add new extreme_wq_curve_base to compat of extreme_wq_curve out.
2012-11-02 Felix Wolfsteller ExtremeCurveFacet: Add new constructor to set name to new FacetType (extreme_wq_curve_base). Data is the same.
2012-11-02 Felix Wolfsteller FacetTypes: New type: exreme_wq_curve_base (for the Stuetz-Q-Poits).
2012-11-02 Felix Wolfsteller ExtremeCompute: Improve naming of facets.
2012-11-02 Sascha L. Teichmann Added missing percentage cut off in extreme calculation.
2012-11-02 Sascha L. Teichmann Circumvent NPE in Curve. issue flys/1019
2012-11-01 Björn Ricks Ignore comments in meta data xml template
2012-11-01 Björn Ricks Refactor Converter to use common code
2012-11-01 Felix Wolfsteller Doc.
2012-11-01 Felix Wolfsteller flys-client: Show NaviOutput-Tab also for extreme_wq_curve.
2012-11-01 Felix Wolfsteller flys-client: i18n for extreme_wq_curve.
2012-11-01 Felix Wolfsteller winfo.xml: Change extreme wq-out from fix_wq_curve to (new) extreme_wq_curve.
2012-11-01 Felix Wolfsteller conf.xml: Register new ExtremeWQCurveGenerator.
2012-11-01 Felix Wolfsteller Removed doExtreme*() as its implemented in own generator now, opened visibility of field artifact for refac.
2012-11-01 Felix Wolfsteller Added new Generator: ExtremeWQCurveGenerator (and its *Info*-counterpart).
2012-11-01 Felix Wolfsteller Removed obsolete imports.
2012-11-01 Felix Wolfsteller Removed obsolete imports.
2012-10-31 Felix Wolfsteller FixWQCurveGenerator: Use suggested max q value of curve.
2012-10-31 Felix Wolfsteller Added themes for extreme_wq_curve .
2012-10-31 Felix Wolfsteller DoubleUtil: New function to find max in an double array.
2012-10-31 Felix Wolfsteller FixWQCurveGenerator: For extreme_wq_curves, add marker to indicate where extrapolation starts.
2012-10-31 Felix Wolfsteller ExtremeCurveFacet: Moved allocation of Access object to where its needed.
2012-10-31 Felix Wolfsteller HistoricalD.WQ.Generator: Cometics, docs.
2012-10-31 Felix Wolfsteller ExtremeCurveFacet: Set suggestedMaxQ in curve to be max value in segment + 5%.
2012-10-31 Felix Wolfsteller Curve: Added field, getter and setter for suggestedMaxQ .
2012-10-31 Felix Wolfsteller Range: Documentation.
2012-10-31 Felix Wolfsteller ExtremeAccess: Added helper method to find the values for (the range of) a km.
2012-10-31 Felix Wolfsteller ExtremeAccess: Renamed log to logger, documentation.
2012-10-31 Felix Wolfsteller RangeWithValues: Documentation.
2012-10-30 Ingo Weinzierl Removed the legend images from map theme panel.
2012-10-30 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.
2012-10-30 Björn Ricks Update translations for measurement station changes
2012-10-30 Björn Ricks Reorder elements in the MeasurementStation details
2012-10-30 Björn Ricks Extract the gauge name from the riverservice response
2012-10-30 Björn Ricks Add the gauge name to the MeasurementStation client class
2012-10-30 Björn Ricks Add gauge name to the measurement station xml response
2012-10-30 Felix Wolfsteller FixWQCurveGenerator: Handle extreme_wq_curve facets (stub).
2012-10-30 Felix Wolfsteller NaviChartOutputTab: Get relevant data also from not-fixationanalysis-artifacts.
2012-10-30 Felix Wolfsteller NaviChartOutputTab: Doc.
2012-10-30 Felix Wolfsteller NaviChartOutputTab: Slight refactoring to work not only with FixAnalysisArtifacts.
2012-10-30 Felix Wolfsteller NaviChartOutputTab: Use final var instead of alloc-on-the-fly in each callback.
2012-10-30 Felix Wolfsteller KMIndex: Minor doc.
2012-10-30 Felix Wolfsteller Merged.
2012-10-30 Felix Wolfsteller winfo.xml: Add fix_wq_curve output mode and extreme_wq_curve compatibility to extreme state.
2012-10-30 Felix Wolfsteller ExtremeCompute: Add ExtremeCurveFacet in this state.
2012-10-30 Felix Wolfsteller ExtremeCurveFacet: New Facet to access Extreme Curves at given km.
2012-10-30 Felix Wolfsteller Add new EXTREME_WQ_CURVE Facet Type.
2012-10-30 Felix Wolfsteller Doc and whitespace cosmetics for ExrremeResult and FixWQCurve.
2012-10-30 Felix Wolfsteller Doc for WQFacet and Curve.
2012-10-29 Felix Wolfsteller NaviChartOutputTab: Whitespace and vimline added.
2012-10-29 Felix Wolfsteller Added some grumpy javadoc.
2012-10-29 Felix Wolfsteller FixWQCurveFacet: Corrected debug message.
2012-10-29 Felix Wolfsteller Curve: Tiny javadoc.
2012-10-29 Björn Ricks Close the gauge panel tree folds if a csv result should be shown
2012-10-29 Björn Ricks Rename gauge_discharge_curve_at_export facet to at
2012-10-29 Felix Wolfsteller Merged
2012-10-29 Felix Wolfsteller WaterlevelFacet: Deal with ExtremeResult if it is embedded in CalculationResult (instead of WQKms).
2012-10-29 Felix Wolfsteller ExtremeCompute: Generate LS-Facets.
2012-10-29 Felix Wolfsteller ExtremeCompute: Renamed log to logger.
2012-10-29 Raimund Renkert Added i18n strings.
2012-10-29 Raimund Renkert Added helper panel to sediment load UI to display sediemnt load overviews.
2012-10-29 Raimund Renkert New client side service for sediment load infos.
2012-10-29 Raimund Renkert Added serverside service for sediment load info.
2012-10-29 Raimund Renkert Added data object and factory for sediment load calculation.
2012-10-29 Felix Wolfsteller Merged
2012-10-29 Felix Wolfsteller ExtremeCalc: Add km values to generated wqkms.
2012-10-29 Felix Wolfsteller ExtremeCalc: Rename problem to be unique in its name.
2012-10-29 Björn Ricks Remove InfoPanel stack only if it exists
2012-10-29 Björn Ricks Add link for info about the measurement station
2012-10-29 Björn Ricks Display observation start time in measurement station tree
2012-10-29 Björn Ricks Add observation TimeInteval to the artifact MeasurementStationInfoService
2012-10-29 Björn Ricks Parse start and end time of an observation
2012-10-29 Björn Ricks Add start and end time of an observation on a measurement station
2012-10-29 Ingo Weinzierl Create better titles for floodmap calculation results. Include the rivername and the km range.
2012-10-29 Ingo Weinzierl Deactivated unavailable attributes in W and Q themes for historical discharge WQ charts.
2012-10-29 Ingo Weinzierl Write the "hidden" attribute of a style into the collection's attribute when using the theme editor.
2012-10-29 Ingo Weinzierl Added new themes for W and Q markers in Historical Discharge WQ charts.
2012-10-29 Ingo Weinzierl Added marker for Ws and Qs in Historical Discharge WQ charts.
2012-10-29 Ingo Weinzierl Fixed interchanged Ws and Qs in Historical Discharge calculation.
2012-10-26 Felix Wolfsteller Let percent_input be DoubleInputPanal UI-Provider that inputs data named 'percent'.
2012-10-26 Felix Wolfsteller Refactored DoubleInputPanel to allow input to data different than "outliers".
2012-10-26 Felix Wolfsteller Documentation added.
2012-10-26 Felix Wolfsteller Doc and whitespace cosmetics.
2012-10-26 Felix Wolfsteller Documentation in ChartGenerator added.
2012-10-26 Felix Wolfsteller Made message of Calculation.Problem accessible via getter.
2012-10-26 Felix Wolfsteller Minor javadoc.
2012-10-26 Felix Wolfsteller Merged.
2012-10-26 Felix Wolfsteller In ExtremeAccess, fix typo that lead to incorrect null-check.
2012-10-26 Björn Ricks Show measurement info panel if MINFO artifact is choosen
2012-10-26 Björn Ricks Refactor ParameterList to use new InfoPanel base class
2012-10-26 Björn Ricks Add Panel and Tree UI classes for dispayling the measurement station info
2012-10-26 Björn Ricks Refactor GaugePanel and GaugeInfo to extract a base class
2012-10-26 Björn Ricks Cleanup GaugeDischargeCurvePanel
2012-10-26 Björn Ricks Add id, kmup and operator to MeasurementStation in RiverInfoServiceImpl
2012-10-26 Björn Ricks Add id, kmup and operator to MeasurementStation model
2012-10-26 Björn Ricks Use correct class for logger in MeasurementStationInfoService
2012-10-26 Björn Ricks Add operator and station id to the artifact xml
2012-10-26 Björn Ricks Order MeasurementStations by station km
2012-10-26 Björn Ricks Add default constructor to MeasurementStation
2012-10-26 Ingo Weinzierl Added the 'index' parameter to HistoricalDischargeWQFacet to avoid loosing facets during the merge process in the FLYSArtifactCollection.
2012-10-25 Sascha L. Teichmann First complete but untested version of the 'Auslagerung extremer Wasserspiegellagen' calculation.
2012-10-25 Ingo Weinzierl Fixed copy paste mistake in facet creation for historical discharge wq charts.
2012-10-25 Ingo Weinzierl Added i18n strings for historical discharge wq chart.
2012-10-25 Ingo Weinzierl Merged.
2012-10-25 Ingo Weinzierl Fixed leak while merging facets.
2012-10-25 Björn Ricks Only create and add GaugePanel when necessary
2012-10-25 Björn Ricks Refactor GaugePanel to create it's own SectionStackSection
2012-10-25 Ingo Weinzierl Defined themes (default and second group) for discharge curves in historical discharge wq chart.
2012-10-25 Ingo Weinzierl Added missing 'selected' icon for panning tool.
2012-10-24 Björn Ricks Add method to get the MeasurementStations from the RiverInfoService
2012-10-24 Björn Ricks Extend the client RiverInfo model to support MeasurementStations
2012-10-24 Björn Ricks Add model for MeasurementStation client side
2012-10-24 Björn Ricks Refactor GaugeOverviewInfoService and MeasurementStationInfoService
2012-10-24 Björn Ricks Add a service to return measurement stations of a river
2012-10-24 Björn Ricks Add MeasurementStation to the River
2012-10-24 Björn Ricks Change Servlet config for RiverInfoService
2012-10-24 Björn Ricks Convert GaugeOverviewInfoService into RiverInfoService
2012-10-24 Ingo Weinzierl Added new classes for the last commit.
2012-10-24 Ingo Weinzierl Improved the historical discharge calculation.
2012-10-24 Felix Wolfsteller Use static String from FacetTypes.ChartType instead of literal.
2012-10-24 Felix Wolfsteller Clarifications in doc.
2012-10-24 Felix Wolfsteller flys/issue825/2 Fix labeling of Analysisperiods (like A1, A2....)
2012-10-24 Felix Wolfsteller Merged.
2012-10-24 Felix Wolfsteller Change a log to an error message for better semantics.
2012-10-24 Felix Wolfsteller Doc and cosmetic change for MainValuesWFacet.
2012-10-24 Felix Wolfsteller Use FacetType static String instead of literal.
2012-10-24 Ingo Weinzierl Added getQs() and getWs() to HistoricalDischargeAccess class and added some Javadoc to its methods.
2012-10-24 Ingo Weinzierl Implemented the Q evaluation mode for historical discharge calculations.
2012-10-23 Björn Ricks Add debug info about GGInA session lease time
2012-10-23 Ingo Weinzierl Ignore discharge table without time interval set while discharge tables overview chart creation.
2012-10-23 Björn Ricks Move addMember and removeMember methods in GaugePanel class
2012-10-23 Björn Ricks Don't send 403 if accessing the root path
2012-10-23 Ingo Weinzierl Be more tolerant with empty time intervals in discharge tables while comparing discharge tables.
2012-10-23 Sascha L. Teichmann DischargeTables: Added missing getWsForQ()
2012-10-23 Raimund Renkert Merged.
2012-10-23 Raimund Renkert Added UI provider for sediment load parameter input in provider factory.
2012-10-23 Raimund Renkert Added new UI provider for sediment load parameter input.
2012-10-23 Raimund Renkert Replaced static string with variable to have a more generic radio button panel.
2012-10-23 Raimund Renkert Extended location input helper.
2012-10-23 Raimund Renkert Added config and states for sediment load calculation in MINFO module.
2012-10-23 Ingo Weinzierl Show the 'DischargeTablesChart' when choosing the calculation timerange in historical discharge calculation.
2012-10-23 Ingo Weinzierl flys/issue903: Display the discharge tables of the selected gauge as chart in historical discharge calculation.
2012-10-23 Ingo Weinzierl The service 'DischargeTablesOverview' now accepts the official number of a gauge, too.
2012-10-23 Björn Ricks Don't redirect to the login page without query params
2012-10-23 Björn Ricks Logout the current user
2012-10-23 Björn Ricks Implement UserService method to remove current user from session
2012-10-23 Ingo Weinzierl Added a new service to query a diagram with discharge tables.
2012-10-22 Felix Wolfsteller Replaced use of string literal by static definition in FacetTypes.
2012-10-22 Felix Wolfsteller merged
2012-10-22 Felix Wolfsteller Cosmetics.
2012-10-22 Felix Wolfsteller Let AnnotationFacets come to life inactively in FixAnalysis LS settings.
2012-10-22 Felix Wolfsteller Added minor doc to FacetTypes.ChartType .
2012-10-22 Felix Wolfsteller Made FacetTypes.IS static.
2012-10-22 Felix Wolfsteller Documentation added, cosmetics.
2012-10-22 Björn Ricks Set also the width of the GaugeTree when resizing the GaugePanel
2012-10-22 Björn Ricks Only create the GaugeTree and RiverInfoPanel once
2012-10-22 Björn Ricks Use static method from RiverInfoPanel to calculate the static width
2012-10-22 Björn Ricks Move RiverInfoPanel to its own java file in refactor it
2012-10-22 Björn Ricks Update debug statement
2012-10-22 Ingo Weinzierl flys/issue901: Changing the W/Q mode in WQSimpleArrayPanel (used in historical discharge calculation) will now switch the W/QD table in the helper panel, too.
2012-10-22 Ingo Weinzierl Merged.
2012-10-22 Ingo Weinzierl Added two new tables ClickableQDTable and ClickableWTable and made Ws and Qs clickable in historical discharge calculation.
2012-10-22 Sascha L. Teichmann Removed superfluous imports.
2012-10-22 Björn Ricks Don't always redirect if user isn't authenticated
2012-10-22 Björn Ricks Don't forget context path for redirect url
2012-10-22 Björn Ricks Don't redirect to request uri
2012-10-22 Ingo Weinzierl Adapted DB schema (added relation measurement_station); improved importer to read files from filesystem with measurement stations.
2012-10-19 Björn Ricks Add message for gauge_discharge_curve_at_export
2012-10-19 Björn Ricks Add messages for the gauge location
2012-10-19 Björn Ricks The AT export needs a ld_locations data item
2012-10-19 Björn Ricks Add a new output-generator
2012-10-19 Björn Ricks Add a new outputmode for an at export in GaugeDischargeCurveArtifact
2012-10-19 Björn Ricks Refactor GaugeDischargeCurveFacet to be able to set a facet name
2012-10-19 Björn Ricks Change reference_gauge paremeter to Long
2012-10-19 Christian Lins Merged.
2012-10-19 Christian Lins Fix warnings and minor TODOs in flys-client.
2012-10-19 Christian Lins Merged
2012-10-16 Christian Lins Fix for issue #967
2012-10-18 Felix Wolfsteller Let MAINVALUES enter life in inactive state in WINFOArtifact.
2012-10-18 Felix Wolfsteller Obsoleted flys-client/ChangeLog by moving to flys-client/ChangeLog-before-20121018 (part of migration svn -> hg).
2012-10-18 Felix Wolfsteller Moved flys-client/Changes to flys-client/CHANGES.
2012-10-18 Felix Wolfsteller Moved flys-backend/Changes to flys-backend/CHANGES.
2012-10-18 Felix Wolfsteller flys-backend/ChangeLog by moving to flys-backend/ChangeLog-before-20121018 (part of migration svn -> hg).
2012-10-18 Ingo Weinzierl Fixed flys/issue929. Made zero baseline in historical discharge curve charts visible.
2012-10-18 Ingo Weinzierl Added units to the header of a historical discharge export.
2012-10-18 Ingo Weinzierl Sorted gauges for reference gauge selection in historical discharge calculation based on their name.
2012-10-18 Ingo Weinzierl Allow users to select the current relevant discharge table in historical discharge table calculattion.
2012-10-18 Ingo Weinzierl Added missing delta Q value to calculation results of historical discharge calculation.
2012-10-18 Ingo Weinzierl Sort calculation results of a historical discharge calculation based on their start date.
2012-10-17 Felix Wolfsteller Moved flys-artifacts/Changes to flys-artifacts/CHANGES.
2012-10-17 Felix Wolfsteller Moved now obsolete flys-artifacts/ChangeLog to flys-artifacts/ChangeLog-before-20121017 .
2012-10-17 Felix Wolfsteller Added extracted doc from ChangeLog to READMEs in flys-artifact and flys-artifacts/contrib/.
2012-10-17 Felix Wolfsteller Fix ChangeLog.
2012-10-17 Felix Wolfsteller Let fix sector average facets in deltawt-diagrams enter inactively.
2012-10-17 Felix Wolfsteller Fix loading former derivative curves in fixation analysis artifacts DC.
2012-10-17 Björn Ricks Add data for the gauge name to the GaugeDischargeCurveArtifact
2012-10-16 Sascha L. Teichmann Made DoubleUtil.explode() more robust against invalid result array sizes.
2012-10-16 Sascha L. Teichmann Added tag flys-2.9.3 for changeset ff74ff82f2d4
2012-10-16 Björn Ricks Add theme for gauge discharge curve artifact flys-2.9.3
2012-10-16 Björn Ricks Add a new panel to show settings of a gauge discharge curve
2012-10-16 Björn Ricks Set uiprovider on the state
2012-10-16 Björn Ricks Override describe method to return also a uiprovider.
2012-10-16 Björn Ricks Store a StaticState class in staticstate member variable
2012-10-16 Björn Ricks Change visibility of createOutputModes to protected.
2012-10-16 Björn Ricks Avoid NullPointerException if help text is null.
2012-10-16 Björn Ricks Avoid another possible NullPointerException in GaugeTree
2012-10-16 Björn Ricks Avoid possible NullPointerException in openOnLocation method.
2012-10-16 Ingo Weinzierl Added evaluation timerange to subtitle of historical discharge curve charts.
2012-10-16 Sascha L. Teichmann Added date to release package. strip OpenLayers a bit
2012-10-16 Christian Lins Workaround for #961
2012-10-16 Felix Wolfsteller Merged.
2012-10-16 Felix Wolfsteller Prevent crash when input helper panel is used differently.
2012-10-16 Felix Wolfsteller Cosmetics, documentation.
2012-10-16 Ingo Weinzierl Merged.
2012-10-16 Ingo Weinzierl Merged.
2012-10-16 Ingo Weinzierl #930 Added unit [cm] of discharge tables to the facet description of historical discharge curves if calculation mode is W.
2012-10-16 Felix Wolfsteller Fix issue946 (own style for wkms annotation facets in wq diagrams).
2012-10-16 Christian Lins Fix typo
2012-10-15 Björn Ricks Fix for part a) and c) in issue #918
2012-10-15 Björn Ricks Change updateUserCollections visibility to public
2012-10-15 Ingo Weinzierl Merged heads.
2012-10-15 Ingo Weinzierl #904 Use the correct scale to convert discharge table values into [cm].
2012-10-15 Björn Ricks Open gauge and river info in a new browser window
2012-10-15 Ingo Weinzierl #548 Fetch historical discharge table values with SCALE=1.
2012-10-15 Sascha L. Teichmann Importer: Ignore historical discharge tables.
2012-10-15 Sascha L. Teichmann AFT: Ignored tables with unset GUELTIG_VON or GUELTIG_BIS values.
2012-10-15 Ingo Weinzierl Merged heads.
2012-10-15 Ingo Weinzierl #543 Validate date range in client gauge time range selection state.
2012-10-14 Christian Lins Cosmetics, warnings and minor TODOs.
2012-10-14 Christian Lins Improve warning when user does not select a waterlevel calculation (#914)
2012-10-14 Christian Lins NPE fix when comparing Double with double
2012-10-14 Christian Lins Fix for NPE in FLYSWorkspace.bringUp() #933
2012-10-14 Christian Lins More fixes for #897: missing resource exceptions when handling other exceptions
2012-10-13 Felix Wolfsteller Improvements for issue945/6 (separate w and q mainvalues in DC).
2012-10-13 Felix Wolfsteller Improvements for issue945/1 (DC)
2012-10-12 Felix Wolfsteller Improvements for issue949 (q and w facets for official lines).
2012-10-12 Felix Wolfsteller Improvements on issue934/4 (double annotations/DC).
2012-10-12 Felix Wolfsteller In 'annotations per type' - section of DC, also add an 'all'-node.
2012-10-12 Felix Wolfsteller Fix 943/3: Show flood-protections in WSP DC.
2012-10-12 Felix Wolfsteller Register new ui provider.
2012-10-12 Felix Wolfsteller Documentation.
2012-10-12 Felix Wolfsteller Documentation.
2012-10-12 Felix Wolfsteller Include state and transition for q input per segment for extreme value analysis.
2012-10-12 Felix Wolfsteller Initial GUI and state for per-segment Q-input for extreme valua analysis.
2012-10-12 Ingo Weinzierl #900 Added complete start and end date to the discharge info service and display on in the client side.
2012-10-11 Thomas Arendsen Hein merged flys-aft
2012-09-11 Sascha L. Teichmann FYLS/AFT/DIPS: Added start script.
2012-09-11 Sascha L. Teichmann FLYS-AFT/DIPS: Java 1.5 -> 1.6
2012-02-16 Sascha L. Teichmann Added doc about function and configuration.
2012-02-16 Sascha L. Teichmann Extracted and documented the error messages of the process.
2012-02-08 Sascha L. Teichmann AFT-Import: Insert
2012-01-11 Sascha L. Teichmann Oracle: Added 'FROM DUAL' when selecting new ids from sequences.
2012-01-10 Sascha L. Teichmann Statements to make the FLYS database connection Oracle compatible.
2012-01-10 Sascha L. Teichmann Added SQL statements to make the connection to the AFT database Oracle compatible.
2012-01-09 Sascha L. Teichmann Prevent redundant and ever growing discharge table lists in FLYS db.
2012-01-09 Sascha L. Teichmann Commit/rollback changes if a gauge is only updated.
2012-01-09 Sascha L. Teichmann Store W/Q in sets to prevent value duplications.
2012-01-09 Sascha L. Teichmann Fixed logic bug when writing discharge tables of an gauge existing in both dbs.
2012-01-09 Sascha L. Teichmann Added debugging for AFT time intervals.
2012-01-08 Sascha L. Teichmann If gauges exist in FLYS and AFT store the discharge tables in FLYS that are only in AFT.
2012-01-08 Sascha L. Teichmann Store the W/Q differences o existing discharge tables to FLYS database.
2012-01-06 Sascha L. Teichmann Do the FLYS/AFT description pairing of discharge tables in case a gauge needs updates.
2012-01-06 Sascha L. Teichmann Load all discharge tables from AFT and FLYS of a gauge which needs updating.
2012-01-06 Sascha L. Teichmann Add code to build the difference of the W/Q values of two discharge tables.
2012-01-06 Sascha L. Teichmann Send XML messages via HTTP POST around if the FLYS database has changed.
2012-01-05 Sascha L. Teichmann Bubble up modifications up to main().
2012-01-05 Sascha L. Teichmann Copy over W/Q values from AFT to FLYS for new discharge tables.
2012-01-05 Sascha L. Teichmann Added code to store W/Q values into FLYS database.
2012-01-05 Sascha L. Teichmann Make W/Q values from AFT and FLYS loadable.
2012-01-04 Sascha L. Teichmann Create new discharge tables if needed.
2012-01-03 Sascha L. Teichmann Prefetch existing time intervals from FLYS db.
2012-01-03 Sascha L. Teichmann Fetch discharge table infos from AFT.
2012-01-02 Sascha L. Teichmann Store new gauges in FLYS db.
2012-01-02 Sascha L. Teichmann Added transaction support
2011-12-22 Sascha L. Teichmann Separate FLYS gauges to be updated or to create.
2011-12-21 Sascha L. Teichmann Moved DIPS gauge number -> DIPS gauge index.
2011-12-21 Sascha L. Teichmann Added an optional XSL transformation to fix the raw DIPS files.
2011-12-20 Sascha L. Teichmann Make DIPS check more verbose
2011-12-16 Sascha L. Teichmann Check if AFT gauges are in DIPS, too.
2011-12-16 Sascha L. Teichmann Parse PNP from DIPS, too.
2011-12-16 Sascha L. Teichmann Added model for DIPS gauges.
2011-12-16 Sascha L. Teichmann Load DIPS XML
2011-12-16 Sascha L. Teichmann Load DIPS XML
2011-12-16 Sascha L. Teichmann Load gauges from both dbs.
2011-12-14 Sascha L. Teichmann Sync each river.
2011-12-13 Sascha L. Teichmann Improved infrastructure for prepared statements.
2011-12-13 Sascha L. Teichmann start syncing at river level.
2011-12-13 Sascha L. Teichmann load configuration an setup db connections.
2011-12-13 Sascha L. Teichmann Added configuration file
2011-12-13 Sascha L. Teichmann Added XML/XPath support.
2011-12-12 Sascha L. Teichmann Added support for symbolic SQL statements.
2011-12-12 Sascha L. Teichmann Add infrastructure to load SQL statements for databases.
2011-12-11 Sascha L. Teichmann Added AFT sync module.
2012-10-09 Sascha L. Teichmann S/Q relation: Fixed problem with loosing meassurement points.
2012-10-09 Ingo Weinzierl Added build script for FLYS release.
2012-10-09 Christian Lins Show river map only once.
2012-10-08 Christian Lins Merged
2012-10-08 Christian Lins Handle error conditions more robust.
2012-10-08 Felix Wolfsteller Handle new percent_input ui provider name.
2012-10-08 Felix Wolfsteller Documentation, vimline.
2012-10-08 Felix Wolfsteller Documentation.
2012-10-08 Felix Wolfsteller Added Percentage-Input state to extreme value analysis state model.
2012-10-08 Felix Wolfsteller Move ChangeLog entry to right ChangeLog.
2012-10-08 Felix Wolfsteller Fix paths in ChangeLog.
2012-10-08 Felix Wolfsteller Dummy state model for extreme value analysis.
2012-10-08 Felix Wolfsteller fix issue909: strange validation code. be fearles.
2012-10-08 Felix Wolfsteller Documentation.
2012-10-08 Felix Wolfsteller Do cumentation.
2012-10-06 Sascha L. Teichmann More dead code removal. Minor code clean ups.
2012-10-06 Sascha L. Teichmann Cleaned up iterating over maps. Removed some dead code.
2012-10-06 Sascha L. Teichmann Removed dead code
2012-10-06 Sascha L. Teichmann Removed dead code.
2012-10-06 Sascha L. Teichmann Removed dead code
2012-10-06 Sascha L. Teichmann LegendProcessor: avoid redundant hashing. removed dead code.
2012-10-05 Christian Lins Fix for ArrayIndexOutOfBoundsException (#818).
2012-10-05 Christian Lins Add chart legend entries for interpolated series (#838).
2012-10-05 Felix Wolfsteller Cosmetics, documentation.
2012-10-05 Felix Wolfsteller Fix typo in DC query.
2012-10-05 Felix Wolfsteller Register new calculation mode 'extreme'.
2012-10-05 Felix Wolfsteller Documentation.
2012-10-04 Sascha L. Teichmann Removed dead code.
2012-10-04 Felix Wolfsteller Cosmetics, refac.
2012-10-04 Felix Wolfsteller Doc.
2012-10-04 Felix Wolfsteller Use static method from class not object.
2012-10-04 Björn Ricks Allow to set a uiprovider for a static state
2012-10-04 Björn Ricks Set translated data descriptions
2012-10-04 Björn Ricks Add messages for displaying the river name and gauge reference.
2012-10-04 Björn Ricks Add description and set correct name for GaugeDischargeCurveFacet
2012-10-04 Felix Wolfsteller issue889/2
2012-10-04 Björn Ricks Add template for the gauge discharge curve description
2012-10-04 Björn Ricks Fix dates in changelog and a typo
2012-10-04 Björn Ricks Improve debug output
2012-10-04 Björn Ricks Fix xpath for attributes
2012-10-04 Björn Ricks Fix typo and change out type to chart
2012-10-04 Björn Ricks Add warning if no compatible facet is found
2012-10-04 Björn Ricks Avoid NPE if no attribute outs are present
2012-10-04 Felix Wolfsteller Merged.
2012-10-04 Felix Wolfsteller issue417: main-value-annotations.
2012-10-04 Christian Lins Add message for 'state.chart.km'
2012-10-04 Felix Wolfsteller Merged.
2012-10-02 Felix Wolfsteller i18n for annotations.
2012-10-02 Sascha L. Teichmann Added tag flys-2.9.2 for changeset e1691b74f3aa
2012-10-02 Felix Wolfsteller Let AnnotationFacet have name of type, if type was chosen. flys-2.9.2
2012-10-02 Felix Wolfsteller Merged.
2012-10-02 Felix Wolfsteller Handle annotationtypes in AnnotationArtifact and -Facet.
2012-10-02 Felix Wolfsteller Show 'per-type' annotations in longitudinal-section DC.
2012-10-02 Christian Lins Set overflow behaviour of Toolbars to HIDDEN to avoid auto scrollbars.
2012-10-02 Felix Wolfsteller Reverted merge-victims in ChangeLog.
2012-10-02 Felix Wolfsteller Merged
2012-10-01 Felix Wolfsteller Added TODOs for issue880.
2012-10-01 Sascha L. Teichmann S(Q) relation. Fixed SQL statements.
2012-10-01 Sascha L. Teichmann S(Q) relation: Totals are now fetched with separate SQL statement. Fixed join to GEWAESSER table.
2012-10-01 Sascha L. Teichmann S(Q) Fixed AIOOBE
2012-10-01 Sascha L. Teichmann S(Q) relation: Removed unused field from SQL statement.
2012-10-01 Sascha L. Teichmann Calculate S(Q) fractions
2012-10-01 Sascha L. Teichmann S(Q) calculate effective width
2012-10-01 Björn Ricks Add missing import of FLYSConstants
2012-10-01 Sascha L. Teichmann Fix compiling bug
2012-10-01 Sascha L. Teichmann S(Q) accumulated same diameter meassurements per bank distance.
2012-10-01 Björn Ricks Add a ChangeLog entry for commit cfbc80cc0ce4
2012-10-01 Björn Ricks Update changelog for my last flys-artifact commits
2012-10-01 Björn Ricks Add correct debug output for GaugeDischargeCurveArtifact
2012-10-01 Björn Ricks Add Facet type for GaugeDischargeCurveArtifact
2012-10-01 Björn Ricks Add a default constructor for StaticState
2012-10-01 Björn Ricks Add config for the GaugeDischargeCurveArtifact
2012-10-01 Felix Wolfsteller fix issue898 (crash when no param selected for parametermatrix).
2012-10-01 Felix Wolfsteller Doc.
2012-09-30 Sascha L. Teichmann Simpify the S(Q) fraction sieving stuff.
2012-09-30 Sascha L. Teichmann Removed dead code.
2012-09-30 Sascha L. Teichmann Added initial .hgignore
2012-09-30 Christian Lins More robust exception handler (#897)
2012-09-30 Christian Lins Fixing Delta W/t chart: reference period area can now switched to invisible (#877)
2012-09-30 Christian Lins Correct i18n fixation outlier widget (state.fixation.preprocess).
2012-09-30 Sascha L. Teichmann Removed heavy weight data from the gauge discharge curve facet.
2012-09-30 Sascha L. Teichmann Removed superflous imports.
2012-09-29 Christian Lins Manual points working in fixing Delta W/t char (#462).
2012-09-29 Christian Lins ManualPointsEditor supports Date x axis values.
2012-09-28 Felix Wolfsteller improvements on issue860: display parameter matrix as grid list in helperpane.
2012-09-28 Sascha L. Teichmann More code for S(Q) relation.
2012-09-28 Björn Ricks Fix typo
2012-09-28 Thomas Arendsen Hein added tags
2012-09-28 Thomas Arendsen Hein dummy merge for repo head
2012-09-28 Thomas Arendsen Hein dummy merge for repo head
2012-09-28 Thomas Arendsen Hein dummy merge for repo head
2012-09-28 Thomas Arendsen Hein dummy merge for repo head
2012-09-28 Thomas Arendsen Hein dummy merge for repo head
2012-09-28 Thomas Arendsen Hein dummy merge for repo head
2012-09-28 Thomas Arendsen Hein dummy merge for repo head
2012-09-28 Thomas Arendsen Hein dummy merge for repo head
2012-09-28 Thomas Arendsen Hein dummy merge for repo head
2012-09-28 Thomas Arendsen Hein dummy merge for repo head
2012-09-28 Thomas Arendsen Hein dummy merge for repo head
2012-09-28 Thomas Arendsen Hein dummy merge for repo head
2012-09-28 Thomas Arendsen Hein dummy merge for repo head
2012-09-28 Thomas Arendsen Hein dummy merge for repo head
2012-09-28 Thomas Arendsen Hein dummy merge for repo head
2012-09-28 Thomas Arendsen Hein dummy merge for repo head
2012-09-28 Thomas Arendsen Hein merged flys-backend
2012-09-28 Ingo Weinzierl Adapted the spatial schema for DEMs and the DgmSqlConverter.
2012-09-27 Felix Wolfsteller fix issue862/1.
2012-09-27 Ingo Weinzierl Added a new method to RiverAxis to query a special kind of river axes (default, official, outsourced).
2012-09-27 Felix Wolfsteller fix issue863: Handle missing data points for epoch bed height data.
2012-09-27 Felix Wolfsteller Documentation (d o c u m e n t a t i o n).
2012-09-27 Felix Wolfsteller Removed debug output.
2012-09-27 Felix Wolfsteller Let importer handle gappy single bed height values.
2012-09-27 Felix Wolfsteller Cosmetics, docs.
2012-09-27 Felix Wolfsteller Towards fix for issue863 (gaps in bedheight data).
2012-09-27 Sascha L. Teichmann Backend: Code simplification. Removed trailing whietspace.
2012-09-27 Ingo Weinzierl Modified the schema for DGMs; added converter for CSV to SQL for DGM information.
2012-09-24 Ingo Weinzierl Adapted postgresql spatial schema and fixed a bug in the geo importer.
2012-09-24 Ingo Weinzierl Some minor bugfixes for MINFO import.
2012-09-24 Ingo Weinzierl Adapted PostgreSQL spatial schema.
2012-09-24 Bjoern Ricks Remove fetchInfoURL methods from River and gauge
2012-09-22 Sascha L. Teichmann Backend: Added 'official_number' column to rivers table to model the 'Bundeswasserstrassen Identnummer'.
2012-09-21 Bjoern Ricks Change methods names until the url is really be fetched from the db
2012-09-21 Bjoern Ricks Add a new method to River and Gauge classes to return a http url for additional
2012-09-19 Ingo Weinzierl Store minfo values into database only if their peer has been successfully stored.
2012-09-18 Sascha L. Teichmann Removed trailing whitespace.
2012-09-18 Ingo Weinzierl Added missing GrainFraction type to parser; accept 'Querprofil' as valid BedHeightType during MINFO import.
2012-09-18 Ingo Weinzierl Improved logging and stabilized minfo import.
2012-09-17 Ingo Weinzierl Tagged 'flys-backend' as 2.9.1
2012-09-28 Thomas Arendsen Hein merged flys-artifacts
2012-09-28 Bjoern Ricks Also add the name to the artifact description
2012-09-28 Bjoern Ricks Add new Artifacts and State for displaying discharge curves at a gauge
2012-09-28 Bjoern Ricks Make addOutput of StaticState public
2012-09-28 Bjoern Ricks Add FLYSArtifact addFacets method
2012-09-28 Ingo Weinzierl Added an 'info' node to DEMs in the datacage.
2012-09-28 Felix Wolfsteller i18n.
2012-09-27 Felix Wolfsteller Cosmetics, docs.
2012-09-27 Felix Wolfsteller Work in i18n issue724.
2012-09-27 Sascha L. Teichmann S(Q) relation: Fixed SQL projection.
2012-09-27 Sascha L. Teichmann S(Q) relation. Extract more values from database.
2012-09-27 Felix Wolfsteller Partly fix issue871.
2012-09-27 Felix Wolfsteller Fix issue863.
2012-09-27 Ingo Weinzierl Set the missing 'originalExtent' attribute for WSPLGEN layers.
2012-09-27 Felix Wolfsteller Towards fix of issue863 (gaps in middle heigh bed data).
2012-09-27 Sascha L. Teichmann Removed trailing whitespace.
2012-09-27 Sascha L. Teichmann S/Q: More symbols in reconstruction of Excel macros.
2012-09-26 Bjoern Ricks Mark createOutputModes as private
2012-09-26 Bjoern Ricks Convert FKYSArtifact data member to a private variable
2012-09-26 Christian Lins Enable line labels for Delta W/t sector average lines
2012-09-26 Ingo Weinzierl Fixed various projection issues during map creation.
2012-09-26 Christian Lins Rename fix_derivate to fix_derivate_curve to enable manual points on it
2012-09-25 Felix Wolfsteller Re-enable manual point facets for some fix* charts.
2012-09-24 Christian Lins Fix for #825 ?
2012-09-24 Raimund Renkert MINFO: Fixed SQL statement in BedloadOverview. Exclude data where km is null.
2012-09-24 Christian Lins Fixing analysis longitudinal section chart has now initially deactivated A1/B facets
2012-09-24 Bjoern Ricks Remove info-url and add official number
2012-09-23 Christian Lins W(Q) chart: q sectors are now black and labeled by default
2012-09-23 Sascha L. Teichmann Cosmetics.
2012-09-23 Sascha L. Teichmann Removed trailing whitespace.
2012-09-23 Christian Lins Theming and i18n of Delta W/t A1/B facets
2012-09-22 Christian Lins Add reference period facet to delta W/t chart
2012-09-22 Christian Lins Fix for area clipping problem in longitudinal section char
2012-09-22 Felix Wolfsteller Cosmetics, docs.
2012-09-22 Felix Wolfsteller Prevent ArrayIndexOutOfBounds-Exception.
2012-09-22 Felix Wolfsteller Document issue880
2012-09-22 Sascha L. Teichmann Removed trailing whitespace.
2012-09-21 Raimund Renkert Added i18n strings for bedheight difference charts.
2012-09-21 Raimund Renkert Added themes for bedheight difference charts.
2012-09-21 Raimund Renkert Add river annotations to bedheight difference charts.
2012-09-21 Raimund Renkert Bedheight difference calculation has chart outpus now.
2012-09-21 Raimund Renkert MINFO: Updated data fields to fit the needs of bedheight difference calculation.
2012-09-21 Bjoern Ricks Return also the official gauge number in a service response
2012-09-21 Bjoern Ricks Use fetchInfoURL instead of getInfoURL until the URL is fetched from the db
2012-09-21 Felix Wolfsteller fix issue887 (hyk in new chart).
2012-09-21 Bjoern Ricks Return also the river and gauge info-url in a service response
2012-09-21 Felix Wolfsteller Fix issue886 (no extrapolation of waterlines).
2012-09-21 Felix Wolfsteller Better Partial fix for issue880 (dc).
2012-09-21 Felix Wolfsteller Partial issue880 (dc).
2012-09-20 Christian Lins Area transparency fix
2012-09-20 Felix Wolfsteller improve manual points in fix. charts.
2012-09-20 Raimund Renkert New calcultion in MINFO: Bed height difference calculation.
2012-09-20 Raimund Renkert Split bed heights into bed height epochs and single bed heights.
2012-09-20 Raimund Renkert Add dates to csv header in bed quality export.
2012-09-20 Raimund Renkert Added i18n string for bed quality CSV export.
2012-09-20 Christian Lins Manual points (work in progress)
2012-09-19 Sascha L. Teichmann Removed trailing whitespace.
2012-09-19 Bjoern Ricks Fix date in changelog entry
2012-09-19 Raimund Renkert Added CSV export to bed quality calculation.
2012-09-19 Bjoern Ricks Add the gauge station to the GaugeOverviewInfoService xml response
2012-09-18 Christian Lins A and B facets of fix analyis are now deactivated by default
2012-09-18 Sascha L. Teichmann Some more little steps towards "Auslagerung extremer Wasserspiegellagen".
2012-09-18 Sascha L. Teichmann Use generics aware Collections.emptyList().
2012-09-18 Sascha L. Teichmann The usual whitespace and import cleanups.
2012-09-18 Raimund Renkert Fixed some stupid bugs in bed quality data factory and calculation.
2012-09-18 Raimund Renkert Removed incorrect characteristic diameter.
2012-09-18 Christian Lins Update themes to show point descriptions
2012-09-18 Felix Wolfsteller i18n for area label (fix issue487).
2012-09-18 Christian Lins Add robustness checks to prevent NPEs
2012-09-18 Felix Wolfsteller fix issue865 - missing showarea theme prop.
2012-09-17 Raimund Renkert Fixed date range in minfo bed quality result.
2012-09-17 Raimund Renkert Refactor MINFO bed quality resultsets and facets.
2012-09-17 Ingo Weinzierl Tagged 'flys-artifacts' as 2.9.1
2012-09-28 Bjoern Ricks Allow to create a discharge curve from a gauge info
2012-09-28 Bjoern Ricks Add the river name to the gaugeinfo
2012-09-27 Felix Wolfsteller Added accidentally omitted ChangeLog entry.
2012-09-27 Felix Wolfsteller work on issue724 (i18n).
2012-09-27 Felix Wolfsteller Cosmetics, docs.
2012-09-27 Felix Wolfsteller Donate own error message when no users were found.
2012-09-27 Christian Lins Work on "Date" support for ManualPointsEditor.
2012-09-27 Sascha L. Teichmann Removed trailing whitespace
2012-09-27 Bjoern Ricks Add servelet mapping for the GaugeOverviewInfoService
2012-09-26 Ingo Weinzierl #897: Readded missing empty constructor.
2012-09-25 Christian Lins Fix for #854
2012-09-25 Felix Wolfsteller Improved fix for issue860 (parameter in helper pane).
2012-09-25 Felix Wolfsteller Attempt at issue860.
2012-09-24 Christian Lins KMSpinner height is now normal again
2012-09-24 Bjoern Ricks Use the Context PATH servlet variable when using URLs in the GGInAFilter
2012-09-24 Felix Wolfsteller issue871 (tiny bit messy parameterization for flowvelocity).
2012-09-24 Felix Wolfsteller Cosmetics, docs.
2012-09-24 Bjoern Ricks Fix setting kmup in the GaugeInfo class
2012-09-24 Bjoern Ricks Calculate the info url via i18n
2012-09-22 Christian Lins Show full function instead of internal function name (#873).
2012-09-21 Raimund Renkert Added i18n strings for bedheight difference calculation.
2012-09-21 Bjoern Ricks Open gauge tree fold for historicalq reference too
2012-09-21 Bjoern Ricks Add the official gauge number to the GaugeInfo class
2012-09-21 Bjoern Ricks Move GaugeTree to its own java file
2012-09-21 Bjoern Ricks Refactor GaugeTree folding for different states
2012-09-21 Bjoern Ricks Refactor to avoid code duplication
2012-09-21 Bjoern Ricks Add html links for the additinal river and gauge info pages
2012-09-21 Bjoern Ricks Extend RiverInfo and GaugeInfo to store also the info http url
2012-09-21 Bjoern Ricks Open and close gauge tree folds that correspond to the selected WINFO
2012-09-21 Bjoern Ricks Fix NullPointerException
2012-09-20 Christian Lins i18n (#872)
2012-09-20 Sascha L. Teichmann Prevent AIOOB exception.
2012-09-20 Sascha L. Teichmann Removed superfluous import.
2012-09-19 Christian Lins i18n
2012-09-19 Bjoern Ricks Use the wstunit from the river as unit for the Pegelnullpunkt
2012-09-19 Bjoern Ricks Don't display the GaugePanel if no river is selected
2012-09-19 Bjoern Ricks Fix a NullPointerException
2012-09-19 Bjoern Ricks Improve the GaugePanel
2012-09-19 Bjoern Ricks Improve the handling of the GaugePanel in the ParameterList
2012-09-19 Bjoern Ricks Add station info to the gauges
2012-09-19 Bjoern Ricks Implement a scrolling gauge info tree
2012-09-19 Bjoern Ricks Add missing Changelog entry for r5472
2012-09-18 Sascha L. Teichmann Removed trailing whitespace.
2012-09-17 Ingo Weinzierl Tagged 'flys-client' as 2.9.1
2012-09-17 Ingo Weinzierl Added missing i18n strings for minfo state description.
2012-09-28 Thomas Arendsen Hein merged flys-backend/pre2.7-2012-03-16 pre2.7-2012-03-16
2012-03-16 Ingo Weinzierl Tagged module 'flys-backend' as 'pre2.7-2012-03-16'.
2012-09-28 Thomas Arendsen Hein merged flys-artifacts/pre2.7-2012-03-16
2012-03-19 Felix Wolfsteller Prevent follow-up errors.
2012-03-19 Felix Wolfsteller Disable legend entry aggregation.
2012-09-28 Thomas Arendsen Hein merged flys-backend/pre2.6-2012-01-04 pre2.6-2012-01-04
2012-09-28 Thomas Arendsen Hein merged flys-artifacts/pre2.6-2012-01-04
2012-09-28 Thomas Arendsen Hein merged flys-backend/pre2.6-2011-12-05 pre2.6-2011-12-05
2012-09-28 Thomas Arendsen Hein merged flys-artifacts/pre2.6-2011-12-05
2011-12-07 Ingo Weinzierl Picked rev3357, rev3359 and rev3360 from trunk.
2011-12-05 Ingo Weinzierl Picked rev3354 from trunk.
2011-12-05 Ingo Weinzierl Picked rev3347-rev3351 from trunk.
2011-12-07 Ingo Weinzierl Picked rev3356 and rev3358 from trunk.
2012-09-28 Thomas Arendsen Hein merged flys-backend/pre2.6-2011-11-04 pre2.6-2011-11-04
2012-09-28 Thomas Arendsen Hein merged flys-artifacts/pre2.6-2011-11-04
2011-11-08 Ingo Weinzierl Picked rev3182 from trunk.
2011-11-08 Ingo Weinzierl Picked rev3180 from trunk.
2011-11-08 Ingo Weinzierl Picked rev3178 from trunk.
2011-11-08 Ingo Weinzierl Picked rev3186 from trunk.
2011-11-04 Ingo Weinzierl Tagged flys-client as 'pre2.6-2011-11-04'
2012-09-28 Thomas Arendsen Hein merged flys-backend/2.9.1 2.9.1
2012-09-17 Ingo Weinzierl Fixed broken loops to find the bed height epochs and singles for a given river and km range.
2012-09-13 Sascha L. Teichmann Made importer more robust
2012-09-13 Sascha L. Teichmann Importer: Added flag to invert skipping behaviour by default. Makes importing single features much easier.
2012-09-12 Sascha L. Teichmann FLYS backend: Fixed postgresql scheme.
2012-09-12 Bjoern Ricks Fix hibernate query
2012-09-12 Bjoern Ricks Add new method determineMinMaxQ to the River class to fetch the mimimum and maximum q values
2012-09-11 Sascha L. Teichmann FYLS-Backend: Bring MINFO schemes of Oracle and PostgreSQL back in sync.
2012-09-10 Sascha L. Teichmann Backend: Java 1.5 -> 1.6
2012-09-10 Christian Lins Remove obsolet method
2012-09-10 Sascha L. Teichmann Backend: 'Pegelinfo' needs min/max Q, too.
2012-09-10 Bjoern Ricks Add method fetchMinMaxWQ to Gauge
2012-09-08 Sascha L. Teichmann Moved some code over from flys-artifacts.
2012-09-07 Ingo Weinzierl Tagged 'flys-backend' as 2.9
2012-09-28 Thomas Arendsen Hein merged flys-artifacts/2.9.1
2012-09-19 Ingo Weinzierl Merged revisions 5501-5502,5504-5508,5511-5513,5516-5519 via svnmerge from
2012-09-19 Ingo Weinzierl Merged revisions 5498-5499 via svnmerge from
2012-09-17 Ingo Weinzierl Added more missing translations for state in minfo.
2012-09-17 Ingo Weinzierl Added missing translation of minfo state.
2012-09-17 Ingo Weinzierl Defined colors for bed quality themes.
2012-09-17 Raimund Renkert Avoid NPE if the user selects onlyone sort of characteristic diameter.
2012-09-16 Sascha L. Teichmann Commit ChangeLog change
2012-09-16 Sascha L. Teichmann Fixed wrong assigned loggers.
2012-09-16 Sascha L. Teichmann Added base class RiverAccess to dense code to access the river name.
2012-09-16 Sascha L. Teichmann Implemented the access for 'Auslagerung extremer Wasserspiegellagen'
2012-09-16 Sascha L. Teichmann More infrastructure stuff for the "Auslagerung extremer Wasserspiegellagen".
2012-09-16 Sascha L. Teichmann flys-artifacts: Removed some superfluous implementations of FacetTypes.
2012-09-15 Sascha L. Teichmann Removed now dead code from the early days of the cross sections.
2012-09-15 Sascha L. Teichmann The usual wipe after for ill configured Eclipses.
2012-09-15 Christian Lins Locales fix
2012-09-15 Christian Lins Manual Points for fixing charts (not working yet)
2012-09-14 Raimund Renkert Implemented bed quality calculation in minfo module.
2012-09-14 Raimund Renkert Added getter for characteristic diameter in bed quality access.
2012-09-14 Ingo Weinzierl Created i18n descriptions for facets in bed quality calculation.
2012-09-14 Ingo Weinzierl Use data of bed quality facets to fill the chart.
2012-09-14 Ingo Weinzierl Added JFreeUtil.randomizeLine() to generate randomized lines.
2012-09-14 Ingo Weinzierl Added themes for bed quality facets.
2012-09-14 Raimund Renkert Updated minfo bed quality result objects.
2012-09-14 Ingo Weinzierl Splitted up facets for porosity and density into two facets: a toplayer and a sublayer facet for each. BedQualityState will now create facets based on the calculation result.
2012-09-13 Christian Lins Fix missing import
2012-09-13 Raimund Renkert Added result objects for minfo bed quality calculation.
2012-09-13 Ingo Weinzierl Renamed input parameters of MINFO flow velocity calculation.
2012-09-13 Raimund Renkert Added depth parameter to bed quality data.
2012-09-13 Ingo Weinzierl Added facets and chart generator for bed quality calculation.
2012-09-13 Raimund Renkert The factory for minfo bed quality calculation can load bedload and bed data from seddb now.
2012-09-13 Raimund Renkert Data objects and factory for minfo bedquality calculation.
2012-09-13 Felix Wolfsteller Added figures for DC conf doc.
2012-09-13 Bjoern Ricks Add also min and max q values to the river info.
2012-09-12 Sascha L. Teichmann Removed trailing whitespace.
2012-09-12 Raimund Renkert Added new services to render overview charts in minfo bed quality calculation
2012-09-12 Sascha L. Teichmann Removed trailing whitespace.
2012-09-12 Ingo Weinzierl Created the initial structure for MINFO bed quality chart generation.
2012-09-11 Sascha L. Teichmann Pegelinfo: Made generation of datum and aeo NPE proof.
2012-09-11 Bjoern Ricks Use getGaugeValue method also for aeo and datum
2012-09-11 Christian Lins Fix for #837
2012-09-10 Christian Lins Check to prevent NPE
2012-09-10 Sascha L. Teichmann Slightly refactored range with values code to be useful in extreme waterlevels.
2012-09-10 Sascha L. Teichmann Extreme waterlevels: calculate the segments for Q km ranges.
2012-09-10 Sascha L. Teichmann Added type safety.
2012-09-10 Sascha L. Teichmann Java 1.5 -> 1.6
2012-09-10 Christian Lins Remove unnecessary theme attributes (#836)
2012-09-10 Bjoern Ricks Add new artifact service for the gauge overview
2012-09-09 Christian Lins Theme transparency attribute support (#840)
2012-09-09 Sascha L. Teichmann Simplified code for extreme curves.
2012-09-09 Sascha L. Teichmann WST tables: Added interpolation of tabulated values only.
2012-09-09 Christian Lins Updating area themes
2012-09-09 Christian Lins Modify every second theme to differ from default theme (#835)
2012-09-08 Sascha L. Teichmann Some first models needed for the extreme waterlevels.
2012-09-08 Sascha L. Teichmann More iterator code simplification.
2012-09-08 Sascha L. Teichmann Simplified code.
2012-09-08 Sascha L. Teichmann FixA: Improved robustness and performance in facet generation for dates.
2012-09-08 Sascha L. Teichmann Factored out a pure QW model to be more reusable.
2012-09-08 Sascha L. Teichmann Removed obsolete code. Removed NPE as regular flow control.
2012-09-08 Sascha L. Teichmann Removed code duplication.
2012-09-08 Sascha L. Teichmann Removed trailing whitespace. Back from future.
2012-09-08 Sascha L. Teichmann Removed superfluous imports.
2012-09-07 Felix Wolfsteller Added acidentally omitted ChangeLog entry for last commit.
2012-09-07 Felix Wolfsteller Cosmetics, docs.
2012-09-07 Raimund Renkert Set data for characteristic diameter for use in parameter matrix UI.
2012-09-07 Raimund Renkert Issue 791.
2012-09-07 Ingo Weinzierl Tagged 'flys-artifacts' as 2.9
2012-09-19 Ingo Weinzierl Merged revisions 5495-5496,5509,5514-5515,5521-5526 via svnmerge from
2012-09-17 Ingo Weinzierl Tagged 'flys-client' as 2.9.1
2012-09-16 Christian Lins KMSpinner refactoring
2012-09-15 Sascha L. Teichmann Removed trailing whitespace and superfluous imports.
2012-09-14 Bjoern Ricks Add first draft for the gauge overview info ui
2012-09-14 Bjoern Ricks Missing file from last commit
2012-09-14 Bjoern Ricks Implement a gauge service
2012-09-14 Christian Lins Add "to" and "from" strings to table columns.
2012-09-13 Ingo Weinzierl Translated german strings in english language files.
2012-09-13 Ingo Weinzierl Improved i18n in minfo code.
2012-09-13 Christian Lins Scrolling the project list is now more robust.
2012-09-13 Ingo Weinzierl Added i18n strings for bed quality chart and export.
2012-09-13 Christian Lins Add constant string for error_no_modules_found.
2012-09-13 Christian Lins Cosmetics
2012-09-12 Raimund Renkert Added UI for minfo bed quality calculation and added new services for overview
2012-09-12 Raimund Renkert Fixed constructor.
2012-09-11 Christian Lins Fix for line label text in Delta W(t) chart (#837).
2012-09-10 Christian Lins Transparency combobox appearence fix for #840.
2012-09-10 Sascha L. Teichmann Java 1.5 -> Java 1.6
2012-09-09 Christian Lins Transparency attribute theme fixes
2012-09-09 Christian Lins Add 'error_updating_collection_attribute' (#843).
2012-09-09 Christian Lins Catch MissingResourceException on unexpected server exceptions.
2012-09-08 Sascha L. Teichmann Removed trailing whitespace. Reverted functional change in parsing plain user file.
2012-09-08 Christian Lins Cosmetics
2012-09-07 Sascha L. Teichmann Be more defensive about fetchimg users from session.
2012-09-07 Felix Wolfsteller Improved panning in TimeseriesCharts (issue715).
2012-09-07 Felix Wolfsteller Cosmetics, docs.
2012-09-07 Bjoern Ricks Refactor UserServiceImpl getCurrentUser method
2012-09-07 Bjoern Ricks Move RemoteServiceServlet to server package
2012-09-07 Ingo Weinzierl Tagged 'flys-client' as 2.9
2012-09-28 Thomas Arendsen Hein merged flys-backend/2.9 2.9
2012-09-07 Bjoern Ricks Rename method to satisfy hibernate
2012-09-06 Bjoern Ricks Used wrong class in ChangeLog message
2012-09-06 Bjoern Ricks Add getDurationCurveData method to Gauge class
2012-08-30 Felix Wolfsteller Removed conflict markers from ChangeLog.
2012-08-30 Felix Wolfsteller issue821 (cross sections beyond 500m).
2012-08-30 Ingo Weinzierl Added run scripts for both importers.
2012-08-30 Ingo Weinzierl Fixed typo.
2012-08-30 Ingo Weinzierl Corrected name of run scripts for importers in docu.
2012-08-30 Ingo Weinzierl Added error description of geo importer; fixed bugs.
2012-08-30 Ingo Weinzierl Fixed broken method call in geo importer.
2012-08-30 Ingo Weinzierl Added hint for root permission in documentation.
2012-08-30 Ingo Weinzierl Added 'path' attribute to each geo relation; adapted the shape importer to set the path for each feature.
2012-08-30 Ingo Weinzierl Finalized geo part of importer documentation; set document revision and date.
2012-08-30 Ingo Weinzierl Added manual line breaks.
2012-08-30 Ingo Weinzierl Fixed bugs during PDF creation.
2012-08-30 Ingo Weinzierl Fixed bugs in hydrological and morphological documentation.
2012-08-30 Ingo Weinzierl Describe unpack process and schema creation.
2012-08-30 Ingo Weinzierl Describe connection error in geo importer.
2012-08-29 Ingo Weinzierl Documented install steps for Oracle Instantclient, Python and GDAL.
2012-08-27 Ingo Weinzierl Describe Log4J configuration in importer documentation.
2012-08-27 Ingo Weinzierl Mention the structure of a river directory and describe the morphological file import in the german documentation.
2012-08-27 Ingo Weinzierl Fixes and structural changes in the german documentation.
2012-08-27 Ingo Weinzierl Transfered README into latex documentation (german).
2012-08-26 Sascha L. Teichmann backend: Importer: Documented which hydrological files are taken into account.
2012-08-26 Sascha L. Teichmann backend: Importer: Documented the classification of the annotations.
2012-08-26 Sascha L. Teichmann backend: Importer: Documented the db credentials.
2012-08-24 Sascha L. Teichmann backend: Completed the error messages of the importer.
2012-08-24 Ingo Weinzierl Initial checkin of documentation of importer and shape importer.
2012-08-23 Sascha L. Teichmann backend: Mention backend warnings in importer.
2012-08-23 Sascha L. Teichmann backend: Mention backend errors in importer.
2012-08-23 Ingo Weinzierl Initial checkin of documentation of the shape importer.
2012-08-23 Sascha L. Teichmann backend: Added first part of the importer documentation.
2012-08-23 Ingo Weinzierl Shape importer: modified structure of run.sh script.
2012-08-22 Ingo Weinzierl Shape importer: added command line option dry_run to supress database transactions.
2012-08-22 Ingo Weinzierl Shape importer: use python's OptionParse to read user specific configuration from command line.
2012-08-09 Sascha L. Teichmann Added FastAnnotation.Annotation.toString()
2012-07-27 Ingo Weinzierl Tagged module flys-backend as '2.8.1'.
2012-09-28 Thomas Arendsen Hein merged flys-artifacts/2.9
2012-09-07 Ingo Weinzierl Merged revisions 5391-5392 via svnmerge from
2012-09-07 Ingo Weinzierl Merged revisions 5375,5379,5382 via svnmerge from
2012-09-07 Sascha L. Teichmann Removed superfluous imports.
2012-09-07 Sascha L. Teichmann Removed deprecated method.
2012-09-06 Bjoern Ricks Mark getDurationCurveData method as deprecated
2012-09-06 Felix Wolfsteller Revert acidentally committed experiment.
2012-09-06 Felix Wolfsteller smaller part of issue825 fixed (column ordering of dwt-export).
2012-09-05 Sascha L. Teichmann FixA: AT export: prevent some numerical problems with steep functions around zero.
2012-09-05 Sascha L. Teichmann FixA: Increase Q max about 5% if storing as AT file.
2012-09-04 Sascha L. Teichmann Fixed issue687: Rewrote AT export in FixA
2012-09-04 Felix Wolfsteller issue820: changed label for middle height/depth.
2012-09-03 Felix Wolfsteller Default horizontal and vertical logo placement to top/center instead of 'none'.
2012-09-03 Felix Wolfsteller Better comment for logo-adders.
2012-09-03 Raimund Renkert Fixed logo integration in timeseries charts.
2012-09-02 Felix Wolfsteller Adjusted ChangeLog, issue number for last commit was 744.
2012-09-02 Felix Wolfsteller Fix issue774 (wrong items).
2012-09-01 Felix Wolfsteller Fix issue829, wst col indices start with 0.
2012-09-01 Sascha L. Teichmann Removed trailing whitespace.
2012-08-31 Felix Wolfsteller Fix invalid cast.
2012-08-31 Raimund Renkert Added i18n strings for minfo bed quality parameters.
2012-08-31 Bjoern Ricks Add a module service. It's now possible to configure the modules which are
2012-08-31 Raimund Renkert MINFO: Added states and config for bed quality calculation.
2012-08-31 Raimund Renkert Refactored location/distance state to use FLYSArtifact instead of WINFOArtifact.
2012-08-31 Felix Wolfsteller fix issue817, removed double entries from dc conf.
2012-08-30 Felix Wolfsteller issue729, show default line labels for line sin cross sections.
2012-08-30 Felix Wolfsteller issue814 line labels always visible.
2012-08-30 Felix Wolfsteller issue695, fix path to showlevel style property.
2012-08-29 Felix Wolfsteller Include logos in resources.
2012-08-29 Felix Wolfsteller Enable logo rendering in timeseries charts.
2012-08-29 Felix Wolfsteller Deal with inverted axes in longitudinal charts and logos.
2012-08-29 Felix Wolfsteller Improved logo placement.
2012-08-29 Felix Wolfsteller Add logo settings to cross section chartsettings.
2012-08-29 Felix Wolfsteller Split logo placement property in two (vertical/horizontal).
2012-08-28 Felix Wolfsteller sloppy logo placement property implementation.
2012-08-28 Felix Wolfsteller Add rather faked image annotations to chart, if property is set accordingly.
2012-08-28 Felix Wolfsteller Preparations for logo inclusion in charts.
2012-08-28 Raimund Renkert MINFO: Implemented UI and facet/artifact stack for bed height differences.
2012-08-27 Felix Wolfsteller Fixed typo.
2012-08-23 Sascha L. Teichmann Removed superfluous import.
2012-08-23 Raimund Renkert FixA: Changed sector average form point to line in delta W(t) chart.
2012-08-23 Raimund Renkert Issue 716.
2012-08-22 Sascha L. Teichmann FixA: Using trove to map int->int instead of bloated generics.
2012-08-22 Sascha L. Teichmann FLYSArtifactCollection: Prevent another NPE. Removed dead code.
2012-08-22 Sascha L. Teichmann FixA: Generate indices for each analysis periods.
2012-08-22 Christian Lins Fix for NPE
2012-08-22 Sascha L. Teichmann FixA: Made indices of analysis periods QWs zero based.
2012-08-22 Sascha L. Teichmann FixA: Store unique coulun index into QW models.
2012-08-22 Sascha L. Teichmann FixA: Use the column cache to establish a consistent index scheme.
2012-08-22 Christian Lins Issue #806 and NullPointerExceptions in CrossSectionGenerator fixed
2012-08-20 Sascha L. Teichmann Removed superfluous import. s/Double.valueOf/Double.parseDouble/
2012-08-17 Raimund Renkert Removed debug outputs in exporter.
2012-08-17 Raimund Renkert FixA: Added exporter for AT files.
2012-08-16 Felix Wolfsteller More facets in ausgelagerte WSP/ W/Q diag.
2012-08-16 Sascha L. Teichmann Shortend overlong line. Simplified code.
2012-08-16 Felix Wolfsteller Handle former W calculations in fixA W/Q out.
2012-08-16 Felix Wolfsteller Add ls facet type to compat. list of w/q outs.
2012-08-16 Raimund Renkert FixA: Added getter for ui provider in function select state.
2012-08-16 Sascha L. Teichmann Simplified code
2012-08-15 Felix Wolfsteller Do not hard-recommend gauge-discharges for fix wq.
2012-08-15 Felix Wolfsteller Fail more gracefully.
2012-08-15 Felix Wolfsteller More former calculations in fixa dwt dc.
2012-08-15 Felix Wolfsteller More former calculations in FixA DC.
2012-08-14 Felix Wolfsteller Add more discharge curve data to DC and W/Q diag.
2012-08-14 Felix Wolfsteller Add more facets to DC and W/Q diag.
2012-08-14 Felix Wolfsteller Added accidentally omitted ChangeLog entry.
2012-08-14 Felix Wolfsteller Basedata in FixA WQ DC and diagram.
2012-08-13 Felix Wolfsteller Added deltawt-out.
2012-08-13 Felix Wolfsteller Show former calculation in FixA WQ DC.
2012-08-13 Felix Wolfsteller Show former calculations in Fix/DeltaWT DC, fixes.
2012-08-13 Felix Wolfsteller Show more former calculation in FixA LS DC.
2012-08-13 Felix Wolfsteller Fix factory name.
2012-08-13 Felix Wolfsteller Add annotations to fixA longitudinal Sections.
2012-08-13 Felix Wolfsteller Theme the qsector markers.
2012-08-10 Felix Wolfsteller Rudimentary Themeing for qsector lines.
2012-08-10 Felix Wolfsteller i18n and renderering of qsectors in w/q diag.
2012-08-10 Felix Wolfsteller Added State for QSector artifact.
2012-08-10 Felix Wolfsteller Add more qsectory infrastructure.
2012-08-10 Felix Wolfsteller Added stub of QSector-Artifact-infrastructure.
2012-08-09 Sascha L. Teichmann Removed superfluous imports.
2012-08-09 Felix Wolfsteller Cosmetics.
2012-08-08 Felix Wolfsteller Set info attribute in datacage, to have tooltips in gui.
2012-08-07 Felix Wolfsteller Changed wording for reference curves reference station(s).
2012-08-07 Felix Wolfsteller Corrected ChangeLog of last commit, fixed issue798, not 795.
2012-08-07 Felix Wolfsteller Fix issue795.
2012-08-01 Sascha L. Teichmann S/Q relation: Fixed flys/issue748
2012-07-31 Sascha L. Teichmann FixA: Only evict only one(!) data point as outlier before recalculating the function.
2012-07-31 Sascha L. Teichmann FixA: Corrected the formulas of Grubbs' test for outliers. Still a bit broken.
2012-07-30 Sascha L. Teichmann S/Q relation: Setup better initial activity for the facets of the S/Q results.
2012-07-30 Sascha L. Teichmann Use getCurrentKmFromRequest().doubleValue() in i18n formatting.
2012-07-29 Sascha L. Teichmann Partly reverted Double->double change of clins.
2012-07-29 Sascha L. Teichmann S/Q relation: Initially activate/deactivate facets.
2012-07-29 Sascha L. Teichmann S/Q relation: Initially activate/deactivate facets.
2012-07-29 Sascha L. Teichmann Adjusted to follow the Chain-of-responsibility pattern in figuring out facet activities.
2012-07-29 Sascha L. Teichmann Made expensive XMLUtils.toString() debug output conditional.
2012-07-29 Sascha L. Teichmann Use the new infrastructure to figure out if a facet should
2012-07-28 Sascha L. Teichmann s/container.size() == 0/container.isEmpty()/
2012-07-28 Sascha L. Teichmann FLYSArtifact: Lowered logging output level from info to debug. Made some more debug outputs conditional.
2012-07-28 Sascha L. Teichmann FLYSArtifact: Some code simplifications.
2012-07-27 Sascha L. Teichmann S/Q: Extented the result data model of the S/Q calculation to
2012-07-27 Ingo Weinzierl Avoid class cast exception in FixWQCurveGenerator.
2012-07-27 Ingo Weinzierl Tagged flys-artifacts as '2.8.1'.
2012-09-07 Ingo Weinzierl Merged revisions 5384 via svnmerge from
2012-09-07 Ingo Weinzierl Merged revisions 5373,5377-5378 via svnmerge from
2012-09-04 Sascha L. Teichmann Removed trailing whitespace
2012-09-04 Felix Wolfsteller fix issue63
2012-09-04 Bjoern Ricks Add debug output to log which local file will be used for authentication data
2012-09-04 Bjoern Ricks Add allowed features for flys_wsa_schweinfurt role
2012-09-04 Raimund Renkert Issue 808.
2012-09-04 Raimund Renkert Issue 664.
2012-09-04 Christian Lins Revert pom.xml web.xml changes
2012-09-04 Christian Lins Add missing imports and fix package declaration of RemoteServiceServlet
2012-09-04 Raimund Renkert Issue 791: Do not allow the same values in reference and target location.
2012-09-04 Felix Wolfsteller issue820: Changed i18 for middle height -> middle depth.
2012-09-03 Felix Wolfsteller Do not show labels in logo selection combo box.
2012-09-03 Felix Wolfsteller Show logos in select box.
2012-09-01 Sascha L. Teichmann Removed superfluous imports.
2012-09-01 Christian Lins Overflow for toolbars is now HIDDEN.
2012-09-01 Christian Lins Change button title in DatacagePairWidget (#746).
2012-08-31 Christian Lins ThemePanel are now resizable (fix for #750)
2012-08-31 Felix Wolfsteller Maybe squashed issue531.
2012-08-31 Bjoern Ricks Set the default value of the RadioGroupItem if a loaded module is selected
2012-08-31 Bjoern Ricks Load the list of modules from the flys artifact server
2012-08-31 Bjoern Ricks Add isSelected method to Module classes
2012-08-31 Raimund Renkert MINFO: Added new UI provider for bed quality calculation.
2012-08-31 Raimund Renkert Use river data in all states not only winfo in location/distance ui provider.
2012-08-31 Raimund Renkert Hide the W/Q AT export button in fix analysis parameter tab.
2012-08-31 Bjoern Ricks Use xml namespace for XPath query to get the accout name attribute.
2012-08-31 Bjoern Ricks Add servlet settings for ModuleService
2012-08-30 Christian Lins New projects are now maximized by default.
2012-08-30 Christian Lins Fixed size for GetFeatureInfoWindow.
2012-08-29 Felix Wolfsteller i18n for logo placement.
2012-08-29 Bjoern Ricks Fix typo: add missing ,
2012-08-29 Bjoern Ricks User ModuleService to get all modules for a user
2012-08-29 Bjoern Ricks Hardcode German module translations temporarily
2012-08-29 Bjoern Ricks Set roles and features for GGinA
2012-08-29 Bjoern Ricks Add service to list available modules for a user
2012-08-29 Bjoern Ricks Added class representation of a module artifact
2012-08-29 Felix Wolfsteller Updated to use split properties for logo placement.
2012-08-28 Felix Wolfsteller i18n and interpretation for logo placement chart property.
2012-08-28 Felix Wolfsteller Show logo selection box for logo chart property.
2012-08-28 Felix Wolfsteller First i18n strings for logo-stuff in charts.
2012-08-28 Felix Wolfsteller Cosmetics.
2012-08-28 Raimund Renkert MINFO: Added UI for minfo differences calculation.
2012-08-24 Bjoern Ricks User new find-user REST service in UserClient
2012-08-24 Bjoern Ricks Send account data to artifact rest interface to create a user
2012-08-24 Bjoern Ricks Don't use XPath Query to get attribute of a XML Node
2012-08-24 Bjoern Ricks Add account information to flys-client user classes
2012-08-24 Bjoern Ricks Add debug output if a database user will be created
2012-08-23 Bjoern Ricks Avoid using XPath queries for getting attributes of a node
2012-08-22 Christian Lins Delete empty project after closing CollectionView (#785).
2012-08-20 Sascha L. Teichmann Removed superfluous import. Removed some inner whitespace. Made debug output conditional.
2012-08-17 Raimund Renkert FixA: Added AT file export to FixAnalysis W/Q.
2012-08-16 Sascha L. Teichmann ProxyServlet: Use block instead of byte wise copy.
2012-08-16 Bjoern Ricks Implement a ProxyServlet
2012-08-16 Sascha L. Teichmann Replaced another attribute fetching XPath with a simple DOM getAttributeNS() call.
2012-08-15 Bjoern Ricks Add ChangeLog entry for last commit
2012-08-15 Bjoern Ricks Avoid NullPointerException if user authetication is deactivated. If user
2012-08-15 Raimund Renkert Issue 752.
2012-08-15 Bjoern Ricks Don't display not allowed rivers to the user
2012-08-15 Bjoern Ricks Add new RemoteServiceServlet class
2012-08-13 Sascha L. Teichmann Removed superfluous imports.
2012-08-10 Bjoern Ricks Add debug log of a successfull authentification
2012-08-10 Bjoern Ricks Add example features for GGinA/WAS role flys_bfg
2012-08-10 Bjoern Ricks Don't use xml namespace to get the "name" attribute of a role
2012-08-10 Bjoern Ricks Implement Features handling for WAS authentication
2012-08-10 Bjoern Ricks Refactor Authentication to allow to pass the Freatures to the user class
2012-08-09 Sascha L. Teichmann XMLFileFeatures: Cosmetics.
2012-08-09 Sascha L. Teichmann Removed trailing whitespace.
2012-08-08 Bjoern Ricks Add missing import of ArrayList
2012-08-08 Bjoern Ricks Some optimization of the code mentioned by Sascha T.
2012-08-08 Bjoern Ricks Fix indentation of my last changelog entries
2012-08-08 Bjoern Ricks Remove the BaseServlet class which is obsolete now
2012-08-08 Bjoern Ricks Rename FeatureServletContextListener and move it out of the features package
2012-08-08 Bjoern Ricks Add servlet context parameters and load FeaturesServletContextListener
2012-08-08 Bjoern Ricks Implement a class representation of features corresponding to roles
2012-08-08 Felix Wolfsteller Show tooltips for datacage rows.
2012-08-08 Felix Wolfsteller Doc added, uses static map in converter.
2012-07-30 Sascha L. Teichmann Removed superfluous imports.
2012-07-27 Ingo Weinzierl Tagged flys-client as '2.8.1'.
2012-09-28 Thomas Arendsen Hein merged flys-backend/2.8.1 2.8.1
2012-07-18 Felix Wolfsteller Adjusted official lines views schemata to include wst column pos.
2012-07-16 Ingo Weinzierl Tagged flys-backend module as '2.8'.
2012-09-28 Thomas Arendsen Hein merged flys-artifacts/2.8.1
2012-07-26 Felix Wolfsteller Towards issue745 (lines for averages in deltawt).
2012-07-26 Ingo Weinzierl Registered new output 'fix_vollmer_wq_curve' for the vollmer path of fixings analysis module; create required Facets for it after calculation.
2012-07-26 Felix Wolfsteller Adjusted i18n strings
2012-07-26 Christian Lins Point labels can have a background color now.
2012-07-26 Felix Wolfsteller i18n
2012-07-26 Ingo Weinzierl Added new Output WaterlevelExport (CSV, WST and PDF) to FixRealizingCompute State.
2012-07-25 Sascha L. Teichmann FixA: Removed instanceof hack to fetch the WQKms of the fix realizations.
2012-07-25 Ingo Weinzierl Create proper facets for Ws and Qs in FixRealizingCompute state.
2012-07-25 Felix Wolfsteller Also add Q-facets for fixrealization.
2012-07-25 Felix Wolfsteller Commit accidentally kept change.
2012-07-25 Felix Wolfsteller Add waterlevel facet and longitudinal_section out for fixationrealization.
2012-07-25 Felix Wolfsteller Fix data names in access for fixrealizing.
2012-07-25 Felix Wolfsteller Let WaterlevelFacet handle FixationArtifact.
2012-07-25 Felix Wolfsteller fix vol/l/mer.
2012-07-24 Sascha L. Teichmann Replace string comparison with empty string with length equals zero comparison
2012-07-24 Sascha L. Teichmann Removed some superfluous casts.
2012-07-23 Sascha L. Teichmann FixA: Removed some inner whitespace.
2012-07-23 Sascha L. Teichmann FixA/Vollmer: return the result now.
2012-07-23 Sascha L. Teichmann FixA: Vollmer. Calculated the Q -> Ws. TODO: Produce result.
2012-07-23 Felix Wolfsteller Adjusted i18n.
2012-07-23 Felix Wolfsteller Set ld_mode.
2012-07-23 Felix Wolfsteller Adjusted i18n.
2012-07-23 Felix Wolfsteller Handle FixationArtifacts in WQAdapted-State.
2012-07-23 Felix Wolfsteller Preparing W/Q per gauge input for FixationArtifact.
2012-07-23 Felix Wolfsteller Commit accidentally ommitted cosmetic in winfo.xml.
2012-07-23 Felix Wolfsteller Cosmetics, docs.
2012-07-23 Sascha L. Teichmann FixA: Moved Q -> W conversion code into segments to be reusable.
2012-07-23 Christian Lins Remove line style attributes from FixingReferenceEvents
2012-07-23 Sascha L. Teichmann FixA 'ausgelagerte Wasserspiegellagen' move comparator code into segment class.
2012-07-23 Christian Lins Simplify annotation code
2012-07-23 Sascha L. Teichmann FixA: Made calculation base class abstract. Sub classes are called with fixings overview an function to fit.
2012-07-23 Sascha L. Teichmann FLYSArtifact: Prevent NPE in getOutputForState(). Why does this happen?
2012-07-22 Sascha L. Teichmann FixA: Made curve fitting over the given calculation range reusable. Removed dead code.
2012-07-22 Sascha L. Teichmann FixA: Moved more common calculation code into base class.
2012-07-21 Sascha L. Teichmann FixA: Overview: Clip the displayed from/to ranges of the gauges to the max extent of the events.
2012-07-21 Sascha L. Teichmann FixA: Embed german and english translations into the overview stylesheet.
2012-07-21 Sascha L. Teichmann FixA: Introduced i18n to overview transformation.
2012-07-20 Sascha L. Teichmann FixA: fixed aggregation bug in calculation of range spreads.
2012-07-20 Sascha L. Teichmann FixA: XSL overview transform renders the names of the gauges into the head line.
2012-07-20 Ingo Weinzierl Use a new state - specific for SQ relation - for the period input in the SQ relation.
2012-07-20 Sascha L. Teichmann FixA: Bring XSLT in sync with flys-client to ease development.
2012-07-20 Ingo Weinzierl Limited the input of time periods in SQ relation calculation to 1.
2012-07-20 Ingo Weinzierl Disabled legends in SQ relation overview generator.
2012-07-20 Sascha L. Teichmann Removed superfluous imports.
2012-07-20 Sascha L. Teichmann i18n: Fixed anomalies in properties files
2012-07-20 Ingo Weinzierl OutGenerators got a setCollection() method; analogous to setMasterArtifact(). Registered the SQOverviewGenerator as OutGenerator for 'sq_overview' Output.
2012-07-19 Sascha L. Teichmann FixA: Added a list of gauges to the output of the fixings overview service which intersect the selected fixings.
2012-07-19 Sascha L. Teichmann FixA: Minor refactoring
2012-07-19 Sascha L. Teichmann FixA: Created a common base class for the fixing related calculations.
2012-07-19 Sascha L. Teichmann FixA: Moved common parameter access to common base class.
2012-07-19 Sascha L. Teichmann FixA: Prevent NPE when exporting parameters.
2012-07-19 Sascha L. Teichmann Small optimization.
2012-07-19 Sascha L. Teichmann FixA: Renamed FixResult to FixAnalysisResult.
2012-07-19 Sascha L. Teichmann FixA: Added stub for the "Ausgelagerte Wasserspiegellagen" calculation.
2012-07-19 Sascha L. Teichmann FixA: Renamed FixationVolmerCompute to FixRealizingCompute.
2012-07-19 Sascha L. Teichmann FixA: Renamed FixationCompute to FixAnalysisCompute
2012-07-19 Sascha L. Teichmann FixA: Renamed FixCalculation to FixAnalysisCalculation.
2012-07-19 Christian Lins Add analysis periods as subtitle to W/Q chart
2012-07-19 Christian Lins Add subtitle to Fix W/Q chart and refactor addSubtitle() method(s)
2012-07-19 Sascha L. Teichmann FixA: Renamed FixationArtifactAccess to FixAnalysisAccess
2012-07-19 Ingo Weinzierl Set default value of MINFO SQ relation's outliers parameter to 3.
2012-07-19 Christian Lins Add kilometer to chart titles
2012-07-19 Sascha L. Teichmann Use Integer.parseInt() instead of Integer.valueOf() + Autounboxing.
2012-07-19 Sascha L. Teichmann Simplified code.
2012-07-18 Sascha L. Teichmann FixA: KM chart service: Use only blue as point color.
2012-07-18 Sascha L. Teichmann Adjusted Delta W(t) CSV exporter to customers wishes.
2012-07-18 Sascha L. Teichmann FixA: Overview: classify Q ranges by intersecting gauges.
2012-07-18 Felix Wolfsteller smaller bandwidth fixes.
2012-07-18 Felix Wolfsteller Change bandwidth theme attribute type to double (but bugged).
2012-07-18 Sascha L. Teichmann FixA: Added time range column to Delta W(t) CSV export.
2012-07-18 Sascha L. Teichmann FixA: Added discharge column to DeltaW(t) CSV export.
2012-07-18 Sascha L. Teichmann Removed trailing whitespace.
2012-07-17 Felix Wolfsteller Cosmetics, doc.
2012-07-17 Felix Wolfsteller Partial implementation of bandwidths for curves (issue720).
2012-07-17 Sascha L. Teichmann S/Q relation: Out commented the LEFT JOINs which produce a lot of empty and
2012-07-16 Sascha L. Teichmann S/Q relation: Write parameters as export result.
2012-07-16 Felix Wolfsteller Doc, TODO added.
2012-07-16 Sascha L. Teichmann SQ relation: Out commented debug output which caused OOM errors.
2012-07-16 Sascha L. Teichmann Q is not taken from MESSUNG.Q but from MESSUNG.Q_BPEGEL
2012-07-16 Ingo Weinzierl Taged flys-artifacts module as '2.8'.
2012-07-26 Christian Lins pom.xml fixed
2012-07-26 Ingo Weinzierl Added new titles for 'fix_vollmer_wq_curve' Output; let it use NaviChartOutputTab.
2012-07-26 Christian Lins Original values for config.xml and web.xml
2012-07-26 Christian Lins Merge point/line label styles
2012-07-25 Felix Wolfsteller commit omitted change.
2012-07-25 Felix Wolfsteller Accept slighty different names of state data of fixationartifacts when getting kmrange.
2012-07-24 Felix Wolfsteller Cosmetics, docs.
2012-07-24 Felix Wolfsteller Respect factory of cloned artifact when cloning.
2012-07-24 Sascha L. Teichmann Removed some superfluous casts.
2012-07-21 Sascha L. Teichmann FixA: Overview: Catch the case that a previous gauge is before the start of the events.
2012-07-21 Sascha L. Teichmann FixA: Bring overview transformation in sync with flys-artifacts.
2012-07-21 Sascha L. Teichmann FixA: Introduce i18n to overview transformation.
2012-07-20 Sascha L. Teichmann FixA: Overview contains names of the the gauges in the headline.
2012-07-20 Ingo Weinzierl Removed SVG and PDF export buttons from chart toolbar of overview charts.
2012-07-20 Ingo Weinzierl Added a new UIProvider that allows the input of a time period; the helper panel displays the field campaigns of MINFO's SQ relation.
2012-07-20 Ingo Weinzierl Added a new UI provider that allows the input of a single time period (without any helper panel).
2012-07-20 Sascha L. Teichmann Removed superfluous imports and trailinh whitespace.
2012-07-20 Ingo Weinzierl New implementation of OverviewOutputTab which has a minimalistic chart toolbar and no chart theme panel. The overview image is fetched as single image from server.
2012-07-19 Ingo Weinzierl Read default value of Data item and set textfield of DoubleInputPanel if a default value is existing.
2012-07-19 Sascha L. Teichmann Use more idiomatic Java when parsing doubles and ints.
2012-07-19 Sascha L. Teichmann ChangeLog: Removed remains from former conflict.
2012-07-19 Sascha L. Teichmann Removed trailing whitespace. Import cleanup
2012-07-19 Felix Wolfsteller Register upcoming FixQSelectPanel UI-Provider, added omitted ChangeLog entries.
2012-07-19 Felix Wolfsteller Set previously selected values for bandwidth theme-prop.
2012-07-19 Felix Wolfsteller Cosmetics.
2012-07-19 Raimund Renkert FixA: Input fields for chart navigation now use the correct i18n number formats.
2012-07-18 Sascha L. Teichmann FixA: Overview: Generate only legend entries for existing discharge sectors.
2012-07-18 Sascha L. Teichmann FixA: Replaced discharge sectors with more human readable labels.
2012-07-18 Sascha L. Teichmann FixA: Overview: Added legend at bottom of overview table.
2012-07-18 Raimund Renkert Show the overview and chart in function select state in fix analysis helper
2012-07-18 Felix Wolfsteller Populate already set theme attributes.
2012-07-18 Felix Wolfsteller Cosmetics.
2012-07-18 Felix Wolfsteller Improve validation of double-type style arguments.
2012-07-18 Felix Wolfsteller Cosmetic compression.
2012-07-18 Ingo Weinzierl Lock the screen when the parameterization of a Collection's master Artifact changes.
2012-07-18 Felix Wolfsteller Handle upcoming 'double' theme attribute type.
2012-07-18 Felix Wolfsteller Cosmetics.
2012-07-18 Sascha L. Teichmann Removed trailing whitespace.
2012-07-17 Felix Wolfsteller Added bandwidth field, i18n.
2012-07-17 Christian Lins Remove gwt dependency, add common-codecs.
2012-07-17 Christian Lins Issue #726 work.
2012-07-16 Felix Wolfsteller Cosmetics, docs.
2012-07-16 Ingo Weinzierl Tagged flys-client module as '2.8'.
2012-09-28 Thomas Arendsen Hein merged flys-backend/2.8 2.8
2012-07-15 Sascha L. Teichmann Removed same package imports.
2012-07-12 Sascha L. Teichmann MapResultTransformer: Added static INSTANCE because its stateless.
2012-07-12 Sascha L. Teichmann Backend: Strategy to directly transform native SQL results into Maps.
2012-07-12 Sascha L. Teichmann Fix for issue 359
2012-07-11 Sascha L. Teichmann Backend: Added DB indices for fasten access to cross section points.
2012-07-11 Sascha L. Teichmann Partial fix for flys/issue697: Increased the decimal places of Ws, Qs and Kms to 5.
2012-07-03 Ingo Weinzierl Set correct connection provider class which package had changed in the last commit.
2012-07-03 Ingo Weinzierl Fixed broken package declaration in DBCPConnectionProvider.
2012-06-29 Sascha L. Teichmann Backend: Added views to access the 'Amtlichen Linien'.
2012-06-15 Sascha L. Teichmann FLYS backend: Removed trailing whitespace.
2012-06-14 Sascha L. Teichmann SedDB: Make access to SedDB configurable over conf.xml and provide access to sessions.
2012-06-14 Sascha L. Teichmann Added Hibernate access class to SedDB
2012-06-14 Sascha L. Teichmann flys-backend: Re-establish cross platform compatibilty again.
2012-06-14 Ingo Weinzierl Added missing 'name' property and a new function to retrieve CrossSectionTracks.
2012-06-13 Ingo Weinzierl Store sq relations into database after parsing.
2012-06-13 Ingo Weinzierl Added parser and import classes to import MINFO sq relations.
2012-06-12 Ingo Weinzierl Cleared some irritating debug messages.
2012-06-12 Ingo Weinzierl Improved the import process to read MINFO specific 'Messstellen'.
2012-06-11 Sascha L. Teichmann Added Override annotation.
2012-06-11 Raimund Renkert Added filter for annotation names.
2012-06-08 Felix Wolfsteller Fix comment.
2012-06-08 Felix Wolfsteller Make it run again by removing hibernate annotation.
2012-06-07 Ingo Weinzierl Improved minfo db schema and added model classes for s/q relation.
2012-06-05 Sascha L. Teichmann Removed superfluous imports.
2012-05-27 Ingo Weinzierl Tagged module flys-backend as '2.7'.
2012-09-28 Thomas Arendsen Hein merged flys-artifacts/2.8
2012-07-15 Sascha L. Teichmann Removed same package imports.
2012-07-15 Sascha L. Teichmann Forget file to save.
2012-07-15 Sascha L. Teichmann FLYSArtifactCollection: Lowered log level.
2012-07-13 Felix Wolfsteller Let DC offer official lines for longitudinal disch. diags.
2012-07-13 Felix Wolfsteller Prevent nasty NPE.
2012-07-13 Sascha L. Teichmann SQ relation: Suppress data points with values <= 0 because they kill JFreeChart's log/log diagrams.
2012-07-13 Sascha L. Teichmann SQ relation: More fixes.
2012-07-13 Sascha L. Teichmann SQ relation: More fixes.
2012-07-13 Sascha L. Teichmann Fixed ChangeLog
2012-07-13 Sascha L. Teichmann SQ relation: Fixed problem with string operation precedence.
2012-07-13 Felix Wolfsteller Very basic official lines in dc, malplaced.
2012-07-13 Christian Lins Create shapefile directory instead of shapefile 'file'
2012-07-13 Sascha L. Teichmann Removed trailing whitespace.
2012-07-13 Sascha L. Teichmann SQ relation: Build a valid SQResult.
2012-07-13 Christian Lins Fix and workaround NullPointerExceptions
2012-07-13 Ingo Weinzierl Organized and added missing imports.
2012-07-13 Ingo Weinzierl Create extent of a map layer in the correct coordinate reference system.
2012-07-13 Ingo Weinzierl Moved map and WSPLGEN code to subpackage 'map' in the model package.
2012-07-13 Sascha L. Teichmann Removed trailing whitespace.
2012-07-13 Sascha L. Teichmann Removed superfluous imports.
2012-07-13 Sascha L. Teichmann SQ relation: Use only first time period.
2012-07-13 Raimund Renkert Added overview output for sq relation. Currently the overview generator is
2012-07-13 Raimund Renkert Refactored FLYSArtifactCollection.
2012-07-13 Sascha L. Teichmann SQ relation: Handle the error case of accessing wrong indexed SQ relation more smoothly.
2012-07-12 Sascha L. Teichmann SQ relation: Added access to the data of GSIEBSATZ and SSIEBUNG.
2012-07-12 Sascha L. Teichmann SQ relation: add left joins to GSIEBSATZ and SSIEBUNG
2012-07-12 Sascha L. Teichmann SQ relation: Do not store null values from database.
2012-07-12 Sascha L. Teichmann SQ relation: Added infrastructure to extract fractions from measurments.
2012-07-12 Sascha L. Teichmann SQ: First peek into fetching relevant data from SedDB
2012-07-12 Sascha L. Teichmann SQKMChartService: Fixed wrong logger class.
2012-07-12 Sascha L. Teichmann SQ: Filter out meassures which don't have a 'Siebsatz'
2012-07-12 Christian Lins Add showpointlabel style attribute
2012-07-12 Felix Wolfsteller Fix class name in conf.xml
2012-07-11 Felix Wolfsteller Various cosmetic doc fixes.
2012-07-11 Felix Wolfsteller Make official lines loadable from dc (by hand) for longitudinal sections.
2012-07-11 Felix Wolfsteller Back from past I
2012-07-11 Sascha L. Teichmann SQ: Added sieve
2012-07-11 Sascha L. Teichmann Removed trailing whitespace.
2012-07-11 Christian Lins Delta W(t) chart subtitle fixed
2012-07-11 Christian Lins Re-add HYK rendering code to CrossSectionGenerator
2012-07-10 Sascha L. Teichmann Back from the Future - II
2012-07-10 Sascha L. Teichmann Removed superfluous imports.
2012-07-10 Sascha L. Teichmann SQOverview: Made km separating of dates epsilon tolerant and avoid empty date lists.
2012-07-10 Raimund Renkert Added service for an overview chart of measuring points in sq relation.
2012-07-10 Felix Wolfsteller Fix issue694.
2012-07-10 Felix Wolfsteller Partial fix for issue694 (heightmarks snap to nearest cross section).
2012-07-10 Sascha L. Teichmann Removed trailing whitespace.
2012-07-10 Felix Wolfsteller Fix various documentation issues.
2012-07-10 Felix Wolfsteller Fix issues in 'documentation'.
2012-07-09 Felix Wolfsteller Configured javadoc mojo to include protected/private.
2012-07-08 Sascha L. Teichmann Create a list of direct sub themes of a theme.
2012-07-08 Felix Wolfsteller Added makefile for datacage conf doc.
2012-07-08 Felix Wolfsteller Cosmetics, doc.
2012-07-08 Sascha L. Teichmann Fixed XPath typo
2012-07-08 Sascha L. Teichmann Removed dynamic XPaths to pervent potential XPath injections.
2012-07-08 Sascha L. Teichmann Themes: Added XSL transformation to generate a better overview of the themes.
2012-07-08 Sascha L. Teichmann Themes: Name seconf themegroup 'second'
2012-07-08 Sascha L. Teichmann Themes: Added xml processing instructions.
2012-07-08 Sascha L. Teichmann Added vim lines.
2012-07-08 Sascha L. Teichmann Replaced tabs with four spaces each.
2012-07-08 Sascha L. Teichmann Removed superfluous imports.
2012-07-07 Sascha L. Teichmann Removed trailing whitespace
2012-07-06 Felix Wolfsteller We are back from the future now.
2012-07-06 Christian Lins Add styles for W(t) chart domain markers
2012-07-06 Christian Lins Add missing themes for fixation charts
2012-07-06 Felix Wolfsteller Fix issue705 (maín value names also in w/q-range mode).
2012-07-06 Christian Lins W(t) chart point label rotation working
2012-07-06 Felix Wolfsteller Cosmetics, removed TODO.
2012-07-06 Felix Wolfsteller Fix issue710 - crashing one-point-diagrams.
2012-07-06 Felix Wolfsteller Fix weird code with help of new ChartHelper.
2012-07-06 Felix Wolfsteller New ChartHelper method to expand bounds added.
2012-07-06 Felix Wolfsteller New Distance helper module.
2012-07-06 Christian Lins Remove HYK references/code from ChartGenerator
2012-07-05 Felix Wolfsteller Copied content from doc/datacage.txt to doc/datacage-config-manual (texed).
2012-07-05 Felix Wolfsteller Added stub of tex-version of datacage config documentation.
2012-07-04 Christian Lins Move annotation code to base class ChartGenerator
2012-07-04 Felix Wolfsteller Prevent wrong cast.
2012-07-04 Felix Wolfsteller issue487 (wrong area calculation).
2012-07-04 Ingo Weinzierl Improved the structure of themes.xml; moved theme groups to own XML files.
2012-07-03 Felix Wolfsteller Only show labels when activated in theme.
2012-07-03 Felix Wolfsteller Fix array-index-oobs in FixDeltaWtGenerator.
2012-07-03 Raimund Renkert Implemented mergeRanges to combine y bounds in timeseries charts.
2012-07-03 Raimund Renkert Added chart info generator for WQ and delta W(t) chart.
2012-07-03 Felix Wolfsteller Very basic point labels in DeltaWt-diagrams.
2012-07-03 Sascha L. Teichmann WINFOArtifact: minor code improvement when lookup if facet should be initially active.
2012-07-03 Sascha L. Teichmann Removed trailing whitespace.
2012-07-03 Ingo Weinzierl Added missing themes for middle bed height curves.
2012-07-03 Ingo Weinzierl Added new *Access objects for bed height calculation and flow velocity calculation; removed methods for specific data access from MINFOArtifact.
2012-07-03 Felix Wolfsteller Removed leading whitespaces.
2012-07-03 Felix Wolfsteller Fix issue695 (labels of waterlines).
2012-07-03 Ingo Weinzierl Fixed various bugs (package declarations, moved classes to correct places).
2012-07-03 Ingo Weinzierl Removed line properties from fixation point themes and added missing point properties.
2012-07-03 Felix Wolfsteller Cosmetics.
2012-07-02 Felix Wolfsteller issue654
2012-07-02 Sascha L. Teichmann FixA: flys/issue689: Export CSV for facet 'fix_parameters'
2012-07-01 Sascha L. Teichmann SQ: Connect calculation with artifact parameter access.
2012-07-01 Sascha L. Teichmann More braindead code removal.
2012-07-01 Sascha L. Teichmann FixA: Added AT writer for fitted functions.
2012-07-01 Sascha L. Teichmann Removed trailing whitespace.
2012-07-01 Sascha L. Teichmann FixA: Moved IdGenerator to top level class.
2012-06-30 Sascha L. Teichmann FixA: Added parameter exporter.
2012-06-30 Sascha L. Teichmann FixA: Moved DeltaWtExporter to fixings exporter package.
2012-06-29 Sascha L. Teichmann FixA: Tweaked the derivate diagram a bit and added chart info.
2012-06-29 Sascha L. Teichmann Removed superfluous imports.
2012-06-29 Sascha L. Teichmann FixA: Added chart info companion for FixLongitudinalSectionGenerator.
2012-06-29 Christian Lins Work in generalized annotations for chart generators
2012-06-28 Sascha L. Teichmann FixA: Fixed parameter name
2012-06-28 Sascha L. Teichmann SQ: finished the access stuff.
2012-06-28 Sascha L. Teichmann SQ: Added artifact access stub.
2012-06-28 Sascha L. Teichmann Added new base class for *Access
2012-06-28 Sascha L. Teichmann Removed dead code.
2012-06-28 Sascha L. Teichmann Removed dead code.
2012-06-28 Christian Lins Set text orientation to horizontal for points in Fixation W/Q curve
2012-06-28 Sascha L. Teichmann FixA: Only emit analysis period / discharge sectors which really contain data.
2012-06-28 Sascha L. Teichmann Moved FixationArtifactAccess to new access package.
2012-06-27 Sascha L. Teichmann FixA: Make fitting more tolerant.
2012-06-27 Sascha L. Teichmann FixA: Fixed da/dQ for exp function but the fitting still does not work.
2012-06-27 Christian Lins Only dates as point labels
2012-06-27 Christian Lins Fix typo in generator class for fix_longitudinal_section_curve
2012-06-27 Felix Wolfsteller Create and handle new manual line type facets.
2012-06-27 Felix Wolfsteller Register FacetType for upcoming facet.
2012-06-27 Felix Wolfsteller Added compatibility and theme for upcoming manual line facet.
2012-06-27 Christian Lins ChangeLog for last commit
2012-06-27 Christian Lins Add point labels to W/Q curve
2012-06-27 Sascha L. Teichmann Moved common code of the *Artifacts into FLYSArtifact.
2012-06-27 Christian Lins Fix for 'linecolor ignored' issue
2012-06-27 Sascha L. Teichmann Removed some expensive XPath usage.
2012-06-26 Sascha L. Teichmann SQ: Refactored fitting to better fit the data types of SQResult.
2012-06-26 Sascha L. Teichmann Removed trailing whitespace.
2012-06-26 Sascha L. Teichmann SQ: Added fitting shell for SQ curves.
2012-06-26 Sascha L. Teichmann SQ: Added specialized outlier test for the S/Q relation.
2012-06-26 Sascha L. Teichmann FixA: Only generate outlier facet when we done the prepocessing.
2012-06-26 Felix Wolfsteller Enable legend item aggreation in time series charts.
2012-06-26 Felix Wolfsteller Refactored legend item aggregation again.
2012-06-26 Felix Wolfsteller Extracted legenditemaggregation from xychartgenerator.
2012-06-26 Sascha L. Teichmann Removed trailing whitespace.
2012-06-26 Sascha L. Teichmann Completed inverse functions.
2012-06-26 Felix Wolfsteller Fix ChangeLog encoding
2012-06-26 Felix Wolfsteller flys-artifacts/trunk@4794 c6561f87-3c4e-4783-a992-168aeb5c3f6f
2012-06-26 Sascha L. Teichmann Fitting: Link the functions to there inverses via getInverse().
2012-06-26 Sascha L. Teichmann Added inverses of the fitting functions.
2012-06-25 Felix Wolfsteller Fix issue663 (step curves for longitudinal_section Qs).
2012-06-25 Felix Wolfsteller Progressed LegendItemAggregation.
2012-06-25 Sascha L. Teichmann FixA: Fixed typo in I18N key
2012-06-25 Sascha L. Teichmann FixA: Finished I18N for km chart service.
2012-06-25 Sascha L. Teichmann Removed trailing whitespace.
2012-06-25 Sascha L. Teichmann Removed superfluous import.
2012-06-25 Sascha L. Teichmann FixA: I18N for chart km service.
2012-06-25 Raimund Renkert FixA: Added longitudinal section chart.
2012-06-25 Raimund Renkert Look for the attribut "outline" in TimeseriesChartGenerator to render shape
2012-06-25 Raimund Renkert Do not add entries ending with " " to legend.
2012-06-25 Sascha L. Teichmann FixA: Prevent that the plot becomes to small if only one point is drawn.
2012-06-25 Sascha L. Teichmann FixA: Added more debug output.
2012-06-25 Sascha L. Teichmann Label more points in FixingsKMChartService
2012-06-25 Sascha L. Teichmann FixA: Interpolated and measured values where switched.
2012-06-25 Sascha L. Teichmann Added labeling for Q/W points FixingsKMChartService.
2012-06-25 Sascha L. Teichmann FixA: Re-added accidentially removed code.
2012-06-24 Sascha L. Teichmann Removed trailing whitespace.
2012-06-24 Sascha L. Teichmann FixA: I18N
2012-06-24 Sascha L. Teichmann Use generics more correctly
2012-06-24 Sascha L. Teichmann I18N: Added script to make keys of property file identifiable with short numbers through the UI.
2012-06-24 Sascha L. Teichmann I18N: Repaired inconsistencies
2012-06-24 Christian Lins Output code to trackdown the linecolor problem
2012-06-23 Felix Wolfsteller Re-enable legend item aggregation.
2012-06-23 Felix Wolfsteller Parse legend aggregation threshold value for settings.
2012-06-23 Sascha L. Teichmann Removed trailing whitespace.
2012-06-23 Sascha L. Teichmann FixA: KM chart helper service: Added debug output when creating Q sector markers.
2012-06-22 Felix Wolfsteller Initialize legend aggregation threshold.
2012-06-22 Felix Wolfsteller Cosmetics.
2012-06-22 Felix Wolfsteller Prepare legend aggregation threshold setting.
2012-06-22 Felix Wolfsteller Cosmetics.
2012-06-22 Sascha L. Teichmann FixA: Draw domain markers for borders of Q sectors in helper diagram.
2012-06-22 Sascha L. Teichmann FixA: Calculate the standard deviation of the Q sector delta Ws, too.
2012-06-21 Sascha L. Teichmann Fix: add method to find discharge sector border for given river and km.
2012-06-21 Sascha L. Teichmann FixA: Create a cached GaugeFinderFactory to access the gauge along a river
2012-06-21 Sascha L. Teichmann FixA: Moved GaugeFinder into top level class.
2012-06-21 Sascha L. Teichmann FixA: Made GaugeRange a top level class.
2012-06-21 Sascha L. Teichmann TimeseriesChartGenerator: Prevent some NPEs
2012-06-21 Sascha L. Teichmann Removed superfluous import.
2012-06-21 Sascha L. Teichmann FixA: Move Range out of FixingsOverview
2012-06-21 Sascha L. Teichmann FixA: Fixed problem with select the wrong meta data (date, descriptions, etc.) for a data column.
2012-06-21 Sascha L. Teichmann FixA: Fixed stupid i/j switch bug.
2012-06-21 Raimund Renkert Updated i18n for delta W(t) chart in fix analysis.
2012-06-21 Raimund Renkert Use different stylings for real and interpolated data points.
2012-06-21 Christian Lins Theme updates for sector average wq curves/points
2012-06-21 Christian Lins Adapt doAverageSectorOut() to reflect changes of corresponding facet.
2012-06-20 Raimund Renkert FixA: Added delta W(t) chart in fix analysis.
2012-06-20 Raimund Renkert Added new methods to add domain and value axis markers to time series plots.
2012-06-20 Raimund Renkert FixA: Added reference events to CSV export.
2012-06-20 Raimund Renkert FixA: Changed data type from QW[] to QWD[] to have delta Ws in reference events.
2012-06-20 Raimund Renkert FixA: Moved function instantiation to always have a valid function instance.
2012-06-20 Raimund Renkert Fixed binary search in Parameters.
2012-06-20 Sascha L. Teichmann Parameters: Bring binarySearch with epsilon more to source of binarySearch of Collections.
2012-06-20 Felix Wolfsteller fix issue680; hack.
2012-06-20 Felix Wolfsteller Cosmetics, docs.
2012-06-20 Felix Wolfsteller Cosmetics.
2012-06-20 Sascha L. Teichmann FixA: Respect the selected events and reference period correctly.
2012-06-20 Ingo Weinzierl Fixed broken naming of curves in SQ relation charts.
2012-06-20 Ingo Weinzierl Create a compound index for SQOutlierFacets based on result index and iteration number.
2012-06-20 Ingo Weinzierl The fake calculation for SQ relation now creates only values bigger than 0.
2012-06-20 Ingo Weinzierl Adjusted the color of SQ relation Facets.
2012-06-20 Ingo Weinzierl SQ relation now creates Facets with proper i18n labels.
2012-06-20 Ingo Weinzierl I18N of SQ relation charts.
2012-06-19 Felix Wolfsteller Fix issue681.
2012-06-19 Felix Wolfsteller Do not automatically load q-facets outside of w_differences.
2012-06-19 Felix Wolfsteller Added ChangeLog entry.
2012-06-19 Felix Wolfsteller Load q-type facets with w-facets for differences' base data.
2012-06-19 Sascha L. Teichmann Removed trailing whitespace.
2012-06-19 Sascha L. Teichmann SQ: Directly sample our Function objects instead of Function2D from JFreeChart.
2012-06-19 Sascha L. Teichmann Removed superfluous import.
2012-06-19 Sascha L. Teichmann FixA: Store the standard deviation of delta Ws of reference points into parameters, too.
2012-06-19 Sascha L. Teichmann FixA: Store into QWs if they are interpolated.
2012-06-19 Ingo Weinzierl Generate fake data for SQ curves; Implemented the Facet and Generator stuff.
2012-06-19 Sascha L. Teichmann SQ: Name derivative S'(Q).
2012-06-19 Felix Wolfsteller Extend compatibility list of facets for discharge-curves.
2012-06-19 Ingo Weinzierl Added theme mappings for sq relation fractions b - f.
2012-06-19 Ingo Weinzierl Create Facets for each SQResult and SQFractionResult.
2012-06-19 Sascha L. Teichmann SQ: Add new power function.
2012-06-19 Ingo Weinzierl Display measurements in SQ relation charts.
2012-06-19 Ingo Weinzierl Line labels are not visible until the option is set by the user (or configured in a theme).
2012-06-19 Sascha L. Teichmann conf.xml: Configure rest server and floodmap with external system entities.
2012-06-18 Sascha L. Teichmann FixA: Calculate Delta W(t) for reference points, too.
2012-06-18 Christian Lins Themes for fixing curves and debug output
2012-06-18 Sascha L. Teichmann Cosmetics: Added vim line, made class public.
2012-06-18 Sascha L. Teichmann De-centralized database configuration.
2012-06-18 Raimund Renkert Fixed constructor in AnalysisPeriod.
2012-06-18 Christian Lins Some fixing charts are generated now
2012-06-18 Ingo Weinzierl Apply point color in XYStyle.
2012-06-18 Ingo Weinzierl Added themes specific to MINFO SQ relation charts.
2012-06-18 Raimund Renkert Moved current km to context and added an abstract generator for fix analysis
2012-06-18 Sascha L. Teichmann Removed repeated x.size() calls from for loops.
2012-06-18 Sascha L. Teichmann Removed superfluous import.
2012-06-18 Sascha L. Teichmann Added missing 'else's in if/else ladders.
2012-06-18 Sascha L. Teichmann Fixed string comparision for identity.
2012-06-18 Sascha L. Teichmann Added missing vim lines.
2012-06-18 Sascha L. Teichmann FixA: Lowered log level in parameter interpolation.
2012-06-17 Christian Lins Fixing output generator hacking
2012-06-15 Raimund Renkert Added getData method with an additional km parameter.
2012-06-15 Ingo Weinzierl Added model classes for SQ calculation; generate fake results and improved the SQRelationGenerator which now draws the outliers.
2012-06-15 Raimund Renkert Added getter for current km in chart generator (used for navigation in fix
2012-06-15 Ingo Weinzierl Added chart and export generator stubs for SQ relation.
2012-06-15 Sascha L. Teichmann FLYS artifacts: Removed trailing whitespace.
2012-06-14 Sascha L. Teichmann SedDB: Added out commented block for SedDB configuration.
2012-06-14 Sascha L. Teichmann FixA: W/Q facet code cleanup.
2012-06-14 Sascha L. Teichmann FixA: Improved W/Q facet code
2012-06-14 Ingo Weinzierl Added component stubs for SQ relation calculation.
2012-06-14 Raimund Renkert Changed filter string to 'Messstelle' in minfo S-Q relation.
2012-06-14 Ingo Weinzierl Fetch only 'qps' cross section tracks for WSPLGEN calculation.
2012-06-13 Sascha L. Teichmann FixA facet: Use binary search again.
2012-06-13 Sascha L. Teichmann Removed superfluous import.
2012-06-13 Christian Lins Add FixDerivedCurveGenerator class
2012-06-13 Ingo Weinzierl Some minor bugfixes in fix analysis calculation and some more debug output.
2012-06-13 Sascha L. Teichmann FixA: Figure out max Q during fitting.
2012-06-13 Christian Lins Add missing imports.
2012-06-12 Christian Lins Move marker generation to XYChartGenerator
2012-06-12 Christian Lins FixWQCurveGenerator can generate charts from Fix*-Facets (in theory and not complete)
2012-06-12 Sascha L. Teichmann FixA: Add interpolation of parameters that better suits the instantiation real functions.
2012-06-11 Sascha L. Teichmann Removed superfluous imports.
2012-06-11 Sascha L. Teichmann Parameters: Linear interpolation of parameters.
2012-06-11 Raimund Renkert Added states and transitions for S-Q-relation.
2012-06-11 Sascha L. Teichmann Make it compilable again
2012-06-10 Christian Lins Try to workaround some exception in FixWQCurveFacet and FixWQCurveGenerator
2012-06-09 Christian Lins FixWQCurveGenerator generates randomized curves as the Facets crashes when retrieving data
2012-06-08 Felix Wolfsteller Interpolate wkms in computed discharges.
2012-06-07 Felix Wolfsteller Use cache.
2012-06-07 Felix Wolfsteller Added ommitted i18n change.
2012-06-07 Felix Wolfsteller Polished Gauge Discharges in computed discharge curves.
2012-06-07 Felix Wolfsteller cosmetics.
2012-06-07 Raimund Renkert Added i18n in fix analysis.
2012-06-07 Raimund Renkert Changed facet description in fix analysis.
2012-06-06 Felix Wolfsteller Cosmetics, doc.
2012-06-06 Felix Wolfsteller Fix certain GaugeDischargeArtifact-issues, import river.
2012-06-06 Felix Wolfsteller Fix certain GaugeDischargeArtifact issues.
2012-06-06 Felix Wolfsteller Documentation added.
2012-06-06 Raimund Renkert Added facet for derivate curve and fixed facet names.
2012-06-06 Felix Wolfsteller trivial doc.
2012-06-06 Felix Wolfsteller More datacage conf doc.
2012-06-06 Felix Wolfsteller Added accidentally ommitted Changes to CollisionFreeXYTextAnnotationEntity class.
2012-06-06 Raimund Renkert Added new facet for analysis periods and updated facet names in fix analysis.
2012-06-06 Felix Wolfsteller Added accidentally ommitted changed to datacage conf doc.
2012-06-06 Felix Wolfsteller Minor doc.
2012-06-06 Felix Wolfsteller More datacage conf doc.
2012-06-06 Raimund Renkert Implemented facets and splitted up the event facet.Implemented facets and splitted up the event facet.
2012-06-06 Sascha L. Teichmann JFreeChart: Added adapter class to bridge de.intevation.flys.artifacts.math.Function to org.jfree.data.function.Function2D.
2012-06-06 Felix Wolfsteller Added stub for datacage configuration documentation.
2012-06-06 Christian Lins FixWQChartGenerator
2012-06-06 Raimund Renkert Fixed outputmodes in fix analysis.
2012-06-06 Sascha L. Teichmann FixA: Local variable shadowed instance variable.
2012-06-06 Sascha L. Teichmann FixA: Fixed index problem with name of chi^2.
2012-06-06 Raimund Renkert Added facets for fix analysis.
2012-06-05 Sascha L. Teichmann FixA: Added binary search methods for parameters.
2012-06-05 Sascha L. Teichmann FixA: Use new data structures in Delta W(t) exporter. Removed obsolete code.
2012-06-05 Sascha L. Teichmann FixA: Prevent duplicates in analysis periods.
2012-06-05 Sascha L. Teichmann FixA: Removed obsolete class.
2012-06-05 Felix Wolfsteller Avoid collisions between line labels.
2012-06-05 Sascha L. Teichmann FixA: Store the referenced QW for each km, too.
2012-06-05 Sascha L. Teichmann FixA: Removed obsolete FixResults class.
2012-06-05 Sascha L. Teichmann FixA: Store AnalysisPeriods into FixResult now.
2012-06-05 Ingo Weinzierl Let Artifacts of type WMSDBArtifact remove produced files and directories when endOfLife() is called.
2012-06-05 Felix Wolfsteller New helper.
2012-06-05 Felix Wolfsteller i18n and format for line labels.
2012-06-05 Christian Lins FixWQChartGenerator stub added
2012-06-05 Felix Wolfsteller Added better doc and todo.
2012-06-05 Sascha L. Teichmann FixA: Use KMIndex for outliers.
2012-06-05 Sascha L. Teichmann FixA: Added new serializable km inedx structure.
2012-06-05 Sascha L. Teichmann EpsilonComparator: Fixed sign problem in comparison.
2012-06-04 Sascha L. Teichmann FixA: Reactivated rewrite of the outlier checks.
2012-06-04 Sascha L. Teichmann FixA: Store Chi^2 of fitting into result, too.
2012-05-31 Sascha L. Teichmann FixA: Added the derivatives of all fitting functions.
2012-05-30 Sascha L. Teichmann FixA: Calculate the Delta W/ts + the average Delta W/ts per Q sector per analysis period.
2012-05-30 Sascha L. Teichmann Added class to average dates without overflows.
2012-05-30 Sascha L. Teichmann FixA: Added new km filter
2012-05-30 Sascha L. Teichmann Fix: Better model for storing results of the delta W/t calculation.
2012-05-30 Sascha L. Teichmann Forgot ChangeLog commit
2012-05-30 Sascha L. Teichmann FixA: Explicit model for date ranges.
2012-05-30 Sascha L. Teichmann FixA: Added method to classify fixing events for certain kms.
2012-05-30 Sascha L. Teichmann FixA: Fixed access to analysis periods.
2012-05-30 Raimund Renkert Changed data fields in fixings analysisperiods state.
2012-05-29 Felix Wolfsteller Cosmetics and ommitted fix.
2012-05-29 Felix Wolfsteller issue417: duration curve main values as line(s) to curve.
2012-05-29 Felix Wolfsteller Doc and TODOs added.
2012-05-29 Felix Wolfsteller Respect new theme setting when drawing line to curve.
2012-05-29 Felix Wolfsteller Added own themes for mainvalues.
2012-05-28 Sascha L. Teichmann FixA: corrected fitting (Q->W instead W->Q).
2012-05-28 Sascha L. Teichmann FixA: Made Delta W/t calculation finally work
2012-05-28 Sascha L. Teichmann FixA: Added facet to return delta w/t as CSV
2012-05-27 Sascha L. Teichmann FixA: Fixed class cast bug in report facet.
2012-05-27 Sascha L. Teichmann FixA: Added forgotten csv/report facets/generators to conf.
2012-05-27 Ingo Weinzierl Added more checks in CrossSectionFactory.isNewst() to prevent IndexOutOfBoundsExceptions.
2012-05-27 Ingo Weinzierl Tagged module flys-artifacts as '2.7'.
2012-07-15 Sascha L. Teichmann Removed same package imports.
2012-07-13 Felix Wolfsteller Added 18n for datacage officiallines.
2012-07-13 Sascha L. Teichmann Corrected broken web.xml
2012-07-13 Bjoern Ricks Add UserClient class to handle REST communication for user related interfaces.
2012-07-13 Christian Lins Add "Manage themes" button to ChartToolbar and MapToolbar.
2012-07-13 Raimund Renkert Switched from 2 columns and 3 rows to 3 columns and 2 rows in sq chart overview.
2012-07-13 Sascha L. Teichmann Removed superfluous imports.
2012-07-13 Sascha L. Teichmann Cosmetics in plain authentication
2012-07-13 Bjoern Ricks Add javadoc for the user class
2012-07-13 Bjoern Ricks Implement getting a list of roles from a logged in user
2012-07-13 Raimund Renkert Added chart overview to sq relation in minfo module.
2012-07-13 Bjoern Ricks Removed System.out.println debug statement for the request uri
2012-07-13 Bjoern Ricks Removed trailing whitespace
2012-07-13 Bjoern Ricks Implement re-authentication if the user (ticket) has expired.
2012-07-13 Bjoern Ricks Add ChangeLog entry for last commit
2012-07-13 Bjoern Ricks Use servlet context to specify the authentication method.
2012-07-13 Bjoern Ricks Add css for the error box at the login page
2012-07-13 Bjoern Ricks Also log an authentication failure
2012-07-13 Bjoern Ricks Display error details to the user
2012-07-13 Bjoern Ricks Extend Authentication and Response to throw additional exceptions
2012-07-13 Bjoern Ricks Update changelog for last commit changes
2012-07-13 Bjoern Ricks Derive was User class from new DefaultUser class
2012-07-12 Sascha L. Teichmann Set artifact server port back to 8181
2012-07-12 Sascha L. Teichmann Login: Cast session user to abstract type not WAS specific
2012-07-12 Sascha L. Teichmann Removed superfluous imports.
2012-07-12 Ingo Weinzierl Bugfix: #698 Fix-Analysis is working in Tomcat again.
2012-07-12 Christian Lins Add showpointlabel style attribute.
2012-07-11 Sascha L. Teichmann Omitted last ChangeLog save.
2012-07-11 Sascha L. Teichmann Auth: added simple file based authentication.
2012-07-11 Sascha L. Teichmann Removed trailing whitespace.
2012-07-11 Sascha L. Teichmann Removed superfluous imports.
2012-07-11 Bjoern Ricks Refactor GGInA authentication
2012-07-11 Bjoern Ricks Check filter config in web.xml for String false to deactivate the GGInAFilter instead of "1".
2012-07-11 Christian Lins Add alpha transp. and fix exceptions on unknown style attributes.
2012-07-11 Raimund Renkert Added overview chart to sq relation period input panel.
2012-07-11 Bjoern Ricks Filter all requests to FLYS
2012-07-11 Bjoern Ricks Add stylesheets for the login page
2012-07-11 Bjoern Ricks Implement a login page to be able to authenticate a user
2012-07-11 Bjoern Ricks Add a TrustStategy to be able to ignore SSL Certificate issues with GGinA
2012-07-11 Bjoern Ricks Add WAS user class
2012-07-10 Sascha L. Teichmann WAS response: Directly use Base64InputStream instead of reading it first into memory.
2012-07-10 Bjoern Ricks Update pom dependencies for new WAS classes
2012-07-10 Bjoern Ricks Fix String comparision in WAS Response class
2012-07-10 Bjoern Ricks Add missing + from last commit
2012-07-10 Bjoern Ricks Implement class representation of a Web Authentication Service (WAS)
2012-07-08 Sascha L. Teichmann Bumped GWT up to 2.4
2012-07-08 Felix Wolfsteller Minor Cosmetics.
2012-07-08 Felix Wolfsteller Cosmetics, whitespaces, docs.
2012-07-08 Sascha L. Teichmann Removed superfluous imports.
2012-07-08 Felix Wolfsteller Fix issue706.
2012-07-07 Sascha L. Teichmann Removed trailing whitespace
2012-07-06 Raimund Renkert Fixed zooming in navigatable charts.
2012-07-03 Raimund Renkert Add km to chart info request parameters to get valid chart infos.
2012-07-03 Felix Wolfsteller issue457
2012-07-02 Sascha L. Teichmann Forget to commit one i8n file.
2012-07-02 Sascha L. Teichmann FixA: Added i18n strings for export of adjusted coefficients.
2012-07-02 Sascha L. Teichmann Export panel: Make code more robust when trying to resolve missing i18n strings.
2012-06-28 Felix Wolfsteller Show area menu also for newer manual wsp line facet.
2012-06-28 Felix Wolfsteller Improved manual wsp input validation.
2012-06-28 Felix Wolfsteller Minor Manual WSP editor polish.
2012-06-28 Felix Wolfsteller Nicen Manual WSP editor.
2012-06-28 Felix Wolfsteller New i18n for WSP editor.
2012-06-27 Felix Wolfsteller Added basic GUI for manual WSPs in cross sections.
2012-06-27 Felix Wolfsteller Minor refactoring.
2012-06-25 Sascha L. Teichmann FixA: Make the km chart helper panel more useful.
2012-06-25 Sascha L. Teichmann FixA: Do not throw layout away if only the km chart needs reloading.
2012-06-23 Sascha L. Teichmann Removed trailing whitespace.
2012-06-22 Sascha L. Teichmann Bumped SmartGWT to version 3.0
2012-06-22 Sascha L. Teichmann FixA: Limit the number of displayed selected fixings to 5.
2012-06-21 Raimund Renkert Changed handler for km navigation in fix analysis charts.
2012-06-21 Sascha L. Teichmann Create simplified column filter.
2012-06-21 Sascha L. Teichmann Added more debug output about the transmitted fix overview documents.
2012-06-21 Sascha L. Teichmann Removed some XPath misuse.
2012-06-21 Sascha L. Teichmann FixA: Set discharge sectors 0 and 3 as default in UI.
2012-06-21 Sascha L. Teichmann FixA: Overview: render column header too when rendering checkboxes.
2012-06-20 Sascha L. Teichmann FixA: Extent of overview is determined by min/max km of sectors.
2012-06-20 Sascha L. Teichmann Removed superfluous import.
2012-06-20 Felix Wolfsteller Fix zoom/export issue665, issue459, issue667.
2012-06-18 Ingo Weinzierl Added missing StyleHelper class from last commit.
2012-06-18 Ingo Weinzierl Show only style attributes in StyleEditorWindow that are not 'hidden'.
2012-06-18 Ingo Weinzierl Added i18n strings for theme editor.
2012-06-15 Raimund Renkert Added navigation to fix analysis charts.
2012-06-15 Sascha L. Teichmann FLYS client: Removed trailing whitespace.
2012-06-15 Ingo Weinzierl Reverted accidently commited port changes from last commit.
2012-06-14 Ingo Weinzierl Added chart and export titles for sq relation in MINFO
2012-06-14 Raimund Renkert Add all events to the list of selected events in fix analysis.
2012-06-14 Raimund Renkert Changed helper chart size in Fix analysis to avoid overlapping in maximized project window.
2012-06-14 Raimund Renkert Render checked checkboxes in html event overview.
2012-06-11 Sascha L. Teichmann Removed superfluous imports.
2012-06-11 Raimund Renkert Added UI for S-Q-relation parameters in minfo module.
2012-06-07 Felix Wolfsteller cosmetic.
2012-06-07 Raimund Renkert Removed duplicated i18n methods.
2012-06-07 Raimund Renkert Added i18n strings.
2012-06-07 Ingo Weinzierl Added i18n stubs for fix analyses to continue working with the GUI.
2012-06-05 Sascha L. Teichmann Removed superfluous imports.
2012-06-05 Raimund Renkert Fixed creation of initial date string in fixings parameters.
2012-06-04 Felix Wolfsteller Register GGInAFilter.
2012-06-04 Felix Wolfsteller Cosmetics, docs.
2012-06-03 Felix Wolfsteller Stub for A&A Servlet Filter.
2012-06-01 Sascha L. Teichmann FixA: Fixed descriptions of Q sectors in input provider.
2012-06-01 Raimund Renkert Changed numbers in gauge sector selection state to strings.
2012-06-01 Raimund Renkert Set initial values for start and end date in fix analysis date panels.
2012-06-01 Raimund Renkert Removed some debug outputs.
2012-06-01 Raimund Renkert Implemented filter for fix analysis helper widgets.
2012-05-30 Raimund Renkert Added ui provider for multiple date range input in fix analysis.
2012-05-29 Felix Wolfsteller Added i18n strings for new theme properties for mainvalues.
2012-05-28 Sascha L. Teichmann Added i18n strings used by Delta W/t export of the fixing analysis.
2012-05-28 Ingo Weinzierl Added i18n string for floodmap datacage.
2012-05-27 Ingo Weinzierl Corrected image path to add_wms.png
2012-05-27 Ingo Weinzierl Tagged module flys-client as '2.7'.
2012-09-28 Thomas Arendsen Hein merged flys-backend/2.7 2.7
2012-05-27 Ingo Weinzierl Tagged module flys-backend as '2.7'.
2012-05-18 Ingo Weinzierl Added lower and upper km to functions that return bed height singles and epochs for a given river.
2012-05-18 Ingo Weinzierl Fixed a typo.
2012-05-18 Ingo Weinzierl Added functions to retrieve bed height single and epoch values based on its owner and km range.
2012-05-18 Ingo Weinzierl Added functions to BedHeightSingle and BedHeightEpoch to get instances from db by id or river.
2012-05-15 Ingo Weinzierl Added functions to retrieve data from database.
2012-05-15 Ingo Weinzierl Added DischargeZone.getDischargeZones() that returns all DischargeZones for a given river.
2012-05-10 Ingo Weinzierl Added new model class GaugeLocation for storing locations of gauges.
2012-05-10 Ingo Weinzierl Added HydrBoundary and HydrBoundaryPoly and adapted method signatures of Line and Building.
2012-05-10 Ingo Weinzierl The python crosssectiontrack importer now also searches for 'STATION' field to extract the current km.
2012-05-08 Ingo Weinzierl Modified Hws.getHws() to retrieve more specific hws.
2012-05-08 Ingo Weinzierl Modified Catchment.getCatchments() to retrieve specific catchments.
2012-05-08 Ingo Weinzierl Changed the geometry type of 'catchments' from polygon to multipolygon.
2012-05-08 Ingo Weinzierl Added an sql script to insert dems for Saar, Mosel and Elbe into database.
2012-05-04 Ingo Weinzierl New shape importers and schema modifications.
2012-05-03 Ingo Weinzierl Added further shape importers and added the option to reproject shapes during the import process.
2012-05-02 Sascha L. Teichmann Use Doubles to store meassure points of profiles.
2012-04-27 Sascha L. Teichmann Removed superfluous imports.
2012-04-27 Sascha L. Teichmann Adjusted PostgreSQL port of MINFO schema to match Oracle one.
2012-04-27 Ingo Weinzierl Adapted annotation types.
2012-04-27 Ingo Weinzierl Added SQL file to drop WINFO specific db schema.
2012-04-27 Ingo Weinzierl Made SQL instructions upper case.
2012-04-27 Ingo Weinzierl Added an SQL file to drop the spatial schema.
2012-04-27 Ingo Weinzierl Improved the python shapefile importer.
2012-04-26 Ingo Weinzierl Repaired broken oracle spatial schema.
2012-04-26 Ingo Weinzierl Parse and store MINFO waterlevel differences; added config option to skip this process.
2012-04-26 Ingo Weinzierl Added a parser and importer classes used to import waterlevel differences.
2012-04-26 Ingo Weinzierl Added missing constraint to relation 'waterlevel_difference'.
2012-04-25 Felix Wolfsteller Fix for wrong method name in WaterlevelDifferenceValue hibernated class.
2012-04-24 Ingo Weinzierl Added model classes for MINFO specific waterlevel differences.
2012-04-24 Ingo Weinzierl Improved the db schema to store MINFO specific waterlevel differences.
2012-04-24 Ingo Weinzierl Completed the MINFO waterlevel import.
2012-04-24 Ingo Weinzierl Prepared the importer to import MINFO specific waterlevel values and added a stub for a parser.
2012-04-20 Ingo Weinzierl Added importer classes used for MINFO specific waterlevel import.
2012-04-20 Ingo Weinzierl Added new model classes for MINFO specific waterlevel data.
2012-04-20 Ingo Weinzierl Added MINFO specific waterlevel relations.
2012-04-19 Ingo Weinzierl Added a parser for sediment yield files; started parsing and store values in db.
2012-04-19 Ingo Weinzierl Added config option to skip parsing sediment yield data and prepared the importer to read/store those data.
2012-04-19 Ingo Weinzierl Added new importer classes for importing sediment yield data.
2012-04-18 Ingo Weinzierl Added new model classes for sediment yield data.
2012-04-18 Ingo Weinzierl Added missing river_id column to sediment_yield relation.
2012-04-18 Ingo Weinzierl Removed superflous imports.
2012-04-18 Ingo Weinzierl Improved the db schema to store sediment yield values.
2012-04-18 Ingo Weinzierl Finished flow velocity data import: finished parsing meta data of model files and repaired broken HQL statements.
2012-04-17 Ingo Weinzierl Added new parser for flow velocity measurements and fixed some smaller bugs while importing flow velocity data.
2012-04-17 Ingo Weinzierl Added importer classes used during the import process of flow velocity measurements.
2012-04-17 Ingo Weinzierl Added new model classes for storing flow velocity measurements.
2012-04-17 Ingo Weinzierl Added MINFO specific relations for flow velocity measurements.
2012-04-17 Ingo Weinzierl Added a parser for flow velocity model data and adjusted the db relation schema (missing q column).
2012-04-17 Ingo Weinzierl Added temp classes used during the import process of flow velocity data.
2012-04-17 Ingo Weinzierl Prepared the importer to parse flow velocity files and added a config option to skip that process.
2012-04-17 Ingo Weinzierl Added new model classes for MINFO specific flow velocity.
2012-04-16 Ingo Weinzierl Improved the oracle db schema for MINFO specific flow velocity values.
2012-04-13 Sascha L. Teichmann Add MINFO schema for PostgreSQL
2012-04-13 Ingo Weinzierl Added missing annotation in MorphologicalWidth for values.
2012-04-13 Ingo Weinzierl Added parser for parsing morphological widths.
2012-04-13 Ingo Weinzierl Added a config option to skip parsing morphological widths.
2012-04-13 Ingo Weinzierl Tiny schema modification specific to MINFO morphological width values; added importer classes.
2012-04-13 Ingo Weinzierl Improved the MIFNO DB schema for morphological width and added model classes.
2012-04-13 Ingo Weinzierl Finished parsing MINFO specific sediment density.
2012-04-13 Ingo Weinzierl Implemented the method stubs of the parser for sediment density and made some db schema adaptions.
2012-04-13 Ingo Weinzierl Added new parser (stub) to read MINFO sediment density files; prepared import process to handle those files.
2012-04-13 Ingo Weinzierl Added a new config option to skip parsing MINFO sediment density values.
2012-04-13 Ingo Weinzierl Added new importer classes used during MINFO sediment density import.
2012-04-13 Ingo Weinzierl Improved the MINFO db schema and added model classes for storing sediment density values specific to a river and depth.
2012-04-13 Ingo Weinzierl Finished importing MINFO bed heights (single and epoch).
2012-04-12 Ingo Weinzierl Implemented model classes and importer classes for bed height epochs.
2012-04-12 Ingo Weinzierl Finished work on MINFO bed heights (single).
2012-04-11 Ingo Weinzierl Finished work on parsing meta information and data specific to single bed heights files in MINFO.
2012-04-11 Ingo Weinzierl Some oracle db schema adaptions specific to bed heights in MINFO.
2012-04-11 Ingo Weinzierl Initial checkin for parsing MINFO bed heights.
2012-04-11 Ingo Weinzierl First things for MINFO specific database schema.
2012-03-29 Ingo Weinzierl Added a new config option to specify a INFO.gew file by system property.
2012-03-19 Ingo Weinzierl Adapted the column type of relation 'dem' in oracle-spatial schema.
2012-03-19 Ingo Weinzierl Registered missing Floodmaps and set its Geometry type to Geometry.
2012-03-16 Ingo Weinzierl Tagged module 'flys-backend' as 'pre2.7-2012-03-16'.
2012-03-16 Ingo Weinzierl Modified the oracle db schema (relation 'floodmaps').
2012-03-08 Ingo Weinzierl Added model class for 'floodmaps'.
2012-03-07 Ingo Weinzierl Added a python tool to import shapefiles into database.
2012-03-07 Ingo Weinzierl Adapted the PostgreSQL schema for floodmaps.
2012-03-06 Ingo Weinzierl Improved the db schema for storing existing floodmaps.
2012-03-06 Ingo Weinzierl Adapted wrong method call of Log4J logger.
2012-03-02 Felix Wolfsteller Fix or workaround flys/issue632, avoid NPE.
2012-09-28 Thomas Arendsen Hein merged flys-artifacts/2.7
2012-05-29 Ingo Weinzierl Merged revisions 4539-4540,4543,4545-4546 via svnmerge from
2012-05-27 Ingo Weinzierl Merged revisions 4536 via svnmerge from
2012-05-27 Ingo Weinzierl Tagged module flys-artifacts as '2.7'.
2012-05-27 Ingo Weinzierl Fixed broken crosssection chart creation if no hyks are existing.
2012-05-26 Sascha L. Teichmann Removed superfluous imports.
2012-05-26 Sascha L. Teichmann FixA: Added CSV export for Delta W/t values.
2012-05-26 Sascha L. Teichmann FixA: Return correct data structure from calculation.
2012-05-26 Sascha L. Teichmann FixA: Fixed stupid index bug.
2012-05-26 Sascha L. Teichmann FixA: Call computing when reaching the compute state.
2012-05-25 Sascha L. Teichmann FixA: km indexed datastructure for delta w/t results.
2012-05-25 Ingo Weinzierl Corrected config for wms fixpoints and floodmaps.
2012-05-25 Felix Wolfsteller Fix ChangeLog
2012-05-25 Felix Wolfsteller Improved 'line-to-curve' rendering.
2012-05-25 Sascha L. Teichmann Replaced another silly "@attribute" XPATH with direct getAttribute() call.
2012-05-25 Felix Wolfsteller Also draw lines from q mainvalues to duration curve.
2012-05-25 Felix Wolfsteller Slightly improved 'line-to-curve' creation of w-mainvalues/durationcurve.
2012-05-25 Felix Wolfsteller Fixed ChangeLog.
2012-05-25 Felix Wolfsteller Draw line from w-annotation to duration curve, rough version.
2012-05-25 Raimund Renkert Added a warning to not use virtual themes for facets.
2012-05-25 Raimund Renkert Added concrete themes for maps.
2012-05-25 Felix Wolfsteller Minor refactoring.
2012-05-25 Raimund Renkert Added concrete themes for areas.
2012-05-24 Felix Wolfsteller Precised DC config.
2012-05-24 Felix Wolfsteller Let Generators handle slightly more types.
2012-05-24 Felix Wolfsteller Added accidentally omitted file.
2012-05-24 Felix Wolfsteller Cosmetic
2012-05-24 Felix Wolfsteller Allow easy change of sticky axis for annotations.
2012-05-24 Felix Wolfsteller Prepare improved Discharge curve compatibility.
2012-05-24 Raimund Renkert Issue 667.
2012-05-24 Ingo Weinzierl Removed needless imports.
2012-05-24 Ingo Weinzierl Reproject geometries before exporting them as shapefiles to filesystem.
2012-05-24 Felix Wolfsteller Include thematic heights in dc conf for reference curves.
2012-05-24 Felix Wolfsteller Cosmetics.
2012-05-24 Felix Wolfsteller Remove relativepoint artifact remainders.
2012-05-24 Felix Wolfsteller Create points for ref.curve in facet, handle these in generator.
2012-05-24 Felix Wolfsteller Expose reference curve parameters via blackboard.
2012-05-24 Felix Wolfsteller Expose reference curve parameters via blackboard.
2012-05-24 Felix Wolfsteller Fixation relative points in reference curves.
2012-05-24 Felix Wolfsteller Made data accessors for reference curve parameter public.
2012-05-24 Felix Wolfsteller Add relativepoint to compatibility list of reference curve out.
2012-05-23 Felix Wolfsteller Polish: theme for relativepoint, removal of wrong facet in compatibility list.
2012-05-23 Felix Wolfsteller Serve heightmarks and floodprotection in dc conf for duration curves.
2012-05-23 Felix Wolfsteller Handle relative points in duration curve diagram.
2012-05-23 Felix Wolfsteller Add relative-points-fixations for duration curves in dc conf.
2012-05-23 Felix Wolfsteller Take advantage of refactorisation.
2012-05-23 Felix Wolfsteller Handle case of points in wqday (durationcurve) scenarios.
2012-05-23 Felix Wolfsteller Let DurationCurveFacet provide relevant data via Blackboard.
2012-05-23 Felix Wolfsteller Add helper to allow for points at duration curve facet.
2012-05-23 Sascha L. Teichmann FixA: Calculate Delta W/t, too.
2012-05-23 Felix Wolfsteller Added (dummy-) implementation of relative point facet in staticwkms case.
2012-05-23 Raimund Renkert Improved startup performance.
2012-05-23 Felix Wolfsteller Refactor usage of now static xpath, other artifacts will follow in later commits.
2012-05-23 Felix Wolfsteller Refactor static xpath, other artifacts will come in a later commit.
2012-05-23 Felix Wolfsteller Whitespaces.
2012-05-23 Felix Wolfsteller Pre-work for upcoming RelativePoint-Artifact.
2012-05-23 Raimund Renkert Introduced theme groups and added new service to get themes filtered by name.
2012-05-23 Felix Wolfsteller Modify Cross-Section DC conf to allow loading of waterlevels, fixations and heightmarks.
2012-05-23 Felix Wolfsteller Cosmetics in winfo state xml.
2012-05-22 Felix Wolfsteller More debugging of discharge curve issue.
2012-05-22 Felix Wolfsteller More debugging of discharge-curve issue.
2012-05-22 Felix Wolfsteller Adjusted dc conf.
2012-05-22 Felix Wolfsteller Handle 'classical' discharges, theoretically.
2012-05-22 Felix Wolfsteller Add cross-section output to dischargelong.section.
2012-05-22 Sascha L. Teichmann Added Fix calculation.
2012-05-22 Felix Wolfsteller Cosmetics.
2012-05-22 Sascha L. Teichmann Fixings: Adjusted ui providers to make parameter names unique in client.
2012-05-22 Sascha L. Teichmann Fixings state access: Added more debug putput
2012-05-22 Sascha L. Teichmann Fixing analysis: Access to state data.
2012-05-22 Sascha L. Teichmann Make start/end parameter names unique in fixing artifacts.
2012-05-22 Felix Wolfsteller Added skeleton for gauge discharge curves.
2012-05-21 Felix Wolfsteller Allow loading of previous reference curves.
2012-05-21 Felix Wolfsteller Prepare reference curve dc conf.
2012-05-21 Raimund Renkert Added i18n strings for fix analysis.
2012-05-21 Raimund Renkert Adjusted fixings transitions and implemented event select state.
2012-05-21 Felix Wolfsteller Include km in duration curve facets names.
2012-05-21 Felix Wolfsteller Allow to load previous DurationCurves and fixations in Dur.C. via DC.
2012-05-18 Ingo Weinzierl Only offer soundings that fit to the current km range in MINFO bed height workflow.
2012-05-18 Ingo Weinzierl Added chart generator for middle bed height charts.
2012-05-18 Ingo Weinzierl Added an exporter for middle bed height values.
2012-05-18 Ingo Weinzierl Start MINFO middle bed height calculation in the relevant state and creates facets for chart and csv.
2012-05-18 Ingo Weinzierl Implemented SoundingsSelect.getOptions() and SoundingsSelect.getLabelFor().
2012-05-16 Felix Wolfsteller More stable legend item aggregation.
2012-05-16 Felix Wolfsteller Cosmetics (docs).
2012-05-16 Ingo Weinzierl Added states and improved transition model for MINFO middle bed height calculation.
2012-05-16 Ingo Weinzierl Adapted the dynamic DESCRIBE creation of MultiIntArrayState to be able to use default mechanisms in FLYS client.
2012-05-16 Sascha L. Teichmann Deliver description on events instead of names in fixing overview.
2012-05-16 Ingo Weinzierl Create chart facets for flow velocity calculation and a chart generator for this.
2012-05-16 Ingo Weinzierl Improved the MultiIntArrayState, so the clients are able to display human readable strings for parameters and its values.
2012-05-16 Ingo Weinzierl Added new i18n strings for MINFO states.
2012-05-16 Ingo Weinzierl Finalized the CSV export of MINFO flow velocity calculation.
2012-05-16 Ingo Weinzierl Added state, calculation and csv exporter for MINFO flow velociy calculation.
2012-05-16 Ingo Weinzierl Moved the implementation of getDataAsDouble() from concrete Artifacts into FLYSArtifact.
2012-05-15 Raimund Renkert Changed data type for state 'eventselect' in fix-analysis.
2012-05-15 Sascha L. Teichmann Removed superfluous imports.
2012-05-15 Raimund Renkert Implemented states for fix-analysis.
2012-05-15 Raimund Renkert Fixed constructor in class 'Function'.
2012-05-15 Ingo Weinzierl Improved the states for MINFO flow velocity calculation.
2012-05-14 Sascha L. Teichmann Added model to store fitting results into cache.
2012-05-14 Ingo Weinzierl Removed the unused computeFeed() from ComputationRangeState to make this State ready to use it in MINFO calculations.
2012-05-14 Ingo Weinzierl Started module MINFO (MINFOArtifact, state to choose calculations, configurations).
2012-05-13 Felix Wolfsteller Removed unused code.
2012-05-13 Felix Wolfsteller Added documentation.
2012-05-13 Felix Wolfsteller Add duration_curve.q loading via datacage.
2012-05-11 Felix Wolfsteller Show HYKS in datacage also in non-recommendation mode.
2012-05-11 Felix Wolfsteller Improved middle height calculations.
2012-05-11 Felix Wolfsteller Progressed area calculation while line computation a bit.
2012-05-11 Felix Wolfsteller Added accidentally ommitted changes.
2012-05-11 Felix Wolfsteller Fix water-through-mountain in cross sections.
2012-05-10 Ingo Weinzierl Added support for WMS gauges in floodmaps and maps.
2012-05-10 Ingo Weinzierl Improved datacage configuration for floodmaps and maps and modified the WMS layer artifacts to support names for layers.
2012-05-10 Ingo Weinzierl Added a PROJECTION section for all missing mapserver templates.
2012-05-10 Felix Wolfsteller Minor refactoring, docs.
2012-05-10 Ingo Weinzierl Added a Mapserver PROJECTION section into the shapefile template.
2012-05-10 Felix Wolfsteller Minimal doc, TODO.
2012-05-10 Felix Wolfsteller Fix issue620: synchron navigation at impossible km.
2012-05-10 Felix Wolfsteller Minimal cosmetics.
2012-05-10 Felix Wolfsteller More stable waterlinefacet, in prep for fix issue620.
2012-05-09 Felix Wolfsteller Corrected date in ChangeLog entry.
2012-05-09 Felix Wolfsteller Added and respect theme prop whether or not to display (not yet calculated) middle height.
2012-05-09 Felix Wolfsteller Beginnings of mittlere hoehe calculation.
2012-05-08 Ingo Weinzierl Modified floodmap specific datacage configuration and improved WMS hws layer.
2012-05-08 Ingo Weinzierl Modified floodmap specific datacage configuration and improved WMS catchment layer.
2012-05-08 Ingo Weinzierl Modified configuration of facets for 'map' and theme for floodmap lines.
2012-05-08 Ingo Weinzierl Added a PROJECTION section to all db mapserver layers.
2012-05-07 Raimund Renkert Modified states and added new state for fixing analysis.
2012-05-04 Felix Wolfsteller Respect area label bg text style, draw label roughly at centroid of polygons (sofar, better but not yet good).
2012-05-03 Felix Wolfsteller Allow basic and styled area labels, yet on static position within plot.
2012-05-03 Felix Wolfsteller More concrete Area theme. Experimentally disabled duplicate Lines theme.
2012-05-03 Felix Wolfsteller Fix area creation.
2012-05-03 Felix Wolfsteller Added and respect two new properties of waterlevels in cross-sections.
2012-05-03 Felix Wolfsteller Respect show line label bg setting.
2012-05-03 Ingo Weinzierl Added 'helpText' fields to the transition model.
2012-05-02 Felix Wolfsteller Respect colors of theme for linelabels.
2012-05-02 Felix Wolfsteller Actually use font specified in theme document for linelabel.
2012-05-02 Felix Wolfsteller Change default for showbg of linelabel theme.
2012-05-02 Felix Wolfsteller Cosmetic, added annotation.
2012-05-02 Felix Wolfsteller Parse more theme properties for linelabels.
2012-05-02 Sascha L. Teichmann Make it compilable again after signature change in backend.
2012-04-27 Felix Wolfsteller Cosmetics, doc.
2012-04-27 Felix Wolfsteller Added accidentally ommitted File in last commit.
2012-04-27 Felix Wolfsteller Added DataType for lines that also stores width, use it. Added HasLabel interface for some series.
2012-04-26 Raimund Renkert Initial transition configuration and artifact/state stubs for fixation
2012-04-26 Sascha L. Teichmann Add method to calculate length of water lines.
2012-04-26 Felix Wolfsteller Most of issue454: Label waterlines.
2012-04-26 Felix Wolfsteller Let theme define whether or not to display a (yet static) label for line).
2012-04-26 Felix Wolfsteller Cosmetics, doc.
2012-04-25 Sascha L. Teichmann Checked in out dated version of outlier test.
2012-04-25 Sascha L. Teichmann Added simple Grubb's outlier test.
2012-04-25 Felix Wolfsteller Stub for labeling dataseries in EnhancedLineAndShapeRenerer.
2012-04-25 Felix Wolfsteller Added accidentally ommitted ChangeLog entry for last commit.
2012-04-25 Felix Wolfsteller Cosmetics, added doc, TODO and OPTIMIZE to Enhanced*Renderer.
2012-04-25 Sascha L. Teichmann Make file upload cross platform.
2012-04-25 Sascha L. Teichmann Make it compilable again.
2012-04-25 Raimund Renkert Issue 657.
2012-04-19 Raimund Renkert Issue 560.
2012-04-18 Raimund Renkert Issue 560.
2012-04-18 Sascha L. Teichmann Removed superfluous imports.
2012-04-18 Raimund Renkert Styles are now available for manual points in historical discharge charts.
2012-04-18 Raimund Renkert Fixed duplicated legend entry for manual points.
2012-04-18 Raimund Renkert Issue 494.
2012-04-17 Sascha L. Teichmann Improve XSL transformation for fixings overview output.
2012-04-13 Raimund Renkert Issue 528, 637.
2012-04-13 Raimund Renkert Small fixes in pdf templates for reference curve export.
2012-04-12 Raimund Renkert Issue 528, 637.
2012-04-12 Raimund Renkert Issue 528, 637.
2012-04-11 Sascha L. Teichmann check-i18n-properties.py: Checked in unsaved version.
2012-04-11 Raimund Renkert Issue 656.
2012-04-11 Sascha L. Teichmann Added consistency checker for i18n properties files.
2012-04-11 Sascha L. Teichmann Generate error message when more than one Q is found for given Q in "W auf freier Strecke".
2012-04-11 Raimund Renkert Fixed step calculation in W/Q range input mode.
2012-04-06 Sascha L. Teichmann Fixed the fixings columns caching problem.
2012-04-05 Sascha L. Teichmann FixingsKMChartService.java: Small fixes.
2012-04-05 Sascha L. Teichmann FixingsKMChartService: Generate chart and deliver the image as the response of the service.
2012-04-05 Sascha L. Teichmann Loaded columns of fixings from database and store them into the cache.
2012-04-05 Raimund Renkert Fix for 'W free' validation and theme names.
2012-04-05 Raimund Renkert Issue 499.
2012-04-05 Ingo Weinzierl Defined a style for WSPLGEN layers which are now modifiable.
2012-04-04 Sascha L. Teichmann More code for the fixings km chart service.
2012-04-04 Sascha L. Teichmann Added service to generate a chart of fixings for given river and km applied
2012-04-04 Sascha L. Teichmann Fixed NPE bug in filter builder for fixings overview.
2012-04-04 Sascha L. Teichmann Squashed performance bug introduced in rev4070. Now CSV export is about 245 times faster.
2012-04-03 Sascha L. Teichmann Join nodes in Q tree if they span a continuous interval and have same Qs.
2012-04-03 Sascha L. Teichmann Added cacheable model for fixing column.
2012-04-03 Sascha L. Teichmann Little optimization when fetching q ranges for single columns of wsts.
2012-04-03 Sascha L. Teichmann Refactored the code of the fixings filter building to be useful in more cases.
2012-04-03 Sascha L. Teichmann Abjusted services to new hierachy.
2012-03-30 Ingo Weinzierl #460 Fixed duplicated Outputs in DESCRIBE documents.
2012-03-29 Ingo Weinzierl #366 Display correct descriptions in legend panel of charts.
2012-03-28 Ingo Weinzierl #362 Adjusted text color of w and q main values for computed discharge curves.
2012-03-23 Sascha L. Teichmann Applied patch from flys/issue639
2012-03-22 Felix Wolfsteller Add textorientation to Hyk themes.
2012-03-22 Felix Wolfsteller Fix flys/issue491 (areas over axis stop at zero).
2012-03-20 Raimund Renkert Issue 506.
2012-03-20 Ingo Weinzierl #544 Added a service that allows querying gauge information.
2012-03-20 Ingo Weinzierl Improved selecting discharge tables for historical discharge calculation.
2012-03-20 Ingo Weinzierl #146 Removed discharge curve at gauge from WINFO transition model.
2012-03-20 Ingo Weinzierl #252 Added numeric value of a named main value into the WST export.
2012-03-16 Ingo Weinzierl Fixed broken Floodmaps in datacage for floodmap output.
2012-03-16 Raimund Renkert Remove unnecessary outputs from attributes instead of copying outs to
2012-03-16 Ingo Weinzierl Tagged trunk of module 'flys-artifacts' as 'pre2.7-2012-03-16'.
2012-03-16 Ingo Weinzierl Removed useless imports.
2012-03-16 Ingo Weinzierl #523 Improved the look of minimum and maximum shapes in chart series.
2012-03-15 Ingo Weinzierl #522 Modified axes creation: label and tick label fonts will now always be the same.
2012-03-15 Raimund Renkert Changed wrong issue number.
2012-03-15 Raimund Renkert Issue 459.
2012-03-15 Ingo Weinzierl Removed references to Range and replaced those with references to Bounds in ChartGenerators.
2012-03-14 Ingo Weinzierl Enabeld axes label font sizes for timeseries charts.
2012-03-14 Raimund Renkert Issue 640.
2012-03-09 Felix Wolfsteller Stubby legend aggregation.
2012-03-08 Ingo Weinzierl Fixed broken XML syntax in themes.xml
2012-03-08 Ingo Weinzierl Modified the datacage structure of 'floodmaps'.
2012-03-08 Ingo Weinzierl Added a new Artifact for loading existing 'floodmaps' via datacage.
2012-03-08 Ingo Weinzierl Improved the datacage configuration to serve floodmaps.
2012-03-05 Ingo Weinzierl #566 Improved german translation.
2012-03-05 Felix Wolfsteller Partial fix flys/issue 528 (csv of reference curves. pdf missing).
2012-03-05 Felix Wolfsteller Fixed column order.
2012-03-05 Felix Wolfsteller Stub to export the 'W (cm)' column of reference curves conditionally on Gauge presence.
2012-03-05 Felix Wolfsteller New utility to handle more dynamically long csv exported rows.
2012-03-01 Felix Wolfsteller Fix flys/issue501 (manual points have two legend entries).
2012-03-01 Felix Wolfsteller Fix flys/issue636 (cross-section: name of waterlevel facets).
2012-03-01 Felix Wolfsteller Partial fix flys/issue615, adjusted datacage conf.
2012-03-01 Felix Wolfsteller Partial Dontcrash on flys/issue647 (NaNs from WstValueTable interpolation).
2012-03-01 Felix Wolfsteller Cosmetics, docs.
2012-02-27 Sascha L. Teichmann Added functions to be used for fitting in the "Fixierungsanalyse" and "Extremwertermittlung".
2012-02-27 Felix Wolfsteller Added ommitted i18n.
2012-02-27 Felix Wolfsteller fix flys/issue638 (area between certain datatypes).
2012-02-27 Felix Wolfsteller Partial fix flys/issue637 (wording).
2012-02-21 Sascha L. Teichmann FixingsOverview: Added XSL transformation which directly converts the output of the fixings overview service into an HTML representation.
2012-02-20 Sascha L. Teichmann FixingsOverviewService: Made the filter mechanisms available via the incoming XML document.
2012-02-20 Sascha L. Teichmann FixingsOverview: Added a filter mechanism for generating output.
2012-02-20 Sascha L. Teichmann FixingsOverview: Construct the Q sectors once.
2012-02-19 Sascha L. Teichmann Service to generate the data needed to build the "Fixerungen pro Fluss Uebersicht"
2012-02-17 Sascha L. Teichmann WstValueTable: Forget to check in the range method of getMinMaxQ().
2012-02-17 Sascha L. Teichmann WstValueTable: Symmetrical to getMinMaxW() add two methods to find min/max Q for a given
2012-02-17 Sascha L. Teichmann WstValueTable: Added method to find the w extent for a given km range.
2012-02-17 Sascha L. Teichmann WstValueTable: Added method to find the w extent for a given km.
2012-02-17 Raimund Renkert Renamed state data fields for W/Q input.
2012-02-17 Raimund Renkert Write the gauge description instead of the Q value to CSV file.
2012-02-17 Ingo Weinzierl Apply legend specific settings (show/hide) in timeseries charts.
2012-02-17 Ingo Weinzierl Some refactoring in chart creation; timeseries charts are now able to apply plot specific settings as well.
2012-02-16 Raimund Renkert Refactored the wq data fields.
2012-02-16 Sascha L. Teichmann Fixed W->Q conversion for "W fuer ungleichwertige Abflusslaengsschnitte."
2012-02-16 Ingo Weinzierl #509 Set the lower bounds of duration curves Q axis to 0 if no zoom has taken place.
2012-02-16 Felix Wolfsteller Removed not needed function from interface.
2012-05-29 Ingo Weinzierl Merged revisions 4541,4544 via svnmerge from
2012-05-28 Ingo Weinzierl Merged revisions 4541 via svnmerge from
2012-05-27 Ingo Weinzierl Merged revisions 4533 via svnmerge from
2012-05-24 Raimund Renkert Issue 671.
2012-05-24 Raimund Renkert Resized the km spinner for cross section themes.
2012-05-24 Raimund Renkert Set the facet and the index to valid values.
2012-05-24 Felix Wolfsteller Cosmetics.
2012-05-23 Raimund Renkert Added fixanalysis artifact.
2012-05-23 Raimund Renkert Added a style chooser to the style editor to provide predefined styles and
2012-05-22 Sascha L. Teichmann Removed superfluous imports.
2012-05-22 Sascha L. Teichmann FixPeriodPanel: Make the names of state parameters configurable by constructor.
2012-05-21 Raimund Renkert New methods in UI providers for fixings states and minor protocol changes.
2012-05-21 Raimund Renkert Changed data field 'name' to 'description' in fix overview.
2012-05-21 Raimund Renkert Added an int data item used in int array data and added getter that returns
2012-05-18 Ingo Weinzierl Added i18n csv export and chart title for MINFO bed height calculation.
2012-05-16 Ingo Weinzierl Added missing StringOptionsData class from last commit.
2012-05-16 Ingo Weinzierl Added new Data type StringOptionsData; allow this Data type for ParameterMatrixPanel.
2012-05-16 Sascha L. Teichmann Fixing overview: Render the Q class to the title of the sectors of the events.
2012-05-16 Sascha L. Teichmann Fixing overview XSLT: Make the description of the event the title of the date column cells.
2012-05-16 Ingo Weinzierl Added i18n strings for flow velocity chart output.
2012-05-16 Ingo Weinzierl Implemented ParameterMatrixPanel.createOld() and added a real 'description' to Data instances in DataFactory.
2012-05-16 Ingo Weinzierl Added i18n titles for flow velocity export.
2012-05-15 Raimund Renkert Changed some data types in states and filter and added new preprocessing state
2012-05-15 Ingo Weinzierl Implemented ParameterMatrixPanel.getData().
2012-05-15 Ingo Weinzierl Revert last commit which contains configuration modifications.
2012-05-15 Ingo Weinzierl Implemented ParameterMatrixPanel.getData().
2012-05-14 Felix Wolfsteller Fix fixation analysis module select.
2012-05-14 Ingo Weinzierl Added a new UIProvider that renders a matrix of checkboxes for user input.
2012-05-14 Ingo Weinzierl Added a MINFOArtifact and improved the DistancePanel.
2012-05-14 Sascha L. Teichmann Call MapFish Printer via servlet to evade viral GPLv3.
2012-05-13 Felix Wolfsteller i18n for datacage/computed discharge curves.
2012-05-11 Raimund Renkert Added filter object class and scrollable chart to helper panel.
2012-05-11 Felix Wolfsteller Fixed a i18n string.
2012-05-10 Sascha L. Teichmann Fixed problem with selecting the wrong map scale for printing.
2012-05-09 Felix Wolfsteller More input checks with kmspinner.
2012-05-09 Felix Wolfsteller Fix issue652: spinner input.
2012-05-09 Felix Wolfsteller Added i18n strings for new showmiddleheight theme property.
2012-05-09 Sascha L. Teichmann map print: Simplified config.
2012-05-09 Sascha L. Teichmann map print: add legend
2012-05-09 Sascha L. Teichmann Added zoom listener a adjust the print link bbox.
2012-05-09 Sascha L. Teichmann map print: generate valid url to access service.
2012-05-08 Sascha L. Teichmann Added link to print map.
2012-05-07 Sascha L. Teichmann Printing: extract layer order and visibility from collections describe.
2012-05-07 Raimund Renkert First part of the UI for fixing analysis parameter.
2012-05-04 Sascha L. Teichmann Generate map print spec dynamically from artifact
2012-05-04 Sascha L. Teichmann Added GET parameters to map printer
2012-05-04 Sascha L. Teichmann Call MapPrinter directly and not via the MapFish Print servlet.
2012-05-03 Felix Wolfsteller Added new i18n strings for theme properties of waterlevel labels in cs.
2012-05-03 Ingo Weinzierl Create a link to an online help page and put it in front of the input panels.
2012-05-02 Felix Wolfsteller Define order for linelabel theme properties.
2012-05-02 Felix Wolfsteller Added i18 for linelabel theme property strings.
2012-04-27 Sascha L. Teichmann Removed superfluous imports.
2012-04-26 Sascha L. Teichmann Added dependency to MapFish Print
2012-04-26 Felix Wolfsteller Added i18n for showlinelabel theme prop.
2012-04-25 Raimund Renkert Issue 657.
2012-04-20 Sascha L. Teichmann Added the XSL transformation to generate the fixings overview.
2012-04-20 Sascha L. Teichmann Fixed incorrect servlet mapping.
2012-04-20 Felix Wolfsteller Fix imports.
2012-04-20 Felix Wolfsteller Improve km-Spinner behaviour, allow text input (alpha).
2012-04-19 Sascha L. Teichmann Added stub for fixings overview service.
2012-04-19 Sascha L. Teichmann Added new proxy servlet to bridge the fixing km chart requests to the artefact server.
2012-04-18 Raimund Renkert Adjusted the GetFeatureInfoWindow layout.
2012-04-18 Sascha L. Teichmann Removed superflous imports.
2012-04-18 Felix Wolfsteller Replace spinnerItem by custom implementation to switch km in cross sections, but regress.
2012-04-18 Felix Wolfsteller Small fix for retrieving closest km.
2012-04-18 Raimund Renkert Open the ManualDatePointsEditor from context menu if chart is a historical
2012-04-17 Felix Wolfsteller Cosmetics.
2012-04-17 Felix Wolfsteller Cosmetics.
2012-04-17 Felix Wolfsteller Fix issue462 (manualpointseditor npe when doubleclicking).
2012-04-17 Raimund Renkert Issue 494.
2012-04-13 Raimund Renkert Issue 424.
2012-04-12 Raimund Renkert Issue 502.
2012-04-11 Raimund Renkert Added missing i18n strings and removed duplicates.
2012-04-11 Raimund Renkert Issue 492.
2012-04-11 Raimund Renkert Fixed range input for 'W free'.
2012-04-05 Raimund Renkert Issue 499.
2012-04-04 Ingo Weinzierl Prepared the style editor for WSPLGEN themes.
2012-04-04 Ingo Weinzierl Replaced FLYS specific icon set.
2012-04-02 Ingo Weinzierl #556 Made GetFeatureInfoWindow modal.
2012-03-30 Ingo Weinzierl Take care on nullpointers in the MapToolbar because the info button is not always enabled.
2012-03-20 Raimund Renkert Issue 506.
2012-03-20 Ingo Weinzierl Added the WQ tables to the helper panel of the WQSimpleArrayPanel.
2012-03-20 Ingo Weinzierl Added a new RPC service to fetch gauge information.
2012-03-20 Ingo Weinzierl Added new model classes for gauges.
2012-03-20 Felix Wolfsteller Disable spinnerbox if theme is disabled.
2012-03-20 Felix Wolfsteller Make synchron navigation of CrossSections a per-theme option, not global one.
2012-03-20 Felix Wolfsteller i18n and moved reference selectbox for cross section master to top.
2012-03-20 Felix Wolfsteller Fix flys/issue462
2012-03-20 Ingo Weinzierl #204 Modified i18n strings in WQD table.
2012-03-19 Ingo Weinzierl Configured more external WMS services for floodmaps.
2012-03-16 Raimund Renkert Issue 493.
2012-03-16 Ingo Weinzierl Tagged module 'flys-client' as 'pre2.7-2012-03-16'.
2012-03-15 Raimund Renkert Issue 630.
2012-03-14 Raimund Renkert Issue 508.
2012-03-13 Raimund Renkert Issue 514.
2012-03-13 Raimund Renkert Issue 616.
2012-03-08 Raimund Renkert Issue 563.
2012-03-08 Raimund Renkert Issue 553.
2012-03-08 Ingo Weinzierl Added i18n strings used in the floodmaps section of the datacage.
2012-03-05 Ingo Weinzierl Deactivate measure control when activating GetFeatureInfo control and reverse.
2012-03-05 Ingo Weinzierl Made GetFeatureInfo request available for maps with one layer only.
2012-03-05 Ingo Weinzierl Deactivate GetFeatureInfo button if another toggle button is pressed.
2012-03-05 Ingo Weinzierl Removed the scrollbar placeholder of the project list.
2012-03-05 Ingo Weinzierl Removed the scrollbar gap in the theme panels.
2012-03-05 Ingo Weinzierl Added I18N string for digital elevation models.
2012-03-02 Felix Wolfsteller Partial fix flys/issue624 (removing cross section).
2012-03-02 Felix Wolfsteller Fix issue621 (areas against removed themes).
2012-03-01 Ingo Weinzierl #557 Fixed wrong i18n string for tooltip in map controls.
2012-03-01 Ingo Weinzierl #558 Reload GetLegendGraphics images when changing the style of a map layer.
2012-03-01 Ingo Weinzierl #555 Close existing GetFeatureInfoWindows before creating new ones.
2012-03-01 Ingo Weinzierl Query GetFeatureInfo for active layers only.
2012-03-01 Ingo Weinzierl Removed the Collection's UUID from CollectionView's title.
2012-03-01 Raimund Renkert Issue 572.
2012-03-01 Ingo Weinzierl Display better message for empty datacages.
2012-03-01 Raimund Renkert Fixed Issue 498.
2012-03-01 Felix Wolfsteller fix flys/issue613 . cap max point size.
2012-02-17 Raimund Renkert Renamed state data fields for W/Q input.
2012-02-17 Ingo Weinzierl #459 Take the current zoom into account for chart exports.
2012-02-17 Ingo Weinzierl Removed server url from chart image link.
2012-02-17 Ingo Weinzierl Print debug messages for zoom values in ChartOutputServiceIMpl.
2012-02-16 Raimund Renkert Refactored the wq input data fields.
2012-02-16 Ingo Weinzierl Modified german translation of qps in floodmap datacage.
2012-09-28 Thomas Arendsen Hein merged flys-backend/2.6.1 2.6.1
2012-02-14 Sascha L. Teichmann flys/issue499: Sort the values of the discharge table by Q.
2012-09-28 Thomas Arendsen Hein merged flys-artifacts/2.6.1
2012-02-17 Ingo Weinzierl Picked rev 4070,4074,4076,4080 from trunk.
2012-02-17 Ingo Weinzierl Picked rev 4058,4063,4065,4068,4069 from trunk.
2012-02-16 Ingo Weinzierl Picked rev4061 from trunk.
2012-02-16 Felix Wolfsteller Fix flys/issue150 ('water increasing').
2012-02-16 Ingo Weinzierl Fixed broken HYKs in crosssection charts for river Mosel.
2012-02-14 Sascha L. Teichmann Another partial fix for flys/issue499: Do the W to Q conversions
2012-02-14 Felix Wolfsteller Added accidentally ommitted ChangeLog entry.
2012-02-14 Felix Wolfsteller Partial Fix flys/issue500: text-orientation for texts.
2012-02-13 Sascha L. Teichmann Partial fix for flys/issue499
2012-02-13 Sascha L. Teichmann Make it compileable again
2012-02-13 Felix Wolfsteller Partial Fix flys/issue500: Text-background for manual points.
2012-02-13 Felix Wolfsteller Partial fix flys/issue500 (text bg of some annotations).
2012-02-13 Felix Wolfsteller Fix flys/issue490 (text for manual points).
2012-02-10 Sascha L. Teichmann 'Reduzierte Bezugslinien' make the code more self explaining.
2012-02-10 Ingo Weinzierl Bugfix: Take care on empty ArtifactAndFacet objects in doAnnotations().
2012-02-10 Sascha L. Teichmann 'Bezugslinien': normalized reference curve is now derived from reference curve.
2012-02-10 Sascha L. Teichmann 'Bezugslinien': Added axis labels matching the displayed data.
2012-02-10 Ingo Weinzierl Fixed broken PDF export for historical discharge curves.
2012-02-10 Felix Wolfsteller Towards fixe of flys/issue495.
2012-02-10 Sascha L. Teichmann 'Bezugslinienverfahren': Fix the index bug.
2012-02-10 Sascha L. Teichmann 'Bezugslinienverfahren': Improve the error messages even more.
2012-02-10 Sascha L. Teichmann 'Bezugslinienverfahren': Forget to put new created WWAxisType onto blackboard.
2012-02-10 Felix Wolfsteller Adjust linear function offset.
2012-02-10 Ingo Weinzierl Enabled zooming for timeseries charts.
2012-02-10 Ingo Weinzierl Improved the interface and implementations of Bounds.
2012-02-10 Ingo Weinzierl New abstract methods in ChartGenerator and moved a method from ChartGenerator to XYChartGenerator.
2012-02-10 Ingo Weinzierl Small improvements in model classes for Bounds.
2012-02-10 Sascha L. Teichmann Give more precise message when an error occurs in W~W relation.
2012-02-10 Ingo Weinzierl Some API changes in ChartGenerator and XYChartGenerator for fetching user specified zoom values.
2012-02-10 Ingo Weinzierl Added chart helper function to determine the min and max bounds (x and y) for TimeSeriesCollections.
2012-02-10 Ingo Weinzierl Removed useless imports.
2012-02-17 Ingo Weinzierl Picked rev4066,4075 from trunk.
2012-02-17 Ingo Weinzierl Picked rev 4059,4071,4072,4073 from trunk.
2012-02-16 Ingo Weinzierl Tagged trunk of module flys-client as 2.6.1
2012-02-14 Sascha L. Teichmann flys/issue499: Deactivate validation for 'W am Pegel'
2012-02-13 Sascha L. Teichmann Another partial fix/workaround for flys/issue499.
2012-02-13 Sascha L. Teichmann Client side fix for flys/issue499. There is an server issue, too.
2012-09-28 Thomas Arendsen Hein merged flys-backend/2.6 2.6
2012-02-09 Ingo Weinzierl Added a method Gauge.fetchMasterDischargeTable() to retrieve the discharge table with kind = 0.
2012-02-06 Felix Wolfsteller River: (fix) Renamed function which is not a getter.
2012-02-03 Sascha L. Teichmann Added a method to build a map from gauge stations to the datums of the gauges.
2012-01-19 Sascha L. Teichmann Added meachnism to backend to fetch all annotation related data in one go.
2012-01-18 Ingo Weinzierl Added a function Gauge.getGaugeByOfficialNumber() that returns a Gauge based on its official number.
2012-01-17 Sascha L. Teichmann Create fast cross section lines in the backend now.
2012-01-16 Sascha L. Teichmann CrossSection: Added method to extract the lines of a given km range.
2012-01-16 Sascha L. Teichmann CrossSectionLine: Simplified creation of Point2Ds.
2012-01-10 Sascha L. Teichmann Make parsing of official numbers out of STA files being enabled with new system property.
2012-01-05 Sascha L. Teichmann backend: Fixed spatial table hws.
2012-01-05 Ingo Weinzierl Modified the signature of RiverAxis.getRiverAxis() which now returns a list of RiverAxis objects instead of a single instance.
2012-01-03 Ingo Weinzierl Added a new method Wst.determineMinMaxQFree() to determine the min/max Qs at a given kilometer.
2012-01-02 Sascha L. Teichmann Removed "NOT NULL" constraint from gauges.range_id because there are gauges which dont have a Gueltigkeitsbereich.
2011-12-28 Ingo Weinzierl Added a new method Wst.determineMinMaxQ(double,double).
2011-12-19 Sascha L. Teichmann Added support for official gauge numbers.
2011-11-30 Bjoern Schilberg doc/schema/oracle-spatial.sql: Adjust extent of germany to EPSG:31467 (GK3) coordinates.
2011-11-30 Bjoern Schilberg doc/schema/oracle-spatial.sql: Adjusted extent to the extent of germany and srs to 31467 in USER_SDO_GEOM_METADATA.
2011-11-29 Bjoern Schilberg Fixed oracle_create_user.sql script: Fixed notation of the table in the alter statement.
2011-11-18 Sascha L. Teichmann Fixed flys/issue415: Increased precision of a and b in ranges.
2011-11-10 Ingo Weinzierl Added functions that return lists of Buildings/Fixpoints to according classes.
2011-11-10 Ingo Weinzierl Adapted 'lines' relation and made lines queryable for a given river.
2011-11-09 Ingo Weinzierl Added and registered a model Catchment for 'catchment' relation.
2011-11-09 Ingo Weinzierl Added model for 'hws' relation and synced postgis with oracle spatial schema.
2011-11-09 Ingo Weinzierl Added some functions that return information about the db connection used by the current database session.
2011-11-09 Ingo Weinzierl Made flys-backend compatible with oracle spatial.
2011-11-01 Ingo Weinzierl Added model class for relation 'river_axes_km'.
2011-10-25 Bjoern Schilberg Added explizit TABLESPACE definition for the user.
2011-10-25 Bjoern Schilberg Adjusted oracle_create_user.sql script. Added USER SQL snippet to change tablespace to users.
2011-10-24 Sascha L. Teichmann Added date guesser for WST columns.
2011-10-24 Bjoern Schilberg Adjusted geometry type for floodplain and hws in AddGeometryColumn.
2011-10-19 Bjoern Schilberg Added missing views (wst_value_table,wst_w_values,wst_q_values).
2011-10-18 Bjoern Schilberg Removed all CREATE OR REPLACE TRIGGER statements.
2011-10-17 Bjoern Schilberg Adjusted NUMBER format for units, positions and cross_section_points tables.
2011-10-11 Bjoern Schilberg Fixed errors.
2011-10-10 Bjoern Schilberg Adjust oracle schema [I382]
2011-10-10 Felix Wolfsteller Removed obsolete imports.
2011-10-05 Sascha L. Teichmann units table: Added update statements for existing databases
2011-10-05 Ingo Weinzierl Added a schema dump shell script.
2011-10-04 Ingo Weinzierl Removed the Unit from Wsts - added a WstUnit column to rivers.
2011-10-04 Ingo Weinzierl Added db table, model class and importer stuff for units.
2011-10-04 Ingo Weinzierl Bugfix: #333 Improved determination of reference gauge based on start km.
2011-09-28 Felix Wolfsteller Extracted StringUtil.wWrap method from WaterlevelSelectState .
2011-09-28 Felix Wolfsteller Added 'unbracket' StringUtil method (extracted from WaterlevelSelectState).
2011-09-27 Sascha L. Teichmann CrossSectionLine: Moved some logic from cross section demo app to this model.
2011-09-26 Ingo Weinzierl Added function to retrieve nearest CrossSectionTrack to a given kilometer.
2011-09-23 Bjoern Schilberg Added missing schemas.
2011-09-23 Bjoern Schilberg Harmonized oracle and postgresql spatial schema.
2011-09-22 Bjoern Schilberg Harmonized Extent for Saar and Mosel. Some cleanups.
2011-09-22 Ingo Weinzierl Added code and a system property 'flys.backend.enablejmx=true' to enable JMX support for hibernate.
2011-09-21 Bjoern Schilberg Added right to create views.
2011-09-20 Bjoern Schilberg Generalized oracle spatial schema.
2011-09-19 Ingo Weinzierl Tagged RELEASE 2.5 of flys-backend.
2012-09-28 Thomas Arendsen Hein merged flys-artifacts/2.6
2012-02-10 Ingo Weinzierl Picked rev4038 from trunk to stop Annotations break chart rendering.
2012-02-10 Ingo Weinzierl Picked rev4034 from trunk.
2012-02-10 Ingo Weinzierl Picked changes r4015:4026 from trunk.
2012-02-10 Felix Wolfsteller Add W(cm) column to csv export of reference curves.
2012-02-09 Ingo Weinzierl Added standalone demo application that prints all layers of a WMS to file.
2012-02-09 Ingo Weinzierl Added new model classes that should be used for axes range adaption later.
2012-02-09 Sascha L. Teichmann 'Bezugslinienverfahren': Generate valid i18n names for datasets.
2012-02-09 Ingo Weinzierl #485 Fixed broken renaming of chart themes.
2012-02-09 Felix Wolfsteller Changed dashes in entitie names to underscores.
2012-02-09 Sascha L. Teichmann Fixed problems with incluing zeros in reference curves.
2012-02-09 Felix Wolfsteller Allow manual points in new charts.
2012-02-09 Ingo Weinzierl Enabled styling in timeseries charts.
2012-02-09 Sascha L. Teichmann ChangeLog: forget to commit
2012-02-09 Felix Wolfsteller Added area facet to compatibility list of new charts longitudinal section output.
2012-02-09 Felix Wolfsteller Avoid that annotations like the ones used for hyks prevent manual point text annotation rendering.
2012-02-09 Ingo Weinzierl Added themes for discharge curves and difference curves in historical discharge curve charts.
2012-02-09 Sascha L. Teichmann Be more conservative about arrays and indices in "Bezugslinienverfahren".
2012-02-09 Ingo Weinzierl Some bugfixes and improvements in the calculation of historical discharge curves.
2012-02-09 Felix Wolfsteller Fix call to StringUtils.join .
2012-02-09 Felix Wolfsteller Added i18n string for waterlevels.
2012-02-09 Felix Wolfsteller Format multiple double values with a locale.
2012-02-09 Ingo Weinzierl Compute differences between discharge table values and reference discharge table values in historical discharge curve calculation.
2012-02-09 Raimund Renkert Added PDF export to reference curve calculation.
2012-02-09 Sascha L. Teichmann Prevent duplicates in end kms for reference curve calculation.
2012-02-09 Felix Wolfsteller Renamed data item names to allow translations.
2012-02-08 Felix Wolfsteller Better description for reference curve facets (seen in client).
2012-02-08 Felix Wolfsteller Prepare new data input for reference curves 'Ziel' locations.
2012-02-08 Sascha L. Teichmann Error report: Format kms in error reports at least with one digit after the decimal separator.
2012-02-08 Ingo Weinzierl #483 Display error message in calculation report for empty historical discharge calculations.
2012-02-08 Sascha L. Teichmann Fix flys/issue468 (Fehler beim Projekt-Duplizieren)
2012-02-08 Felix Wolfsteller Handle manual points in discharge curve generator.
2012-02-08 Felix Wolfsteller Repair area over cross sections.
2012-02-08 Ingo Weinzierl Put line and text annotations placed at x and y axes into foreground.
2012-02-08 Felix Wolfsteller fix flys/issue474 (manual points in reference curves).
2012-02-08 Felix Wolfsteller Partial fix issue474, i18n.
2012-02-08 Felix Wolfsteller Register style for reference_curve_normalized.
2012-02-08 Ingo Weinzierl Be more merciful for building the URL for the user-wms.
2012-02-08 Felix Wolfsteller Fix flys/issue472. (discharge_curve manualpoints)
2012-02-08 Sascha L. Teichmann Fix flys/issue484
2012-02-08 Felix Wolfsteller Map themes to manualpoint themes.
2012-02-08 Felix Wolfsteller Configuration for manualpoints for cross sections.
2012-02-08 Felix Wolfsteller Commented styling option for show area until area calculation does work.
2012-02-08 Sascha L. Teichmann Calculation error report: i18n the km of the error report.
2012-02-07 Ingo Weinzierl Small bugfix for fetching river annotations.
2012-02-07 Sascha L. Teichmann Added missing config of chart info generator
2012-02-07 Ingo Weinzierl Fixed wrong name of chartinfo generator for historical discharge curves.
2012-02-07 Raimund Renkert Added PDF export for historical discharge curve calculations.
2012-02-07 Felix Wolfsteller Improved CSV export of reference curves, include Qs.
2012-02-07 Felix Wolfsteller Refactored Formatter access to ease reuse.
2012-02-07 Felix Wolfsteller Let reference curve calculation result in wwqq.
2012-02-07 Felix Wolfsteller Log error as warning.
2012-02-06 Sascha L. Teichmann "Bezugslinienverfahren": Do normalisation of reference curves.
2012-02-06 Sascha L. Teichmann "Bezugslinienverfahren": Added missing chart info generator.
2012-02-06 Felix Wolfsteller Fix i18n
2012-02-06 Sascha L. Teichmann "Bezugslinienverfahren": Fetch axis types from call context.
2012-02-06 Sascha L. Teichmann Added generator for "Reduzierte Bezugslinie".
2012-02-06 Raimund Renkert Added service for discharge infos at a specific gauge.
2012-02-06 Sascha L. Teichmann Added config for "reduzierte Bezugslinie".
2012-02-06 Sascha L. Teichmann Added error to winfo.xml report.
2012-02-06 Ingo Weinzierl Set proper bounds for date axes in the chart info document; tell the transformation matrix which type it is (date/number).
2012-02-06 Felix Wolfsteller Extend reference curve export to include km location as string.
2012-02-06 Sascha L. Teichmann "Bezugslinienverfahren": Store Qs of calculation, too.
2012-02-06 Felix Wolfsteller Win fight against svn, added further i18n and slightly more data in reference-curve/csv export.
2012-02-06 Felix Wolfsteller Added more i18n stubs and slightly more data to csv export of reference curves.
2012-02-06 Felix Wolfsteller Added a second Y axis for ReferenceCurveGenerator.q
2012-02-06 Sascha L. Teichmann Return the Qs from the "Bezugslinienverfahren, too."
2012-02-06 Felix Wolfsteller Added a second Y axis for ReferenceCurveGenerator.
2012-02-06 Felix Wolfsteller Added accidentally ommitted ChangeLog.
2012-02-06 Felix Wolfsteller Primitive, incomplete CSV export for reference curves.
2012-02-06 Felix Wolfsteller Minor i18n for reference curve chart added.
2012-02-06 Ingo Weinzierl Added missing HistoricalDischargeCurveInfoGenerator class.
2012-02-06 Ingo Weinzierl Registered an Info generator for historical discharge curves; made some adaptions in XYChartGenerator, ChartGenerator and TimeseriesChartGenerator.
2012-02-06 Felix Wolfsteller Cosmetics.
2012-02-06 Felix Wolfsteller Add a not-yet-looked-at CSV facet for Reference Curve.
2012-02-06 Ingo Weinzierl Added a CSV export for historical discharge curves.
2012-02-06 Felix Wolfsteller Adjusted to name change in River class (hibernate fix).
2012-02-03 Sascha L. Teichmann First steps to serve the data in cm if we are are gauges only.
2012-02-03 Ingo Weinzierl W/Q input values in historical discharge curves may now by from type double.
2012-02-03 Sascha L. Teichmann Removed superfluous imports.
2012-02-03 Sascha L. Teichmann Dont sort the data series in reference curve.
2012-02-03 Felix Wolfsteller Removed obsolete ReferenceCurveInputState.
2012-02-03 Felix Wolfsteller Improved reference curve.
2012-02-03 Ingo Weinzierl Bugfix: create a report facet for historical discharge curves even if no data has been computed.
2012-02-03 Ingo Weinzierl Create title, subtitle and axes labels for charts from type historical discharge curve.
2012-02-03 Felix Wolfsteller Fix.
2012-02-03 Felix Wolfsteller Added i18n.
2012-02-03 Felix Wolfsteller Doc added and fix getAxisWalker-issue.
2012-02-03 Sascha L. Teichmann Use the ApplyFunctionIterator in reference curve generation.
2012-02-03 Ingo Weinzierl Added an error report for historical discharge curves.
2012-02-03 Ingo Weinzierl Improved chart creation for historical discharge curves.
2012-02-03 Ingo Weinzierl Further refactoring of XYChartGenerator / ChartGenerator with the result, that timerange charts are now able to display lines.
2012-02-03 Ingo Weinzierl New helper functions in ChartHelper and improvements in EnhancedLineAndShapeRenderer.
2012-02-02 Ingo Weinzierl The HistoricalDischargeCurveGenerator now creates new AxisDataset objects and new TimeSeriesCollections for each Facet.
2012-02-02 Ingo Weinzierl Improved WQTimerange and HistoricalDischargeFacet.
2012-02-02 Ingo Weinzierl Some more refactoring in XYChartGenerator and ChartGenerator; implemented necessary stuff in TimeseriesChartGenerator and return new empty instances of timeseries charts.
2012-02-02 Ingo Weinzierl Added a ChartHelper class that currently contains a method to compute the xy ranges of an XYDataset.
2012-02-02 Ingo Weinzierl Refactoring: moved more base code from XYChartGenerator into its parent class ChartGenerator
2012-02-02 Felix Wolfsteller Cosmetics/care/refac.
2012-02-02 Ingo Weinzierl Refactoring: moved more base code from XYChartGenerator into its parent class ChartGenerator.
2012-02-02 Ingo Weinzierl Added a new ChartGenerator for timeseries charts and refactored some code in XYChartGenerator.
2012-02-02 Ingo Weinzierl Added demo standalone app for evaluating different timeseries charts.
2012-02-02 Raimund Renkert Issue 466.
2012-02-01 Ingo Weinzierl Improved the 'historical discharge' calculation: implemented findValueForW().
2012-02-01 Felix Wolfsteller Add some fake 'input' data for reference curve. plot references curves from input km to input km +2.
2012-02-01 Ingo Weinzierl Implemented the first step of Calculation6; create Facets for each calculation results.
2012-02-01 Ingo Weinzierl Added a new constructor to Timerange that takes Date objects for start and end.
2012-02-01 Sascha L. Teichmann W: Forget to create ws data in constructor.
2012-02-01 Felix Wolfsteller Did some modifications for debugging purposes, added output to reference-curve-state.
2012-02-01 Felix Wolfsteller Register ReferenceCurve-Generators.
2012-02-01 Felix Wolfsteller Cosmetics.
2012-02-01 Felix Wolfsteller Add more-or-less dummy Facet in ReferenceCurveState.
2012-02-01 Felix Wolfsteller Cosmetics.
2012-02-01 Felix Wolfsteller Added reference curve facet type.
2012-02-01 Ingo Weinzierl Fetch parameters for 'historical discharge curve' calculation; call Calculation6 with those information and check input parameters.
2012-02-01 Felix Wolfsteller Addes stub for ReferenceCurve*Generator
2012-02-01 Ingo Weinzierl Added new model classes which will be used during historical discharge curve calculation.
2012-02-01 Ingo Weinzierl Added new helper methods to FLYSUtils that extract int[] and double[] from string.
2012-02-01 Ingo Weinzierl Added new classes and stubs used to calculate data for historical discharge curve charts.
2012-02-01 Ingo Weinzierl Removed needless imports.
2012-02-01 Felix Wolfsteller Changed wording.
2012-02-01 Felix Wolfsteller Avoid running into an NPE, but add warning to ease forensic.
2012-01-31 Sascha L. Teichmann Fixed problems with unformatted numbers in error message.
2012-01-31 Ingo Weinzierl Override getLabelFor() in HistoricalDischargeState to return an I18N string for the selected evaluation mode.
2012-01-31 Ingo Weinzierl Modified some data types in the 'historical discharge curves' transitions.
2012-01-30 Felix Wolfsteller Fix wrong transition type towards w_diff.
2012-01-30 Ingo Weinzierl Display the name of the reference gauge in the static ui of 'historical discharge curves' calculation.
2012-01-30 Felix Wolfsteller Add manual point handling for many different chart types.
2012-01-30 Ingo Weinzierl Format the timerange (static ui) inserted in the 'historical discharge curves' calculation.
2012-01-30 Ingo Weinzierl Bugfix: use correct order of parameters to call DefaultStateData constructor.
2012-01-30 Ingo Weinzierl Fixed a bug in the winfo transitions.
2012-01-30 Ingo Weinzierl Added default values for min and max items prepared by MinMaxState.
2012-01-30 Sascha L. Teichmann "Bezugslinienverfahren": Add start and end km to WW to determine if kms are at gauges.
2012-01-30 Ingo Weinzierl Added transitions for 'historical discharge curves' calculation.
2012-01-30 Felix Wolfsteller Skip 'inactive' points in output generation.
2012-01-28 Sascha L. Teichmann "Bezugslinienverfahren": Replaced normalized curve generation with a better and needed solution.
2012-01-27 Sascha L. Teichmann "Bezugslinienverfahren": Implemented the on-the-flys shift to (0, 0).
2012-01-27 Sascha L. Teichmann "Bezugslinienverfahren": Added facet classes.
2012-01-27 Sascha L. Teichmann "Bezugslinenverfahren": Added stub loop for creating facets.
2012-01-27 Sascha L. Teichmann Call the "Bezugslinienverfahren" from the WINFOArtifact.
2012-01-27 Felix Wolfsteller Manual Point Theming improved.
2012-01-27 Sascha L. Teichmann 'Bezugslinienverfahren': Fixed stupid bug.
2012-01-27 Ingo Weinzierl Added states (work is not finished yet) for the 'historical discharge curve' calculation.
2012-01-27 Ingo Weinzierl Introduced an abstract MinMaxState and a concrete class IntRangeState to add min/max value pairs.
2012-01-27 Ingo Weinzierl Refactored some code in DefaultState to better override the base class.
2012-01-27 Ingo Weinzierl Removed useless import.
2012-01-27 Ingo Weinzierl Added strings used in the calculation 'historical discharge curves'.
2012-01-27 Sascha L. Teichmann Added calculation class for "Bezugslinienverfahren" to created by WINFOArtifact.
2012-01-27 Raimund Renkert Added i18n support to PDF report export.
2012-01-27 Felix Wolfsteller Only add one legend item for manual point themes.
2012-01-27 Felix Wolfsteller Render labels of manual points in a very primitive manner.
2012-01-27 Sascha L. Teichmann Refactored class hierachy to integrate model for W~W.
2012-01-27 Felix Wolfsteller i18n for ManualPointsFacets.
2012-01-27 Raimund Renkert Issue 138.
2012-01-27 Raimund Renkert Added method that return the differences for a w-differences calculation as
2012-01-27 Raimund Renkert Issue 138.
2012-01-26 Raimund Renkert Issue 138.
2012-01-26 Raimund Renkert Issue 138.
2012-01-26 Felix Wolfsteller Render manual points in longitudinal sections.
2012-01-26 Felix Wolfsteller Added acidentally ommitted ChangeLog entries.
2012-01-26 Felix Wolfsteller Cosmetics.
2012-01-26 Felix Wolfsteller New, basic infrastructure for user-provided data ('manual points').
2012-01-25 Sascha L. Teichmann Transition/States: Removed superfluous condition checks.
2012-01-25 Sascha L. Teichmann Added transition/state stubs for "Bezugslinienverfahren".
2012-01-25 Felix Wolfsteller Cosmetics.
2012-01-25 Sascha L. Teichmann visualize-transitions.xsl: Fixed output of conditions.
2012-01-25 Raimund Renkert Issue 461.
2012-01-24 Sascha L. Teichmann I18N for WINFO calculation result messages.
2012-01-23 Sascha L. Teichmann Handle the case in "W auf freier Strecke" where more than ne Q is related to a W.
2012-01-23 Sascha L. Teichmann Added code for the simple case of "Bezugslinienverfahren" ("W auf freier Strecke").
2012-01-23 Felix Wolfsteller Theoretically allow annotations on second y ais. Practically allow Q MainValues on Q Axis in Duration Curves.
2012-01-23 Felix Wolfsteller Fix compilation, use StickyAxisAnnotations in AnnotationFacet.
2012-01-23 Felix Wolfsteller Somewhat unified Annotation handling, use jfreechart-house-toolkit instead of custom StickyAxisAnnotation.
2012-01-23 Felix Wolfsteller Employ ChartRenderingInfo when creating svg/pdf exports.
2012-01-20 Raimund Renkert Added short subtitle for longitudinal section chart.
2012-01-20 Raimund Renkert Removed state validation.
2012-01-20 Felix Wolfsteller Added new Annotation class that prevents collisions (to replace StickyAxisAnnotation).
2012-01-20 Felix Wolfsteller Made StyledSeriesBuilder more robust.
2012-01-20 Felix Wolfsteller Respect rivers flow direction when looking for hyk-formations.
2012-01-20 Raimund Renkert Use waterlevel state and longitudinal section generator for longitudinal
2012-01-20 Raimund Renkert 'New chart' for cross sections.
2012-01-20 Felix Wolfsteller Add basic (text) styling for HYKS.
2012-01-20 Felix Wolfsteller Cleanups.
2012-01-20 Felix Wolfsteller Cosmetics.
2012-01-20 Felix Wolfsteller Added cache definition for hyks.
2012-01-20 Felix Wolfsteller Made HYKFactory.Zone Serializable (and thus cachable).
2012-01-20 Felix Wolfsteller Cosmetics.
2012-01-20 Felix Wolfsteller Added style for hyks.
2012-01-19 Sascha L. Teichmann DistanceInfoService now uses annotations from LocationProvider.
2012-01-19 Sascha L. Teichmann Use FastAnnotations for LocationProvider.
2012-01-19 Felix Wolfsteller Minor hyk-handling improvements.
2012-01-19 Felix Wolfsteller Cosmetics.
2012-01-19 Felix Wolfsteller Cosmetics.
2012-01-19 Felix Wolfsteller Recommend hyks if hit by cross section out.
2012-01-19 Felix Wolfsteller Somewhat improved hyk handling and rendering.
2012-01-19 Felix Wolfsteller Improved HYK/Zones- handling.
2012-01-19 Felix Wolfsteller Prepare improved hyk-handling.
2012-01-18 Raimund Renkert 'New Chart' for w-differences curve.
2012-01-18 Raimund Renkert 'New Chart' for discharge longitudinal section curve.
2012-01-18 Raimund Renkert 'New Chart' for duration curve.
2012-01-18 Felix Wolfsteller Added HYKFacet.
2012-01-18 Raimund Renkert 'New Chart' for computed discharge curve.
2012-01-18 Felix Wolfsteller Added stubby hyk infrastructure.
2012-01-18 Felix Wolfsteller Add 'hyk' facet type.
2012-01-18 Felix Wolfsteller Add hyk facet to compatibility list of winfo.xml
2012-01-18 Ingo Weinzierl Added convinience functions to FLYSArtifact and FLYSUtils.
2012-01-17 Sascha L. Teichmann Speed up the join of calculation results and the km annotations.
2012-01-17 Sascha L. Teichmann Use the fast cross section lines from backend now.
2012-01-17 Felix Wolfsteller Fix stateId/hash assignment in WaterlevelFacet.
2012-01-17 Felix Wolfsteller Made StaticWQKmsArtifact a fully featured Artifact.
2012-01-17 Felix Wolfsteller Cosmetics.
2012-01-17 Felix Wolfsteller Refactored to easier enjoy benefits of caching.
2012-01-17 Felix Wolfsteller Cosmetics, added new DataFacet constructor.
2012-01-16 Sascha L. Teichmann Use improved caching for cross section lines data.
2012-01-16 Sascha L. Teichmann Added cached/chunked access to cross section lines. TODO: Use the FastCrossSectionLines.
2012-01-16 Ingo Weinzierl Added a new calculation option for historical discharge curves.
2012-01-16 Felix Wolfsteller Added certain facets to compatibility matrix.
2012-01-16 Felix Wolfsteller Fixed annotations state xml.
2012-01-16 Felix Wolfsteller Cosmetics.
2012-01-16 Ingo Weinzierl Enabled old floodmap calculations for output type 'map'.
2012-01-13 Raimund Renkert Initial implementation for module 'new chart'.
2012-01-13 Felix Wolfsteller Cosmetics.
2012-01-13 Felix Wolfsteller Avoid an unlikely NPE.
2012-01-13 Felix Wolfsteller Prevent range collapsing when negative values are given.
2012-01-12 Raimund Renkert Changed the MapArtifact name to 'new_map'.
2012-01-12 Sascha L. Teichmann StableXYDifferenceRenderer: Added code to calculate the area of the generated polygons.
2012-01-12 Sascha L. Teichmann StableXYDifferenceRenderer: Replaced System.err.println()s with proper logging.
2012-01-12 Felix Wolfsteller Fix flys/issue450 (i18n: Datenkorb: longitudinal-section).
2012-01-12 Felix Wolfsteller Added accidentally ommitted ChangeLog entry.
2012-01-12 Felix Wolfsteller Implementation towards areas at other than first axis (flys/issue441).
2012-01-12 Felix Wolfsteller Removed call to removed functions.
2012-01-12 Felix Wolfsteller Cosmetics.
2012-01-11 Felix Wolfsteller Fix flys/issue439, made annotations available via datacage.
2012-01-11 Raimund Renkert Introduced new output type 'map'.
2012-01-11 Felix Wolfsteller Fix flys/issue446: Added default theme for certain mainvalues.
2012-01-11 Sascha L. Teichmann Removed security problem when working with map infos.
2012-01-11 Sascha L. Teichmann Removed superfluous imports.
2012-01-11 Ingo Weinzierl Made old calculation results available for floodmaps.
2012-01-10 Ingo Weinzierl Implemented initialize() in FloodMapState to enable cloning floodmaps.
2012-01-10 Ingo Weinzierl Made classes to merge Collection Outs more verbose for better debugging.
2012-01-09 Ingo Weinzierl Call State.initialize() for each State of an Artifact in FLYSArtifact.
2012-01-07 Sascha L. Teichmann Added missing service to invalidate the caches via the REST interface.
2012-01-06 Ingo Weinzierl #298 Fixed broken auto-zoom-to-wsplgen in floodmaps.
2012-01-06 Felix Wolfsteller Add cache config for static wqkms data.
2012-01-06 Raimund Renkert Added initial state to map artifact to be able to advance and step back.
2012-01-06 Felix Wolfsteller Fix name for certain facets loaded via datacage.
2012-01-06 Ingo Weinzierl #196 Localized the WQ labels in CSV exports.
2012-01-06 Felix Wolfsteller flys/issue442 (i18n: Datenkorb: flood-protections)
2012-01-06 Felix Wolfsteller Fix typo in meta data, such that string can be translated in GUI.
2012-01-05 Sascha L. Teichmann Added a service to invalidate caches by their names. Useful tp prevent cache inconsistencies caused by external ETL processes.
2012-01-05 Felix Wolfsteller Fixed issue432 (legenditem-size ignored for area legend items).
2012-01-05 Raimund Renkert Implemented new module "new map".
2012-01-05 Ingo Weinzierl #444 Take care on NullPointerExceptions in getWQMode. Take 'false' as default value if no 'wq_free' item is existing.
2012-01-05 Felix Wolfsteller Disable cross section cache to avoid lazy initialization issues.
2012-01-05 Ingo Weinzierl #447 removed empty Outputs from Collection's attribute.
2012-01-05 Ingo Weinzierl #440 Support river axes that consist of more than a single geometry.
2012-01-05 Ingo Weinzierl Repaired broken legend items.
2012-01-04 Ingo Weinzierl Added support for pointsize in chart themes.
2012-01-04 Ingo Weinzierl Small bugfix: use correct keys for buffering min/max values in EnhancedLineAndShapeRenderer.
2012-01-04 Ingo Weinzierl Moved JFreeChart specific classes to de.intevation.flys.jfree and added required imports.
2012-01-04 Ingo Weinzierl Performance improvements for EnhancedLineAndShapeRenderer: buffer minimum and maximum for each series.
2012-01-04 Ingo Weinzierl #393 Added a new Renderer and Options in Themes that allow displaying minimum and maximum of a chart series.
2012-01-03 Felix Wolfsteller Allow styling of outline of areas.
2012-01-03 Ingo Weinzierl #104 Use Wst.determineMinMaxQFree() to determine the min/max Qs at a given kilometer.
2012-01-03 Felix Wolfsteller Adjust Area styles.
2012-01-02 Ingo Weinzierl #370 Added a 'W at gauge' column to CSV exports if 'W at gauge' mode has been selected.
2012-01-02 Ingo Weinzierl Added i18n strings used in CSV exports.
2012-01-02 Ingo Weinzierl Improved the WaterlevelExporter: added range check for W/Q at gauge.
2012-01-02 Ingo Weinzierl Part 2 of #125: add gaugename and Q description based on the selected WQ mode.
2012-01-02 Ingo Weinzierl Removed unused imports.
2012-01-02 Ingo Weinzierl Part 1 of #125: added a description for a location to the WaterlevelExport.
2011-12-29 Ingo Weinzierl Added min/max values for free Qs to the Artifact's DESCRIBE document.
2011-12-28 Ingo Weinzierl Fixed order to determine correct step width of Qs and Ws.
2011-12-28 Ingo Weinzierl Validate user defined Qs based on the start kilometer ('Q free').
2011-12-28 Ingo Weinzierl Compute better step width for W/Q input.
2011-12-27 Ingo Weinzierl Some refactoring done: all Sections subclass TypeSection now to be able to use the convinience methods for string, integer, double and boolean attributes.
2011-12-27 Ingo Weinzierl Make use of the export size for charts specified in ChartSettings if a chart export is requested.
2011-12-27 Ingo Weinzierl Added an ExportSection to ChartSettings which provides attributes for chart 'width' and 'height'.
2011-12-27 Ingo Weinzierl Make use of user defined legend font size while chart creation.
2011-12-27 Ingo Weinzierl Make use of user defined axes font sizes.
2011-12-27 Ingo Weinzierl Use the user defined font size to set Y axes label fonts sizes.
2011-12-27 Ingo Weinzierl Added missing getYAxisWalker() in CrossSectionGenerator and create new instances of IdentfifiableNumberAxis in XYChartGenerator.createYAxis(int).
2011-12-27 Ingo Weinzierl Make use of user defined axes labels during chart creation.
2011-12-27 Ingo Weinzierl Use axes ranges specified in ChartSettings for zooming in charts.
2011-12-23 Ingo Weinzierl Centralized the creation of new NumberAxis - new NumberAxis instances in FLYS will be from type IdentifiableNumberAxis which subclasses JFreeChart's NumberAxis.
2011-12-23 Ingo Weinzierl Improved chart title and subtitle creation in ChartGenerators - all ChartGenerators make now use of title and subtitle provided by ChartSettings.
2011-12-23 Ingo Weinzierl Make use of first attributes specified in the ChartSettings. NOTE: work is still in progress.
2011-12-23 Ingo Weinzierl Improved ChartSettings and depending classes to avoid a lot of casting.
2011-12-22 Ingo Weinzierl #242 Added header with meta information into CSV exports.
2011-12-22 Felix Wolfsteller Cosmetics, removed uncalled code path.
2011-12-22 Felix Wolfsteller Added ommitted ChangeLog entry.
2011-12-22 Felix Wolfsteller Include selected km in cross section diagrams subtitle.
2011-12-22 Felix Wolfsteller Cosmetics, doc.
2011-12-22 Felix Wolfsteller Make only newest CrossSection intially active in diagrams.
2011-12-22 Felix Wolfsteller Added function to check whether a CrossSection is the 'newest' for its river.
2011-12-21 Ingo Weinzierl Bugfix: repaired broken named values in exports - the last solution had bad side effects.
2011-12-21 Felix Wolfsteller Better initialize cross_section.km of cross-section-artifacts.
2011-12-21 Felix Wolfsteller Initialize km of cross-section artifact to a better value (not all cases covered, yet).
2011-12-21 Ingo Weinzierl #252 Set titles in waterlevel exports to named main values if those are existing for given Q values.
2011-12-20 Felix Wolfsteller Fix malcondition where first renderer is StableXYDifferenceRenderer.
2011-12-20 Felix Wolfsteller Store additional Parameter in AreaArtifact (paint everything between curve a and b?).
2011-12-20 Felix Wolfsteller Added a transparency setting to area theme style.
2011-12-20 Felix Wolfsteller Make ('static') WKms data available for area calculations.
2011-12-20 Ingo Weinzierl Changed the seperator character between Ws and Qs in the Artifact's DESCRIBE document.
2011-12-20 Felix Wolfsteller Enable basicst area rendering in longitudinal section diagrams.
2011-12-20 Felix Wolfsteller Refactored, make usage of blackboarddatafacet.
2011-12-20 Felix Wolfsteller Cosmetics, renamed facet type.
2011-12-20 Felix Wolfsteller Make Waterlevelfacet deliver data via blackbord.
2011-12-20 Ingo Weinzierl Bugfix: format all Ws and Qs in WQSelect State.
2011-12-20 Felix Wolfsteller New facet, will ease converting other facets to be able to contribute to area computations.
2011-12-20 Felix Wolfsteller Removed obsolete imports.
2011-12-20 Felix Wolfsteller Removed obsolete imports.
2011-12-20 Felix Wolfsteller Let StableDifferenceRenderer create a rectangular legenditem.
2011-12-20 Felix Wolfsteller Improved area rendering workflow.
2011-12-20 Felix Wolfsteller Added theme defaults for areas, added facets to compatibility matrices.
2011-12-20 Felix Wolfsteller Prepare ability to paint areas in longitudinal section diagrams, too (next to CrossSection diagrams).
2011-12-20 Felix Wolfsteller Cosmetics.
2011-12-19 Felix Wolfsteller Refactoring, added Style accessors for area styles.
2011-12-19 Ingo Weinzierl Disabled default values in Artifact's DESCRIBE document - added a system property to re-enable those default values.
2011-12-19 Ingo Weinzierl #419 Fixed broken Facet name creation in discharge longitudinal sections.
2011-12-19 Ingo Weinzierl #380 Validate the user selected DEM in the server.
2011-12-19 Felix Wolfsteller Roll-back accidentally commited changes.
2011-12-19 Felix Wolfsteller Hide deleted facets from outgenerators.
2011-12-19 Felix Wolfsteller Store and access area.name data item.
2011-12-16 Felix Wolfsteller Fix, accidentally added wrong factory in last commit.
2011-12-16 Felix Wolfsteller Register area artifact factory.
2011-12-16 Felix Wolfsteller Added area facets to cross section compatibility matrix.
2011-12-16 Felix Wolfsteller Add area dataseries when facet delivers one.
2011-12-16 Felix Wolfsteller Added simple area registering functions.
2011-12-16 Felix Wolfsteller Made StaticState a bit more convenient to use.
2011-12-16 Felix Wolfsteller Register AREA('area') facet type.
2011-12-16 Felix Wolfsteller Register under a key on blackboard to meet assumptions by areaartifact.
2011-12-16 Felix Wolfsteller Added partial area-infrastructure.
2011-12-16 Ingo Weinzierl Improved the ChartSettings - now, each chart writes proper AxisSections into the ChartSettings.
2011-12-16 Ingo Weinzierl Some optimizations during out() operation of FLYSArtifactCollection.
2011-12-16 Ingo Weinzierl Added an INFO statement that displays the duration time for the out() operation.
2011-12-16 Ingo Weinzierl Implemented the buildAxisSections() method in XYChartGenerator to include an AxisSection for the X axis.
2011-12-16 Ingo Weinzierl Bugfix: add new Outputs during merge process in AttributeWriter.
2011-12-16 Sascha L. Teichmann Little optimisation when writing CollectionAttributes
2011-12-16 Ingo Weinzierl Parse the Settings of each Output during Collection's describe() operation.
2011-12-16 Ingo Weinzierl Make reuse of the old CollectionAttribute during the describe() operation of FLYSArtifactCollection - remove the old facets only.
2011-12-16 Ingo Weinzierl Added more attributes to ChartSettings AxisSection.
2011-12-15 Ingo Weinzierl Added axis sections into charts Settings.
2011-12-15 Ingo Weinzierl Improved the ChartSettings returned by charts - it now contains a legend specific section.
2011-12-15 Ingo Weinzierl Finished the ChartSection part of the chart Settings returned by the XYChartGenerator.
2011-12-15 Ingo Weinzierl Prepare the OutGenerator during the describe() operation of the FLYS Collection to enable the OutGenerator to return an initial Settings object.
2011-12-15 Ingo Weinzierl Fixed wrong usage of DOM operations in Settings Attributes.
2011-12-14 Ingo Weinzierl Implemented a ChartSettings with relevant Sections and Attributes for charts (NOTE: Work still in progress).
2011-12-14 Felix Wolfsteller Cosmetics, docs.
2011-12-14 Felix Wolfsteller Remove needless imports.
2011-12-14 Felix Wolfsteller Fix/survive certain minor malconditions.
2011-12-14 Felix Wolfsteller Cosmetics.
2011-12-14 Felix Wolfsteller Implement and use WaterLineArtifact interface.
2011-12-14 Felix Wolfsteller Added WaterLineArtifact Interface.
2011-12-14 Ingo Weinzierl Added a getSettings() operation to OutGenerator - FLYSArtifactCollection will now evaluate all available Outputs and create initial Settings using OutGenerators if the Settings for an Output is missing.
2011-12-13 Felix Wolfsteller Recommend cross sections if they can be shown.
2011-12-13 Felix Wolfsteller Register crosssection artifact-factory.
2011-12-13 Ingo Weinzierl Introduced a CollectionAttribute class that stores the information provided by the Collection's attribute document.
2011-12-13 Felix Wolfsteller Server-side of interactive cross-section diagrams.
2011-12-13 Felix Wolfsteller Cosmetics.
2011-12-13 Ingo Weinzierl Removed superfluous imports.
2011-12-13 Ingo Weinzierl Added a CollectionDescriptionHelper that helps generating DESCRIBE documents for Collections.
2011-12-12 Felix Wolfsteller Given CrossSections a name, let crosssection facets survive.
2011-12-12 Ingo Weinzierl Improved the Scheduler to be able to cancel running WSPLGEN jobs.
2011-12-09 Felix Wolfsteller Add data items to StaticFLYSArtifacts description document.
2011-12-09 Felix Wolfsteller Add helper function.
2011-12-09 Felix Wolfsteller Preparations for better CrossSection diagrams.
2011-12-09 Felix Wolfsteller Configure cross_sections cache.
2011-12-09 Felix Wolfsteller Added method to CrossSectionFactory to get single CrossSection, employ cache.
2011-12-09 Felix Wolfsteller New CrossSectionArtifact.
2011-12-09 Raimund Renkert Issue 413.
2011-12-08 Felix Wolfsteller Cosmetics.
2011-12-08 Felix Wolfsteller Mainly documentation.
2011-12-06 Sascha L. Teichmann Added 'Bezugslinie' to choice of calculation modes.
2011-12-06 Felix Wolfsteller Further flys/issue420 fix, NaN-guard X axis extent.
2011-12-06 Felix Wolfsteller Partial fix for flys/issue420 (Mosel/DischargeCurves), do survive empty datasets when calculating axis extents.
2011-12-06 Felix Wolfsteller Fix flys/issue423, do not interpolate main values at gauge.
2011-12-05 Ingo Weinzierl Modified prefix constants for Mapserver layers.
2011-12-05 Ingo Weinzierl Various bugfixes in WSPLGEN parameterization.
2011-12-05 Felix Wolfsteller Allow longitudinal_section.q facets in wdiff states output.
2011-12-05 Felix Wolfsteller Refactored LongitudinalSection- and WDiff-Generators, fixed minor issues.
2011-12-05 Ingo Weinzierl Added missing state titles.
2011-12-05 Felix Wolfsteller Fix first axis (do not include zero).
2011-12-02 Felix Wolfsteller Include state data items in description document of collection.
2011-11-30 Felix Wolfsteller Added list of files to ChangeLog entry.
2011-11-30 Sascha L. Teichmann Removed superfluous imports.
2011-11-30 Sascha L. Teichmann Make it compile again.
2011-11-30 Felix Wolfsteller Introduce pre-rendering inter-facet communication phase ('blackboard pass').
2011-11-30 Felix Wolfsteller Adjusted to doOut signature change.
2011-11-30 Felix Wolfsteller Changed doOut signature, side effect from blackboard feature (to come).
2011-11-28 Felix Wolfsteller Fix compilation, default 0-excluding behavior of axes.
2011-11-28 Felix Wolfsteller Fix documentation.
2011-11-28 Felix Wolfsteller Fix LongitudinalSections multi-axes plotting behavior.
2011-11-28 Felix Wolfsteller Refactored XYChartGenerator to have better working multi-axes features.
2011-11-25 Sascha L. Teichmann Added the implementation of the 'Bezugslinienverfahren'.
2011-11-25 Sascha L. Teichmann Refactored the code of the 'berechnete Abflusskurve' to be reusable in the 'Bezugslinienverfahren'.
2011-11-25 Sascha L. Teichmann 'W auf freier Strecke' calculation. Fetch corresponding Qs for given Ws from the WST model
2011-11-25 Felix Wolfsteller Fix bug when adding Q Facet data to LongitudinalSection plots.
2011-11-25 Felix Wolfsteller Added handling of empty plots.
2011-11-25 Felix Wolfsteller When having axis in diagrams, always have one on the left.
2011-11-24 Felix Wolfsteller Better use multiple axis feature in chart generators.
2011-11-24 Felix Wolfsteller Fix legend and themeing with new multiaxis feature.
2011-11-24 Felix Wolfsteller Allow more than two datasets and more flexibility with axes in plots. Based on patch by S. Teichmann.
2011-11-23 Felix Wolfsteller Cosmetics, docs.
2011-11-23 Felix Wolfsteller (Minor) cosmetics, docs.
2011-11-23 Felix Wolfsteller Minor cosmetic (doc).
2011-11-23 Felix Wolfsteller Resolved TODO about caching certain WstValueTables.
2011-11-22 Ingo Weinzierl Added a new Artifact to enable users to add external WMS layers to floodmaps.
2011-11-22 Felix Wolfsteller Fixed flys/411 (Oracle max expressions for annotations query).
2011-11-22 Felix Wolfsteller Optimize query to fix annotations fetching on oracle, by Sascha Teichmann.
2011-11-17 Felix Wolfsteller Added interpolated wkms to compatibility matrix for computed discharge curve diagrams.
2011-11-17 Felix Wolfsteller Use importData convenvience function.
2011-11-17 Felix Wolfsteller Add annotaitons for STATIC_WKMS_INTERPOL facets in Computed Discharge Curves.
2011-11-17 Felix Wolfsteller Give flood* artifacts Facets the STATIC_WKMS_INTERPOL FacetType.
2011-11-17 Felix Wolfsteller Prevent ArrayIndexOutOfBounds, log method entry.
2011-11-17 Felix Wolfsteller Added new STATIC_WKMS_INTERPOL Facet Type.
2011-11-16 Ingo Weinzierl Avoid WMS layer names that begin with digits to ensure valid WMS GetFeatureInfo responses.
2011-11-16 Felix Wolfsteller Extended DC conf to offer w/q kind of data (currently used in computed discharge curve diagr. only).
2011-11-16 Felix Wolfsteller Handle STATIC_WQ_ANNOTATION type facets in Computed Discharge Curve Diagrams.
2011-11-16 Felix Wolfsteller Differentiate between wsts whose name starts with 'height' and all others.
2011-11-16 Felix Wolfsteller Extended compatibility matrices.
2011-11-16 Felix Wolfsteller Added new STATIC_WQ_ANNOTATIONS Facet Type.
2011-11-16 Ingo Weinzierl Added a Facet attribute for WMSLayerFacets that determines if a facet (WMS layer) is queryable via WMS GetFeatureInfo request.
2011-11-16 Felix Wolfsteller Use single column wst interpolators from wqkmsinterpolartifact.
2011-11-16 Felix Wolfsteller Added methods to create WstValueTables ('interpolators') for specific columns of wsts.
2011-11-16 Felix Wolfsteller Added Point Stlye for other.wq data.
2011-11-16 Sascha L. Teichmann Do not re-evaluate constant size() in for-loops.
2011-11-16 Felix Wolfsteller Respect position for computed discharge curve when interpolating WQs for e.g. for fixations.
2011-11-16 Felix Wolfsteller Recommend fixations for computed discharge curves.
2011-11-16 Felix Wolfsteller Register wqinterpol artifact factory in configuration.
2011-11-16 Felix Wolfsteller Added omitted ChangeLog entry.
2011-11-16 Felix Wolfsteller Refactored to use StyledSeriesBuilder to add Points to DataSeries.
2011-11-16 Felix Wolfsteller Handle interpolated WQ data in Computed Discharge Curve Diagram.
2011-11-16 Felix Wolfsteller Adjusted implementation to match implementation in StaticWKmsArtifact.
2011-11-16 Felix Wolfsteller Removed logging noise, find better suited rows for W interpolation.
2011-11-16 Felix Wolfsteller Employ cache for WstValueTables that have been fetched by wst_id.
2011-11-16 Felix Wolfsteller Fix and use SQL statement to fetch wst-names.
2011-11-15 Felix Wolfsteller New Facet and Artifact to access interpolated W/Q data (todo-rich).
2011-11-15 Felix Wolfsteller New convenience function to copy data from one artifact to another.
2011-11-15 Felix Wolfsteller New method to get interpolator for given wst_ids, also prepopulate arrays with NaNs.
2011-11-15 Felix Wolfsteller Fix definition.
2011-11-15 Felix Wolfsteller Added function to get name/description of Wst.
2011-11-15 Felix Wolfsteller Added new FacetType 'STATIC_WQ'.
2011-11-15 Felix Wolfsteller (Picky) cosmetics.
2011-11-15 Felix Wolfsteller Added translations for Mosel, Elbe and Saar.
2011-11-15 Felix Wolfsteller Added new (at fixed columns) interpolation mechanism.
2011-11-14 Felix Wolfsteller Minor doc.
2011-11-13 Sascha L. Teichmann Removed dead ';' from empty bodies.
2011-11-13 Sascha L. Teichmann StableXYDifferenceRenderer: More efficient use of TDoubleArrayList
2011-11-13 Sascha L. Teichmann StableXYDifferenceRenderer: Make rendering work with definition holes.
2011-11-12 Sascha L. Teichmann CrossSectionApp: Draw water, too.
2011-11-12 Sascha L. Teichmann Last commit broke due to network error.
2011-11-12 Sascha L. Teichmann CrossSectionApp: draw ground with StableXYDifferenceRenderer
2011-11-11 Felix Wolfsteller Include computed discharge curves in dc conf.
2011-11-11 Felix Wolfsteller Somewhat unified user-part of dc config.
2011-11-11 Ingo Weinzierl Added support for fillcolors of polygons in floodmaps.
2011-11-11 Ingo Weinzierl Set correct Mapserver attribute name to adjust the width of a line.
2011-11-11 Ingo Weinzierl Added support for labels in Mapserver layers and options to modify its style.
2011-11-11 Felix Wolfsteller Extended dc conf.
2011-11-11 Ingo Weinzierl Removed needless imports.
2011-11-10 Ingo Weinzierl Added new WMSFixpointsArtifact for displaying fixpoints in maps.
2011-11-10 Felix Wolfsteller Refactored datacage conf to (re)use macros.
2011-11-10 Ingo Weinzierl Added new WMSBuildingsArtifact for displaying buildings in maps.
2011-11-10 Ingo Weinzierl Added new WMSLineArtifact for displaying lines in maps.
2011-11-10 Felix Wolfsteller Adjusted DC for heightmarks (and other) in discharge longitudinal sections.
2011-11-10 Felix Wolfsteller Have old_data in dc for discharge_longitudinal_sections.
2011-11-10 Felix Wolfsteller Handle WQKm and WKm Facets in Discharge Longitudinal Sections.
2011-11-10 Felix Wolfsteller Helper for FacetTypes.
2011-11-10 Felix Wolfsteller Revert/apply accidental/corrected commit.
2011-11-10 Felix Wolfsteller Made Discharge Longitudinal Section out compatible with Annotations.
2011-11-10 Felix Wolfsteller Extracted Annotations-Macro in dc conf, recommend Annotations for discharge
2011-11-10 Felix Wolfsteller Handle Annotation Facets in DischargeLongitudinalSection diagrams.
2011-11-10 Felix Wolfsteller Cosmetics, resolve code duplicate.
2011-11-10 Felix Wolfsteller Improved logging to include exception in fail case of spline interpolation of wst.
2011-11-10 Felix Wolfsteller Improved loggin in error case for dc XPath expression resolution.
2011-11-10 Sascha L. Teichmann CrossSectionApp: split curves in separated datasets to make them renderable with different renderers.
2011-11-09 Ingo Weinzierl Added new WMSFloodplainArtifact for displaying floodplains in maps.
2011-11-09 Ingo Weinzierl Added new WMSCatchmentArtifact for displaying catchments in maps.
2011-11-09 Ingo Weinzierl Added new WMSHwsArtifact for displaying flood protection works.
2011-11-09 Ingo Weinzierl Replaced the dbconnection.include used by Mapserver - these information are provided by LayerInfo objects now, which reduces config overhead.
2011-11-09 Felix Wolfsteller Handle Height marks with point styles in WDifferences Diagrams.
2011-11-09 Felix Wolfsteller Let Q Duration Curves enter life inactive.
2011-11-09 Felix Wolfsteller Recommend mainvalues for Duration Curve Diagrams, minor refactoring.
2011-11-09 Felix Wolfsteller Handle MainValue Facets in Duration Curve Diagrams.
2011-11-09 Felix Wolfsteller Refactored, move doMainValueAnnotations to XYChartGenerator.
2011-11-09 Felix Wolfsteller Cosmetics, removed duplicate code.
2011-11-09 Felix Wolfsteller Minor cosmetics and let facets be inactive in duration curve diagrams.
2011-11-09 Felix Wolfsteller Allow wqkms in many outputs, mainvalues in duration curves.
2011-11-09 Ingo Weinzierl Made the floodmap compatible with an Oracle database.
2011-11-08 Felix Wolfsteller Fix flys/issue406 (~missing themes).
2011-11-08 Felix Wolfsteller Fix flys/issue405 (Datacage: Recommendations get loaded twice).
2011-11-08 Ingo Weinzierl Added a debug statement that prints out an exception.
2011-11-08 Ingo Weinzierl Removed orphanded datacage config which is no longer loadable.
2011-11-07 Ingo Weinzierl Added the 'post-describe' hook for Artifacts.
2011-11-07 Felix Wolfsteller Minor refactoring in preparation of generation of interpolators (WstValueTable) for static WQKms.
2011-11-07 Felix Wolfsteller Cosmetics, doc.
2011-11-07 Felix Wolfsteller Catch more specific Exception in FLYSArtifactCollection.
2011-11-04 Ingo Weinzierl Added datacage configuration, loader (Artifact and State) and a theme for cross section tracks.
2011-11-04 Felix Wolfsteller Re-enabled mainvalue-recommendation for computed discharge curves.
2011-11-04 Felix Wolfsteller Extract output names from artifact, not from state. Important when querying recommendations for an artifact with these outputs.
2011-11-04 Ingo Weinzierl Removed DEMs from floodmap datacage configuration.
2011-11-04 Ingo Weinzierl Refactored the RiverAxisArtifact and its State - uses the same base as WMSKmArtifact now.
2011-11-04 Felix Wolfsteller Prevent empty output-nodes in flyscollections attributes.
2011-11-04 Ingo Weinzierl Create layers for barrier lines and polygons only if they are really existing.
2011-11-04 Felix Wolfsteller Disable recommendations of mainvalues for discharge curves.
2011-11-04 Felix Wolfsteller Added new optional condition for theme-mappings: the output name.
2011-11-04 Felix Wolfsteller Defined default themes for other.w(q)kms .
2011-11-04 Felix Wolfsteller Minor comsetics.
2011-11-03 Felix Wolfsteller Added 'static' wqkms data access.
2011-11-03 Sascha L. Teichmann Added a dataset to zero mapper to circumvent shortcommings in XYDifferenceRenderer.
2011-11-03 Sascha L. Teichmann Added a copy of JFreeChart's XYDifferenceRenderer
2011-11-03 Felix Wolfsteller Changed theme-mapping mechanism to include further condition (on master-artifacts attributes), added point themes for longitudinal.ws for calculations at locations.
2011-11-03 Felix Wolfsteller Added ARTIFACT key to FLYSContextm, documentation.
2011-11-03 Sascha L. Teichmann CrossSectionApp: Re-enabled dumping data to disk.
2011-11-03 Sascha L. Teichmann Removed superfluous import
2011-11-03 Sascha L. Teichmann Simplified code in Datacage builder by using the new pair.
2011-11-03 Sascha L. Teichmann Rewritten CrossSectionApp to be useful as test bed for 'Raum/Flaeche' operations.
2011-11-02 Ingo Weinzierl Improved styles of WMS layers.
2011-11-02 Felix Wolfsteller Apply point theme to heightmark data imported via datacage to longitudinal section diagram.
2011-11-02 Felix Wolfsteller Cosmetics, doc.
2011-11-02 Felix Wolfsteller Fix bug where wrong attribute was set.
2011-11-02 Felix Wolfsteller Refactored to allow mainvalues in discharge curve diagrams, too.
2011-11-02 Felix Wolfsteller Removed logger/debuggin noise.
2011-11-02 Felix Wolfsteller Pass output name to artifacts getInitialFacetActivity, prevent gaps in collection attributes outputs facets positions.
2011-11-02 Felix Wolfsteller Give outputname to artifacts getInitialFacetActivity, generate second pair of MainvalueFacets for discharge curves.
2011-11-02 Felix Wolfsteller Define newish facet types (mainvalues for discharge curves).
2011-11-02 Felix Wolfsteller Configured discharge curve outs to allow inclusion of mainvalue facets.
2011-11-01 Ingo Weinzierl Determine correct bounding box a KMs WMS layer.
2011-11-01 Ingo Weinzierl Added datacage config and loaders for KM WMS layer in floodmaps.
2011-11-01 Felix Wolfsteller Fix incompilability.
2011-11-01 Felix Wolfsteller Minor preparations for WINFO/CrossSection to handle multiple cross-sections.
2011-11-01 Felix Wolfsteller Corrected CrossSection diagram/out to include one facet per computed waterlevel.
2011-10-31 Sascha L. Teichmann Polygon2D: Generate polygons for trivial cases.
2011-10-31 Sascha L. Teichmann Polygon2D: made it compilable again.
2011-10-31 Sascha L. Teichmann Polygon2D: More code to build polygons from curve.
2011-10-31 Sascha L. Teichmann Polygon2D: Handle start points when building polygons. Work in progress.
2011-10-31 Sascha L. Teichmann Polygon2D: moved 2D vector operation to separate class.
2011-10-31 Sascha L. Teichmann Small loop optimization
2011-10-30 Sascha L. Teichmann Interim checkin for polygon calculation.
2011-10-28 Sascha L. Teichmann Work in progress: Added polygon to help creating 'Raum/Flaeche' renderers.
2011-10-28 Ingo Weinzierl Initial commit to support styles in maps.
2011-10-28 Ingo Weinzierl Enabled the MapGenerator to create WMS layers with database datastore - riveraxis is the first layer that is no longer fetched from static WMS service but from user specific one.
2011-10-28 Felix Wolfsteller Added new StyledSeriesBuilder class and use it when adding points to XYSeries (in diagram generation).
2011-10-28 Felix Wolfsteller Add static data conf to w-difference / datacage.
2011-10-28 Felix Wolfsteller Load and display annotations in w-difference diagrams, minor polishing.
2011-10-28 Felix Wolfsteller Avoid NPE when compatibility matrix is empty for given output.
2011-10-28 Felix Wolfsteller Cosmetics, added simpler constructor for StaticState.
2011-10-28 Felix Wolfsteller Add annotations to allowed facets for longitudinal_section and w_differences outputs.
2011-10-28 Felix Wolfsteller Use compatibility matrix when creating collections output.
2011-10-28 Felix Wolfsteller Cosmetics and refactoring in FLYSArtifactCollection.
2011-10-28 Felix Wolfsteller Added method to FLYSArtifact to access ids of states.
2011-10-28 Ingo Weinzierl Re-create FLYS mapfile when FloodMapState.endOfLife() is called.
2011-10-28 Ingo Weinzierl Modified the process to create mapfiles.
2011-10-28 Felix Wolfsteller Cosmetics, docs.
2011-10-28 Felix Wolfsteller Let Output and Attribute Parsers collect Facets during processing.
2011-10-28 Felix Wolfsteller Fixed incorrect ChangeLog-merge.
2011-10-28 Felix Wolfsteller Extracet getFlysContext from FLYSArtifact to FLYSUtils.
2011-10-28 Ingo Weinzierl Made flys-artifacts compilable again.
2011-10-28 Ingo Weinzierl Improved the MapfileGenerator. It offers methods to create barrier and wsplgen layer files for mapserver.
2011-10-28 Ingo Weinzierl Added a new MapGenerator which only returns a map configuration document at the moment (work still in progress).
2011-10-27 Felix Wolfsteller Prevent recommendation of not yet loadable data.
2011-10-27 Felix Wolfsteller Reduce logging noise (downgrade an 'error' to 'debug').
2011-10-27 Felix Wolfsteller Restore mapping of state id to facets (revert, rev 3083 and 3088).
2011-10-26 Felix Wolfsteller Cosmetics, documentation.
2011-10-26 Felix Wolfsteller Prepare rendering of added other (static) WKms and Differences in LongitudinalSection Diagrams.
2011-10-26 Felix Wolfsteller Cosmetics.
2011-10-26 Felix Wolfsteller Store Facets without association to state id.
2011-10-26 Felix Wolfsteller Adjusted winfo.xml to new semantics.
2011-10-26 Felix Wolfsteller Do not store association of states to facets, let artifacts keep facets in a pure list.
2011-10-26 Felix Wolfsteller Added DC configuration to load additional data in longitudinal section.
2011-10-26 Felix Wolfsteller Cosmetics, docs.
2011-10-25 Felix Wolfsteller In LongitudinalSection-Diagram, Qs enter inactive.
2011-10-25 Felix Wolfsteller Fix broken dc config.
2011-10-25 Felix Wolfsteller Configured datacage to hand out id of artifact that can produce the w_diff.
2011-10-25 Felix Wolfsteller Restored correct drawing behavior for Annotations.
2011-10-25 Felix Wolfsteller Include differences in datacage.
2011-10-25 Felix Wolfsteller Cosmetics.
2011-10-24 Felix Wolfsteller Added accidentally ommitted ChangeLog entry for last commit.
2011-10-24 Felix Wolfsteller Added default diff theme, avoid possible NPE.
2011-10-21 Sascha L. Teichmann Added some simple caching for themes. Only used in sticky annotations by now.
2011-10-21 Raimund Renkert Apply the attributes 'showpoints' and 'showline'.
2011-10-21 Sascha L. Teichmann Added /dev/null Graphics2D object to be used in the info rendering pass of the diagram generation.
2011-10-21 Raimund Renkert Draw the text background and use orientation attribute.
2011-10-21 Raimund Renkert Renamed text background attribute and parse text attributes correctly.
2011-10-20 Sascha L. Teichmann Added Service Service to lookup the Nth nearest neighbors for a set of given cross section ids and kms.
2011-10-20 Raimund Renkert Added methods to extract further attributes from theme.
2011-10-20 Ingo Weinzierl Improved the Themes: we now support special themes for facets which need to match a given pattern string.
2011-10-20 Raimund Renkert Added new theme attributes.
2011-10-19 Felix Wolfsteller Fix NPE in WDiff-diagram because no ranges present in masterartifact.
2011-10-19 Felix Wolfsteller Fix setting of masterartifact in flyscollections.
2011-10-19 Ingo Weinzierl Prepared the DESCRIBE document of a WINFO Artifact so that named main values for Qs are displayed.
2011-10-19 Raimund Renkert ComputedDischargeCurveW and ComputedDischargeCurveQ inherit attributes from
2011-10-19 Sascha L. Teichmann Fix for flys/issue316
2011-10-19 Ingo Weinzierl Improved the title creation of WSP Q and W facets - named main values are taken into account while title creation.
2011-10-19 Felix Wolfsteller Fix datacage to let client load flood-protection and zuss.
2011-10-19 Raimund Renkert Apply theme attributes to axis annotation.
2011-10-19 Felix Wolfsteller Create label from data String to revive names in client.
2011-10-19 Sascha L. Teichmann XYChartGenerator: Do not crash if no zoom axis given
2011-10-19 Ingo Weinzierl Enabled support for PDF and SVG chart exports.
2011-10-18 Felix Wolfsteller Simplified handling of W(Q)Kms data to plot.
2011-10-18 Felix Wolfsteller In WDiff-diagram generation respect other.wkms facets (flood-prot, zus).
2011-10-18 Felix Wolfsteller Handle StaticWKmsArtifacts in WDifferencesState.
2011-10-18 Felix Wolfsteller Also display the 'zus' in wdiff-input datacage.
2011-10-18 Raimund Renkert Added new virtual theme for text and let 'Annotations' inherit from the new
2011-10-18 Felix Wolfsteller Give StaticWKmsArtifacts proper names, and pre-deselect them.
2011-10-18 Felix Wolfsteller Adjusted datacage-configuration to present flood-protections in certain case.
2011-10-18 Felix Wolfsteller Register staticwkms factory to spawn StaticWKms-Artifacts.
2011-10-18 Felix Wolfsteller Fetch name of static WKms.
2011-10-18 Felix Wolfsteller Store parameterization in data, not in fields.
2011-10-18 Felix Wolfsteller Add convenience method to add default data as string.
2011-10-18 Felix Wolfsteller Added new Artifact and Facet to access 'static' data via WKmsFactory.
2011-10-18 Felix Wolfsteller Added WKmsFactory.
2011-10-18 Felix Wolfsteller Cosmetics, docs.
2011-10-18 Felix Wolfsteller Added constructor that will be needed in creation of WKms for 'static' data.
2011-10-18 Felix Wolfsteller Fix missing annotations ('Streckenfavoriten') style.
2011-10-17 Sascha L. Teichmann FLYSArtifactCollection: Small optimizations
2011-10-17 Ingo Weinzierl FLYSArtifactCollection.ThemeList makes now use of ManagedDomFacet to read all attributes of a Facet.
2011-10-17 Sascha L. Teichmann flys/issue314: Variables in datacage are now case insensitive.
2011-10-17 Ingo Weinzierl Added support for removing themes from output.
2011-10-17 Raimund Renkert Apply line type to styled themes.
2011-10-17 Ingo Weinzierl Bugfix: #226 Set the upper bound of duration curve charts to 364.
2011-10-17 Ingo Weinzierl #253 Modified the title creation of chart curves - titles will now equal the Facet's description.
2011-10-17 Felix Wolfsteller Fix flys/issue363 (W-INFO/ Abflusskurve, Extremwert-Rendering).
2011-10-14 Ingo Weinzierl Improved the mapfile templates to create nicer GetLegendGraphic images.
2011-10-14 Felix Wolfsteller Allow simple codepaths to have Facets initially being 'inactive' (wrt rendering).
2011-10-13 Felix Wolfsteller Removed obsolete imports.
2011-10-12 Ingo Weinzierl Added a further attribute to the feature type description for barriers.
2011-10-12 Felix Wolfsteller Added i18n for state.winfo,waterlevel_pair_select .
2011-10-12 Felix Wolfsteller Addressed 'wrong label' issue of wdiff csv-export.
2011-10-12 Felix Wolfsteller Cosmetics, docs.
2011-10-12 Felix Wolfsteller Fix remainder of flys/issue304 (Erweiterte Funktionen W-Differenzen).
2011-10-11 Felix Wolfsteller Added wdiff-chart translations.
2011-10-11 Felix Wolfsteller Expose translateable Strings as constants.
2011-10-11 Felix Wolfsteller Fix most labels in w-diff diagrams; refactoring to allow easier adoption of
2011-10-11 Ingo Weinzierl Bugfix: #383 Add further y-axes before adjusting the ranges for each y-axis.
2011-10-10 Sascha L. Teichmann XYChartGenerator: s/new Integer(small)/Integer.valueOf(small)/
2011-10-10 Sascha L. Teichmann JFreeChart: Do not fire change events for each and every data point added.
2011-10-10 Felix Wolfsteller Fixed incorrect indexing of facets when doing multiple (w)differences.
2011-10-10 Felix Wolfsteller In WDifferenceCurveGenerator use slightly modified doWOut-implementation of LongitudinalSectionGenerator.
2011-10-10 Felix Wolfsteller Fix import from last commit.
2011-10-10 Felix Wolfsteller Let WaterlevelPairSelect send "old" data.
2011-10-10 Ingo Weinzierl Bugfixes: #150 #345 Corrected the determination to invert the x axis in longitudinal section charts.
2011-10-10 Felix Wolfsteller Cosmetics, docs, annotations.
2011-10-10 Ingo Weinzierl Bugfix: #220 Made y-axes of longitudinal and crosssection charts look equal.
2011-10-10 Ingo Weinzierl Bugfix: #189 Changed the order of a duration curve CSV export.
2011-10-07 Sascha L. Teichmann Worked on flys/issue150
2011-10-07 Ingo Weinzierl Take care on empty ranges (null) while preparing single point ranges.
2011-10-07 Ingo Weinzierl Bugfix: #114 Enabled rendering charts with a single data point.
2011-10-07 Felix Wolfsteller Cosmetics.
2011-10-07 Ingo Weinzierl Bugfix: #353 Enabled chart's to be drawn with proper axes set even if no data is contained.
2011-10-07 Ingo Weinzierl Changed max number of digits for AT exports.
2011-10-06 Sascha L. Teichmann ATWriter: Get rid of buggy first line code.
2011-10-05 Sascha L. Teichmann fixed flys/issue201
2011-10-05 Sascha L. Teichmann fixed flys/issue177
2011-10-05 Ingo Weinzierl Improved the creation/rendering of annotations (km favorites, mainvalues).
2011-10-05 Sascha L. Teichmann Removed code duplication of guessWaterIncreasing()
2011-10-05 Ingo Weinzierl Bugfixes for various issues: Improved rendering process of annotations.
2011-10-05 Sascha L. Teichmann Backjump correction: Finally looks fine.
2011-10-05 Ingo Weinzierl AnnotationArtifact: Bugfixes and enabled cache support.
2011-10-04 Sascha L. Teichmann flys/issue31: Simplified the back jump correction code a lot.
2011-10-04 Ingo Weinzierl Modified code to determine the elevation model of Wsts in the LongitudinalSectionGenerator.
2011-10-04 Sascha L. Teichmann Moved some generic double array code from BackjumpCorrector to DoubleUtil
2011-10-04 Sascha L. Teichmann Added code to interpolate double values in a sorted array
2011-10-04 Sascha L. Teichmann Removed superfluous imports.
2011-10-04 Ingo Weinzierl Bugfix: #330 Add problem if no data was found for duration curves.
2011-10-04 Ingo Weinzierl Added facet and index information to theme which are stored at CollectionItems.
2011-10-04 Ingo Weinzierl Bugfix: #346 Modified x and y axis titles of longitudinal section charts.
2011-09-30 Ingo Weinzierl Bugfix: #351 Modified determination of single values specified by min/max values and an interval.
2011-09-30 Felix Wolfsteller Fix flys/issue334 (CrossSection output shown even without calculation result).
2011-09-30 Ingo Weinzierl Bugfix: #176 and #349 Create proper titles for W and Q waterlevel facets.
2011-09-30 Felix Wolfsteller Show proper labels for selected differences.
2011-09-29 Sascha L. Teichmann Fixed issues flys/issue244, flys/issue332
2011-09-28 Felix Wolfsteller Use StringUtil.wWrap , fix wrong loop, minor refac and cosmetics.
2011-09-28 Felix Wolfsteller Extracted/use StringUtil.wWrap .
2011-09-28 Ingo Weinzierl Write gauge determined in MainValuesService to log.
2011-09-28 Ingo Weinzierl Bugfix: #332 Made AT-exports compatible with desktop FLYS.
2011-09-28 Ingo Weinzierl Bugfix: #328 Improved datacage configuration and labels for selected waterlevels.
2011-09-28 Ingo Weinzierl Made feed() operation able to remove existing data items from Artifact's data pool.
2011-09-28 Felix Wolfsteller Extracted StringUtil.unbracket from WaterlevelSelectState.strip .
2011-09-27 Ingo Weinzierl Little modifications for making recommendations - will now work for states with background calculation.
2011-09-27 Felix Wolfsteller Enable auto-scaling axis for waterlevels in WDifference-plots.
2011-09-27 Felix Wolfsteller In W-Difference-calculation, respect indices of selected facets.
2011-09-27 Sascha L. Teichmann flys/issue317: Removed dependency from cross section demo app.
2011-09-27 Ingo Weinzierl Improved Facet creation for floodmaps - WSPLGEN and barriers Facets are only created if the calculation was successful.
2011-09-27 Ingo Weinzierl Improved WSPLGEN start to suppress inconsistent Artifact states.
2011-09-27 Ingo Weinzierl Improved regex used to track WSPLGEN errors - will now match critical errors as well.
2011-09-27 Sascha L. Teichmann Fixed whitespace usage in ChangeLog.
2011-09-27 Sascha L. Teichmann Removed superfluous imports
2011-09-27 Ingo Weinzierl Bugfix: #68 Set number format of chart plot axes based on the CallMeta instance for each request.
2011-09-27 Sascha L. Teichmann Cache: Increased number of cached annotations.
2011-09-27 Felix Wolfsteller Let WDifferences-diagram show more than one difference, if asked to.
2011-09-27 Ingo Weinzierl Bugfix: #320 Substitue '../' in shapefile directories.
2011-09-26 Ingo Weinzierl The extent of the WSPLGEN facets are now determined by the extent of the start and end CrossSectionTrack of the WSPLGEN calculation.
2011-09-26 Felix Wolfsteller Improved w-differences diagram generation with included 'absolute' values.
2011-09-26 Felix Wolfsteller Add positional-conflict-awareness when merging Facets in attribute
2011-09-26 Ingo Weinzierl Bugfix: #296 Set i18n titles for WSPLGEN and barriers WMS layers.
2011-09-26 Felix Wolfsteller Fix getPosition() in ManagedDomFacet.
2011-09-23 Felix Wolfsteller Squash a bug about wrongly named position attribute ('pos' vs 'art:pos').
2011-09-23 Felix Wolfsteller Minor refactoring, documentation.
2011-09-23 Felix Wolfsteller Added documentation.
2011-09-22 Ingo Weinzierl Made MetaDataService a subclass of FLYSService.
2011-09-22 Bjoern Schilberg Full blown mosel wms mapfile.
2011-09-22 Ingo Weinzierl Improved database session handling in services and artifacts.
2011-09-22 Ingo Weinzierl Improved bounds validation for distance only states.
2011-09-21 Felix Wolfsteller Added WaterlevelArtifact and respective infrastructure.
2011-09-21 Felix Wolfsteller Cosmetics, docs.
2011-09-21 Felix Wolfsteller Let WDifferencesCurveGenerator process LONGITUDINAL_W facets.
2011-09-21 Felix Wolfsteller Preparations for ability to display multiple differences in one plot.
2011-09-21 Ingo Weinzierl #315 Added new state for entering a kilometer range without step width.
2011-09-21 Felix Wolfsteller Cosmetics.
2011-09-21 Felix Wolfsteller Guard access to dataset to avoid NullPointerException.
2011-09-21 Ingo Weinzierl #325 Create human readable label for the selected DEM (used in the static UI part).
2011-09-19 Ingo Weinzierl Tagged RELEASE 2.5 of flys-artifacts.
2012-02-09 Felix Wolfsteller Fix flys/issue481 (i18n: Datenkorb).
2012-02-09 Raimund Renkert Reactivated the Enterprise Blue theme. Fixes some icon and image issues in IE8.
2012-02-09 Felix Wolfsteller Cosmetics.
2012-02-09 Felix Wolfsteller Allow selection of multiple locations with mouse in MultipleLocationPanel.
2012-02-09 Felix Wolfsteller Added utility functions for double arrays.
2012-02-09 Felix Wolfsteller Translate data item in locationpanel label.
2012-02-09 Felix Wolfsteller Added translations for reference curve state data.
2012-02-08 Felix Wolfsteller Cosmetics.
2012-02-08 Felix Wolfsteller Added new UIProvider to enter mutliple locations (yet only input view textfield possible).
2012-02-08 Felix Wolfsteller Added missing translation for waterlevels.
2012-02-08 Felix Wolfsteller Cosmetics.
2012-02-08 Sascha L. Teichmann Error report: Prefix error message for a certain km with 'KM'.
2012-02-08 Ingo Weinzierl Added missing translation string used in the datacage window.
2012-02-08 Felix Wolfsteller Added Change accidentally ommitted to commit in rev 3960.
2012-02-08 Ingo Weinzierl #482 Display i18n messages for validation errors in range panel.
2012-02-08 Felix Wolfsteller Partial fix for flys/issue471, add context menu to manual point themes.
2012-02-07 Raimund Renkert Issue 473.
2012-02-07 Ingo Weinzierl Reverted port of artifact-server 8182 to 8181.
2012-02-06 Raimund Renkert Added helper input table to state 'timerange' input in hist. discharge curves.
2012-02-06 Felix Wolfsteller Added i18n for reference curve export.
2012-02-06 Raimund Renkert Added service to request discharge infos at a specific gauge.
2012-02-06 Sascha L. Teichmann I18N for "Reduzierte Bezugslinie".
2012-02-06 Ingo Weinzierl Distinguish between numbers and dates while parsing chart info documents; the MousePosition panel now displays the position on date axes correctly.
2012-02-06 Ingo Weinzierl Save zoom parameters as Number; added new Axis types NumberAxis and DateAxis.
2012-02-06 Ingo Weinzierl Added i18n strings for the export button of historical discharge curves.
2012-02-03 Ingo Weinzierl Display inserted W/Q values in WQSimpleArrayPanel.
2012-02-03 Sascha L. Teichmann Removed superfluous imports.
2012-02-03 Felix Wolfsteller Adjusted to be able to feed data to reference curves.
2012-02-03 Felix Wolfsteller Added TODO and handle dynamic data of unknown type.
2012-02-03 Felix Wolfsteller Refactored.
2012-02-02 Felix Wolfsteller Refactoring to ease code-reuse.
2012-02-02 Felix Wolfsteller Removed obsolete import.
2012-02-02 Felix Wolfsteller Removed obsolete imports.
2012-02-02 Raimund Renkert Issue 466.
2012-02-02 Felix Wolfsteller Cosmetics.
2012-02-01 Felix Wolfsteller Cosmetics.
2012-02-01 Felix Wolfsteller Added accidentally ommitted ChangeLog entry.
2012-02-01 Felix Wolfsteller Added i18n title for reference curve output.
2012-02-01 Ingo Weinzierl Added i18n title for 'historical discharge curve' output.
2012-02-01 Felix Wolfsteller Changed wording for W bei/fuer ungl.Abflsgs.
2012-02-01 Ingo Weinzierl #469 Use correct I18N string to display inserted locations in LocationDistancePanel.
2012-02-01 Felix Wolfsteller javadoc
2012-02-01 Felix Wolfsteller Avoid certain npes.
2012-01-31 Ingo Weinzierl Create a better label in IntegerRangeData for the selected item.
2012-01-31 Ingo Weinzierl Implemented WQSimpleArrayPanel.createOld().
2012-01-31 Ingo Weinzierl Added further methods to DataFactory to create concrete Data instances.
2012-01-31 Felix Wolfsteller Fix strange javascript side effects.
2012-01-31 Felix Wolfsteller Improved spinner-behaviour in cross section km control.
2012-01-31 Felix Wolfsteller Slightly improved Spinner- behaviour in CrossSectionControl, but regress in other case.
2012-01-31 Ingo Weinzierl Introduced a DataFactory that should be used to create new Data instances.
2012-01-30 Raimund Renkert Adjusted table height to fill the window.
2012-01-30 Raimund Renkert Get the axes name from collection settings and use them as table header.
2012-01-30 Felix Wolfsteller Handle manual points on a per-chart(type) basis.
2012-01-30 Raimund Renkert Show hit count in filtered input helper tables.
2012-01-30 Ingo Weinzierl Initialize the min and max fields in RangePanel.
2012-01-30 Felix Wolfsteller Improved form validation.
2012-01-30 Felix Wolfsteller Make manual Points active by default.
2012-01-27 Felix Wolfsteller Added dummy handling for new boolean property of each point.
2012-01-27 Felix Wolfsteller Added basic validation, improved editing function, minor refac.
2012-01-27 Felix Wolfsteller Made manual points edit- and removable.
2012-01-27 Felix Wolfsteller Cosmetics.
2012-01-27 Felix Wolfsteller Added translateable context menu to open manual point editor from themepanel.
2012-01-27 Felix Wolfsteller Fix i18n issues.
2012-01-27 Felix Wolfsteller Invested 2 seconds after losing 3.
2012-01-27 Ingo Weinzierl First step to implement WQSimpleArrayPanel.createOld().
2012-01-27 Felix Wolfsteller Refactored Collection reference out of Panels.
2012-01-27 Ingo Weinzierl Implemented the createOld() method in RangePanel.
2012-01-27 Felix Wolfsteller Improved points UI to also respect language and name of point.
2012-01-27 Felix Wolfsteller Added translations for manual points related words.
2012-01-27 Felix Wolfsteller Display edited manual points next time the point editor is opened.
2012-01-27 Felix Wolfsteller Cosmetics, docs.
2012-01-27 Felix Wolfsteller Let ManualPointEditor use RedrawRequests to let freshly edited points show up in Chart.
2012-01-27 Felix Wolfsteller Cosmetics, removed obsolete imports.
2012-01-27 Felix Wolfsteller Cosmetics.
2012-01-26 Raimund Renkert Issue 138.
2012-01-26 Felix Wolfsteller Added basic UI to enter manual points.
2012-01-26 Felix Wolfsteller Opened Collection interface in preparation of Manual Points-Feature.
2012-01-26 Felix Wolfsteller Cosmetics, doc.
2012-01-25 Raimund Renkert Issue 265.
2012-01-25 Felix Wolfsteller Fixed typo, more stub for add points ui.
2012-01-25 Felix Wolfsteller Minor refactoring.
2012-01-24 Raimund Renkert Suppress onCollectionChange event if an artifact is added to the collection
2012-01-24 Raimund Renkert Added filter implementation for input helper tables in single location and
2012-01-24 Raimund Renkert Added filter criterion and clear filter on tab selection changed and input mode
2012-01-24 Raimund Renkert Filter the helper input tables using the range filter.
2012-01-23 Sascha L. Teichmann Added UI for "Bezugslinienverfahren" ("W auf freier Strecke").
2012-01-23 Raimund Renkert Added UI parts and event for filtering distances and locations.
2012-01-20 Raimund Renkert Add cross sections loaded from datacage to the master artifacts list.
2012-01-20 Felix Wolfsteller Fix typo for i18n key, flys/issue458.
2012-01-20 Raimund Renkert Set the empty facet to invisible.
2012-01-20 Raimund Renkert Added new artifact to be able to open existing 'new chart' projects.
2012-01-19 Ingo Weinzierl Removed useless imports.
2012-01-19 Ingo Weinzierl Added a new widget to simply insert a WQ mode and values as array.
2012-01-19 Ingo Weinzierl Added new Data classes for integer array and integer options.
2012-01-19 Raimund Renkert Read river from artifact description in state.chart.river to be able
2012-01-19 Raimund Renkert Set the collection if all recommended artifacts are loaded or the
2012-01-18 Ingo Weinzierl Improved the code of IntegerRangePanel: it now returns the inserted values as IntegerRangeData object.
2012-01-18 Ingo Weinzierl Added new panels for inserting ranges, int ranges and time (year) ranges.
2012-01-18 Ingo Weinzierl Added a new Data type IntegerRangeData that stores min and max integer values.
2012-01-16 Ingo Weinzierl Repaired broken MapArtifact creation.
2012-01-13 Raimund Renkert Changed internal string for new chart module.
2012-01-13 Felix Wolfsteller Implemented synchronous navigation through cross section profiles.
2012-01-13 Felix Wolfsteller Added feedMany() implementation to feed-service.
2012-01-13 Felix Wolfsteller Cosmetics.
2012-01-12 Raimund Renkert Changed the visible i18n strings for module 'new map.'
2012-01-12 Raimund Renkert Issue451.
2012-01-12 Felix Wolfsteller Partial flys/issue441.
2012-01-12 Raimund Renkert Added new artifact 'MapArtifact' for module 'new map'. This allows to open an
2012-01-12 Raimund Renkert Issue451.
2012-01-11 Felix Wolfsteller Added translation for Streckenfavoriten.
2012-01-11 Raimund Renkert Updated the MapOutputService to be able to request the new output type 'map'.
2012-01-11 Raimund Renkert Issue 435
2012-01-11 Raimund Renkert Fixed initial boolean value setting.
2012-01-11 Raimund Renkert Improved validation and property handling.
2012-01-09 Raimund Renkert Issue 358.
2012-01-09 Raimund Renkert Fixed initial values of boolean properties.
2012-01-09 Raimund Renkert Implemented the validators more object oriented.
2012-01-09 Raimund Renkert Issue 433.
2012-01-09 Raimund Renkert Issue 358.
2012-01-09 Raimund Renkert Issue 358.
2012-01-09 Raimund Renkert Issue 358.
2012-01-06 Felix Wolfsteller Avoid NPE in StyleEditorWindow.
2012-01-06 Ingo Weinzierl #196 Localize numbers in W/Q/D tables.
2012-01-06 Felix Wolfsteller Added translations for flood_protections keyword.
2012-01-05 Felix Wolfsteller Changed CrossSection spinner-stepsize, adjusted km- and mastersetting.
2012-01-04 Ingo Weinzierl Improved the StyledEditorWindow to support a list of pointsizes.
2012-01-04 Ingo Weinzierl Added new strings for the theme editor.
2012-01-04 Ingo Weinzierl Removed unused method calls.
2012-01-04 Ingo Weinzierl Added new strings displayed in the theme editor window.
2012-01-03 Ingo Weinzierl Modified width of DoubleRangePanel in LocationDistancePanel.
2012-01-03 Ingo Weinzierl #302 Improved input validation in WQ panels.
2012-01-03 Felix Wolfsteller Added and fixed translations of theme style properties.
2012-01-02 Ingo Weinzierl #431 Added support for WMS 1.3.0 projection definitions.
2012-01-02 Ingo Weinzierl Improved CapabilitiesParser to test WMS using its main() method.
2012-01-02 Ingo Weinzierl Improved the TableDataPanel (for displaying calculation results) to support CSV exports with more than 5 columns.
2011-12-29 Ingo Weinzierl Made WQInputPanel able to distinguish between a 'Q at Gauge' and 'Free Q'.
2011-12-27 Ingo Weinzierl Set the chart export size to -1, so that the FLYS server is able to distinguish between an export and the query to display a chart.
2011-12-27 Ingo Weinzierl Added strings for chart properties dialog.
2011-12-23 Raimund Renkert Update chart if properties are changed successfully.
2011-12-23 Raimund Renkert Modified icon background to transparent.
2011-12-23 Ingo Weinzierl Skip empty lines in CSV service.
2011-12-22 Raimund Renkert Issue 427.
2011-12-22 Raimund Renkert Save output settings in chart properties dialog.
2011-12-22 Ingo Weinzierl Improved the CSVExportService to ignore lines that begin with a '#' character.
2011-12-22 Felix Wolfsteller Uncommented some code paths to avoid unwanted side effects, cosmetics.
2011-12-22 Felix Wolfsteller Improvements in CrossSectionChartThemePanel.
2011-12-22 Felix Wolfsteller Refactored, set collectionview in Themepanels constructors.
2011-12-22 Felix Wolfsteller Added convenient accessor.
2011-12-22 Felix Wolfsteller Tell master-artifact of collection when cross-section-master changed kilometer.
2011-12-22 Felix Wolfsteller Introduce ColletionView to all ChartPanel types.
2011-12-21 Felix Wolfsteller Cosmetics, refactoring, renamed Master to CSMaster to avoid confusion.
2011-12-21 Felix Wolfsteller Fix over axis menu item, added standalone 'over axis' menu item.
2011-12-21 Raimund Renkert Added style for properties dialog axis tab.
2011-12-21 Raimund Renkert Changed i18n strings.
2011-12-21 Raimund Renkert Added properties dialog icon.
2011-12-21 Raimund Renkert Create the properties dialog content dynamically based on the properties read
2011-12-20 Raimund Renkert Extract and parse the output settings from describe document and add settings
2011-12-20 Raimund Renkert Removed code for UI generation. SmartGWT classes are not usable on
2011-12-20 Felix Wolfsteller Feed new parameter to area artifact, fix reversed assignment of under/over curves.
2011-12-20 Raimund Renkert Added new classes for output setting types.
2011-12-20 Felix Wolfsteller Allow other.wkms facets to be created areas with.
2011-12-20 Ingo Weinzierl Adapted the seperator character between Ws and Qs in DESCRIBE documents which has changed in the flys-artifacts.
2011-12-20 Felix Wolfsteller Removed obsolete imports.
2011-12-20 Felix Wolfsteller Refactored to use existing code.
2011-12-20 Felix Wolfsteller Have 'area' context menu in Longitudinal-Section diagrams themepanels, too.
2011-12-20 Felix Wolfsteller Added keys and translations for area-creation related words.
2011-12-20 Ingo Weinzierl Bugfix: split up the Ws and Qs in the WQInputPanel properly.
2011-12-20 Felix Wolfsteller Cosmetics.
2011-12-20 Felix Wolfsteller Improved area creation GUI.
2011-12-19 Felix Wolfsteller Restore feature that was optimized away by last commit.
2011-12-19 Felix Wolfsteller Minor refactoring to ease addition of new style-fields (are now added automically).
2011-12-19 Ingo Weinzierl Removed unused imports.
2011-12-19 Ingo Weinzierl #409 Made layer list and map layers synchron.
2011-12-19 Ingo Weinzierl Bugfix: make sure that the user has selected a DEM before feeding the Artifact with it.
2011-12-19 Ingo Weinzierl Added error strings for DEM selection.
2011-12-19 Felix Wolfsteller Bugfixing and feature-adding for cross-sections/areas.
2011-12-16 Felix Wolfsteller Area creation UI update.
2011-12-16 Felix Wolfsteller Added method to create a menuitem separator.
2011-12-16 Felix Wolfsteller Cosmetics, doc.
2011-12-15 Raimund Renkert Fixed return type in UI factory method.
2011-12-15 Raimund Renkert Added missing interface.
2011-12-15 Raimund Renkert Added interfaces and container for output settings.
2011-12-13 Felix Wolfsteller Minor refactoring and fix initial settings when creating ui.
2011-12-13 Felix Wolfsteller Fix ThemeList.toMaps
2011-12-13 Felix Wolfsteller Client side of interactive cross section diagrams.
2011-12-13 Felix Wolfsteller Allow client to access artifacts data via CollectionItems and Themes.
2011-12-13 Felix Wolfsteller Fix crosssectionkmservice.
2011-12-12 Ingo Weinzierl Added a label that displays the current map projection to the MapToolbar.
2011-12-12 Ingo Weinzierl Added a cancel button to the LoadingPanel which stops running WSPLGEN calculations (realized by returning to the previous state).
2011-12-12 Raimund Renkert Added property fields to the chart properties editor dialog.
2011-12-12 Felix Wolfsteller Cosmetics.
2011-12-09 Raimund Renkert Added stub for chart property editor.
2011-12-09 Raimund Renkert Issue 377.
2011-12-08 Felix Wolfsteller Registered CrossSectionKMService/client/servlet in web.xml .
2011-12-08 Felix Wolfsteller Added client for CrossSectionKMService.
2011-12-08 Raimund Renkert Removed the URL parameter from service calls. The service
2011-12-08 Felix Wolfsteller Fixed typo in German translation.
2011-12-08 Ingo Weinzierl Bugfix: set correct label for 'waterlevel/ground' state.
2011-12-08 Ingo Weinzierl #421 Ask the user before removing themes from chart or map.
2011-12-06 Ingo Weinzierl Reorder the map themes at the end of the layer initialization to be in sync with the map theme panel.
2011-12-05 Ingo Weinzierl Added missing i18n labels for buttons used in ExternalWMSWindow.
2011-11-28 Ingo Weinzierl Display only information in CapabilitiesPanel that really exist.
2011-11-28 Ingo Weinzierl The WMSLayerTree displays WMS layers that support a given SRS only.
2011-11-28 Ingo Weinzierl Moved code to parse WMS Capabilities to an own class 'CapabilitiesParser' and added code to parse SRS definitions.
2011-11-23 Ingo Weinzierl Improved parsing of Capabilities document - parse '/WMT_MS_Capabilities' as well.
2011-11-22 Ingo Weinzierl Triggered the reload of MapThemePanel after adding external WMS layers.
2011-11-22 Ingo Weinzierl Create new Artifacts for selected WMS layers of the ExternalWMSWindow.
2011-11-22 Ingo Weinzierl Refactored the LoadArtifactService a bit.
2011-11-22 Ingo Weinzierl Added code to trigger loading selected WMS layers from ExternalWMSWindow. Note: no code for loading/adding layers to the current map existing yet.
2011-11-21 Ingo Weinzierl Parse and display WMS layers supported by a user specified WMS service.
2011-11-21 Ingo Weinzierl Introduced i18n in the ExternalWMSWindow.
2011-11-21 Ingo Weinzierl Read and display all FLYS relevant information of Capabilities documents.
2011-11-21 Ingo Weinzierl Added a service that loads the Capabilities of a specified WMS - display those information in the ExternalWMSWindow.
2011-11-21 Ingo Weinzierl Replaced icon (addWMS.png) with the same icon but with transparent background.
2011-11-18 Ingo Weinzierl Added an initial control that allows (when it is finished) adding map layers from external WMS.
2011-11-18 Ingo Weinzierl Removed needless imports.
2011-11-18 Ingo Weinzierl Query GetFeatureInfo with layers defined in MapThemePanel - which are the real layers in the map.
2011-11-18 Ingo Weinzierl Repaired broken WMS layer controls in map theme panel.
2011-11-18 Ingo Weinzierl Parse GetFeatureInfo response on our own and display resulting FeatureInfo objects in the GetFeatureInfoWindow.
2011-11-17 Ingo Weinzierl Removed needless imports.
2011-11-17 Ingo Weinzierl Added an initial GetFeatureInfo tool to get information about points in the map.
2011-11-17 Raimund Renkert Issue312.
2011-11-14 Ingo Weinzierl Added a ScaleLine to the map.
2011-11-11 Ingo Weinzierl Update the map when receiving a RedrawRequestEvent.
2011-11-11 Ingo Weinzierl Removed needless imports.
2011-11-11 Ingo Weinzierl Added i18n strings used in datacage's floodmap section.
2011-11-10 Raimund Renkert Issue 339.
2011-11-10 Raimund Renkert Issue 338.
2011-11-10 Felix Wolfsteller Fix clone of static artifacts for differences.
2011-11-10 Raimund Renkert Issue 355.
2011-11-10 Raimund Renkert Issue 342.
2011-11-09 Raimund Renkert Issue 265.
2011-11-09 Raimund Renkert Expand the map selection section in helper panel on project start.
2011-11-08 Ingo Weinzierl Set attribute 'ld_mode' in appropiate UIProviders.
2011-11-08 Raimund Renkert Issue 294.
2011-11-04 Felix Wolfsteller Updated translations (english and defaut (english)).
2011-11-04 Ingo Weinzierl Bugfix: added missing i18n strings and synced english translation with default translation.
2011-11-04 Felix Wolfsteller Added translations for datacage element strings.
2011-11-03 Ingo Weinzierl Update map and theme panel when new layers are added via datacage or removed by context menu.
2011-11-01 Raimund Renkert Updated the theme editor window layout.
2011-11-01 Raimund Renkert Issue 400.
2011-11-01 Felix Wolfsteller Cosmetics, refactoring.
2011-11-01 Felix Wolfsteller Fix flys/issue306 (CrossSections: Remove table header context menu).
2011-10-31 Ingo Weinzierl Added a 'zoom to layer' menu item to the map theme panel which triggers a zoom to the specific layer/theme.
2011-10-28 Ingo Weinzierl Call Collection.doOut to retrieve a map config and use this config to build up an OpenLayers map.
2011-10-26 Felix Wolfsteller Corrected ChangeLog syntax for older entries.
2011-10-26 Felix Wolfsteller Let Datacage from toolbar show 'static' parts of data.
2011-10-26 Felix Wolfsteller Added accidentially ommitted ChangeLog entry.
2011-10-26 Ingo Weinzierl Added a environment variable that might be used to use an alternative log4j properties file.
2011-10-26 Ingo Weinzierl Ignore log4j.properties.
2011-10-25 Ingo Weinzierl Made the URL of Artifact server available via ServletContext parameter.
2011-10-25 Raimund Renkert Issue 118/203.
2011-10-25 Ingo Weinzierl Replaced stdout and stderr logging with log4j loggers in server classes.
2011-10-25 Ingo Weinzierl Replaced stdout and stderr logging with log4j loggers in server classes.
2011-10-25 Ingo Weinzierl Added a BaseServlet that is used to setup config things like log4j.
2011-10-25 Ingo Weinzierl First step of refactoring the map creation - implemented a MapOutputService.
2011-10-24 Ingo Weinzierl Display the datacage button in the map toolbar.
2011-10-24 Felix Wolfsteller Fix flys/issue390 (W-Diff: Icon zum Löschen anpassen).
2011-10-24 Felix Wolfsteller In removeFeature-icon made white background transparent.
2011-10-21 Ingo Weinzierl Bugfix: #352 Keep grid selection in theme panels alive after themes has been modified.
2011-10-21 Raimund Renkert Renamed 'textbackground' to 'backgroundcolor'.
2011-10-20 Raimund Renkert Display new attributes in editor window.
2011-10-20 Raimund Renkert Moved the context menu handler to constructor to have the menu
2011-10-20 Raimund Renkert Reordered the attribute list.
2011-10-20 Sascha L. Teichmann Removed superfluous imports.
2011-10-19 Ingo Weinzierl Display selected WQ values in single rows - named main values need a lot of space.
2011-10-19 Raimund Renkert Group the theme attributes.
2011-10-19 Raimund Renkert Convert all color attributes from html to rgb notation.
2011-10-19 Felix Wolfsteller In WDiff datacage input make names survive backjumps.
2011-10-19 Ingo Weinzierl Add the format (png, pdf, svg) string into the xml document which is used for querying charts.
2011-10-19 Ingo Weinzierl Removed string which has been commited by mistake.
2011-10-18 Felix Wolfsteller Allow (yet limited) usage of zus and flood-protection data in wdiffs.
2011-10-18 Raimund Renkert Prepared editor UI for annotation styling.
2011-10-18 Felix Wolfsteller Minor cosmetics.
2011-10-18 Felix Wolfsteller Allowed to load Artifacts with different factories in one go.
2011-10-18 Raimund Renkert Added documentation.
2011-10-17 Ingo Weinzierl Added icons to export chart as PNG, PDF and SVG to the ChartToolbar.
2011-10-17 Ingo Weinzierl Added a ImgLink class which creates an html link with an image.
2011-10-17 Ingo Weinzierl Bugfix: adjusted method call which avoided compiling flys-client.
2011-10-17 Raimund Renkert Use images for line type and line size selection.
2011-10-17 Ingo Weinzierl #253 Implemented ThemePanel's 'remove' action.
2011-10-17 Raimund Renkert Added new values for line type to theme editor.
2011-10-17 Raimund Renkert Set window position to page center.
2011-10-17 Raimund Renkert Show theme name in static text field.
2011-10-17 Raimund Renkert Request redraw on style attribute change.
2011-10-17 Felix Wolfsteller Removed incorrect ChangeLog entry.
2011-10-17 Felix Wolfsteller Added ommitted ChangeLog entries for flys-client.
2011-10-17 Felix Wolfsteller Cosmetics, docs.
2011-10-17 Felix Wolfsteller Donate own error for failcase of remove-artifact.
2011-10-17 Ingo Weinzierl #366 Modifications on theme description in theme panels are now persisted to artifact server.
2011-10-14 Ingo Weinzierl Added missing string resources for datacage.
2011-10-14 Raimund Renkert Set the correct index when saving changed attributes.
2011-10-14 Ingo Weinzierl Added missing MapUtils class from last commit.
2011-10-14 Ingo Weinzierl #288 Added legend symbols to the MapThemePanel.
2011-10-14 Raimund Renkert Use the theme index to identify the correct style.
2011-10-13 Sascha L. Teichmann Introduced i18n for datacage
2011-10-13 Felix Wolfsteller Donated own error message to RemoveArtifact failure case.
2011-10-13 Ingo Weinzierl Replaced elevation control icon with a new version with transparent background.
2011-10-13 Felix Wolfsteller Removed obsolete imports.
2011-10-13 Felix Wolfsteller Remove Artifacts not needed anymore when reparameterizing w-diffs.
2011-10-13 Felix Wolfsteller Added removeArtifact CollectionHelper method.
2011-10-13 Felix Wolfsteller Added RemoveArtifactService.
2011-10-13 Felix Wolfsteller Cosmetics, docs.
2011-10-13 Ingo Weinzierl Improved error handling while using the elevation control - Make selected features in the map visible.
2011-10-13 Sascha L. Teichmann Updated SmartGWT to 2.5
2011-10-13 Ingo Weinzierl #297 Implemented a window to adjust elevations of geometries in the map.
2011-10-12 Felix Wolfsteller Validate selection of pairs in wdiff, show error(s) if invalid.
2011-10-12 Ingo Weinzierl #331 Load OpenLayers-2.11 library from local maschine instead from remote repository.
2011-10-12 Ingo Weinzierl Corrected ChangeLog entry of last commit - worked in that rev on #293; NOT on #288.
2011-10-12 Ingo Weinzierl #288 Added icons to the barriers combobox for digitizing features.
2011-10-12 Ingo Weinzierl Improved exception handling while fetching theme styles.
2011-10-12 Ingo Weinzierl Refactored the code to create a context menu and a style editor so that it is also available for maps.
2011-10-12 Felix Wolfsteller Show only Ws in datacage for w-diffs.
2011-10-12 Felix Wolfsteller Partial fix for flys/issue304 (Erweiterte Funktionen W-Differenzen).

http://dive4elements.wald.intevation.org