Commit Graph

  • d878a45645 tweaked doc Sean Harvey 2008-04-28 03:13:29 +0000
  • 9475fabee7 Fixed old documentation Sean Harvey 2008-04-28 03:13:03 +0000
  • 20207a8dee Disable default form security token - our sessions are identified by URL, so this won't work! (Although we could possibly find a better way than simply disabling this in the future) Sean Harvey 2008-04-28 03:10:13 +0000
  • dac113fe3d Made the hidden field work the same way as the FormAction() Sean Harvey 2008-04-23 10:46:11 +0000
  • 6f07bf39b2 Added phpdoc to methods and classes Sean Harvey 2008-04-22 11:03:03 +0000
  • ec747bc6c6 Documented loadData() and saveData() Sean Harvey 2008-04-21 08:54:48 +0000
  • aa6236b495 Added getController (an accessor method to $this->controller so we can use $Controller, or <% control Controller %> in the form templates) Sean Harvey 2008-04-21 08:32:05 +0000
  • 22d9241021 Added getPreviousStepFromDatabase() to return the previous step class record from the database (if it exists!) Sean Harvey 2008-04-21 05:06:47 +0000
  • 6baef78fd3 Added missing doc on init() Sean Harvey 2008-04-20 22:07:18 +0000
  • 45fd3853c9 Updated README file Sean Harvey 2008-04-20 22:06:02 +0000
  • 18fe36cdd9 Encapsulated getting session records, added notes Sean Harvey 2008-04-20 09:28:02 +0000
  • d5e613a9fb Fixed XML parsing error in template Sean Harvey 2008-04-20 09:25:24 +0000
  • a4a78b82cb Use microtime() Sean Harvey 2008-04-20 05:59:15 +0000
  • 985abc7557 Variable name change Sean Harvey 2008-04-20 00:44:14 +0000
  • b298e83a0f Removed two of the same calls, just use one outside the if-else block instead Sean Harvey 2008-04-20 00:43:19 +0000
  • 0d3196607a Made use of MultiFormStep::getNextStepFromDatabase() instead of direct DO::get() call, and check for SessionID before attempting a DO::get() Sean Harvey 2008-04-20 00:39:01 +0000
  • facf2e3833 Docs, bug fixes in code Sean Harvey 2008-04-20 00:28:49 +0000
  • eb5b57f418 encapsulated $this->session->CurrentStep() calls to getCurrentStep() Sean Harvey 2008-04-20 00:28:18 +0000
  • a0dfd338fb Encapsulated procedures from init() into their own methods, specifically, setSession() which sets up the current multiform session, and getCurrentStep() is now smarter and setCurrentStep() does the step writing responsibilities Sean Harvey 2008-04-20 00:01:27 +0000
  • 75cee5851a Removed TODO that's been done! Sean Harvey 2008-04-19 03:42:17 +0000
  • c4cb832e57 $LinkingMode isn't always available, like for a step that hasn't been reached yet Sean Harvey 2008-04-19 03:00:51 +0000
  • 75ce791dca Added documentation Sean Harvey 2008-04-19 01:23:28 +0000
  • a47191c802 Removed calls to previously removed methods Sean Harvey 2008-04-19 01:21:48 +0000
  • 01fe23fe2f Removed unused methods Sean Harvey 2008-04-19 01:19:47 +0000
  • 433d74b94d Added TODO Sean Harvey 2008-04-19 01:17:12 +0000
  • 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 Sean Harvey 2008-04-19 01:14:16 +0000
  • 0775215578 Removed url_type - this isn't done quite yet to be committed. Sean Harvey 2008-04-19 00:08:19 +0000
  • cb0a14e601 Added TODO about expiration Sean Harvey 2008-04-19 00:05:02 +0000
  • 101771a096 Added TODO for security Sean Harvey 2008-04-18 23:49:01 +0000
  • a48c1433ea Changed static function isActionField to is_action_field to adhere to coding standards Sean Harvey 2008-04-18 23:25:41 +0000
  • 5c76350fba Sean Harvey 2008-04-17 22:03:51 +0000