Changesets: LimeSurvey

master 99617ffc

2019-04-16 19:52

DenisChenu


Details Diff
Dev: update data transparently (reset after allow usage after)
mod - application/models/Session.php Diff File

master 7dc8ee90

2019-04-16 19:12

Patrick Teichmann


Details Diff
Fixed issue 14765: Persistent XSS for Menu Entries
mod - application/models/SurveymenuEntries.php Diff File

master 3ab4372b

2019-04-16 13:26

DenisChenu


Details Diff
Dev: slqsvr on windows IIS PHP7.2 tested
mod - application/models/Session.php Diff File

master af2fdb88

2019-04-16 12:34

Markus Flür


Details Diff
Dev: Login username field to real database size
mod - application/core/plugins/Authdb/Authdb.php Diff File

master 13c62598

2019-04-16 12:20

DenisChenu


Details Diff
Dev: really don't work at night …
mod - application/helpers/remotecontrol/remotecontrol_handle.php Diff File

master 14b7eebe

2019-04-16 11:50

DenisChenu


Details Diff
Dev: don't work at night …
mod - application/core/web/DbHttpSession.php Diff File

master 7877bf57

2019-04-16 03:04

DenisChenu


Details Diff
Dev: usage of iSessionExpirationTime
mod - application/core/web/DbHttpSession.php Diff File
mod - application/helpers/remotecontrol/remotecontrol_handle.php Diff File

master 17895257

2019-04-16 02:53

DenisChenu


Details Diff
Fixed issue 13950: SQL Error when saving a response or getting a session token via API
Dev: use onBeforeSave Yii event
Affected Issues
13950
mod - application/models/Session.php Diff File

master 03be0b66

2019-04-15 20:35

DenisChenu


Details Diff
Dev: issue fixed in last Yii1 version
Dev: still need for previous config.php and if need to be updated in future
mod - application/core/web/DbHttpSession.php Diff File

master d0093f1a

2019-04-15 20:29

DenisChenu


Details Diff
Fixed issue 14700: DbHttpSession brok (mariadb) with data too long
Dev: we already added longbinary in Schema : use it.
Affected Issues
14700
mod - application/config/version.php Diff File
mod - application/core/db/MssqlSchema.php Diff File
mod - application/core/db/PgsqlSchema.php Diff File
mod - application/helpers/update/updatedb_helper.php Diff File
mod - installer/create-database.php Diff File

master f471785d

2019-04-15 19:28

LouisGac


Details Diff
Dev: db field names coherence
mod - installer/create-database.php Diff File

master 90b3bdcc

2019-04-15 19:20

LouisGac


Details Diff
Dev: db field names coherence
mod - application/config/version.php Diff File
mod - application/core/LsDefaultDataSets.php Diff File
mod - application/helpers/update/updatedb_helper.php Diff File
mod - application/models/SurveysGroups.php Diff File
mod - application/views/admin/surveysgroups/_form.php Diff File

master d2adb970

2019-04-13 13:51

Denis Chenu


Details Diff
Dev: issue 14763: Slider didn't have label but with included system
Dev: updated question template didn't have labelledby : no js issue
mod - application/views/survey/questions/answer/multiplenumeric/rows/sliders/answer_row.twig Diff File
mod - assets/packages/questions/numeric-slider/scripts/numeric-slider.js Diff File

master bc5c3605

2019-04-12 20:48

Denis Chenu


Details Diff
Fixed issue 14763: Slider didn't have label
Dev: use existing labelleby of input
mod - application/views/survey/questions/answer/multiplenumeric/rows/sliders/answer_row.twig Diff File
mod - assets/packages/questions/numeric-slider/scripts/numeric-slider.js Diff File

master d72a8a6c

2019-04-12 20:07

Denis Chenu


Details Diff
Fixed issue 14775: Unable to use slider without js
Dev: hide the good input
mod - application/views/survey/questions/answer/multiplenumeric/rows/sliders/answer_row.twig Diff File

master 381db594

2019-04-10 14:45

Markus Flür


Details Diff
Dev: added inputondemand questiontheme for multiple short text
add - themes/question/inputondemand/survey/questions/answer/multipleshorttext/answer.twig Diff File
add - themes/question/inputondemand/survey/questions/answer/multipleshorttext/assets/css/inputondemand.css Diff File
add - themes/question/inputondemand/survey/questions/answer/multipleshorttext/assets/scripts/inputondemand.js Diff File
add - themes/question/inputondemand/survey/questions/answer/multipleshorttext/config.xml Diff File
add - themes/question/inputondemand/survey/questions/answer/multipleshorttext/empty.twig Diff File
add - themes/question/inputondemand/survey/questions/answer/multipleshorttext/rows/answer_row_inputtext.twig Diff File
add - themes/question/inputondemand/survey/questions/answer/multipleshorttext/rows/answer_row_textarea.twig Diff File

master 354b249c

2019-04-09 20:13

LouisGac


Details Diff
Dev: avoid empty values in SRC or URL
mod - application/core/LSETwigViewRenderer.php Diff File

master 7eaaba33

2019-04-09 19:30

Dominik Vitt


Details Diff
Fixed issue: error message when using default values and trying to preview or execute survey
Dev: only when loading some question with default values
Dev: error message: "Notice: undefined index 'info'"
mod - application/helpers/expressions/em_manager_helper.php Diff File

master e245f0ca

2019-04-09 16:52

LouisGac


Details Diff
Revert "Dev: avoid empty values in SRC or URL"

This reverts commit 42c1de610490ecf3431cb6193d3b4382ecd1e80d.
mod - application/core/LS_Twig_Extension.php Diff File

master 42c1de61

2019-04-09 16:52

LouisGac


Details Diff
Dev: avoid empty values in SRC or URL
mod - application/core/LS_Twig_Extension.php Diff File

master 9d1f0ebf

2019-04-08 19:19

LouisGac


Details Diff
Release 3.17.1+190408
mod - application/config/version.php Diff File
mod - docs/release_notes.txt Diff File

master 937323fc

2019-04-08 17:40

Denis Chenu


Details Diff
Fixed issue : Detailed admin attachments not set
Dev: saved as admin_detailed_notification not detailed_admin_notification
mod - application/helpers/frontend_helper.php Diff File

master b3d1ec8e

2019-04-08 17:39

Denis Chenu


Details Diff
Dev: [security] 14753: No control on attachments email files second part
Dev: for notification + register + confirmation
Dev: use DIRECTORY_SEPARATOR ? Needed ?
Dev: don't throw exception for public part (? confirm ?)
mod - application/controllers/RegisterController.php Diff File
mod - application/controllers/admin/tokens.php Diff File
mod - application/helpers/frontend_helper.php Diff File

master 0c04bc6b

2019-04-08 17:01

Denis Chenu

Committer: GitHub


Details Diff
Dev: Merge pull request #1259
mod - application/controllers/admin/tokens.php Diff File
mod - application/core/LSYii_Application.php Diff File
add - application/third_party/phpmailer/COMMITMENT Diff File
mod - application/third_party/phpmailer/LICENSE Diff File
mod - application/third_party/phpmailer/README.md Diff File
mod - application/third_party/phpmailer/SECURITY.md Diff File
rm - application/third_party/phpmailer/UPGRADING.md Diff
mod - application/third_party/phpmailer/VERSION Diff File
add - application/third_party/phpmailer/composer.json Diff File
mod - application/third_party/phpmailer/language/phpmailer.lang-am.php Diff File
mod - application/third_party/phpmailer/language/phpmailer.lang-ar.php Diff File
mod - application/third_party/phpmailer/language/phpmailer.lang-az.php Diff File
mod - application/third_party/phpmailer/language/phpmailer.lang-ba.php Diff File
mod - application/third_party/phpmailer/language/phpmailer.lang-be.php Diff File
mod - application/third_party/phpmailer/language/phpmailer.lang-bg.php Diff File
mod - application/third_party/phpmailer/language/phpmailer.lang-ca.php Diff File
mod - application/third_party/phpmailer/language/phpmailer.lang-ch.php Diff File
mod - application/third_party/phpmailer/language/phpmailer.lang-cs.php Diff File
mod - application/third_party/phpmailer/language/phpmailer.lang-da.php Diff File
mod - application/third_party/phpmailer/language/phpmailer.lang-de.php Diff File
mod - application/third_party/phpmailer/language/phpmailer.lang-el.php Diff File
mod - application/third_party/phpmailer/language/phpmailer.lang-eo.php Diff File
mod - application/third_party/phpmailer/language/phpmailer.lang-es.php Diff File
mod - application/third_party/phpmailer/language/phpmailer.lang-et.php Diff File
mod - application/third_party/phpmailer/language/phpmailer.lang-fa.php Diff File
mod - application/third_party/phpmailer/language/phpmailer.lang-fi.php Diff File
mod - application/third_party/phpmailer/language/phpmailer.lang-fo.php Diff File
mod - application/third_party/phpmailer/language/phpmailer.lang-fr.php Diff File
mod - application/third_party/phpmailer/language/phpmailer.lang-gl.php Diff File
mod - application/third_party/phpmailer/language/phpmailer.lang-he.php Diff File
add - application/third_party/phpmailer/language/phpmailer.lang-hi.php Diff File
mod - application/third_party/phpmailer/language/phpmailer.lang-hr.php Diff File
mod - application/third_party/phpmailer/language/phpmailer.lang-hu.php Diff File
mod - application/third_party/phpmailer/language/phpmailer.lang-id.php Diff File
mod - application/third_party/phpmailer/language/phpmailer.lang-it.php Diff File
mod - application/third_party/phpmailer/language/phpmailer.lang-ja.php Diff File
mod - application/third_party/phpmailer/language/phpmailer.lang-ka.php Diff File
mod - application/third_party/phpmailer/language/phpmailer.lang-ko.php Diff File
mod - application/third_party/phpmailer/language/phpmailer.lang-lt.php Diff File
mod - application/third_party/phpmailer/language/phpmailer.lang-lv.php Diff File
add - application/third_party/phpmailer/language/phpmailer.lang-mg.php Diff File
mod - application/third_party/phpmailer/language/phpmailer.lang-ms.php Diff File
mod - application/third_party/phpmailer/language/phpmailer.lang-nb.php Diff File
mod - application/third_party/phpmailer/language/phpmailer.lang-nl.php Diff File
mod - application/third_party/phpmailer/language/phpmailer.lang-pl.php Diff File
mod - application/third_party/phpmailer/language/phpmailer.lang-pt.php Diff File
mod - application/third_party/phpmailer/language/phpmailer.lang-pt_br.php Diff File
mod - application/third_party/phpmailer/language/phpmailer.lang-ro.php Diff File
mod - application/third_party/phpmailer/language/phpmailer.lang-ru.php Diff File
mod - application/third_party/phpmailer/language/phpmailer.lang-sk.php Diff File
mod - application/third_party/phpmailer/language/phpmailer.lang-sl.php Diff File
mod - application/third_party/phpmailer/language/phpmailer.lang-sv.php Diff File
add - application/third_party/phpmailer/language/phpmailer.lang-tl.php Diff File
mod - application/third_party/phpmailer/language/phpmailer.lang-tr.php Diff File
mod - application/third_party/phpmailer/language/phpmailer.lang-uk.php Diff File
mod - application/third_party/phpmailer/language/phpmailer.lang-vi.php Diff File
mod - application/third_party/phpmailer/language/phpmailer.lang-zh.php Diff File
mod - application/third_party/phpmailer/language/phpmailer.lang-zh_cn.php Diff File
mod - application/third_party/phpmailer/src/Exception.php Diff File
mod - application/third_party/phpmailer/src/OAuth.php Diff File
mod - application/third_party/phpmailer/src/PHPMailer.php Diff File
mod - application/third_party/phpmailer/src/POP3.php Diff File
mod - application/third_party/phpmailer/src/SMTP.php Diff File

master 7b14cba6

2019-04-08 17:00

Denis Chenu


Details Diff
Fixed issue [security] 14753: No control on attachments email files
Dev: Add an helper and use it.
Dev: throw error if debug > 0 if file is invalid
Dev: don't throw error for «just» unexisting files (can happen if user delete an attachement)
mod - application/controllers/admin/tokens.php Diff File
mod - application/core/LSYii_Application.php Diff File
 First  Prev  1 2 3 ... 150 ... 300 ... 315 316 317 318 319 320 321 ... 450 ... 600 ... 750 ... 900 ... 1050 ... 1200 ... 1350 ... 1470 1471 1472  Next  Last