Changesets: LimeSurvey

master dbc26a8d

2014-09-10 15:07:06

DenisChenu

Details Diff
Dev: better fix for issue 09140
Dev: https://github.com/LimeSurvey/LimeSurvey/commit/55244859fad6a36e8f9c492035f275ea97098391 child
Affected Issues
09140
mod - application/helpers/admin/import_helper.php Diff File

master 55244859

2014-09-10 14:49:46

DenisChenu

Details Diff
Fixed issue 09140: Auto ID is not set properly when using Postgres and insert new id with VV import
Dev: Needed for mysql too ?
Dev: Need a model function ? modelSurveyDynamic::model($surveyId)->fixPk($iNewId);
Affected Issues
09140
mod - application/helpers/admin/import_helper.php Diff File

master 4888e644

2014-09-10 12:05:07

c_schmitz

Details Diff
Fixed issue 09172: Sent invitations are not being marked as sent when a semi-colon exist in the email address field Affected Issues
09172
mod - application/core/LSYii_EmailIDNAValidator.php Diff File

master e2b7f538

2014-09-10 11:45:53

c_schmitz

Details Diff
Fixed issue 09196: Can't update a token response if the last group was hidden Affected Issues
09196
mod - application/controllers/survey/index.php Diff File

master c297ab1c

2014-09-10 10:35:41

c_schmitz

Details Diff
Fixed issue 09196: Can't update a token response if the last group was hidden Affected Issues
09196
mod - application/controllers/survey/index.php Diff File

master e0c7618d

2014-09-10 10:18:13

c_schmitz

Details Diff
Fixed issue 09199: JS error "showhelp is not defined" Affected Issues
09199
mod - application/views/admin/labels/labelsetsbar_view.php Diff File
mod - application/views/admin/token/tokenbar.php Diff File

2.06 ae4400e6

2014-09-10 08:41:38

sitawit

Details Diff
API : get question properties to return default value

Function `get_question_properties` in RemoteControl 2 API now can be able to return `defaultvalue` upon request.

Users must add `defaultvalue` to `$aQuestionSettings` in order to get this value.
However, the default value is an _answer code_ in case users need assessment value they need to match the default value to data in `answeroptions` with this one. Because `answeroptions` also return `assessment_value`.
Attach Issues:
mod - application/helpers/remotecontrol/remotecontrol_handle.php Diff File

master 04bd18a5

2014-09-10 00:23:25

c_schmitz

Details Diff
Dev Reset datatype to JSON on edit or add (reverted from commit d3fab900a6336ddcf4bbbcc52f25c1370bcb9052)
Attach Issues:
mod - scripts/admin/participantdisplay.js Diff File

master ea2d73bb

2014-09-09 13:14:04

c_schmitz

Details Diff
Fixed issue 09140: No error message if data is not inserted on first page
Fixed issue 09140: Auto ID is not set properly when using Postgres and deactivating and reactivating the survey
Affected Issues
09140
mod - application/controllers/admin/surveyadmin.php Diff File
mod - application/helpers/admin/activate_helper.php Diff File
mod - application/helpers/expressions/em_manager_helper.php Diff File
mod - application/views/admin/survey/deactivateSurvey_view.php Diff File

2.06 9e2c3763

2014-09-09 09:58:35

c_schmitz

Details Diff
Changed feature 09206: Extended firstname, lastname to 150 characters and email fields to 254 characters on token tables and participant database to match width
Changed feature: Token attributes are now of type text
Attach Issues:
mod - application/config/version.php Diff File
mod - application/helpers/admin/token_helper.php Diff File
mod - application/helpers/update/updatedb_helper.php Diff File
mod - installer/sql/create-mssql.sql Diff File
mod - installer/sql/create-mysql.sql Diff File
mod - installer/sql/create-pgsql.sql Diff File

master 716670e8

2014-09-08 23:03:27

c_schmitz

Details Diff
Fixed issue 09162: Pagination in CPDB panel not working Affected Issues
09162
mod - application/controllers/admin/participantsaction.php Diff File
mod - scripts/admin/participantdisplay.js Diff File

master c5843888

2014-09-08 22:24:45

c_schmitz

Details Diff
Fixed issue 09152: CSV export of CPDB with additional attributes doesn't export attribute values properly Affected Issues
09152
mod - application/controllers/admin/participantsaction.php Diff File
mod - application/models/Participant.php Diff File
mod - application/models/Session.php Diff File

master 7de185eb

2014-09-08 21:03:27

c_schmitz

Details Diff
Fixed issue 09132: Remote API won't work when using MSSQL dblib driver on Linux Affected Issues
09132
mod - application/models/Session.php Diff File

master 863fbe76

2014-09-08 09:58:32

DenisChenu

Details Diff
Merge branch 'master' of github.com:LimeSurvey/LimeSurvey
Attach Issues:
mod - locale/es/LC_MESSAGES/es.mo Diff File
mod - locale/ru/LC_MESSAGES/ru.mo Diff File

master c1acdf95

2014-09-08 09:58:14

DenisChenu

Details Diff
Fixed issue 09213: Resume on Multiple numerical input displays 10 trailing zeros after the decimal place
Dev: same than do_numerical
Dev: add Do survey in token browse if survey allow edit after completion
Affected Issues
09213
mod - application/controllers/admin/tokens.php Diff File
mod - application/helpers/qanda_helper.php Diff File

master f014c3fd

2014-09-08 09:55:13

LimeSurvey Translations Bot

Details Diff
Updated translation: Spanish (Spain) by jigal
Updated translation: Russian by c_schmitz
Attach Issues:
mod - locale/es/LC_MESSAGES/es.mo Diff File
mod - locale/ru/LC_MESSAGES/ru.mo Diff File

master b38f1bd2

2014-09-07 23:06:20

LimeSurvey Translations Bot

Details Diff
Updated translation: German by actxcellence, c_schmitz, DLange
Updated translation: Greek by kiolalis
Updated translation: Japanese by nomoto, yamatt
Updated translation: Dutch by Han
Updated translation: Polish by elisa
Updated translation: Turkish by kayazeren
Updated translation: German (Informal) by actxcellence
Updated translation: Dutch (Informal) by Han
Attach Issues:
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/el/LC_MESSAGES/el.mo Diff File
mod - locale/ja/LC_MESSAGES/ja.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 d3fab900

2014-09-06 13:55:26

tpartner

Details Diff
Fixed issue 09216: CPDB paging doesn't seem to be working properly
Dev: Initially set datatype to local for pagination
Dev: Reset datatype to JSON on edit or add
Affected Issues
09216
mod - scripts/admin/participantdisplay.js Diff File

master a1fd88bf

2014-09-05 17:35:43

tpartner

Details Diff
Fixed issue 09047: Replacement field properties don't show up/bad layout
Dev: Remove inline styles, add new style rules for select element
Affected Issues
09047
mod - application/views/admin/limeReplacementFields_view.php Diff File
mod - styles/blobblueish/adminstyle.css Diff File
mod - styles/darkblue/adminstyle.css Diff File
mod - styles/gringegreen/adminstyle.css Diff File

master 182d2dbf

2014-09-05 15:40:21

tpartner

Details Diff
Fixed issue 09024: unable to access attribute management
Dev: Disable "Add" button if more than 59 attributes
Affected Issues
09024
mod - application/views/admin/participants/attributeControl_view.php Diff File
mod - scripts/admin/attributeControl.js Diff File

2.06 21a9f278

2014-09-04 13:02:45

c_schmitz

Details Diff
Dev Fixed installation
Attach Issues:
mod - application/controllers/InstallerController.php Diff File

2.06 a99e0358

2014-09-04 12:47:20

c_schmitz

Details Diff
New feature: Render results using gqGrid (pradeshc)
Dev Just fixed most urgent things
Attach Issues:
mod - application/controllers/admin/responses.php Diff File
mod - scripts/admin/listresponse.js Diff File

2.06 48871968

2014-09-04 11:59:39

c_schmitz

Details Diff
New feature: Render results using gqGrid (pradeshc)
Attach Issues:
mod - application/controllers/admin/responses.php Diff File
add - application/views/admin/responses/listResponses_view.php Diff File
add - scripts/admin/listresponse.js Diff File

master add0fbcd

2014-09-03 13:41:34

c_schmitz

Details Diff
Fixed issue 09210: ComfortUpdate not working if debug mode is activated Affected Issues
09210
mod - application/controllers/admin/update.php Diff File

master 726d7558

2014-09-03 09:29:29

DenisChenu

Details Diff
Fixed issue 09174: OPTOUTURL from invitation email not working si EmailStatuts is not exactly on "OK"
Dev: test if emailstatus start by OptOut (allowing to enter some more information)
Dev: set OptOut even if email is set to Bounced ?
Affected Issues
09174
mod - application/controllers/OptoutController.php Diff File
 First  Prev  1 2 3 ... 150 ... 300 ... 450 ... 600 ... 750 ... 872 873 874 875 876 877 878 ... 900 ... 1050 ... 1200 ... 1350 ... 1452 1453 1454  Next  Last