Commit graph

729 commits

Author SHA1 Message Date
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
jelhan
d8a014b677 Label (day) validation state should reflect validation states of all related input fields (times) 2016-08-01 21:35:06 +02:00
jelhan
376821db98 improve wrong time form validation message 2016-07-28 09:56:24 +02:00
jelhan
21c723b59b Released v0.4.0-beta2 2016-07-28 01:24:19 +02:00
jelhan
6158a0afe0 Only show "copy and paste times of first day to all other days" if there
is more than one day
2016-07-28 01:22:09 +02:00
jelhan
c23ade384a Improve text 2016-07-28 01:19:28 +02:00
jelhan
aa9e0f132b Fix test: Acceptance | create a poll: create a poll and using back button (find a date) 2016-07-28 01:08:43 +02:00
jelhan
1a97f1c069 use phantomjs 2.1.1 (instead of 1.9.8 which is travis default)
per: https://github.com/travis-ci/travis-ci/issues/3225#issuecomment-200965782
2016-07-28 00:43:11 +02:00
jelhan
9573ff5a27 update node to 4.2 since 0.10.36 is not supported by current ember versions 2016-07-27 23:58:10 +02:00
jelhan
bac6c4e72d Fix test after version in package.json has been corrected 2016-07-27 23:17:51 +02:00
jelhan
4bdea08b60 Fix test broken by 0627d409b5 2016-07-27 23:12:35 +02:00
jelhan
145a4ea96a Fix: reuse existing arrayproxy since otherwise it's not connected to model anymore 2016-07-27 23:06:54 +02:00
jelhan
0627d409b5 Fix: adblock plus blocks every element having class .share-link 2016-07-27 21:49:12 +02:00
jelhan
5521b29409 Fix: feedback icons are only supported for input elements by bootstrap 2016-07-27 15:17:10 +02:00
jelhan
b4c589a632 Released v0.4.0-beta1 2016-07-15 12:18:46 +02:00
jelhan
48e306ed97 Merge pull request #108 from rugk/patch-1
README: Link to new ZeroBin
2016-07-06 14:31:18 +02:00
jelhan
724a995372 Fixes: invalid times should not be adopted on other days 2016-07-05 11:26:03 +02:00
jelhan
baa09bc19f translations: missing space 2016-07-04 14:42:18 +02:00
jelhan
a28923ead2 refactor to use groupBy computed macro of ember-array-computed-macros instead of ember-group-by 2016-07-04 14:39:00 +02:00
rugk
768979620b Link to new ZeroBin 2016-07-04 14:03:48 +02:00
jelhan
0c0dc44195 reactored to use array computed macros for cleaner code 2016-07-03 19:49:36 +02:00
jelhan
aafe5966e3 Fix: Confusing unique validation error messages for options 2016-07-03 16:50:42 +02:00
jelhan
3c187886c1 remove unnecessary complexity 2016-06-27 13:04:20 +02:00
jelhan
2e128e3c3c Fix: confusing validation present error for answer selection in poll participation 2016-06-27 12:53:05 +02:00
jelhan
0460fe56b1 Merge branch 'master' of github.com:jelhan/croodle 2016-06-27 12:52:30 +02:00
jelhan
9a21eb126a Fix: submit if no day is selected 2016-06-27 12:49:40 +02:00
jelhan
27b5cd74d8 Merge pull request #103 from rugk/patch-1
Improve German translation
2016-06-22 11:00:26 +02:00