Changesets: LimeSurvey
2.06 81dfa515 2014-12-19 16:41 Details Diff |
Fixed issue 09418: Plugin Settings | The class name is being showed, instead of name of the plugin. |
Affected Issues 09418 |
|
mod - application/controllers/PluginsController.php | Diff File | ||
2.06 ddb022b7 2014-12-19 16:41 Details Diff |
Fixed issue 09418: Plugin Settings | The class name is being showed, instead of name of the plugin. |
Affected Issues 09418 |
|
mod - application/views/plugins/configure.php | Diff File | ||
master 4b333ae2 2014-12-19 16:29 Details Diff |
Merge pull request #264 from gabrieljenik/patch-8 Fixed issue 09418: Plugin Settings | The class name is being showed, ins... |
Affected Issues 09418 |
|
mod - application/views/plugins/configure.php | Diff File | ||
master f4e921c8 2014-12-19 16:22 Details Diff |
Fixed issue 09418: Plugin Settings | The class name is being showed, instead of name of the plugin. |
Affected Issues 09418 |
|
mod - application/controllers/PluginsController.php | Diff File | ||
master 1f84e599 2014-12-19 16:20 Details Diff |
Fixed issue 09418: Plugin Settings | The class name is being showed, instead of name of the plugin. |
Affected Issues 09418 |
|
mod - application/views/plugins/configure.php | Diff File | ||
master 6bdd0679 2014-12-19 15:30 Details Diff |
Fixed issue 09326: High memory usage if non-superadmin imports survey with acivated XSS filter |
Affected Issues 09326 |
|
mod - application/core/LSYii_Validators.php | Diff File | ||
2.06 5257b66d 2014-12-19 15:30 Details Diff |
Fixed issue 09326: High memory usage if non-superadmin imports survey with acivated XSS filter |
Affected Issues 09326 |
|
mod - application/core/LSYii_Validators.php | Diff File | ||
2.06 7956ca9c 2014-12-19 09:11 Details Diff |
Merge pull request #262 from gabrieljenik/patch-7 Fixed issue 09413 - Let print answer if user can read responses. |
Affected Issues 09413 |
|
mod - application/controllers/PrintanswersController.php | Diff File | ||
master e7eae64c 2014-12-19 09:11 Details Diff |
Merge pull request #261 from gabrieljenik/patch-6 Fixed issue 09413 - Let print answer if user can read responses. |
Affected Issues 09413 |
|
mod - application/controllers/PrintanswersController.php | Diff File | ||
2.06 ec478d08 2014-12-19 00:16 Details Diff |
Fixed issue 09171 : Unable to subscribe to event Dev : Target not anymore needed for auth plugins events, every auth plugin knows if he has to process event Dev : This way, auth events (i.e. afterLogout) can be processed also by other plugins Dev : Method afterLoginFormSubmit can be in parent class (preventing code duplication) |
Affected Issues 09171 |
|
mod - application/controllers/admin/authentication.php | Diff File | ||
mod - application/core/LSUserIdentity.php | Diff File | ||
mod - application/core/plugins/AuthLDAP/AuthLDAP.php | Diff File | ||
mod - application/core/plugins/Authdb/Authdb.php | Diff File | ||
mod - application/core/plugins/Authwebserver/Authwebserver.php | Diff File | ||
mod - application/libraries/PluginManager/AuthPluginBase.php | Diff File | ||
master 978cf724 2014-12-18 23:45 Details Diff |
Merge pull request #260 from Aestu/no_target_for_auth_plugins_4 Fixed issue 09171 : Unable to subscribe to event |
Affected Issues 09171 |
|
mod - application/controllers/admin/authentication.php | Diff File | ||
mod - application/core/LSUserIdentity.php | Diff File | ||
mod - application/core/plugins/AuthLDAP/AuthLDAP.php | Diff File | ||
mod - application/core/plugins/Authdb/Authdb.php | Diff File | ||
mod - application/core/plugins/Authwebserver/Authwebserver.php | Diff File | ||
mod - application/libraries/PluginManager/AuthPluginBase.php | Diff File | ||
master c3e948f3 2014-12-18 13:16 Details Diff |
Fixed issue #9386: XSS issue related to survey deletion | ||
mod - application/controllers/admin/surveyadmin.php | Diff File | ||
mod - application/views/admin/survey/deleteSurvey_view.php | Diff File | ||
2.06 f9016348 2014-12-18 13:14 Details Diff |
Fixed issue #9386: XSS issue related to survey deletion | ||
mod - application/controllers/admin/surveyadmin.php | Diff File | ||
mod - application/views/admin/survey/deleteSurvey_view.php | Diff File | ||
2.06 9b50b1b5 2014-12-18 09:03 Details Diff |
Merge pull request #263 from Jan-E/2.06 include lastpage in export, 2.06 branch |
||
mod - application/helpers/export_helper.php | Diff File | ||
2.06 68dc0abf 2014-12-18 08:53 Jan-E Details Diff |
include lastpage in export, 2.06 branch | ||
mod - application/helpers/export_helper.php | Diff File | ||
2.06 551c1846 2014-12-17 13:27 Details Diff |
Removed feature: 'allowmandbackwards' config option is deprecated |
Affected Issues 09405 |
|
mod - application/config/config-defaults.php | Diff File | ||
mod - application/helpers/SurveyRuntimeHelper.php | Diff File | ||
master 06addf2f 2014-12-17 13:25 Details Diff |
Removed feature: 'allowmandbackwards' config option is deprecated | ||
mod - application/config/config-defaults.php | Diff File | ||
mod - application/helpers/SurveyRuntimeHelper.php | Diff File | ||
2.06 6069239e 2014-12-17 12:47 Details Diff |
Fixed issue #9408: Excel statistics for question types "5 point array" and "5 point choice" show wrong aggregated percentage | ||
mod - application/helpers/admin/statistics_helper.php | Diff File | ||
master 44d32873 2014-12-17 12:47 Details Diff |
Fixed issue #9408: Excel statistics for question types "5 point array" and "5 point choice" show wrong aggregated percentage | ||
mod - application/helpers/admin/statistics_helper.php | Diff File | ||
2.06 53e01789 2014-12-16 18:39 Details Diff |
Fixed issue 09409 : PDF export by user contains html tag Dev : Purifying HTML code Dev : flattenText is back to answer texts Dev : Fix wrong variable aSurveyInfo |
Affected Issues 09409 |
|
mod - application/libraries/admin/pdf.php | Diff File | ||
master a48b8288 2014-12-16 18:37 Details Diff |
Fixed issue 09409 : PDF export by user contains html tag Dev : Purifying HTML code Dev : flattenText is back to answer texts Dev : Fix wrong variable aSurveyInfo |
Affected Issues 09409 |
|
mod - application/libraries/admin/pdf.php | Diff File | ||
2.06 d8ebec50 2014-12-16 15:55 Details Diff |
If not allowed, No echo, but send a 401 Implemented Denis Chenu's suggestion |
||
mod - application/controllers/PrintanswersController.php | Diff File | ||
master 17112bcd 2014-12-16 15:51 Details Diff |
If not allowed, No echo, but send a 401 Suggested by Denis Chenu |
||
mod - application/controllers/PrintanswersController.php | Diff File | ||
2.06 2d354631 2014-12-16 15:20 Details Diff |
Let print answer if user can read responses. Do not exit controller if user has read permissions over responses. As so allow to print if setting "Participant may print answers" is set to true or if user has read permission over responses. |
||
mod - application/controllers/PrintanswersController.php | Diff File | ||
master 55015727 2014-12-16 15:15 Details Diff |
Fixed issue: Trailing space in token key leads to unrecoverable survey situation | ||
mod - application/controllers/survey/index.php | Diff File |