- Apr 26, 2016
-
-
Rafael Ostertag authored
-
Rafael Ostertag authored
-
- Apr 25, 2016
-
-
Rafael Ostertag authored
-
- Apr 20, 2016
-
-
Rafael Ostertag authored
-
Rafael Ostertag authored
Preview commit for field validation using bootstrap-validator. Do a `make boostrap && grunt` after merge
-
Rafael Ostertag authored
-
- Apr 19, 2016
-
-
Rafael Ostertag authored
-
Rafael Ostertag authored
-
Rafael Ostertag authored
QfqForm.js: Buttons should behave as described in CODING.md under UI.
-
Rafael Ostertag authored
-
Rafael Ostertag authored
Form.js: Textarea also get input and paste event listener in order to fire upon changes immediately.
-
- Apr 18, 2016
-
-
Rafael Ostertag authored
-
Rafael Ostertag authored
Fixed bug in QfqForm#handleNewClick(): Use event.deledateTarget instead of event.target. From jQuery Documentation: event.delegateTarget:: The element where the currently-called jQuery event handler was attached. That's what we want, because we require the href attribute of anchor.
-
- Apr 12, 2016
-
-
Rafael Ostertag authored
-
Rafael Ostertag authored
-
Rafael Ostertag authored
-
- Apr 11, 2016
-
-
Rafael Ostertag authored
Removed global EventEmitter. Added local EventEmitter to Object really needing it. Alert.js now uses EventEmitter.
-
- Apr 05, 2016
-
-
Rafael Ostertag authored
-
Rafael Ostertag authored
-
- Apr 04, 2016
-
-
Rafael Ostertag authored
* use anonymous functions for ajax error displays * expect response from server to file upload to have `status` and `message` attributes * replaced occurrences of `QfqNS` by `n` in order to support different namespace names.
-
- Mar 30, 2016
-
-
Rafael Ostertag authored
Do not address namespace with `QfqNS` in Object definitions. Instead, use `n`. This might have screwed up the code. We'll fix as we go along.
-
Rafael Ostertag authored
qfq-bs.css.less: Tweaked less. Added new class for spinner. Changed display type of input[type=file]. FileUpload.js: every callback will be called with the originating file input element as first parameter. QfqForm.js: Add spinner on upload.
-
Rafael Ostertag authored
-
Rafael Ostertag authored
-
Rafael Ostertag authored
-
Rafael Ostertag authored
-
- Mar 23, 2016
-
-
Carsten Rose authored
-
Rafael Ostertag authored
On submit succes, if we don't navigate away from page, apply possible form updates, as received from the server.
-
Rafael Ostertag authored
-
- Mar 22, 2016
-
-
Rafael Ostertag authored
QfqForm.js: Form refresh is now known as form update. Form updates receive more elaborate response from server.
-
Rafael Ostertag authored
-
Rafael Ostertag authored
-
- Mar 21, 2016
-
-
Rafael Ostertag authored
-
Rafael Ostertag authored
-
Rafael Ostertag authored
-
Rafael Ostertag authored
Refactored Element.js, i.e. deleted it, since it has been degenerated to a proxy object, with no added value.
-
Rafael Ostertag authored
-
Rafael Ostertag authored
-
Rafael Ostertag authored
-