Project information
The basic idea of conditional text is to evaluate an expression, and display some text if it's true, and hide the text if it's false. However, in some cases (such as displaying on help.d.o), we would want to display all conditional text in fieldsets and let the user choose (possibly by cookie) whether to view or hide particular conditional text.
Project page on drupal.org: http://drupal.org/sandbox/yorirou/1114094
Student: Tamás Demeter-Haludka Yorirou
Mentor: Jennifer Hodgdon jhodgdon
Description
See the full specs here: http://drupal.org/node/1095012#conditional
Progress
Evaluation system is implemented
A basic parser is implemented
Works as a filter
Display plugins: filter out, fieldset
Condition plugins: installed (module versions)
Reason explainer