Changesets: LimeSurvey
2.05 59d29fab 2013-06-14 17:31 Details Diff |
Fixed issue #7908: When entering a protected survey password text field is readable | ||
mod - application/helpers/frontend_helper.php | Diff File | ||
master 8b67ec08 2013-06-14 17:06 Details Diff |
Fixed issue 07797: User with token can answer twice or more without use left more than 1 |
Affected Issues 07797 |
|
mod - application/views/admin/survey/subview/tabTokens_view.php | Diff File | ||
master 07a4042e 2013-06-14 16:50 Details Diff |
Merge remote-tracking branch 'origin/master' | ||
mod - application/helpers/qanda_helper.php | Diff File | ||
master a157c23f 2013-06-14 16:49 Details Diff |
Fixed issue 07843: Date/time field (HH:MM) does not display value, when visited again Dev Final fix |
Affected Issues 07843 |
|
mod - application/helpers/qanda_helper.php | Diff File | ||
2.05 19782c1b 2013-06-14 16:49 Details Diff |
Fixed issue 07843: Date/time field (HH:MM) does not display value, when visited again Dev Final fix |
Affected Issues 07843 |
|
mod - application/helpers/qanda_helper.php | Diff File | ||
master a0dbfdbd 2013-06-14 16:12 Details Diff |
Fixed issue: 5 point choice no answer id is not unique and don't have label | ||
mod - application/helpers/qanda_helper.php | Diff File | ||
master a3d2eb93 2013-06-14 15:16 Details Diff |
Fixed issue 07852: Cryptic error when survey is deactivated twice |
Affected Issues 07852 |
|
mod - application/controllers/admin/surveyadmin.php | Diff File | ||
2.05 d75291aa 2013-06-14 15:16 Details Diff |
Fixed issue 07852: Cryptic error when survey is deactivated twice |
Affected Issues 07852 |
|
mod - application/controllers/admin/surveyadmin.php | Diff File | ||
master 928e31da 2013-06-14 12:49 Details Diff |
Merge remote-tracking branch 'origin/master' | ||
mod - application/helpers/expressions/em_core_helper.php | Diff File | ||
mod - scripts/expressions/em_javascript.js | Diff File | ||
master dabd7d00 2013-06-14 12:37 Details Diff |
Fixed issue 07826: Pass-through variables do not work when automatic end URL loading set to off |
Affected Issues 07826 |
|
mod - application/helpers/SurveyRuntimeHelper.php | Diff File | ||
master 3319e3b7 2013-06-14 10:06 Details Diff |
Merge pull request #85 from mfaber/strtotime New feature: Add php-func strtotime() to EM |
||
mod - application/helpers/expressions/em_core_helper.php | Diff File | ||
mod - scripts/expressions/em_javascript.js | Diff File | ||
2.05 f51767d3 2013-06-14 10:03 Details Diff |
Merge pull request #91 from mfaber/fix_EMtest Fixed issue 07912: EM test page broken in 2.05 |
Affected Issues 07912 |
|
mod - application/controllers/admin/expressions.php | Diff File | ||
master ba2f2d4a 2013-06-14 10:02 Details Diff |
Merge pull request #90 from jbinard/master Fixed issue 07915: Export to R -> Bug with answers containing double quotes |
Affected Issues 07915 |
|
mod - application/controllers/admin/export.php | Diff File | ||
master 046a64d5 2013-06-14 10:02 Details Diff |
Fixed issue: Wrong hint for Rank questions | ||
mod - application/helpers/qanda_helper.php | Diff File | ||
2.05 cd364ccc 2013-06-14 10:02 Details Diff |
Fixed issue: Wrong hint for Rank questions | ||
mod - application/helpers/qanda_helper.php | Diff File | ||
master af1c383b 2013-06-14 00:05 LimeSurvey Translations Bot Details Diff |
Updated translation: Hindi by ajparag Updated translation: Dutch by Han Updated translation: Dutch (Informal) by Han |
||
mod - locale/_template/limesurvey.pot | Diff File | ||
mod - locale/hi/LC_MESSAGES/hi.mo | Diff File | ||
mod - locale/nl-informal/LC_MESSAGES/nl-informal.mo | Diff File | ||
mod - locale/nl/LC_MESSAGES/nl.mo | Diff File | ||
2.05 3a44cb25 2013-06-13 22:39 Details Diff |
fixed issue 07912: EM test page broken in 2.05 dev: column with JS result were missing from EM test page dev: http://localhost/github/limesurvey/index.php/admin/expressions/sa/unit |
Affected Issues 07912 |
|
mod - application/controllers/admin/expressions.php | Diff File | ||
master 9d3144a0 2013-06-13 21:32 Details Diff |
Updated feature: fixes java part of strtotime() DEV: strotime() from php-js project was dealing with many date formats DEV: very differently compared to php strtotime(). DEV: rewrote a good portion of the function and added several tests cases DEV: to em_core_helper.php DEV: should be working fine now |
||
mod - application/helpers/expressions/em_core_helper.php | Diff File | ||
mod - scripts/expressions/em_javascript.js | Diff File | ||
master f90f9420 2013-06-13 21:27 Details Diff |
New feature: add php-func strtotime() to EM DEV: (Implemented T White's suggestions in this new version.) DEV: facilitates the calculation with dates/times in expression manager. E.g. DEV: calculation of difference in days between two dates entered in previous DEV: questions of the survey DEV: The function makes life much easier. Instead of DEV: {mktime(0,0,0,substr(date1,3,2),substr(date1,0,2),substr(date1,6,4))} DEV: one can just use {strtotime(date)}. DEV: strtotime can deal with a lot of different date/time formats. |
||
mod - application/helpers/expressions/em_core_helper.php | Diff File | ||
mod - scripts/expressions/em_javascript.js | Diff File | ||
master 1b44c7c1 2013-06-13 15:57 Details Diff |
Fixed issue 07915: Export to R -> Bug with answers containing double quotes Dev escape double quotes in R export |
Affected Issues 07915 |
|
mod - application/controllers/admin/export.php | Diff File | ||
master 52e8538d 2013-06-13 15:50
Details Diff |
Revert "Escape double quotes in R export" This reverts commit 63a098b3f46b5bb2ffa0a158d842bdc4e1e77627. |
||
mod - application/controllers/admin/export.php | Diff File | ||
master 28deecf8 2013-06-13 11:30 Details Diff |
Merge pull request #84 from weberhofer/master New feature: convert_value() function for Expression Manager |
||
mod - application/helpers/expressions/em_core_helper.php | Diff File | ||
mod - scripts/expressions/em_javascript.js | Diff File | ||
master 6fe5970c 2013-06-13 11:28 Details Diff |
Merge pull request #88 from mfaber/firstday Fixed issue 07882: Monday is now first day in calender (partial fix) |
Affected Issues 07882 |
|
mod - scripts/date.js | Diff File | ||
master 097f492d 2013-06-13 11:25 Details Diff |
Merge pull request #89 from ravindrakhokharia/rc2_export_responses_by_token New feature: Export Response By Token routine added to remote control |
||
mod - application/controllers/admin/remotecontrol.php | Diff File | ||
master ce6a6740 2013-06-13 00:05 LimeSurvey Translations Bot Details Diff |
Updated translation: French (France) by ulysse68, BenoitBouvarel Updated translation: Italian by bobo, lfanfoni Updated translation: Mongolian by erka Updated translation: Russian by vipgroup |
||
mod - locale/fr/LC_MESSAGES/fr.mo | Diff File | ||
mod - locale/it/LC_MESSAGES/it.mo | Diff File | ||
mod - locale/mn/LC_MESSAGES/mn.mo | Diff File | ||
mod - locale/ru/LC_MESSAGES/ru.mo | Diff File |