Changesets: LimeSurvey

master cd8dc220

2012-12-19 09:56

mdekker


Details Diff
Fixed 07107: Login using http://<serverurl>/admin broken on IIS
dev: since redirect is ouside of yii, i can not read config or use createurl
Affected Issues
07107
mod - admin/admin.php Diff File
mod - admin/index.php Diff File

master 61e39e26

2012-12-19 00:05

LimeSurvey Translations Bot


Details Diff
Updated translation: Catalan by valdomir
Updated translation: Estonian by klaster
Updated translation: Italian by lfortunato, lfanfoni
mod - locale/ca/LC_MESSAGES/ca.mo Diff File
mod - locale/et/LC_MESSAGES/et.mo Diff File
mod - locale/it/LC_MESSAGES/it.mo Diff File

master 86af9f6c

2012-12-18 00:05

LimeSurvey Translations Bot


Details Diff
Updated translation: Polish by elisa
mod - locale/pl/LC_MESSAGES/pl.mo Diff File

2.1 65abc081

2012-12-17 15:05

DenisChenu


Details Diff
Fixed issue: 06698: All array question type have accessibility problem
Dev: Add a better translatable caption
Dev: Add label with information
Dev: A lot of work to have a real accessible table question type. Need axis for example, or Aria .
Dev: Please : review english grammar and string
mod - application/modules/ArrayQuestion.php Diff File
mod - application/modules/ColumnRadioArrayQuestion.php Diff File
mod - application/modules/DualRadioArrayQuestion.php Diff File
mod - application/modules/FiveListQuestion.php Diff File
mod - application/modules/FiveRadioArrayQuestion.php Diff File
mod - application/modules/IDRadioArrayQuestion.php Diff File
mod - application/modules/NumberArrayQuestion.php Diff File
mod - application/modules/RadioArrayQuestion.php Diff File
mod - application/modules/TenRadioArrayQuestion.php Diff File
mod - application/modules/TextArrayQuestion.php Diff File
mod - application/modules/YNRadioArrayQuestion.php Diff File

master 97db9de7

2012-12-17 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

master b5caf25e

2012-12-16 15:54

DenisChenu


Details Diff
Dev Normalize line endings
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 15:53

DenisChenu


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

2.1 75a823df

2012-12-16 15:49

DenisChenu


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

2.1 75808ea6

2012-12-16 14:54

DenisChenu


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

master e65396ac

2012-12-16 14:49

DenisChenu


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

master fb8fdc3b

2012-12-16 00:06

LimeSurvey Translations Bot


Details Diff
Updated translation: Norwegian (Bokmål) by pmonstad
Updated translation: Norwegian (Nynorsk) by pmonstad
Updated translation: Turkish by kayazeren
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 21:37

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)
mod - application/controllers/RegisterController.php Diff File
mod - application/helpers/replacements_helper.php Diff File

2.1 6ab3af17

2012-12-15 20:53

DenisChenu


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

2.1 452ae51e

2012-12-15 13:37

DenisChenu


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

2.1 ea2246a2

2012-12-15 13:28

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
mod - application/controllers/PrintanswersController.php Diff File
mod - application/views/admin/export/statistics_browse_view.php Diff File

master 1b59e261

2012-12-15 13:25

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
mod - application/controllers/PrintanswersController.php Diff File
mod - application/views/admin/export/statistics_browse_view.php Diff File

master 62398f9f

2012-12-15 11:14

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-15 00:06

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
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 19:45

DenisChenu


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

2.1 a01d1eb0

2012-12-14 19:44

DenisChenu


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

master df6e77c5

2012-12-14 19:38

DenisChenu


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

master 1ddb416b

2012-12-14 15:12

DenisChenu


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

2.1 818cf9a0

2012-12-14 14:01

mdekker


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

master 84838319

2012-12-14 13:59

mdekker


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

2.1 64874c66

2012-12-14 12:53

DenisChenu


Details Diff
Dev: move the link to register after the forms, like a lot of website .
mod - application/helpers/frontend_helper.php Diff File
 First  Prev  1 2 3 ... 150 ... 300 ... 450 ... 600 ... 750 ... 900 ... 1022 1023 1024 1025 1026 1027 1028 ... 1050 ... 1200 ... 1350 ... 1465 1466 1467  Next  Last