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.
|