Changesets: LimeSurvey
master bb06f6b6 2014-09-11 13:39 Details Diff |
Fixed issue 09209: RemoteControl export_responses_by_token does not return all responses |
Affected Issues 09209 |
|
mod - application/helpers/remotecontrol/remotecontrol_handle.php | Diff File | ||
master 8f46b0d5 2014-09-11 13:19 Details Diff |
Fixed issue 09173: Only one record of same name/email can be added from CPDB to a token table |
Affected Issues 09173 |
|
mod - application/controllers/admin/participantsaction.php | Diff File | ||
mod - application/models/Participant.php | Diff File | ||
mod - application/views/admin/participants/displayParticipants_view.php | Diff File | ||
master c663f2f8 2014-09-11 01:29 Details Diff |
Release 2.05+ Build 140911 | ||
mod - docs/release_notes.txt | Diff File | ||
master 28e5cf6d 2014-09-11 01:26 LimeSurvey Translations Bot Details Diff |
Updated translation: French (France) by arnaud21 Updated translation: Indonesian by ysulistya Updated translation: Japanese by yamatt Updated translation: Norwegian (Bokmål) by pmonstad Updated translation: Norwegian (Nynorsk) by pmonstad Updated translation: Russian by vipgroup Updated translation: Swedish by maxzomborszki Updated translation: Turkish by kayazeren |
||
mod - locale/_template/limesurvey.pot | Diff File | ||
mod - locale/fr/LC_MESSAGES/fr.mo | Diff File | ||
mod - locale/id/LC_MESSAGES/id.mo | Diff File | ||
mod - locale/ja/LC_MESSAGES/ja.mo | Diff File | ||
mod - locale/nb/LC_MESSAGES/nb.mo | Diff File | ||
mod - locale/nn/LC_MESSAGES/nn.mo | Diff File | ||
mod - locale/ru/LC_MESSAGES/ru.mo | Diff File | ||
mod - locale/sv/LC_MESSAGES/sv.mo | Diff File | ||
mod - locale/tr/LC_MESSAGES/tr.mo | Diff File | ||
master f8d5d614 2014-09-11 01:19 Details Diff |
Fixed issue 09208: RemoteControl function export_responses_by_token ignores completion status when several responses for the same token exist |
Affected Issues 09208 |
|
mod - application/helpers/remotecontrol/remotecontrol_handle.php | Diff File | ||
master 56b18d96 2014-09-11 01:05 Details Diff |
Fixed issue 09200: Delete selected participants from CPDB does not allow to select a deletion mode |
Affected Issues 09200 |
|
mod - application/views/admin/participants/displayParticipants_view.php | Diff File | ||
mod - scripts/admin/participantdisplay.js | Diff File | ||
mod - styles/adminstyle.css | Diff File | ||
master ba251361 2014-09-11 00:04 Details Diff |
Fixed issue 09181: When dumping database sometimes lines are left out |
Affected Issues 09181 |
|
mod - application/helpers/admin/backupdb_helper.php | Diff File | ||
master 2fde25c0 2014-09-10 23:42 Details Diff |
Fixed issue 09188: Array (Numbers) with Checkbox layout maximum/minimum answer validation not working if item was check and unchecked Dev Unchecked items are now like empty input boxes - this will prevent sporadic 0's from showing in results |
Affected Issues 09188 |
|
mod - application/helpers/qanda_helper.php | Diff File | ||
master 6f35a0fc 2014-09-10 21:47 Details Diff |
Fixed issue 09185: End page doesn't display correctly if it contains only an image and no text |
Affected Issues 09185 |
|
mod - application/helpers/SurveyRuntimeHelper.php | Diff File | ||
master 5e901c67 2014-09-10 21:37 Details Diff |
Fixed issue 09183: Template upload: "zip" is added to the templatename |
Affected Issues 09183 |
|
mod - application/controllers/admin/templates.php | Diff File | ||
master dbc26a8d 2014-09-10 17:07 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 16:49 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 14:05 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 13:45 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 12:35 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 12:18 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 10:41 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`. |
||
mod - application/helpers/remotecontrol/remotecontrol_handle.php | Diff File | ||
master 04bd18a5 2014-09-10 02:23 Details Diff |
Dev Reset datatype to JSON on edit or add (reverted from commit d3fab900a6336ddcf4bbbcc52f25c1370bcb9052) | ||
mod - scripts/admin/participantdisplay.js | Diff File | ||
master ea2d73bb 2014-09-09 15:14 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 11:58 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 |
||
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-09 01:03 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-09 00:24 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 23:03 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 11:58 Details Diff |
Merge branch 'master' of github.com:LimeSurvey/LimeSurvey | ||
mod - locale/es/LC_MESSAGES/es.mo | Diff File | ||
mod - locale/ru/LC_MESSAGES/ru.mo | Diff File | ||
master c1acdf95 2014-09-08 11:58 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 |