Changesets: LimeSurvey

master 9e7cfcf5

2012-03-08 10:26:51

Thomas White

Details Diff
Fixed issue Group preview sometimes does not work Affected Issues
05938
mod - group.php Diff File

master 150dcdbc

2012-03-08 10:05:56

Thomas White

Details Diff
Dev restoring accidentally deleted .gitignore
Attach Issues:
add - tmp/.gitignore Diff File

master de97fd02

2012-03-08 09:20:20

Thomas White

Details Diff
Fixed issue When using question type Array (Numbers) with multiflexible_checkbox input and radix separator = comma, JavaScript throws error when trying to fix radix separator
Attach Issues:
rm - tmp/.gitignore Diff File
mod - admin/preview.php Diff File
mod - group.php Diff File

Yii c32e0b87

2012-03-08 07:42:51

TMSWhite

Details Diff
Fixed issue JavaScript IDs for validation messages start with a number, which does not pass strict HTML validation criteria
Attach Issues:
mod - application/helpers/expressions/em_manager_helper.php Diff File
mod - application/helpers/qanda_helper.php Diff File

master 7dfa70d6

2012-03-08 07:31:51

Thomas White

Details Diff
Fixed issue JavaScript IDs for validation messages start with a number, which does not pass strict HTML validation criteria
Attach Issues:
mod - classes/expressions/LimeExpressionManager.php Diff File
mod - qanda.php Diff File

Yii bd7dda6e

2012-03-08 06:37:26

TMSWhite

Details Diff
Merge branch 'Yii' of https://github.com/LimeSurvey/LimeSurvey into Yii
Attach Issues:
mod - application/helpers/admin/label_helper.php Diff File
mod - scripts/admin/updateset.js Diff File

Yii 8ea20472

2012-03-08 06:34:36

TMSWhite

Details Diff
Fixed issue 05887: Minimum answers in Ranking question type are deactivated
Dev problem was removal of displayN variables - switched ot using relevanceN variables instead.
Affected Issues
05887
mod - application/helpers/qanda_helper.php Diff File

master 39c82659

2012-03-08 06:32:29

Thomas White

Details Diff
Merge branch 'master' of https://github.com/LimeSurvey/LimeSurvey.git
Attach Issues:
rm - classes/php-gettext/ChangeLog Diff File
mod - admin/labels.php Diff File
mod - admin/scripts/admin_core.js Diff File
mod - admin/scripts/updateset.js Diff File
mod - classes/php-gettext/gettext.inc Diff File
mod - classes/php-gettext/gettext.php Diff File

master 75e55bcb

2012-03-08 06:32:02

Thomas White

Details Diff
Fixed issue 05887: Minimum answers in Ranking question type are deactivated
Dev problem was removal of displayN variables - switched ot using relevanceN variables instead.
Attach Issues:
mod - qanda.php Diff File

Yii 69b720d8

2012-03-08 05:53:22

magiclko

Details Diff
Fixed issue 05875: Flexible Labels do not register in french when apostrophes are in label text. Affected Issues
05875
mod - application/helpers/admin/label_helper.php Diff File
mod - scripts/admin/updateset.js Diff File

master c1ede9c6

2012-03-08 04:39:33

magiclko

Details Diff
Fixed issue 05875: Flexible Labels do not register in french when apostrophes are in label text.
Attach Issues:
mod - admin/labels.php Diff File
mod - admin/scripts/admin_core.js Diff File
mod - admin/scripts/updateset.js Diff File

Yii ffbd31c6

2012-03-07 21:08:42

TMSWhite

Details Diff
Fixed issue 05879: em_validation_q generates duplicative JavaScript
Dev continues to support "this" substitution for sub-questions without generating redundant code
Affected Issues
05879
mod - application/helpers/expressions/em_manager_helper.php Diff File

Yii c27de39d

2012-03-07 21:07:11

TMSWhite

Details Diff
Fixed issue 05859: question group import does not update references properly
Dev regular expressions entered into the conditions designer can be entered with or without surrounding slashes. EM will add the surrounding slashes if needed.
Affected Issues
05859
mod - application/helpers/expressions/em_manager_helper.php Diff File

Yii c3516dc0

2012-03-07 21:05:15

TMSWhite

Details Diff
Fixed issue Row, column, and grand totals within Array Texts shows .06999999 when adding .01 + .06
Dev now round those sums appropriately both at setup (when returning to page) and run-time
Dev also now display individual fields with comma as radix separator if needed
Attach Issues:
mod - scripts/survey_runtime.js Diff File

Yii ce0b1087

2012-03-07 21:00:27

TMSWhite

Details Diff
Fixed issue Data entered into irrelevant sub-questions is not NULLed in database and can result in validation errors
Dev sub-question relevance filters were not being properly applied in PHP even though OK in JavaScript - fixed
Attach Issues:
mod - application/helpers/expressions/em_manager_helper.php Diff File

Yii e0e579ee

2012-03-07 20:53:38

TMSWhite

Details Diff
Fixed issue #05867: Strange calculations
Dev JavaScript has problems with calculations like 0.01 + 0.06 (yields 0.0699999999999); and JavaScript round() functions don't work well
Dev Added phpjs.org round() function, which works exactly like PHP
Affected Issues
05867
mod - application/helpers/expressions/em_core_helper.php Diff File
mod - application/helpers/expressions/em_manager_helper.php Diff File
mod - scripts/admin/expressions/em_javascript.js Diff File

Yii 3a716965

2012-03-07 20:38:16

TMSWhite

Details Diff
Fixed issue Expression Manager error notices, and parts of Show Logic File page, are always in English
Attach Issues:
mod - application/helpers/expressions/em_core_helper.php Diff File
mod - application/helpers/expressions/em_manager_helper.php Diff File

Yii 2b7fc668

2012-03-07 20:24:08

TMSWhite

Details Diff
Fixed issue Dynamic Relevance Unit tests do not work
Dev Removed obsolete EM debugging code
Attach Issues:
mod - application/helpers/expressions/em_manager_helper.php Diff File
mod - application/views/admin/expressions/test/navigation_test.php Diff File
mod - application/views/admin/expressions/test/survey_logic_file.php Diff File

Yii 602efaed

2012-03-07 20:11:41

TMSWhite

Details Diff
Fixed issue Removed obsolete tbdispSGQA and displayQ hidden input variables
Attach Issues:
mod - application/helpers/expressions/em_manager_helper.php Diff File
mod - application/helpers/qanda_helper.php Diff File

Yii b4623590

2012-03-07 20:07:07

TMSWhite

Details Diff
Fixed issue 05861: Group level relevance error: irrelevant mandatory questions within group are not ignored
Dev now works for all survey-types; and navigation index works properly
Dev this ports commit 0d7469013f9432a455a858a3020d8a0ea8ad1906 to Yii
Affected Issues
05861
mod - application/helpers/SurveyRuntimeHelper.php Diff File
mod - application/helpers/expressions/em_manager_helper.php Diff File

master 0641eef1

2012-03-07 17:23:41

Carsten Schmitz

Details Diff
Dev Updated PHPGettext library to v1.0.11
Attach Issues:
rm - classes/php-gettext/ChangeLog Diff File
mod - classes/php-gettext/gettext.inc Diff File
mod - classes/php-gettext/gettext.php Diff File

master 95edc03b

2012-03-07 09:13:33

Thomas White

Details Diff
Fixed issue 05879: em_validation_q generates duplicative JavaScript
Dev continues to support "this" substitution for sub-questions without generating redundant code
Attach Issues:
mod - classes/expressions/LimeExpressionManager.php Diff File

master f2f69355

2012-03-07 09:00:04

Thomas White

Details Diff
Fixed issue 05859: question group import does not update references properly
Dev regular expressions entered into the conditions designer can be entered with or without surrounding slashes. EM will add the surrounding slashes if needed.
Attach Issues:
mod - classes/expressions/LimeExpressionManager.php Diff File

master da7f421b

2012-03-07 08:12:41

Thomas White

Details Diff
Dev Show Logic File stopped working after change of EM path from /eval to /expressions
Attach Issues:
mod - admin/admin.php Diff File

master 02a4f9af

2012-03-06 16:57:49

Shnoulle

Details Diff
Fixed issue #5778 : template for rtl : limespired, mint_idea,sherpa,vallendar
Attach Issues:
mod - templates/limespired/template-rtl.css Diff File
mod - templates/limespired/template.css Diff File
mod - templates/mint_idea/template-rtl.css Diff File
mod - templates/mint_idea/template.css Diff File
mod - templates/sherpa/template-rtl.css Diff File
mod - templates/sherpa/template.css Diff File
mod - templates/vallendar/template-rtl.css Diff File
mod - templates/vallendar/template.css Diff File
 First  Prev  1 2 3 ... 150 ... 300 ... 450 ... 600 ... 750 ... 900 ... 1050 ... 1135 1136 1137 1138 1139 1140 1141 ... 1200 ... 1350 ... 1451 1452 1453  Next  Last