log

age author description
2010-03-29 Sascha L. Teichmann Added package description with text 'DOCUMENT ME!'.
2010-03-29 Sascha L. Teichmann Bring @author javadoc tags in form '@author <a href="john.doe@example.com">John Doe</a>'
2010-03-29 Sascha L. Teichmann Ordered imports. Removed empty headers.
2010-03-29 Sascha L. Teichmann Removes trailing whitespace.
2010-03-26 Tim Englich Updated Javadocs to the Listed Classes.
2010-03-26 Tim Englich Removed unused Class ArcSDEConnectionParams
2010-03-26 Tim Englich Removed unused Class Datasource
2010-03-26 Tim Englich Removed unused Class DatasourceConnection.
2010-03-26 Tim Englich Removed unused Class SDEQuery.
2010-03-16 Tim Englich Added Support for SpatialQueries using LineString as Geometry of Interest.
2010-03-12 Tim Englich Added support for MultiLineString-Geometries.
2010-03-12 Tim Englich Added more ClassName identificaton for the different datatypes of the ArcSDE.
2010-03-09 Tim Englich Switched to using asText(...)-Function of SeShapes-Objects for generating an WKT-String for Polygons.
2012-09-28 Thomas Arendsen Hein merged gnv-artifacts/1.0
2010-04-28 Ingo Weinzierl Polygons drawn by the MapServer will no longer use point symbols.
2010-04-28 Ingo Weinzierl Created NEWS and Changes for the upcoming release.
2010-04-28 Ingo Weinzierl Deactivated odv export for 'Horizontale Schnittprofile' (issue260).
2010-04-28 Ingo Weinzierl Enlarge points in default mapserver template for layer product and use yellow to color points and lines.
2010-04-28 Ingo Weinzierl Removed trailing whitespace.
2010-04-28 Ingo Weinzierl Removed duplicated and unused imports.
2010-04-27 Ingo Weinzierl Replaced path to database with a path relative to the configuration directory.
2010-04-27 Ingo Weinzierl Changed the default directory of the artifact database.
2010-04-27 Tim Englich ISSUE262: Added XSL-Transformation for the Transitionsmodel
2010-04-27 Tim Englich ISSUE262: Added missing Namespacedeclarations
2010-04-27 Tim Englich ISSUE262: Removed duplicate StateIds
2010-04-27 Ingo Weinzierl Removed duplicated mapfile path configurations and replaced absolute path definitions with relative ones (issue218, issue220).
2010-04-27 Ingo Weinzierl Removed unused logging configuration file (issue6).
2010-04-27 Ingo Weinzierl Added units to legend text of a wms layer (issue246).
2010-04-26 Ingo Weinzierl Improved the input validator: empty strings are invalid (issue251).
2010-04-26 Tim Englich ISSUE252 Make it possible to export more than one Layer
2010-04-23 Ingo Weinzierl Adapted the configuration to call the wrapper that exports the mapfile path.
2010-04-23 Ingo Weinzierl Added a very simple wrapper to export the mapfile path for MapServer (issue220).
2010-04-23 Ingo Weinzierl Adjusted the subtitle creation for charts in 'Horizontalen Schnittprofilen' (see issue138).
2010-04-23 Ingo Weinzierl Adjusted chart titles of different horizontalprofile charts.
2010-04-23 Tim Englich Fixed Bug in renaming a Layer in Product Layer. Forgot to checkin ChangeLog
2010-04-23 Tim Englich Fixed Bug in renaming a Layer in Product Layer.
2010-04-22 Ingo Weinzierl Calculate the depth in an odv export of a 'Profilschnitt' properly (issue217).
2010-04-21 Ingo Weinzierl Presentation of values in the statistic is now language specific (issue228).
2010-04-21 Ingo Weinzierl Finalized the odv export of a 'Profilschnitt' (issue217).
2010-04-21 Ingo Weinzierl Expand the range of a horizontalprofile chart manually if there is only a single data point or more data points with all the same value in this chart (issue233).
2010-04-21 Ingo Weinzierl Added an y-axis label in histograms (issue243).
2010-04-21 Ingo Weinzierl Changed the type of histogram parameter 'binwidth' from integer to double (issue231).
2010-04-21 Ingo Weinzierl It is possible to draw VerticalProfileCharts with just one single data point (issue229).
2010-04-20 Tim Englich Integrated the CacheCleaner for the ThematicDataCache
2010-04-20 Tim Englich Added Query for the CacheCleaner that it use to determin which Tables has been updated.
2010-04-20 Ingo Weinzierl Removed a already implemented TODO from code relating to WMS un-publishing after and end-of-life of an artifact.
2010-04-20 Ingo Weinzierl Improved the workaround of rev955: There is no gap between the left & bottom border and data area anymore (issue163).
2010-04-20 Ingo Weinzierl Implemented a workaround to avoid an amount of cut axis labels in 2D charts (issue163).
2010-04-20 Ingo Weinzierl Added a metadata section into the mapfile and feed it with the MapServer URL (issue235).
2010-04-19 Ingo Weinzierl Added the time interval into the subtitle of timeseries charts (issue152).
2010-04-19 Ingo Weinzierl Iterate through former states as well when searching for an input collection (issue226).
2010-04-19 Ingo Weinzierl First implementation of an odv export of a 'Profilschnitt' (issue217).
2010-04-18 Sascha L. Teichmann Using unix line endings only.
2010-04-17 Sascha L. Teichmann Removed trailing whitespace.
2010-04-16 Tim Englich ISSUE232: SQL-Exception caused by missing Mesh-Width-Configuration
2010-04-16 Tim Englich ISSUE200: Only Layer which contains Items should be displayed
2010-04-16 Tim Englich Checkin missing ChangeLog-Entry to r924
2010-04-15 Ingo Weinzierl Read a system property to adjust the percentage that defines the size of a gap in charts (issue175).
2010-04-13 Tim Englich Extract ODV-Generation into its own method that it is possible to override it in subclasses.
2010-04-13 Tim Englich Bugfix: Put some Code that is responsible for Synchonization into the final-block to prevent that the lock is not released.
2010-04-13 Tim Englich Integrated the possibility to change the Title of an Layer in Product Layer.
2010-04-13 Tim Englich Removed obsolet SuppressWarnings-Annotations.
2010-04-13 Tim Englich Added more JavaDocs
2010-04-13 Tim Englich Added missing ChangeLog-Entries
2010-04-13 Tim Englich Added more Javadoc.
2010-04-13 Tim Englich Removed obsolet SuppressWarnings-Annotations.
2010-04-13 Tim Englich Added more Javadoc. Removed obsolet TODO-Flags. Added missing Files to Revision 907
2010-04-12 Tim Englich Added more Javadoc. Removed obsolet TODO-Flags.
2010-04-12 Tim Englich Added more Javadoc.
2010-04-12 Tim Englich Added more Javadoc.
2010-04-12 Tim Englich BUGFIX: Chartresults where stored in Cache using null-Value as Key.
2010-04-12 Ingo Weinzierl Added JavaDoc package descriptions.
2010-04-12 Tim Englich ISSUE215 Switched Values between columns yyyy-mm-dd hh:mm and time_ISO8601
2010-04-12 Ingo Weinzierl Removed compiler warnings while JavaDoc generation.
2010-04-09 Ingo Weinzierl Added Javadoc in statistic package.
2010-04-09 Ingo Weinzierl Added some more javadocs.
2010-04-09 Tim Englich ISSUE 215 msg1170: Integrated additional Column into the ODV-Export to identify TimeSeries
2010-04-09 Ingo Weinzierl Added more Javadoc in state.profile.horizontal package.
2010-04-09 Ingo Weinzierl Added Javadoc in timeseries package.
2010-04-09 Ingo Weinzierl Added javadoc in describedata package.
2010-04-08 Sascha L. Teichmann Finished the javadoc of the math package.
2010-04-08 Sascha L. Teichmann Added more javadoc. Removed trailing whitespace.
2010-04-08 Ingo Weinzierl Added Javadoc in utils package.
2010-04-08 Sascha L. Teichmann Removed trailing whitespace. Added more javadoc.
2010-04-08 Ingo Weinzierl Added more Javadoc in some classes of state.profile.
2010-04-07 Sascha L. Teichmann Removed trailing whitespace.
2010-04-07 Sascha L. Teichmann Finished Javadoc of the raster package.
2010-04-06 Sascha L. Teichmann More javadoc.
2010-04-06 Tim Englich ISSUE215: Improved ODV-Export. now all Columns which have identical values but different Parameters will be merged to one row.
2010-04-06 Tim Englich ISSUE213: Wrong Geometrytype used for the generation of an Layer with Multipolygon-Geometries
2010-04-06 Sascha L. Teichmann Fixed vim modeline. Added some Javadoc.
2010-04-06 Sascha L. Teichmann Fixed test mockups to let them implement their interface correctly.
2010-04-01 Ingo Weinzierl Added javadoc in state package.
2010-03-31 Ingo Weinzierl Added javadoc in jfreechart package.
2010-03-31 Ingo Weinzierl Repaired JavaDoc in Export package.
2010-03-31 Ingo Weinzierl Added missing vim control comments.
2010-03-31 Ingo Weinzierl Added and repaired JavaDoc in artifacts package.
2010-03-31 Ingo Weinzierl Added javadoc in Context package.
2010-03-31 Ingo Weinzierl Added and repaired JavaDoc in cache package.
2010-03-31 Ingo Weinzierl Added javadoc for artifact package.
2010-03-31 Ingo Weinzierl Corrected JavaDoc errors in Chart Package.
2010-03-30 Ingo Weinzierl Validate wkt string and display error messages if the validation failed (issue214).
2010-03-30 Ingo Weinzierl Added a method to ExtendedInputData to retrieve the parameter ids as array (analog to splitValue() in DefaultInputData).
2010-03-30 Ingo Weinzierl Save the relation between selected measurement and the parameter it belongs to (issue210). TODO: Adapt sql statements.
2010-03-30 Ingo Weinzierl Improved date input validation. A given date needs to be in a specific range (issue212).
2010-03-29 Ingo Weinzierl Added an offset of 15px between the right data area and the right axis (issue192).
2010-03-29 Sascha L. Teichmann Added package description with text 'DOCUMENT ME!'.
2010-03-29 Ingo Weinzierl Added timegap definitions as attribute to each state.
2010-03-29 Sascha L. Teichmann Bring @author javadoc tags in form '@author <a href="john.doe@example.com">John Doe</a>'
2010-03-29 Sascha L. Teichmann Ordered imports. Removed needless imports. Removed empty headers.
2010-03-29 Sascha L. Teichmann Removed trailing whitespace
2010-03-26 Tim Englich Here is the missing Logfileentry to Revision 843
2010-03-26 Tim Englich Modified the Workflow for Verticalprofiles on Instantaneouspoints so that the Inputvalues of the Mapviewer-Interface take effect.
2010-03-26 Ingo Weinzierl Removed race-condition while shapefile creation (issue164).
2010-03-26 Ingo Weinzierl Removed race-condition when trying to access the index of the next line color used in charts (applied patch in issue211).
2010-03-26 Ingo Weinzierl Avoid danger to get a NullPointerException if no time to live is served by CallContext.
2010-03-26 Ingo Weinzierl Put time to live of an artifact into meta document which is created while wms publishing (issue197).
2010-03-25 Ingo Weinzierl Added and repaired javadoc in de.intevation.gnv.exports package.
2010-03-24 Ingo Weinzierl Added and repaired javadoc in de.intevation.gnv.histogram package.
2010-03-24 Ingo Weinzierl Removed empty comment lines and turned javadoc author tag into a 'mailto' form in package de.intevation.gnv.layer.
2010-03-24 Ingo Weinzierl Added javadoc in de.intevation.gnv.wms package.
2010-03-24 Ingo Weinzierl Added and repaired javadoc in de.intevation.gnv.chart package.
2010-03-23 Tim Englich Switched to valid Timestamps to enable testing ODV-Output.
2010-03-23 Tim Englich Integrated valid ODV-Export to the GNV-Artifacts
2010-03-22 Tim Englich Switched to valid Timestamps to enable testing CSV-Output.
2010-03-22 Tim Englich Bugfix: The Description of an InputData-Object will now only be fetched if
2010-03-22 Tim Englich ISSUE122: Added all required Columns for the CSV-Export.
2010-03-22 Ingo Weinzierl Adjusted mapfile templates for 'Horizontalschnitte' - display DESC column as label in a WMS layer (issue209).
2010-03-22 Ingo Weinzierl Added a further column in the isolines shapefile to store a description used to be displayed as labels in a wms layer (issue209).
2010-03-22 Ingo Weinzierl Added a cleanup mechanism to do some things before an artifact is being exported (issue208).
2010-03-19 Tim Englich Modified the Workflow for "Horizontales Schnittprofil" so that the Inputvalues of the Mapviewer-Interface take effect.
2010-03-19 Tim Englich Added new German resources for fis_marinefeatures according to msg1067 of Issue2005.
2010-03-19 Tim Englich Added Support of Layers which are Joined from two Tables.
2010-03-19 Tim Englich Integrated FIS Marine Features with Product Layer into the System.
2010-03-19 Tim Englich ISSUE92: Integrated Column BAND for Query of Layers which belong to a FIS
2010-03-19 Tim Englich Fixed a bug in the Workflow of Verticalcrossections. the Geometry was not copied to the Inputvalues.
2010-03-19 Tim Englich Modified the Workflow for Horizontalcrosssections so that the Inputvalues of the Mapviewer-Interface take affect.
2010-03-19 Tim Englich Modified the Workflow for Horizontalprofiles so that the Inputvalues of the Mapviewer-Interface take affect.
2010-03-16 Tim Englich Modified the Workflow of Verticalcrosssections on Meshes that the Data that was sent by the Mapviewer-Interface take effect.
2010-03-16 Tim Englich Bugfixes: Fixed the Query for Parameters in Timeseries and VerticalProfiles in Meshes.
2010-03-16 Tim Englich Modified the Workflow for Verticalprofiles and Timeseries on Meshes in that case that the Inputvalues of the Mapviewer-Interface take affect.
2010-03-16 Tim Englich Added an new State wich will handle the Display of Coordinatevalues and fetch given Inputparameters from the Presettings and copy them to the InputValues.
2010-03-16 Tim Englich Integrated handling of WKT-Strings for Points to extract Points from a given Inputstring.
2010-03-16 Tim Englich Improvement: Values of Type Geometry which are Points will be prepared as Regions for DB-Query.
2010-03-16 Ingo Weinzierl Changed the structure for parameter/measurement matrix in the describe document (issue199).
2010-03-16 Tim Englich Modified the Workflow of Product Layer for Contis and Nauthis that the Data that was sent by the Mapviewer-Interface take effect.
2010-03-16 Tim Englich Fixed NPE using the Presettings-Object without given Presettings.
2010-03-15 Tim Englich Modified the Workflow of Horizontalprofiles on Instantaneouspoints that the Data that was sent by the Mapviewer-Interface take effect.
2010-03-15 Ingo Weinzierl Changed source of displayed coordinate in 'HorizontalProfil'-charts' subtitle (issue120).
2010-03-15 Tim Englich Modified the Workflow of Verticalprofiles on TimeSeriespoints that the Data that was sent by the Mapviewer-Interface take effect.
2010-03-15 Tim Englich Modified the Workflow of TimeSeries on TimeSeriespoints that the Data that was sent by the Mapviewer-Interface take effect.
2010-03-15 Tim Englich Modified the Workflow of TimeSeries on Meshes that the Data that was sent by the Mapviewer-Interface
2010-03-15 Tim Englich Revoke Changes of r771 and override affected Methods in DefaultAutoResumeState
2010-03-15 Tim Englich Integrated the handling of AutoResumeStates into the initialization Process of an Artifact.
2010-03-15 Tim Englich Added Interface and Defaultimplementation for States which can be handled without any userinteraction.
2010-03-15 Tim Englich Fixed NPE will using StateBase without a given Query.
2010-03-15 Tim Englich Corrected C&P-Error in the Setup-Method of the PreSettingsTransferState
2010-03-15 Tim Englich Added Objecttype Geometry for the Validation of Inputdata.
2010-03-15 Ingo Weinzierl Implemented code for changing the title of a wms layer (issue198).
2010-03-15 Tim Englich Integrated lookup of the Geometry which was put to the Artifact during the Instantiation
2010-03-12 Tim Englich Put all Attributes of the Databasetables into the Shapefile which will be produced for the Product Layer
2010-03-12 Tim Englich Added generic Export for all Columns which are in an ResultValue.
2010-03-10 Ingo Weinzierl Use a better key - hash served by getHash() from StateBase - to put chart data into cache (issue201).
2010-03-10 Ingo Weinzierl Improved exception handling while feeding an artifact.
2010-03-09 Tim Englich Integrate lookup for MapFileTemplate for the different Layer.
2010-03-09 Tim Englich Integrated ExceptionHandling if no Data was found for the given Layer.
2010-04-28 Ingo Weinzierl Summarized changes in NEWS and Changes for the upcoming release.
2010-04-28 Ingo Weinzierl Removed trailing whitespace.
2010-04-28 Ingo Weinzierl Removed duplicated and unused imports.
2010-04-27 Ingo Weinzierl Added jsp stubs for imprint and info and adjusted links in header and footer (issue225).
2010-04-27 Ingo Weinzierl Fixed missing legends of parameter select boxes. The measurement matrix will be rendered for a single parameter as well, now. (issue225)
2010-04-26 Ingo Weinzierl Removed JavaScript files and images that are not used anymore.
2010-04-26 Ingo Weinzierl Added error message that is displayed if an artifact is out of date.
2010-04-26 Ingo Weinzierl Fixed broken error messages that are displayed if the artifact server is down (issue236, issue242).
2010-04-26 Ingo Weinzierl Display an error message if the artifact server is down but the user tried to load an artifat (issue258).
2010-04-26 Ingo Weinzierl Fixed a bug when performing the html formular to adjust the chart output in IE (issue259).
2010-04-26 Ingo Weinzierl Reduced the size of links in header and footer (issue225).
2010-04-26 Ingo Weinzierl Improved the layout of the user interface a bit (issue225).
2010-04-25 Ingo Weinzierl Improved the design and layout of the user interface.
2010-04-23 Ingo Weinzierl Adapted some font sizes in the parameter panel (issue225).
2010-04-23 Ingo Weinzierl Replaced standard html input button with a load image like the choose buttons (issue225).
2010-04-23 Ingo Weinzierl Adapted MapServer path in the gui with http request parameters for calling GetCapabilites (issue237).
2010-04-23 Ingo Weinzierl Added a link (and a controller) to toggle between german and english language (issue254).
2010-04-22 Ingo Weinzierl Html characters in strings inserted by the user are quoted (issue221).
2010-04-19 Hans Plum Set Path to Tomcat Standard Logging
2010-04-19 Ingo Weinzierl Tooltip text of the back-button became language specific (issue227).
2010-04-19 Sascha L. Teichmann Forgot a dot. ;-)
2010-04-19 Ingo Weinzierl Fixed a typo in the german text of the overlay display (issue224).
2010-04-18 Sascha L. Teichmann Using unix line endings only.
2010-04-17 Sascha L. Teichmann Removed trailing whitespace.
2010-04-14 Hans Plum Adapted background layer config
2010-04-14 Ingo Weinzierl Improved design and added new wms layers as background for 'Horizontalschnitte'.
2010-04-13 Ingo Weinzierl Replaced standard html input buttons with selfmade ones.
2010-04-13 Ingo Weinzierl Replaced buttons for saving/loading projects with links.
2010-04-13 Ingo Weinzierl Changed the whole design of the application regarding the bsh styleguide.
2010-04-13 Tim Englich Added more JavaDocs
2010-04-13 Ingo Weinzierl Added the first part of JavaDoc package descriptions.
2010-04-13 Hans Plum Converted relevant images to the CD of BSH
2010-04-12 Ingo Weinzierl Added JavaDoc.
2010-04-12 Ingo Weinzierl Changed the tooltip text of the chart button in the actions panel from 'Diagramm speichern' to 'Diagramm'.
2010-04-09 Ingo Weinzierl Changed the behavior of parameter-measurement-matrix (issue210).
2010-04-09 Ingo Weinzierl Added missng character to the url of the image export link of charts (issue216).
2010-03-29 Ingo Weinzierl Added links to reload the application and rebuild the user interface (issue13, issue18).
2010-03-29 Sascha L. Teichmann Added package description with text 'DOCUMENT ME!'.
2010-03-29 Sascha L. Teichmann Bring @author javadoc tags in form '@author <a href="john.doe@example.com">John Doe</a>'
2010-03-29 Sascha L. Teichmann Ordered imports. Removed needless imports. Removed empty headers.
2010-03-29 Ingo Weinzierl Application is now sensitive to changes of the preferred browser language in the current session (issue30).
2010-03-29 Sascha L. Teichmann Removed trailing whitespace.
2010-03-26 Ingo Weinzierl Parse time to live of a wms-layer from meta document and show it in html gui (issue197).
2010-03-22 Ingo Weinzierl Improved the copying of input stream to output stream.
2010-03-22 Ingo Weinzierl Removed xml parsing from InputStream while exporting an artifact. Just copy the input stream to the output stream.
2010-03-22 Tim Englich Improved ExceptionHandling during WMS-Publishing.
2010-03-19 Tim Englich Improved ExceptionHandling during WMS-Publishing.
2010-03-19 Tim Englich Added new German resource for fis_marinefeatures according to msg1067 of Issue2005.
2010-03-19 Tim Englich Added Ressources for new FIS Marine Features.
2010-03-19 Ingo Weinzierl Implemented a mechanism to import artifacts from xml structured documents.
2010-03-19 Tim Englich Some Codecleanup done.
2010-03-19 Tim Englich Integrated a Switch will be load different Geometries into the Requestbody of an Mapviewercall.
2010-03-17 Ingo Weinzierl Implemented first things to store/load projects.
2010-03-16 Ingo Weinzierl Changed the xsl transformation for a parameter/measurement matrix (issue199).
2010-03-15 Ingo Weinzierl Added an options panel for wms customization (issue198).
2010-03-12 Tim Englich Fixed Compilation-Error because of InterfaceChanges of the ArtifactDatabaseClient-Interface.
2010-03-12 Tim Englich Integrated Resource for FIS Contis and Nauthis.
2010-03-10 Ingo Weinzierl Improved exception handling. Display error messages after invalid user input.
2010-03-09 Ingo Weinzierl Adjusted logging configuration. Old config did not have any effect on log4j.
2010-03-09 Ingo Weinzierl Improved error handling when changing chart/histogram options.
2012-09-28 Thomas Arendsen Hein merged geo-backend/0.5 0.5
2010-03-08 Tim Englich Implemented Support of MultiPolygons.
2010-03-08 Tim Englich Added Suport for the Geometrytyp SimpleLine.
2010-02-05 Ingo Weinzierl Changed log4j version to 1.2.14
2010-02-05 Tim Englich Changed from ArcSDE Version 9.2.5 to Version 9.3
2012-09-28 Thomas Arendsen Hein merged gnv-artifacts/0.5
2010-03-08 Ingo Weinzierl Added an offset of five percent between values and chart border in vertical profile charts (issue186).
2010-03-08 Tim Englich Added WMS-Publishing to Product Layer
2010-03-08 Ingo Weinzierl Fixed broken titles in 'Profilschnitt'-charts (issue195).
2010-03-08 Ingo Weinzierl Changed insufficient key to store results used for chart generation in cache (issue189).
2010-03-06 Sascha L. Teichmann Cleanup imports
2010-03-05 Ingo Weinzierl Set ttl of artifacts to a better value in config.
2010-03-05 Ingo Weinzierl Added missing parameter name in describe document (issue185).
2010-03-05 Tim Englich Added Support for writing Shapefiles and Export them as an Zipfile for the Product Layer.
2010-03-05 Tim Englich ISSUE 191: Pdf, svg and png are now available.
2010-03-05 Ingo Weinzierl Added missing class MetaWriter from last commit.
2010-03-04 Ingo Weinzierl Added a configuration section for mapserver relevant stuff. Moved source to write meta files out to an own helper class named MetaWriter.
2010-03-04 Ingo Weinzierl Added some more templates for mapfile generation.
2010-03-04 Ingo Weinzierl Changed the way of calculating the total distance in 'Horizontalprofil'-charts (issue171).
2010-03-04 Ingo Weinzierl Added some more debug information while gap detection.
2010-03-03 Ingo Weinzierl Log important values used for gap detection if debug level is enabled.
2010-03-03 Ingo Weinzierl Removed workaround to send a fake document if statistic is requested for 'Horizontalschnitte' - no statistic available for this product type (issue146).
2010-03-03 Ingo Weinzierl Implementedr histogram pdf export.
2010-03-02 Ingo Weinzierl Implemented SVG export for histograms.
2010-03-02 Ingo Weinzierl Removed CallMeta object from state which should not be serialized. Implemented a little workarround instead to save localized strings for axes descriptions of horizontal profile charts (issue180).
2010-03-01 Ingo Weinzierl Display the selected value if there is no description avaible. WKT-strings will be displayed again (issue182).
2010-03-01 Ingo Weinzierl Take parent states only to describe static user interface part - not the current state itself.
2010-03-01 Ingo Weinzierl Removed useless methods after having refactored the caching mechanism.
2010-02-26 Ingo Weinzierl Improved the describe document so that we are able to render a measurement-parameter-matrix with these data.
2010-02-25 Ingo Weinzierl Adapted product configuration regarding the changes in rev704.
2010-02-25 Ingo Weinzierl 'Profilschnitte' are working without cache as well, now.
2010-02-25 Ingo Weinzierl Chart and histogram output are working without using a cache.
2010-02-25 Ingo Weinzierl Changed cache initialization so that we can use GNV without using a cache.
2010-02-24 Ingo Weinzierl Implemented logic to adjust number of bins corresponding to user input.
2010-02-23 Ingo Weinzierl Added XSLT sheet to transform palette xml files into a style definition template used for mapfile generation.
2010-02-23 Ingo Weinzierl Removed a bug in pdf and svg creation.
2010-02-23 Ingo Weinzierl Split up export modes from output modes.
2010-02-22 Ingo Weinzierl Restructured configuration, removed duplicated entry and store config information in MapfileGenerator to avoid reading config file every time while updating mapfile.
2010-02-22 Ingo Weinzierl Improved velocity configuration.
2010-02-21 Sascha L. Teichmann Fixed file handle leak when writing meta data.
2010-02-19 Ingo Weinzierl Implemented method stubs of MapfileGenerator. Mapfiles are successfully created corresponding meta.xml files.
2010-02-17 Ingo Weinzierl Added MapfileGenerator stub and MapfileGenerator calls after writing and removing shapefiles.
2010-02-16 Sascha L. Teichmann Reverted accidental patch.
2010-02-16 Sascha L. Teichmann Created documentation module (language: german)
2010-02-15 Ingo Weinzierl Added histogram as output mode in configuration files.
2010-02-15 Ingo Weinzierl Added new ouput mode: histogram.
2010-02-12 Tim Englich Added the Configuration and the Classes for the new Product Layer.
2010-02-12 Ingo Weinzierl Repaired multi parameter selection.
2010-02-12 Ingo Weinzierl Repaired broken step-back-history.
2010-02-12 Tim Englich Modified first Configuration of a Product that it skip States if a geometry was inserted into the PreSettings.
2010-02-12 Tim Englich Added new Transition and State for using the PreSettingsValue for the decision if a Transition could be used
2010-02-11 Ingo Weinzierl Repaired chart creation.
2010-02-11 Ingo Weinzierl Changed the mechanism for searching for specific parameter collections.
2010-02-11 Ingo Weinzierl Improved hash creation in each state.
2010-02-10 Ingo Weinzierl Added descriptions to the selected input data and use them for rendering the GUI.
2010-02-10 Ingo Weinzierl Parted the cache blob into pieces and changed the way how user input is stored on each state.
2010-02-09 Tim Englich Added the support of the usecase that one FIS can be identified by different MapServices. In that case the parameters will be merged into the existing FIS.
2010-02-09 Ingo Weinzierl First step of removing the cache blob. The static part of the describe document will be created by using the input data stored at each state. Some TODOs left (see ChangeLog).
2010-02-09 Tim Englich Integrated Database-Support for the Mapviewer-Interface
2010-02-05 Ingo Weinzierl Changed log4j version to 1.2.14
2010-02-05 Tim Englich Changed from ArcSDE Version 9.2.5 to Version 9.3
2010-02-05 Tim Englich Changes id_layer of Table layerhasparameter from literal to number.
2010-02-05 Tim Englich ISSUE167
2010-02-02 Tim Englich Added the usage of the Presettings in the States which are handling the choice of Parameter
2010-02-02 Tim Englich Added the possibility to use the data which are send using the MapServer-Interface during the Workflow of the GNV-Artifacts.
2010-02-01 Tim Englich Added the Implementation of the MetaDataService which will deliver FIS and Parameters that match to Mapservices, Region and Layers that were sent to the Service.
2010-02-01 Tim Englich Remove some Structure-Errors from the ChangeLog
2010-02-01 Tim Englich Compilance-Errors triggered by Interface-Modifications in the Artifact-Module.
2010-02-01 Tim Englich Changed Method signatures because of Interfacemodifications in the Artifact-Module
2010-01-31 Sascha L. Teichmann Added experimental support for extrapolation in "Horizontalschnitte"
2010-01-29 Tim Englich Removed accidental checkin of Test-Shapefiles
2010-01-29 Tim Englich Fixed the broken JUnittests.
2010-03-08 Ingo Weinzierl Repaired error message parsing from resulting xml documents after feed() has been called.
2010-03-08 Ingo Weinzierl img-Exports will get a file extension that corresponds to their mime-type (issue187).
2010-03-06 Sascha L. Teichmann Removed duplicated imports.
2010-03-05 Ingo Weinzierl Reset diagram options after switching from chart to histogram or the other way around (issue190).
2010-03-05 Tim Englich ISSUE 181: Removed duplicate Drawaing of the Lengendvalue of Groupelements for choosing different heights for several Parameters
2010-03-05 Ingo Weinzierl Show information about MapServer path and layer name after publishing calculated shapefiles as wms. Use MapServer settings configured in conf.xml to feed OpenLayers client.
2010-03-04 Ingo Weinzierl Adjusted rendering of OpenLayers client.
2010-03-02 Ingo Weinzierl Adjusted http requests and appended a new parameter export mode to 'out'-xml document to choose between svg, pdf or image exports.
2010-03-02 Ingo Weinzierl Implemented a One-Step-Back-History.
2010-03-02 Ingo Weinzierl Display chart when reaching a final state which doesn't need any further user input (issue184).
2010-03-01 Ingo Weinzierl Display an exception if an error occured while stepping back to a former state (issue183).
2010-03-01 Ingo Weinzierl Removed litte copy-paste mistake while setting file-extension for exports.
2010-03-01 Ingo Weinzierl Set file-extension for histogram exports according to mime-type.
2010-02-26 Ingo Weinzierl Render a matrix for measurement selection (measurement-parameter).
2010-02-25 Ingo Weinzierl Fixed issue 178. Export modes CSV and ODV work again.
2010-02-24 Ingo Weinzierl Added checkboxes for selecting the field which is used to adjust the number of bins in histogram charts.
2010-02-24 Ingo Weinzierl Add histogram option parameter to http request for fetching histogram image.
2010-02-23 Ingo Weinzierl Devided actions and exports. Adjusted output and export actions.
2010-02-23 Ingo Weinzierl Sourced JavaScript script tags for loading and rendering an OpenLayers client out to an own jsp page.
2010-02-23 Ingo Weinzierl Added histogram option panel. Show chart/histogram options panel after the user selected chart or histogram. Moved options panel beneath action panel.
2010-02-22 Ingo Weinzierl Render an OpenLayers map with the layer even published after triggering shapefile and mapfile creation.
2010-02-15 Ingo Weinzierl Added action and jsp for rendering histograms.
2010-02-12 Ingo Weinzierl Repaired step-back history.
2010-02-12 Tim Englich Added further XML-Nodes for simulating the MapViewer-Call more detailed.
2010-02-12 Tim Englich Modified the GUI that the Form with the MapViewer-Interface-Request-Body only will be shown using an explicit Action-Call.
2010-02-12 Tim Englich Modified the Create-Artifact-Request-Body that a Geometry will be put into
2010-02-09 Tim Englich Added Sampledata and a sample how to call the MapViewer-Interface using CURL.
2010-02-09 Tim Englich Integrated an Textarea so that is possible to manipulate the XML-Document
2010-02-09 Tim Englich Removed trailing and leading Whitespaces from the Parametervalue which
2010-02-09 Tim Englich Fixed a NPE. Now it is possible to put an Mapservice without an Layer into
2010-02-05 Ingo Weinzierl Changed log4j version to 1.2.14
2010-02-02 Tim Englich Added temporally Possibility to send an MapViewer-Interface-Request using the GUI of the GNV
2010-02-01 Tim Englich Added further business logic for the MapViewer-Interface
2012-09-28 Thomas Arendsen Hein merged geo-backend/0.4 0.4
2010-01-27 Hans Plum Summarized Changes and NEWS for Release 0.4
2010-01-26 Sascha L. Teichmann Fixed gnv/issue107
2010-01-26 Tim Englich Added two Sample-Application demonstrating Bugs in the ArcSDE
2010-01-25 Sascha L. Teichmann Another attempt to fix gnv/issue34. Implemented an internal idle time checking.
2010-01-15 Sascha L. Teichmann Cleanup imports
2010-01-15 Tim Englich Improved the Objectvalidation of the ArcSDE-Databaseconnections
2010-01-12 Sascha L. Teichmann Added bicubic spline interpolation on raster tiles.
2010-01-09 Sascha L. Teichmann Added method to figure out interpolation method for a given string in raster tiles.
2010-01-09 Sascha L. Teichmann Implemented bilinear interpolation on raster tiles.
2010-01-09 Sascha L. Teichmann Fixed access to raster data.
2010-01-08 Tim Englich Removed Encodingerrors from listed Files. All Files are now UTF-8 compliant.
2010-01-05 Sascha L. Teichmann Made RasterObject serializable to be cachable beyond reboot.
2010-01-05 Tim Englich Added RasterObject for caching the Rastertiles to get a better performance
2010-01-04 Tim Englich Added Rasterdatasupport to the ARCSDE-Statement
2009-12-19 Sascha L. Teichmann Small fixes for Ehcache based SQL results caching.
2009-12-18 Sascha L. Teichmann Experimental caching of SQL results via Ehache
2012-09-28 Thomas Arendsen Hein merged gnv-artifacts/0.4
2010-01-27 Sascha L. Teichmann Reordered items in Changes a bit.
2010-01-27 Hans Plum Summarized Changes and NEWS for Release 0.4
2010-01-27 Ingo Weinzierl Solved issue 164 - applied patch of msg 763. Remove directories and shape files of out-dated artifacts.
2010-01-26 Ingo Weinzierl Calculate results and put them into cache when reaching the output state - avoids latencies.
2010-01-26 Ingo Weinzierl Solved issue158. Added labels to 'Profilschnitte'.
2010-01-26 Ingo Weinzierl Set white border for 'Profilschnitte' as default.
2010-01-26 Ingo Weinzierl Calculate results after reaching the output state and store them in cache.
2010-01-26 Ingo Weinzierl Splitted date selection of product 'Horizontalschnitt' into two steps.
2010-01-26 Ingo Weinzierl Removed csv export from product 'Profilschnitt'.
2010-01-26 Ingo Weinzierl Fixed an ArrayIndexOutOfBounds-exceptions which occured if there are less than two data points for chart creation.
2010-01-26 Ingo Weinzierl Solved issue161. Adapted transition model of verticalprofiles. Splitted date selection into two steps.
2010-01-25 Sascha L. Teichmann Fixed issue gnv/issue159
2010-01-25 Ingo Weinzierl Fixed issue157: Verticalcrosssection charts have a white background as all other chart types have.
2010-01-25 Ingo Weinzierl Copied method from JFreeChart to adapt date formats.
2010-01-25 Sascha L. Teichmann Set serverRoundtripInterval to 5 seconds and serverInactiveInterval to 5 minutes.
2010-01-25 Ingo Weinzierl Splitted data selection into two parts. Removed option to disable/enable data points in charts and exports.
2010-01-25 Ingo Weinzierl Splitted date selection of horizontal profile charts into two parts - selection of a year and selection of a concrete date of this year.
2010-01-25 Ingo Weinzierl Issue 156 solved. Added width, height and points as parameter to svg and pdf output mode. Width and height have an effact on the width and height of the export, points is a boolean property which enables/disables the drawing of data points.
2010-01-24 Sascha L. Teichmann Generate seabed polygon to "Profilschnitte".
2010-01-24 Sascha L. Teichmann Cosmetic cleanups on palette -> QQIS style transformation.
2010-01-23 Sascha L. Teichmann Last part to fix gnv/issue153. Now 'Profilschnitte', 'Horizontalschnitte' and 'horizontale Schnittprofile'
2010-01-23 Sascha L. Teichmann Try to cull points from set of input points when generating "Profilschnitte".
2010-01-23 Sascha L. Teichmann If the number of data points to generate a "Horizontalschnitt"
2010-01-23 Sascha L. Teichmann Added little XSL tranformation to turn palette XML files into QGIS style definitions.
2010-01-22 Sascha L. Teichmann Fixed "Profilschnitte" for gnv/issue153.
2010-01-22 Sascha L. Teichmann Fixed gnv/issue153
2010-01-22 Ingo Weinzierl Removed debug output which has been checked in by mistake.
2010-01-22 Tim Englich Added Description of the sense of the different Attributes of the Configurationfile meshwidth.xml.
2010-01-22 Tim Englich Make the mean with of an Mesh configurable issue93
2010-01-22 Tim Englich Fixed Compiler-Error after adding further Methods to the Interface ArtifactDatabase.
2010-01-22 Tim Englich Fixed Compiler-Error in JUnit-Test for ShapefileExport after changes in the Method-Signature.
2010-01-21 Ingo Weinzierl Removed never try-catch of a never thrown exception.
2010-01-21 Ingo Weinzierl Solved some issues. Removed encoding problems while formatting coordinates (issue137) and use this format as subtitle in charts (issue136).
2010-01-21 Ingo Weinzierl Solved issue100. Improved axes range. Scale dataset to its own axis.
2010-01-20 Ingo Weinzierl Solved issue152. Time intervals of timeseries axis are defined by JFreeChart automatically.
2010-01-20 Sascha L. Teichmann Trigger the calculation of the "Horizontalschnitt" when the output state is initialized.
2010-01-20 Ingo Weinzierl Solved issue 129. Renamed i and j axis to 'West-East-Axis' and 'North-South-Axis'.
2010-01-20 Ingo Weinzierl Fixed issue105. Added option to enable/disable data points in charts. Parse this option while creating charts.
2010-01-20 Sascha L. Teichmann Speed up the "Horizontalschnitte"
2010-01-20 Ingo Weinzierl Fixed some bugs in configuration regarding description and mimetype of svg exports.
2010-01-19 Sascha L. Teichmann Clip "Horizontalschnitte" against given clipping polygon.
2010-01-19 Sascha L. Teichmann Upgraded to Geotools 2.5.8. Write polygons and line strings to
2010-01-19 Sascha L. Teichmann Fixed import error.
2010-01-19 Ingo Weinzierl Issue142. Paid attention on array length. Parameters without values resulted in ArrayIndexOutOfBoundsExceptions.
2010-01-19 Sascha L. Teichmann Generate JTS geometries of "Horizontalschnitte" correctly.
2010-01-19 Tim Englich Do some Bugfixes after testing the Schema and Testdata against an Oracle 10.2 DBMS.
2010-01-19 Ingo Weinzierl Changed some method signatures of the State interface. Use CallContext objects instead of CallMeta objects which are a subset of CallContext.
2010-01-19 Ingo Weinzierl Added labels and titles to 'Profilschnitt' charts.
2010-01-18 Ingo Weinzierl Mark the fis select node with an attribute 'fis', which is important for the XSL sheet to create a link to step back to this point.
2010-01-18 Tim Englich Added Comments and further Informations to the external Interface Schema
2010-01-18 Tim Englich Added Database-Schema and Testdata for the MapViewer-Interface
2010-01-18 Ingo Weinzierl Appended the selected fis to the describe document.
2010-01-18 Sascha L. Teichmann Fixed indention of ChangeLog
2010-01-18 Tim Englich Fixed Unittest for HorizontalCrossSections.
2010-01-18 Tim Englich Fixed Compilation and Runtimeerrors in Unittests.
2010-01-18 Sascha L. Teichmann Generate JTS geometries (multi polygons and multi linestrings) from
2010-01-18 Sascha L. Teichmann Added explicit index scheme to palette classes to allow external references.
2010-01-17 Sascha L. Teichmann Fixed some bugs with calculating "Horizontalschnitte".
2010-01-17 Sascha L. Teichmann Added end of life support for artifact states. Implemented ZIP download
2010-01-17 Sascha L. Teichmann Rebased "Horizonalschnitte" to own state class to break from the not
2010-01-15 Sascha L. Teichmann Cleaned up imports
2010-01-15 Ingo Weinzierl Added support to step back to the point for choosing a product.
2010-01-15 Tim Englich Added the Configurationproperty serverRoundtripInterval to the Configuration of the Connectionpool.
2010-01-15 Tim Englich Added new Step for querying the Years where measurements has been done into the TestCase.
2010-01-14 Ingo Weinzierl Renamed FISSelectArtifact to SelectProductArtifact which fits better, because the intent of this artifact is to choose a product - not a fis.
2010-01-14 Sascha L. Teichmann Added area interpolation needed for "Horizontalschnitt"
2010-01-13 Ingo Weinzierl Added support to step back to previous states. Add state names to xform nodes in describe document and append old targets to list of reachable targets.
2010-01-13 Sascha L. Teichmann Added configuration of directory of "Horizontalschnitt" shape files.
2010-01-12 Sascha L. Teichmann Some minor code cleanup
2010-01-12 Ingo Weinzierl Added mechanism for advancing to previous states.
2010-01-12 Tim Englich Added a new State in Product Verticalprofile in Timeseriespoints.
2010-01-12 Tim Englich Added ij-Index determination for horizontal-cross-sections.
2010-01-12 Ingo Weinzierl Use XMLUtils to evaluate xpath expressions instead of using Config class. Adapted xpath (namespace and prefix).
2010-01-11 Tim Englich Set NameSpaceAware to true to get the Unittests work again.
2010-01-11 Sascha L. Teichmann Added support to trace rasters to JTS multi polygons and multi line strings.
2010-01-09 Ingo Weinzierl Next step of changing the concept how to use the user interface. Adapted namespaces and replaced FISArtifact with a ProxyArtifact.
2010-01-09 Sascha L. Teichmann Make ground interpolation for vertical cross section configurable.
2010-01-09 Sascha L. Teichmann Use new raster access.
2010-01-08 Tim Englich Removed Encodingerrors from listed Files. All Files are now UTF-8 compliant.
2010-01-08 Tim Englich Modified Testcases that they work using the ARCSDE 9.2
2010-01-08 Tim Englich Added the possibility to enter a Polygon represented by an WKT into the Workflow of the HorizontalCrossSections
2010-01-06 Sascha L. Teichmann Improved raster tile based height evaluation.
2010-01-05 Tim Englich Added RasterObject for caching the Rastertiles to get a better performance.
2010-01-04 Ingo Weinzierl Splitted code pathes of dynamic and static nodes. Static nodes contain the selected value only instead of transfering the whole stack of options again.
2010-01-04 Tim Englich Added Rasterdatasupport to VerticalCrossSections
2010-01-04 Sascha L. Teichmann Refactored statistics classes a bit. Added class for vertical cross sections.
2010-01-04 Sascha L. Teichmann vertical cross section: Fixed problem with running to max depth on every column in interpolation.
2010-01-04 Sascha L. Teichmann Enable PDF export of vertical cross section charts.
2010-01-04 Sascha L. Teichmann Use JFreeCharts ValueAxis.valueToJava2D() to transform data values
2010-01-04 Sascha L. Teichmann Render labels in vertical cross section charts.
2010-01-03 Sascha L. Teichmann Add only color to scale of vertical cross section which are in the chart.
2010-01-03 Sascha L. Teichmann Generate iso line classes according gnv-issues/issue108
2010-01-01 Sascha L. Teichmann Improved generation of iso lines in vertical cross section.
2010-01-01 Sascha L. Teichmann Connected vertical cross section with chart generation.
2009-12-30 Sascha L. Teichmann Fixed some bugs and create "Profilschnitt" polygons via configuration.
2009-12-30 Sascha L. Teichmann Added configuration for vertical cross sections ("Profilschnitte")
2009-12-29 Sascha L. Teichmann "horizontale Schnittprofile" are now configured via conf.xml
2009-12-29 Sascha L. Teichmann Create a new 'gnv' section in config file.
2009-12-29 Sascha L. Teichmann Added raster filter framework for "Profilschnitte"
2009-12-28 Sascha L. Teichmann Cleaned up messy code a bit in "Horizontales Schnittprofil" and "Profilschnitt".
2009-12-28 Sascha L. Teichmann Loop through configuration to chart generation.
2009-12-28 Sascha L. Teichmann Added manager to handle several levels of palette subdivsions.
2009-12-27 Sascha L. Teichmann Added vectorizer rings callback to generate iso lines.
2009-12-26 Sascha L. Teichmann Added vectorizer rings callback which generates polygon datasets suitable
2009-12-25 Sascha L. Teichmann Added code to split palette interval into equal sized parts.
2009-12-23 Sascha L. Teichmann Implemented the raster interpolation for the 'Profilschnitt'.
2009-12-23 Sascha L. Teichmann Added interpolation capabilities along z axis to XYColumns.
2009-12-23 Sascha L. Teichmann Added some type safety. Fixed z value bug in reading database preprocessing. Only dissemble WKT points if really needed.
2009-12-23 Sascha L. Teichmann Refactored the XYColumn and Point2d code a bit to be more reusable in 3D.
2009-12-22 Sascha L. Teichmann Load salinity palette correctly.
2009-12-22 Ingo Weinzierl Finished preprocessing data for interpolation in verticalcrosssection charts.ß
2009-12-22 Ingo Weinzierl Adjusted sql queries and configuration for verticalcrosssection products. Some code refactoring and improved error handling.
2009-12-22 Ingo Weinzierl Added data model classes to store information for interpolation.
2009-12-22 Sascha L. Teichmann Load palettes from configuration.
2009-12-21 Sascha L. Teichmann Horizontale Schnittprofile. Ignore invalid interpolation correctly.
2009-12-21 Sascha L. Teichmann Added support for converting 2D rasters into polygons.
2009-12-21 Ingo Weinzierl Moved some methods back to old place.
2009-12-21 Sascha L. Teichmann Added Ingo Weinzierl's special JFreeChart classes.
2009-12-21 Ingo Weinzierl Prepared state and transitions of verticalcrosssection.
2009-12-21 Ingo Weinzierl Outsourcing of some methods for preparing results for chart creation.
2009-12-21 Sascha L. Teichmann Added color palettes for several parameters.
2009-12-21 Sascha L. Teichmann Horizontales Schnittprofil:
2009-12-21 Ingo Weinzierl Removed warning, which told the user that no gap detection is implemented for horizontalcrossprofile charts.
2009-12-21 Ingo Weinzierl Added support of gap detection in horizontalcrossprofile charts.
2010-01-27 Hans Plum Summarized Changes and NEWS for Release 0.4
2010-01-27 Ingo Weinzierl Automatically select entry in multi select boxes if there is only one entry to avoid input failures.
2010-01-25 Ingo Weinzierl Refactored xsl sheet for ui's dynamic part: Removed local-name() method, put 'group' items into a table to be well aligned and set the size of multi select boxes to max 5 items or less.
2010-01-22 Ingo Weinzierl Add width, height and the boolean value to adjust the visibility of points in charts to the pdf and svg export links.
2010-01-22 Ingo Weinzierl Put former parameter into a fieldset with label and removed background image from all fieldsets.
2010-01-22 Ingo Weinzierl Added statistic to the actions if available.
2010-01-22 Ingo Weinzierl Moved user interface creation to an own action. This makes avoids code duplication and makes it easier to write new action to handle special interactions, because there is no need for parsing the describe document and creating the user interface after this.
2010-01-22 Ingo Weinzierl Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
2010-01-20 Ingo Weinzierl Fixed issue149. Render the chart if there are output modes existing for this state - not if there are further states. TODO: We should check if there is an output mode named 'chart' before rendering a chart.
2010-01-20 Ingo Weinzierl Added labels for chart option 'draw data points'.
2010-01-20 Ingo Weinzierl Adapted static ui to bsh style.
2010-01-19 Ingo Weinzierl Disabled step-back functionality.
2010-01-19 Tim Englich Added Junit-TestCase for the ExternalCallParser Interface
2010-01-19 Tim Englich Added the first Implementation (not complete and not ready to use) for the Interface from the MapViewer to the GNV
2010-01-18 Ingo Weinzierl Added a link to jump back to the fis selection.
2010-01-18 Ingo Weinzierl Just include a select box for choosing the fis if there is no static part in the describe document.
2010-01-17 Sascha L. Teichmann Using a simpler demo WKT polygon in "Horizontalschnitt".
2010-01-17 Sascha L. Teichmann Only display chart addons if we really display a chart.
2010-01-17 Sascha L. Teichmann Added download links for ZIP files and WMS layers.
2010-01-15 Sascha L. Teichmann Cleanup imports
2010-01-14 Ingo Weinzierl Fixed a bug which prevented the user to draw charts.
2010-01-13 Ingo Weinzierl Render links to step back to previous states into gui. Added controller to advance back to these states.
2010-01-13 Sascha L. Teichmann Fixes fake wkt polygon input.
2010-01-13 Sascha L. Teichmann Added wkt polygon to test the "Horizontalschnitt"
2010-01-09 Ingo Weinzierl Use XMLUtils.ElementCreator to create new nodes in xml documents.
2010-01-08 Tim Englich Removed Encodingerrors from listed Files. All Files are now UTF-8 compliant.
2010-01-06 Ingo Weinzierl Removed local-name() method from xsl stylesheet and adjusted xpathes while reading xml documents.
2010-01-05 Ingo Weinzierl Removed for-each statements and replaced them with templates.
2010-01-04 Ingo Weinzierl First step of changing the operation concept. Static nodes will be rendered as text instead of disabled xforms.
2012-09-28 Thomas Arendsen Hein merged geo-backend/0.3 0.3
2009-12-17 Sascha L. Teichmann Release 0.3
2009-12-17 Ingo Weinzierl Fixed a bug in DefaultResult when querying an index out of bounds.
2009-12-15 Tim Englich Added Point in Polygon Query Support to ArcSDE-Statement-Processing
2009-12-11 Ingo Weinzierl Changed exception handling if a the value of a column, which is not contained in Result, is requested. Will not throw an exception but return null.
2009-12-11 Sascha L. Teichmann Removed needless imports
2009-11-30 Tim Englich Added missing Methodstubs for Java 1.6 compability.
2009-11-27 Tim Englich Revert Changes of the commit of Revision 377 which was unintended
2009-11-27 Tim Englich Changed Splitalgorithm of Statements so that it is Possible to add to_date Colums into a Statement
2009-11-27 Tim Englich Added RegionFilter-Support to HorizontalProfile InstantaneousPoint
2012-09-28 Thomas Arendsen Hein merged gnv-artifacts/0.3
2009-12-17 Sascha L. Teichmann Release 0.3
2009-12-17 Sascha L. Teichmann Bind REST server to localhost.
2009-12-17 Sascha L. Teichmann s/Modeldaten/Modelldaten/
2009-12-17 Sascha L. Teichmann Fixed typo
2009-12-17 Sascha L. Teichmann Remove wkt line strings from i18n
2009-12-17 Ingo Weinzierl Changed depending value for gap detection in verticalprofile charts on meshes.
2009-12-17 Ingo Weinzierl Fixed file-leak bug and sourced xml parsing out to XMLUtils of artifactdatabase.
2009-12-17 Ingo Weinzierl Added column labels for csv export of timeseries, vertical and horizontal profiles.
2009-12-16 Hans Plum Issue 129: Fixed i18n strings for german language
2009-12-16 Sascha L. Teichmann Fixed index error in i-gap detection in 2D interpolation.
2009-12-16 Ingo Weinzierl Added horizontal crossprofile charts to chart pallet. Fixed some bugs before interpolation.
2009-12-16 Ingo Weinzierl Workarround: Store lower and upper bounds of data while iterating over all data and set the max range of axes with these information. JFreeCharts method NumberAxis.setAutoRange(true) doesn't seem to work properly.
2009-12-16 Ingo Weinzierl Removed usesless chart factories.
2009-12-16 Sascha L. Teichmann Added result set handling. Needs some testing.
2009-12-15 Sascha L. Teichmann Added code to do 2D interpolations along a digitied track on the map.
2009-12-15 Sascha L. Teichmann Added mapping from linear diagram space to 2D map coordinates.
2009-12-15 Tim Englich Issue96 Resloved big that one entry is missiing in the Statitic.
2009-12-15 Ingo Weinzierl Fetch ChartTheme from CallContext instead of creating it each time before creating a chart.
2009-12-15 Sascha L. Teichmann Fill (i, j)-gaps when building index buffer.
2009-12-15 Tim Englich Added the Unit of the Parameter to the Query for Parameters in
2009-12-15 Sascha L. Teichmann Forget to check in pom.xml
2009-12-15 Sascha L. Teichmann Upgraded to Apache Commons Math 2.0.
2009-12-15 Tim Englich Added the name Productname for "horizontale Schnittprofile". to the
2009-12-15 Tim Englich Added Support for "horizontale Schnittprofile"
2009-12-15 Ingo Weinzierl Stabilized color of lines in charts. Exports (pdf, svg, png) will look like the chart in gui.
2009-12-14 Ingo Weinzierl Changed date representation in timeseries charts. Date format is sourced out to language ressource files.
2009-12-14 Sascha L. Teichmann Added buffer creator in index (i, j) space.
2009-12-11 Ingo Weinzierl Included case, that there is no start or end date while creating subtitles of horizontalprofile charts.
2009-12-11 Sascha L. Teichmann Removed needless imports.
2009-12-11 Tim Englich Added Z-Value to verticalcrosssection_mesh_chart_data.
2009-12-11 Tim Englich Split all Unittestcases in separat Classes. Now it is easier to uses the UnitTests with Maven.
2009-12-11 Ingo Weinzierl Fade out range axis gridlines in charts if there are more than one axis.
2009-12-11 Ingo Weinzierl Added axis labels for charts and use them while generating charts.
2009-12-11 Ingo Weinzierl Read x-axis label for timeseries charts from ressources, instead of a hard coded string in source.
2009-12-09 Ingo Weinzierl Added ChangeLog entry for last commit.
2009-12-09 Ingo Weinzierl Added gap detection in horizontal and vertical profile charts. Distinguish between meshes and other data sources.
2009-12-09 Sascha L. Teichmann Dead artifacts are removed only every 15mins from
2009-12-08 Tim Englich Added the Unit of the Parameter to the Query for Parameters in
2009-12-08 Tim Englich Last Step of the Refactoring Work on the Transition Model.
2009-12-08 Ingo Weinzierl Added marker for different data sources in sql queries.
2009-12-08 Tim Englich Some Refactoring work done.
2009-12-07 Ingo Weinzierl Changed the way of adding data to charts. Same parameters have one axis - not each parameter its own one.
2009-12-07 Ingo Weinzierl Sourced ChartFactory call out to an own method, which is overriden by TimeSeriesChart.
2009-12-04 Ingo Weinzierl ChangeLog entry and ressource bundles for last commit.
2009-12-04 Ingo Weinzierl Added subtitles to charts.
2009-12-04 Sascha L. Teichmann Cleaned up ChangeLog a bit.
2009-12-02 Ingo Weinzierl Added time gap detection to time series charts.
2009-12-02 Ingo Weinzierl Added JBoss repository for JFreeChart 1.0.13.
2009-12-02 Ingo Weinzierl New options in chart template: visibility of lines and points in charts and point's size.
2009-12-01 Tim Englich Added one more Transitionstep to each Testcase according to the refactored Transitionmodel.
2009-12-01 Tim Englich Refactoring of the Transitionmodel.
2009-11-30 Ingo Weinzierl Removed needless imports.
2009-11-30 Ingo Weinzierl Updated Batik library to 1.7
2009-11-30 Ingo Weinzierl Completed last commit.
2009-11-30 Ingo Weinzierl Implemented svg export of charts.
2009-11-30 Ingo Weinzierl Implemented pdf export of charts.
2009-11-27 Tim Englich Added RegionFilter-Support to HorizontalProfile InstantaneousPoint
2009-11-26 Ingo Weinzierl Implemented a helper class for exporting charts. Adapted code.
2009-11-26 Ingo Weinzierl Added pdf as export format to xml configuration of products.
2009-11-26 Ingo Weinzierl Added point in TODO regarding tick-unit distance of timeseries charts.
2009-11-26 Ingo Weinzierl Localization of chart axis with locale which fits best to server and browser settings.
2009-11-26 Ingo Weinzierl Added ChangeLog entry from last commit.
2009-11-26 Ingo Weinzierl New method in RessourceFactory to read locales supported by the server. Added config file for supported locales.
2009-11-25 Ingo Weinzierl Generate timeseries chart in TimeSeriesChart class instead of AbstractXYChart to instantiate special timeseries charts.
2009-11-25 Ingo Weinzierl Corrected committer from the last revision in ChangeLog.
2009-11-24 Ingo Weinzierl Added timegap definitions to charts. Adapted constructors and constructor calls.
2009-11-24 Tim Englich Added new Timevalues because the Data in the DWH has changed.
2009-11-24 Ingo Weinzierl Added dependencies for esri and ibm libraries required for unit tests.
2009-11-24 Tim Englich Fixed some broken Method-Extentions.
2009-11-24 Tim Englich Bugfix for issue91, wrong depth will be drawn in TimeseriesCharts in Meshes
2009-11-23 Ingo Weinzierl Remove chart from cache when data which is displayed in chart has changed.
2009-11-23 Ingo Weinzierl The style of charts can be configured with ChartThemes using XML configuration files.
2009-11-20 Ingo Weinzierl Export format of charts is related to mime-type.
2009-11-20 Ingo Weinzierl Removed mistake from xml structure of the artifact protocol.
2009-11-20 Ingo Weinzierl Removed duplicated and needless imports.
2009-11-20 Ingo Weinzierl Refactored process of chart generation. Charts will be generated via Chart-Interface from rev351 and no more via factory classes.
2009-11-19 Ingo Weinzierl Pass the xml document of the request to OutputTransition for more information about output formats of charts (png,jpeg).
2009-11-19 Ingo Weinzierl Implementation of classes for creating timeseries, verticalprofile and horizontalprofile charts.
2009-11-19 Ingo Weinzierl Interface and abstract classes for chart creation implemented.
2009-11-19 Ingo Weinzierl Declared a method as static to use it without instantiating an object of its class.
2009-11-17 Ingo Weinzierl Updated JFreeChart to 1.0.13 and added dependency of JCommon 1.0.15
2009-11-17 Ingo Weinzierl Updated JFreeChart library from 1.0.7 to 1.0.12
2009-12-17 Sascha L. Teichmann Release 0.3
2009-12-17 Sascha L. Teichmann s/Modeldaten/Modelldaten/
2009-12-17 Sascha L. Teichmann Added demo wkt linestrings via xslt and javascript.
2009-12-16 Hans Plum Issue 129: Fixed i18n strings for german language
2009-12-14 Tim Englich Added Support for Boolean-Output-Parameters in Diagramm-Options
2009-12-14 Hans Plum issue 109: Obsolete attributes in Tomcat removed
2009-12-09 Sascha L. Teichmann Fixed some spelling problems in german i18n file
2009-12-01 Tim Englich Removed feed Call before Chart- and Statisticsgeneration is called, because
2009-12-01 Ingo Weinzierl Reverted changes in config from last revision.
2009-11-30 Ingo Weinzierl Added link in gui to export charts to svg.
2009-11-30 Ingo Weinzierl Added link in gui to export charts to pdf.
2009-11-23 Tim Englich Added the Possibility to get Version-Infomation and Release Date/Time from the GNV-Project using a Browser issue87
2009-11-20 Ingo Weinzierl Removed mistake in xml structure of the artifact protocol.
2012-09-28 Thomas Arendsen Hein merged geo-backend/0.2 0.2
2009-11-13 Hans Plum RELEASE 0.2: Summarized contents
2009-11-13 Hans Plum Made some ChangeLog entries a bit clearer.
2009-11-10 Tim Englich Changed the splitting of the Statements for ARCSDE-Transformation.
2009-11-06 Ingo Weinzierl Removed target from version control.
2009-11-05 Tim Englich Added the possibility to use Innerselects in SpatialQueries
2009-11-02 Tim Englich General CodecCleanup:
2009-10-30 Tim Englich Polygon and 3D Support was added to the WKT-Representation.
2009-10-29 Tim Englich Added Integer-Support for DoubleValues because the ArcSDE does
2009-10-20 Tim Englich Integrated Patch of issue57 to get some Memoryusage-improvements
2009-10-19 Sascha L. Teichmann DefaultResult now directly inherits from HashMap.
2009-10-14 Tim Englich Added further Queries for Testing Spatial-Query-Support
2009-10-14 Tim Englich Add WKT-Syntaxt to Shape ReturnValue
2009-10-14 Tim Englich Added InnerJoin, Order By and Group By Support to Spatial-Queries
2009-10-13 Tim Englich Added SFS-Support to ArcSDE-Query-Part without any Spatial restriction in the where clause
2009-10-13 Tim Englich Fixed issue 34
2009-10-13 Tim Englich Added SFS-Support to ArcSDE-Query-Part
2009-10-13 Tim Englich Added SFS-Support to ArcSDE-Query-Part
2012-09-28 Thomas Arendsen Hein merged gnv-artifacts/0.2
2009-11-16 Ingo Weinzierl Added start-script to version control.
2009-11-13 Hans Plum RELEASE 0.2: Summarized activities in NEWS, Changes
2009-11-13 Hans Plum Unified style of ChangeLog descriptions refering to issues
2009-11-13 Tim Englich Moved Comment according to Instantiationerrors loading Artifact.
2009-11-13 Tim Englich Added Documentation of Configuration-Files
2009-11-13 Tim Englich Removed Statisticsupport for VerticalCrossSection and HorizontalCrossSection according to Requirement TG_0030.061
2009-11-12 Tim Englich Added proper values for calculating the Statistics of VerticalProfiles and HorizontalProfiles issue86
2009-11-12 Tim Englich Translated "Keine Auswahl" to "No Selection" according to the Specification that
2009-11-12 Tim Englich Put a name to each Statistic group which is similar to the name of the
2009-11-11 Tim Englich Added Validation if a given maxvalue is greater than a given minvalue issue19
2009-11-11 Tim Englich BugFix: The Value of SingleInputFields will now also be shown in the static ui. issue81
2009-11-11 Tim Englich BugFix: Storage of "feeded" MinMaxValues will now work. issue79
2009-11-11 Tim Englich Removed unnecessary characters 'v' from the Documents. issue76
2009-11-10 Tim Englich Added Ressources for the AreaFilter Ids areaid and subareid
2009-11-10 Tim Englich Sort Columns to the given order of the ODV-Specification
2009-11-10 Tim Englich Added ODV-Export to VerticalCrossSection on Meshes
2009-11-10 Tim Englich Added ODV-Export to HorizontalCrossSection on Meshes
2009-11-10 Tim Englich Added ODV-Export to HorizontalProfiles on InstantaneousPoint
2009-11-10 Tim Englich Added ODV-Export to VerticalProfiles in InstantaneousPoint
2009-11-10 Tim Englich Added ODV-Export to HorizontalProfiles in Meshes
2009-11-09 Tim Englich Added ODV-Export to VerticalProfiles
2009-11-09 Tim Englich Added ODV-Export-Support to TimeSeries Mesh
2009-11-09 Ingo Weinzierl Added possibility to print column labels in the first line of an export. Added labels for odv export as well.
2009-11-09 Ingo Weinzierl ODV-export for timeseries completed.
2009-11-09 Tim Englich Added SQL-Statement for ODV-Exports on Verticalprofiles TimeSeriesPoints
2009-11-09 Tim Englich Added SQL-Statement-ID for ODV-Exports on Verticalprofiles TimeSeriesPoints
2009-11-09 Ingo Weinzierl Renaming HorizontalProfileDataCollector into ShapeDataCollector.
2009-11-09 Ingo Weinzierl HorizontalProfile CSV-export uses an Exporter instead of writing csv on its own.
2009-11-09 Ingo Weinzierl Added DataCollector which collects data used for exports.
2009-11-09 Tim Englich Added special Data-Selection to the ODV-Exports of TimeSeries on TimeSeriesPoints. issue68
2009-11-06 Tim Englich Added the Region-Filter to the Workflow of the Artifacttescases to be able to test it automatically.
2009-11-06 Ingo Weinzierl Implemented an exporter for odv and csv exports.
2009-11-06 Tim Englich Added the Region-Filter to the Workflow of the Artifacttescases to be able to test it automatically.
2009-11-06 Ingo Weinzierl Added missing ChangeLog entry for last revision.
2009-11-06 Ingo Weinzierl Added odv output format to products.
2009-11-06 Tim Englich Bugfix Gap-Calculation moved maxGap into negative Valies because of overflow of Long-Variable.
2009-11-06 Tim Englich Bugfix Gap-Calculation moved maxGap into negative Valies because of overflow of Long-Variable.
2009-11-05 Tim Englich Added the RegionFilters into the configuration of the Products for TimeSeriesPoints.
2009-11-05 Tim Englich Added the RegionFilters into the configuration of the Products for Meshes.
2009-11-05 Tim Englich Removed some Compilation-Errors according to API-Changes in the ArtifactDatabase.
2009-11-03 Tim Englich Implemented the special case for TimeGaps in Meshes issue45
2009-11-02 Tim Englich General CodecCleanup:
2009-10-30 Tim Englich Added the Testcase for Horizontal Cross-Sections
2009-10-30 Tim Englich Integrated the OutputTransition for Horizontal Cross-Sections
2009-10-29 Tim Englich Added configurable TimeGap Support to the TimeSeries-Chart-Generation. issu45
2009-10-28 Tim Englich Added Workflow for determining the Query-Parameters for Horizontal cross-sections.
2009-10-28 Tim Englich Added Configuration and Ressources for two new FIS. Current Meter and Ice Station Reports
2009-10-27 Tim Englich Added two new FIS according to GT_0020.002
2009-10-27 Tim Englich Integration of the selection of the min and max Layer used in Verticalprofiles of Meshes. issue61
2009-10-26 Tim Englich Minimum and Maximum Depth should be entered by the User issue31
2009-10-26 Tim Englich Minimum and Maximum Depth should be entered by the User issue31
2009-10-23 Tim Englich The Timeperiod of the Modeldata has changed. so it was nessessarry to change
2009-10-23 Tim Englich gnv-artifacts/trunk@265 c6561f87-3c4e-4783-a992-168aeb5c3f6f
2009-10-23 Tim Englich Use super.identifier as uuid. issue3
2009-10-23 Tim Englich Store the Results of an Artifact not in the Artifact but in an ehcache instance. issue3
2009-10-23 Tim Englich Optimized Query horizontalprofile_instantaneouspoint_cruise because it is not warranted
2009-10-22 Tim Englich Added the support to Display the Time and the position of an Measurement in an VerticalProfile of Type Instantaneous Point
2009-10-22 Tim Englich Split the Configuration File in several small Documents to speed up the Artifactinstantiation and also make the administration of the Artifactdatabase easier. issue40 and issue59
2009-10-21 Tim Englich Added relative locations for further required Configurationfiles . issue59
2009-10-21 Tim Englich Added separat ConnectionPoolPrperties to this Project.
2009-10-21 Tim Englich Changed Configuration Folder to doc/conf
2009-10-21 Tim Englich Changed Configuration Folder to doc/conf
2009-10-21 Tim Englich Moved Configurationfiles
2009-10-21 Tim Englich Added Folder for the Configuration of the gnv-artifacts.
2009-10-20 Tim Englich Added the required Classes an Configuration for providing VerticalCrossSections
2009-10-20 Tim Englich Bugfix for TIMESERIESPOINT the first and the last value weren't used in the Query which was integrated from the
2009-10-19 Tim Englich Added uniform Visualization of Single Input-Elements to MinMax-Elements. issue55
2009-10-19 Tim Englich Catch Exception that the Calling Program could not put no InputData
2009-10-19 Tim Englich Adding empty Series into Chart to prevent NPE issue 19
2009-10-19 Tim Englich Correct misspelled Exception-Message as an Result of fixing issue35
2009-10-19 Tim Englich Changed the Value of Layer and Depth range visualization of Meshes
2009-10-19 Tim Englich Changed the displayed-Values as defined in issue47
2009-10-16 Tim Englich Conformation to the tanslation of the MeshObjects issue53
2009-10-16 Tim Englich Adding two further fis which are based on Mesh to the System.
2009-10-16 Tim Englich Adding 5% bigger Valuearea to the Chart according to GT0030.011
2009-10-16 Tim Englich Changed Domainlable for Verticalprofiles according to the Specification GT_0030.005
2009-10-16 Tim Englich Added Calculation of the Distance in the unit km for Geodetic-Coordinates according to the Specification GT_0030.004
2009-10-16 Tim Englich The Levelnumber of Meshes will also be visualized in the choose of depth GT_0020.0020
2009-10-16 Tim Englich Added Coordinate-Values to Title of the TimeseriesDiagramm for Meshes
2009-10-16 Tim Englich Bugfix ChartValues were not Recalculated after feed was called second Time.
2009-10-16 Tim Englich Bugfix in MinMaxTransition the Maxvalue was not the correct Value.
2009-10-16 Tim Englich Added Transformation from WKT-Coordinate Reperesentation to BSH-Coordinate Representation. issue38
2009-10-15 Tim Englich Added missing Class Description Values to the Horizontal Profile Charts
2009-10-15 Tim Englich Added Name of FIS to the Title of Charts
2009-10-15 Tim Englich Integrated special CSV-Export for HorizontalProfiles
2009-10-14 Tim Englich Add Spatial-Query-Syntax to HorizontalProfile-Queries and use Geometry to Calculate the X-Ordinate of the Chart.
2009-10-13 Tim Englich Added Parameter-Usage in Time-Interval-Query ISSUE-33
2009-10-13 Tim Englich Added real Coordinate-Query to HorizontalProfile- and VerticalProfile-Mesh
2009-10-13 Tim Englich Added real Coordinate-Query to TimeSeries-Mesh
2009-10-12 Sascha L. Teichmann Closed small file descriptor leak in loading SQL properties file.
2009-10-09 Tim Englich Format Code to max 80 Chars per Row and Cleanup
2009-10-09 Tim Englich Added parameter to the DateQueroes of Meshes
2009-11-13 Hans Plum RELEASE 0.2: Summarized activities in NEWS, Changes
2009-11-13 Hans Plum Unified changelog entries with references to issues
2009-11-13 Tim Englich Added Documentation of Configuration-Entries.
2009-11-12 Tim Englich Added localized Exception Messages.
2009-11-12 Tim Englich Made all Interfaces Serailizable and add UID to all Objects issue71
2009-11-12 Tim Englich Implemented a better GUI-Structure for displaying the Statisticdata. issue83
2009-11-11 Tim Englich Catch NPE and tell the user that the Session has expired. issue80
2009-11-11 Tim Englich The Submitbutton now is placed properly after single
2009-11-11 Tim Englich BugFix: Text-Inputfields will now be diabaled in static-ui issue81
2009-11-06 Ingo Weinzierl Replaced german umlaut with ascii character in language resource file.
2009-11-06 Ingo Weinzierl Changed restlet repository from M3 to SNAPSHOT in maven pom file.
2009-11-06 Ingo Weinzierl Added link to export data as odv.
2009-11-05 Tim Englich Switched the Communication for Describe-Calls to the artifact-database from get to post.
2009-10-28 Tim Englich Added Ressources for two new FIS. Current Meter and Ice Station Reports
2009-10-27 Tim Englich Added two new FIS according to GT_0020.002
2009-10-22 Tim Englich Bugfix NPE was thrown when an Exception occured in the Called ArtifactDatabase-Server issue58.
2009-10-21 Tim Englich Added context.xml to permitt cookies to provide
2009-10-19 Tim Englich Added uniform Visualization of Single Input-Elements in GUI. issue55
2009-10-19 Tim Englich Catch Exception that the Calling Program could not put no InputData
2009-10-19 Tim Englich Now the UI will compelte be shown if the User has done an Mistake entering
2009-10-19 Tim Englich Changed Lablevalues according to issue47
2009-10-16 Tim Englich Conformation to the tanslation of the Statisticsdescriptors issue48
2009-10-16 Tim Englich Adding the Names of the two new FIS to the Propertiesfiles issue49
2009-10-16 Tim Englich Adding the Names of the two new FIS to the Propertiesfiles issue49
2012-09-28 Thomas Arendsen Hein merged geo-backend/0.1 0.1
2009-10-07 Sascha L. Teichmann RELEASE 0.1
2009-10-06 Sascha L. Teichmann Unified changelog, removed some needless imports. xmllint-ed pom.xml
2009-09-29 Tim Englich Make the Constants assessible for other Parts of the Project to reduce the TouchPoints for Dateformats
2009-09-24 Tim Englich Make Classes Serializable for Storing in ArtifactDatabase
2009-09-21 Tim Englich Added formatted Date Handling in getString Method
2009-09-21 Tim Englich Some Log Messages Added.
2009-09-12 Sascha L. Teichmann Removed target
2009-09-09 Tim Englich Some little performanceimprofments and Bugfixes
2009-09-04 Tim Englich GroupID changed
2009-09-04 Tim Englich correct wrong previous check-in
2009-09-04 Tim Englich Editing pom-build-plugins
2009-09-04 Tim Englich Fix Bug setting the Filtervalues into the Statement.
2009-09-04 Tim Englich Implementation of the Datainfrastructure for fetching Data from different DataStores.
2009-09-02 Tim Englich Changelog nachgereicht
2009-09-02 Tim Englich Implementierung Datenzugriff auf die ArcSDE über java.sql. Methodiken
2009-09-02 Tim Englich Library Dependencies Added to pom.xml-File
2009-09-02 Tim Englich geo-backend/trunk@4 c6561f87-3c4e-4783-a992-168aeb5c3f6f
2012-09-28 Thomas Arendsen Hein merged gnv-artifacts/0.1
2009-10-07 Sascha L. Teichmann RELEASE 0.1
2009-10-06 Tim Englich Switch Lable-Value for Domain-Axis.
2009-10-06 Tim Englich Added some missing RessourceValues
2009-10-06 Tim Englich Added some missing RessourceValues
2009-10-06 Sascha L. Teichmann s@test/plain@text/plain@g to correct MIME type of CSV export
2009-10-06 Sascha L. Teichmann Move resources to a place where maven puts them into final package.
2009-10-06 Tim Englich Resolved gnv/issue21 No NPE will be thrown.
2009-10-05 Tim Englich Added the new FIS
2009-10-05 Tim Englich Adding Languagetransfer to the ArtifactDatabase to the GNV-Client
2009-10-02 Tim Englich LanguageSupport integrated
2009-10-02 Tim Englich Added Horizontal-Profile-Support for Meshes.
2009-10-01 Sascha L. Teichmann Removed needless imports.
2009-09-30 Tim Englich Added TestCase for HorizontalProfiles of InstataneousPoints and the required Configuration
2009-09-30 Tim Englich Added Basic-Support for HorizontalProfiles
2009-09-30 Sascha L. Teichmann Fixed some text/xml MIME types in configuration.
2009-09-29 Tim Englich Integrate the type Point into the ArtifactMethod.
2009-09-29 Tim Englich Some Codeimprovments done
2009-09-29 Tim Englich Some Coderedundances refactored.
2009-09-29 Tim Englich Bug fixed: Mesh TimeSeries will now Handle Charts with multiple Depth-Values properly.
2009-09-29 Tim Englich Added TestCase for TimeSeriesMesh
2009-09-29 Tim Englich ExceptionTest for Responsdocuments added.
2009-09-29 Tim Englich TestCaseRequests for VerticalProfile FIS Mesh
2009-09-29 Tim Englich Bugfix: Remove leading- and trailingwhitespaces from Date- and Integervalues
2009-09-29 Tim Englich Testcases for VerticalProfile and VerticalProfile Instantaneouspoint added
2009-09-29 Tim Englich Imporved JUnitTest and Bugfixing as a Result of this Improvement.
2009-09-29 Tim Englich Inputvalidation for String, Integer and Date Values added.
2009-09-28 Tim Englich Some Performanceimprovement done
2009-09-28 Tim Englich ehcache Integration for storing the chartresultvalues
2009-09-28 Tim Englich Add Statisticssupport also to VerticalProfiles
2009-09-28 Tim Englich Bug fixed. Now all Values will be used to calculate the Statistics
2009-09-28 Tim Englich Changed the Output-format of Statistics from text/plain to text/xml.
2009-09-28 Tim Englich Put the Statisticscalulation to the Outmethod of the OutputTransition.
2009-09-28 Tim Englich Remove Compile-Errors from the StatisticsPart
2009-09-28 Tim Englich Imported Statistics-Classes from old Project. Revision: 3101 Does not compile
2009-09-25 Tim Englich Added Support for Patameters in OutputModes
2009-09-25 Tim Englich Added Support for Patameters in OutputModes
2009-09-24 Tim Englich Added CSV-Support and do some performanceimprovments
2009-09-24 Tim Englich Successreporting added
2009-09-24 Tim Englich Some CodeCleanup done.
2009-09-24 Tim Englich SQL-Queries formatted, Some Bugs fixed
2009-09-24 Tim Englich Some Codecleanup done
2009-09-23 Tim Englich Added Support for VerticalProfiles for InstantaneousPoints
2009-09-23 Tim Englich Bugfixed in Querypreparation
2009-09-23 Tim Englich Added Support for Vertical Profiles Mesh
2009-09-22 Tim Englich Added Support for Vertical Profiles Marnet, STAUN, IMIS
2009-09-21 Tim Englich Added Support for TimeSeriesMesh
2009-09-17 Tim Englich Databases Timeout set to Minutes
2009-09-17 Tim Englich Implementation of the Static UI done
2009-09-16 Tim Englich Added Multiselectsupport for InputValues
2009-09-16 Tim Englich Some improvements an bugfixes done
2009-09-15 Tim Englich Integrate UI-Representation for Describe into the FISArtifact.
2009-09-14 Tim Englich Make the Interfaces Serializable to make them usable in the Artifactdatabase
2009-09-14 Tim Englich Make the Interfaces Serializable to make them usable in the Artifactdatabase
2009-09-14 Tim Englich Refactoring Work depending on Infrastructurchanges in the Artifact-Module
2009-09-10 Tim Englich TestCase moved from TimeSeriesArtifact to FISArtifact. Used FIS: Marnet
2009-09-10 Tim Englich Integrated FIS-Artifact
2009-09-10 Tim Englich Refactoringwork done because of changes in the artifact-module
2009-09-10 Tim Englich TestCase Refactored to the new Folder-Based Configuration.
2009-09-09 Tim Englich Chartrendering integrated in Timeseries Transition
2009-09-09 Tim Englich Refactor ChartFactory so that it is able to be compiled without errors.
2009-09-09 Tim Englich Added JfreeChart Dependency to pom-file
2009-09-09 Tim Englich Insert Chart-Classes from old Repository
2009-09-09 Tim Englich Integrated Output Methods and Interfacsstructure
2009-09-09 Tim Englich Changed DateoutputFormat from German- to Anericanstyle
2009-09-09 Tim Englich Testcases Modified
2009-09-09 Tim Englich Implementation of the MIN- / MAX-Value Representation
2009-09-08 Tim Englich TestCase implemented until Choosing the TimeInetval of an TimeSeries
2009-09-08 Tim Englich Outputs integrated in describe and XForms integrated
2009-09-08 Tim Englich Artifact.advance initial implementiert
2009-09-08 Tim Englich Funktionalität Feed initial bereitgestellt.
2009-09-08 Tim Englich Required Inputelements integrated in BAsicArtifact-Descibe-Outputv
2009-09-08 Tim Englich Constructs for the required Inputvalues for an Transition created
2009-09-08 Tim Englich 2009-09-08 Tim Englich <tim.englich@intevation.de>
2009-09-08 Tim Englich Added getDescription to a Transition
2009-09-07 Tim Englich First Implementation of the GNV-Artifacts
2009-09-04 Tim Englich First Implementation of an ArtifactFactory
2009-09-04 Tim Englich Initial Projectsetup
2009-10-07 Sascha L. Teichmann RELEASE 0.1
2009-10-06 Tim Englich English-Language-Support added
2009-10-06 Tim Englich Read the Status-Code from the Response and throw an Exception which Message will be visualized in the GUI. gnv/issue18
2009-10-06 Sascha L. Teichmann Moved Changelog to ChangeLog to make eclipse happier.
2009-10-06 Sascha L. Teichmann Unified changelog style
2009-10-06 Sascha L. Teichmann Remove XMLBeans stuff, set filtered resources to UTF-8 to supress maven build warning.
2009-10-06 Tim Englich Added Global Forward to determine the Start-URL of the Project. gnv/issue14
2009-10-06 Tim Englich Deaktivate Links save Project and load Project gnv/issue12
2009-10-05 Tim Englich Added some more FIS-Ressource.
2009-10-02 Tim Englich Adding Languagetransfer to the ArtifactDatabase to the GNV-Client
2009-10-02 Tim Englich gnv/trunk@179 c6561f87-3c4e-4783-a992-168aeb5c3f6f
2009-10-02 Tim Englich Format Code to max 80 Chars per Row better Formatter choosen
2009-10-02 Tim Englich Format Code to max 80 Chars per Row Forgot to commit Changelog
2009-10-02 Tim Englich Format Code to max 80 Chars per Row
2009-10-02 Tim Englich CodeCleanUP
2009-10-02 Tim Englich Added Global Errorhandling to the GNV-Client
2009-09-28 Tim Englich Adding missing StatisticsDescription for Arithmetic Mean.
2009-09-28 Tim Englich Adding StatisticsOutput to the GUI
2009-09-25 Tim Englich Bug fixed in CSV-Export Link
2009-09-25 Tim Englich Added dynamic Outputparameter Support and Outputparameter-manipulation
2009-09-25 Tim Englich Export and Diagrammoptions integrated into GUI
2009-09-24 Tim Englich CodeCleanup in Imported Javascriptfile
2009-09-24 Tim Englich Please-Wait Dialog from old Project reactivated.
2009-09-24 Tim Englich Added existing JavaScripte-Code to the Project
2009-09-24 Tim Englich Codecleanup
2009-09-24 Tim Englich Configurable logging integrated in the Web-Application
2009-09-23 Tim Englich Made ArtifactDatabase URL configurable
2009-09-23 Tim Englich Some GUI-Improvements done
2009-09-23 Tim Englich Some GUI improvements done
2009-09-22 Tim Englich Logging reduced
2009-09-21 Tim Englich Do some Imporvements for Userfriendly exceptionhandling.
2009-09-17 Tim Englich Static UI -integration an some refactoringwork done
2009-09-16 Tim Englich Some Stylingimprovements done
2009-09-16 Tim Englich Intergate the new Pageinfrastructure into the old Layout
2009-09-16 Tim Englich Import of MainLayout, Styles, images and Scripts from old System Revision: 3101 Does not compile
2009-09-16 Tim Englich Import of MainLayout, Styles, images and Scripts from old System Revision: 3101 Does not compile
2009-09-16 Tim Englich Chartoutput Added to the View
2009-09-16 Tim Englich Integration of moving through the Artifact-States and rendering the UI.
2009-09-15 Tim Englich Integration of the required XSL-Transformation of the Describe-Response of the Artifactdatabase
2009-09-15 Tim Englich Added "Create Artifact" and "Describe Artifact" to the Testszenario.
2009-09-14 Tim Englich Support for Initial DescribeCall to ArtifactDatabase implemented
2009-09-14 Tim Englich Some Basic Stuff for WebProjects
2009-09-14 Tim Englich Support for creating an Artifact integrated
2009-09-11 Tim Englich Added Further Dependencies and Plugins to pom.xml.
2009-09-11 Tim Englich Testcase for querying Artifacfactorydescriptions from the ArtifactDatabase
2009-09-11 Tim Englich Basic Struts-Infrastructur Added
2009-09-11 Tim Englich Infrastructur for Providing Applicationsettings
2009-09-11 Tim Englich infrastructur for Communicationg with the ArtifactDatabase added.
2009-09-10 Tim Englich Added Eclipse-Specific Files and Folders to svnignoe
2009-09-10 Tim Englich Initialer Projektimport

http://dive4elements.wald.intevation.org