silverstripe-multiform/code
2013-01-03 09:48:55 +01:00
..
MultiForm.php ENHANCEMENT Allowing $filter argument in MultiForm->getSavedSteps() 2013-01-03 09:48:55 +01:00
MultiFormObjectDecorator.php MINOR Fixed SQL quoting (requires 2.4) 2010-03-22 10:49:04 +00:00
MultiFormPurgeTask.php MINOR Fixed SQL quoting (requires 2.4) 2010-03-22 10:49:04 +00:00
MultiFormSession.php BUGFIX Use Member::currentUser() instead of Member::currentMember() which isn't available in both SS 2.4 and 3.0 2012-05-14 15:00:57 +12:00
MultiFormStep.php BUGFIX Using actual step instances instead of half-complete ArrayData templates in MultiForm->getAllStepsLinear()/getAllStepsRecursive(). Linking current form instance on these steps, and ensuring the title has a fallback to classname globally (not just when retrieving steps through getAllSteps*() methods) 2013-01-03 09:48:51 +01:00