Changesets: LimeSurvey
master 546b83c2 2018-12-18 17:14 Dominik Vitt Details Diff |
Fixed issue: wrong sort when exporting survey as txt file | ||
mod - application/helpers/export_helper.php | Diff File | ||
master 3af1dea4 2018-12-18 01:21 Committer: GitHub Details Diff |
Dev: fixed 14226 second part (#1192) Dev: move to use extends "./subviews/content/submit.twig" Dev: add a lot of block to allow updating Dev: do the job 2 times : one in SurveyRunTime : didn't broke current extended template Dev: 2 times too for automatic translation Dev: add information about url (print and stats) and disable url |
Affected Issues 14226 |
|
mod - application/helpers/SurveyRuntimeHelper.php | Diff File | ||
mod - themes/survey/vanilla/views/subviews/content/submit.twig | Diff File | ||
mod - themes/survey/vanilla/views/subviews/content/submit_preview.twig | Diff File | ||
develop 11d1db05 2018-12-17 18:30
Details Diff |
Dev: multiple choice with comment | ||
mod - application/helpers/qanda_helper.php | Diff File | ||
mod - application/models/Question.php | Diff File | ||
mod - application/views/QuestionTypeRenderer/RenderMultipleChoice.php | Diff File | ||
add - application/views/QuestionTypeRenderer/RenderMultipleChoiceWithComments.php | Diff File | ||
mod - application/views/survey/questions/answer/multiplechoice_with_comments/answer.twig | Diff File | ||
develop 888f5466 2018-12-17 17:36
Details Diff |
Dev: File formatting and more question types to render Models | ||
mod - application/helpers/qanda_helper.php | Diff File | ||
mod - application/models/Question.php | Diff File | ||
mod - application/models/QuestionBaseRenderer.php | Diff File | ||
mod - application/views/QuestionTypeRenderer/RenderArrayDual.php | Diff File | ||
mod - application/views/QuestionTypeRenderer/RenderBoilerplate.php | Diff File | ||
mod - application/views/QuestionTypeRenderer/RenderEquation.php | Diff File | ||
mod - application/views/QuestionTypeRenderer/RenderFivePointChoice.php | Diff File | ||
mod - application/views/QuestionTypeRenderer/RenderListComment.php | Diff File | ||
mod - application/views/QuestionTypeRenderer/RenderListDropdown.php | Diff File | ||
mod - application/views/QuestionTypeRenderer/RenderListRadio.php | Diff File | ||
add - application/views/QuestionTypeRenderer/RenderMultipleChoice.php | Diff File | ||
add - application/views/QuestionTypeRenderer/RenderRanking.php | Diff File | ||
mod - application/views/survey/questions/answer/ranking/answer.twig | Diff File | ||
master 93a5cf46 2018-12-17 16:07 Details Diff |
Dev: PHPDoc | ||
mod - application/helpers/admin/activate_helper.php | Diff File | ||
master 1216774a 2018-12-17 15:45 Committer: ollehar1 Details Diff |
New feature: added afterSurveyActivate, afterSurveyDeactivate Plugin Events (#1168) | ||
mod - application/controllers/admin/surveyadmin.php | Diff File | ||
mod - application/helpers/admin/activate_helper.php | Diff File | ||
develop b6a66b5d 2018-12-17 15:38 Dominik Vitt Details Diff |
Fixed issue: error message when deleting question group with debug mode on | ||
mod - application/models/QuestionGroup.php | Diff File | ||
develop 967ac3f0 2018-12-17 14:47 Dominik Vitt Details Diff |
Fixed issue: DB upgrade fail while upgrading to LS version 4 on postgresql database | ||
mod - application/helpers/update/updatedb_helper.php | Diff File | ||
master 66132164 2018-12-17 14:16 Committer: GitHub Details Diff |
Fixed issue 14348: Themes storage always show 0.0M (#1195) |
Affected Issues 14348 |
|
mod - application/controllers/admin/globalsettings.php | Diff File | ||
master a1b29728 2018-12-17 13:07 Details Diff |
Fixed issue 14352: Multiple HTML open in printanswers view Dev: extend 2 times layout_global |
Affected Issues 14352 |
|
mod - themes/survey/vanilla/views/layout_printanswers.twig | Diff File | ||
mod - themes/survey/vanilla/views/subviews/content/printanswers.twig | Diff File | ||
develop c86c9198 2018-12-17 12:10
Details Diff |
Fixed issue: MSSQL Databases cannot handle PK with nullable types | ||
mod - application/helpers/update/updatedb_helper.php | Diff File | ||
mod - installer/create-database.php | Diff File | ||
master 188934c3 2018-12-17 11:01 Details Diff |
Fixed issue 14351: favicon are not loaded in public theme Dev: add it to allowed image file upload |
Affected Issues 14351 |
|
mod - application/core/LSYii_ImageValidator.php | Diff File | ||
develop c96af90f 2018-12-14 20:09
Details Diff |
Dev: another question type in renderobject | ||
mod - application/helpers/qanda_helper.php | Diff File | ||
mod - application/models/Question.php | Diff File | ||
mod - application/models/QuestionBaseRenderer.php | Diff File | ||
add - application/views/QuestionTypeRenderer/RenderListComment.php | Diff File | ||
mod - application/views/QuestionTypeRenderer/RenderListRadio.php | Diff File | ||
develop 75f8a090 2018-12-14 19:30
Details Diff |
Dev: one more QuestionTypeRenderer | ||
mod - application/helpers/qanda_helper.php | Diff File | ||
mod - application/models/Question.php | Diff File | ||
mod - application/models/QuestionBaseRenderer.php | Diff File | ||
mod - application/views/QuestionTypeRenderer/RenderListDropdown.php | Diff File | ||
add - application/views/QuestionTypeRenderer/RenderListRadio.php | Diff File | ||
mod - application/views/survey/questions/answer/list_dropdown/rows/optgroup.twig | Diff File | ||
master 74f02e7e 2018-12-14 16:17 Committer: ollehar1 Details Diff |
fixed path to colorPalette for PDF in statistics createChart (#1194) | ||
mod - application/helpers/admin/statistics_helper.php | Diff File | ||
master 01c75550 2018-12-14 11:08 Details Diff |
Fixed issue: Some fonts for Asian languages not properly loaded for PDF output | ||
mod - application/helpers/userstatistics_helper.php | Diff File | ||
add - assets/fonts/fireflysung - Chinese.ttf.txt | Diff File | ||
rm - assets/fonts/font-src/DejaVuSans - CREDITS | Diff | ||
rm - assets/fonts/font-src/DejaVuSans.ttf | Diff | ||
rm - assets/fonts/font-src/fireflysung - Chinese.ttf.txt | Diff | ||
master cd01fa92 2018-12-14 11:02 Details Diff |
Fixed issue 14346: Import vv : unable to update only token and/or date |
Affected Issues 14346 |
|
mod - application/helpers/admin/import_helper.php | Diff File | ||
develop 1c0c8b1e 2018-12-14 01:15 Details Diff |
Merge branch 'master' into develop | ||
mod - .gitignore | Diff File | ||
mod - application/helpers/admin/import_helper.php | Diff File | ||
mod - application/helpers/export_helper.php | Diff File | ||
rm - application/libraries/admin/Services_JSON.php | Diff | ||
master 0c252345 2018-12-14 01:14 Details Diff |
Dev Removed obsolete library | ||
rm - application/libraries/admin/Services_JSON.php | Diff | ||
master d5b16258 2018-12-13 23:02 Committer: c_schmitz Details Diff |
Dev Fixed issue 14256: .gitignore does not properly ignore /tmp directory (#1171) |
Affected Issues 14256 |
|
mod - .gitignore | Diff File | ||
master 76a8f49c 2018-12-13 22:11 Committer: c_schmitz Details Diff |
Fixed issue #9762: Token column is blank when selecting "Not completed" or "Not started" status for token export (#1185) | ||
mod - application/helpers/export_helper.php | Diff File | ||
master 72f99e2b 2018-12-13 22:09 Committer: c_schmitz Details Diff |
Fixed issue # 14253: Copying survey does not copy survey group (#1170) | ||
mod - application/helpers/admin/import_helper.php | Diff File | ||
develop 6c383f4d 2018-12-13 11:51 Dominik Vitt Details Diff |
Merge branch 'master' into develop | ||
mod - application/controllers/admin/remotecontrol.php | Diff File | ||
mod - application/helpers/expressions/em_manager_helper.php | Diff File | ||
mod - application/models/Template.php | Diff File | ||
mod - application/models/TokenDynamic.php | Diff File | ||
master db7b7fe6 2018-12-13 00:44 Committer: DenisChenu Details Diff |
Fixed issue 14330: Renaming a template with children will break surveys using the inherited template |
Affected Issues 14330 |
|
mod - application/models/Template.php | Diff File | ||
master 21118b3a 2018-12-12 21:05 Committer: GitHub Details Diff |
Dev: Fix travis issue (#1193) Dev: revert https://github.com/LimeSurvey/LimeSurvey/commit/9106dfe8afb07b99f14814d3fbcf7550e2b44bb9 partially Dev: todo find why it broke |
||
mod - application/helpers/expressions/em_manager_helper.php | Diff File |