Changesets: LimeSurvey

master 1c48762e

2019-10-22 13:16:28

JHoeck

Details Diff
Merge branch 'master' of https://github.com/LimeSurvey/LimeSurvey
Attach Issues:
mod - application/helpers/admin/statistics_helper.php Diff File
mod - application/helpers/surveytranslator_helper.php Diff File
mod - application/helpers/userstatistics_helper.php Diff File
add - locale/es-CO/es-CO.mo Diff File
add - locale/es-CO/index.html Diff File

master 07fbe90d

2019-10-22 13:02:03

JHoeck

Details Diff
Update themeoptions.php
- Implemented function turnAjaxmodeOffAsDefault().
This method will turn the ajax mode off as default behavior.
- Modified function update() with new behavior.

Update themes/bootswatch/options.twig
- Removed Ajax Mode Settings.

Update themes/fruity/options.twig
- Removed Ajax Mode Settings.

Update themes/vanilla/options.twig
- Removed Ajax Mode Settings.
Attach Issues:
mod - application/controllers/admin/themeoptions.php Diff File
mod - themes/survey/bootswatch/config.xml Diff File
mod - themes/survey/bootswatch/options/options.twig Diff File
mod - themes/survey/fruity/config.xml Diff File
mod - themes/survey/fruity/options/options.twig Diff File
mod - themes/survey/vanilla/config.xml Diff File
mod - themes/survey/vanilla/options/options.twig Diff File

master 958245f5

2019-10-22 11:55:21

c_schmitz

Details Diff
New translation: Spanish (Colombia) - translation kindly provided by https://www.sugeek.co/
Attach Issues:
mod - application/helpers/surveytranslator_helper.php Diff File
add - locale/es-CO/es-CO.mo Diff File
add - locale/es-CO/index.html Diff File

master 629f1aad

2019-10-21 17:08:27

dominikvitt

Details Diff
Fixed issue: statistics graph for Array text question type is not displayed
Attach Issues:
mod - application/helpers/admin/statistics_helper.php Diff File
mod - application/helpers/userstatistics_helper.php Diff File

master f17d4af3

2019-10-17 18:04:15

realitix


Committer: DenisChenu Details Diff
Fixed issue 15053: Error with non-numeric SID on pgsql

Dev : with PgSQL because when Limesurvey check the uniquerule, it executes a db request (only crash with pgsql).
Dev : If we put the "numeric" rule before the "unique" one, Limesurvey will block
a malformated sid.
Affected Issues
15053
mod - application/models/Survey.php Diff File

master 033b995e

2019-10-17 11:31:10

LimeBot

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

master ce0fd93e

2019-10-17 11:19:35

LimeSurvey Translations Bot

Details Diff
Updated translation: Czech by jelen1
Updated translation: Spanish (Mexican) by sugeek
Updated translation: Slovak by dusanm
Updated translation: Swedish by vectorson
Updated translation: Czech (Informal) by VBraun, jelen1
Attach Issues:
mod - locale/_template/limesurvey.pot Diff File
mod - locale/cs-informal/cs-informal.mo Diff File
mod - locale/cs/cs.mo Diff File
mod - locale/es-MX/es-MX.mo Diff File
mod - locale/sk/sk.mo Diff File
mod - locale/sv/sv.mo Diff File

master 2c3b8f3a

2019-10-17 10:50:44

DenisChenu


Committer: GitHub Details Diff
Fixed issue [security] 15411: CVE-2019-17660 : XSS in quick edit (#1333)

Fixed issue [security] 15411: CVE-2019-17660 : XSS in quick edit
Dev: some cleaning
Dev: hide save buuton in no update rights
Dev: really disable access if no read rights
Attach Issues:
mod - application/controllers/admin/translate.php Diff File
mod - application/views/admin/translate/translateformheader_view.php Diff File
mod - application/views/admin/translate/translateheader_view.php Diff File

master 804a6625

2019-10-16 16:26:22

dominikvitt

Details Diff
Fixed issue: {SID} placeholder can't be used in invite_participants API method
Attach Issues:
mod - application/helpers/admin/token_helper.php Diff File

master 4931bb6f

2019-10-16 12:47:45

jakobwoegerbauer


Committer: LouisGac Details Diff
Get answers dual scale (#1331)

Fixed issue 13312: Get all answers for dualscale questions
Dev: Add additional property to retrieve all answer options of all scales
Fixed issue 13312: Get all answers for dualscale questions
Dev: add answeroptions_multiscale to list of possible properties in api documentation
Affected Issues
13312
mod - application/helpers/remotecontrol/remotecontrol_handle.php Diff File

master 93455a7c

2019-10-15 11:08:16

ollehar

Details Diff
Dev: Revert "Dev: Show expression error message for COMPARE failure"

Dev: This reverts commit 0dee716e8bcc01eceff9c85d9de1a5b5a815c647.
Attach Issues:
mod - application/helpers/expressions/em_core_helper.php Diff File

master 99ffa7d9

2019-10-15 11:07:56

ollehar

Details Diff
Dev: Revert "Fixed issue: Comparing two string with greater-than operation fails"

Dev: This reverts commit efa8a1012897af32632737c92e2d98f433cf6ba8.
Attach Issues:
mod - application/helpers/expressions/em_core_helper.php Diff File

master 0dee716e

2019-10-14 18:03:42

ollehar

Details Diff
Dev: Show expression error message for COMPARE failure
Attach Issues:
mod - application/helpers/expressions/em_core_helper.php Diff File

master 81a2b2b9

2019-10-14 17:18:28

LimeSurvey Translations Bot

Details Diff
Updated translation: Catalan by qualitatuvic
Updated translation: Croatian by dominikvitt
Updated translation: Dutch by Han
Updated translation: Polish by elissa
Updated translation: Russian by vipgroup
Updated translation: Slovak by dusanm
Updated translation: Dutch (Informal) by Han
Updated translation: Polish (Informal) by elissa
Attach Issues:
mod - locale/ca/ca.mo Diff File
mod - locale/hr/hr.mo Diff File
mod - locale/nl-informal/nl-informal.mo Diff File
mod - locale/nl/nl.mo Diff File
mod - locale/pl/pl.mo Diff File
mod - locale/ru/ru.mo Diff File
mod - locale/sk/sk.mo Diff File

master efa8a101

2019-10-14 16:33:55

ollehar

Details Diff
Fixed issue: Comparing two string with greater-than operation fails

Dev: It should fail, BUT with an error message.
Dev: Solution is to use intval() to cast to int
Dev: and to never write "18", only 18 without qotes.
Attach Issues:
mod - application/helpers/expressions/em_core_helper.php Diff File

master c8c8ef67

2019-10-10 18:15:00

c_schmitz

Details Diff
Fixed issue: Captcha sometimes not visible because font file could not be found
Attach Issues:
mod - application/controllers/VerificationController.php Diff File

master af8336f3

2019-10-10 18:14:05

DenisChenu

Details Diff
Fixed issue 15368: Filtered ranking didn't appear if in same page than the filter
Dev: don't off default event
Dev: default event happen when view, but not after : off is done after default …
Dev: can not move to POS_END due to ajax mode
Affected Issues
15368
mod - assets/packages/questions/ranking/scripts/ranking.js Diff File

master 877822e5

2019-10-10 18:11:25

dominikvitt

Details Diff
Fixed issue 15389: Line breaks at question text get lots at "print answers" overview Affected Issues
15389
mod - application/controllers/PrintanswersController.php Diff File

master c47a6bd9

2019-10-10 15:38:19

c_schmitz

Details Diff
Dev Updated readme and removed particular version numbers
Attach Issues:
mod - README.md Diff File

master 95a4f84f

2019-10-09 17:07:32

dominikvitt

Details Diff
Fixed issue 14628: Array numbers question type doesn't include proper subquestion and answer details at "print answers" overview Affected Issues
14628
mod - application/models/SurveyDynamic.php Diff File
mod - themes/survey/vanilla/views/subviews/printanswers/question_types/template_array-multi-flexi-text.twig Diff File
mod - themes/survey/vanilla/views/subviews/printanswers/question_types/template_array-multi-flexi.twig Diff File

master 559eadf8

2019-10-09 11:35:46

fkroener


Committer: GitHub Details Diff
Fix: 15352, which should be: register doesn't set header for bounce tracking
Attach Issues:
mod - application/controllers/RegisterController.php Diff File

master c057b6de

2019-10-08 13:05:05

c_schmitz

Details Diff
Dev Allow login language to be set also by Get parameter
Attach Issues:
mod - application/controllers/admin/authentication.php Diff File

master 0db7f0de

2019-10-08 12:07:31

LimeBot

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

master e3b9d0a5

2019-10-08 12:02:43

ollehar

Details Diff
Fixed issue: Syntax error in saved list view
Attach Issues:
mod - application/views/admin/saved/savedlist_view.php Diff File

master 2ddc51ee

2019-10-08 10:29:16

LimeBot

Details Diff
Release 3.19.0+191008
Attach Issues:
mod - application/config/version.php Diff File
mod - docs/release_notes.txt Diff File
 First  Prev  1 2 3 ... 150 ... 284 285 286 287 288 289 290 ... 300 ... 450 ... 600 ... 750 ... 900 ... 1050 ... 1200 ... 1350 ... 1452 1453 1454  Next  Last