Changesets: LimeSurvey
2.05 ccdf4f3b 2013-07-03 10:22 Details Diff |
dev: show at least the update provided by the server (incorrect at the moment) | ||
mod - application/helpers/common_helper.php | Diff File | ||
master 2609ea47 2013-07-03 00:05 LimeSurvey Translations Bot Details Diff |
Updated translation: Romanian by vundicind | ||
mod - locale/_template/limesurvey.pot | Diff File | ||
mod - locale/ro/LC_MESSAGES/ro.mo | Diff File | ||
2.05 2fa29c67 2013-07-02 21:22 Details Diff |
Release 2.05 beta 5 | ||
mod - docs/release_notes.txt | Diff File | ||
2.05 adf0b983 2013-07-02 20:19 Details Diff |
New feature: r-syntax available in remote control export_responses (use documenttype rsyntax) | ||
add - application/core/plugins/ExportR/RSyntaxWriter.php | Diff File | ||
2.05 da0af0c4 2013-07-02 20:13 Details Diff |
dev: Fixes to export functions | ||
mod - application/helpers/admin/export/CsvWriter.php | Diff File | ||
mod - application/helpers/admin/export/HtmlWriter.php | Diff File | ||
mod - application/helpers/admin/export/SurveyDao.php | Diff File | ||
mod - application/helpers/admin/export/Translator.php | Diff File | ||
mod - application/helpers/admin/export/Writer.php | Diff File | ||
mod - application/helpers/admin/exportresults_helper.php | Diff File | ||
2.05 da0369c8 2013-07-02 14:13 Details Diff |
Fixed 07965: Javascript errors on editing labelsets |
Affected Issues 07965 |
|
mod - scripts/admin/labels.js | Diff File | ||
2.05 37ac6bc7 2013-07-02 13:53 Details Diff |
dev: Fixed .live deprecated function (autotranslate not working btw due to incorrect url) | ||
mod - scripts/admin/translation.js | Diff File | ||
2.05 84e8e19d 2013-07-02 13:43 Details Diff |
dev: Fixed errors on editing labelsets | ||
mod - application/controllers/admin/labels.php | Diff File | ||
mod - scripts/admin/labels.js | Diff File | ||
2.05 e14b3b93 2013-07-02 13:12 Details Diff |
Fixed 07948: Unable to change email server settings dev: maybe more scripts need a change like this due to jquery update |
Affected Issues 07948 |
|
mod - scripts/admin/globalsettings.js | Diff File | ||
master 88704a7a 2013-07-02 12:53 Details Diff |
dev: Minor fix for update check | ||
mod - application/helpers/common_helper.php | Diff File | ||
2.05 56646961 2013-07-02 10:50 Details Diff |
Fixed: Better error handling for incorrect json in remote control | ||
mod - application/libraries/LSjsonRPCServer.php | Diff File | ||
master f6752414 2013-07-02 00:05 LimeSurvey Translations Bot Details Diff |
Updated translation: Czech by slansky Updated translation: Chinese (Simplified) by yanglaw |
||
mod - locale/_template/limesurvey.pot | Diff File | ||
mod - locale/cs/LC_MESSAGES/cs.mo | Diff File | ||
mod - locale/zh-Hans/LC_MESSAGES/zh-Hans.mo | Diff File | ||
2.05 f5f1afc4 2013-07-01 15:32 Details Diff |
Merge branch '2.05' of github.com:LimeSurvey/LimeSurvey into 2.05 | ||
mod - application/controllers/Statistics_userController.php | Diff File | ||
mod - application/controllers/admin/templates.php | Diff File | ||
mod - application/helpers/admin/statistics_helper.php | Diff File | ||
2.05 704807f3 2013-07-01 15:31 Details Diff |
Dev Fixed issue where survey screen was not resized when question index was enabled. |
||
mod - application/helpers/SurveyRuntimeHelper.php | Diff File | ||
2.05 b5787ce0 2013-07-01 10:34 Details Diff |
Dev Fixed some syntax not supported in older PHP. | ||
mod - application/helpers/SurveyRuntimeHelper.php | Diff File | ||
2.05 4b069aea 2013-07-01 10:18 Details Diff |
Fixed issue : Show actual default user template in default template view | ||
mod - application/controllers/admin/templates.php | Diff File | ||
master 301f0652 2013-07-01 10:15 Details Diff |
Fixed issue : Show actual default user template in default template view | ||
mod - application/controllers/admin/templates.php | Diff File | ||
2.05 170f122f 2013-07-01 09:53 Details Diff |
Fixed issue: browse button for user stats with numeric question type | ||
mod - application/controllers/Statistics_userController.php | Diff File | ||
mod - application/helpers/admin/statistics_helper.php | Diff File | ||
master 37914dff 2013-07-01 09:48 Details Diff |
Fixed issue: browse button for user stats with numeric question type | ||
mod - application/controllers/Statistics_userController.php | Diff File | ||
mod - application/helpers/admin/statistics_helper.php | Diff File | ||
2.05 11a6d9f1 2013-07-01 08:50 Details Diff |
Merge branch '2.05' of github.com:LimeSurvey/LimeSurvey into 2.05 | ||
mod - application/controllers/admin/printablesurvey.php | Diff File | ||
2.05 eae381ef 2013-07-01 08:21 Details Diff |
Dev Fixed broken import since new question index. Dev @Shnoulle: thanks for noticing this early! |
||
mod - application/helpers/admin/import_helper.php | Diff File | ||
master 7e6551ea 2013-07-01 00:05 LimeSurvey Translations Bot Details Diff |
Updated translation: Lithuanian by serzas Updated translation: Dutch by Han Updated translation: Dutch (Informal) by Han |
||
mod - locale/_template/limesurvey.pot | 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 | ||
2.05 f9ff450a 2013-06-30 16:56 Details Diff |
Fixed issue 07951: Print view don't allways take survey template Dev: fix the way $templatename is choosen, leave control of existing print_survey.pstpl (for old survey template ?) Dev: use included function is allways best to construct again and again !.. |
Affected Issues 07951 |
|
mod - application/controllers/admin/printablesurvey.php | Diff File | ||
master db5b2dd1 2013-06-30 16:52 Details Diff |
Fixed issue 07951: Print view don't allways take survey template Dev: fix the way $templatename is choosen, leave control of existing print_survey.pstpl (for old survey template ?) Dev: use included function is allways best to construct again and again !.. |
Affected Issues 07951 |
|
mod - application/controllers/admin/printablesurvey.php | Diff File | ||
2.05 badcc486 2013-06-30 14:07 Details Diff |
Dev First version of full question index, supports group mode only. | ||
mod - application/helpers/SurveyRuntimeHelper.php | Diff File |