Skip to content
This repository was archived by the owner on Nov 28, 2018. It is now read-only.

Conversation

@bancer
Copy link

@bancer bancer commented Nov 30, 2016

No description provided.

Dean Sofer and others added 30 commits December 22, 2010 14:30
Conflicts:
	README.md
	controllers/components/wizard.php
	views/helpers/wizard.php
Adding stepTotal() convenience function to helper.
Wizard now extends 'Object' instead of 'Component'

'$this->Session' replaced by , '$this->controller->Session'


Added component dependency :

 function beforeRender(&$controller) {    }

 AND 

 function shutdown(&$controller) {    }

function initialize($controller, $settings = array()) {
		$this->controller = $controller;

Removed :

Component::beforeRender($controller)

Component::shutdown($controller)

Component::beforeRedirect($controller, $url, $status=null, $exit=true)
I tried to use git mv but apparently it couldn't tell it was just a relocation of the files :/
$this->params() has been replaced in Cake 2.*  CakeRequest is now used to access same
Added visibility keywords
Added visibility keywords
Added visibility keywords
Added visibility keywords
Added visibility keywords
Added visibility keywords
Added visibility keywords
Addition of visibility keywords
bancer and others added 30 commits February 21, 2017 13:32
…iable (#22)

* Wizard root session key is refactored to a configurable component
variable.

* fixed unit test

* Moved sessionRootKey related code from initialize to startup to ease the
configuration in a controller.

* Setting session keys refactored to a private method.

* Fixed variable name.
redirects-optimization-conflicts

Conflicts:
	Controller/Component/WizardComponent.php
Some refactoring in order to reduce the number of redirects
…nto redirects-optimization-conflicts

Conflicts:
	Controller/Component/WizardComponent.php
redirects-optimization

Conflicts:
	Controller/Component/WizardComponent.php
test type for $proceed
Update WizardComponent.php
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants