silverstripe-multiform/code
Sean Harvey c2ba6d441f API CHANGE Added currentSessionHash property to MultiForm which stores the currently opened session by the user
API CHANGE Renamed MultiForm::getSessionRecord() to getCurrentSession() and removed the parameter, since this wasn't done in a very OOP manner
MINOR Test for MultiFormSession::markCompleted() to ensure that session can't be used again by MultiForm
2009-08-05 10:12:13 +00:00
..
MultiForm.php API CHANGE Added currentSessionHash property to MultiForm which stores the currently opened session by the user 2009-08-05 10:12:13 +00:00
MultiFormObjectDecorator.php MINOR where[] can't be used for reading 2008-07-21 04:40:18 +00:00
MultiFormPurgeTask.php MINOR Code syntax formatting and removal of useless comment 2008-09-20 09:31:44 +00:00
MultiFormSession.php BUGFIX If the step doesn't exist, don't attempt to delete it 2009-04-27 23:13:21 +00:00
MultiFormStep.php MINOR Tidy up of tests 2009-07-20 09:22:49 +00:00