Changesets: LimeSurvey

master 942d0f20

2020-07-06 15:51:45

DenisChenu

Details Diff
Fixed issue 16667: Unable to update format or questionindex by plugin
Dev : all attributes allowed
Dev: cherry-pick
Affected Issues
16667
mod - application/models/Survey.php Diff File

master 84da18e2

2020-07-06 13:16:39

LimeBot

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

3.x-LTS c0b36922

2020-07-06 13:08:12

LimeBot

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

master 0af7e3bf

2020-07-06 13:06:01

LimeSurvey Translations Bot

Details Diff
Updated translation: Arabic by c_schmitz
Updated translation: Czech by c_schmitz, slansky, VBraun, jelen1, pcerny
Updated translation: French (France) by b00z00
Updated translation: Portuguese (Brazil) by mauriciofurtado
Updated translation: Czech (Informal) by slansky, jelen1
Updated translation: Chinese (Taiwan) (Traditional) by Yeeeeeet, TuTu_chen
Attach Issues:
mod - locale/_template/limesurvey.pot Diff File
mod - locale/ar/ar.mo Diff File
mod - locale/cs-informal/cs-informal.mo Diff File
mod - locale/cs/cs.mo Diff File
mod - locale/fr/fr.mo Diff File
mod - locale/pt-BR/pt-BR.mo Diff File
mod - locale/zh-Hant-TW/zh-Hant-TW.mo Diff File

3.x-LTS 18156012

2020-07-06 13:05:43

LimeSurvey Translations Bot

Details Diff
Updated translation: French (France) by DenisChenu, b00z00
Updated translation: Hebrew by cdorin
Updated translation: Croatian by DenisChenu
Updated translation: Ukrainian by VikaDidashko
Updated translation: Czech (Informal) by slansky, jelen1
Attach Issues:
mod - locale/cs-informal/cs-informal.mo Diff File
mod - locale/fr/fr.mo Diff File
mod - locale/he/he.mo Diff File
mod - locale/hr/hr.mo Diff File
mod - locale/uk/uk.mo Diff File

master 662cd190

2020-07-06 08:23:35

DenisChenu

Details Diff
Dev: typo on $sDate param, unused in core
Attach Issues:
mod - application/models/TemplateManifest.php Diff File

3.x-LTS ec737454

2020-07-06 08:20:53

DenisChenu

Details Diff
Dev: typo on $sDate (unused param)
Attach Issues:
mod - application/models/TemplateManifest.php Diff File

master bdf815f8

2020-07-03 19:49:01

gabrieljenik


Committer: GitHub Details Diff
Fixed issue 16096: QueXML PDF doesn't show full checkboxes (#1462)

Dev: Variable name made overlapping with previous assignment which was counting categories. See line 3494
Affected Issues
16096
mod - application/libraries/admin/quexmlpdf.php Diff File

master 0983fc11

2020-07-03 17:41:35

gabrieljenik


Committer: GitHub Details Diff
Fixed issue 15903: Sending email to all group users (copy is sent in cc for every user) (#1465)

Dev: Copy email is not sent as CC but as adding and extra sender to the list of users.
Affected Issues
15903
mod - application/models/UserGroup.php Diff File

master 28f3e9e6

2020-07-03 12:23:44

DenisChenu

Details Diff
Fixed issue 16375: Theme with valid config.xml (according to manual) can not be extendable Affected Issues
16375
mod - application/models/TemplateManifest.php Diff File

3.x-LTS 0364239e

2020-07-03 11:43:54

DenisChenu


Committer: GitHub Details Diff
Fixed issue 16375: Theme with valid config.xml (according to manual) can not be extendable

Dev: create if not set
Affected Issues
16375
mod - application/models/TemplateManifest.php Diff File

3.x-LTS b5e43ff8

2020-07-03 10:59:21

gabrieljenik


Committer: GitHub Details Diff
Fixed issue 15890: Overview of uninstalled themes shows incorrectly parsed theme description (#1464)

Dev: New templateManifest::getDescription() method for parsing descriptions on XML file. This is now used on the view.
Affected Issues
15890
mod - application/models/TemplateManifest.php Diff File
mod - application/views/admin/themeoptions/index.php Diff File

master 0b1f8c05

2020-07-03 10:58:47

gabrieljenik


Committer: GitHub Details Diff
Fixed issue 16431: Overview of uninstalled themes shows incorrectly parsed theme description (#1463)

Dev: New templateManifest::getDescription() method for parsing descriptions on XML file. This is now used on the view.
Affected Issues
16431
mod - application/models/TemplateManifest.php Diff File
mod - application/views/admin/themeoptions/index.php Diff File

3.x-LTS 4edbc0e8

2020-07-02 14:44:19

gabrieljenik


Committer: GitHub Details Diff
Fixed issue 16430: Testing a question will not be possible if admin participated in the survey (#1459) Affected Issues
16430
mod - application/controllers/survey/index.php Diff File

master ee7db52e

2020-07-02 14:43:40

gabrieljenik


Committer: GitHub Details Diff
Fixed issue 16219: Testing a question will not be possible if admin participated in the survey (#1458) Affected Issues
16219
mod - application/controllers/survey/index.php Diff File

master 398d07fc

2020-07-02 14:41:47

gabrieljenik


Committer: GitHub Details Diff
Fixed issue 16434: Special characters shown as HTML entities in sidebar (#1452)

Dev: Text is flatten. After that. special chars are sent to the sidebar. Tags, which could be formed by special chars re-coded, are not sent.
Affected Issues
16434
mod - application/controllers/admin/surveyadmin.php Diff File

master 776a5ca6

2020-07-02 14:40:46

gabrieljenik


Committer: GitHub Details Diff
Fixed issue 16379: When debug mode is set, there is an error message displayed on User Roles Page (#1450) Affected Issues
16379
mod - application/controllers/admin/PermissiontemplatesController.php Diff File

3.x-LTS 91c58f5c

2020-07-02 14:39:23

gabrieljenik


Committer: GitHub Details Diff
Fixed issue 15985: Print answers: list with comments, comments not printed (#1448) Affected Issues
15985
mod - application/models/SurveyDynamic.php Diff File
mod - themes/survey/vanilla/views/subviews/printanswers/question_types/template_list-with-comment.twig Diff File

master a5969d25

2020-07-02 14:38:27

gabrieljenik


Committer: GitHub Details Diff
Fixed issue 16397: Switching language without inline policy notice being ticked creates empty responses (#1446) Affected Issues
16397
mod - application/helpers/SurveyRuntimeHelper.php Diff File

master 14a8d26f

2020-07-01 15:21:49

gabrieljenik


Committer: GitHub Details Diff
Fixed issue 16236: Vanilla survey theme options are not saved (#1457)

Dev: The custom options page is not properly triggering the form submit.
Affected Issues
16236
mod - themes/survey/vanilla/options/options.js Diff File

master 04851637

2020-07-01 12:47:57

gabrieljenik


Committer: GitHub Details Diff
Fixed issue 15940: Export as printable : PHP Notice wuth debug (#1449)

Dev: Added method/attribute on survey model for getting the effective template name (handling survey group inheritance). Dev: Used that method/attribute while exporting printable surveys.
Dev: Added some existence checkings on getTemplateUrl() and getTemplatePath()
Affected Issues
15940
mod - application/controllers/admin/export.php Diff File
mod - application/models/Survey.php Diff File
mod - application/models/Template.php Diff File

master 8a55cbc9

2020-07-01 12:47:57

gabrieljenik


Committer: ollehar Details Diff
Fixed issue 15940: Export as printable : PHP Notice with debug (#1449)

Dev: Added method/attribute on survey model for getting the effective template name (handling survey group inheritance). Dev: Used that method/attribute while exporting printable surveys.
Dev: Added some existence checkings on getTemplateUrl() and getTemplatePath()
Affected Issues
15940
mod - application/controllers/admin/export.php Diff File
mod - application/models/Survey.php Diff File
mod - application/models/Template.php Diff File

master f16b90e0

2020-07-01 12:47:57

gabrieljenik


Committer: ollehar Details Diff
Fixed issue 15940: Export as printable - PHP Notice with debug mode on (#1449)

Dev: Added method/attribute on survey model for getting the effective template name (handling survey group inheritance). Dev: Used that method/attribute while exporting printable surveys.
Dev: Added some existence checkings on getTemplateUrl() and getTemplatePath()
Affected Issues
15940
mod - application/controllers/admin/export.php Diff File
mod - application/models/Survey.php Diff File
mod - application/models/Template.php Diff File

master dd078375

2020-07-01 11:24:02

JHoeck

Details Diff
Merge remote-tracking branch 'origin/master'
Attach Issues:
mod - application/models/Survey.php Diff File

master e3a616bb

2020-07-01 11:23:50

JHoeck

Details Diff
Dev: Fixed wrong entry point for LSRTLPlugin
Attach Issues:
mod - assets/packages/meta/LSRTLPlugin/package.json Diff File
 First  Prev  1 2 3 ... 150 ... 242 243 244 245 246 247 248 ... 300 ... 450 ... 600 ... 750 ... 900 ... 1050 ... 1200 ... 1350 ... 1452 1453 1454  Next  Last