Changesets: LimeSurvey
master 974cf1f2 2014-01-31 14:10 Details Diff |
Fixed issue 08606: Unable to login using Postgres |
Affected Issues 08606 |
|
mod - application/controllers/admin/authentication.php | Diff File | ||
master dac570ce 2014-01-31 13:35 Details Diff |
Fixed issue #8632: Use SSL for ComfortUpdate | ||
mod - application/controllers/admin/update.php | Diff File | ||
master 2c9636db 2014-01-31 13:10 Details Diff |
Fixed issue: Public survey list not working if MSSQL is used | ||
mod - application/models/Survey.php | Diff File | ||
master 2d138a9d 2014-01-31 13:08 Details Diff |
Fixed issue: Error on database upgrade using MSSQL | ||
mod - application/helpers/update/updatedb_helper.php | Diff File | ||
master 0196d7da 2014-01-31 12:13 Details Diff |
Fixed issue 08642: Unable to create session key in RemoteControl when using MSSQL server |
Affected Issues 08642 |
|
mod - application/helpers/remotecontrol/remotecontrol_handle.php | Diff File | ||
master 83259e95 2014-01-30 14:18 Details Diff |
Fixed issue 08630: check data validity when unserializing attributedescription |
Affected Issues 08630 |
|
mod - application/models/Survey.php | Diff File | ||
master dd6bf1b8 2014-01-30 09:21 Details Diff |
Fixed issue 08628: Spelling mistake in English language file Fixed issue 08626: Superfluous PHP closing tag in "edit text elements" |
Affected Issues 08626, 08628 |
|
mod - application/controllers/admin/database.php | Diff File | ||
mod - application/views/admin/survey/editLocalSettings_main_view.php | Diff File | ||
master 911f3d89 2014-01-29 16:27 Details Diff |
Fixed issue: token attributes were broken, some code used attributedescription as JSON data and other as serialized PHP data, also at token table creation attribute columns were not recreated from attributedescription, now import/export/activation/deactivation preserve token attributes but some reworking still needs to be done to handle token attributes in a clean way | ||
mod - application/helpers/admin/import_helper.php | Diff File | ||
mod - application/helpers/admin/token_helper.php | Diff File | ||
mod - application/models/Survey.php | Diff File | ||
mod - application/models/Token.php | Diff File | ||
master 6b82338d 2014-01-29 11:53 Details Diff |
Dev Some minor code simplificiation. | ||
mod - application/helpers/expressions/em_manager_helper.php | Diff File | ||
master 0048972b 2014-01-28 11:00 Details Diff |
Fixed 08125: SPSS Export SDATE Date Problem dev: added disablehtmllogging so syntax and data are clean |
Affected Issues 08125 |
|
mod - application/controllers/admin/export.php | Diff File | ||
master 9c763314 2014-01-28 10:45 Details Diff |
Fixed issue 08573: Surveylist does not show translated survey titles |
Affected Issues 08573 |
|
mod - application/controllers/SurveysController.php | Diff File | ||
mod - application/helpers/frontend_helper.php | Diff File | ||
mod - application/models/Survey.php | Diff File | ||
mod - application/views/surveys/publicSurveyList.php | Diff File | ||
master 4f5ebd6f 2014-01-28 10:23 Details Diff |
Merge branch 'master' of github.com:LimeSurvey/LimeSurvey | ||
mod - application/controllers/admin/database.php | Diff File | ||
mod - application/controllers/admin/questions.php | Diff File | ||
mod - application/helpers/admin/backupdb_helper.php | Diff File | ||
mod - application/helpers/admin/export/DocWriter.php | Diff File | ||
mod - application/helpers/admin/export/PdfWriter.php | Diff File | ||
mod - application/helpers/common_helper.php | Diff File | ||
mod - application/helpers/expressions/em_manager_helper.php | Diff File | ||
mod - application/helpers/remotecontrol/remotecontrol_handle.php | Diff File | ||
mod - application/models/TokenDynamic.php | Diff File | ||
mod - application/views/admin/survey/Question/editQuestion_view.php | Diff File | ||
mod - application/views/admin/survey/Question/questionbar_view.php | Diff File | ||
mod - application/views/admin/survey/Question/subQuestion_view.php | Diff File | ||
mod - application/views/admin/survey/QuestionGroups/editGroup_view.php | Diff File | ||
mod - application/views/admin/survey/listSurveys_view.php | Diff File | ||
mod - application/views/admin/token/managetokenattributes.php | Diff File | ||
mod - locale/_template/limesurvey.pot | Diff File | ||
mod - locale/el/LC_MESSAGES/el.mo | Diff File | ||
mod - locale/fr/LC_MESSAGES/fr.mo | Diff File | ||
mod - locale/lv/LC_MESSAGES/lv.mo | Diff File | ||
mod - locale/nb/LC_MESSAGES/nb.mo | Diff File | ||
mod - locale/nl-informal/LC_MESSAGES/nl-informal.mo | Diff File | ||
mod - locale/nl/LC_MESSAGES/nl.mo | Diff File | ||
mod - locale/nn/LC_MESSAGES/nn.mo | Diff File | ||
mod - locale/sv/LC_MESSAGES/sv.mo | Diff File | ||
mod - locale/zh-Hans/LC_MESSAGES/zh-Hans.mo | Diff File | ||
mod - scripts/admin/admin_core.js | Diff File | ||
mod - scripts/admin/listsurvey.js | Diff File | ||
mod - scripts/admin/questions.js | Diff File | ||
mod - scripts/expressions/em_javascript.js | Diff File | ||
master 92ac035b 2014-01-28 10:22 Details Diff |
Fixed issue #8548: Attachments Fail To Carry Over To Token Invitation | ||
mod - application/helpers/expressions/em_manager_helper.php | Diff File | ||
master 8dd10901 2014-01-28 07:05 Committer: mfaber Details Diff |
Fixed issue: Numeric-only codes on subquestions not being allowed |
Affected Issues 08580 |
|
mod - application/views/admin/survey/Question/subQuestion_view.php | Diff File | ||
master 6be6b5bb 2014-01-27 18:33 Details Diff |
Fixed issue 08598: incorrect alphabetically sort of surveys in list Dev Prevent the "flash" when the grid is reloaded after correctly sorting |
Affected Issues 08598 |
|
mod - scripts/admin/listsurvey.js | Diff File | ||
master e41668d4 2014-01-27 17:46 Details Diff |
Fixed issue 08598: incorrect alphabetically sort of surveys in list Dev Reload the grid to sort by ID |
Affected Issues 08598 |
|
mod - scripts/admin/listsurvey.js | Diff File | ||
master 20e1951a 2014-01-27 17:24 Details Diff |
Fixed issue 08598: incorrect alphabetically sort of surveys in list Dev Added custom sorttype function for the "Survey" column Dev This function strips the anchor tag before sorting |
Affected Issues 08598 |
|
mod - application/views/admin/survey/listSurveys_view.php | Diff File | ||
master 78efc660 2014-01-27 17:18 Details Diff |
Fixed issue: PDF and Word exports had non internationalized strings | ||
mod - application/helpers/admin/export/DocWriter.php | Diff File | ||
mod - application/helpers/admin/export/PdfWriter.php | Diff File | ||
master f6889deb 2014-01-27 16:47 Details Diff |
Dev: 1a1703a6c673651908b3c640a9b86b8f02a8f2f2 child | ||
mod - scripts/admin/questions.js | Diff File | ||
master 97c75ef1 2014-01-27 14:57 Details Diff |
Fixed issue: Possibility to enter leading/trailing spaces for email address | ||
mod - application/models/TokenDynamic.php | Diff File | ||
master 1a1703a6 2014-01-27 14:45 Details Diff |
Dev: allow user to 'cancel' question edition Dev: 087199d45cbf171d4a5c53bfc3bfb20a0871b905 child |
||
mod - scripts/admin/questions.js | Diff File | ||
master 0319df78 2014-01-27 13:54 Details Diff |
Dev: fixed some JS error with multilingual survey in question editor Dev: Move to first tab before foxus to title input in multilingual (if error) |
||
mod - scripts/admin/questions.js | Diff File | ||
master 087199d4 2014-01-27 13:31 Details Diff |
New feature : Validate unicity of question code before submit Dev: else all input are lost if Question code are not unique. Dev: #08425 linked, when use CActiveForm : all this function must be removed ... Dev: Tested with copy/new/edit and all 4 button |
||
mod - application/controllers/admin/questions.php | Diff File | ||
mod - application/views/admin/survey/Question/editQuestion_view.php | Diff File | ||
mod - scripts/admin/admin_core.js | Diff File | ||
mod - scripts/admin/questions.js | Diff File | ||
master 432e82f7 2014-01-27 12:55 Committer: mfaber Details Diff |
Fixed issue 08609: Empty screen when clicking on sort question icon |
Affected Issues 08609 |
|
mod - application/helpers/expressions/em_manager_helper.php | Diff File | ||
master a5a9cadc 2014-01-27 01:05 LimeSurvey Translations Bot Details Diff |
Updated translation: Greek by kiolalis Updated translation: French (France) by arnaud21 Updated translation: Latvian by vipgroup, marcic Updated translation: Norwegian (Bokmål) by pmonstad Updated translation: Dutch by Han Updated translation: Norwegian (Nynorsk) by pmonstad Updated translation: Swedish by maxzomborszki Updated translation: Dutch (Informal) by Han Updated translation: Chinese (Simplified) by yanglaw |
||
mod - locale/_template/limesurvey.pot | Diff File | ||
mod - locale/el/LC_MESSAGES/el.mo | Diff File | ||
mod - locale/fr/LC_MESSAGES/fr.mo | Diff File | ||
mod - locale/lv/LC_MESSAGES/lv.mo | Diff File | ||
mod - locale/nb/LC_MESSAGES/nb.mo | Diff File | ||
mod - locale/nl-informal/LC_MESSAGES/nl-informal.mo | Diff File | ||
mod - locale/nl/LC_MESSAGES/nl.mo | Diff File | ||
mod - locale/nn/LC_MESSAGES/nn.mo | Diff File | ||
mod - locale/sv/LC_MESSAGES/sv.mo | Diff File | ||
mod - locale/zh-Hans/LC_MESSAGES/zh-Hans.mo | Diff File |