Bryan Crowe
|
4242bd4f3d
Additional Cake references to CakePHP and docblock typo
|
12 years ago |
Mischa ter Smitten
|
dad1f16eaf
Made _stop() usage in Consoles / Tasks more consistent
|
12 years ago |
Marc Würth
|
4c9f0414cb
Improved the DocBlocks and other code cleanup
|
13 years ago |
euromark
|
e3e11a48e6
fix some domain translations and remove leftover true param from 1.x
|
13 years ago |
mark_story
|
eee37bb04e
Improve docs for AclShell.
|
13 years ago |
euromark
|
111366d5c8
== to === and != to !== where applicable
|
13 years ago |
Graham Weldon
|
66d856d883
Added extra line for referencing license file for copyright
|
13 years ago |
Graham Weldon
|
7b860debe4
This commit is dedicated to Mark Story, who has put in much dedicated time and effort into CakePHP over the years.
|
13 years ago |
euromark
|
b811afbc44
double spaces to single ones
|
13 years ago |
Ceeram
|
eadc3a75e5
fix coding standards
|
13 years ago |
dogmatic69
|
cf8fccae96
converting $foo == null / $foo == false to !$foo
|
13 years ago |
Rachman Chavik
|
5413b672eb
use is_subclass_of instead of comparing Acl.classname
|
13 years ago |
Jelle Henkens
|
f7ce5262b7
Updating mixed @param documentation to seperate list of accepted types
|
14 years ago |
mark_story
|
19e0d8d946
Switch usage to Hash where possible.
|
14 years ago |
Juan Basso
|
c754fb2dcb
Updated copyright to 2012.
|
14 years ago |
mark_story
|
db8c6b5c78
Fix most of the coding standards issues in Console/
|
14 years ago |
mark_story
|
e958e6c25f
Fix strict and warning errors from type hints.
|
14 years ago |
Matthew Lanigan
|
0e607bf880
$action in AclShell::_getParams() defaults to '*', not NULL
|
14 years ago |
ADmad
|
73674c648c
Moving AppShell inside Console/Command for consistency with file location of other App classes. Also making all core shells and tasks extends AppShell instead of Shell. Closes #2278
|
14 years ago |
Ceeram
|
767d1afcd8
fixing helptext for AclShell
|
14 years ago |
mark_story
|
dffcf048d9
Fix incorrect documentation.
|
14 years ago |
Juan Basso
|
61833294f0
Changed the visibility to methods that not affect others classes.
|
14 years ago |
Juan Basso
|
895c10af7b
Adjusted some types in @param, @return and @var.
|
14 years ago |
Juan Basso
|
3723f7d396
Fixed some API doc in controllers and errors.
|
14 years ago |
Juan Basso
|
a0ee8b49fe
Fixed some API doc in console.
|
14 years ago |
Jose Lorenzo Rodriguez
|
cfd2d9e00b
Updating all @package annotations in doc blocks
|
14 years ago |
Mark Story
|
74e2cb1507
Updating doc blocks and @package strings for Console
|
14 years ago |
Juan Basso
|
192812ee7f
Updating the copyright to 2011.
|
15 years ago |
Renan Gonçalves
|
438050dcaa
Adding 'public' visibility to all public methods.
|
15 years ago |
mark_story
|
f905237303
Adding missing import. Fixes #1736
|
15 years ago |