log

age author description
2011-06-03 Ingo Weinzierl Added a control to reset the zoom of a chart. In addition, the zoom buttons are displayed as ImgButtons now.
2011-06-03 Ingo Weinzierl Append the x and y ranges determined after zooming with the ZoomboxControl to the attribute document used for the chart creation.
2011-06-01 Ingo Weinzierl Added the ChartOutputTab as ZoomHandler for the ZoomboxControl - no zooming is done yet.
2011-06-01 Ingo Weinzierl Implemented a zoombox control and added it to the chart toolbar.
2011-06-01 Ingo Weinzierl Improved the layout of the mouse position panel.
2011-06-01 Ingo Weinzierl Adapted the MousePositionPanel to use the Transform2D object for computing the chart coordinates from image coordinates.
2011-06-01 Ingo Weinzierl The collection object in the CollectionView is now accessible via getter method.
2011-06-01 Ingo Weinzierl Removed a debug statement.
2011-06-01 Ingo Weinzierl Added a chart info service to fetch the info document for a specific chart from artifact server.
2011-05-27 Ingo Weinzierl Added a first implementation of a MousePositionPanel - work is not finished yet.
2011-05-27 Ingo Weinzierl Moved the toolbar stuff of the chart panel into an own class.
2011-05-27 Ingo Weinzierl Replaced buttons displayed as labels with real buttons.
2011-05-27 Ingo Weinzierl The chart in the ChartOutputTab is refreshed when there occur any changes in the chart theme panel.
2011-05-27 Ingo Weinzierl Connected the CollectionAttributeService with the artifact server - Collection modifications will now be stored in the artifact databae.
2011-05-27 Ingo Weinzierl Changes in the chart theme panel will now have an effect on the themes stored at the collection.
2011-05-26 Ingo Weinzierl Connected the actions in the navigation panel with the theme list in the ChartThemePanel - themes can be moved now.
2011-05-25 Ingo Weinzierl Added a navigation panel to the bottom of the theme control panel to move themes up/down (function not implemented yet).
2011-05-25 Ingo Weinzierl Added a service stub to update/modify the attribute of a collection (used in the theme control panel).
2011-05-25 Ingo Weinzierl Removed a bug in the DefaultTheme that prevented setting the artifact of a Theme correctly.
2011-05-25 Ingo Weinzierl The theme list information stored in the attribute of a collection is read and added in form of Themes and ThemeLists to the Collection.
2011-05-25 Ingo Weinzierl Implemented the first step of a theme control panel for charts.
2011-05-25 Ingo Weinzierl Removed needless imports.
2011-05-25 Ingo Weinzierl Added a new package 'chart' that should be the place where chart relevant classes should be stored. Moved ChartOutputTab into that package.
2011-05-25 Ingo Weinzierl Bugfix in the range/location panel - avoid NullPointerExceptions in getData().
2011-05-24 Ingo Weinzierl ISSUE-90 & ISSUE-40 (part II/II) Former selected values are preselected after back jumps.
2011-05-24 Ingo Weinzierl Added i18n error messages.
2011-05-24 Ingo Weinzierl Take care on empty Data objects while initializing default values in Location/distance panel.
2011-05-24 Ingo Weinzierl ISSUE-85 (part II/III) Repaired broken location/range panel.
2011-05-24 Ingo Weinzierl The default values/labels for Data objects are read from DESCRIBE document.
2011-05-24 Ingo Weinzierl Enhanced the Data object to save default values/labels.
2011-05-23 Ingo Weinzierl Added a mechanism to listen to changes relating to output modes of collections and artifacts. Solves a part of ISSUE-62.
2011-05-20 Ingo Weinzierl Reverted commit that changed the default port of the artifact server.
2011-05-20 Ingo Weinzierl Added missing i18n strings for duration curve export.
2011-05-20 Ingo Weinzierl Tagged release 2.3.1 of flys-client.
2011-05-20 Ingo Weinzierl Prepared Changes for release 2.3.1
2012-09-28 Thomas Arendsen Hein merged flys-backend/2.3.1 2.3.1
2011-05-20 Ingo Weinzierl Tagged release 2.3.1 of flys-backend.
2011-05-13 Ingo Weinzierl Prepared Changes for the upcoming release.
2011-05-11 Sascha L. Teichmann Schema: Added a column which tells if a river counts its km up or downwards.
2011-05-10 Sascha L. Teichmann Fixed flys/issue11 and flys51.
2011-05-09 Sascha L. Teichmann Importer: Added unsharp lookup to avoid numerical problems.
2011-05-09 Sascha L. Teichmann Importer: Fix silly bug and set Hibernate session flushing back to auto.
2011-05-09 Sascha L. Teichmann Importer: Change caching strategy not to cause OOM any more.
2011-05-08 Sascha L. Teichmann Importer: Use BigDecimals in hashing to prevent numerical problems. Cache ranges globally, too.
2011-05-08 Sascha L. Teichmann Importer: Only accept main value types 'Q', 'W', 'D' and 'T' by default.
2011-05-08 Sascha L. Teichmann Importer: Cache the discharge table values, too.
2011-05-08 Sascha L. Teichmann Importer: centralized caching
2011-05-08 Sascha L. Teichmann Schema: Dropped constraint which forces discharge tables to have a unique time interval for a given gauge and kind.
2011-05-08 Sascha L. Teichmann Importer: make column names in WST files unique by appending (1), (2) and so on in case of collision
2011-05-06 Sascha L. Teichmann Importer: Import the "HW-Schutzanlagen", too.
2011-05-06 Sascha L. Teichmann Importer: Make import of historical discharge tables work.
2011-05-05 Sascha L. Teichmann Importer: parse historical discharge tables, too. TODO: store them in database.
2011-05-05 Sascha L. Teichmann Importer: Prefix "Zusätzliche Längsschnitte" with "Zus.Längsschnitte" in description.
2011-05-05 Sascha L. Teichmann Import "Hochwasser-Marken", too.
2011-05-05 Sascha L. Teichmann Importer: Ignore lines that contain km positions which were found before in the same WST file.
2011-05-05 Ingo Weinzierl River got a new method that returns all gauges intersected by a given start and end point.
2011-05-03 Sascha L. Teichmann Importer: forgot to fetch time interval peer
2011-05-03 Sascha L. Teichmann Importer: Attach a time interval to a discharge table if we find one during import.
2011-05-03 Sascha L. Teichmann Importer: Try to extract time ranges from at files.
2011-05-03 Sascha L. Teichmann Parse and store "amtliche Linien" wst files.
2011-05-03 Sascha L. Teichmann Importer: parse and store fixation wst files as well
2011-05-03 Sascha L. Teichmann Importer: Support parsing "zusaetzliche Laengsschnitte".
2011-05-02 Sascha L. Teichmann Fixed flys/issue19
2011-05-02 Ingo Weinzierl Introduced a 'scale' parameter in Gauge.determineMinMaxW().
2011-05-01 Sascha L. Teichmann Removed superfluous import.
2011-04-20 Ingo Weinzierl Implemented a WstColumnValue cache to speed up inserting WST files into database.
2011-04-18 Sascha L. Teichmann Forgot to add db update to changelog
2011-04-18 Sascha L. Teichmann Added a view 'wst_value_table' which aggregates the data to build w/q value tables.
2011-04-18 Sascha L. Teichmann Add forgotten one to many relation Wst -> WstColumn.
2011-04-18 Sascha L. Teichmann Import of q ranges of wst files was totally broken.
2011-04-18 Sascha L. Teichmann Importer: Forgot kind parameter in peer fetching query.
2011-04-18 Ingo Weinzierl Added a new method to determine the selected gauge of a river based on a start and end point.
2011-04-15 Sascha L. Teichmann Added 'position' column to wst_columns to allow order them by there column position in the original wst file.
2011-04-15 Sascha L. Teichmann Forget ',' in schema.
2011-04-15 Sascha L. Teichmann Fixed index problem when an empty list is returned.
2011-04-15 Ingo Weinzierl Added methods to retrieve the min and max W and Q values of a Wst and Gauge.
2011-04-15 Sascha L. Teichmann Added new column 'kind' in discharge tables and wst to distinguish between different types.
2011-04-15 Ingo Weinzierl Moved the SessionHolder from flys-artifacts to flys-backend.
2011-04-14 Ingo Weinzierl Added a method to River that returns the min and max distance of the river.
2011-04-03 Sascha L. Teichmann Removed trailing whitespace.
2011-03-30 Ingo Weinzierl Tagged RELEASE 0.1 of FLYS backend.
2012-09-28 Thomas Arendsen Hein merged flys-artifacts/2.3.1
2011-05-20 Ingo Weinzierl Tagged release 2.3.1 of flys-artifacts.
2011-05-20 Hans Plum Notes to Release V 2.3.1
2011-05-19 Sascha L. Teichmann Increment kms array size by one to take the end of range, too.
2011-05-19 Sascha L. Teichmann Use unsharp km lookup (epsilon = 0.0001).
2011-05-19 Ingo Weinzierl ISSUE-66 Fixed broken english subtitle template for longitudinal section charts.
2011-05-19 Ingo Weinzierl The curve of a computed discharge curve has a human readable text now.
2011-05-19 Sascha L. Teichmann Reintroduced titles for the "W for unausgeglichene Abfluesse".
2011-05-19 Ingo Weinzierl Added names for discharge curves (at gauges).
2011-05-19 Sascha L. Teichmann Removed dead code
2011-05-19 Sascha L. Teichmann use correct kms and step width now now
2011-05-18 Sascha L. Teichmann Use new logic to calculate "W für ungleichwertige Abfluesse". Not working yet.
2011-05-18 Ingo Weinzierl Enabled the discharge longitudinal section to be exported as WST.
2011-05-18 Sascha L. Teichmann flys/issue69: Connected calculation with the UI
2011-05-18 Ingo Weinzierl W and Q curves in longitudinal section curves will now have names.
2011-05-18 Ingo Weinzierl WSTs will now have a header that contains the names of the Ws or Qs that had been defined for the computation.
2011-05-17 Ingo Weinzierl Implemented writer that creates WSTs and enabled the WaterlevelExporter to create those.
2011-05-17 Ingo Weinzierl Added a new class that supports formatters for different types of data.
2011-05-17 Ingo Weinzierl ISSUE-72 Repaired broken XPath expression in MainValuesService to extract start and end kilometer.
2011-05-17 Sascha L. Teichmann Separated the WST table loading logic from the calculations.
2011-05-17 Ingo Weinzierl Tagged RELEASE 2.3
2011-05-20 Ingo Weinzierl Tagged release 2.3.1 of flys-client.
2011-05-20 Hans Plum Reverted src/main/java/de/intevation/flys/client/client/config.xml after unintentional change
2011-05-20 Hans Plum NEWS to Release V 2.3.1
2011-05-19 Ingo Weinzierl Prepared Changes for the upcoming RELEASE 2.3.1
2011-05-19 Ingo Weinzierl ISSUE-35 The project view has a maximize button now.
2011-05-19 Ingo Weinzierl ISSUE-43 Adapted the english warning the is displayed before a language switch takes place.
2011-05-19 Ingo Weinzierl Added missing i18n strings for computed discharge curve exports.
2011-05-18 Ingo Weinzierl Added i18n strings for exports.
2011-05-17 Ingo Weinzierl Adjusted the width of an export button and added a tooltip to distinguish different exports.
2011-05-17 Ingo Weinzierl Adjusted a method signature of ClientProtocolUtils that has been changed in the last revision.
2011-05-17 Ingo Weinzierl Tagged RELEASE 2.3 of flys-client.
2012-09-28 Thomas Arendsen Hein merged flys-artifacts/2.3 2.3
2011-05-17 Ingo Weinzierl Tagged RELEASE 2.3
2011-05-16 Hans Plum Added NEWS File for collecting enduser-sepcific information for releases
2011-05-15 Sascha L. Teichmann First step to calculate "W fuer ungleichwertige Abfluesse" correctly. flys/issue55
2011-05-15 Sascha L. Teichmann Fix step to fix issue69: Do the right calculation
2011-05-13 Ingo Weinzierl Prepared Changes for the upcoming release 2.3.
2011-05-13 Ingo Weinzierl ISSUE-37 The river state wants to be rendered using a river_panel UI provider.
2011-05-12 Ingo Weinzierl Charts are generated using the size defined in the incoming request document.
2011-05-11 Ingo Weinzierl ISSUE-52 The longitudinal section charts will now always have the head of the river at the left side.
2011-05-11 Sascha L. Teichmann MetaDataService: Make incoming XML symmetric to DistanceInfoService.
2011-05-10 Ingo Weinzierl ISSUE-47 Adjusted the line color of W, Q and corrected W curves (temporarilly).
2011-05-10 Ingo Weinzierl Display gridlines in charts.
2011-05-10 Ingo Weinzierl ISSUE-53 Formatted number values of CSV exports.
2011-05-10 Ingo Weinzierl Implemented the input validation of WQ in the adapted WQ panel.
2011-05-10 Ingo Weinzierl The CSV exports will now have headers.
2011-05-10 Sascha L. Teichmann Datacage: Added river parameter to meta data services.
2011-05-10 Ingo Weinzierl Added subtitles to the available charts.
2011-05-10 Ingo Weinzierl Added a method to Resources that returns translated compound messages.
2011-05-10 Ingo Weinzierl Improved the OutGenerator interface to set a master artifact for the out generation.
2011-05-10 Ingo Weinzierl Enabled the WINFO artifact to choose between W and Q mode in the adapted wq panel of the discharge longitudinal section computation.
2011-05-09 Sascha L. Teichmann Datacage service: Cleanup served XML document.
2011-05-09 Sascha L. Teichmann Datacage: Added forgotten columns of fixation WST to datcage template.
2011-05-09 Ingo Weinzierl Enabled i18n support for charts.
2011-05-09 Ingo Weinzierl Added a CSV exporter for the discharge longitudinal section computation.
2011-05-07 Sascha L. Teichmann Back jump correction should work now for both flow directions.
2011-05-06 Sascha L. Teichmann Added data cage configuration for 'Längsschnitt'.
2011-05-06 Sascha L. Teichmann Add data cage configuration for "Abflusskurve [NN + m]".
2011-05-06 Ingo Weinzierl Added an OutGenerator to create discharge longitudinal section charts.
2011-05-06 Ingo Weinzierl Implemented methods to retrieve and compute the data used to create discharge longitudinal sections.
2011-05-05 Ingo Weinzierl Small bugfix in the adapted WQ state and further i18n strings.
2011-05-05 Ingo Weinzierl Changed the y-axis title of the computed discharge curve.
2011-05-05 Ingo Weinzierl Improved the transition model and added states to enable the 'discharge longitudinal section' computation - NOTE: the work in this computation has not finished yet.
2011-05-05 Ingo Weinzierl Use a default step width (100m) between two kilometers if no width is given.
2011-05-05 Ingo Weinzierl Fixed a potential NullPointerException while creating a longitudinal section chart.
2011-05-04 Sascha L. Teichmann fix flys/issue30
2011-05-04 Sascha L. Teichmann 'berechnete Abflusskurve': generate ws from qs
2011-05-04 Ingo Weinzierl Filled the discharge curve exporter (CSV) with code - now, it generates a CSV export with the computed discharge curve data.
2011-05-04 Ingo Weinzierl Enabled the WINFO artifact to compute the data for discharge curves (computed) - ComputedDischargeCurveGenerator uses those values now to create the chart.
2011-05-04 Ingo Weinzierl Improved the transition model and added classes to enable the WINFO artifact to create computed discharge curves - NOTE: each of the new classes is just a stub.
2011-05-03 Ingo Weinzierl Added an exporter to export the computed data of a duration curve.
2011-05-03 Ingo Weinzierl Modified a confusing debug statement.
2011-05-03 Ingo Weinzierl Added an exporter (OutGenerator) for waterlevels which currently supports CSV exports.
2011-05-03 Ingo Weinzierl Introduced an export output target on collection level that enables collections to be exported.
2011-05-03 Ingo Weinzierl I18N Bugfix.
2011-05-03 Ingo Weinzierl Added i18n strings for the location selection.
2011-05-03 Ingo Weinzierl Enabled the WINFO artifact to create duration curves - new OutGenerator, added methods for data computation.
2011-05-03 Sascha L. Teichmann visualize-transitions.xsl: State quoting was done wrong.
2011-05-02 Ingo Weinzierl Enhanced the transition model to reach a state that creates duration curves.
2011-05-02 Sascha L. Teichmann Flush/persist cache at end of program.
2011-05-02 Ingo Weinzierl The DischargeCurveGenerator uses public methods of FLYSArtifact to retrieve all necessary information of the current settings.
2011-05-02 Sascha L. Teichmann Moved expensive allocation of result arrays out of km loop.
2011-05-02 Ingo Weinzierl Enabled the FLYSArtifact to handle an array of inserted WQ values (without given ranges).
2011-05-02 Sascha L. Teichmann Repaired DischargeTables.getQForW()
2011-05-02 Ingo Weinzierl Enabled the server to handle longitudinal section chart requests with inserted W data - Ws are transformed into Qs then.
2011-05-02 Ingo Weinzierl Removed an unused parameter from DischargeTables.getQForW().
2011-05-02 Ingo Weinzierl Ws and Qs of a longitudinal section chart are mapped to an own range axis now.
2011-05-01 Sascha L. Teichmann Added caching support for the wst value tables.
2011-04-29 Sascha L. Teichmann Added ehcache support.
2011-04-29 Sascha L. Teichmann Added meta data service.
2011-04-29 Sascha L. Teichmann Added meta service stub. TODO: Add meta data builder.
2011-04-29 Ingo Weinzierl Bugfix: Changed the datastructure of the ThemeList (inner class of FLYSArtifactCollection) to store the theme of a chart in an ordered list -> Q curves of longitudinal section charts are now drawn.
2011-04-29 Ingo Weinzierl Implemented the chart creation of a longitudinal section chart - W and Q facets.
2011-04-29 Ingo Weinzierl Improved the calculation of the step width of ranges.
2011-04-29 Ingo Weinzierl New method WQKms.size() to retrieve the number of elements in the data pool.
2011-04-29 Sascha L. Teichmann WQKms model: Added a get() method which takes destination array as an argument.
2011-04-29 Ingo Weinzierl Introduced GNU Trove to store WQKms values in a more performant data structure.
2011-04-29 Ingo Weinzierl Added the name of the facet to the parameterlist of OutGenerator.doOut().
2011-04-29 Ingo Weinzierl Added themes and mappings for the W and Q theme of a longitudinal section curve.
2011-04-29 Ingo Weinzierl Added necessary methods to start the computation of waterlevel data.
2011-04-29 Ingo Weinzierl Introduced a model class to store a set of triple data objects that consist of W, Q and Kms information.
2011-04-29 Ingo Weinzierl Bugfix: Removed endless loop and a bug while iterating over Hibernate results.
2011-04-28 Ingo Weinzierl Added an OutGenerator for creating longitudinal section curves.
2011-04-28 Ingo Weinzierl Bugfix: Added missing <output-generators> section to the global configuration.
2011-04-28 Ingo Weinzierl Added a further state that is reached if the waterlevel calculation mode has been chosen.
2011-04-28 Ingo Weinzierl Added a new Transition to compare values.
2011-04-28 Ingo Weinzierl Bugfixes: Adapted a broken method call of TransitionEngine.isStateReachable() and added the outputs of a current state to the DESCRIBE.
2011-04-28 Ingo Weinzierl Bugfix: Added the missing init() method to a Transition and call it in the TransitionFactory after a Transition has been created.
2011-04-28 Ingo Weinzierl Bugfix: The outputs of a Collection's attribute document are stored in an outputs node now instead of being stored toplevel in the document.
2011-04-28 Ingo Weinzierl Throw an illegal argument exception in LocationDistanceSelect.validate() and WQSelect.validate() if no data has been inserted so far.
2011-04-28 Sascha L. Teichmann Added XSL transformation do create Graphviz digraph out of conf.xml
2011-04-28 Ingo Weinzierl The OutGenerator gets the theme of a facet while output creation.
2011-04-27 Ingo Weinzierl Removed useless imports.
2011-04-27 Ingo Weinzierl Added an abstract OutGenerator that should be the base class for all generators which create charts.
2011-04-27 Ingo Weinzierl Improved the out() operation of a Collection - the OutGenerator gets to know about the facets and its theme.
2011-04-26 Ingo Weinzierl The Attributes of a collection are written into its DESCRIBE now.
2011-04-26 Ingo Weinzierl Initialized the facet2theme mappings configured in themes.xml and added a function to the ThemeFactory that retrieves a theme from FLYSContext based on its name.
2011-04-22 Sascha L. Teichmann Corrected a silly c&p mistake.
2011-04-22 Sascha L. Teichmann Implementation of the "Ruecksprungkorrektur" to be done in "W fuer angepassten Abflusslaengschnitt".
2011-04-21 Ingo Weinzierl Removed debug code that has been commited by accident.
2011-04-21 Ingo Weinzierl Added a first small theme configuration and code to read it.
2011-04-21 Ingo Weinzierl Implementation of interfaces and its default implementations and a factory to work with themes.
2011-04-20 Sascha L. Teichmann Implementation of "Abflusskurve/Abflusstafel" calculation.
2011-04-20 Sascha L. Teichmann Added dependency to Apache Commons Math 2.2 (Apache License 2.0)
2011-04-20 Sascha L. Teichmann Discharge table: Fix problem when sorting by q (copied w instead of q).
2011-04-20 Ingo Weinzierl Fixed broken HQL statement.
2011-04-19 Sascha L. Teichmann Implemented the "Wasserstand/Wasserspiegellagen" calculation.
2011-04-19 Sascha L. Teichmann Discharge table: we need a getQForW() and not a getWForQ().
2011-04-19 Sascha L. Teichmann Discharge tables: Sorting of q values was done wrong.
2011-04-19 Ingo Weinzierl The list of annotations returned by the AnnotationFactory is ordered by its range.
2011-04-19 Ingo Weinzierl Added a service that returns the MainValues of a Gauge based on a river name and a stationing.
2011-04-19 Ingo Weinzierl Added a factory that returns MainValues.
2011-04-19 Sascha L. Teichmann Discharge table: Added static method getWForQ() to interpolate a w value for a given q value based on a given discharge table.
2011-04-19 Sascha L. Teichmann Discharge tables: Added convenience constructors/methods to ease the access to the master discharge table of a gauge.
2011-04-18 Sascha L. Teichmann Moved the query complexity of creating a w/q value table into view
2011-04-18 Sascha L. Teichmann Fetches w/q value tables from the backend.
2011-04-18 Ingo Weinzierl Changed the error key that is written to the result document of the feed operation.
2011-04-18 Ingo Weinzierl The inserted river is validated in the feed operation().
2011-04-18 Ingo Weinzierl The calculation method is validated in the feed() operation.
2011-04-18 Ingo Weinzierl The inserted ranges (distance and WQ ranges) are validated in the feed() operation.
2011-04-18 Ingo Weinzierl Removed testing code that has been comitted by accident in the last revision.
2011-04-18 Ingo Weinzierl The getGauge() method of the FLYSArtifact returns the first gauge based on the given stationing now.
2011-04-15 Ingo Weinzierl The WQ state fills the DESCRIBE with default values for W and Q.
2011-04-15 Ingo Weinzierl Added a WstFactory to return Wst objects.
2011-04-15 Ingo Weinzierl FLYSArtifact provides methods to retrieve the real River, Gauge objects.
2011-04-15 Ingo Weinzierl Bugfix: repaired broken imports of the session holder.
2011-04-15 Ingo Weinzierl Removed the SessionHolder and adapted imports.
2011-04-14 Sascha L. Teichmann Acquire/release sessions in services to avoid db connection leaks.
2011-04-14 Ingo Weinzierl The location/distance state now writes default values into DESCRIBE.
2011-04-14 Ingo Weinzierl Added a new function to RiverFactory that retrieves a River object based on a given river name.
2011-04-14 Sascha L. Teichmann Backend access: Static methods are using the SessionHolder, too.
2011-04-14 Ingo Weinzierl Finalized the SessionCallContextListener and registered it as CallContext.Listener in the configuration.
2011-04-14 Ingo Weinzierl Bugfix: Call correct method to retrieve and initialize an instance of SessionFactoryProvider.
2011-04-14 Sascha L. Teichmann Added a session holder to hold hibernate sessions.
2011-04-14 Ingo Weinzierl Added an Implementation of CallContext.Listener to open/close Hibernate Sessions for each request.
2011-04-14 Ingo Weinzierl Modified the states' describe() method - related to the last commit.
2011-04-14 Ingo Weinzierl Removed the state to explicitly select a gauge.
2011-04-13 Ingo Weinzierl Bugfix: Repaired the dynamic UI part of the RiverSelect state in DESCRIBE.
2011-04-12 Ingo Weinzierl Write the name of an artifact into the DESCRIBE document.
2011-04-12 Ingo Weinzierl Bugfix: States are filled with data before they describe themself.
2011-04-11 Ingo Weinzierl Implemented a service that retrieves distance information for a specific river.
2011-04-06 Ingo Weinzierl The FLYSArtifactCollection overrides out() and uses OutGenerators to create output for this operation.
2011-04-06 Ingo Weinzierl Added a DischargeCurveGenerator that creates discharge curves.
2011-04-06 Ingo Weinzierl Changed the visibility of getData() method of FLYSArtifacts.
2011-04-03 Sascha L. Teichmann Removed trailing whitespace.
2011-04-03 Sascha L. Teichmann Make project compilable again.
2011-03-31 Ingo Weinzierl Added code to parse the configured OutGenerators in the global configuration and to save a map of such in the FLYSContext.
2011-03-31 Ingo Weinzierl Added an OutGenerator interface that might be used to generator collected outputs of a set of artifacts.
2011-03-30 Ingo Weinzierl Removed the Backend reference from FLYSArtifactCollection.
2011-03-30 Ingo Weinzierl Enhanced the output mode for discharge curves with three facets.
2011-03-30 Ingo Weinzierl Tagged RELEASE 0.1 of FLYS Artifacts.
2011-05-17 Ingo Weinzierl Tagged RELEASE 2.3 of flys-client.
2011-05-16 Hans Plum Added missing information for release
2011-05-16 Hans Plum Added NEWS File for collecting enduser-sepcific information for releases
2011-05-13 Ingo Weinzierl Prepared Changes for the upcoming release 2.3.
2011-05-13 Sascha L. Teichmann Datacage: Better converter for incoming XML tree
2011-05-12 Raimund Renkert ISSUE 61: Changed datacage button style.
2011-05-12 Raimund Renkert ISSUE 46: Removed the table header context menu.
2011-05-12 Raimund Renkert ISSUE 43: Changed i18n strings.
2011-05-12 Raimund Renkert Show rivers as links instead of a combobox.
2011-05-12 Ingo Weinzierl ISSUE-15 The charts in the chart panel are requested with the size of the parent panel.
2011-05-12 Ingo Weinzierl Enabled the client to request charts in different sizes.
2011-05-12 Ingo Weinzierl ISSUE-34 Limit the windows which are moved to the right lower corner to 10.
2011-05-11 Sascha L. Teichmann Datacage: transport rpc result to ui.
2011-05-11 Ingo Weinzierl Changed the height of the export panel.
2011-05-11 Sascha L. Teichmann UI stub for data cage
2011-05-11 Ingo Weinzierl ISSUE-56 Display download buttons to export the computed data.
2011-05-11 Ingo Weinzierl Added a service to export data from the artifact server.
2011-05-11 Raimund Renkert ISSUE 34: Move every new project window 20 px down and right.
2011-05-11 Raimund Renkert ISSUE 44: Moved the location/range and WQ input tables to the helper panel and
2011-05-11 Raimund Renkert Set the computation result panel width and height to 100%.
2011-05-11 Ingo Weinzierl Parse the facets of a Collection and distinguish between an ordinary OutputMode and an ExportMode (new).
2011-05-11 Ingo Weinzierl ISSUE-41 Moved the panel that shows the computation results right beside the parameterization - NOTE: issue is still open.
2011-05-11 Ingo Weinzierl ISSUE-57 Replaced wrong i18n function call.
2011-05-10 Ingo Weinzierl ISSUE-48 Added placeholder for the toolbar and the theme control in the chart output tab.
2011-05-10 Ingo Weinzierl ISSUE-38 Set the first value of a select box as default value.
2011-05-10 Ingo Weinzierl Added i18n error messages used in the adapted wq panel.
2011-05-10 Raimund Renkert Changed the empty table message for the WQ input table.
2011-05-10 Raimund Renkert Changed the empty table message for helper and data tables.
2011-05-10 Sascha L. Teichmann Added stub for meta data service.
2011-05-10 Raimund Renkert Fixed the location input. A range selection sets the correct location values
2011-05-10 Raimund Renkert Remove the data table on step back.
2011-05-10 Raimund Renkert Build a dynamic table for the CSV data.
2011-05-10 Ingo Weinzierl Fixed attributes/namespaces in the XML document that is used to fetch the CSV export of WINFO computations.
2011-05-09 Ingo Weinzierl Fixed a broken dependency in the maven pom file.
2011-05-09 Raimund Renkert Added table and service for calculation output to UI.
2011-05-09 Ingo Weinzierl Added radio buttons to choose between W/Q modes in the adapted WQ panel.
2011-05-09 Ingo Weinzierl Bugfix: the current locale string is used to fetch chart images now.
2011-05-09 Ingo Weinzierl Added a doubleclick listener to the project list to open a project.
2011-05-09 Sascha L. Teichmann Removed superfluous imports.
2011-05-09 Ingo Weinzierl Changed the wording when speaking about kilometer ranges.
2011-05-05 Raimund Renkert Enable or disable table rows depending on the WQ selection.
2011-05-05 Raimund Renkert Implemented handler for WQ value selection.
2011-05-05 Raimund Renkert Added table for WQ inputs.
2011-05-05 Ingo Weinzierl Implemented the createOld() of WQAdaptedInputPanel.
2011-05-05 Ingo Weinzierl The WQAdaptedInputPanel displays input fields for each gauge and returns the correct w/q values now.
2011-05-04 Raimund Renkert Added new WQ info service and data structures.
2011-05-04 Raimund Renkert Do not update the locations table if no data is cached.
2011-05-04 Ingo Weinzierl Added a stub implementation of a WQ panel for discharge longitudinal section computations.
2011-05-04 Raimund Renkert Fixed the single location input panel.
2011-05-04 Ingo Weinzierl Renamed non-computed discharge curve outputs.
2011-05-04 Ingo Weinzierl Added i18n strings for the computed discharge curve.
2011-05-03 Ingo Weinzierl Added new i18n strings for new output modes.
2011-05-03 Raimund Renkert Added new UI provider for single location selection.
2011-05-02 Raimund Renkert Cash the table data and rebuild the location table on distance selection.
2011-05-02 Ingo Weinzierl Introduced two further parameters in the WQ panel to determine the selection mode (range/single, w/q).
2011-05-02 Raimund Renkert Added location and distance tables.
2011-05-02 Ingo Weinzierl Bugfix: the WQ panel now returns the correct step width value if the range mode is selected.
2011-04-29 Raimund Renkert Prepared UI elements for the location and distance input tables.
2011-04-28 Ingo Weinzierl Added i18n strings for a longitudinal section curve.
2011-04-28 Raimund Renkert Added class diagrams for the client ui.
2011-04-18 Ingo Weinzierl Added error messages that are displayed during the feed operation.
2011-04-14 Ingo Weinzierl Each service is now called with the name of the current locale to set the request object's locale manually in the HttpClient.
2011-04-12 Ingo Weinzierl The title of a the ParameterList tab depends on the Artifact's name if we create a new project window with an existing Artifact.
2011-04-12 Ingo Weinzierl We can now distinuish between different artifact types based on its name in the DESCRIBE. The ArtifactCreator returns concrete instances of Artifacts now.
2011-04-12 Ingo Weinzierl The project list is sorted now.
2011-04-12 Ingo Weinzierl Filled the context menu point 'Open project' of the ProjectList with life - it opens a new window displaying the parameterization of the selected project.
2011-04-12 Ingo Weinzierl Improved the CollectionView and the ParameterList - both can be initialized with an existing artifact (parameterization).
2011-04-12 Ingo Weinzierl Added more i18n error messages.
2011-04-12 Ingo Weinzierl The CollectionRecord implements a method that returns the Collection objects which is represented by the record now.
2011-04-12 Ingo Weinzierl Added a new service to query an artifact description.
2011-04-11 Ingo Weinzierl Implemented a context menu for the project list.
2011-04-11 Ingo Weinzierl Implemented a service to fetch distance information of a river from the artifact server.
2011-04-11 Ingo Weinzierl Added a model class that represents a distance information.
2011-04-08 Ingo Weinzierl Improved the exception handling - added warnings for user authentication errors and errors that occur while fetching supported rivers.
2011-04-08 Ingo Weinzierl Added an exception class that should be used if the user authentication fails.
2011-04-08 Ingo Weinzierl Improved the exception handling of artifact / collection specific operations. Warning dialog are displayed after such an exception.
2011-04-08 Ingo Weinzierl Added a new exception class that is used to be thrown after artifact / collection operation specific errors.
2011-04-07 Ingo Weinzierl The ChartOutputTab calls the out() operation of a Collection now - no longer the out() of its first artifact.
2011-04-07 Ingo Weinzierl Fixed the function to toggle the language and added a warning dialog that informs the user about the creation of a new session.
2011-04-05 Ingo Weinzierl Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
2011-04-05 Ingo Weinzierl Implemented the button to toggle the current locale.
2011-04-05 Ingo Weinzierl Added missing i18n footer strings.
2011-03-30 Ingo Weinzierl Tagged RELEASE 0.1 of FLYS Client.
2012-09-28 Thomas Arendsen Hein merged flys-backend/0.1 0.1
2011-03-28 Sascha L. Teichmann Fixed swap of operands in importer.
2011-03-28 Sascha L. Teichmann Forgot to save the last change before commit.
2011-03-28 Sascha L. Teichmann Added methods to find out if two ranges intersects.
2011-03-24 Sascha L. Teichmann Added an one to many relation to the discharge tables of a gauge.
2011-03-23 Sascha L. Teichmann Finished import of WSTs.
2011-03-23 Sascha L. Teichmann Build models for wsts, wst columns and q ranges and store them in the backend.
2011-03-23 Sascha L. Teichmann Add a hack to repair the units in WST files extraction.
2011-03-22 Sascha L. Teichmann Ported over some WST parsing stuff from desktop flys
2011-03-22 Ingo Weinzierl Added import code for importing discharge tables.
2011-03-22 Sascha L. Teichmann Added stub for WST parser.
2011-03-22 Sascha L. Teichmann Added importer helper model stubs for WST imports.
2011-03-21 Sascha L. Teichmann Second part of parsing/storing main values. Should be finished now.
2011-03-21 Sascha L. Teichmann Fixed wrong unique constraint.
2011-03-21 Sascha L. Teichmann Add forgotten column river_id in Gauges.
2011-03-21 Sascha L. Teichmann Added missing ImportGauge.getPeer() method
2011-03-21 Sascha L. Teichmann Propagate river into storing of gauges.
2011-03-21 Sascha L. Teichmann Added stub code to write gauges
2011-03-18 Sascha L. Teichmann First part of parsing main values.
2011-03-18 Sascha L. Teichmann Store annotations in backend.
2011-03-17 Sascha L. Teichmann Importer: Bound Attributes and Positions to there backend peers.
2011-03-17 Sascha L. Teichmann Added parser to read *.KM files.
2011-03-17 Sascha L. Teichmann Added new helper models for import.
2011-03-17 Sascha L. Teichmann Added parsing of PEGEL.GLT files.
2011-03-17 Sascha L. Teichmann Importer: Used thread local pattern to make sharing of session easier.
2011-03-17 Sascha L. Teichmann Importer: Fixed error in HQL statement.
2011-03-17 Sascha L. Teichmann Commented out a debug block because it leaks the db password.
2011-03-16 Sascha L. Teichmann Store imported rivers into database. Needs testing!
2011-03-16 Sascha L. Teichmann Default connection parameters are now overwritable with system properties.
2011-03-16 Sascha L. Teichmann Expose the creation of the SessionFactory to the public to
2011-03-16 Sascha L. Teichmann Importer: Added info gew parser.
2011-03-15 Sascha L. Teichmann SessionFactoryProvider for access to the backend.
2011-03-15 Sascha L. Teichmann Added dependency to artifacts-commons to be able to use the global configuration of the artifact database.
2011-03-15 Sascha L. Teichmann Added foreign key constraint annotations to model classes.
2011-03-14 Sascha L. Teichmann Fixed wrong spelled column references in foreign keys introduces with last change.
2011-03-14 Sascha L. Teichmann Added column annotations for simple fields. TODO: foreign keys.
2011-03-14 Sascha L. Teichmann Added entity and id annotations.
2011-03-14 Sascha L. Teichmann Added missing sequences. Deleted unsupported sqlite schema.
2011-03-11 Sascha L. Teichmann Bound Apache Commons DBCP with Hibernate.
2011-03-11 Sascha L. Teichmann More Hibernate/JPA stuff
2011-03-10 Sascha L. Teichmann Added POJOs to be mapped to schema.
2011-03-09 Sascha L. Teichmann Added dependency Hibernate Core 3.6.1 Final
2011-03-09 Sascha L. Teichmann Created a new empty maven project
2011-03-09 Sascha L. Teichmann Converted schema to be PostgreSQL compatible.
2011-03-09 Sascha L. Teichmann Factorized time intervals out into a separated table.
2011-02-22 Sascha L. Teichmann Initial database import scripts. Not finished, yet.
2011-02-10 Sascha L. Teichmann Initial check in of the FLYS database backend.
2012-09-28 Thomas Arendsen Hein merged flys-artifacts/0.1
2011-03-30 Ingo Weinzierl Renamed an output mode in the WINFO artifact configuration.
2011-03-29 Ingo Weinzierl Changed a german string in the resource bundle.
2011-03-29 Ingo Weinzierl Adapted the available calculation modes of WINFO and its order in the DESCRIBE document.
2011-03-28 Ingo Weinzierl Added the hash code of an artifact to the artifact part of the collection's DESCRIBE document.
2011-03-28 Ingo Weinzierl Changed the background color of discharge curves to white.
2011-03-28 Sascha L. Teichmann DischargeTables: Cache the scale, too. Otherwise two calls to getValues() with different arguments will result in the same output.
2011-03-28 Ingo Weinzierl The out() operation of the WINFO artifact draws discharge tables for gauges specified by the user.
2011-03-28 Ingo Weinzierl Added a helper class to export charts.
2011-03-28 Sascha L. Teichmann Add factory to fetch gauges from database and filter them
2011-03-25 Sascha L. Teichmann Don't used interleaved x/y data.
2011-03-25 Ingo Weinzierl Updated the TODO list.
2011-03-25 Ingo Weinzierl Bugfix: Added a missing artifact namespace prefix in the DESCRIBE document of a FLYSArtifactCollection.
2011-03-24 Ingo Weinzierl Implemented a FLYSArtifactCollection that will be used in this application now.
2011-03-24 Sascha L. Teichmann Fetch w/q values of discharge tables for given gauges.
2011-03-24 Ingo Weinzierl Added a further german resource bundle.
2011-03-23 Ingo Weinzierl The DESCRIBE of the WINFO artifact contains the available output modes now.
2011-03-22 Ingo Weinzierl The location_distance state of the WINFO parameterization has an output mode 'discharge_table' now.
2011-03-21 Ingo Weinzierl Append human readable strings of the selected values to the DESCRIBE output.
2011-03-21 Ingo Weinzierl Added some more calculation types (to the DESCRIBE in the calculation select state).
2011-03-21 Ingo Weinzierl Implemented the step-back part of the advance() operation.
2011-03-21 Ingo Weinzierl Fixed a german umlaut.
2011-03-18 Ingo Weinzierl Added new states to insert location/distance and w/q data in the config of a WINFO artifact.
2011-03-18 Ingo Weinzierl Added a new state for the W/Q input in the WINFO parameterization.
2011-03-18 Ingo Weinzierl New state for the location/distance input and some litte modifications of the DefaultState.
2011-03-17 Ingo Weinzierl Added a method to retrieve the UIProvider for a state.
2011-03-17 Ingo Weinzierl Let the states describe the static ui part.
2011-03-17 Ingo Weinzierl The 'rivers' service retrieves the rivers from backend now.
2011-03-17 Sascha L. Teichmann Added support for the flys backend and an example how to use it.
2011-03-15 Sascha L. Teichmann Added section in configuration for database backend.
2011-03-15 Sascha L. Teichmann Fixed build error coming from different import of XMLUtils.
2011-03-14 Ingo Weinzierl Appended a missing node to the DESCRIBE.
2011-03-14 Ingo Weinzierl I18N of strings for the DESCRIBE document.
2011-03-14 Ingo Weinzierl Introduced a state to select the calculation mode.
2011-03-14 Ingo Weinzierl Added an abstract base class DefaultState for States.
2011-03-14 Ingo Weinzierl Implemented a singleton instance that provides i18n strings.
2011-03-10 Ingo Weinzierl Appende the static data to the static node of the DESCRIBE document.
2011-03-10 Ingo Weinzierl The operations feed() and advance() return the current description of the artifact now.
2011-03-10 Ingo Weinzierl Implemented the step-forward part of the advance operation.
2011-03-09 Ingo Weinzierl Implemented the feed() operation.
2011-03-09 Ingo Weinzierl Added a TODO file.
2011-03-09 Ingo Weinzierl Added a FLYSArtifact that serves as the default artifact for the FLYS application.
2011-03-08 Ingo Weinzierl Added a RiverService (/service/rivers) that retrieves a list of provided rivers.
2011-03-07 Ingo Weinzierl Added a nodes for the user-factory and collection-factory to the configuration.
2011-03-01 Ingo Weinzierl Replaced the 'special' attribute of the DESCRIBE with a 'uiprovider' attribute.
2011-02-08 Ingo Weinzierl The RiverSelect state creates the dynamic UI part for the describe document now.
2011-02-08 Ingo Weinzierl Added mockup classes for working with rivers.
2011-02-07 Ingo Weinzierl The input data items of a state are read from configuration after the state has been setup.
2011-02-07 Ingo Weinzierl Added the current state and reachable states description to the describe document of the WINFO artifact.
2011-02-07 Ingo Weinzierl Changed the way of storing transitions in the TransitionEngine.
2011-02-04 Ingo Weinzierl Improved the WINFO artifact. Describe() returns the uuid and the hash of the artifact instead of just nothing.
2011-02-04 Ingo Weinzierl Improved the init process of the WINFOArtifact - there are two new states to select the river and the gauge.
2011-02-04 Ingo Weinzierl Added missing StateFactory class of the last commit.
2011-02-04 Ingo Weinzierl Improved the bootstrap process - the states are initialized.
2011-02-03 Ingo Weinzierl Initializes a TransitionEngine storing all transitions for each artifact at the application start.
2011-02-02 Ingo Weinzierl Added a first stub of an WINFO artifact.
2011-02-01 Sascha L. Teichmann Added initial mvn project for FLYS artifacts.
2011-03-30 Ingo Weinzierl Removed some out commented code that have been commited by mistaken.
2011-03-30 Ingo Weinzierl Improved the way how to i18n strings in our application.
2011-03-30 Ingo Weinzierl Removed useless imports.
2011-03-30 Ingo Weinzierl Bugfix: A collection view just creates a single time a new collection - even if we step back to a previous state and go forward afterwards.
2011-03-30 Ingo Weinzierl Added a new service to describe collections.
2011-03-30 Ingo Weinzierl Replaced a german string in the ProjectList.
2011-03-29 Ingo Weinzierl Integrated the ProjectList into the client. Now, the Collections of a user are displayed in the list.
2011-03-29 Ingo Weinzierl Added a service that returns the collections of a specified user.
2011-03-29 Ingo Weinzierl A collection provides a method to retrieve its creation time now.
2011-03-29 Raimund Renkert Fixed some issues.
2011-03-29 Raimund Renkert Added style information to avoid body margin.
2011-03-29 Raimund Renkert Changed some german strings.
2011-03-29 Raimund Renkert Resized CollectionView and set the content size to have a tabled style.
2011-03-29 Ingo Weinzierl The title of the parameter tab will change after the module has been selectd.
2011-03-29 Ingo Weinzierl Modified the URL of the 'back button' image.
2011-03-29 Raimund Renkert Fixed toggle method.
2011-03-28 Ingo Weinzierl Bugfix: Step back will remove duplicated output tab and an extended chart image URL bypasses the browser cache.
2011-03-28 Ingo Weinzierl Added a further plugin in the module selection and changed its alignment to vertical.
2011-03-28 Ingo Weinzierl Removed a label from ChartOutputTab.
2011-03-28 Ingo Weinzierl Removed the title (date string) of CollectionViews.
2011-03-28 Ingo Weinzierl Improved the positioning of helper widgets and some layout specific stuff.
2011-03-28 Raimund Renkert The project list button toggles the project list now.
2011-03-28 Raimund Renkert Replaced next button image with smart gwt button.
2011-03-28 Raimund Renkert Added footer and a spacer to the webpage layout.
2011-03-28 Raimund Renkert Customized background and ProjectList styles.
2011-03-28 Ingo Weinzierl Added a service that builds up requests to retrieve chart images. Use this service to display charts in the ChartOutputTab.
2011-03-28 Raimund Renkert Limited the area for CollectionView to the size of FLYSWorkspace.
2011-03-28 Ingo Weinzierl Fixed a typo.
2011-03-28 Ingo Weinzierl Added a panel that will be used to display chart output.
2011-03-28 Ingo Weinzierl Available output modes are displayed in the tab bar of the collection view.
2011-03-28 Ingo Weinzierl Moved parameterization specific code from CollectionView to ParameterList.
2011-03-26 Ingo Weinzierl Moved ParameterList specific code into the ParameterList.
2011-03-25 Ingo Weinzierl Adjusted the return type of the CreateCollectionService and added code to react on Collection changes (like output modes).
2011-03-25 Ingo Weinzierl Made the AddArtifactService accessible in the web.xml
2011-03-25 Ingo Weinzierl Added a service to add artifacts to collections.
2011-03-25 Raimund Renkert Changed theme to smartgwt Enterprise Blue.
2011-03-25 Ingo Weinzierl Added CollectionItems and Facets and replaced Artifact references in Collection with CollectionItems.
2011-03-24 Raimund Renkert Customized style for header and mainmenu.
2011-03-23 Ingo Weinzierl The output modes of an artifact are extracted from DESCRIBE document and put into the ArtifactDescription.
2011-03-23 Ingo Weinzierl Enhanced the ArtifactDescription and its default implementation to provide output modes.
2011-03-23 Ingo Weinzierl Added an interface and its default implementation to describe an output mode of an artifact.
2011-03-21 Ingo Weinzierl Moved image sources to an own directory to avoid that those files are included in the web application archive.
2011-03-21 Ingo Weinzierl Display human readable strings of the selected values in the UI.
2011-03-21 Ingo Weinzierl Implemented a mechanism to step back to previous states.
2011-03-18 Ingo Weinzierl Save the data explicitly in the LocationDistancePanel and WQInputPanel before returning the user input to avoid a nullpointer exception.
2011-03-18 Ingo Weinzierl The 'old' items in the parameter panel have a button to step back to a previous state (NOTE: just the UI stuff is implemented now).
2011-03-18 Ingo Weinzierl Adjusted the look of the 'next' button in the parameter panel.
2011-03-18 Ingo Weinzierl Read min/max values for the distance modes in WQInputPanel.
2011-03-18 Ingo Weinzierl Read min/max values for the distance mode in the LocationDistancePanel.
2011-03-18 Ingo Weinzierl Remove the dynamic parameter panel if a state is reached that doesn't need any user input.
2011-03-17 Ingo Weinzierl The widgets in the static part of the parameter panel are created using UIProviders now. The ParameterList does not build widgets any longer.
2011-03-17 Ingo Weinzierl The DataList has a label now.
2011-03-17 Ingo Weinzierl Introduced a data structure DataList to manage to list of Data objects of a single state.
2011-03-17 Ingo Weinzierl Added space between old params panel and new params panel.
2011-03-17 Ingo Weinzierl Some refactoring (imports, etc).
2011-03-17 Ingo Weinzierl Render the Single-W panel initially when the WQInputPanel is rendered.
2011-03-17 Ingo Weinzierl Implemented the getData() method of the WQInputPanel.
2011-03-17 Ingo Weinzierl Implemented the getData() method of the LocationDistancePanel.
2011-03-17 Ingo Weinzierl Some GUI improvements in the Location/Distance, W/Q and Module panels.
2011-03-17 Ingo Weinzierl Enhanced the UIProviderFactory.
2011-03-16 Ingo Weinzierl Refactored the LocationDistancePanel, so that is uses the DoubleArrayPanel and DoubleRangePanel from the last commit as well.
2011-03-16 Ingo Weinzierl Added a new widget to enter w/Q values in single and range mode.
2011-03-16 Ingo Weinzierl Added a new widget that enables the user to enter a location or a distance in a single step.
2011-03-15 Ingo Weinzierl Clear the panel that displays the current input widget before adding a new item to this panel.
2011-03-15 Ingo Weinzierl Implemented the step forward mechanism in the CollectionView and added the river map to the initial widget.
2011-03-14 Ingo Weinzierl Some improvements for displaying old parameters.
2011-03-14 Ingo Weinzierl Read i18n strings from DESCRIBE document and display those values in the UI.
2011-03-10 Ingo Weinzierl CollectionView implements HasParameterChangeHandler and ParameterChangeHandler interfaces.
2011-03-10 Ingo Weinzierl Bugfix: Removed static string from GUI element.
2011-03-10 Ingo Weinzierl Parse static data from DESCRIBE.
2011-03-10 Ingo Weinzierl Added a listener mechanism to notify listeners when the parameterization of a Collection/Artifact changed.
2011-03-10 Ingo Weinzierl Added a service for the ADVANCE operation and a service that bundles FEED and ADVANCE in a single service.
2011-03-09 Ingo Weinzierl Removed the GreetingService - was added initially while repository creation.
2011-03-09 Ingo Weinzierl Added a new widget that combines the module and the river selection. Users can now choose the desired plugin and river in one step.
2011-03-09 Ingo Weinzierl Added a service to list the supported rivers of the artifact server. The FLYS instance serves a method that retrieves this list.
2011-03-08 Ingo Weinzierl Improved the main menu - added further buttons (clickable labels).
2011-03-08 Ingo Weinzierl Integrated a header that contains a FLYS and a BfG logo.
2011-03-07 Ingo Weinzierl Implemented a service that triggers the artifact-collection creation in the artifact server.
2011-03-07 Ingo Weinzierl Added a User interface and a default implementation to handle users in this client.
2011-03-02 Sascha L. Teichmann Added missing SmartGWT repository.
2011-02-22 Ingo Weinzierl The CollectionView is able to create new instances of a WINFO artifact and to display the artifact's state.
2011-02-22 Ingo Weinzierl Implemented code to parse the UIProvider that should be used for a current state.
2011-02-22 Ingo Weinzierl Added event logic to enable step forward.
2011-02-22 Ingo Weinzierl Added UIProviders that are used to create widgets for entering data.
2011-02-21 Ingo Weinzierl The CollectionView implements the HasCollectionChangeHandlers interface now.
2011-02-18 Ingo Weinzierl Implemented a mechanism to listen to Collection changes.
2011-02-18 Ingo Weinzierl Enhanced the Collection and its default implementation.
2011-02-18 Ingo Weinzierl The DESCRIBE document returned by the artifact server is parsed after calling create() of the artifact service and a new Artifact is created with an ArtifactDescription that contains the UUID, HASH, und the current Data.
2011-02-18 Ingo Weinzierl Added missing pom.xml and ChangeLog modifications of the last commit.
2011-02-17 Ingo Weinzierl Integrated the httpclient for the communication between client and server. It is now possible to create a new WINFO artifact.
2011-02-17 Ingo Weinzierl Enhanced the CollectionView: there are radio buttons for each module and a button to select one of those.
2011-02-17 Ingo Weinzierl Adjusted interfaces used for the ArtifactDescription and added default implementations.
2011-02-16 Ingo Weinzierl Added interfaces and a stub implementation of an artifact service the should provide the methods for communicating with the artifact server.
2011-02-16 Ingo Weinzierl Modified the Artifact interface and added a DefaultArtifact implementation.
2011-02-16 Ingo Weinzierl Added a global configuration for the client and classes providing methods to retrieve these information.
2011-02-11 Ingo Weinzierl Added interfaces for Artifacts, its ArtifactDescription and Data.
2011-02-11 Ingo Weinzierl Radio buttons for each plugin are displayed if a new CollectionView is created.
2011-02-11 Ingo Weinzierl Added a workspace that handles the collection windows. New button to open a new collection.
2011-02-11 Ingo Weinzierl Added a new method that returns the UUID of a Collection.
2011-02-10 Ingo Weinzierl Implemented a ProjectList and added a mockup that displays two collections in that list.
2011-02-10 Ingo Weinzierl Added an interface and a default implementation of a Collection.
2011-02-10 Ingo Weinzierl Introduced a service that retrieves the user who is currently logged in. This user is displayed in the menu bar.
2011-02-09 Ingo Weinzierl Removed useless auto generated classes and added first ui elements with i18n support.
2011-02-08 Ingo Weinzierl Start of a GWT based client for FLYS-3.0

http://dive4elements.wald.intevation.org