Changesets: LimeSurvey

master c059eb88

2024-02-19 15:56:36

c_schmitz

Details Diff
Dev Don't query survey model in instantiation but only on get
Attach Issues:
mod - application/models/SurveyDynamic.php Diff File

master 189a405f

2024-02-19 15:49:20

c_schmitz

Details Diff
Dev Don't query survey model in instantiation but only on get
Attach Issues:
mod - application/models/SurveyDynamic.php Diff File

master ae9bed5b

2024-02-19 14:41:25

lajosarpad


Committer: GitHub Details Diff
Fixed issue: Avoiding session reset upon database preview (03745)
Attach Issues:
mod - application/helpers/expressions/em_manager_helper.php Diff File

master ae9bed5b

2024-02-19 14:41:25

lajosarpad


Committer: GitHub Details Diff
Fixed issue: Avoiding session reset upon database preview (03745)
Attach Issues:
mod - application/helpers/expressions/em_manager_helper.php Diff File

master ebf1dcd1

2024-02-19 14:28:11

c_schmitz


Committer: GitHub Details Diff
Fixed issue: Slow performance when saving a survey with more than one language (03739)

Dev Instead of one query per item (questions, answers, assessments, etc) per language it is now only one query per language, saving alot of query time
Dev Also removed a question language consistency check (fixInvalidQuestions) which should not be called here
Attach Issues:
mod - application/helpers/common_helper.php Diff File

master ebf1dcd1

2024-02-19 14:28:11

c_schmitz


Committer: GitHub Details Diff
Fixed issue: Slow performance when saving a survey with more than one language (03739)

Dev Instead of one query per item (questions, answers, assessments, etc) per language it is now only one query per language, saving alot of query time
Dev Also removed a question language consistency check (fixInvalidQuestions) which should not be called here
Attach Issues:
mod - application/helpers/common_helper.php Diff File

master a5e7a351

2024-02-19 12:01:03

c_schmitz

Details Diff
Dev Fixed small issue in Integrity check
Attach Issues:
mod - application/controllers/admin/CheckIntegrity.php Diff File

master 0f49f5e2

2024-02-19 12:01:03

c_schmitz

Details Diff
Fixed issue: Intgrity check not working on Postgres
Attach Issues:
mod - application/controllers/admin/CheckIntegrity.php Diff File

master 94595cb3

2024-02-19 10:46:53

c_schmitz

Details Diff
Dev Small text fix
Attach Issues:
mod - application/helpers/surveytranslator_helper.php Diff File

master ad0a1d65

2024-02-16 11:38:32

c_schmitz


Committer: GitHub Details Diff
Fixed issue: Integrity check very slow when having a lot of surveys (03744)

Dev There is no way to detach the very costly event handler AfterFindSurvey from a model so a new model SurveyNoEvent was introduced for the special cases of using an activeRecord model for Survey->findAll
Dev Conditioned check for correct response table fields. This is now only run if the URL parameter checkResponseTableFields== y is set
Attach Issues:
mod - application/controllers/admin/CheckIntegrity.php Diff File
mod - application/controllers/admin/DataEntry.php Diff File
mod - application/helpers/common_helper.php Diff File
mod - application/helpers/update/updates/Update_148.php Diff File
mod - application/models/SurveyDynamic.php Diff File
add - application/models/SurveyLight.php Diff File
mod - application/views/admin/checkintegrity/check_view.php Diff File

master ad0a1d65

2024-02-16 11:38:32

c_schmitz


Committer: GitHub Details Diff
Fixed issue: Integrity check very slow when having a lot of surveys (03744)

Dev There is no way to detach the very costly event handler AfterFindSurvey from a model so a new model SurveyNoEvent was introduced for the special cases of using an activeRecord model for Survey->findAll
Dev Conditioned check for correct response table fields. This is now only run if the URL parameter checkResponseTableFields== y is set
Attach Issues:
mod - application/controllers/admin/CheckIntegrity.php Diff File
mod - application/controllers/admin/DataEntry.php Diff File
mod - application/helpers/common_helper.php Diff File
mod - application/helpers/update/updates/Update_148.php Diff File
mod - application/models/SurveyDynamic.php Diff File
add - application/models/SurveyLight.php Diff File
mod - application/views/admin/checkintegrity/check_view.php Diff File

master a089c468

2024-02-15 16:14:01

DenisChenu


Committer: GitHub Details Diff
Fixed issue 19399: Survey do not show translated when register (03732) Affected Issues
19399
mod - application/controllers/RegisterController.php Diff File

master a089c468

2024-02-15 16:14:01

DenisChenu


Committer: GitHub Details Diff
Fixed issue 19399: Survey do not show translated when register (03732) Affected Issues
19399
mod - application/controllers/RegisterController.php Diff File

master f7338a50

2024-02-15 16:03:33

c_schmitz

Details Diff
Fixed issue: Error message "Call to undefined method stdClass::decrypt()" when deleting a participant while using that to fill out the survey
Attach Issues:
mod - application/helpers/frontend_helper.php Diff File

master f7338a50

2024-02-15 16:03:33

c_schmitz

Details Diff
Fixed issue: Error message "Call to undefined method stdClass::decrypt()" when deleting a participant while using that to fill out the survey
Attach Issues:
mod - application/helpers/frontend_helper.php Diff File

5.x 1a6503c0

2024-02-15 15:44:34

DenisChenu


Committer: GitHub Details Diff
Fixed issue 19399: Survey do not show translated when register (#3733) Affected Issues
19399
mod - application/controllers/RegisterController.php Diff File

master 7ac5dab5

2024-02-15 15:33:09

LimeSurvey Translations Bot

Details Diff
Updated translation: German by c_schmitz
Updated translation: Italian by sielte
Updated translation: Mongolian by amidral
Updated translation: German (Informal) by c_schmitz
Attach Issues:
mod - locale/de-informal/de-informal.mo Diff File
mod - locale/de/de.mo Diff File
mod - locale/it/it.mo Diff File
mod - locale/mn/mn.mo Diff File

master 20c9d0fc

2024-02-15 15:24:52

LimeSurvey Translations Bot

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

master e770c9b0

2024-02-15 15:22:01

c_schmitz

Details Diff
Dev Added missing administration views to twig template compiler so they can be found by our translation tool
Attach Issues:
mod - application/commands/TwigCommand.php Diff File

master 0c847c5a

2024-02-15 15:02:24

LimeSurvey Translations Bot

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

master 1e560ab7

2024-02-15 14:55:27

c_schmitz

Details Diff
Small text fix
Attach Issues:
mod - application/extensions/GeneralOptionWidget/settings/GroupSelectorGeneralOption.php Diff File

master 81d7abf0

2024-02-15 14:53:59

LimeSurvey Translations Bot

Details Diff
Updated translation: Catalan by qualitatuvic
Updated translation: German by c_schmitz
Updated translation: Japanese by d_inoue
Updated translation: Mongolian by amidral
Attach Issues:
mod - locale/_template/limesurvey.pot Diff File
mod - locale/ca/ca.mo Diff File
mod - locale/de/de.mo Diff File
mod - locale/ja/ja.mo Diff File
mod - locale/mn/mn.mo Diff File

master bccddcfc

2024-02-15 14:45:09

c_schmitz

Details Diff
Fixed issue: Partial missing frontend validation on answer option codes
Dev Also added hint icon how the code should look like
Attach Issues:
mod - application/views/questionAdministration/answerOptionRow.twig Diff File
mod - application/views/questionAdministration/answerOptions.twig Diff File
mod - application/views/questionAdministration/subquestions.twig Diff File

master c189adfb

2024-02-15 14:29:58

DenisChenu


Committer: GitHub Details Diff
Fixed issue 19392: Partial missing frontend validation on subquestion codes (03729) Affected Issues
19392
mod - application/views/questionAdministration/subquestionRow.twig Diff File
mod - assets/scripts/admin/questionEditor.js Diff File

master c189adfb

2024-02-15 14:29:58

DenisChenu


Committer: GitHub Details Diff
Fixed issue 19392: Partial missing frontend validation on subquestion codes (03729) Affected Issues
19392
mod - application/views/questionAdministration/subquestionRow.twig Diff File
mod - assets/scripts/admin/questionEditor.js Diff File
 First  Prev  1 2 3 4 5 6 7 8 9 ... 150 ... 300 ... 450 ... 600 ... 750 ... 900 ... 1050 ... 1200 ... 1350 ... 1448 1449 1450  Next  Last