Changesets: LimeSurvey

master df09a505

2019-11-14 19:23:43

DenisChenu

Details Diff
Fixed issue 15566: Potential PHP Notice with some theme
Dev: we have this function for … how many year now ?
Affected Issues
15566
mod - application/controllers/admin/themeoptions.php Diff File

master c1cdf240

2019-11-14 19:03:44

DenisChenu

Details Diff
Fixed issue 15565: Upload file : debug 2 : potential issue
Dev: this don't disable the check, just the PHP core warnings
Dev: Fix issue when extension is not found
Affected Issues
15565
mod - application/controllers/UploaderController.php Diff File
mod - application/core/LSFileHelper.php Diff File

master 05eb1172

2019-11-14 18:08:56

DenisChenu

Details Diff
Fixed issue 15564: Warnings shown for valid comparaison
Dev: remove warnings for ==
Dev: add warnings for bMismatchType only if there forced string
Affected Issues
15564
mod - application/helpers/expressions/em_core_helper.php Diff File

master 048c7d67

2019-11-14 14:21:33

LimeBot

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

master 9ea97c89

2019-11-14 14:18:40

LimeSurvey Translations Bot

Details Diff
Updated translation: German by eddylackmann
Updated translation: French (France) by eddylackmann
Updated translation: French (Canada) by eddylackmann
Updated translation: Hungarian by kkd
Updated translation: Polish by elissa
Updated translation: Polish (Informal) by elissa
Attach Issues:
mod - locale/_template/limesurvey.pot Diff File
mod - locale/de/de.mo Diff File
mod - locale/fr/fr.mo Diff File
mod - locale/hu/hu.mo Diff File
mod - locale/pl/pl.mo Diff File

master b1bc3067

2019-11-14 14:13:32

ollehar

Details Diff
Dev: Don't include special chars in random session name (can create syntax error)
Attach Issues:
mod - application/controllers/InstallerController.php Diff File

master 289d5896

2019-11-13 17:38:28

LimeSurvey Translations Bot

Details Diff
Updated translation: Hungarian by kkd
Updated translation: German (Informal) by c_schmitz, eddylackmann
Attach Issues:
mod - locale/_template/limesurvey.pot Diff File
mod - locale/de-informal/de-informal.mo Diff File
mod - locale/hu/hu.mo Diff File

master 67f1a3da

2019-11-13 13:52:05

c_schmitz

Details Diff
Dev Small translation fix
Attach Issues:
mod - application/helpers/expressions/warnings/EMWarningInvalidComparison.php Diff File

master fc1dc82f

2019-11-13 12:19:58

LouisGac

Details Diff
Fixed issue 15329: Missing indication for "{" and "}" at group relevance field Affected Issues
15329
mod - application/views/admin/survey/QuestionGroups/addGroup_view.php Diff File
mod - application/views/admin/survey/QuestionGroups/editGroup_view.php Diff File

master c8a06117

2019-11-13 12:16:21

LimeSurvey Translations Bot

Details Diff
Updated translation: German by eddylackmann
Updated translation: German (Informal) by c_schmitz
Attach Issues:
mod - locale/_template/limesurvey.pot Diff File
mod - locale/de-informal/de-informal.mo Diff File
mod - locale/de/de.mo Diff File

master b2233ccc

2019-11-13 12:08:38

ollehar

Details Diff
Dev: Factor out HTML baking code to class
Attach Issues:
mod - application/helpers/expressions/em_manager_helper.php Diff File
add - application/helpers/expressions/warnings/EMWarningHTMLBaker.php Diff File

master 5b151203

2019-11-13 09:33:57

LimeSurvey Translations Bot

Details Diff
Updated translation: German by eddylackmann
Attach Issues:
mod - locale/de/de.mo Diff File

master ae35ccc4

2019-11-13 09:22:29

LimeSurvey Translations Bot

Details Diff
Updated translation: French (France) by eddylackmann
Attach Issues:
mod - locale/fr/fr.mo Diff File

master e6aa400a

2019-11-12 16:58:20

ollehar

Details Diff
Dev: Test ignoring jumbotron (travis)
Attach Issues:
mod - tests/TestBaseClassWeb.php Diff File

master ab6c8199

2019-11-12 16:27:40

ollehar

Details Diff
Dev: More sleep before jumbotron
Attach Issues:
mod - tests/TestBaseClassWeb.php Diff File

master d8c4ea82

2019-11-12 16:00:04

LimeSurvey Translations Bot

Details Diff
Updated translation: French (France) by eddylackmann
Attach Issues:
mod - locale/fr/fr.mo Diff File

master c3caad5c

2019-11-12 15:56:06

LimeSurvey Translations Bot

Details Diff
Updated translation: Czech (Informal) by eddylackmann
Updated translation: German (Informal) by eddylackmann
Attach Issues:
mod - locale/cs-informal/cs-informal.mo Diff File
mod - locale/de-informal/de-informal.mo Diff File

master 8a5e6153

2019-11-12 15:09:50

user25497

Details Diff
Updated translation: German by eddylackmann
Updated translation: French (France) by eddylackmann
Updated translation: German (Informal) by eddylackmann
Attach Issues:
mod - locale/de-informal/de-informal.mo Diff File
mod - locale/de/de.mo Diff File
mod - locale/fr/fr.mo Diff File

master 6160e32f

2019-11-12 14:42:20

ollehar

Details Diff
Dev: Wait some more for welcome jumbotron after install test
Attach Issues:
mod - tests/TestBaseClassWeb.php Diff File

master 59a66f87

2019-11-12 14:32:17

LimeSurvey Translations Bot

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

master b42332f8

2019-11-12 10:03:37

c_schmitz

Details Diff
Fixed issue: Skipping on invitation/reminder sendout
Attach Issues:
mod - application/controllers/admin/tokens.php Diff File

master ef83d059

2019-11-11 18:06:24

LouisGac

Details Diff
Fixed issue 15523: View saved but not submitted - filters do not work Affected Issues
15523
mod - application/controllers/admin/saved.php Diff File
mod - application/views/admin/saved/savedlist_view.php Diff File

master 09e1a548

2019-11-11 16:28:08

ollehar

Details Diff
Dev: Apply OOP to EM warning system (TODO: EMWarningCollection baking HTML)
Attach Issues:
mod - application/helpers/expressions/em_core_helper.php Diff File
mod - application/helpers/expressions/em_manager_helper.php Diff File
add - application/helpers/expressions/warnings/EMWarningAssignment.php Diff File
add - application/helpers/expressions/warnings/EMWarningBase.php Diff File
add - application/helpers/expressions/warnings/EMWarningInterface.php Diff File
add - application/helpers/expressions/warnings/EMWarningInvalidComparison.php Diff File
add - application/helpers/expressions/warnings/EMWarningPlusOperator.php Diff File

master 80744c32

2019-11-11 15:07:28

ollehar

Details Diff
Dev: Include unit/ folder in tests (adapted to dev branch)
Attach Issues:
mod - phpunit.xml Diff File

master 49cccd22

2019-11-11 15:07:07

ollehar

Details Diff
Dev: Add tiny test for EM warnings
Attach Issues:
add - tests/unit/helpers/ExpressionWarningTest.php Diff File
 First  Prev  1 2 3 ... 150 ... 280 281 282 283 284 285 286 ... 300 ... 450 ... 600 ... 750 ... 900 ... 1050 ... 1200 ... 1350 ... 1450 1451 1452  Next  Last