jelhan
2839b09ad9
more user-friendly evaluation
2015-07-15 14:24:57 +02:00
jelhan
612086c73c
intend by 2 spaces
2015-07-07 11:52:46 +02:00
jelhan
fe0cd5fc82
Update: ember 1.12 and ember-cli 0.2.7
2015-07-02 15:53:02 +02:00
jelhan
34330cb730
remove version from package.json; having version as git tag is enough
2015-07-02 15:39:14 +02:00
jelhan
67cc41973f
Ember.ObjectController is deprecated since ember 1.11
...
Ember.ObjectController was proxying model properties to controller. Ember.Controller which should be used is not.
Therefore we have to define if it's a property of controller or model.
Also added two more tests:
* anonymous participation
* do not force an answer for all options
2015-07-01 16:21:18 +02:00
jelhan
8c2a17df39
Fix: date without times were not sorted
2015-06-24 02:14:14 +02:00
jelhan
d6cf7efa3c
add version information to
...
* build (as html meta tag)
* stored polls and users
Closes #65
2015-06-20 19:04:19 +02:00
jelhan
5cce0a236d
Fix: freetext answer where broken by caba42a853
...
added test to not let it happen again
2015-06-20 18:33:51 +02:00
jelhan
7f1aa33e95
should not be in repository
2015-06-20 18:11:49 +02:00
jelhan
b627affb99
Fix: undefined property error caused by not removed event listener
2015-06-20 18:00:13 +02:00
jelhan
3530098982
Merge pull request #72 from j0rgeSD/master
...
Update translations.js
2015-06-09 11:08:33 +02:00
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
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
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
6a3bf398c2
Fix: div closed to early; box should be part of #poll
2015-04-02 21:23:06 +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
624cbdfb5f
was added in 29e43c26e8
and should be reverted also
2015-04-02 14:09:08 +02:00
jelhan
d20aef363b
Revert "add version to saved poll/user"
...
This reverts commit 3808de42ca
.
2015-04-02 13:30:00 +02:00
jelhan
8c8e1d37cd
missing closing tag
2015-03-25 18:57:27 +01:00
j0rgeSD
ab87f9be14
Update translations.js
2015-03-23 00:58:07 +01:00
j0rgeSD
b276d662bd
Update translations.js
2015-03-19 11:47:33 +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
04a1bafc47
should fix travix
...
starting missing api before running test via testem
2015-01-24 16:51:26 +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
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
4b98678323
embedded on GET but should not be on save
2015-01-20 22:47:04 +01:00
jelhan
1c831870e4
use ember-radio-button, an ember cli adddon, for radio buttons
2015-01-19 23:37:51 +01:00
jelhan
1e2dbd95e9
move language switch to application controller
2015-01-19 13:56:03 +01:00
jelhan
139b6b7088
upgrade ember-cli to 0.1.7
...
Tests doesn't run to due an error with relative api uri. This doesn't affect development or production environment.
2015-01-18 18:06:47 +01:00
jelhan
48e76cf45b
remove unused global
2015-01-16 15:26:49 +01:00
jelhan
24fa65948c
Fix typo
2015-01-16 15:18:57 +01:00
jelhan
e920daf053
Fix not working language switch in production environment
...
Fixes #64
2015-01-16 15:17:32 +01:00
jelhan
48ed039788
fixes top scrollbar resize issues
...
fixes #63
2015-01-16 14:12:34 +01:00
jelhan
7a4137af67
noscript information text
...
fixes #39
2015-01-13 19:27:36 +01:00
jelhan
3ffe1552af
fix misleading text
2015-01-13 19:12:30 +01:00
jelhan
812bc84ff9
Fix illegal character issue introduced by pull request #62
2014-12-19 19:16:22 +01:00
shadow
483bfb1f91
[translation] - translated german text
2014-12-11 09:48:27 +01:00
shadow
b8f5290e83
[translation] - adjusted german text
2014-12-06 10:46:28 +01:00
jelhan
8af5a9df09
Integration Test for creation of a default poll
2014-11-26 13:15:05 +01:00
jelhan
7ba00a1b31
just change values instead of regenerating times array on copy first line action
...
fixes #37
2014-11-25 16:37:56 +01:00
jelhan
4a589cf97d
another file from merge...
2014-11-25 16:26:22 +01:00
jelhan
538a486da7
removed files from merge
2014-11-25 16:12:46 +01:00
jelhan
b7379d2366
Merge branch 'master' of github.com:jelhan/croodle
2014-11-25 15:47:20 +01:00
jelhan
baa048f0df
back button: load old selection into calendar
2014-11-25 15:44:56 +01:00
jelhan
791c612e2d
Merge branch 'feat/backbutton-on-create' into feat/ember-cli
...
Conflicts:
app/controllers/create/options-datetime.js
app/controllers/create/options.js
app/views/create/options-datetime.js
2014-11-21 12:38:32 +01:00
jelhan
016ccfc31c
rewritten option and input field relationship
...
keep inputs while setting up poll and update options based on inputs by observer
2014-11-21 12:24:24 +01:00
dittler
58bd9b44f0
fix translation
2014-11-17 09:29:23 +01:00
jelhan
65406e2633
Merge branch 'master' into feat/ember-cli
...
Conflicts:
app/index.html
2014-11-06 21:22:00 +01:00
jelhan
338deb80db
bootstrap-datepicker: set language
2014-11-06 21:17:48 +01:00
jelhan
3db1dee801
better translations
2014-11-06 00:48:56 +01:00
jelhan
62d0ee760e
use node-phpcgi instead of proxy to serve api
...
php-cgi has to be installed and path have to be correct in server/index.js; default is debian standard
2014-11-02 23:43:34 +01:00
jelhan
a1f88d3dba
fix namespace reference to own application
2014-11-02 17:31:33 +01:00
jelhan
3e85382cf8
ember-validations as ember-addons
2014-11-02 16:55:10 +01:00
jelhan
a8d71a7202
support ember server --proxy feature
...
Move api.php in api/ folder; using .htaccess to map every request to api/index.php
requires apache mod-rewrite module and permissions
2014-11-01 18:40:33 +01:00
jelhan
7dec3c47ca
migration to ember-cli
2014-11-01 18:00:46 +01:00
jelhan
b9e03542e0
Merge branch 'master' into feat/ember-cli
2014-11-01 15:29:09 +01:00
jelhan
2b3e4f2fa3
improve translations
2014-11-01 15:28:57 +01:00
jelhan
7a241bd311
first steps to ember-cli
2014-10-30 21:44:22 +01:00
jelhan
5243b6c046
restore app/controllers/poll.js which got deleted in last commit;
...
delete not used computed property
2014-10-30 20:43:22 +01:00
jelhan
cd3a0ceb67
improved error handling
2014-10-28 06:00:37 +01:00
jelhan
d5e6f0b324
fix some jshint warnings
2014-10-28 05:00:02 +01:00
jelhan
2994ba738b
fix error on date decryption
2014-10-28 04:02:43 +01:00
jelhan
d18055b8dc
handle timezone differences
...
Closes #33
2014-10-28 03:27:54 +01:00
jelhan
2e742ea903
validate only on focusOut or submit
2014-10-26 18:19:07 +01:00
jelhan
f766e169bd
run validation on submit
2014-10-26 16:47:15 +01:00
jelhan
28d2c7be61
fix missing shims in dist build
2014-10-26 15:03:40 +01:00
jelhan
b55886f9c9
keep one feature at one point
2014-10-25 23:47:20 +02:00
jelhan
397c6f91a2
top scroll bar on user selections table allways visible
2014-10-25 23:44:58 +02:00
jelhan
cd4b5c30ff
fix scrollbar visibilty and 1px offset due to helper div height
2014-10-25 22:48:48 +02:00
jelhan
a187335d32
nothing should wrap in table
2014-10-25 22:47:44 +02:00
jelhan
44f0227e2f
fix floatThead width when new user added changes cell width
2014-10-25 22:47:21 +02:00
jelhan
5bdd5d72da
Show top scrollbar only when table header is fixed
2014-10-25 22:39:10 +02:00
jelhan
ce3d1070c0
remove debug logging
2014-10-25 22:07:08 +02:00
jelhan
90fbbea8a3
no wrap in table header
2014-10-25 21:53:10 +02:00
jelhan
20919232bf
group dates if pollType is find a date and dates are defined with times
2014-10-25 19:40:14 +02:00
jelhan
50a2866b26
top scrollbar on poll table
2014-10-25 02:04:11 +02:00
jelhan
fe4e6cd275
fix: formatedDate helper syntax
2014-10-25 01:42:42 +02:00
jelhan
da46700bee
Fix: use selection id instead of label as class name
2014-10-25 01:01:05 +02:00
jelhan
fcfb3f89f1
show day of the week
...
Closes #22
2014-10-25 00:59:06 +02:00
jelhan
a3031f5b9d
translate evaluation show/hide button
2014-10-24 01:24:21 +02:00
jelhan
14a298ea6c
translate next buttons
2014-10-24 01:13:44 +02:00
jelhan
90bf340276
remove debug log
2014-10-24 00:40:52 +02:00
jelhan
57b46a03f1
translate poll types and predefined answers
2014-10-24 00:39:07 +02:00
jelhan
ec79f68f5c
Merge branch 'master' into feat/i18n
2014-10-23 21:02:29 +02:00
jelhan
1eac34741b
fix ember-easyForm checkbox bootstrap wrong syntax
2014-10-23 20:58:46 +02:00
jelhan
533f70b5ee
visibilty as a view property + missing translations
2014-10-23 17:55:04 +02:00
jelhan
a4eb466099
missing translation
2014-10-23 17:34:56 +02:00
jelhan
5afd9a20f4
fix wrong action name
2014-10-23 17:34:44 +02:00
jelhan
fcd4c82f40
translation for create.settings
2014-10-21 03:56:18 +02:00
jelhan
36dfc887a8
missing translation
2014-10-21 03:52:10 +02:00
jelhan
36e91ad99c
better use of ember-easyForm and validations on create.options-datetime
2014-10-21 03:50:42 +02:00
jelhan
7a992c657a
better use of ember-easyForm and validation in create.options
2014-10-21 03:19:30 +02:00
jelhan
ee98dec2e3
i18n pluralization support
2014-10-21 02:29:54 +02:00
jelhan
dbda4b72d2
validation got lost
2014-10-21 02:29:11 +02:00
jelhan
80aac9b0fb
some forms translated
2014-10-20 01:09:03 +02:00
jelhan
c370b87f88
moment i18n
2014-10-20 00:53:52 +02:00
jelhan
7a77c455c3
layout
2014-10-20 00:25:15 +02:00
jelhan
a61507f5cd
Merge branch 'master' into feat/i18n
2014-10-20 00:14:24 +02:00
jelhan
d80e331b4d
show evaluation on user request; hide it by default
2014-10-20 00:14:14 +02:00
jelhan
a324bf6c45
delete debug comment
2014-10-20 00:12:12 +02:00
jelhan
018fcf7f1f
Merge branch 'master' into feat/i18n
...
Conflicts:
app/index.html
app/templates/create/options.hbs
bower.json
2014-10-19 23:52:39 +02:00
jelhan
d463704eb2
bootstrap 3 for ember-easyForm
...
still lacks support of checkboxes: http://stackoverflow.com/questions/26444069/passing-handlebars-helper-to-another-helper-in-emberjs
2014-10-18 22:12:00 +02:00
jelhan
4c50679f42
fix missing bottom margin
2014-10-18 22:10:47 +02:00
jelhan
18a77d1523
replaced ember-form by ember-easyForm
...
ember-easyForm seems to have better support for i18n
also seems to be more stable
2014-10-18 21:07:21 +02:00
jelhan
ebdf0b796f
best way known yet to rerender after language switch
...
question still open: http://stackoverflow.com/questions/26091303/recommended-way-to-rerender-page-in-ember-after-language-switch
2014-10-01 00:26:26 +02:00
jelhan
116f4ebda6
some small fixes
2014-09-29 13:17:54 +02:00
jelhan
469a9f1e4e
language switch
2014-09-29 02:39:11 +02:00
jelhan
b9e6edc63e
i18n
2014-09-29 00:48:26 +02:00
jelhan
7ce3fc6a92
small fix
2014-09-28 21:11:54 +02:00
jelhan
8a91cfed48
webshim polyfill for html5 input time element
2014-09-28 17:07:19 +02:00
jelhan
78aed17d50
remove embedded adapter (ember-data-extensions) and use core EmbeddedRecordMixin instead
2014-09-28 14:55:40 +02:00
jelhan
96c7c6221c
fix missing poll_id property in user model
2014-09-28 13:39:57 +02:00
jelhan
05a7b419d6
wording
2014-08-19 15:31:05 +02:00
jelhan
665c0f892f
Fix #29
2014-08-13 14:37:56 +02:00
jelhan
f7e21e556f
Fix #30
2014-08-13 14:06:56 +02:00
jelhan
da9f1240db
Fix wrong tab
2014-08-03 17:19:11 +02:00
jelhan
8014e6e965
floating thead of user-selection-table
2014-08-03 17:12:42 +02:00
jelhan
7c822e456b
Fix evaluation
2014-08-03 15:44:59 +02:00
jelhan
148ebbd288
colorized glyphicon
2014-08-03 15:42:54 +02:00
jelhan
656201a39a
Merge master
2014-08-03 15:39:57 +02:00
jelhan
0ebb6c34e8
icons also for given answers
2014-08-03 15:35:29 +02:00
jelhan
a12c9bb0d6
colorized answers also on user selection
2014-08-02 17:17:15 +02:00
jelhan
abe254bff5
glyphicon for new user selection, but not yet for allready selected answers
2014-08-02 17:16:47 +02:00
jelhan
7b175aae74
not used since switched to EAK
2014-08-02 17:03:08 +02:00
jelhan
538f48deb3
radio buttons for answer selection on participation
...
Closes #13
2014-08-02 16:58:26 +02:00
jelhan
5e5c442442
Update jquery
2014-08-02 16:28:11 +02:00
jelhan
caa6251632
Fix wrong binding
2014-08-02 15:57:14 +02:00
jelhan
61b0290d08
Use ember 1.7.0-beta which has query params feature integrated
...
There is no need for ember canary build anymore.
Closes #23
2014-08-02 15:52:36 +02:00
jelhan
a96fa98d78
Fix type error
2014-08-02 15:43:58 +02:00
jelhan
4ec5850fed
Fix one small bug
2014-08-01 21:23:34 +02:00
jelhan
2eb17b8233
Help text for valid input format
2014-08-01 21:05:16 +02:00
jelhan
ac07752095
Short help text
2014-08-01 21:00:04 +02:00
jelhan
4969bc37e2
Disable next button if input data is not valid
2014-08-01 20:56:20 +02:00
jelhan
f1ab0e8a44
Adding copy first line feature
2014-08-01 20:50:17 +02:00
jelhan
f093df96e7
Fixing small errors in MoreInputs-Funktion
2014-07-26 21:35:13 +02:00
jelhan
b7c4eccf52
Starting validation:isValid property show if atleast one time is specified for every date
2014-07-09 16:38:37 +02:00
jelhan
c91dd9076d
refactoring
2014-07-09 13:51:06 +02:00
jelhan
e5bd2f8b90
Improvement for datetime support:
...
table and form with bootstrap
more input fields for time on user request
2014-07-09 13:42:09 +02:00
jelhan
fabb22d769
Starting implementation of DateTime features
2014-07-07 01:51:58 +02:00
jelhan
2fa0fccc7b
Fixing error in dist version
2014-07-06 22:26:40 +02:00
jelhan
12df80f1e3
Hopefully last fixes due to migration to EAK
2014-07-06 20:15:15 +02:00
jelhan
a058c961a7
Migration to EAK
2014-07-06 19:22:38 +02:00
jelhan
68950f570a
Fixing some problems due to migration to EAK
2014-07-06 18:56:51 +02:00
jelhan
26828bb6f3
Smaller Fixes
2014-07-06 18:06:25 +02:00
jelhan
b066b8806c
Starting to move to Ember App Kit
2014-07-06 17:37:54 +02:00