jelhan
|
6852d6ce27
|
more suitable page object action for save
|
2016-08-26 18:29:02 +02:00 |
|
jelhan
|
0e446c19fe
|
add tests for autofocus first form element
introduced by last commit (545f3b0664 )
|
2016-08-26 01:30:46 +02:00 |
|
jelhan
|
545f3b0664
|
autofocus first form element
currently not working for date selection (calendar) since this one did not
support keyboard navigation
part of #94
|
2016-08-26 00:10:22 +02:00 |
|
jelhan
|
06b33a79f5
|
ZeroBin has been renamed to PrivateBin
https://github.com/elrido/ZeroBin/issues/79
|
2016-08-24 23:37:45 +02:00 |
|
jelhan
|
e735587c93
|
update floatThead and drop CSP unsafe-inline requirement
Closes #90
|
2016-08-23 11:43:58 +02:00 |
|
jelhan
|
94b4dc6f82
|
use localStorage instead of cookie to save locale setting
there is no need to tell the server which locale is prefered by client
|
2016-08-21 14:31:39 +02:00 |
|
jelhan
|
f4d06de497
|
allow SauceLab to fail; it's annoying
|
2016-08-21 03:26:07 +02:00 |
|
jelhan
|
22d2055fb2
|
update dependency: glob
|
2016-08-21 03:17:36 +02:00 |
|
jelhan
|
da0cf4096c
|
add david-dm to readme
|
2016-08-21 02:56:36 +02:00 |
|
jelhan
|
d8db29ecd9
|
adds back button to create wizard
Part of #76
|
2016-08-21 00:38:44 +02:00 |
|
jelhan
|
9a33e08ac4
|
browser should not mess around with our validation logic
|
2016-08-20 23:41:27 +02:00 |
|
jelhan
|
17d4a3feda
|
save button should have suitable text
|
2016-08-20 23:35:54 +02:00 |
|
jelhan
|
8441c92295
|
use poll title as page title
Part of #76
|
2016-08-20 23:28:39 +02:00 |
|
jelhan
|
afb06e4f12
|
Fix: novalidate option of {{bs-form}} should be true (and not string 'true')
This had been fixed in ember-bootstrap 0.9.0
|
2016-08-20 22:59:50 +02:00 |
|
jelhan
|
8d9278a9ee
|
show validation immediately after change for select and radio buttons
Introduced this feature by https://github.com/kaliber5/ember-bootstrap/pull/127
|
2016-08-20 22:51:21 +02:00 |
|
jelhan
|
5613dfdd43
|
add button for copying poll link
closes #95
|
2016-08-20 22:02:53 +02:00 |
|
jelhan
|
e7137e2db3
|
make path of data dir configurable
Closes #109
|
2016-08-19 00:23:49 +02:00 |
|
jelhan
|
be57db575d
|
update api to Slim 3.5
also updates codeception
have to lock phpbuiltinserver cause of https://github.com/tiger-seo/PhpBuiltinServer/pull/32
|
2016-08-18 23:39:16 +02:00 |
|
jelhan
|
c4a1b99c75
|
enforce wizzard start at first step
|
2016-08-18 01:09:58 +02:00 |
|
jelhan
|
94ded4e723
|
do not override Date.parse
https://github.com/emberjs/data/pull/4396
|
2016-08-18 00:20:30 +02:00 |
|
jelhan
|
bbea5265fe
|
update ember-i18n to latest (4.2.2)
|
2016-08-17 23:56:14 +02:00 |
|
jelhan
|
3ea8fab23e
|
Add note about SRI in README.md
|
2016-08-17 13:38:44 +02:00 |
|
jelhan
|
c4a97eb68c
|
SauceLab dropped support for Android and IPhone
https://wiki.saucelabs.com/display/DOCS/Platform+Configurator#/
|
2016-08-14 23:53:09 +02:00 |
|
jelhan
|
3d251bc9fb
|
provide status bar to indicate steps of poll creation wizard
part of #76
|
2016-08-14 22:57:10 +02:00 |
|
jelhan
|
29189e5a06
|
updates ember-cli-page-object
|
2016-08-14 22:24:04 +02:00 |
|
jelhan
|
91e667c95b
|
Fix chart issue in Microsoft edge
Include this PRs to ember-cli-chart:
* https://github.com/aomran/ember-cli-chart/pull/54
* https://github.com/aomran/ember-cli-chart/pull/59
* https://github.com/aomran/ember-cli-chart/pull/60
|
2016-08-14 18:07:02 +02:00 |
|
jelhan
|
b2885ffcf5
|
broccoli-merge-trees not needed anymore since app.toTree() supports multiple trees as argument
|
2016-08-14 18:00:15 +02:00 |
|
jelhan
|
36c7dc397c
|
broccoli-static-compiler is deprecated. Use broccoli-funnel instead.
|
2016-08-14 17:51:32 +02:00 |
|
jelhan
|
f613a8d884
|
Fixes #111
|
2016-08-14 14:41:48 +02:00 |
|
jelhan
|
6653da8ee4
|
Fix: CSP style-src: 'unsafe-inline' violation
Could get rid of `style-src: 'unsafe-inline'` after
https://github.com/mkoryak/floatThead/pull/321 has been merged
and made it's way in a new release.
Part of #90
|
2016-08-13 18:46:46 +02:00 |
|
jelhan
|
59256827ba
|
Merge branch 'v0.5.0'
|
2016-08-13 16:09:28 +02:00 |
|
jelhan
|
1e01edeb81
|
Released v0.4.0
|
2016-08-13 16:02:46 +02:00 |
|
jelhan
|
2a75db5304
|
Update to chartjs 2.x
enhancements:
* responsive charts
* native support for stacked bars
* CSP: script-src: unsafe-inline is not needed anymore #90
|
2016-08-12 23:09:43 +02:00 |
|
jelhan
|
b5b00dcf99
|
Fix deprecation: EMBER-APPLICATION.APP-INSTANCE-CONTAINER
http://emberjs.com/deprecations/v2.x/#toc_ember-applicationinstance-container
|
2016-08-12 23:09:43 +02:00 |
|
jelhan
|
8b319ed1a9
|
this.resource is deprecated; this.route is doing the same
|
2016-08-12 23:09:43 +02:00 |
|
jelhan
|
1564832598
|
use npm 3.x in CI (travis)
|
2016-08-12 23:09:43 +02:00 |
|
jelhan
|
1400b71417
|
updates ember, ember data and ember data model fragments and fixes some container deprecation
|
2016-08-12 23:09:37 +02:00 |
|
jelhan
|
c8fbc62d8c
|
deprecations in ember data 1.13
|
2016-08-12 13:33:03 +02:00 |
|
jelhan
|
3cb05ca5b3
|
adds test that user is notified if poll can't be saved
related to #78
|
2016-08-12 13:00:18 +02:00 |
|
jelhan
|
9d3e46c620
|
Fix: use a new record per user
was broken by 66b89456d3
|
2016-08-12 00:56:41 +02:00 |
|
jelhan
|
1396957297
|
Fix: use a new record per user
was broken by 66b89456d3
|
2016-08-12 00:43:05 +02:00 |
|
jelhan
|
92c2c353d8
|
Fix view deprecation by refactoring to component
|
2016-08-11 23:37:14 +02:00 |
|
jelhan
|
26b3dab102
|
update ember-suave and fix some coding style
|
2016-08-11 22:47:17 +02:00 |
|
jelhan
|
e4af5da645
|
update a few dependencies
|
2016-08-11 22:41:32 +02:00 |
|
jelhan
|
36071f8c18
|
Fixes: v prefix should not be part of version
only tagged commits were affected
https://github.com/cibernox/git-repo-version/pull/12
|
2016-08-11 21:51:50 +02:00 |
|
jelhan
|
3c7181c5e9
|
Released v0.4.0-rc2
|
2016-08-04 22:25:42 +02:00 |
|
jelhan
|
66b89456d3
|
Fix: feedback if participation can't be saved
adresses #78
|
2016-08-04 22:24:53 +02:00 |
|
jelhan
|
ad3af23782
|
Released v0.4.0-RC1
|
2016-08-02 00:00:27 +02:00 |
|
jelhan
|
49c6c28af9
|
move back to stable versions where pull request have been merged
|
2016-08-01 23:45:22 +02:00 |
|
jelhan
|
78ea83c7a7
|
not used anymore since 0592eff1f0
|
2016-08-01 23:39:32 +02:00 |
|