Changesets: LimeSurvey

3.x-LTS c3b21ffa

2020-07-12 07:56:56

LimeSurvey Translations Bot

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

master 21803675

2020-07-11 09:43:15

gabrieljenik


Committer: GitHub Details Diff
Fixed issue 16204: Arrays (all types) not displayed correctly during survey-taking (mobile phone) (#1473)

* Fixed issue 16204: Arrays (all types) not displayed correctly during survey-taking (mobile phone)

Created a new DB migration for adding missing noTablesOnMobile.css to vanilla and bootswatch configs

* Fixed issue 16204: Arrays (all types) not displayed correctly during survey-taking (mobile phone)

Fixed files being associated. Now in sync with config.xml
Affected Issues
16204
mod - application/config/version.php Diff File
mod - application/helpers/update/updatedb_helper.php Diff File

master 6e447fe7

2020-07-11 09:42:52

gabrieljenik


Committer: GitHub Details Diff
Fixed issue 16452: When admin previews surveys timer is not reset in between runs (#1476)

On preview mode, set the 'resetQuestionTimers' js flag from server side, so timer.js can pick it and unset the localstorage (so, timer gets reset)
Affected Issues
16452
mod - application/controllers/survey/index.php Diff File
mod - application/helpers/frontend_helper.php Diff File
mod - assets/packages/questions/timer/src/timeclass.js Diff File
mod - assets/packages/questions/timer/timer.js Diff File
mod - assets/packages/questions/timer/timer.min.js Diff File

3.x-LTS 8d954889

2020-07-11 09:42:19

gabrieljenik


Committer: GitHub Details Diff
Fixed issue 16451: When admin previews surveys timer is not reset in between runs (#1475)

Set the 'resetQuestionTimers' js flag from server side, so timer.js can pick it and unset the localstorage
Affected Issues
16451
mod - application/controllers/survey/index.php Diff File
mod - application/helpers/frontend_helper.php Diff File
mod - assets/packages/questions/timer/src/timeclass.js Diff File
mod - assets/packages/questions/timer/timer.js Diff File
mod - assets/packages/questions/timer/timer.min.js Diff File

master 1b975c60

2020-07-10 19:57:44

gabrieljenik

Details Diff
Fixed issue 16454: Sometimes, question_order is assigned from survey_id

updateQuestionOrder definition was modified to use 1 as default value. Now reordering will follow the same schema as when questions are added, both starting from 1.
Affected Issues
16454
mod - application/models/Question.php Diff File

master ac15ca87

2020-07-10 19:56:12

gabrieljenik

Details Diff
Fixed issue 16454: Sometimes, question_order is assigned from survey_id

When deleting a question, the order of questions in the group were reassigned by calling updateQuestionOrder, but the survey ID was passed as starting position.
Affected Issues
16454
mod - application/models/Question.php Diff File

master 15b441a1

2020-07-10 17:09:48

DenisChenu

Details Diff
Fixed issue 16486: Unable to manage participant attribute with debug
Dev: $examplerow use ->find null if no data ? use empty
Dev: gt do nothing remove it
Dev: add (again) exemple data for non core attributes
# Conflicts:
# application/views/admin/token/managetokenattributes.php
Affected Issues
16486
mod - application/views/admin/token/managetokenattributes.php Diff File

3.x-LTS ed1e9d4e

2020-07-10 17:02:41

DenisChenu

Details Diff
Fixed issue 16486: Unable to manage participant attribute with debug
Dev: $examplerow use ->find null if no data ? use empty
Dev: gt do nothing remove it
Affected Issues
16486
mod - application/views/admin/token/managetokenattributes.php Diff File

master af847be5

2020-07-10 15:49:14

LimeSurvey Translations Bot

Details Diff
Updated translation: Czech by jelen1
Updated translation: German by eddylackmann
Updated translation: Norwegian (Bokmål) by c_schmitz, pmonstad
Updated translation: German (Informal) by eddylackmann
Attach Issues:
mod - locale/_template/limesurvey.pot Diff File
mod - locale/cs/cs.mo Diff File
mod - locale/de-informal/de-informal.mo Diff File
mod - locale/de/de.mo Diff File
mod - locale/nb/nb.mo Diff File

3.x-LTS fd02e774

2020-07-10 15:48:58

LimeSurvey Translations Bot

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

3.x-LTS bdd01aab

2020-07-10 04:40:46

LimeBot

Details Diff
Dev: Fixed broken links
Attach Issues:
mod - CONTRIBUTING.md Diff File
mod - README.md Diff File
mod - application/controllers/admin/themes.php Diff File
mod - application/views/admin/update/check_updates/update_buttons/_updatesavailable.php Diff File
mod - application/views/admin/update/manage/manage_key.php Diff File
mod - application/views/admin/update/manage/subscribe.php Diff File
mod - application/views/admin/update/updater/_error.php Diff File
mod - application/views/admin/update/updater/welcome/_error.php Diff File
mod - application/views/admin/update/updater/welcome/_subscribe.php Diff File
mod - application/views/admin/update/updater/welcome/_welcome.php Diff File
mod - composer.json Diff File
mod - themes/survey/bootswatch/options/README.md Diff File
mod - themes/survey/vanilla/README.md Diff File
mod - themes/survey/vanilla/options/README.md Diff File
mod - themes/survey/vanilla/views/README.md Diff File
mod - themes/survey/vanilla/views/subviews/README.md Diff File
mod - themes/survey/vanilla/views/subviews/content/README.md Diff File
mod - themes/survey/vanilla/views/subviews/printanswers/README.md Diff File
mod - themes/survey/vanilla/views/subviews/survey/README.md Diff File

master 62d9f873

2020-07-10 04:26:58

LimeBot

Details Diff
Dev: Fixed broken links
Attach Issues:
mod - CONTRIBUTING.md Diff File
mod - README.md Diff File
mod - application/controllers/admin/themes.php Diff File
mod - application/views/admin/super/_help_menu.php Diff File
mod - application/views/admin/update/check_updates/update_buttons/_updatesavailable.php Diff File
mod - application/views/admin/update/manage/manage_key.php Diff File
mod - application/views/admin/update/manage/subscribe.php Diff File
mod - application/views/admin/update/updater/_error.php Diff File
mod - application/views/admin/update/updater/welcome/_error.php Diff File
mod - application/views/admin/update/updater/welcome/_subscribe.php Diff File
mod - application/views/admin/update/updater/welcome/_welcome.php Diff File
mod - composer.json Diff File
mod - modules/admin/HelloWorld/README.md Diff File
mod - modules/admin/globalsettings/README.md Diff File
mod - themes/survey/bootswatch/options/README.md Diff File
mod - themes/survey/vanilla/README.md Diff File
mod - themes/survey/vanilla/options/README.md Diff File
mod - themes/survey/vanilla/views/README.md Diff File
mod - themes/survey/vanilla/views/subviews/README.md Diff File
mod - themes/survey/vanilla/views/subviews/content/README.md Diff File
mod - themes/survey/vanilla/views/subviews/printanswers/README.md Diff File
mod - themes/survey/vanilla/views/subviews/survey/README.md Diff File

master a1e97e6b

2020-07-10 04:01:30

LimeBot

Details Diff
Dev: fixed limestore broken links
Attach Issues:
mod - application/core/LsDefaultDataSets.php Diff File

3.x-LTS 10412b2e

2020-07-09 17:53:13

gabrieljenik


Committer: GitHub Details Diff
Fixed issue 16135 - Map based question with Google Map - displaying as static in mobile browser (LS3) (#1474)

Dev: Question help was getting over the map for small screens. That made the map look static.
Affected Issues
16135
mod - application/views/survey/questions/answer/shortfreetext/location_mapservice/item.twig Diff File

3.x-LTS b3b8f0d2

2020-07-09 17:52:37

gabrieljenik


Committer: GitHub Details Diff
Fixed issue 16151: Map question not displayed if loaded after a condition was met (both have to be on the same page) (#1477)

MapQuest setup was not being triggered on JS.
Affected Issues
16151
mod - application/helpers/expressions/em_manager_helper.php Diff File
mod - assets/scripts/map.js Diff File

3.x-LTS bc5f3c73

2020-07-09 15:00:14

gabrieljenik


Committer: GitHub Details Diff
Fixed issue 16450: Timer does not work for dropdown questions (#1467) Affected Issues
16450
mod - application/helpers/qanda_helper.php Diff File

master 9fd5e78a

2020-07-09 10:10:01

pstelling

Details Diff
Fixed issue 16469: Any admin user can see any question Affected Issues
16469
mod - application/controllers/QuestionEditorController.php Diff File

master ab3699ed

2020-07-08 16:38:38

DenisChenu

Details Diff
Fixed issue 16412: Unable to manage user with debug set
Dev: just avoid PHP Notice
Affected Issues
16412
mod - application/models/User.php Diff File

master ab3562d7

2020-07-08 14:50:20

ollehar

Details Diff
Fixed issue 16469: Any admin user can see any question Affected Issues
16469
mod - application/controllers/QuestionEditorController.php Diff File

3.x-LTS 9d2a5b24

2020-07-08 13:31:36

LimeBot

Details Diff
Dev: fixed limestore broken links
Attach Issues:
mod - application/core/LsDefaultDataSets.php Diff File
mod - application/helpers/update/updatedb_helper.php Diff File

3.x-LTS c04e8e9f

2020-07-08 13:31:36

LimeBot


Committer: ollehar1 Details Diff
New feature 16263: QueXML-PDF: New config setting for date format and question code #1434 Affected Issues
16263
mod - application/config/config-defaults.php Diff File
mod - application/helpers/export_helper.php Diff File
mod - application/libraries/admin/quexmlpdf.php Diff File
mod - application/models/TemplateManifest.php Diff File
mod - phpunit.xml Diff File
add - tests/data/surveys/survey_archive_821351.lsa Diff File
mod - tests/data/travis/travis_setup.sh Diff File
add - tests/unit/helpers/QuexmlPDFTest.php Diff File

master 8a141fcc

2020-07-08 13:28:34

LimeBot

Details Diff
Dev: fixed limestore broken links
Attach Issues:
mod - application/core/LsDefaultDataSets.php Diff File
mod - application/helpers/update/updatedb_helper.php Diff File

3.x-LTS 408683da

2020-07-06 15:51:45

DenisChenu


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

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
 First  Prev  1 2 3 ... 150 ... 240 241 242 243 244 245 246 ... 300 ... 450 ... 600 ... 750 ... 900 ... 1050 ... 1200 ... 1350 ... 1451 1452 1453  Next  Last