This repository has been archived by the owner on Nov 28, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 46
unit tests added, code style errors fixed #13
Open
bancer
wants to merge
255
commits into
jaredhoyt:master
Choose a base branch
from
bancer:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) { }
CakePHP 2.0 Adaptations
Form data handling
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
Added visibility keywords
Addition of visibility keywords
…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
redirects-optimization Conflicts: Controller/Component/WizardComponent.php
Merge branch 'master' of https://github.com/ProLoser/CakePHP-Wizard into
Fixed indefinite loop bug.
test type for $proceed
Update WizardComponent.php
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.