Changesets: LimeSurvey
2.05 583285d8 2013-05-23 11:41 Details Diff |
Dev: remove console.log (commented), add some comments, remove transition on CSS | ||
mod - scripts/numeric-slider.js | Diff File | ||
mod - styles-public/numeric-slider.css | Diff File | ||
2.05 8b813814 2013-05-23 11:34 Details Diff |
New Feature 07371: Allow to reset slider answer Dev: add attribute, default to no. Dev: image from Tango Project (Public Domain) Dev: All can be replaced by template css and js |
Affected Issues 07371 |
|
mod - application/helpers/common_helper.php | Diff File | ||
mod - application/helpers/qanda_helper.php | Diff File | ||
mod - scripts/numeric-slider.js | Diff File | ||
add - styles-public/img/reset.png | Diff File | ||
mod - styles-public/numeric-slider.css | Diff File | ||
master d5e7cfe3 2013-05-23 00:05 LimeSurvey Translations Bot Details Diff |
Updated translation: Arabic by ysaad Updated translation: Welsh by NortonT Updated translation: Basque by josegovia Updated translation: Mongolian by erka Updated translation: Occitan by c_schmitz, Cedric31 |
||
mod - locale/ar/LC_MESSAGES/ar.mo | Diff File | ||
mod - locale/cy/LC_MESSAGES/cy.mo | Diff File | ||
mod - locale/eu/LC_MESSAGES/eu.mo | Diff File | ||
mod - locale/mn/LC_MESSAGES/mn.mo | Diff File | ||
mod - locale/oc/LC_MESSAGES/oc.mo | Diff File | ||
2.05 79d9f07e 2013-05-22 14:42 Details Diff |
Fixed issue #07860: Reflected XSS in delete user functionality (thanks to aesteban) Dev: flattenText for user, user_name and mail because it's flatenned at new user. |
||
mod - application/controllers/admin/useraction.php | Diff File | ||
master 1b13064d 2013-05-22 14:29 Details Diff |
Fixed issue #07860: Reflected XSS in delete user functionality (thanks to aesteban) Dev: flattenText for user, user_name and mail because it's flatenned at new user. |
||
mod - application/controllers/admin/useraction.php | Diff File | ||
master 9c48aa48 2013-05-22 00:05 LimeSurvey Translations Bot Details Diff |
Updated translation: Finnish by shrike Updated translation: Mongolian by erka Updated translation: Polish by elisa Updated translation: Slovak by sweetakasha Updated translation: Swedish by khan Updated translation: German (Informal) by c_schmitz |
||
mod - locale/_template/limesurvey.pot | Diff File | ||
mod - locale/de-informal/LC_MESSAGES/de-informal.mo | Diff File | ||
mod - locale/fi/LC_MESSAGES/fi.mo | Diff File | ||
mod - locale/mn/LC_MESSAGES/mn.mo | Diff File | ||
mod - locale/pl/LC_MESSAGES/pl.mo | Diff File | ||
mod - locale/sk/LC_MESSAGES/sk.mo | Diff File | ||
mod - locale/sv/LC_MESSAGES/sv.mo | Diff File | ||
master 59d19bfd 2013-05-21 22:51 Details Diff |
Merge remote-tracking branch 'origin/master' | ||
mod - application/config/config-defaults.php | Diff File | ||
mod - application/controllers/PrintanswersController.php | Diff File | ||
mod - application/controllers/admin/useraction.php | Diff File | ||
mod - application/helpers/SurveyRuntimeHelper.php | Diff File | ||
mod - application/helpers/admin/exportresults_helper.php | Diff File | ||
mod - application/helpers/admin/statistics_helper.php | Diff File | ||
add - application/helpers/pdfHelper.php | Diff File | ||
mod - application/helpers/qanda_helper.php | Diff File | ||
mod - application/helpers/viewHelper.php | Diff File | ||
mod - locale/_template/limesurvey.pot | Diff File | ||
mod - locale/ja/LC_MESSAGES/ja.mo | Diff File | ||
mod - locale/mn/LC_MESSAGES/mn.mo | Diff File | ||
mod - locale/nb/LC_MESSAGES/nb.mo | Diff File | ||
mod - locale/nn/LC_MESSAGES/nn.mo | Diff File | ||
master e36f352d 2013-05-21 22:51 Details Diff |
Dev Reduced memory footprint when browsing responses and having huge result tables | ||
mod - application/controllers/admin/responses.php | Diff File | ||
mod - application/views/admin/responses/browseallheader_view.php | Diff File | ||
master e4b44bb4 2013-05-21 19:45 Details Diff |
Dev: c5c068f872e9c5ffd9dab2d9c88b6982ea01aff3 child: fix for validate too | ||
mod - application/helpers/SurveyRuntimeHelper.php | Diff File | ||
mod - application/helpers/qanda_helper.php | Diff File | ||
2.05 0e860d34 2013-05-21 19:39 Details Diff |
Fixed issue : mandatory,invalid answers javascript alert or html string not shown | ||
mod - application/helpers/SurveyRuntimeHelper.php | Diff File | ||
mod - application/helpers/qanda_helper.php | Diff File | ||
master c5c068f8 2013-05-21 18:49 Details Diff |
Fixed issue : Javascript popup or mandatory string not shown | ||
mod - application/helpers/SurveyRuntimeHelper.php | Diff File | ||
mod - application/helpers/qanda_helper.php | Diff File | ||
master 1c54ba41 2013-05-21 00:05 LimeSurvey Translations Bot Details Diff |
Updated translation: Japanese by nomoto Updated translation: Mongolian by erka |
||
mod - locale/_template/limesurvey.pot | Diff File | ||
mod - locale/ja/LC_MESSAGES/ja.mo | Diff File | ||
mod - locale/mn/LC_MESSAGES/mn.mo | Diff File | ||
2.05 c735bdb4 2013-05-20 18:54 Details Diff |
Fixed issue #07851: SQL injection in "user_name" form field (Thanks fromanmu) | ||
mod - application/controllers/admin/useraction.php | Diff File | ||
master 142f5760 2013-05-20 18:47 Details Diff |
Fixes issue #07851: SQL injection in "user_name" form field (thanks fromanmu) Dev: fix f84caa05838d0d3ec583ae743fdd5f47a24246a5 for bracket |
||
mod - application/controllers/admin/useraction.php | Diff File | ||
master f84caa05 2013-05-20 18:36 Details Diff |
Fixed issue #07851: SQL injection in "user_name" form field | ||
mod - application/controllers/admin/useraction.php | Diff File | ||
2.05 218f6f8d 2013-05-20 17:58 Details Diff |
Fixed issue 07829: not able to print answers in pdf with Chinese character Dev: Add pdfHelper::getPdfLanguageSettings($language) to get the settings Dev: use this on statistics, print answers and export results |
Affected Issues 07829 |
|
mod - application/config/config-defaults.php | Diff File | ||
mod - application/controllers/PrintanswersController.php | Diff File | ||
mod - application/helpers/admin/exportresults_helper.php | Diff File | ||
mod - application/helpers/admin/statistics_helper.php | Diff File | ||
add - application/helpers/pdfHelper.php | Diff File | ||
mod - application/helpers/viewHelper.php | Diff File | ||
master 09b4b51a 2013-05-20 17:49 Details Diff |
Dev: issue 07829 : move getPdfLanguageSettings in new helper pdfHelper |
Affected Issues 07829 |
|
mod - application/controllers/PrintanswersController.php | Diff File | ||
mod - application/helpers/admin/exportresults_helper.php | Diff File | ||
mod - application/helpers/admin/statistics_helper.php | Diff File | ||
add - application/helpers/pdfHelper.php | Diff File | ||
mod - application/helpers/viewHelper.php | Diff File | ||
master 43e52db3 2013-05-20 17:31 Details Diff |
Fixed issue 07829: not able to print answers in pdf with Chinese character Dev: Add viewHelper::getPdfLanguageSettings($language) to get the settings Dev: use this on statistics, print answers and export results |
Affected Issues 07829 |
|
mod - application/config/config-defaults.php | Diff File | ||
mod - application/controllers/PrintanswersController.php | Diff File | ||
mod - application/helpers/admin/exportresults_helper.php | Diff File | ||
mod - application/helpers/admin/statistics_helper.php | Diff File | ||
mod - application/helpers/viewHelper.php | Diff File | ||
master b5f0fda5 2013-05-20 00:05 LimeSurvey Translations Bot Details Diff |
Updated translation: Norwegian (Bokmål) by pmonstad Updated translation: Norwegian (Nynorsk) by pmonstad |
||
mod - locale/nb/LC_MESSAGES/nb.mo | Diff File | ||
mod - locale/nn/LC_MESSAGES/nn.mo | Diff File | ||
2.05 a386e52d 2013-05-18 07:11 Details Diff |
Merge branch '2.05' of github.com:LimeSurvey/LimeSurvey into 2.05 | ||
mod - installer/sql/create-pgsql.sql | Diff File | ||
mod - scripts/admin/attributeControl.js | Diff File | ||
mod - scripts/ranking.js | Diff File | ||
mod - styles-public/ranking.css | Diff File | ||
mod - templates/basic/ie_fix_7.css | Diff File | ||
mod - templates/basic/template.css | Diff File | ||
mod - templates/bluengrey/ie_fix_7.css | Diff File | ||
mod - templates/bluengrey/template.css | Diff File | ||
mod - templates/clear_logo/ie_fix_7.css | Diff File | ||
mod - templates/clear_logo/template.css | Diff File | ||
mod - templates/default/ie_fix_7.css | Diff File | ||
mod - templates/default/template.css | Diff File | ||
mod - templates/eirenicon/ie_fix_7.css | Diff File | ||
mod - templates/eirenicon/template.css | Diff File | ||
mod - templates/limespired/ie_fix_7.css | Diff File | ||
mod - templates/limespired/template.css | Diff File | ||
mod - templates/mint_idea/ie_fix_7.css | Diff File | ||
mod - templates/mint_idea/template.css | Diff File | ||
mod - templates/sherpa/ie_fix_7.css | Diff File | ||
mod - templates/sherpa/template.css | Diff File | ||
mod - templates/vallendar/ie_fix_7.css | Diff File | ||
mod - templates/vallendar/template.css | Diff File | ||
2.05 8d251003 2013-05-18 07:10 Details Diff |
Dev Added support for html export. | ||
mod - application/helpers/admin/exportresults_helper.php | Diff File | ||
master d75f1e9d 2013-05-18 00:05 LimeSurvey Translations Bot Details Diff |
Dev Automatic translation update | ||
mod - locale/_template/limesurvey.pot | Diff File | ||
master 257bee83 2013-05-17 21:33 Details Diff |
Fixed issue 07843: Date/time field (HH:MM) does not display value, when visited again |
Affected Issues 07843 |
|
mod - application/helpers/qanda_helper.php | Diff File | ||
2.05 f36e3cce 2013-05-17 21:33 Details Diff |
Fixed issue 07843: Date/time field (HH:MM) does not display value, when visited again |
Affected Issues 07843 |
|
mod - application/helpers/qanda_helper.php | Diff File | ||
master 6ac760d8 2013-05-17 19:12 Details Diff |
Fixed issue #7864: RemoteControl2 function get_summary/completed_responses gives no valid return value |
Affected Issues 07846 |
|
mod - application/controllers/admin/remotecontrol.php | Diff File | ||
add - application/libraries/LSjsonRPCServer.php | Diff File |