Releases: jelhan/croodle
v0.4.0-beta2
Changes since v0.4.0-beta1: v0.4.0-beta1...v0.4.0-beta2
Known Bugs:
- Validation state of label for multiple inputs on create/options-datetime does not reflect validation state of all related inputs.
- Validation error message for wrong time format should be improved.
v0.4.0-beta1
Changes since last v0.4.0-alpha5: v0.4.0-alpha5...v0.4.0-beta1 and known bugs marked as fixed in release notes https://github.com/jelhan/croodle/releases/tag/v0.4.0-alpha5.
Known Bugs:
- Validation state of label for multiple inputs on create/options-datetime does not reflect validation state of all related inputs.
v0.4.0-alpha5
Changes since v0.4.0-alpha4: v0.4.0-alpha4...v0.4.0-alpha5
Known Bugs:
- ✅ All days except first one get deleted if a user tries to adopt times of first day but there aren't any times on first day. (Fixed by bcccffa)
- ✅ Wrong/confusing week starting date in calendar for English users who aren't living in US or Canada. #89
- ✅ Validation icons aren't positioned correctly due to missing PR in dependency: ember-bootstrap/ember-bootstrap#98
- ✅ It's possible to delete all days. #99
- ✅ Select options (create/index, create/settings) are not updated on locale change. (Fixed by f32e6bf)
- ✅ Missing character count in length evaluation error message. #100
- ✅ Tab navigation buttons on poll page are not translated. (Fixed by 7774e76)
- ✅ All existing times are lost if days are changed afterwards. (Fixed by 308b8fb)
- ✅ Placeholder for time inputs used by browses which aren't supporting this input type right know (Fixed by 341fafa)
- ✅ Confusing unique validation error message on create/options-datetime: 'This field must be unique'. Should be something like 'This time is already entered above.' (fixed by aafe596)
- ✅ Invalid times should not be adopted on other days. (fixed by 724a995)
- Validation state of label for multiple inputs on create/options-datetime, poll/participation does not reflect validation state of all related inputs.
- ✅ Force names of participants to be unique if anonymous participation is not allowed. (Fixed by 1ab337d)
- ✅ Confusing present validation error in poll/participation. (fixed by 2e128e3)
- ✅ Date in poll evaluation summary does not observe locale changes. (fixed by 7b2a967)
- ✅ Confusing unique validation error in create/options for make a poll: 'This field must be unique'. Should be: 'Options must be unique.' (fixed by aafe596)
✅ = fixed in master
v0.4.0-alpha4
Changes since v0.4.0-alpha3: v0.4.0-alpha3...v0.4.0-alpha4
v0.4.0-alpha3
Changes since v0.4.0-alpha2: v0.4.0-alpha2...v0.4.0-alpha3
v0.4.0-alpha2
v0.4.0-alpha1
Changes since v0.3.0: v0.3.0...v0.4.0-alpha1
v0.3.0
Before HSTS header were set by api.php. This has been removed. HSTS header should be defined in webserver configuration not by application.
Also Content Security Policy (CSP) header were send by api.php but didn't had any affect. CSP header is applied on a per-page basis and for AJAX requests applied by the context that perform the request. Please configure your webserver to send CSP header for index.html. An configured .htaccess is shipped with but not activated.
Time zones were not handled correctly. Polls created before could show wrong time or date if time zone offset differs from the one poll was created in.
Changelog:
- [FEATURE] added version information as meta tag on build (name=build-info) and as a property of poll and user models
- [FIX] date without times were not sorted
- [FIX] "copy firstline" function was broken in Firefox and other browsers not supporting input fields of type time and therefore using Webshim
- [FIX] timezone handling
- [FIX] do not send HSTS header