From 9fb4f63fd59808ef1ee2bf1650fbd3856257f0eb Mon Sep 17 00:00:00 2001 From: Ton Date: Sat, 28 Jan 2012 19:34:00 +0100 Subject: [PATCH 1/3] modified the AppController classes for CakePhp 2.1 Signed-off-by:Ton --- Controller/UmdashboardController.php | 4 ++-- Controller/UmpermissionsController.php | 4 ++-- Controller/UmrolesController.php | 4 ++-- Controller/UmusersController.php | 4 ++-- .../{UserminAppController.php => UserminController.php} | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) rename Controller/{UserminAppController.php => UserminController.php} (71%) diff --git a/Controller/UmdashboardController.php b/Controller/UmdashboardController.php index 213c5c6..ea2f191 100644 --- a/Controller/UmdashboardController.php +++ b/Controller/UmdashboardController.php @@ -1,11 +1,11 @@ Date: Sat, 28 Jan 2012 19:38:47 +0100 Subject: [PATCH 2/3] modified documentation for CakePhp 2.1 Signed-off-by:Ton --- README | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README b/README index 1dd7fc0..d9a58bb 100644 --- a/README +++ b/README @@ -1,3 +1,25 @@ +if you are using 2.1 then the Consolescript won't work right out of the box. + +You wil have to place a short script in the app/Console directory as described here: + + +http://book.cakephp.org/2.0/en/appendices/2-1-migration-guide.html?highlight=appshell + +Basicaly you add a file called app/Console/Command/AppShell.php to your application dir. +Contents of that file: + + + +All the classes have been upgraded to CakePhp 2.1 + + +Ton + + --------------------------------------------------- | Usermin is a simple auth plugin for cakephp 2.0.x | --------------------------------------------------- From 4ffe201a3c19bd1befe01f8a6d8dec6b0ba036eb Mon Sep 17 00:00:00 2001 From: Ton Date: Sat, 28 Jan 2012 19:47:12 +0100 Subject: [PATCH 3/3] removed empty 'empty' file --- Config/Schema/empty | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 Config/Schema/empty diff --git a/Config/Schema/empty b/Config/Schema/empty deleted file mode 100644 index e69de29..0000000