Changesets: LimeSurvey

3.x-LTS 2ac4ad9b

2020-10-05 14:27:10

c_schmitz

Details Diff
Fixed issue: Database error on question creation/editing if question text is too long
Attach Issues:
mod - application/controllers/admin/database.php Diff File

master ad175106

2020-10-05 14:27:10

c_schmitz

Details Diff
Fixed issue: Database error on question creation/editing if question text is too long
Attach Issues:
mod - application/controllers/admin/database.php Diff File

3.x-LTS f21a9eb8

2020-10-05 08:35:55

LimeBot

Details Diff
Release 3.23.7+201006
Attach Issues:
mod - application/config/version.php Diff File
mod - docs/release_notes.txt Diff File

master aa8a5ddd

2020-10-05 08:34:16

LimeBot

Details Diff
Release 4.3.19+201005
Attach Issues:
mod - application/config/version.php Diff File
mod - docs/release_notes.txt Diff File

master aaf8d334

2020-10-05 08:24:41

LimeSurvey Translations Bot

Details Diff
Updated translation: Catalan by qualitatuvic
Updated translation: German by c_schmitz
Updated translation: Finnish by Jmantysalo
Updated translation: Polish by elissa
Updated translation: German (Informal) by c_schmitz
Updated translation: Polish (Informal) by elissa
Attach Issues:
mod - locale/_template/limesurvey.pot Diff File
mod - locale/ca/ca.mo Diff File
mod - locale/de-informal/de-informal.mo Diff File
mod - locale/de/de.mo Diff File
mod - locale/fi/fi.mo Diff File
mod - locale/pl-informal/pl-informal.mo Diff File
mod - locale/pl/pl.mo Diff File

3.x-LTS 1799ea43

2020-10-05 08:24:25

LimeSurvey Translations Bot

Details Diff
Updated translation: Catalan by qualitatuvic
Updated translation: German by c_schmitz
Updated translation: Spanish (Spain) by oleggorfinkel
Updated translation: Indonesian by wishnu
Updated translation: Polish by elissa
Updated translation: Portuguese (Portugal) by effgarces
Updated translation: Portuguese (Brazil) by femariso
Updated translation: German (Informal) by c_schmitz, eddylackmann
Updated translation: Polish (Informal) by elissa
Attach Issues:
mod - locale/_template/limesurvey.pot Diff File
mod - locale/ca/ca.mo Diff File
mod - locale/de-informal/de-informal.mo Diff File
mod - locale/de/de.mo Diff File
mod - locale/es/es.mo Diff File
mod - locale/id/id.mo Diff File
mod - locale/pl-informal/pl-informal.mo Diff File
mod - locale/pl/pl.mo Diff File
mod - locale/pt-BR/pt-BR.mo Diff File
mod - locale/pt/pt.mo Diff File

3.x-LTS 167b11f4

2020-10-02 18:58:58

ollehar


Committer: GitHub Details Diff
Fixed issue 16692: Clear process after test script is failing Affected Issues
16692
mod - application/models/Survey.php Diff File
mod - tests/TestBaseClass.php Diff File
mod - tests/controllers/ChangeQuestionTemplateTest.php Diff File
rm - tests/data/surveys/limesurvey_survey_573387.lss Diff File

3.x-LTS ae7a156c

2020-10-02 15:18:41

c_schmitz

Details Diff
Fixed issue: Quick translation shows database error when group name too long
Attach Issues:
mod - application/controllers/admin/translate.php Diff File

master 174e7616

2020-10-02 15:18:41

c_schmitz

Details Diff
Fixed issue: Quick translation shows database error when group name too long
Attach Issues:
mod - application/controllers/admin/translate.php Diff File

3.x-LTS 358bf088

2020-10-02 15:16:56

gabrieljenik

Details Diff
Fixed issue 16692: Clear process after test script is failing

Code fix
Affected Issues
16692
mod - application/models/Survey.php Diff File

3.x-LTS b9ecae7b

2020-10-02 14:12:21

c_schmitz

Details Diff
Fixed issue: Importing participant with invalid Valid/ValidUntil date threw database error
Attach Issues:
mod - application/models/Token.php Diff File

master d441e21c

2020-10-02 14:12:21

c_schmitz

Details Diff
Fixed issue: Importing participant with invalid Valid/ValidUntil date threw database error
Attach Issues:
mod - application/models/Token.php Diff File

master 9a3a3e73

2020-10-02 12:05:52

c_schmitz

Details Diff
New feature: JSON available as export option for responses
Fixed issue: RemoteControl API JSON export broken if first field it not response ID
Attach Issues:
mod - application/core/plugins/Authdb/Authdb.php Diff File
mod - application/helpers/admin/export/JsonWriter.php Diff File

master 311b4532

2020-10-02 11:30:36

gabrieljenik


Committer: GitHub Details Diff
Fixed issue 16672: Can't select seperator for CPDB export - export doesn't recognise text (#1600)

Used 'fputcsv' in CPDBExport() with default args
Affected Issues
16672
mod - application/helpers/export_helper.php Diff File

master 9e193f4f

2020-10-02 10:12:54

gabrieljenik


Committer: GitHub Details Diff
Fixed issue 16665: Question index not shown if survey mode is set to "inherit" (#1602)

* Fixed issue 16665: Question index not shown if survey mode is set to "inherit"

Reviewed code

* Fixed issue 16665: Question index not shown if survey mode is set to "inherit"

Reviewed code
Affected Issues
16665
mod - application/helpers/questionIndexHelper.php Diff File

3.x-LTS 682bc343

2020-10-01 15:06:22

gabrieljenik

Details Diff
Revert "DEV: Edit Question Test"

This reverts commit 5fb6b7d738317114db4e0d758c7fff04e3ffd07e.
Attach Issues:
mod - tests/controllers/ChangeQuestionTemplateTest.php Diff File
rm - tests/data/surveys/limesurvey_survey_573387.lss Diff File

3.x-LTS d99f229f

2020-10-01 15:00:08

gabrieljenik

Details Diff
Fixed issue 16692: Clear process after test script is failing

Cache was not properly cleared in between tests neither after survey deletion
Affected Issues
16692
mod - application/models/Survey.php Diff File
mod - tests/TestBaseClass.php Diff File

master 88a9a285

2020-10-01 14:41:10

gabrieljenik


Committer: user234287 Details Diff
Fixed issue 16694: Export multiple surveys (lss, lsa) to ZIP crashes or does not export reports/tokens for correct survey

In 'buildXMLFromQuery', the survey ID is needed for response and token decryption.
It was being derived from session. which worked when exporting a single survey info, or from within a survey. Now an optional parameter was added so the ID can be specified by the caller.
Affected Issues
16694
mod - application/helpers/export_helper.php Diff File

master f4399544

2020-10-01 14:36:04

gabrieljenik


Committer: user234287 Details Diff
Fixed issue 16644: Audit log not save all actions

There was a mismatch between the default values for "Audit log for this survey" setting. The default value shown on screen was Yes (true), and for most events it was indeed treated as 'true' by default when logging actions. But for tokens and survey settings, it defaulted to 'false' when logging actions.

It was fixed by defaulting to 'true' in all cases, as shown in the screen but expected by the user.
Affected Issues
16644
mod - application/core/plugins/AuditLog/AuditLog.php Diff File

master fec817cc

2020-10-01 14:29:25

gabrieljenik


Committer: GitHub Details Diff
Fixed issue 16658: queXMLPDF export shows JS script (#1601)

Updated QueXMLCleanup. Replaced "strip_tags" by CHtmlPurifier. strip_tags removed the tags but kept their inner content (the javascript in this case).
Affected Issues
16658
mod - application/helpers/export_helper.php Diff File

3.x-LTS 6c4108ef

2020-09-30 10:33:22

c_schmitz

Details Diff
Small text fix
Attach Issues:
mod - application/models/TemplateConfiguration.php Diff File

master 987fa4bb

2020-09-29 12:10:36

LimeSurvey Translations Bot

Details Diff
Updated translation: Catalan by qualitatuvic
Updated translation: Finnish by Jmantysalo
Updated translation: French (France) by DenisChenu
Updated translation: Croatian by rovinj
Updated translation: Italian by lfanfoni, ritapas
Updated translation: Japanese by nomoto
Updated translation: Dutch by Han
Updated translation: Polish by elissa
Updated translation: Italian (Informal) by lfanfoni, ritapas
Updated translation: Dutch (Informal) by Han
Updated translation: Polish (Informal) by elissa
Attach Issues:
mod - locale/_template/limesurvey.pot Diff File
mod - locale/ca/ca.mo Diff File
mod - locale/fi/fi.mo Diff File
mod - locale/fr/fr.mo Diff File
mod - locale/hr/hr.mo Diff File
mod - locale/it-informal/it-informal.mo Diff File
mod - locale/it/it.mo Diff File
mod - locale/ja/ja.mo Diff File
mod - locale/nl-informal/nl-informal.mo Diff File
mod - locale/nl/nl.mo Diff File
mod - locale/pl-informal/pl-informal.mo Diff File
mod - locale/pl/pl.mo Diff File

3.x-LTS 62ac265e

2020-09-29 12:10:17

LimeSurvey Translations Bot

Details Diff
Updated translation: Catalan by qualitatuvic
Updated translation: German by Mazi
Updated translation: Spanish (Mexican) by c_schmitz, aesteban, eddylackmann, oleggorfinkel
Updated translation: French (France) by DenisChenu
Updated translation: Italian by lfanfoni, ritapas
Updated translation: Japanese by nomoto
Updated translation: Portuguese (Portugal) by soniagouveia
Updated translation: Italian (Informal) by lfanfoni, ritapas
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/es-MX/es-MX.mo Diff File
mod - locale/fr/fr.mo Diff File
mod - locale/it-informal/it-informal.mo Diff File
mod - locale/it/it.mo Diff File
mod - locale/ja/ja.mo Diff File
mod - locale/pt/pt.mo Diff File

master 9932fd91

2020-09-29 08:33:06

dependabot[bot]


Committer: GitHub Details Diff
Bump acorn from 5.7.1 to 5.7.4 in /assets/packages/questions/timer

Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.1 to 5.7.4.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/5.7.1...5.7.4)

Signed-off-by: dependabot[bot] <support@github.com>
Attach Issues:
mod - assets/packages/questions/timer/package-lock.json Diff File
mod - assets/packages/questions/timer/yarn.lock Diff File

master 89f54caf

2020-09-29 08:25:13

gabrieljenik


Committer: GitHub Details Diff
Fixed issue 16635: Timer not working when survey is active (when executing the survey multiple times in the same browser/tab) (#1592)

Each timer registers itself in a local storage item identified by the Survey ID.
This is used by the reset function to know which timers belong to the survey and are to be reset.
The reset method was replaced by a function (in survey.js instead of timer.js) that reset all timers for a given survey.
Also reviewed the reset method for preview mode.
Affected Issues
16635
mod - application/controllers/survey/index.php Diff File
mod - application/helpers/frontend_helper.php Diff File
mod - application/helpers/qanda_helper.php Diff File
mod - application/models/QuestionBaseRenderer.php Diff File
mod - application/views/survey/questions/question_timer/timer_footer.php Diff File
mod - assets/packages/limesurvey/survey.js Diff File
mod - assets/packages/questions/timer/package-lock.json Diff File
mod - assets/packages/questions/timer/src/main.js Diff File
mod - assets/packages/questions/timer/src/timeclass.js Diff File
mod - assets/packages/questions/timer/timer.js Diff File
mod - assets/packages/questions/timer/timer.min.js Diff File
 First  Prev  1 2 3 ... 150 ... 230 231 232 233 234 235 236 ... 300 ... 450 ... 600 ... 750 ... 900 ... 1050 ... 1200 ... 1350 ... 1452 1453 1454  Next  Last