Commit Graph

12 Commits

Author SHA1 Message Date
Sean Harvey
04130ad501 BUGFIX If the step doesn't exist, don't attempt to delete it 2009-04-27 23:13:21 +00:00
Sean Harvey
ef436eadd4 BUGFIX Ensure that any relations to MultiFormStep are destroyed before calling delete() 2009-01-27 10:47:22 +00:00
Sean Harvey
70b7e95c81 Reverted r70810 which didn't have a commit message 2009-01-27 10:45:46 +00:00
Sean Harvey
7e9d014eee 2009-01-27 10:44:40 +00:00
Sean Harvey
1ba27d9c7d MINOR Removed MultiFormSession::[Data] which is never used 2008-07-21 21:07:48 +00:00
Sean Harvey
a42bb6103b BUGFIX Removing url_type which isnt very useful MINOR documentation updates ENHANCEMENT return value on MultiForm->setCurrentStep() MINOR code cleanup in general 2008-07-21 21:06:59 +00:00
Sean Harvey
edcdbf8935 Fixed re-creating of a new Hash field even if one exists, also fixed non-object errors through better structured setSession() method 2008-05-14 11:30:35 +00:00
Sean Harvey
626c272b6f Remove the relation as well as delete the object 2008-05-14 07:16:38 +00:00
Sean Harvey
652c0af4c2 Added parent::onBeforeDelete() - without this, it breaks! 2008-05-14 06:54:53 +00:00
Sean Harvey
6f07bf39b2 Added phpdoc to methods and classes 2008-04-22 11:03:03 +00:00
Sean Harvey
39005fdf84 Added support for Hash identification of a MultiFormSession - probably needs some encapsulation, as we're adding more code to init(), and encapsulate the checking of this->stat('url_type') into it's own method, so you don't need to do the ternary operator so much 2008-04-19 01:14:16 +00:00
Sean Harvey
5c76350fba 2008-04-17 22:03:51 +00:00