Commit graph

648 commits

Author SHA1 Message Date
jelhan
6e671f0f3b remove CONTRIBUTING.md without helpfull content 2016-06-06 01:18:39 +02:00
jelhan
8113b23e81 Merge pull request #96 from rugk/patch-1
Add note to remind user to protect the data dir
2016-06-04 20:13:15 +02:00
jelhan
f9c003403b Merge pull request #97 from rugk/patch-2
German translation: Missing capital letter
2016-06-04 20:12:55 +02:00
rugk
2c60e2d3cf German translation: Missing capital letter 2016-06-04 18:19:17 +02:00
rugk
5aaa3a8af7 Add note to remind user to protect the data dir 2016-06-04 18:14:43 +02:00
jelhan
568e23e0bc update validation error on locale change 2016-05-23 13:40:45 +02:00
jelhan
49a11a0326 observe locale changes on validation error messages
https://github.com/jasonmit/ember-i18n-cp-validations/issues/12
2016-05-23 12:42:47 +02:00
jelhan
b7d7953c30 Update README.md: add cron.php to installation instructions 2016-05-23 12:02:18 +02:00
jelhan
777dbeeb51 Fix spelling 2016-05-23 11:55:34 +02:00
jelhan
d146281090 Merge pull request #91 from rugk/patch-1
Add header to allow script execution
2016-05-23 11:54:54 +02:00
rugk
eacb089347 cron.php: Better wording 2016-05-21 21:26:51 +02:00
rugk
fdc912588b Add header to allow script execution
If you say it should be executed as a script you might also want this...
2016-05-21 21:26:24 +02:00
jelhan
7c56c5c5e0 Fix: missing translations 2016-05-21 20:05:13 +02:00
jelhan
c8847d4814 Fix: duplicates in options arrays
Occurs if another day is added to an option array already having times
2016-05-21 18:37:23 +02:00
jelhan
c9ef942c79 Fixes #84 2016-05-21 17:17:08 +02:00
jelhan
fba32d3590 Fix deprecation: using @each as a leaf node in a dependent key
http://emberjs.com/deprecations/v1.x/#toc_using-code-each-code-as-a-leaf-node-in-a-dependent-key

Also fixes coding style:
* use Ember.computed instead of {}.property()
* use Ember.observer instead of {}.observes()
2016-05-20 23:43:05 +02:00
jelhan
5542ecd52f not used anymore ... 2016-05-20 23:24:04 +02:00
jelhan
70f7879ee7 Fixes #55 2016-05-20 21:49:29 +02:00
jelhan
ce47b2342f Not supported by PHP 5.6 2016-05-18 16:15:28 -07:00
jelhan
9603444daa php 5.6 does not support class member access on clone
it's a pitty
2016-05-18 15:52:30 -07:00
jelhan
08b5fe26e3 cleanup test data dir before each test 2016-05-18 15:47:08 -07:00
jelhan
a7bc09c9e9 adds test for cron.php 2016-05-18 15:16:41 -07:00
jelhan
08e9f68197 remove polls isDateTime attribute 2016-05-18 13:18:36 -07:00
jelhan
c634dd8298 v0.4.0-alpha4 2016-04-18 12:38:59 +02:00
jelhan
f3426b2a7d support creating polls with only one option
There might be use cases and it simplifies validation a lot.

Also fixes this missing translation message mentioned in #84:
> /create/options-datetime: There isn't any validation error shown when validation fails due to not enough times.
2016-04-15 11:21:26 +02:00
jelhan
19546257ad add android and iphone to sauce tests
split up tests so that we have some reports faster
2016-04-11 04:38:14 +02:00
jelhan
48b134c1b2 remove demo data from codeception 2016-04-11 01:14:06 +02:00
jelhan
638d45f958 use Code Climate 2016-04-11 01:11:33 +02:00
jelhan
a545f7f956 remove auto generated files from repository 2016-04-11 01:00:59 +02:00
jelhan
8a32f1f5c8 Closes #87. 2016-04-11 00:37:46 +02:00
jelhan
6fe75cfd9a use Sauce Labs services to test against Chrome, Firefox, Internet Explorer, Microsoft Edge and Safari 2016-04-10 21:11:29 +02:00
jelhan
e5c5198601 Fixes #85 2016-04-09 01:52:54 +02:00
jelhan
194f00b7d6 Rewritten (some) acceptance tests with ember-cli-page-objects 2016-04-08 21:48:22 +02:00
jelhan
3e92fa8c87 Switch to bootstrap fixed-width grid layout.
Part of #76
2016-03-21 22:08:51 +01:00
jelhan
c240b712b6 Fixes #88
Also fixes test which was false positive and added some other tests.
2016-03-21 22:06:08 +01:00
jelhan
0ab6ff374c Fix: String could be less than 10 characters which causes test to fail
Math.random() could return 0, 0.5, 0.51 which isn't enough input for a 10 characters string.
2016-03-21 13:05:23 +01:00
jelhan
09a9ef16e2 v0.4.0-alpha3 2016-03-21 11:51:04 +01:00
jelhan
cb66fb18bc Fix: Sort must return a signed number not a boolean
Chrome and Firefox are find with boolean but nodejs and edge are more strict.
2016-03-20 16:05:20 +01:00
jelhan
aa6483c4d1 Fixes #81 2016-03-20 15:31:24 +01:00
jelhan
6f6395e430 Fixes #82 2016-03-18 20:26:41 +01:00
jelhan
e2905e53de v0.4.0-alpha2 2016-03-18 13:28:00 +01:00
jelhan
255c6a97e8 Fixes #80 2016-03-18 13:27:34 +01:00
jelhan
e8b6776f9a Fixes #79 2016-03-18 13:15:47 +01:00
jelhan
9a658ab76d allow alpha / beta / rc releases 2016-03-18 13:15:32 +01:00
jelhan
40d81ab8c1 JSCS fixes 2016-03-18 13:01:50 +01:00
jelhan
3e8e7e2af6 v0.4.0-alpha1 2016-03-17 15:05:02 +01:00
jelhan
277d51e650 poll evaluation as stacked bar chart 2016-03-17 13:32:53 +01:00
jelhan
03de059fd1 Fix: Do not ask which timezone should be chosen if there is no timezone defined in poll 2016-02-23 00:02:16 +01:00
jelhan
b7b57ef051 store timezone only if there is atleast one option including time
isDateTime could be true even if there isn't any option with time
2016-02-22 23:55:59 +01:00
jelhan
8ede03b604 Fix: Date was not shown if there were multiple best options 2016-02-22 23:42:01 +01:00