jelhan
61b0290d08
Use ember 1.7.0-beta which has query params feature integrated
...
There is no need for ember canary build anymore.
Closes #23
2014-08-02 15:52:36 +02:00
jelhan
a96fa98d78
Fix type error
2014-08-02 15:43:58 +02:00
jelhan
3c520ac93a
Merge branch 'feat/datetime'
2014-08-01 21:23:49 +02:00
jelhan
4ec5850fed
Fix one small bug
2014-08-01 21:23:34 +02:00
jelhan
a13a2fd3fd
Merge pull request #25 from jelhan/feat/datetime
...
datetime support
Closes #9
2014-08-01 21:07:16 +02:00
jelhan
2eb17b8233
Help text for valid input format
2014-08-01 21:05:16 +02:00
jelhan
ac07752095
Short help text
2014-08-01 21:00:04 +02:00
jelhan
4969bc37e2
Disable next button if input data is not valid
2014-08-01 20:56:20 +02:00
jelhan
f1ab0e8a44
Adding copy first line feature
2014-08-01 20:50:17 +02:00
jelhan
f093df96e7
Fixing small errors in MoreInputs-Funktion
2014-07-26 21:35:13 +02:00
jelhan
b7c4eccf52
Starting validation:isValid property show if atleast one time is specified for every date
2014-07-09 16:38:37 +02:00
jelhan
c91dd9076d
refactoring
2014-07-09 13:51:06 +02:00
jelhan
e5bd2f8b90
Improvement for datetime support:
...
table and form with bootstrap
more input fields for time on user request
2014-07-09 13:42:09 +02:00
jelhan
08ae4b056e
Merge branch 'master' into feat/datetime
2014-07-07 01:53:41 +02:00
jelhan
fabb22d769
Starting implementation of DateTime features
2014-07-07 01:51:58 +02:00
jelhan
1b6b9e4475
Merge pull request #24 from jelhan/feat/EAK
...
Migration to Ember App Kit
2014-07-06 22:41:43 +02:00
jelhan
33dc5e9c4f
gitignore netbeans settings
2014-07-06 22:40:11 +02:00
jelhan
270205c17b
remove netbeans config
2014-07-06 22:38:28 +02:00
jelhan
d706537e01
Update README.md
2014-07-06 22:34:03 +02:00
jelhan
8b341430f4
Update README.md
2014-07-06 22:32:23 +02:00
jelhan
50d6d70734
Update README
2014-07-06 22:29:50 +02:00
jelhan
2fa0fccc7b
Fixing error in dist version
2014-07-06 22:26:40 +02:00
jelhan
12df80f1e3
Hopefully last fixes due to migration to EAK
2014-07-06 20:15:15 +02:00
jelhan
a058c961a7
Migration to EAK
2014-07-06 19:22:38 +02:00
jelhan
68950f570a
Fixing some problems due to migration to EAK
2014-07-06 18:56:51 +02:00
jelhan
26828bb6f3
Smaller Fixes
2014-07-06 18:06:25 +02:00
jelhan
b066b8806c
Starting to move to Ember App Kit
2014-07-06 17:37:54 +02:00
jelhan
30d3642e04
Error handling
2014-06-24 13:41:58 +02:00
jelhan
258ebddfc0
Use ember.isEmpty instead of type check
2014-06-24 13:40:19 +02:00
jelhan
3b33efd263
Update JavaScript libaries to latest versions
...
Fixes #16
2014-06-15 11:20:47 +02:00
jelhan
e093ccc936
Fix wrong syntax in link-to helper
2014-06-15 11:19:25 +02:00
jelhan
8d85ea51c5
link "logo" to index
2014-06-15 09:59:39 +02:00
jelhan
7705bc1209
conditional validation of everyOptionIsAnswered depending on poll setting forceAnswer
...
Fixes #21
2014-06-13 17:12:18 +02:00
jelhan
14e9b252ec
fix bug vor ember-validations on startup
...
have to rerun validation manually when encryption key is present in model
2014-06-13 17:04:13 +02:00
jelhan
e753217d5a
add validation for user selections
2014-06-13 16:27:04 +02:00
jelhan
1d4a7e7aef
observes in condition validator is not needed
2014-06-13 14:12:26 +02:00
jelhan
a542c46a12
Fixing validation of newUserName; removed validation of newUserSelections temporary
...
Therefore has to move creation of new user from view to controller. ember-validations had problems with views.
Removed not working validation of newUserSelections temporary.
isValid is false until a property observed by ember-validations got changed; therefore form is not valid until username got changed even if anonymous users are allowed. Will be fixed by validation on new user selections.
2014-06-13 04:32:04 +02:00
jelhan
eff862266c
remove old newUserSelections property
2014-06-13 03:42:30 +02:00
jelhan
71d9ceb746
generate newUserSelections as computed property
2014-06-13 03:40:59 +02:00
jelhan
344e1407d4
adding help textes for option selection / input
2014-06-06 01:50:38 +02:00
jelhan
c8dfa98a40
validation for options form
...
Fixes #20
2014-06-06 01:41:43 +02:00
jelhan
c789cf4d12
improve documentation
2014-06-06 00:15:24 +02:00
jelhan
6692194cde
use explicit variable name and improve documentation
2014-06-06 00:01:28 +02:00
jelhan
d8ef18bc2d
Extend validation on new user input
...
* validates if every option is answered if this option is set
* remove alert messages which aren't necessary anymore
* improve documentation
Doesn't give a user feedback set an answer for all options is forced.
2014-06-05 23:55:40 +02:00
jelhan
2e4a491fe9
disable save button if new user form isn't valid
2014-06-05 19:32:41 +02:00
jelhan
9dc86f1437
reset validation errors after new user is saved
2014-06-05 19:24:39 +02:00
jelhan
2d4da6e019
simplify the test if answers for all options are selected
2014-06-05 19:15:43 +02:00
jelhan
286fd5f01f
adding validation for username
...
Save button is not bind to isValid state yet because it's not possible to trigger an action inside a view with ember-form submit button.
Adresses #20
2014-06-05 14:43:42 +02:00
jelhan
78b6096c75
changed new user form to ember-forms
...
Due to a problem in ember-forms handling propertys of each helper this is splitted up in several forms; should be changed in future.
There is no evaluation added yet.
Adresses #15
2014-06-05 13:08:10 +02:00
jelhan
2dc1e8397b
adding validations for forms which are using ember-forms
...
When we move all forms / inputs to ember-forms as planed in #15 we could add validations also for them.
Adresses #20
2014-06-04 13:38:49 +02:00