ADmad
|
7a4244d0a6
More docblock CS fixes.
|
12 years ago |
mark_story
|
2c5d96e916
Merge branch 'master' into 2.5
|
12 years ago |
mark_story
|
a5d50da040
Remove dead and unused code.
|
12 years ago |
ADmad
|
dda6080579
Merge branch 'master' into 2.5
|
12 years ago |
Marc Würth
|
7cfa0116f4
Removed "PHP 5" from file header DocBlocks
|
12 years ago |
Kim Egede Jakobsen
|
18e0dc95dd
Remove @return from docblock (for __construct && __destruct methods)
|
12 years ago |
Phally
|
9260a78ea3
Fixes last items for #1665.
|
12 years ago |
rooseveltrp
|
98e11cea5d
Adds File::replaceText().
|
12 years ago |
Bryan Crowe
|
8895405577
Rrue to True, simple typo
|
12 years ago |
Bryan Crowe
|
c729b56b23
Additional grammatical corrections to File utility
|
12 years ago |
Bryan Crowe
|
79c3336b7e
Updated returns in docblocks in File utility
|
12 years ago |
mark_story
|
0f2d59d987
Merge branch 'master' into 2.4
|
12 years ago |
euromark
|
6cf147e8c8
unify null checks - avoid method call in favor of strict check
|
12 years ago |
euromark
|
e1365336e2
avoid notice in mime()
|
12 years ago |
ADmad
|
3303a2cda1
Merge branch 'master' into 2.4
|
13 years ago |
Marc Würth
|
4c9f0414cb
Improved the DocBlocks and other code cleanup
|
13 years ago |
mark_story
|
aee8b50507
Merge branch 'master' into 2.4
|
13 years ago |
mark_story
|
247d836174
Remove useless reference operator.
|
13 years ago |
ADmad
|
79ad8ab95a
Merge branch 'master' into 2.4
|
13 years ago |
ADmad
|
ba56fb7064
Fixed issue where incorrect cached filesize was reported when appending to file.
|
13 years ago |
dogmatic69
|
7b0e5d9375
Moved stat cache clearing into a method for consitent usage.
|
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 |
dogmatic69
|
cf8fccae96
converting $foo == null / $foo == false to !$foo
|
13 years ago |
euromark
|
3945c0e6a8
rtim files
|
13 years ago |
Jelle Henkens
|
f7ce5262b7
Updating mixed @param documentation to seperate list of accepted types
|
14 years ago |
Jelle Henkens
|
97ebbc8e23
Fixing coding conventions
|
14 years ago |
Rachman Chavik
|
74830b9b93
File::create() does not need to change umask
|
14 years ago |