Changesets: LimeSurvey

master e90e086c

2013-10-05 00:05

LimeSurvey Translations Bot


Details Diff
Updated translation: German by actxcellence, rado
Updated translation: French (France) by DenisChenu, arnaud21
Updated translation: Thai by adzpire
Updated translation: German (Informal) by actxcellence
mod - locale/_template/limesurvey.pot Diff File
mod - locale/de-informal/LC_MESSAGES/de-informal.mo Diff File
mod - locale/de/LC_MESSAGES/de.mo Diff File
mod - locale/fr/LC_MESSAGES/fr.mo Diff File
mod - locale/th/LC_MESSAGES/th.mo Diff File

2.05 ee899b44

2013-10-04 23:49

mfaber

Committer: mfaber


Details Diff
Dev: implement timepicker add-on for datepicker

Dev: just preparatory steps, for now functionality
Dev: should mimick the normal datepicker
mod - application/helpers/qanda_helper.php Diff File
mod - scripts/date.js Diff File
add - third_party/jquery-ui-timepicker-addon/jquery-ui-timepicker-addon.css Diff File

2.05 64fc0d6c

2013-10-04 19:01

DenisChenu


Details Diff
Fixed issue #8118: Participant can upload file without size limit with question type fileupload.
Dev: quick fix
Dev: max file is done by EM in survey page
Dev: Add preview in take from PHP
mod - application/controllers/UploaderController.php Diff File

master 6d9dccc4

2013-10-04 18:57

DenisChenu


Details Diff
Fixed issue #8118: Participant can upload file without size limit with question type fileupload.
Dev: quick fix
Dev: max file is done by EM in survey page
mod - application/controllers/UploaderController.php Diff File

2.05 fcc8d984

2013-10-04 16:01

DenisChenu


Details Diff
Fixed issue: 08206: Add answers to the set of labels is not possible in language code for "-" eg: pt-BR.
Dev: move control to rules
Dev: Add isLanguage and isLanguageMulti in LSYii_Validators : maybe best is to Add an LSlang_Validators ?
Dev: TODO : use new rules if possible
Affected Issues
08206
mod - application/controllers/admin/labels.php Diff File
mod - application/core/LSYii_Validators.php Diff File
mod - application/helpers/admin/label_helper.php Diff File
mod - application/models/LabelSet.php Diff File

master b0e66814

2013-10-04 15:04

DenisChenu


Details Diff
Merge branch 'master' of github.com:LimeSurvey/LimeSurvey
mod - scripts/ranking.js Diff File

master 2f4458cf

2013-10-04 15:03

DenisChenu


Details Diff
Fixed issue: 08206: Add answers to the set of labels is not possible in language code for "-" eg: pt-BR.
Dev: remove xss filter uneeded
Dev: use sanitize_languagecodeS for language and rules for label name
Affected Issues
08206
mod - application/controllers/admin/labels.php Diff File
mod - application/helpers/admin/label_helper.php Diff File
mod - application/models/Labelsets.php Diff File

master e7d75629

2013-10-04 14:49

tpartner


Details Diff
Fixed issue 08019: Ranking selection difficult/buggy using IE8
Dev: Removed delay option for sortable in IE 7 and 8
Affected Issues
08019
mod - scripts/ranking.js Diff File

master 8e2ffd67

2013-10-04 00:05

LimeSurvey Translations Bot


Details Diff
Updated translation: Hungarian by lukacs, cxi
Updated translation: Italian by lfanfoni
Updated translation: Italian (Informal) by lfanfoni
mod - locale/hu/LC_MESSAGES/hu.mo Diff File
mod - locale/it-informal/LC_MESSAGES/it-informal.mo Diff File
mod - locale/it/LC_MESSAGES/it.mo Diff File

2.05 8ea6f1d8

2013-10-03 23:36

mfaber

Committer: mfaber


Details Diff
Fixed issue 07976: Date question: keyboard entries not validated

Dev: when using the keyboard on the datepicker,
Dev: in the date/time question, invalid dates could be entered
Dev: and submitted. Added validation for dates.
Affected Issues
07976
mod - scripts/date.js Diff File

master 5f1fd13e

2013-10-03 23:36

mfaber

Committer: mfaber


Details Diff
Fixed issue 07976: Date question: keyboard entries not validated

Dev: when using the keyboard on the datepicker,
Dev: in the date/time question, invalid dates could be entered
Dev: and submitted. Added validation for dates.
Affected Issues
07976
mod - scripts/date.js Diff File

2.05 a985d726

2013-10-03 21:48

Alain Bearez


Details Diff
Fixed issue #06918: Make Group Members user list work in same way as
Survey Permissions
mod - application/helpers/common_helper.php Diff File

2.05 938366e5

2013-10-03 15:54

DenisChenu


Details Diff
Fixed issue: 08036: unable to import 2.0 lss survey
Dev: fix googleAnalytics and allowjumps
Dev: return warnings for other
Affected Issues
08036
mod - application/helpers/admin/import_helper.php Diff File

2.05 9e41c971

2013-10-03 15:48

sammousa


Details Diff
Dev Fixed issue where a token could not be resumed.
mod - application/controllers/survey/index.php Diff File
mod - application/models/Token.php Diff File

2.05 6d11b66c

2013-10-03 13:43

DenisChenu


Details Diff
Dev: fix $aEncodings is not set
mod - application/controllers/admin/tokens.php Diff File

master 2dfed27a

2013-10-03 00:05

LimeSurvey Translations Bot


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

2.05 3b04569a

2013-10-02 20:26

tpartner


Details Diff
Dev: Replace the .attr('checked') method with a .prop() method
Dev: .attr('checked') is not supported in jQuery 1.6+
mod - application/helpers/qanda_helper.php Diff File

2.05 3c3eac65

2013-10-02 19:36

mfaber

Committer: mfaber


Details Diff
Fixed issue 08226: Error when using mask mm/yy in date question

Dev: error appeared while entering a date in a date time question
Dev: with settings "dropdown boxes yes" and a date mask without
Dev: day (eg. YY/MM)
Affected Issues
08226
mod - scripts/date.js Diff File

master 72dd57db

2013-10-02 19:36

mfaber

Committer: mfaber


Details Diff
Fixed issue 08226: Error when using mask mm/yy in date question

Dev: error appeared while entering a date in a date time question
Dev: with settings "dropdown boxes yes" and a date mask without
Dev: day (eg. YY/MM)
Affected Issues
08226
mod - scripts/date.js Diff File

2.05 7003e2e3

2013-10-02 19:21

DenisChenu


Details Diff
Dev: some security ? in template copy
Dev: Use jquery in sendPost (not $.post, because need real submit)
mod - application/controllers/admin/templates.php Diff File
mod - scripts/admin/admin_core.js Diff File

2.05 4d7e2092

2013-10-02 16:53

user6464


Details Diff
fix to enable import of answers from a different installation/version of LS
mod - application/helpers/admin/import_helper.php Diff File

2.05 ad219cc4

2013-10-02 16:28

DenisChenu


Details Diff
Fixed issue 08198: Change admin of survey is not protected from CRSF
Dev: just use $.post
Dev: add some control
Affected Issues
08155
mod - application/controllers/admin/surveyadmin.php Diff File
mod - scripts/admin/admin_core.js Diff File
mod - scripts/admin/listsurvey.js Diff File

master c616d09f

2013-10-02 11:06

user6464


Details Diff
08175 fix
mod - application/controllers/admin/database.php Diff File
mod - application/controllers/admin/globalsettings.php Diff File
mod - application/controllers/admin/surveyadmin.php Diff File

2.05 e55ea645

2013-10-02 11:06

user6464

Committer: c_schmitz


Details Diff
Fixed issue 08175: In administration preferences e-mail addresses are never validated before saving them Affected Issues
08175
mod - application/controllers/admin/database.php Diff File
mod - application/controllers/admin/globalsettings.php Diff File
mod - application/controllers/admin/surveyadmin.php Diff File

2.05 bf6234b5

2013-10-02 10:15

sammousa


Details Diff
Dev Improved error messages from remote control to allow for better
analysis of the error.
mod - application/helpers/remotecontrol/remotecontrol_handle.php Diff File
 First  Prev  1 2 3 ... 150 ... 300 ... 450 ... 600 ... 750 ... 900 ... 944 945 946 947 948 949 950 ... 1050 ... 1200 ... 1350 ... 1471 1472 1473  Next  Last