Changesets: LimeSurvey
develop abfac2de 2015-04-07 10:24 Details Diff |
Some fix for precheck * Show real path for tmp (before upload) * Path without .. * Show list of available PDO * Always show the ticker |
||
mod - application/models/installer/PreCheck.php | Diff File | ||
mod - application/views/installer/precheck.php | Diff File | ||
master 6f6f8380 2015-04-06 01:06 LimeSurvey Translations Bot Details Diff |
Updated translation: German by actxcellence, Mazi Updated translation: French (France) by DenisChenu, arnaud21 Updated translation: Italian by lfanfoni Updated translation: Latvian by marcic Updated translation: Polish by elisa Updated translation: Serbian by MilaVeljovic Updated translation: Swedish by maxzomborszki Updated translation: German (Informal) by actxcellence Updated translation: Italian (Informal) by lfanfoni |
||
mod - locale/_template/limesurvey.pot | Diff File | ||
mod - locale/de-informal/LC_MESSAGES/de-informal.mo | Diff File | ||
mod - locale/de/LC_MESSAGES/de.mo | Diff File | ||
mod - locale/fr/LC_MESSAGES/fr.mo | Diff File | ||
mod - locale/it-informal/LC_MESSAGES/it-informal.mo | Diff File | ||
mod - locale/it/LC_MESSAGES/it.mo | Diff File | ||
mod - locale/lv/LC_MESSAGES/lv.mo | Diff File | ||
mod - locale/pl/LC_MESSAGES/pl.mo | Diff File | ||
mod - locale/sr/LC_MESSAGES/sr.mo | Diff File | ||
mod - locale/sv/LC_MESSAGES/sv.mo | Diff File | ||
develop e487f26b 2015-04-03 16:28 Details Diff |
Refactoring, removing direct session access. | ||
mod - application/components/SurveySession.php | Diff File | ||
mod - application/components/SurveySessionManager.php | Diff File | ||
mod - application/controllers/ResponsesController.php | Diff File | ||
mod - application/controllers/SurveysController.php | Diff File | ||
mod - application/controllers/TokensController.php | Diff File | ||
mod - application/controllers/survey/index.php | Diff File | ||
mod - application/core/db/MysqlSchema.php | Diff File | ||
mod - application/helpers/SurveyRuntimeHelper.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/models/Dynamic.php | Diff File | ||
mod - application/models/Response.php | Diff File | ||
mod - application/models/Survey.php | Diff File | ||
mod - application/models/Token.php | Diff File | ||
mod - application/views/global/surveyMenu.php | Diff File | ||
mod - application/views/global/surveyNavigator.php | Diff File | ||
mod - application/views/responses/index.php | Diff File | ||
mod - application/views/surveys/update.php | Diff File | ||
add - application/views/surveys/view/data.php | Diff File | ||
add - application/views/surveys/view/tokens.php | Diff File | ||
mod - application/views/surveys/welcome.php | Diff File | ||
add - application/views/tokens/create.php | Diff File | ||
add - application/views/tokens/index.php | Diff File | ||
mod - plugins/befound/ls/ModulePlugin/controllers/DashboardController.php | Diff File | ||
2.06 175731d3 2015-04-03 12:35 Details Diff |
Fixed issue 09594: EM nl2br() function doesn't work when content comes from current page Dev: updated to raw nl2br for phpjs Dev: Todo : adding phpjs in third_party to allow easily update ? |
Affected Issues 09594 |
|
mod - scripts/expressions/em_javascript.js | Diff File | ||
master 678a3dee 2015-04-03 12:32 Details Diff |
Fixed issue 09594: EM nl2br() function doesn't work when content comes from current page Dev: uodated to raw nl2br for phpjs Dev: Todo : adding phpjs in third_party to allow easily update ? |
Affected Issues 09594 |
|
mod - scripts/expressions/em_javascript.js | Diff File | ||
master 021c8aa2 2015-04-02 15:27 Details Diff |
Fixed issue 09595: PHP error when deleting a condition |
Affected Issues 09595 |
|
mod - application/helpers/expressions/em_manager_helper.php | Diff File | ||
master 1dd2ecb9 2015-04-02 15:20 Details Diff |
Dev: Added extra fields returned for list_groups and list_questions API. Dev Show all available group / question attributes. |
||
mod - application/helpers/remotecontrol/remotecontrol_handle.php | Diff File | ||
2.06 b77fdb73 2015-04-02 15:20 Details Diff |
Dev: Added extra fields returned for list_groups and list_questions API. Dev Show all available group / question attributes |
||
mod - application/helpers/remotecontrol/remotecontrol_handle.php | Diff File | ||
2.06 bbd6b613 2015-04-01 23:55 Details Diff |
Dev: Added extra fields returned for list_groups and list_questions API. - Returning more info will make listing more useful. - Although the content returned may be longer, it may avoid lot of extra calls for group or question details. - As for example, to list questions in the right order, before one needed to get question properties for every question listed, seeking the question_order. |
||
mod - application/helpers/remotecontrol/remotecontrol_handle.php | Diff File | ||
master d9ce5675 2015-04-01 23:52 Details Diff |
Dev: Added extra fields returned for list_groups and list_questions API. - Returning more info will make listing more useful. - Although the content returned may be longer, it may avoid lot of extra calls for group or question details. - As for example, to list questions in the right order, before one needed to get question properties for every question listed, seeking the question_order. |
||
mod - application/helpers/remotecontrol/remotecontrol_handle.php | Diff File | ||
2.06 ff96176c 2015-04-01 21:23 Details Diff |
Fixed Issue: delete_question API method shuffled questions, not keeping its original order. Questions were retrieved from DB without asking for any order cirteria. So they were ordered considering the QID (the same order as they were created). |
||
mod - application/models/Question.php | Diff File | ||
master 9f146903 2015-04-01 21:18 Details Diff |
Fixed Issue: delete_question API method shuffled questions, not keeping its original order. Questions were retrieved from DB without asking for any order cirteria. So they were ordered considering the QID (the same order as they were created). |
||
mod - application/models/Question.php | Diff File | ||
develop 22a3e279 2015-04-01 19:01 Details Diff |
Dev WIP Create survey session manager compoment. | ||
add - application/components/SurveySession.php | Diff File | ||
add - application/components/SurveySessionManager.php | Diff File | ||
mod - application/config/internal.php | Diff File | ||
mod - application/controllers/PrintanswersController.php | Diff File | ||
mod - application/controllers/SurveysController.php | Diff File | ||
add - application/controllers/TokensController.php | Diff File | ||
mod - application/controllers/UploaderController.php | Diff File | ||
mod - application/controllers/admin/surveyadmin.php | Diff File | ||
mod - application/core/WebApplication.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/qanda_helper.php | Diff File | ||
mod - application/models/Survey.php | Diff File | ||
mod - application/models/Token.php | Diff File | ||
add - application/views/surveys/start.php | Diff File | ||
mod - application/views/surveys/welcome.php | Diff File | ||
add - application/views/tokens/register.php | Diff File | ||
2.06 88f3e540 2015-04-01 14:08 Details Diff |
Dev: review HTML for SettingWidget Dev: a list of setting goes in same fieldset and are a list Dev: fix issue : legend without fieldset |
||
mod - application/extensions/SettingsWidget/SettingsWidget.php | Diff File | ||
mod - application/extensions/SettingsWidget/assets/settingswidget.css | Diff File | ||
mod - application/views/admin/survey/subview/tabGeneralEditSurvey_view.php | Diff File | ||
mod - application/views/admin/survey/subview/tabPresentation_view.php | Diff File | ||
2.06 fda369eb 2015-04-01 11:21 Details Diff |
Fixed issue 09560: "Bounce settings" changeable although "Use global settings" were chosen Dev: really prefer to allow updating but ... Dev: Usage of extension for form |
Affected Issues 09560 |
|
mod - application/controllers/admin/tokens.php | Diff File | ||
mod - application/views/admin/token/bounce.php | Diff File | ||
add - scripts/admin/tokenbounce.js | Diff File | ||
2.06 229abfd5 2015-03-31 23:36 Committer: mfaber Details Diff |
Merge pull request #299 from gabrieljenik/patch-12 Fixed issue 09591: Sometimes date_max / date_min validations for date/ti... |
Affected Issues 09591 |
|
mod - application/helpers/expressions/em_manager_helper.php | Diff File | ||
2.06 2d6849a8 2015-03-31 23:21 Details Diff |
Fixed issue 09591: Sometimes date_max / date_min validations for date/time questions doesn't allow to use the maximum date expected. - Reformat expression held into date_max / date_min into "Y-m-d H:i" format, so comparison can be done among equals format. - Now min_date / max_date supports all the date formats correctly parsed by strtotime: YYYY-MM-DD, YYYY/MM/DD, DD.MM.YYYY, MM/DD/YYYY, DD-MM-YYYY, US natural language, ... |
Affected Issues 09591 |
|
mod - application/helpers/expressions/em_manager_helper.php | Diff File | ||
master 202f68f4 2015-03-31 23:01 Committer: mfaber Details Diff |
Merge pull request #298 from gabrieljenik/patch-11 Fixed issue 09591: Sometimes date_max / date_min validations for date/t... |
Affected Issues 09591 |
|
mod - application/helpers/expressions/em_manager_helper.php | Diff File | ||
master 4b7f15e4 2015-03-31 20:27 Details Diff |
Fixed issue 09591: Sometimes date_max / date_min validations for date/time questions doesn't allow to use the maximum date expected. - Reformat expression held into date_max / date_min into "Y-m-d H:i" format, so comparison can be done among equals format. |
Affected Issues 09591 |
|
mod - application/helpers/expressions/em_manager_helper.php | Diff File | ||
master cd6d0efc 2015-03-31 13:15 Details Diff |
Fixed issue 09560: "Bounce settings" changeable although "Use global settings" were chosen Dev: really prefer to allow updating but ... Dev: Review it for 2.06 (using of extension) |
Affected Issues 09560 |
|
mod - application/views/admin/token/bounce.php | Diff File | ||
add - scripts/admin/tokenbounce.js | Diff File | ||
2.06 3aa594b5 2015-03-31 12:11 Details Diff |
Dev: return null for not started survey and invalid quota for getQuotaCompletedCount Dev: test !is_null in checkCompletedQuota for adding to matched quotas |
||
mod - application/helpers/common_helper.php | Diff File | ||
mod - application/helpers/frontend_helper.php | Diff File | ||
mod - application/views/admin/quotas/viewquotasrow_view.php | Diff File | ||
2.06 a6294701 2015-03-31 11:30 Details Diff |
Fixed issue #09540: Call to undefined function setsDBDriverName when managing token attribute Dev: Quick fix, install create the issue (array primaryKey) |
||
mod - application/models/ParticipantAttributeName.php | Diff File | ||
2.06 5bb72b3b 2015-03-31 10:44 Details Diff |
Fixed issue #09587: Quotas do not work with PostgreSQL on some system Dev: can not reproduce with PgSQL (32bit) and PHP 5.4 Dev: force getQuotaCompletedCount to string |
||
mod - application/helpers/common_helper.php | Diff File | ||
develop 9dbf6b6c 2015-03-30 15:26 Details Diff |
Dev Removed LEM from session. | ||
mod - application/components/WebUser.php | Diff File | ||
mod - application/config/internal.php | Diff File | ||
mod - application/controllers/ResponsesController.php | Diff File | ||
mod - application/controllers/SurveysController.php | Diff File | ||
mod - application/controllers/survey/index.php | Diff File | ||
mod - application/entry.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/models/QuestionAttribute.php | Diff File | ||
mod - application/models/Response.php | Diff File | ||
mod - application/models/Survey.php | Diff File | ||
mod - application/views/global/surveyMenu.php | Diff File | ||
mod - application/views/responses/index.php | Diff File | ||
mod - application/views/surveys/view/features.php | Diff File | ||
add - application/views/surveys/welcome.php | Diff File | ||
develop 86694bea 2015-03-30 11:45 Details Diff |
Removed old dependencies | ||
mod - application/controllers/SurveysController.php | Diff File | ||
rm - application/controllers/admin/update.php | Diff | ||
mod - application/models/Dynamic.php | Diff File | ||
rm - application/third_party/http/LICENSE.txt | Diff | ||
rm - application/third_party/http/http.php | Diff | ||
rm - application/third_party/idna-convert/LICENCE | Diff | ||
rm - application/third_party/idna-convert/ReadMe.txt | Diff | ||
rm - application/third_party/idna-convert/idna_convert.class.php | Diff | ||
rm - application/third_party/idna-convert/transcode_wrapper.php | Diff | ||
rm - application/third_party/idna-convert/uctc.php | Diff | ||
rm - application/third_party/phpmailer/PHPMailerAutoload.php | Diff | ||
rm - application/third_party/phpmailer/README.md | Diff | ||
rm - application/third_party/phpmailer/language/phpmailer.lang-be.php | Diff | ||
rm - application/third_party/phpmailer/language/phpmailer.lang-el.php | Diff | ||
rm - application/third_party/phpmailer/language/phpmailer.lang-eo.php | Diff | ||
rm - application/third_party/phpmailer/language/phpmailer.lang-fa.php | Diff | ||
rm - application/third_party/phpmailer/language/phpmailer.lang-gl.php | Diff | ||
rm - application/third_party/phpmailer/language/phpmailer.lang-he.php | Diff | ||
rm - application/third_party/phpmailer/language/phpmailer.lang-hr.php | Diff | ||
rm - application/third_party/phpmailer/language/phpmailer.lang-ka.php | Diff | ||
rm - application/third_party/phpmailer/language/phpmailer.lang-lt.php | Diff | ||
rm - application/third_party/phpmailer/language/phpmailer.lang-lv.php | Diff | ||
rm - application/third_party/phpmailer/language/phpmailer.lang-pt.php | Diff | ||
rm - application/third_party/phpmailer/language/phpmailer.lang-sk.php | Diff | ||
rm - application/third_party/phpmailer/language/phpmailer.lang-sr.php | Diff | ||
rm - application/third_party/phpmailer/language/phpmailer.lang-uk.php | Diff | ||
rm - application/third_party/phpmailer/language/phpmailer.lang-vi.php | Diff | ||
rm - application/third_party/tcpdf/composer.json | Diff | ||
rm - application/third_party/tcpdf/fonts/ae_fonts_2.0/COPYING | Diff | ||
rm - application/third_party/tcpdf/fonts/ae_fonts_2.0/ChangeLog | Diff | ||
rm - application/third_party/tcpdf/fonts/ae_fonts_2.0/README | Diff | ||
rm - application/third_party/tcpdf/fonts/freefont-20120503/ChangeLog | Diff | ||
rm - application/third_party/tcpdf/fonts/freefont-20120503/TROUBLESHOOTING | Diff | ||
rm - application/third_party/tcpdf/fonts/freefont-20120503/USAGE | Diff | ||
rm - application/third_party/tcpdf/include/tcpdf_colors.php | Diff | ||
rm - application/third_party/tcpdf/include/tcpdf_fonts.php | Diff | ||
rm - application/third_party/tcpdf/include/tcpdf_images.php | Diff | ||
rm - application/third_party/tcpdf/include/tcpdf_static.php | Diff | ||
rm - application/third_party/tcpdf/tcpdf_autoconfig.php | Diff | ||
rm - application/third_party/tcpdf/tcpdf_import.php | Diff | ||
rm - application/third_party/tcpdf/tools/.htaccess | Diff | ||
rm - application/third_party/tcpdf/tools/convert_fonts_examples.txt | Diff | ||
rm - application/third_party/tcpdf/tools/tcpdf_addfont.php | Diff | ||
mod - application/views/global/groupMenu.php | Diff File | ||
mod - application/views/global/surveyMenu.php | Diff File | ||
mod - application/views/global/surveyNavigator.php | Diff File | ||
mod - application/views/groups/view.php | Diff File | ||
mod - application/views/layouts/survey.php | Diff File | ||
mod - application/views/questions/view.php | Diff File | ||
mod - application/views/surveys/deactivate.php | Diff File | ||
add - application/views/surveys/expire.php | Diff File | ||
mod - application/views/surveys/index.php | Diff File | ||
mod - application/views/surveys/view/features.php | Diff File | ||
add - application/views/surveys/view/properties.php | Diff File | ||
mod - composer.lock | Diff File |