Changesets: LimeSurvey

2.05 ee899b44

2013-10-04 21:49:53

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
Attach Issues:
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 17:01:39

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
Affected Issues
08118
mod - application/controllers/UploaderController.php Diff File

master 6d9dccc4

2013-10-04 16:57:58

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
Affected Issues
08118
mod - application/controllers/UploaderController.php Diff File

2.05 fcc8d984

2013-10-04 14:01:47

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 13:04:06

DenisChenu

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

master 2f4458cf

2013-10-04 13:03:45

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 12:49:18

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-03 22:05:49

LimeSurvey Translations Bot

Details Diff
Updated translation: Hungarian by lukacs, cxi
Updated translation: Italian by lfanfoni
Updated translation: Italian (Informal) by lfanfoni
Attach Issues:
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 21:36:16

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 21:36:16

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 19:48:50

Alain Bearez

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

2.05 938366e5

2013-10-03 13:54:33

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 13:48:50

sammousa

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

2.05 6d11b66c

2013-10-03 11:43:26

DenisChenu

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

master 2dfed27a

2013-10-02 22:05:42

LimeSurvey Translations Bot

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

2.05 3b04569a

2013-10-02 18:26:02

tpartner

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

2.05 3c3eac65

2013-10-02 17:36:10

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 17:36:10

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 17:21:17

DenisChenu

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

2.05 4d7e2092

2013-10-02 14:53:20

user6464

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

2.05 ad219cc4

2013-10-02 14:28:11

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 09:06:59

user6464

Details Diff
08175 fix
Attach Issues:
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 09:06:59

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 08:15:32

sammousa

Details Diff
Dev Improved error messages from remote control to allow for better
analysis of the error.
Attach Issues:
mod - application/helpers/remotecontrol/remotecontrol_handle.php Diff File

master 446139c3

2013-10-01 22:05:50

LimeSurvey Translations Bot

Details Diff
Updated translation: French (France) by DenisChenu, arnaud21
Updated translation: Italian by lfanfoni
Updated translation: Norwegian (Bokmål) by pmonstad
Updated translation: Norwegian (Nynorsk) by pmonstad
Updated translation: Italian (Informal) by lfanfoni
Attach Issues:
mod - locale/_template/limesurvey.pot Diff File
mod - locale/fr/LC_MESSAGES/fr.mo Diff File
mod - locale/it-informal/LC_MESSAGES/it-informal.mo Diff File
mod - locale/it/LC_MESSAGES/it.mo Diff File
mod - locale/nb/LC_MESSAGES/nb.mo Diff File
mod - locale/nn/LC_MESSAGES/nn.mo Diff File
 First  Prev  1 2 3 ... 150 ... 300 ... 450 ... 600 ... 750 ... 900 ... 921 922 923 924 925 926 927 ... 1050 ... 1200 ... 1350 ... 1448 1449 1450  Next  Last