jelhan
4bcb45d0bb
revert change in dynamic segment (under_score to camelCase) since
...
poll id was not set as part of url afterwards;
add tests to not let this happen again
2016-01-31 15:30:31 +01:00
jelhan
40a7fdf606
fix validators and there tests
...
tests had wrong results before
2016-01-31 14:54:23 +01:00
jelhan
e0ca28602c
some more JSCS
2016-01-31 14:32:32 +01:00
jelhan
a60c84e8d2
Fix failing tests in browser (including PhatomJS) which doesn't support input[type="time"]
...
due to webshim polyfill
2016-01-29 12:54:54 +01:00
jelhan
fefa4edfe4
wrong description
2016-01-29 11:47:19 +01:00
jelhan
ee52e75c58
Fix: ReferenceError: Can't find variable: Symbol with help by
...
http://stackoverflow.com/a/32252058
2016-01-29 11:30:20 +01:00
jelhan
02053d6c38
some more code style
2016-01-29 11:24:43 +01:00
jelhan
8f08e57d1d
fix some more code style issues
2016-01-28 23:48:14 +01:00
jelhan
611f15d574
just some code style fixes
2016-01-28 22:49:14 +01:00
jelhan
13ddf1194b
Merge branch 'master' into rewrite-create-options
2016-01-28 12:36:21 +01:00
jelhan
682e6a658e
fix coding style errors
...
> helpers/poll-has-users.js should pass jscs.
> requireSemicolons: Missing semicolon after statement at helpers/poll-has-users.js
is incostitent with JSHint which complains about this semicolon
other ones should be fixed by rewrite of create/options
2016-01-28 12:34:56 +01:00
jelhan
c5e66436b7
Merge branch 'master' into rewrite-create-options
2016-01-28 11:27:58 +01:00
jelhan
95c5142ad1
some more JSCS fixes
2016-01-28 11:27:00 +01:00
jelhan
4937d9b27b
create-options-datetime is reimplemented; add / delete of options also works
...
main work seems to be done
2016-01-22 00:19:46 +01:00
jelhan
33d641623a
Merge branch 'master' into rewrite-create-options
2016-01-20 04:23:41 +01:00
jelhan
123655ad37
some more code style errors
2016-01-20 03:52:06 +01:00
jelhan
32106b7e79
Merge branch 'master' into rewrite-create-options
2016-01-20 03:19:28 +01:00
jelhan
e9a6f9ff41
fix some more JSCS code style errors
2016-01-20 03:19:10 +01:00
jelhan
ec3999bbc9
input datetimes
...
ToDo:
* integration test for options-create-datetime
* acceptance tests for poll find a date with times
* some translations
* ...
2016-01-20 02:52:21 +01:00
jelhan
bde6fb0728
Merge branch 'master' into rewrite-create-options
2016-01-19 06:02:12 +01:00
jelhan
8a88e3b9df
clean up: some examples from old, old ember app kit deleted
...
don't know how they could hide that long
2016-01-19 06:01:11 +01:00
jelhan
9cfcb6d27a
Merge branch 'master' into rewrite-create-options
2016-01-19 05:55:37 +01:00
jelhan
6ba930661e
add JSCS code style test and fix errors
2016-01-19 05:46:52 +01:00
jelhan
ce2a8c8e1f
done most things except date with times
...
also validation messages are missing
2016-01-19 04:56:51 +01:00
jelhan
f42d68542e
Fix jshint: Don't make functions within a loop
2016-01-18 18:50:26 +01:00
jelhan
422be8cb3a
update ember to 1.13.13 to fix jquery assertion bug
...
http://emberjs.com/blog/2016/01/15/ember-2-3-released.html#toc_removing-the-jquery-version-assertion
2016-01-18 18:36:19 +01:00
jelhan
865cf7fda4
remove unnecessary global
2016-01-09 00:49:36 +01:00
jelhan
70a3a6a4ab
fix: test that version is included as HTML meta tag
2015-12-08 11:39:30 +01:00
jelhan
c13d55ec01
test that version is included as HTML meta tag
2015-12-08 11:27:41 +01:00
jelhan
db038b1e57
fix locale storage in cookie
2015-12-07 22:23:08 +01:00
jelhan
b33a2f84f2
fix jshint
2015-12-07 21:55:17 +01:00
jelhan
2ec58668b8
readd webshim polyfill for input[type=time]
...
needed by http://caniuse.com/#feat=input-datetime
was removed by 3563e41913
2015-12-07 21:51:07 +01:00
jelhan
52a20050f2
upgrade ember-cli to 1.13.13
2015-12-07 20:24:22 +01:00
jelhan
c5a42ce9d8
readd test for missing translations
2015-11-26 13:33:40 +01:00
jelhan
0531c94643
missing translation
2015-11-26 12:26:22 +01:00
jelhan
b209fe1d82
Fix failing tests caused by different moment locale in test vs application
2015-11-24 01:37:37 +01:00
jelhan
d02837db6b
Fix tests failing caused by exceeded server expiration date ...
2015-11-24 01:15:34 +01:00
jelhan
8e2c188cf6
update properties on locale change
2015-11-24 00:53:03 +01:00
jelhan
b08172e4b7
Fix JShint
...
forgot to remove global moment statement when replacing moment from view...
2015-11-23 13:34:47 +01:00
jelhan
20d3a29887
update dates on locale change
...
* upgraded ember-moment and use it application-wide service to set locale
* label on poll/participation now observes locale changes, but it's still hacky
* replace computed property on views poll by moment-format helper of ember-moment
2015-11-23 13:32:40 +01:00
jelhan
4d5d5489b4
readd i18n for validations
2015-11-22 19:31:16 +01:00
jelhan
05ae26cc80
add tests for validation create/options-datetime
2015-11-22 19:16:27 +01:00
jelhan
798527a4ae
refactor to be in line with https://github.com/Emerson/ember-form-master-2000/pull/38
2015-11-22 19:15:15 +01:00
jelhan
ae52eb8be1
refactor validator time and allow i18n of error messages for valid-collection
2015-11-22 19:11:32 +01:00
jelhan
8fd91171f9
Controller#needs is deprecated, please use Ember.inject.controller() instead
...
http://emberjs.com/deprecations/v1.x/#toc_controller-needs
2015-11-22 16:09:52 +01:00
jelhan
1e89776d9e
DEPRECATION: You're using legacy binding syntax
2015-11-22 14:33:32 +01:00
jelhan
2f9ad47edf
Fix bind-attr deprecation
...
http://emberjs.com/deprecations/v1.x/#toc_bind-attr
2015-11-22 14:28:32 +01:00
jelhan
fbd47f415b
unused since ember-easy-form-extensions was dropped
2015-11-22 14:28:07 +01:00
jelhan
2f4c6f7d07
Fix: DEPRECATION: Using the '{{#each item in model}}' form of the {{#each}} helper
...
is deprecated. Please use the block param form instead ('{{#each model as |item|}}').
See http://emberjs.com/guides/deprecations/#toc_code-in-code-syntax-for-code-each-code
for more details.
2015-11-22 14:17:37 +01:00
jelhan
8afe43f270
Fix unit tests controller:create
...
needs a run loop and dates must not be created before visit cause
moment locale isn't that before application route is reached
2015-11-20 23:33:20 +01:00