Skip to content

merged conversion to cake 2#1

Closed
bancer wants to merge 55 commits intobancer:masterfrom
ProLoser:master
Closed

merged conversion to cake 2#1
bancer wants to merge 55 commits intobancer:masterfrom
ProLoser:master

Conversation

@bancer
Copy link
Owner

@bancer bancer commented Nov 24, 2016

No description provided.

Dean Sofer and others added 30 commits August 17, 2010 19:48
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
destinydriven and others added 25 commits July 25, 2012 16:33
Added visibility keywords
Added visibility keywords
Added visibility keywords
Added visibility keywords
Addition of visibility keywords
Minor updates for 2.* compatibility which included fixing callback method signatures for initialize() and startup() and the addition of constructor method to handle $settings configuration array. Minor fixes to visibility keywords which should have been set as protected from previous commit.  
Updated callback method signatures, visibility keywords (protected)
Add roaming option (any step is valid)
Replace trigger_error() with more the specific NotImplementedException for missing process Callbacks
Using NotImplementedException for missing process Callbacks
add return before every redirect()
* skie/master:
  fix cake2 style
  clean code formating. implements SaveAndBack mode for wizard

Conflicts:
	Controller/Component/WizardComponent.php
	View/Helper/WizardHelper.php
@bancer bancer closed this Nov 24, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants