Changesets: LimeSurvey

master 07a7b996

2012-02-26 20:33:23

Thomas White

Details Diff
Fixed issue Group level relevance not working properly
Dev group-level relevance must be processed last. This was broken between RC3 and RC5
Attach Issues:
mod - classes/eval/LimeExpressionManager.php Diff File

Yii 2264c3c4

2012-02-26 17:23:33

c_schmitz

Details Diff
Fixed issue 05783: Surveys created in versions pre QuickTranslate do not set permission rights correctly Affected Issues
05783
mod - application/helpers/update/upgrade-mssql_helper.php Diff File
mod - application/helpers/update/upgrade-mssqlnative_helper.php Diff File
mod - application/helpers/update/upgrade-mysql_helper.php Diff File
mod - application/helpers/update/upgrade-postgres_helper.php Diff File

master 3657ec32

2012-02-26 17:14:58

Carsten Schmitz

Details Diff
Fixed issue 05783: Surveys created in versions pre QuickTranslate do not set permission rights correctly
Attach Issues:
mod - admin/update/upgrade-mssql.php Diff File
mod - admin/update/upgrade-mssqlnative.php Diff File
mod - admin/update/upgrade-mysql.php Diff File
mod - admin/update/upgrade-postgres.php Diff File

master 1b1258f6

2012-02-26 17:10:39

Carsten Schmitz

Details Diff
Fixed issue 05783: Surveys created in versions pre QuickTranslate do not set permission rights correctly
Attach Issues:
mod - admin/update/upgrade-mssql.php Diff File
mod - admin/update/upgrade-mssqlnative.php Diff File
mod - admin/update/upgrade-mysql.php Diff File
mod - admin/update/upgrade-postgres.php Diff File

Yii dd06fed8

2012-02-26 16:42:53

c_schmitz

Details Diff
Fixed issue 05767: Database schema foreign key inconsistencies Affected Issues
05767
mod - installer/sql/create-mysql.sql Diff File

master e05b68a4

2012-02-26 04:55:59

Carsten Schmitz

Details Diff
Fixed issue: Missing directory
Attach Issues:
add - tmp/.gitignore Diff File
add - upload/templates/index.html Diff File

master b93d63b9

2012-02-25 22:48:10

Thomas White

Details Diff
Fixed issue EM memory consumption can be reduced by at least 75%
Dev Refactored LEM and EM so that EM now calls LEM to get question attributes (instead of passing two copies of question attributes - one for SGQA and one for qcode - into EM)
Dev This also resulted in 50% speed improvement in very large survey
Attach Issues:
mod - classes/eval/ExpressionManager.php Diff File
mod - classes/eval/LimeExpressionManager.php Diff File

master c62fe0d6

2012-02-25 16:13:02

Thomas White

Details Diff
Fixed issue 05855: Version 1.92 RC5 Build 120225
Attach Issues:
mod - admin/userrighthandling.php Diff File

master eac42211

2012-02-25 16:01:49

Thomas White

Details Diff
Fixed issue Do not generate multiflexible_min or multiflexible_max validation rules unless input_boxes=1
Attach Issues:
mod - classes/eval/LimeExpressionManager.php Diff File

Yii 56bbe615

2012-02-25 07:41:33

DenisChenu

Details Diff
Fixed issue 05840 maximum_chars attribute not available in Array (text) question type

Dev : remove inline js for maxchar
Dev : use maxlength attribute on textarea too. Script can be replaced by inline js in template
Affected Issues
05840
mod - application/helpers/common_helper.php Diff File
mod - application/helpers/qanda_helper.php Diff File
mod - scripts/survey_runtime.js Diff File

master 0405841c

2012-02-25 05:13:18

Carsten Schmitz

Details Diff
Release 1.92RC5
Attach Issues:
mod - version.php Diff File

master 5a0884af

2012-02-25 04:33:14

Carsten Schmitz

Details Diff
Release 1.92RC5
Attach Issues:
mod - docs/release_notes.txt Diff File

Yii e454cf28

2012-02-25 02:45:53

magiclko

Details Diff
Fixed issue 05848: Statistics report language drop down not filled correctly,
05843: Error at statistics
Affected Issues
05848
mod - application/helpers/admin/statistics_helper.php Diff File
mod - application/views/admin/export/statistics_view.php Diff File

Yii 7727609a

2012-02-25 02:07:28

magiclko

Details Diff
Fixed issue 05808: superfish.css should be read in from admintheme Affected Issues
05808
mod - application/controllers/admin/assessments.php Diff File
mod - application/controllers/admin/emailtemplates.php Diff File
mod - application/controllers/admin/export.php Diff File
mod - application/controllers/admin/participantsaction.php Diff File
mod - application/controllers/admin/question.php Diff File
mod - application/controllers/admin/questiongroup.php Diff File
mod - application/controllers/admin/quotas.php Diff File
mod - application/controllers/admin/surveyadmin.php Diff File
mod - application/controllers/admin/surveypermission.php Diff File
mod - application/controllers/admin/tokens.php Diff File
mod - application/controllers/admin/usergroups.php Diff File

master eb6e1ffa

2012-02-24 03:25:58

root

Details Diff
Release 1.91+
Attach Issues:
mod - docs/release_notes.txt Diff File

master 3b22a0e0

2012-02-24 03:24:55

root

Details Diff
Release 1.+
Attach Issues:
mod - docs/release_notes.txt Diff File

master d71ff2dc

2012-02-24 01:46:52

Thomas White

Details Diff
Fixed issue 05524: matrix (text) + additionl option only numbers not working correct
Dev This input type now supports comma as the radix separator
Dev Made comparable to other numeric inputs - only does processing on change; and if an invalid number is detected, the field is immediately blanked
Dev Note, in 1.91, also did not have checkconditions() bound when non-numeric; so fixed that too.
Attach Issues:
mod - qanda.php Diff File
mod - scripts/survey_runtime.js Diff File

master ed17e118

2012-02-24 00:06:27

Thomas White

Details Diff
Dev Fixed question preview (broke with previous commit)
Attach Issues:
mod - admin/preview.php Diff File

master a92dfc6a

2012-02-23 23:45:55

Thomas White

Details Diff
Dev Fixed invalid mapping of "this" variable for some question types in em_validation_q and em_validation_sq
Dev Added em_validation_q to question types S,T,U,N so can use CSS styling to show validity of their data entry fields (e.g. color code pink if not valid)
Dev Fixed templates so that textarea can show pink background if fail the validation criteria
Dev Added survey to demonstrate and test use of em_validation_sq feature and the "this" variable
Attach Issues:
add - docs/demosurveys/ls2_test_em_sq_validation.lss Diff File
mod - classes/eval/LimeExpressionManager.php Diff File
mod - common_functions.php Diff File
mod - templates/basic/template.css Diff File
mod - templates/bluengrey/template.css Diff File
mod - templates/citronade/template.css Diff File
mod - templates/clear_logo/template.css Diff File
mod - templates/default/template.css Diff File
mod - templates/eirenicon/template.css Diff File
mod - templates/limespired/template.css Diff File
mod - templates/mint_idea/template.css Diff File
mod - templates/sherpa/template.css Diff File
mod - templates/vallendar/template.css Diff File

master 79d620ac

2012-02-23 20:06:20

Thomas White

Details Diff
Dev Added survey to demonstrate and validate the maximum_chars feature (bugfix 05840)
Attach Issues:
add - docs/demosurveys/ls2_maximum_chars_feature.lss Diff File

master a59c5091

2012-02-23 19:10:38

Thomas White

Details Diff
Dev Added survey to validate that comma can be used as the radix separator in all numeric questions types, and those using numbers_only or other_numbers_only options
Attach Issues:
add - docs/demosurveys/ls2_comma_as_radix_separator.lss Diff File

master df19ff79

2012-02-23 18:35:34

Shnoulle

Details Diff
Fixed issue 05840 maximum_chars attribute not available in Array (text) question type
Dev : remove inline js for maxchar
Dev : use maxlength attribute on textarea too. Script can be replaced by inline js in template
Attach Issues:
mod - common_functions.php Diff File
mod - qanda.php Diff File
mod - scripts/survey_runtime.js Diff File

master ed1d3245

2012-02-23 16:11:54

Thomas White

Details Diff
Merge remote-tracking branch 'origin/dev' into dev
Attach Issues:
rm - admin/scripts/ckeditor.36/ckeditor.asp Diff File
rm - admin/scripts/rating/index.asp Diff File
mod - admin/userrighthandling.php Diff File

Yii 2054c144

2012-02-23 16:01:25

jcleeland

Details Diff
Merge remote-tracking branch 'origin/Yii' into Yii
Attach Issues:
rm - scripts/admin/ckeditor.36/ckeditor.asp Diff File
rm - scripts/admin/rating/index.asp Diff File

Yii d3afd986

2012-02-23 15:59:25

jcleeland

Details Diff
Fixed issue - 'showScriptName'='false' not working on installations where mod_rewrite exists but isn't working. Changed default to 'true'.
Attach Issues:
mod - application/controllers/InstallerController.php Diff File
 First  Prev  1 2 3 ... 150 ... 300 ... 450 ... 600 ... 750 ... 900 ... 1050 ... 1139 1140 1141 1142 1143 1144 1145 ... 1200 ... 1350 ... 1451 1452 1453  Next  Last