graph
- 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-07, by 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, by Ingo Weinzierl
- Implemented the button to toggle the current locale.2011-04-05, by Ingo Weinzierl
- Added missing i18n footer strings.2011-04-05, by Ingo Weinzierl
- Tagged RELEASE 0.1 of FLYS Client.2011-03-30, by Ingo Weinzierl
- merged flys-backend/0.10.1 2012-09-28, by Thomas Arendsen Hein
- Fixed swap of operands in importer.2011-03-28, by Sascha L. Teichmann
- Forgot to save the last change before commit.2011-03-28, by Sascha L. Teichmann
- Added methods to find out if two ranges intersects.2011-03-28, by Sascha L. Teichmann
- Added an one to many relation to the discharge tables of a gauge.2011-03-24, by Sascha L. Teichmann
- Finished import of WSTs.2011-03-23, by Sascha L. Teichmann
- Build models for wsts, wst columns and q ranges and store them in the backend.2011-03-23, by Sascha L. Teichmann
- Add a hack to repair the units in WST files extraction.2011-03-23, by Sascha L. Teichmann
- Ported over some WST parsing stuff from desktop flys2011-03-22, by Sascha L. Teichmann
- Added import code for importing discharge tables.2011-03-22, by Ingo Weinzierl
- Added stub for WST parser.2011-03-22, by Sascha L. Teichmann
- Added importer helper model stubs for WST imports.2011-03-22, by Sascha L. Teichmann
- Second part of parsing/storing main values. Should be finished now.2011-03-21, by Sascha L. Teichmann
- Fixed wrong unique constraint.2011-03-21, by Sascha L. Teichmann
- Add forgotten column river_id in Gauges.2011-03-21, by Sascha L. Teichmann
- Added missing ImportGauge.getPeer() method2011-03-21, by Sascha L. Teichmann
- Propagate river into storing of gauges.2011-03-21, by Sascha L. Teichmann
- Added stub code to write gauges2011-03-21, by Sascha L. Teichmann
- First part of parsing main values.2011-03-18, by Sascha L. Teichmann
- Store annotations in backend.2011-03-18, by Sascha L. Teichmann
- Importer: Bound Attributes and Positions to there backend peers.2011-03-17, by Sascha L. Teichmann
- Added parser to read *.KM files.2011-03-17, by Sascha L. Teichmann
- Added new helper models for import.2011-03-17, by Sascha L. Teichmann
- Added parsing of PEGEL.GLT files.2011-03-17, by Sascha L. Teichmann
- Importer: Used thread local pattern to make sharing of session easier.2011-03-17, by Sascha L. Teichmann
- Importer: Fixed error in HQL statement.2011-03-17, by Sascha L. Teichmann
- Commented out a debug block because it leaks the db password.2011-03-17, by Sascha L. Teichmann
- Store imported rivers into database. Needs testing!2011-03-16, by Sascha L. Teichmann
- Default connection parameters are now overwritable with system properties.2011-03-16, by Sascha L. Teichmann
- Expose the creation of the SessionFactory to the public to2011-03-16, by Sascha L. Teichmann
- Importer: Added info gew parser.2011-03-16, by Sascha L. Teichmann
- SessionFactoryProvider for access to the backend.2011-03-15, by Sascha L. Teichmann
- Added dependency to artifacts-commons to be able to use the global configuration of the artifact database.2011-03-15, by Sascha L. Teichmann
- Added foreign key constraint annotations to model classes.2011-03-15, by Sascha L. Teichmann
- Fixed wrong spelled column references in foreign keys introduces with last change.2011-03-14, by Sascha L. Teichmann
- Added column annotations for simple fields. TODO: foreign keys.2011-03-14, by Sascha L. Teichmann
- Added entity and id annotations.2011-03-14, by Sascha L. Teichmann
- Added missing sequences. Deleted unsupported sqlite schema.2011-03-14, by Sascha L. Teichmann
- Bound Apache Commons DBCP with Hibernate.2011-03-11, by Sascha L. Teichmann
- More Hibernate/JPA stuff2011-03-11, by Sascha L. Teichmann
- Added POJOs to be mapped to schema.2011-03-10, by Sascha L. Teichmann
- Added dependency Hibernate Core 3.6.1 Final2011-03-09, by Sascha L. Teichmann
- Created a new empty maven project2011-03-09, by Sascha L. Teichmann