Changesets: LimeSurvey
Yii d90e5b4c 2011-12-09 16:11 Details Diff |
Fixed bug: Survey name not showing in some instances Fixed bug: Not all conditions were displaying at beginning of question Fixed bug: Values of responses in conditions explanation showing where not applicable, now only displays with N or K type questions Fixed bug: When values of responses showing, poorly formatted (no spaces) Fixed bug: Value of condition upon which numerical question based not showing New feature: classes added around language seperators (and) or (or) allowing users to force newlines etc. using CSS to format conditions displays better ('scenario-or-seperator', 'scenario-at-seperator', 'scenario-and-seperator') New Feature: Explanation now also displays "maximum or minimum answers required" from advanced settings New Feature: Prefixes and Suffixes for single text/numerical question advanced settings are now displayed (requires CSS update to display nicely) git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey_yii@11623 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - application/controllers/admin/printablesurvey.php | Diff File | ||
master 2808a431 2011-12-09 13:16 Thomas White Details Diff |
New Feature #05269: Use ExpressionManager for Branching logic as optional alternative to Conditions Dev Navigation Index now properly honors mandatory and validation rules - if try to jump forward and there are intervening mandatory or invalid questions, you will be presented with that page instead. Dev Submit from Navigation Index now properly handles mandatory and validation rules - can't submit until all relevant mandatory and validation rules pass Dev This makes it safe to let users jump back and change something, then click back to furthest question asked. Dev Users may not be aware of value changes in between, but if there are any newly unanswered questions, the Navigation Index will display them with red color coding to indicate they have not been answered. git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey_dev_tms@11622 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - classes/eval/LimeExpressionManager.php | Diff File | ||
mod - group.php | Diff File | ||
master 593011b9 2011-12-09 12:07 Thomas White Details Diff |
New Feature #05269: Use ExpressionManager for Branching logic as optional alternative to Conditions Dev Got default values working, including auto-resetting of them if a question becomes irrelevant and relevant again (across pages) Dev Put question.help into fieldmap to avoid having to query for help text for each question in qanda git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey_dev_tms@11621 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - admin/database.php | Diff File | ||
mod - classes/eval/ExpressionManager.php | Diff File | ||
mod - classes/eval/LimeExpressionManager.php | Diff File | ||
mod - common_functions.php | Diff File | ||
mod - group.php | Diff File | ||
mod - qanda.php | Diff File | ||
Yii eabe4ab0 2011-12-08 17:59 Details Diff |
Porting the functionality 'Display responses' to the Yii PHP framework - GCI Task #7134286 by gautamgupta git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey_yii@11620 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - application/config/routes.php | Diff File | ||
mod - application/controllers/admin/browse.php | Diff File | ||
mod - application/controllers/admin/dataentry.php | Diff File | ||
mod - application/controllers/admin/surveyaction.php | Diff File | ||
mod - application/helpers/common_helper.php | Diff File | ||
mod - application/models/Answers.php | Diff File | ||
mod - application/views/admin/browse/browseallheader_view.php | Diff File | ||
mod - application/views/admin/browse/browseallrow_view.php | Diff File | ||
mod - application/views/admin/browse/browseidheader_view.php | Diff File | ||
mod - application/views/admin/browse/browsemenubar_view.php | Diff File | ||
master 23a2338f 2011-12-08 12:45 Thomas White Details Diff |
New Feature #05104: Create new question type for stored calculation results, called Equation Dev Upon activate survey, database table uses text instead of varchar(5) to store equation result New Feature #05269: Use ExpressionManager for Branching logic as optional alternative to Conditions Dev Fixed EM caching - now shows accurate syntax highlighting throughout admin screens (e.g. refreshes itself whenever questions/conditions/groups are added/updated/deleted, or when swtich surveys) Dev Made error logging to DB optional (default false) Dev Fixed question and group copy to also copy relevance and assessment_value values Dev Gracefully handle groups with no questions in both preview and run-time modes Dev Allow import of groups with no questions Dev Fixed printanswers() so shows fully tailored responses (e.g. exactly what the subject saw) Dev Removed obsolete unit tests (e.g. those that directly modify the database) git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey_dev_tms@11619 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
rm - classes/eval/test/revert_upgrade_conditions2relevance.php | Diff | ||
rm - classes/eval/test/serialize_test.php | Diff | ||
rm - classes/eval/test/upgrade_conditions2relevance.php | Diff | ||
rm - classes/eval/test/upgrade_relevance_location.php | Diff | ||
mod - admin/activate_functions.php | Diff File | ||
mod - admin/conditionshandling.php | Diff File | ||
mod - admin/database.php | Diff File | ||
mod - admin/importgroup.php | Diff File | ||
mod - admin/importquestion.php | Diff File | ||
mod - admin/questiongrouphandling.php | Diff File | ||
mod - admin/questionhandling.php | Diff File | ||
mod - classes/eval/ExpressionManager.php | Diff File | ||
mod - classes/eval/LimeExpressionManager.php | Diff File | ||
mod - classes/eval/test/navigation_test.php | Diff File | ||
mod - classes/eval/test/test.php | Diff File | ||
mod - group.php | Diff File | ||
mod - printanswers.php | Diff File | ||
master ee3aa796 2011-12-07 22:59 Jason Cleeland Details Diff |
Fixed bug: Survey name not showing in some instances Fixed bug: Not all conditions were displaying at beginning of question Fixed bug: Values of responses in conditions explanation showing where not applicable, now only displays with N or K type questions Fixed bug: When values of responses showing, poorly formatted (no spaces) Fixed bug: Value of condition upon which numerical question based not showing New feature: classes added around language seperators (and) or (or) allowing users to force newlines etc. using CSS to format conditions displays better ('scenario-or-seperator', 'scenario-at-seperator', 'scenario-and-seperator') New Feature: Explanation now also displays "maximum or minimum answers required" from advanced settings New Feature: Prefixes and Suffixes for single text/numerical question advanced settings are now displayed (requires CSS update to display nicely) git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey_dev_tms@11618 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - admin/printablesurvey.php | Diff File | ||
master 57710b68 2011-12-07 16:11 Thomas White Details Diff |
New Feature #05269: Use ExpressionManager for Branching logic as optional alternative to Conditions Dev renamed some more variables for consistency across EM-related code git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey_dev_tms@11617 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - classes/eval/ExpressionManager.php | Diff File | ||
mod - classes/eval/LimeExpressionManager.php | Diff File | ||
mod - classes/eval/em_javascript.js | Diff File | ||
master 96c0782b 2011-12-07 15:15 Thomas White Details Diff |
New Feature #05269: Use ExpressionManager for Branching logic as optional alternative to Conditions Dev renamed some variables for consistency across EM-related code git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey_dev_tms@11616 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - classes/eval/ExpressionManager.php | Diff File | ||
mod - classes/eval/LimeExpressionManager.php | Diff File | ||
mod - classes/eval/em_javascript.js | Diff File | ||
master 6068bc9c 2011-12-07 14:29 Thomas White Details Diff |
New Feature #05288: Optionally replace Assessments with ExpressionManager features Dev EM is now able to use answer.assessment_value values when they are available Dev added two new variable dot notation suffixes to access those properties: .value, and .valueNAOK. These supplement .code and .NAOK which return the code value Dev this works Server and Client-side, so can use assessment values to compute same-page assessment scores and reports. git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey_dev_tms@11615 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - classes/eval/ExpressionManager.php | Diff File | ||
mod - classes/eval/LimeExpressionManager.php | Diff File | ||
mod - classes/eval/em_javascript.js | Diff File | ||
mod - classes/eval/test/navigation_test.php | Diff File | ||
mod - classes/eval/test/serialize_test.php | Diff File | ||
mod - group.php | Diff File | ||
mod - version.php | Diff File | ||
Yii 4c4e5666 2011-12-07 13:37 Details Diff |
Port the functionality 'Generate tokens' to the Yii PHP framework - work done by GCI participant yaxar maxson git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey_yii@11614 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - application/controllers/admin/tokens.php | Diff File | ||
mod - application/models/Tokens_dynamic.php | Diff File | ||
mod - application/views/admin/token/tokenbar.php | Diff File | ||
Yii 38a8ab90 2011-12-07 06:12 Aaron Schmitz Details Diff |
Port the CPDP Attribute System to the Yii framework GCI Task 7131241 by Aaron Schmitz git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey_yii@11613 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - application/controllers/admin/participantsaction.php | Diff File | ||
mod - application/models/ParticipantAttributeNames.php | Diff File | ||
mod - application/views/admin/participants/participantsPanel_view.php | Diff File | ||
mod - application/views/admin/participants/viewAttribute_view.php | Diff File | ||
mod - scripts/admin/viewAttribute.js | Diff File | ||
Yii 7ccd1c83 2011-12-07 05:58 Details Diff |
Port the functionality 'Edit text elements' to the Yii PHP framework - work done by GCI participant Ivan Penchev git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey_yii@11612 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - application/controllers/admin/database.php | Diff File | ||
mod - application/controllers/admin/surveyaction.php | Diff File | ||
Yii 064b9375 2011-12-07 05:38 Details Diff |
Port the functionality 'Manage additional attribute fields' to the Yii PHP framework - work done by GCI participant Georgi Kostadinov git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey_yii@11611 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - application/controllers/admin/tokens.php | Diff File | ||
mod - application/models/Survey.php | Diff File | ||
mod - application/views/admin/token/managetokenattributes.php | Diff File | ||
Yii cf76b3e5 2011-12-07 05:32 Details Diff |
Porting the functionality 'Copy question' to the Yii PHP framework - GCI Task #7114264 by gautamgupta git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey_yii@11610 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - application/controllers/admin/database.php | Diff File | ||
mod - application/controllers/admin/question.php | Diff File | ||
mod - application/controllers/admin/questiongroup.php | Diff File | ||
mod - application/models/Answers.php | Diff File | ||
mod - application/models/Question_attributes.php | Diff File | ||
mod - application/models/Questions.php | Diff File | ||
mod - application/views/admin/survey/Question/editQuestion_view.php | Diff File | ||
Yii 3a18ad61 2011-12-07 05:30 Details Diff |
Updated translation: Spanish (Mexico) done by GCI participant Guille Bianchi git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey_ci@11609 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - locale/es-MX/LC_MESSAGES/es-MX.mo | Diff File | ||
mod - locale/es-MX/LC_MESSAGES/es-MX.po | Diff File | ||
master 02d4a3ee 2011-12-07 00:30 Thomas White Details Diff |
New Feature #05269: Use ExpressionManager for Branching logic as optional alternative to Conditions BugFix of All-in-one navigation (was not re-displaying page when there are violations of mandatory or validation rules) git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey_dev_tms@11608 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - classes/eval/ExpressionManager.php | Diff File | ||
mod - classes/eval/LimeExpressionManager.php | Diff File | ||
mod - classes/eval/test/navigation_test.php | Diff File | ||
mod - group.php | Diff File | ||
master f09b45c9 2011-12-06 16:19 Thomas White Details Diff |
Merged all changes in 1.91+ branch from revision 11331 to 11606 (HEAD) into limesurvey_dev_tms branch git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey_dev_tms@11607 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - admin/browse.php | Diff File | ||
mod - admin/printablesurvey.php | Diff File | ||
mod - admin/scripts/browse.js | Diff File | ||
mod - admin/tokens.php | Diff File | ||
mod - admin/translate_functions.php | Diff File | ||
mod - admin/update/upgrade-all.php | Diff File | ||
mod - admin/usercontrol.php | Diff File | ||
mod - common_functions.php | Diff File | ||
mod - docs/release_notes.txt | Diff File | ||
mod - index.php | Diff File | ||
mod - locale/be/LC_MESSAGES/be.mo | Diff File | ||
mod - locale/be/LC_MESSAGES/be.po | Diff File | ||
mod - locale/bg/LC_MESSAGES/bg.mo | Diff File | ||
mod - locale/bg/LC_MESSAGES/bg.po | Diff File | ||
mod - locale/bs/LC_MESSAGES/bs.mo | Diff File | ||
mod - locale/bs/LC_MESSAGES/bs.po | Diff File | ||
mod - locale/ca/LC_MESSAGES/ca.mo | Diff File | ||
mod - locale/ca/LC_MESSAGES/ca.po | Diff File | ||
mod - locale/cs/LC_MESSAGES/cs.mo | Diff File | ||
mod - locale/cs/LC_MESSAGES/cs.po | Diff File | ||
mod - locale/cy/LC_MESSAGES/cy.mo | Diff File | ||
mod - locale/cy/LC_MESSAGES/cy.po | Diff File | ||
mod - locale/de-informal/LC_MESSAGES/de-informal.mo | Diff File | ||
mod - locale/de-informal/LC_MESSAGES/de-informal.po | Diff File | ||
mod - locale/de/LC_MESSAGES/de.mo | Diff File | ||
mod - locale/de/LC_MESSAGES/de.po | Diff File | ||
mod - locale/en/LC_MESSAGES/en.mo | Diff File | ||
mod - locale/en/LC_MESSAGES/en.po | Diff File | ||
mod - locale/es-MX/LC_MESSAGES/es-MX.mo | Diff File | ||
mod - locale/es-MX/LC_MESSAGES/es-MX.po | Diff File | ||
mod - locale/es/LC_MESSAGES/es.mo | Diff File | ||
mod - locale/es/LC_MESSAGES/es.po | Diff File | ||
mod - locale/et/LC_MESSAGES/et.mo | Diff File | ||
mod - locale/et/LC_MESSAGES/et.po | Diff File | ||
mod - locale/eu/LC_MESSAGES/eu.mo | Diff File | ||
mod - locale/eu/LC_MESSAGES/eu.po | Diff File | ||
mod - locale/fa/LC_MESSAGES/fa.mo | Diff File | ||
mod - locale/fa/LC_MESSAGES/fa.po | Diff File | ||
mod - locale/fi/LC_MESSAGES/fi.mo | Diff File | ||
mod - locale/fi/LC_MESSAGES/fi.po | Diff File | ||
mod - locale/fr/LC_MESSAGES/fr.mo | Diff File | ||
mod - locale/fr/LC_MESSAGES/fr.po | Diff File | ||
mod - locale/ga/LC_MESSAGES/ga.mo | Diff File | ||
mod - locale/ga/LC_MESSAGES/ga.po | Diff File | ||
mod - locale/gl/LC_MESSAGES/gl.mo | Diff File | ||
mod - locale/gl/LC_MESSAGES/gl.po | Diff File | ||
mod - locale/he/LC_MESSAGES/he.mo | Diff File | ||
mod - locale/he/LC_MESSAGES/he.po | Diff File | ||
mod - locale/hi/LC_MESSAGES/hi.mo | Diff File | ||
mod - locale/hi/LC_MESSAGES/hi.po | Diff File | ||
mod - locale/hr/LC_MESSAGES/hr.mo | Diff File | ||
mod - locale/hr/LC_MESSAGES/hr.po | Diff File | ||
mod - locale/hu/LC_MESSAGES/hu.mo | Diff File | ||
mod - locale/hu/LC_MESSAGES/hu.po | Diff File | ||
mod - locale/id/LC_MESSAGES/id.mo | Diff File | ||
mod - locale/id/LC_MESSAGES/id.po | Diff File | ||
mod - locale/is/LC_MESSAGES/is.mo | Diff File | ||
mod - locale/is/LC_MESSAGES/is.po | Diff File | ||
mod - locale/it-formal/LC_MESSAGES/it-formal.mo | Diff File | ||
mod - locale/it-formal/LC_MESSAGES/it-formal.po | Diff File | ||
mod - locale/ja/LC_MESSAGES/ja.mo | Diff File | ||
mod - locale/ja/LC_MESSAGES/ja.po | Diff File | ||
mod - locale/ko/LC_MESSAGES/ko.mo | Diff File | ||
mod - locale/ko/LC_MESSAGES/ko.po | Diff File | ||
mod - locale/lt/LC_MESSAGES/lt.mo | Diff File | ||
mod - locale/lt/LC_MESSAGES/lt.po | Diff File | ||
mod - locale/lv/LC_MESSAGES/lv.mo | Diff File | ||
mod - locale/lv/LC_MESSAGES/lv.po | Diff File | ||
mod - locale/mk/LC_MESSAGES/mk.mo | Diff File | ||
mod - locale/mk/LC_MESSAGES/mk.po | Diff File | ||
mod - locale/ms/LC_MESSAGES/ms.mo | Diff File | ||
mod - locale/ms/LC_MESSAGES/ms.po | Diff File | ||
mod - locale/mt/LC_MESSAGES/mt.mo | Diff File | ||
mod - locale/mt/LC_MESSAGES/mt.po | Diff File | ||
mod - locale/nb/LC_MESSAGES/nb.mo | Diff File | ||
mod - locale/nb/LC_MESSAGES/nb.po | Diff File | ||
mod - locale/nn/LC_MESSAGES/nn.mo | Diff File | ||
mod - locale/nn/LC_MESSAGES/nn.po | Diff File | ||
mod - locale/pa/LC_MESSAGES/pa.mo | Diff File | ||
mod - locale/pa/LC_MESSAGES/pa.po | Diff File | ||
mod - locale/pl/LC_MESSAGES/pl.mo | Diff File | ||
mod - locale/pl/LC_MESSAGES/pl.po | Diff File | ||
mod - locale/pt-BR/LC_MESSAGES/pt-BR.mo | Diff File | ||
mod - locale/pt-BR/LC_MESSAGES/pt-BR.po | Diff File | ||
mod - locale/pt/LC_MESSAGES/pt.mo | Diff File | ||
mod - locale/pt/LC_MESSAGES/pt.po | Diff File | ||
mod - locale/ro/LC_MESSAGES/ro.mo | Diff File | ||
mod - locale/ro/LC_MESSAGES/ro.po | Diff File | ||
mod - locale/ru/LC_MESSAGES/ru.mo | Diff File | ||
mod - locale/ru/LC_MESSAGES/ru.po | Diff File | ||
mod - locale/si/LC_MESSAGES/si.mo | Diff File | ||
mod - locale/si/LC_MESSAGES/si.po | Diff File | ||
mod - locale/sk/LC_MESSAGES/sk.mo | Diff File | ||
mod - locale/sk/LC_MESSAGES/sk.po | Diff File | ||
mod - locale/sl/LC_MESSAGES/sl.mo | Diff File | ||
mod - locale/sl/LC_MESSAGES/sl.po | Diff File | ||
mod - locale/sq/LC_MESSAGES/sq.mo | Diff File | ||
mod - locale/sq/LC_MESSAGES/sq.po | Diff File | ||
mod - locale/sr/LC_MESSAGES/sr.mo | Diff File | ||
mod - locale/sr/LC_MESSAGES/sr.po | Diff File | ||
mod - locale/sv/LC_MESSAGES/sv.mo | Diff File | ||
mod - locale/sv/LC_MESSAGES/sv.po | Diff File | ||
mod - locale/th/LC_MESSAGES/th.mo | Diff File | ||
mod - locale/th/LC_MESSAGES/th.po | Diff File | ||
mod - locale/tr/LC_MESSAGES/tr.mo | Diff File | ||
mod - locale/tr/LC_MESSAGES/tr.po | Diff File | ||
mod - locale/ur/LC_MESSAGES/ur.mo | Diff File | ||
mod - locale/ur/LC_MESSAGES/ur.po | Diff File | ||
mod - locale/vi/LC_MESSAGES/vi.mo | Diff File | ||
mod - locale/vi/LC_MESSAGES/vi.po | Diff File | ||
mod - locale/zh-Hans/LC_MESSAGES/zh-Hans.mo | Diff File | ||
mod - locale/zh-Hans/LC_MESSAGES/zh-Hans.po | Diff File | ||
mod - locale/zh-Hant-HK/LC_MESSAGES/zh-Hant-HK.mo | Diff File | ||
mod - locale/zh-Hant-HK/LC_MESSAGES/zh-Hant-HK.po | Diff File | ||
mod - locale/zh-Hant-TW/LC_MESSAGES/zh-Hant-TW.mo | Diff File | ||
mod - locale/zh-Hant-TW/LC_MESSAGES/zh-Hant-TW.po | Diff File | ||
mod - qanda.php | Diff File | ||
mod - save.php | Diff File | ||
Yii 64844b3e 2011-12-06 15:02 Details Diff |
Updated translation: Hebrew by GCI participant Yuval Yogev (partial) git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey_ci@11606 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - locale/he/LC_MESSAGES/he.mo | Diff File | ||
mod - locale/he/LC_MESSAGES/he.po | Diff File | ||
Yii 3c87a77a 2011-12-06 13:56 Details Diff |
Port the functionality 'Drop tokens table' to the Yii PHP framework - work done by GCI participant Daniel Huang git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey_yii@11605 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - application/controllers/admin/tokens.php | Diff File | ||
mod - application/views/admin/token/tokenbar.php | Diff File | ||
Yii 2bc68b7a 2011-12-06 13:40 Details Diff |
Updated translation: Croatian by GCI participant DarkoStojanov git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey_ci@11604 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - locale/hr/LC_MESSAGES/hr.mo | Diff File | ||
mod - locale/hr/LC_MESSAGES/hr.po | Diff File | ||
master 61f2c247 2011-12-06 13:35 Thomas White Details Diff |
New Feature #05269: Use ExpressionManager for Branching logic as optional alternative to Conditions Dev Removed more obsolete code Dev FixLanguageConsistency() upgraded to save relevance for questions and groups across languages git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey_dev_tms@11603 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - common_functions.php | Diff File | ||
mod - group.php | Diff File | ||
mod - index.php | Diff File | ||
master f8822f58 2011-12-06 12:56 Thomas White Details Diff |
New Feature #05269: Use ExpressionManager for Branching logic as optional alternative to Conditions Dev Added Cross-site scripting protection to EM - substitutions are htmlspecialchars() escaped prior to insertion into HTML git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey_dev_tms@11602 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - classes/eval/ExpressionManager.php | Diff File | ||
Yii dc72f056 2011-12-06 12:08
Details Diff |
Commit for GCI task #7133223 Port the Central Participant's Database panel core functionality into the yii framework (3/3) by Gaurav Narula git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey_yii@11601 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - application/controllers/admin/participantsaction.php | Diff File | ||
mod - application/helpers/common_helper.php | Diff File | ||
mod - application/models/ParticipantAttributeNames.php | Diff File | ||
mod - application/models/Participants.php | Diff File | ||
mod - application/models/participant_attribute_model.php | Diff File | ||
mod - application/views/admin/participants/attributeMapToken_view.php | Diff File | ||
mod - application/views/admin/participants/attributeMap_view.php | Diff File | ||
mod - application/views/admin/participants/displayParticipants_view.php | Diff File | ||
mod - application/views/admin/participants/participantsPanel_view.php | Diff File | ||
mod - application/views/admin/participants/viewAttribute_view.php | Diff File | ||
mod - application/views/admin/token/browse.php | Diff File | ||
master 3f4d7923 2011-12-06 11:50 Thomas White Details Diff |
New Feature #05269: Use ExpressionManager for Branching logic as optional alternative to Conditions Dev All 3 survey styles (question, group, all-in-one) working via "group.php", which should now be called something like navigation_controller.php Dev So, all decisions about what to display and how to validate them are centrally coordinated Dev Removed obsolete code Dev Note - there is still some lingering duplicate processing - especially in qanda.php. No additional SQL queries should be needed to display questions/answers - can get them from EM cache - will require refactoring of qanda.php git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey_dev_tms@11600 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
rm - group1.php | Diff | ||
rm - qanda1.php | Diff | ||
rm - question.php | Diff | ||
rm - question1.php | Diff | ||
rm - save1.php | Diff | ||
rm - survey.php | Diff | ||
rm - survey1.php | Diff | ||
mod - common_functions.php | Diff File | ||
mod - group.php | Diff File | ||
mod - index.php | Diff File | ||
mod - qanda.php | Diff File | ||
mod - save.php | Diff File | ||
master 893a4d57 2011-12-06 10:47 Thomas White Details Diff |
New Feature #05269: Use ExpressionManager for Branching logic as optional alternative to Conditions Dev Bugfix - server-side computation of visibility was always display:none (so only displayed via JavaScript). Fixed git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey_dev_tms@11599 b72ed6b6-b9f8-46b5-92b4-906544132732 |
||
mod - classes/eval/LimeExpressionManager.php | Diff File |