Changesets: LimeSurvey

master 6bd47680

2013-06-24 22:05:46

LimeSurvey Translations Bot

Details Diff
Updated translation: Czech by slansky
Updated translation: Greek by kiolalis
Attach Issues:
mod - locale/_template/limesurvey.pot Diff File
mod - locale/cs/LC_MESSAGES/cs.mo Diff File
mod - locale/el/LC_MESSAGES/el.mo Diff File

2.05 acbc3e0b

2013-06-24 17:07:57

mfaber


Committer: unknown Details Diff
Fixed issue 07882: Monday is now first day in calender (partial fix)

DEV: already done in master, see
https://github.com/LimeSurvey/LimeSurvey/pull/88
DEV: now the same in 2.05
Affected Issues
07882
mod - scripts/date.js Diff File

2.05 de2b74f8

2013-06-24 15:57:32

DenisChenu

Details Diff
Fixed issue 07949: non-admin users cannot save rich text in descriptions/questions.
Dev: don't filter HTML: only script
Affected Issues
07949
mod - application/core/LSYii_Validators.php Diff File

master f0a34002

2013-06-24 15:55:45

DenisChenu

Details Diff
Fixed issue 07949: non-admin users cannot save rich text in descriptions/questions.
Dev: don't filter HTML: only script
Affected Issues
07949
mod - application/core/LSYii_Validators.php Diff File

2.05 c17941d5

2013-06-24 14:57:38

mfaber

Details Diff
new feature #7811: implement strtotime() for EM

DEV: already implemented in master...now for 2.05
DEV: see pull request https://github.com/LimeSurvey/LimeSurvey/pull/85

DEV: facilitates the calculation with dates/times in expression manager.
DEV: E.g. calculation of difference in days between two dates entered in
DEV: previous 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.
Attach Issues:
mod - application/helpers/expressions/em_core_helper.php Diff File
mod - scripts/expressions/em_javascript.js Diff File

2.05 46d5eba8

2013-06-24 12:52:45

DenisChenu

Details Diff
New functionnality: Allow multiple answers with one token ( 07797 )
Dev: maybe use same for not anonymous token: with or without token answer persistence
Dev: fix js issue with activated survey
Affected Issues
07797
mod - application/views/admin/survey/subview/tabTokens_view.php Diff File

master 9f465adb

2013-06-24 12:41:06

DenisChenu

Details Diff
New functionnality: Allow multiple answers with one token ( 07797 )
Dev: maybe use same for not anonymous token: with or without token answer persistence
Dev: fix js issue with activated survey
Affected Issues
07797
mod - application/views/admin/survey/subview/tabTokens_view.php Diff File

master 3f626078

2013-06-23 22:05:44

LimeSurvey Translations Bot

Details Diff
Updated translation: Arabic by fadimhanna, ysaad
Updated translation: Dutch by Han
Updated translation: Dutch (Informal) by Han
Attach Issues:
mod - locale/ar/LC_MESSAGES/ar.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 6ae50753

2013-06-23 14:23:56

sammousa

Details Diff
Dev Changed export_responses_by_token to use export_responses.
Attach Issues:
mod - application/controllers/admin/remotecontrol.php Diff File

2.05 4fcd8250

2013-06-23 14:10:34

sammousa

Details Diff
Dev Added CDataProviderIterator from newer Yii version.
Attach Issues:
add - application/core/CDataProviderIterator.php Diff File

2.05 5fbefbf4

2013-06-23 13:59:35

sammousa

Details Diff
Dev Fixed usage of old translation object to use global gT function.
Attach Issues:
mod - application/helpers/SurveyRuntimeHelper.php Diff File

2.05 be8f8a75

2013-06-23 08:32:10

sammousa

Details Diff
Dev Moved question index creation to separate function.
Attach Issues:
mod - application/helpers/SurveyRuntimeHelper.php Diff File

2.05 bb3ff12a

2013-06-23 07:58:21

sammousa

Details Diff
Merge branch '2.05' of github.com:LimeSurvey/LimeSurvey into 2.05
Attach Issues:
mod - application/controllers/admin/expressions.php Diff File
mod - application/controllers/admin/statistics.php Diff File
mod - application/controllers/admin/translate.php Diff File
mod - application/controllers/survey/index.php Diff File
mod - application/helpers/admin/export/SurveyObj.php Diff File
mod - application/helpers/admin/statistics_helper.php Diff File
mod - application/helpers/common_helper.php Diff File
mod - application/helpers/export_helper.php Diff File
mod - application/helpers/expressions/em_manager_helper.php Diff File
mod - application/helpers/frontend_helper.php Diff File
mod - scripts/admin/statistics.js Diff File

2.05 44b5a146

2013-06-23 07:56:29

sammousa

Details Diff
Dev Added support for type coercion on old response import.
Dev Added batching to enable handling large data sets.
Dev Added warning about type coercion.
Dev Fixed error after import related to timing tables.
Attach Issues:
mod - application/controllers/admin/dataentry.php Diff File
mod - application/views/admin/dataentry/import.php Diff File

master 252272e8

2013-06-22 22:05:45

LimeSurvey Translations Bot

Details Diff
Updated translation: Dutch by Han
Updated translation: Dutch (Informal) by Han
Attach Issues:
mod - locale/_template/limesurvey.pot Diff File
mod - locale/nl-informal/LC_MESSAGES/nl-informal.mo Diff File
mod - locale/nl/LC_MESSAGES/nl.mo Diff File

2.05 171e4b65

2013-06-22 15:59:28

mfaber


Committer: mfaber Details Diff
updated feature 07145: validation field for date/time question

DEV: added "validation" and respective tip field to the advanced
attributes
DEV: of the date/time question and changed em_manager_helper so field is
evaluated
DEV: and EM color coding is applied.
DEV: In connection with strtotime() one can for example enforce that
only dates
DEV: before "today" are entered: strtotime(self)<=strtotime("now")
Attach Issues:
mod - application/helpers/common_helper.php Diff File
mod - application/helpers/expressions/em_manager_helper.php Diff File

master 3a96fb1b

2013-06-22 10:01:37

DenisChenu

Details Diff
Dev: bug 07895 / 720aab24 child : lost one sentence Affected Issues
07895
mod - application/views/admin/quotas/viewquotasrow_view.php Diff File

master 720aab24

2013-06-22 09:36:45

DenisChenu

Details Diff
Fixed issue 07895: Quota are not tested for hidden question (relevance to 1)
Fixed issue : Previous button in quota in citronade are not the same.
Dev: Change sentence of quota_action : reflect reality now
Dev: Don't change behaviour for quota_action=='2'
Dev: remove some $_POST var ($fieldname not in actual page)
Dev: this fieldname is needed for EM javascript : put disabled='disabled' inside.
Dev: DON'T do same think for relevance : else eremoved $_POST[$fieldname] : to be fixed
Dev: Same HTML previous button for quota page: todo : add navigator.pstpl (but allow save and clear all must be removed)
Affected Issues
07895
mod - application/helpers/expressions/em_manager_helper.php Diff File
mod - application/helpers/frontend_helper.php Diff File
mod - application/views/admin/quotas/editquota_view.php Diff File
mod - application/views/admin/quotas/newquota_view.php Diff File
mod - templates/citronade/template.css Diff File

master a3249e55

2013-06-21 22:05:44

LimeSurvey Translations Bot

Details Diff
Updated translation: Dutch by Han
Updated translation: Dutch (Informal) by Han
Attach Issues:
mod - locale/nl-informal/LC_MESSAGES/nl-informal.mo Diff File
mod - locale/nl/LC_MESSAGES/nl.mo Diff File

2.05 4137d884

2013-06-21 16:40:24

DenisChenu

Details Diff
Fixed issue #07862: Using default texts with apostrophes breaks Expression Manager javascript
Dev: TODO move EM javascript array to json ...
Dev: Just a quick fix here, only for default text.
Affected Issues
07862
mod - application/helpers/expressions/em_manager_helper.php Diff File

master 948bbe53

2013-06-21 16:35:54

DenisChenu

Details Diff
Fixed issue #07862: Using default texts with apostrophes breaks Expression Manager javascript
Dev: TODO move EM javascript array to json ...
Dev: Just a quick fix here, only for default text.
Affected Issues
07862
mod - application/helpers/expressions/em_manager_helper.php Diff File

master 57a087f7

2013-06-20 22:05:43

LimeSurvey Translations Bot

Details Diff
Updated translation: Polish by elisa
Updated translation: Turkish by kayazeren
Attach Issues:
mod - locale/pl/LC_MESSAGES/pl.mo Diff File
mod - locale/tr/LC_MESSAGES/tr.mo Diff File

master 51b54bdd

2013-06-19 22:05:42

LimeSurvey Translations Bot

Details Diff
Dev Automatic translation update
Attach Issues:
mod - locale/_template/limesurvey.pot Diff File

master 40dfd365

2013-06-19 08:38:01

mdekker

Details Diff
Merge branch 'master' of https://github.com/LimeSurvey/LimeSurvey.git
Attach Issues:
mod - application/helpers/surveytranslator_helper.php Diff File
mod - locale/_template/limesurvey.pot Diff File
add - locale/ca-valencia/LC_MESSAGES/ca-valencia.mo Diff File
add - locale/ca-valencia/LC_MESSAGES/index.html Diff File
add - locale/ca-valencia/index.html Diff File
mod - locale/ca/LC_MESSAGES/ca.mo Diff File
mod - locale/de-informal/LC_MESSAGES/de-informal.mo Diff File
mod - locale/de/LC_MESSAGES/de.mo Diff File
mod - locale/el/LC_MESSAGES/el.mo Diff File
mod - locale/fr/LC_MESSAGES/fr.mo Diff File
mod - locale/lt/LC_MESSAGES/lt.mo Diff File
mod - locale/nl-informal/LC_MESSAGES/nl-informal.mo Diff File
mod - locale/nl/LC_MESSAGES/nl.mo Diff File
mod - locale/ru/LC_MESSAGES/ru.mo Diff File
mod - locale/sl/LC_MESSAGES/sl.mo Diff File
mod - locale/sr/LC_MESSAGES/sr.mo Diff File
mod - locale/tr/LC_MESSAGES/tr.mo Diff File

master d8ccf36d

2013-06-19 08:37:22

mdekker

Details Diff
Fixed 07936: stable version shows beta update while only stable requested
dev: still need to fix beta channel, maybe need different setting for report beta/stable/both on manual check.
Affected Issues
07936
mod - application/helpers/common_helper.php Diff File
 First  Prev  1 2 3 ... 150 ... 300 ... 450 ... 600 ... 750 ... 900 ... 943 944 945 946 947 948 949 ... 1050 ... 1200 ... 1350 ... 1450 1451 1452  Next  Last