Changesets: LimeSurvey

master b5caf25e

2012-12-16 14:54:53

DenisChenu

Details Diff
Dev Normalize line endings
Attach Issues:
mod - scripts/admin/statistics.js Diff File
mod - templates/default/template-rtl.css Diff File
mod - templates/default/template.css Diff File

master a150998d

2012-12-16 14:53:59

DenisChenu

Details Diff
Dev: Normalize line endings - pstpl html
Attach Issues:
mod - .gitattributes Diff File

2.1 75a823df

2012-12-16 14:49:57

DenisChenu

Details Diff
Dev: Normalize line endings - pstpl html
Attach Issues:
mod - .gitattributes Diff File

2.1 75808ea6

2012-12-16 13:54:39

DenisChenu

Details Diff
Dev Normalize line endings - add css/js to lf, add jpg/gif/ico to binary
Attach Issues:
mod - .gitattributes Diff File

master e65396ac

2012-12-16 13:49:18

DenisChenu

Details Diff
Dev Normalize line endings - add css/js to lf, add jpg/gif/ico to binary
Attach Issues:
mod - .gitattributes Diff File

master fb8fdc3b

2012-12-15 23:06:00

LimeSurvey Translations Bot

Details Diff
Updated translation: Norwegian (Bokmål) by pmonstad
Updated translation: Norwegian (Nynorsk) by pmonstad
Updated translation: Turkish by kayazeren
Attach Issues:
mod - locale/nb/LC_MESSAGES/nb.mo Diff File
mod - locale/nn/LC_MESSAGES/nn.mo Diff File
mod - locale/tr/LC_MESSAGES/tr.mo Diff File

2.1 9c444708

2012-12-15 20:37:58

DenisChenu

Details Diff
Dev: Fixed issue with registration : use session for entered information,
Dev: use thissurvey to be replaced by remplacement_helper (this one have todo in 2.0)
Attach Issues:
mod - application/controllers/RegisterController.php Diff File
mod - application/helpers/replacements_helper.php Diff File

2.1 6ab3af17

2012-12-15 19:53:49

DenisChenu

Details Diff
Dev: fixed issue : good link for register form
Attach Issues:
mod - application/helpers/replacements_helper.php Diff File

2.1 452ae51e

2012-12-15 12:37:34

DenisChenu

Details Diff
Dev: review variable name for getSurveyInfo: it's not cache, it's static
Attach Issues:
mod - application/helpers/common_helper.php Diff File

2.1 ea2246a2

2012-12-15 12:28:18

DenisChenu

Details Diff
Fixed issue #07087: XSS security in statistics for admin
Dev: review #07085 : using included sanitize_helper function.
Dev: maybe move sanitize_helper to Yii CFormatter http://www.yiiframework.com/doc/api/1.1/CFormatter
Affected Issues
07087
mod - application/controllers/PrintanswersController.php Diff File
mod - application/views/admin/export/statistics_browse_view.php Diff File

master 1b59e261

2012-12-15 12:25:27

DenisChenu

Details Diff
Fixed issue #07087: XSS security in statistics for admin
Dev: review #07085 : using included sanitize_helper function.
Dev: maybe move sanitize_helper to Yii CFormatter http://www.yiiframework.com/doc/api/1.1/CFormatter
Affected Issues
07087
mod - application/controllers/PrintanswersController.php Diff File
mod - application/views/admin/export/statistics_browse_view.php Diff File

master 62398f9f

2012-12-15 10:14:25

user22540

Details Diff
Fixed issue 06946: "Quick-add" fail to parse expressions with ' " ' Affected Issues
06946
mod - scripts/admin/answers.js Diff File

master 15a59b15

2012-12-14 23:06:04

LimeSurvey Translations Bot

Details Diff
Updated translation: Spanish (Spain) by valdomir, jaimealvarezv
Updated translation: Norwegian (Bokmål) by pmonstad
Updated translation: Dutch by Han
Updated translation: Norwegian (Nynorsk) by pmonstad
Updated translation: Dutch (Informal) by Han
Updated translation: Chinese (Simplified) by yooyooh, yanglaw
Attach Issues:
mod - locale/_template/limesurvey.pot Diff File
mod - locale/es/LC_MESSAGES/es.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

2.1 038433c0

2012-12-14 18:45:21

DenisChenu

Details Diff
Merge branch '2.1' of github.com:LimeSurvey/LimeSurvey into 2.1
Attach Issues:
mod - application/controllers/admin/surveyadmin.php Diff File

2.1 a01d1eb0

2012-12-14 18:44:58

DenisChenu

Details Diff
Fixed issue #07085: Cross Site Scripting (XSS) in printing page Affected Issues
07085
mod - application/controllers/PrintanswersController.php Diff File

master df6e77c5

2012-12-14 18:38:40

DenisChenu

Details Diff
Fixed issue #07085: Cross Site Scripting (XSS) in printing page
Dev: just htmlentities
Affected Issues
07085
mod - application/controllers/PrintanswersController.php Diff File

master 1ddb416b

2012-12-14 14:12:58

DenisChenu

Details Diff
Dev: some static for getSurveyInfo
Dev: don't doAssesment if survey don't have assesment (a lot of request in public)
Attach Issues:
mod - application/helpers/common_helper.php Diff File
mod - application/helpers/frontend_helper.php Diff File

2.1 818cf9a0

2012-12-14 13:01:30

mdekker

Details Diff
dev: just a little more efficient
Attach Issues:
mod - application/controllers/admin/surveyadmin.php Diff File

master 84838319

2012-12-14 12:59:50

mdekker

Details Diff
dev: just a little more efficient
Attach Issues:
mod - application/controllers/admin/surveyadmin.php Diff File

2.1 64874c66

2012-12-14 11:53:18

DenisChenu

Details Diff
Dev: move the link to register after the forms, like a lot of website .
Attach Issues:
mod - application/helpers/frontend_helper.php Diff File

2.1 30105678

2012-12-14 11:44:41

DenisChenu

Details Diff
Fixed issue: PHP notice : Trying to get property of non-object if survey not existDev:
Attach Issues:
mod - application/helpers/common_helper.php Diff File

2.1 eec1259f

2012-12-14 11:35:44

DenisChenu

Details Diff
Dev: cache for getSurveyInfo
Dev: 3 DB request in public survey with only one question, no only one request
Dev: findbyPK have his own cache, but here some php script more
Attach Issues:
mod - application/helpers/common_helper.php Diff File

master 47319a4b

2012-12-14 11:15:42

DenisChenu

Details Diff
Fixed issue: PHP notice : Trying to get property of non-object if survey not exist
Attach Issues:
mod - application/helpers/common_helper.php Diff File

master 5685893f

2012-12-14 10:11:42

trougakoss

Details Diff
Fixed issue 07000: Fixed sorting of questions in export_statistics in remotecontrol Affected Issues
07000
mod - application/controllers/admin/remotecontrol.php Diff File

2.1 6bf72b1c

2012-12-14 10:11:42

trougakoss

Details Diff
Fixed issue 07000: Fixed sorting of questions in export_statistics in remotecontrol Affected Issues
07000
mod - application/controllers/admin/remotecontrol.php Diff File
 First  Prev  1 2 3 ... 150 ... 300 ... 450 ... 600 ... 750 ... 900 ... 1010 1011 1012 1013 1014 1015 1016 ... 1050 ... 1200 ... 1350 ... 1452 1453 1454  Next  Last