jelhan
f5b8546247
fix undefined error
2015-04-07 13:17:45 +02:00
jelhan
30e9b22797
Fix undefined if all dates are removed
2015-04-07 12:38:13 +02:00
jelhan
95e4731595
update README
2015-04-04 11:06:52 +02:00
jelhan
10f7b59986
jshint
2015-04-04 02:45:22 +02:00
jelhan
b1dc1b5bac
use ember-cli-boostrap-datepicker
2015-04-04 02:43:59 +02:00
jelhan
422af9df31
updated readme
2015-04-04 01:52:56 +02:00
jelhan
9024322367
fix 404 in test
2015-04-04 01:39:28 +02:00
jelhan
b84f09a906
fix production build
2015-04-04 01:33:42 +02:00
jelhan
83cce0d083
use testem proxies configuration
2015-04-04 01:13:27 +02:00
jelhan
ed8a102b3d
causes "unknown mixin" error in tests
...
doesn't seem to be necessary anymore
2015-04-04 01:09:25 +02:00
jelhan
0a4b3cd64a
got lost
2015-04-03 12:49:54 +02:00
jelhan
6a3bf398c2
Fix: div closed to early; box should be part of #poll
2015-04-02 21:23:06 +02:00
jelhan
48262b29f3
update ember-cli-less
2015-04-02 21:16:53 +02:00
jelhan
b2db75221a
fix
2015-04-02 21:16:31 +02:00
jelhan
caba42a853
using ember-cli-easyform-extensions as it support ember >= 1.10
2015-04-02 20:28:35 +02:00
jelhan
50b8951396
Merge branch 'master' into ember1.10
...
Conflicts:
package.json
2015-04-02 20:15:57 +02:00
jelhan
6e8396c536
update node-phpcgi
2015-04-02 20:14:43 +02:00
jelhan
04561b66d0
fix tests after update
2015-04-02 20:09:07 +02:00
jelhan
9b73dd8863
update to ember-cli 0.2.2 and ember 1.11.0
2015-04-02 20:01:30 +02:00
jelhan
624cbdfb5f
was added in 29e43c26e8
and should be reverted also
2015-04-02 14:09:08 +02:00
jelhan
f6a15e0c1d
Revert "add version string to build as meta tag"
...
This reverts commit d343f0df32
.
2015-04-02 13:30:29 +02:00
jelhan
d20aef363b
Revert "add version to saved poll/user"
...
This reverts commit 3808de42ca
.
2015-04-02 13:30:00 +02:00
jelhan
57726c2996
update ember-cli to 1.2.1 and ember to 1.10
...
update to ember 1.10 causes several issues due to HTMLBars; some are allready fixed but some not:
* current used version of ember-easyForm is not compatible with ember 1.10
* tests aren't working
2015-04-02 12:56:55 +02:00
jelhan
8c8e1d37cd
missing closing tag
2015-03-25 18:57:27 +01:00
jelhan
76da012143
{view Ember.Select} is deprecated in favor of {view "ember"} since EmberJS 1.8
2015-02-17 02:50:16 +01:00
jelhan
7f3b1c19c2
only ask which timezone to use, if poll asks for dates defined with times
...
fixes #69
2015-02-16 21:26:36 +01:00
jelhan
72bdb5c788
fix: dates should be in correct order
...
wasn't if they are defined with times
fixes #68
2015-01-26 18:17:29 +01:00
jelhan
a372e0f369
fix tests in browser
2015-01-24 18:32:31 +01:00
jelhan
bc4ebadf1b
fix: add a user to a default poll test
2015-01-24 18:31:21 +01:00
jelhan
7d5fd78d9a
fix: PHP Deprecated: Function split() is deprecated
2015-01-24 17:14:57 +01:00
jelhan
f723af3f2b
just a test
2015-01-24 17:11:23 +01:00
jelhan
46816954a8
remove hardcoded php-cgi path
...
hopefully travis will run now
2015-01-24 17:00:46 +01:00
jelhan
95f55b5159
fix .travis.yml
2015-01-24 16:54:37 +01:00
jelhan
04a1bafc47
should fix travix
...
starting missing api before running test via testem
2015-01-24 16:51:26 +01:00
jelhan
226220cd78
need absolute path if locationType 'hash' as stated in docs
2015-01-24 15:36:04 +01:00
jelhan
bbb8a231cc
fix test in browser
2015-01-24 15:35:50 +01:00
jelhan
29e43c26e8
dummy polls for testing and development
...
test: add a user to a default poll
default poll url
http://localhost:4200/#/poll/defaultpoll?encryptionKey=0123456789abcdefghijklmnopqrstuvwxyzABC
2015-01-24 14:50:56 +01:00
jelhan
3808de42ca
add version to saved poll/user
2015-01-24 14:33:02 +01:00
jelhan
5a50901be0
only letters and numbers in passphrase
2015-01-24 14:19:19 +01:00
jelhan
13ae84eaaf
stronger passphrase using window.crypto if supported by browser
2015-01-24 14:17:52 +01:00
jelhan
d0d8a3bb67
api-stub folder not used anymore in current ember-cli
2015-01-24 12:35:16 +01:00
jelhan
f0a09d9aee
handle connection issues on user save:
...
* show error message (modal)
* provide retry button
fixes #66
2015-01-21 01:30:14 +01:00
jelhan
18f207144b
Merge branch 'master' of github.com:jelhan/croodle
2015-01-20 22:47:45 +01:00
jelhan
4b98678323
embedded on GET but should not be on save
2015-01-20 22:47:04 +01:00
jelhan
ec39eec474
Update README.md
2015-01-20 01:03:24 +01:00
jelhan
d3bd5921f5
Update README.md
2015-01-20 00:58:34 +01:00
jelhan
1c831870e4
use ember-radio-button, an ember cli adddon, for radio buttons
2015-01-19 23:37:51 +01:00
jelhan
d343f0df32
add version string to build as meta tag
...
looks like: <meta name="build-info" content="version=v0.2.1-3-g1e2dbd9"/>
closes #65
2015-01-19 22:48:36 +01:00
jelhan
1e2dbd95e9
move language switch to application controller
2015-01-19 13:56:03 +01:00
jelhan
dd73ce0e5f
force ember-i18n >= 2.9.1 due to security patch
2015-01-19 12:51:02 +01:00