Changesets: LimeSurvey
2.05 94a80521 2013-08-05 23:59 Committer: mfaber Details Diff |
New feature #8040: STATA export functionality DEV: Implements XML-export for statistical software STATA DEV: Thanks to mdekker for his support regarding the plugin DEV: architecture. |
||
add - application/core/plugins/ExportSTATAxml/ExportSTATAxml.php | Diff File | ||
add - application/core/plugins/ExportSTATAxml/STATAxmlWriter.php | Diff File | ||
mod - application/views/admin/export/exportresults_view.php | Diff File | ||
2.05 1d6fa9d0 2013-08-05 18:18 Details Diff |
Dev: Clean up tab in frontend_helper Dev: add some PHP doc comment Dev: remove deprecated function : checkconfield, checkmandatorys, checkconditionalmandatorys Dev: remove deprecated function : remove_nulls_from_array |
||
mod - application/helpers/frontend_helper.php | Diff File | ||
2.05 a5005134 2013-08-04 19:56 Details Diff |
New feature 07687 : RemoteControl2 export_responses should also have an Array / JSON with responses |
Affected Issues 07687 |
|
add - application/helpers/admin/export/JsonWriter.php | Diff File | ||
mod - application/helpers/admin/exportresults_helper.php | Diff File | ||
mod - application/helpers/remotecontrol/remotecontrol_handle.php | Diff File | ||
2.05 d5801ca1 2013-08-02 23:29 Committer: mfaber Details Diff |
Fixed issue 08039: Problems with subquestion code '0' DEV: Both described issues were separate incidences of DEV: the same thing: php empty()/($var) treat the '0' DEV: as not set or empty. DEV: isset() on the other hand also returns "" as true. DEV: I am afraid this problem may be present more often in DEV: the code. Maybe implement a custom function DEV: is_set() which also returns FALSE for "" but TRUE for '0' |
Affected Issues 08039 |
|
mod - application/helpers/viewHelper.php | Diff File | ||
mod - application/libraries/PluginManager/LimesurveyApi.php | Diff File | ||
master 1b30d934 2013-08-02 15:03 Details Diff |
Release 2.00+ Build 130802 | ||
mod - docs/release_notes.txt | Diff File | ||
master 36bb5c7a 2013-08-02 00:05 LimeSurvey Translations Bot Details Diff |
Updated translation: Spanish (Spain) by valdomir, larjona, aesteban, jaimealvarezv Updated translation: Lithuanian by apklausos Updated translation: Dutch by Han Updated translation: Dutch (Informal) by Han |
||
mod - locale/es/LC_MESSAGES/es.mo | Diff File | ||
mod - locale/lt/LC_MESSAGES/lt.mo | Diff File | ||
mod - locale/nl-informal/LC_MESSAGES/nl-informal.mo | Diff File | ||
mod - locale/nl/LC_MESSAGES/nl.mo | Diff File | ||
master 667fb537 2013-08-01 20:32 Committer: mfaber Details Diff |
small change to also honor 'false' thanks to Shnoulle |
||
mod - application/helpers/common_helper.php | Diff File | ||
2.05 4577b6bb 2013-08-01 20:32 Committer: mfaber Details Diff |
small change to also honor 'false' thanks to Shnoulle |
||
mod - application/helpers/common_helper.php | Diff File | ||
2.1 c6d9f8e4 2013-08-01 10:55 Marijn Details Diff |
Dev settingsblock now in 1 form and fixed list element | ||
mod - application/extensions/SettingsWidget/SettingsWidget.php | Diff File | ||
mod - application/extensions/SettingsWidget/assets/settingswidget.js | Diff File | ||
mod - application/views/questions/settingsblock.php | Diff File | ||
mod - application/views/questions/update.php | Diff File | ||
mod - plugins/YesNoQuestion/YesNoQuestionObject.php | Diff File | ||
master 92879d8a 2013-08-01 00:05 LimeSurvey Translations Bot Details Diff |
Updated translation: Norwegian (Bokmål) by pmonstad Updated translation: Norwegian (Nynorsk) by pmonstad |
||
mod - locale/_template/limesurvey.pot | Diff File | ||
mod - locale/nb/LC_MESSAGES/nb.mo | Diff File | ||
mod - locale/nn/LC_MESSAGES/nn.mo | Diff File | ||
master 720370bf 2013-07-31 21:25 Committer: mfaber Details Diff |
Fixes issue 08065: Answer code conversion to '0' DEV: when exporting to CSV/EXCEL etc. and conversion DEV: of Y or N to '0' was chosen, values were wrongly DEV: exported as 'missing values' (empty) DEV: DEV: nasty php typing problem....probably same problem DEV: with issue 08039 Conflicts: application/helpers/common_helper.php |
Affected Issues 08065 |
|
mod - application/helpers/common_helper.php | Diff File | ||
2.05 a55d4abc 2013-07-31 21:25 Committer: mfaber Details Diff |
Fixes issue 08065: Answer code conversion to '0' DEV: when exporting to CSV/EXCEL etc. and conversion DEV: of Y or N to '0' was chosen, values were wrongly DEV: exported as 'missing values' (empty) DEV: DEV: nasty php typing problem....probably same problem DEV: with issue 08039 |
Affected Issues 08039, 08065 |
|
mod - application/helpers/common_helper.php | Diff File | ||
2.05 0954b64a 2013-07-31 18:27 Details Diff |
Fixed issue : Next button in question menu goes to second question of the group if no question ar selected Dev: same for group Dev: TODO : move this to question model |
||
mod - application/helpers/common_helper.php | Diff File | ||
master 00922616 2013-07-31 17:53 Details Diff |
Fixed issue : Next button in question menu goes to second question of the group if no question ar selected Dev: same for group |
||
mod - application/helpers/common_helper.php | Diff File | ||
2.05 2f6b4ae3 2013-07-31 00:10 Details Diff |
Fixed issue 08038 : with urlFormat to "get" : Can't upload file in template editor Dev: add css and js file uploadable in template editor : a user can register external js file, then let him upload it |
Affected Issues 08038 |
|
mod - application/config/config-defaults.php | Diff File | ||
mod - application/views/admin/templates/templatesummary_view.php | Diff File | ||
master 501b7842 2013-07-31 00:05 LimeSurvey Translations Bot Details Diff |
Updated translation: Russian by vipgroup Updated translation: Chinese (Simplified) by yanglaw |
||
mod - locale/_template/limesurvey.pot | Diff File | ||
mod - locale/ru/LC_MESSAGES/ru.mo | Diff File | ||
mod - locale/zh-Hans/LC_MESSAGES/zh-Hans.mo | Diff File | ||
master a69a383c 2013-07-30 23:46 Details Diff |
Fixed issue 08038 : with urlFormat to "get" : Can't upload file in template editor Dev: add css and js file uploadable in template editor : a user can regsiter external template, then let him upload it |
Affected Issues 08038 |
|
mod - application/config/config-defaults.php | Diff File | ||
mod - application/views/admin/templates/templatesummary_view.php | Diff File | ||
2.05 bd728f2d 2013-07-30 23:36 Details Diff |
Fixed issue: javascript broken in import template if php-zip is disabled Dev: remove some button onclick, replace by link |
||
mod - application/views/admin/templates/importform_view.php | Diff File | ||
mod - application/views/admin/templates/templateeditorbar_view.php | Diff File | ||
master 39590c93 2013-07-30 23:26 Details Diff |
Dev: remove test part | ||
mod - application/views/admin/templates/templateeditorbar_view.php | Diff File | ||
master 92addac7 2013-07-30 23:24 Details Diff |
Fixed issue: javascript broken in import template if php-zip is disabled | ||
mod - application/views/admin/templates/importform_view.php | Diff File | ||
mod - application/views/admin/templates/templateeditorbar_view.php | Diff File | ||
2.05 c10ef463 2013-07-30 22:49 Details Diff |
Fixed issue : unable to show phpinfo with 'urlFormat' => 'get' Dev: need sa/ |
||
mod - application/views/admin/globalSettings_view.php | Diff File | ||
mod - scripts/admin/admin_core.js | Diff File | ||
master 5076bb4c 2013-07-30 22:41 Details Diff |
Dev: close the link .... idiot | ||
mod - application/views/admin/globalSettings_view.php | Diff File | ||
master 76366db1 2013-07-30 22:36 Details Diff |
Fixed issue : unable to show phpinfo with 'urlFormat' => 'get' Dev: need sa/ |
||
mod - application/views/admin/globalSettings_view.php | Diff File | ||
mod - scripts/admin/admin_core.js | Diff File | ||
2.05 ee162b39 2013-07-30 16:18 Details Diff |
Merge pull request #98 from mfaber/printanswers205 Fixed issue 08013: 'printanswershonorsconditions' does not work |
Affected Issues 08013 |
|
mod - application/config/config-defaults.php | Diff File | ||
mod - application/controllers/PrintanswersController.php | Diff File | ||
mod - application/helpers/common_helper.php | Diff File | ||
master 4eb637cd 2013-07-30 16:17 Details Diff |
Merge pull request #97 from mfaber/printanswers Fixex issue 08013: 'printanswershonorsconditions' does not work |
Affected Issues 08013 |
|
mod - application/config/config-defaults.php | Diff File | ||
mod - application/controllers/PrintanswersController.php | Diff File | ||
mod - application/helpers/common_helper.php | Diff File |