Changesets: LimeSurvey

2.05 f346feac

2013-06-17 12:34:58

c_schmitz

Details Diff
New translation: Catalan (Valencia)
Attach Issues:
mod - application/helpers/surveytranslator_helper.php Diff File
add - locale/ca-valencia/LC_MESSAGES/ca-valencia.mo Diff File
add - locale/ca-valencia/LC_MESSAGES/index.html Diff File
add - locale/ca-valencia/index.html Diff File

master 0304d683

2013-06-17 11:45:28

DenisChenu

Details Diff
Dev: tracevar remove Affected Issues
07918
mod - application/helpers/common_helper.php Diff File

master 3d28e0e5

2013-06-17 11:42:16

DenisChenu

Details Diff
Dev: review fce5e1deeb7027d3b75f434b350e83831d8407f1
Dev: add parameters in returnGlobal ($bRestrictToString default false)
Dev: true for public part
Dev: filters array of sid/qid etc .... for admin part
Affected Issues
07918
mod - application/controllers/survey/index.php Diff File
mod - application/helpers/common_helper.php Diff File
mod - application/helpers/frontend_helper.php Diff File

master 137c4c5e

2013-06-17 11:28:08

mdekker

Details Diff
Fixed #7918: SQL injection
dev: array is allowed when not one of the reserved words
Affected Issues
07918
mod - application/controllers/survey/index.php Diff File

master 44d74cc2

2013-06-17 10:58:42

mdekker

Details Diff
Fixed #7918: SQL injection
dev: array is allowed when not one of the reserved words
Affected Issues
07918
mod - application/helpers/common_helper.php Diff File

master d38a1af7

2013-06-17 09:41:36

mdekker

Details Diff
fixed 07922: "Export results" suggests that unanswered multiple choice questions as having been answered Affected Issues
07922
mod - application/helpers/admin/exportresults_helper.php Diff File

2.05 0a13815c

2013-06-17 09:41:36

mdekker

Details Diff
fixed 07922: "Export results" suggests that unanswered multiple choice questions as having been answered Affected Issues
07922
mod - application/helpers/admin/export/SurveyObj.php Diff File

master 9270e1ea

2013-06-17 09:12:12

mdekker

Details Diff
fixed 07929: On windows no more than 32768 tokens can be generated Affected Issues
07929
mod - application/helpers/common_helper.php Diff File

2.05 0d323780

2013-06-17 09:12:12

mdekker

Details Diff
fixed 07929: On windows no more than 32768 tokens can be generated Affected Issues
07929
mod - application/helpers/common_helper.php Diff File

master 042d6dc6

2013-06-17 08:59:59

trougakoss

Details Diff
fixed issue#07888: LSRC2 invite_participants and remind_participants do not convert links to a href Affected Issues
07888
mod - application/helpers/admin/token_helper.php Diff File

2.05 b55deace

2013-06-17 08:30:02

DenisChenu

Details Diff
Fixed issue 07928: Export empty token table don't export header Affected Issues
07928
mod - application/helpers/export_helper.php Diff File

master 946d4de5

2013-06-17 08:04:38

DenisChenu

Details Diff
Fixed issue 07928: Export empty token table don't export header Affected Issues
07928
mod - application/helpers/export_helper.php Diff File

master 2d626075

2013-06-16 22:05:50

LimeSurvey Translations Bot

Details Diff
Updated translation: Slovenian by dusan
Updated translation: Chinese (Simplified) by yanglaw
Attach Issues:
mod - locale/sl/LC_MESSAGES/sl.mo Diff File
mod - locale/zh-Hans/LC_MESSAGES/zh-Hans.mo Diff File

master 26638c86

2013-06-15 22:05:40

LimeSurvey Translations Bot

Details Diff
Updated translation: Greek by kiolalis
Attach Issues:
mod - locale/el/LC_MESSAGES/el.mo Diff File

master 0b3ec69f

2013-06-15 11:17:37

LimeSurvey Translations Bot

Details Diff
Updated translation: Russian by c_schmitz
Attach Issues:
mod - locale/ru/LC_MESSAGES/ru.mo Diff File

master dd23c65e

2013-06-15 11:14:34

LimeSurvey Translations Bot

Details Diff
Updated translation: Norwegian (Bokmål) by c_schmitz
Attach Issues:
mod - locale/nb/LC_MESSAGES/nb.mo Diff File

master e1015ac1

2013-06-15 11:11:52

LimeSurvey Translations Bot

Details Diff
Updated translation: Mongolian by c_schmitz
Attach Issues:
mod - locale/mn/LC_MESSAGES/mn.mo Diff File

master a46c2909

2013-06-15 10:56:54

LimeSurvey Translations Bot

Details Diff
Updated translation: Hindi by c_schmitz
Attach Issues:
mod - locale/hi/LC_MESSAGES/hi.mo Diff File

master 6cb82810

2013-06-14 22:06:03

LimeSurvey Translations Bot

Details Diff
Updated translation: Catalan by valdomir
Updated translation: Greek by kiolalis
Updated translation: Dutch by Han
Updated translation: Polish by elisa
Updated translation: Turkish by kayazeren
Updated translation: Dutch (Informal) by Han
Attach Issues:
mod - locale/_template/limesurvey.pot Diff File
mod - locale/ca/LC_MESSAGES/ca.mo Diff File
mod - locale/el/LC_MESSAGES/el.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/pl/LC_MESSAGES/pl.mo Diff File
mod - locale/tr/LC_MESSAGES/tr.mo Diff File

master fce5e1de

2013-06-14 18:01:14

DenisChenu

Details Diff
Fixed issue #07918: Potential SQL injection with array params
Dev: filter is_string in returnGlobal
Affected Issues
07918
mod - application/helpers/common_helper.php Diff File

master cd88e576

2013-06-14 17:31:36

DenisChenu

Details Diff
Revert "Fixed issue : Potential SQL security with array in param"
This reverts commit 39f8bfb4d9ef3d7a02829e9a71b742ced37979f1.
Attach Issues:
mod - application/helpers/common_helper.php Diff File
mod - application/models/Survey.php Diff File

master e39a8f4e

2013-06-14 17:18:11

DenisChenu

Details Diff
Merge branch 'master' of github.com:LimeSurvey/LimeSurvey
Attach Issues:
mod - application/helpers/frontend_helper.php Diff File
mod - application/helpers/qanda_helper.php Diff File
mod - application/views/admin/survey/subview/tabTokens_view.php Diff File

master 39f8bfb4

2013-06-14 17:17:46

DenisChenu

Details Diff
Fixed issue : Potential SQL security with array in param
Dev: fixed returnGlobal to return NULL if $stringname is not a string
Affected Issues
07918
mod - application/helpers/common_helper.php Diff File
mod - application/models/Survey.php Diff File

master efae20fb

2013-06-14 15:31:43

c_schmitz

Details Diff
Fixed issue #7908: When entering a protected survey password text field is readable Affected Issues
07908
mod - application/helpers/frontend_helper.php Diff File

2.05 59d29fab

2013-06-14 15:31:43

c_schmitz

Details Diff
Fixed issue #7908: When entering a protected survey password text field is readable Affected Issues
07908
mod - application/helpers/frontend_helper.php Diff File
 First  Prev  1 2 3 ... 150 ... 300 ... 450 ... 600 ... 750 ... 900 ... 942 943 944 945 946 947 948 ... 1050 ... 1200 ... 1350 ... 1448 1449 1450  Next  Last