Thu, 18 Dec 2014 15:04:21 +0100 |
Raimund Renkert |
updated error and warning handling.
|
Tue, 16 Dec 2014 13:21:54 +0100 |
Raimund Renkert |
Added save and discard buttons to proben header fields and listen to changes to enable or disable buttons.
|
Sat, 13 Dec 2014 14:09:57 +0100 |
Raimund Renkert |
Moved min width from lada form superclass to concrete form classes.
|
Thu, 11 Dec 2014 18:54:21 +0100 |
Raimund Renkert |
Refactored proben edit window.
|
Thu, 06 Nov 2014 11:12:21 +0100 |
Raimund Renkert |
Removed most log messages to make the application less verbose.
|
Thu, 06 Nov 2014 10:38:17 +0100 |
Raimund Renkert |
Fixed some js related issues (unused vars, arrays, etc.) and code style.
|
Fri, 31 Oct 2014 23:23:32 +0100 |
Raimund Renkert |
Code style.
|
Fri, 31 Oct 2014 21:28:31 +0100 |
Raimund Renkert |
Updated views and controllers using the new model and stores.
|
Thu, 16 Jan 2014 17:34:30 +0100 |
Torsten Irländer |
Added license header to each file.
|
Thu, 12 Sep 2013 12:31:57 +0200 |
Raimund Renkert |
Show warnings in proben edit form.
|
Thu, 15 Aug 2013 14:05:08 +0200 |
Torsten Irländer |
Only hide save buttons if there are no fields which should be ignore while
|
Thu, 08 Aug 2013 15:46:28 +0200 |
Torsten Irländer |
Added docstrings
|
Thu, 08 Aug 2013 11:11:55 +0200 |
Torsten Irländer |
Issue55: Added ignoreFields parameter to the setReadonly function to be able
|
Tue, 06 Aug 2013 14:33:14 +0200 |
Torsten Irländer |
Add cancel Button to the editproben window and only show save button if the
|
Wed, 24 Jul 2013 19:14:02 +0200 |
Torsten Irländer |
#57: Open Edit-Dialog after creating a new Probe.
|
Wed, 17 Jul 2013 11:06:47 +0200 |
Torsten Irländer |
Only iterate over fields of the form is readonly. This increases the
|
Tue, 16 Jul 2013 09:59:25 +0200 |
Torsten Irländer |
setReadOnly now also iterates over the toolbars within the form and hide them
|
Fri, 12 Jul 2013 15:56:41 +0200 |
Torsten Irländer |
Fix rendering the form readonly.
|
Fri, 05 Jul 2013 14:49:15 +0200 |
Torsten Irländer |
As the model now should have a readonly flag, the check if the form must be
|
Fri, 05 Jul 2013 14:47:19 +0200 |
Torsten Irländer |
Removed unused code.
|
Fri, 05 Jul 2013 11:19:13 +0200 |
Torsten Irländer |
Enabled readonly mode
|
Tue, 25 Jun 2013 17:32:07 +0200 |
Torsten Irländer |
Do not use the model.save mathod to store items in the databut but trigger a
|
Tue, 11 Jun 2013 13:20:27 +0200 |
Torsten Irländer |
Added field for netzbetreiber. Is needed because of FK constraints.
|
Tue, 11 Jun 2013 11:18:56 +0200 |
Torsten Irländer |
Added function to mark the form as readonly.
|
Tue, 11 Jun 2013 11:18:17 +0200 |
Torsten Irländer |
Only submit form if internal validation is ok.
|
Tue, 11 Jun 2013 11:17:33 +0200 |
Torsten Irländer |
Move parsing the response in a seperate function.
|
Wed, 05 Jun 2013 18:04:39 +0200 |
Torsten Irländer |
Translate error codes and store them as attributes of the form
|
Wed, 05 Jun 2013 18:04:07 +0200 |
Torsten Irländer |
Add function which translates the errorcodes returned from the server.
|
Wed, 05 Jun 2013 15:40:15 +0200 |
Torsten Irländer |
Created custom Form element which is bound to the model
|