Changesets: LimeSurvey

master 80f228fd

2015-07-17 03:32

adamzammit


Details Diff
Fixed issue: 09780 queXML export fails
mod - application/helpers/export_helper.php Diff File

develop fef37029

2015-07-16 16:41

sammousa


Details Diff
Dev Updated .gitignore
mod - .gitignore Diff File
add - components/.gitkeep Diff File

develop 8696136d

2015-07-16 16:39

sammousa


Details Diff
Dev Major refactoring of em_manager_helper and related code.
Dev Removed a lot of bad pratices and "caching". Code is currently a lot slower but cleaner.
Dev Currently still some bugs in survey taking, this push is primarily so the work is save.
mod - application/components/SurveySession.php Diff File
mod - application/config/third_party.php Diff File
mod - application/controllers/ResponsesController.php Diff File
mod - application/controllers/SurveyController.php Diff File
mod - application/controllers/SurveysController.php Diff File
mod - application/controllers/admin/questions.php Diff File
mod - application/controllers/survey/index.php Diff File
mod - application/helpers/SurveyRuntimeHelper.php Diff File
mod - application/helpers/common_helper.php Diff File
mod - application/helpers/expressions/em_manager_helper.php Diff File
mod - application/helpers/frontend_helper.php Diff File
mod - application/helpers/qanda_helper.php Diff File
mod - application/helpers/replacements_helper.php Diff File
mod - application/helpers/surveytranslator_helper.php Diff File
mod - application/libraries/Save.php Diff File
mod - application/models/QuestionGroup.php Diff File
mod - application/models/Response.php Diff File
mod - application/models/SettingGlobal.php Diff File
mod - application/models/Survey.php Diff File
mod - application/views/layouts/main.php Diff File
mod - application/views/responses/index.php Diff File
mod - application/views/surveys/update/presentation.php Diff File
mod - composer.json Diff File
mod - composer.lock Diff File

master 46dc1cd8

2015-07-15 23:47

DenisChenu


Details Diff
Fixed issue 09777: Bad link for view/edit responses with 'urlFormat' => 'get'
Dev: use real system
Affected Issues
09777
mod - application/controllers/admin/responses.php Diff File

master a5c95e1c

2015-07-15 19:28

LimeSurvey Translations Bot


Details Diff
Updated translation: Greek by kiolalis
Updated translation: French (France) by DenisChenu, arnaud21
Updated translation: Italian by c_schmitz, lfanfoni
Updated translation: Korean by spn
Updated translation: Dutch by c_schmitz, Han
Updated translation: Polish by elisa
Updated translation: Italian (Informal) by lfanfoni
Updated translation: Dutch (Informal) by Han
Updated translation: Polish (Informal) by elisa
mod - locale/_template/limesurvey.pot Diff File
mod - locale/el/el.mo Diff File
mod - locale/fr/fr.mo Diff File
mod - locale/it-informal/it-informal.mo Diff File
mod - locale/it/it.mo Diff File
mod - locale/ko/ko.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

master 24ba0e03

2015-07-15 11:01

DenisChenu


Details Diff
Dev: Fixed issue : Email template HTML editor view
mod - application/views/admin/emailtemplates/email_language_template_tab.php Diff File

master bac5b2cb

2015-07-15 10:51

DenisChenu


Details Diff
Fixed issue 09770: Unable to import old responses table
Dev: fix autoloader
Affected Issues
09770
mod - application/core/LSYii_Application.php Diff File

develop ce0bb95c

2015-07-14 13:08

sammousa


Details Diff
Merge pull request #340 from Jan-E/develop

Fix 09776: Mail registered participants with RemoteControl API
Affected Issues
09776
mod - application/helpers/admin/token_helper.php Diff File
mod - application/helpers/remotecontrol/remotecontrol_handle.php Diff File

develop 9b511885

2015-07-14 03:45

Jan-E


Details Diff
Fix 09776: Mail registered participants with RemoteControl API

Fix typo
Affected Issues
09776
mod - application/helpers/remotecontrol/remotecontrol_handle.php Diff File

master 14ce4be8

2015-07-14 03:43

Jan-E


Details Diff
Fix 09776: Mail registered participants with RemoteControl API

Fix typo
Affected Issues
09776
mod - application/helpers/remotecontrol/remotecontrol_handle.php Diff File

develop 2e25dcbe

2015-07-13 17:42

Jan-E


Details Diff
Fix 09776: Mail registered participants with RemoteControl API (develop branch) Affected Issues
09776
mod - application/helpers/admin/token_helper.php Diff File
mod - application/helpers/remotecontrol/remotecontrol_handle.php Diff File

master 017211d3

2015-07-13 16:57

Jan-E


Details Diff
Fix 09776: Mail registered participants with RemoteControl API Affected Issues
09776
mod - application/helpers/admin/token_helper.php Diff File
mod - application/helpers/remotecontrol/remotecontrol_handle.php Diff File

develop 13f48a76

2015-07-11 19:05

DenisChenu


Details Diff
Fixed issue 09772: Using "Previous" Button to Navigate back to Welcome Screen before Exit Makes ReVisiting Fail
Dev: force 0 or throw error ? Here force 0.
Affected Issues
09772
mod - application/components/SurveySession.php Diff File

master 63c722de

2015-07-11 18:55

DenisChenu


Details Diff
Fixed issue 09772: Using "Previous" Button to Navigate back to Welcome Screen before Exit Makes ReVisiting Fail
Dev: debug 0 show and empty group with preview and next
Dev: globally force $_SESSION[$LEMsessid]['step'] to 0 or up
Affected Issues
09772
mod - application/helpers/SurveyRuntimeHelper.php Diff File

develop 5c51d17d

2015-07-08 12:21

sammousa


Details Diff
Dev Removed some debug code.
mod - application/helpers/common_helper.php Diff File

develop 962b2b63

2015-07-08 12:11

sammousa


Details Diff
Dev Fixed migration manager initialization.
mod - application/components/MigrationManager.php Diff File

develop 8083b37c

2015-07-08 11:45

sammousa


Details Diff
Dev Lots of fixes for survey taking.
add - application/components/QuestionRenderer.php Diff File
add - application/components/SessionWriteNotifier.php Diff File
mod - application/components/SurveySession.php Diff File
mod - application/controllers/QuestionsController.php Diff File
mod - application/controllers/SurveysController.php Diff File
mod - application/helpers/SurveyRuntimeHelper.php Diff File
mod - application/helpers/admin/import_helper.php Diff File
mod - application/helpers/common_helper.php Diff File
mod - application/helpers/expressions/em_core_helper.php Diff File
mod - application/helpers/expressions/em_manager_helper.php Diff File
mod - application/helpers/qanda_helper.php Diff File
mod - application/helpers/replacements_helper.php Diff File
mod - application/helpers/surveytranslator_helper.php Diff File
mod - application/models/Answer.php Diff File
mod - application/models/Question.php Diff File
mod - application/models/QuestionAttribute.php Diff File
mod - application/models/QuestionGroup.php Diff File
mod - application/models/Survey.php Diff File
mod - application/models/questions/ArrayQuestion.php Diff File
mod - application/models/questions/MultipleChoiceQuestion.php Diff File
mod - application/models/questions/MultipleTextQuestion.php Diff File
add - application/models/questions/OpenArrayQuestion.php Diff File
mod - application/models/questions/RankingQuestion.php Diff File
mod - application/models/questions/SingleChoiceQuestion.php Diff File
mod - application/views/global/surveyNavigator.php Diff File
mod - application/views/questions/update.php Diff File
mod - application/views/questions/update/subQuestionTab.php Diff File
mod - application/views/questions/update/validation.php Diff File
mod - application/views/surveys/update/presentation.php Diff File

master 1e24ad29

2015-07-07 18:09

DenisChenu


Details Diff
Fixed issue 09757: Inclusion filter for full responses/Incomplete responses can not be reset in browse
Dev: remove inclusion
Affected Issues
09757
mod - application/controllers/admin/responses.php Diff File

master efac566c

2015-07-07 10:19

DenisChenu


Details Diff
Fixed issue 09753: Lack of sub question for array text and arry number aren't show in Question view
Dev: Test number of answers scales and subquestions scales
Dev: No view for question in ls3
Dev: Survey logic file need complete reworking : @todo for ls3 (or 3.1)
Affected Issues
09753
mod - application/core/Survey_Common_Action.php Diff File
mod - application/views/admin/survey/Question/questionbar_view.php Diff File

develop 88e90cde

2015-07-06 13:42

sammousa


Details Diff
Dev Improved new survey import.
mod - application/components/MigrationManager.php Diff File
mod - application/core/LSYii_Validators.php Diff File
mod - application/helpers/import/importers/Import178.php Diff File
add - application/migrations/m150706_092139_unique_question_codes_per_scale.php Diff File
mod - application/models/Answer.php Diff File
mod - application/models/LSActiveRecord.php Diff File
mod - application/models/Question.php Diff File
mod - application/models/SurveyLanguageSetting.php Diff File
add - application/models/questions/EquationQuestion.php Diff File
mod - application/views/questions/update.php Diff File

master f6550f58

2015-07-06 08:24

DenisChenu


Details Diff
Dev: remove console.log Affected Issues
09747
mod - scripts/admin/subquestions.js Diff File

develop fa810b64

2015-07-05 12:58

sammousa


Details Diff
Merge branch 'develop' of github.com:LimeSurvey/LimeSurvey into develop
mod - application/helpers/expressions/em_manager_helper.php Diff File

develop 7f783463

2015-07-05 12:57

sammousa


Details Diff
Dev implemented importing of custom question attributes.
mod - application/controllers/SurveysController.php Diff File
mod - application/core/WebApplication.php Diff File
mod - application/helpers/import/BaseElementXmlImport.php Diff File
mod - application/helpers/import/BaseImport.php Diff File
mod - application/helpers/import/importers/Import178.php Diff File
mod - application/models/Question.php Diff File
mod - application/models/QuestionAttribute.php Diff File
mod - application/models/Survey.php Diff File
mod - application/models/Token.php Diff File
mod - application/views/global/surveyNavigator.php Diff File
mod - application/views/questions/update/routing.php Diff File
mod - application/views/questions/update/statistics.php Diff File
mod - application/views/questions/update/validation.php Diff File
mod - installer/sql/create-mysql.sql Diff File

develop 01fd4039

2015-07-04 17:53

DenisChenu


Details Diff
Dev: fix tip for min_answers==max_answers==1
mod - application/helpers/expressions/em_manager_helper.php Diff File

master 0f1c0f15

2015-07-04 17:50

DenisChenu


Details Diff
Dev: fix tip for min_answers==max_answers==1
mod - application/helpers/expressions/em_manager_helper.php Diff File
 First  Prev  1 2 3 ... 150 ... 300 ... 450 ... 600 ... 750 ... 847 848 849 850 851 852 853 ... 900 ... 1050 ... 1200 ... 1350 ... 1471 1472 1473  Next  Last