Markus Podar
|
459ee900fe
|
php-7.4-compact: replace deprecated curly brace offset access
Per https://wiki.php.net/rfc/deprecate_curly_braces_array_access and https://www.php.net/manual/en/migration74.deprecated.php
> The array and string offset access syntax using curly braces is deprecated. Use $var[$idx] instead of $var{$idx}.
|
2020-03-20 21:10:58 +01:00 |
|
Marc Würth
|
da8414e13b
|
Use HTTPS for the opensource.org MIT license URL
|
2017-06-11 00:23:22 +02:00 |
|
Marc Würth
|
10b89b51a9
|
Use HTTPS for the cakefoundation.org URL
|
2017-06-11 00:10:59 +02:00 |
|
Marc Würth
|
17314baa15
|
Use HTTPS for the cakephp.org URL
|
2017-06-10 23:40:28 +02:00 |
|
Edgaras Janušauskas
|
fde1d08b43
|
Fix PHPDoc @return by replacing $this to self
|
2016-01-28 23:10:42 +02:00 |
|
Anthony GRASSIOT
|
aa42b80a4d
|
a / an typo fixes fot API
|
2014-07-30 22:11:03 +02:00 |
|
euromark
|
974ca851c2
|
Correct doc blocks according to cs guidelines.
Remove superfluous empty lines.
|
2014-07-03 15:36:42 +02:00 |
|
ADmad
|
16df061d66
|
Fix api docblocks for View layer classes.
|
2014-05-30 01:23:12 +05:30 |
|
euromark
|
0ece694a75
|
microptimize options and default merge and other string key array merges
|
2014-04-08 01:25:14 +02:00 |
|
Bryan Crowe
|
d39ced8381
|
Correct 'an URL' to 'a URL' in docblocks
|
2013-10-22 00:09:34 -04:00 |
|
Bryan Crowe
|
915b51b239
|
Updated JavaScript casing and JsHelper references in doc blocks
|
2013-09-25 22:46:38 -04:00 |
|
euromark
|
7cb19b97db
|
coding standards and simplification of else cases as well as some minor fixes
|
2013-07-03 00:52:48 +02:00 |
|
Marc Würth
|
4c9f0414cb
|
Improved the DocBlocks and other code cleanup
Fixed @license tag, url comes first
Whitespace and other minor code cleanup
Added some docblocks
|
2013-05-31 00:11:19 +02:00 |
|
euromark
|
09d9efe235
|
spelling corrections (a url to an URL, unify URL)
|
2013-04-29 11:05:17 +02:00 |
|
Graham Weldon
|
26a08c6780
|
Updated copyright
|
2013-02-08 21:28:17 +09:00 |
|
Graham Weldon
|
66d856d883
|
Added extra line for referencing license file for copyright
|
2013-02-08 21:22:51 +09:00 |
|
Graham Weldon
|
7b860debe4
|
This commit is dedicated to Mark Story, who has put in much dedicated time and effort into CakePHP over the years.
I just wanted to ruin his evening, because this change needs to be merged into CakePHP 3.0.
|
2013-02-08 20:59:49 +09:00 |
|
euromark
|
b811afbc44
|
double spaces to single ones
|
2012-12-22 23:48:15 +01:00 |
|
ADmad
|
72d6ca636f
|
Docblock fixes
|
2012-11-29 04:36:29 +05:30 |
|
dogmatic69
|
a38a616cba
|
changing join() to implode() for consistency
|
2012-09-15 11:06:02 +01:00 |
|
Jelle Henkens
|
f7ce5262b7
|
Updating mixed @param documentation to seperate list of accepted types
|
2012-05-21 21:55:10 +01:00 |
|
Juan Basso
|
c754fb2dcb
|
Updated copyright to 2012.
|
2012-03-12 22:46:46 -04:00 |
|
mark_story
|
acccdcde1f
|
Fix coding standard issues in View/
|
2012-03-03 17:10:12 -05:00 |
|
Majna
|
1dbafe1d4f
|
Fix docblocks.
|
2012-02-17 13:51:20 +01:00 |
|
euromark
|
a41539dfa4
|
Indentation fix (tab instead of spaces)
Fixes #2398
Conflicts:
lib/Cake/Test/Case/Console/Command/ShellTest.php
Signed-off-by: mark_story <mark@mark-story.com>
|
2011-12-20 22:26:43 -05:00 |
|
Kyle Robinson Young
|
1e1c7a036d
|
Code consistency formatting tweaks
|
2011-12-06 12:52:48 -08:00 |
|
Kyle Robinson Young
|
8197f87dbc
|
Spelling and grammar fixes
|
2011-12-01 21:58:09 -08:00 |
|
mark_story
|
42f9f8e2c3
|
Fixing strict errors.
While this is a minor API change, its required to
make CakePHP pass E_STRICT in testing.
|
2011-11-12 21:42:20 -05:00 |
|
Juan Basso
|
0575e92833
|
Added visibility in some methods and attributes.
|
2011-08-18 22:30:28 -04:00 |
|
Juan Basso
|
895c10af7b
|
Adjusted some types in @param, @return and @var.
|
2011-07-31 22:57:17 -04:00 |
|
Juan Basso
|
7604763888
|
Updated some file headers to include correct license and copyright.
|
2011-07-31 19:14:36 -04:00 |
|
Juan Basso
|
02f290ac52
|
Fixed some API doc in views.
|
2011-07-28 22:45:47 -04:00 |
|
Jose Lorenzo Rodriguez
|
cfd2d9e00b
|
Updating all @package annotations in doc blocks
|
2011-07-26 01:46:14 -04:30 |
|
Juan Basso
|
192812ee7f
|
Updating the copyright to 2011.
|
2011-05-30 22:32:43 -04:00 |
|
Thomas Ploch
|
bea666bb12
|
Removed JsBaseEngineHelper::$useNative. Removed json_encode() emulation from JsBaseEngineHelper::object(). Removed unnessecary call to get_object_vars() in JsBaseEngineHelper::object(). Removed unnessecary tests for equalness of emulation and native json_encode(). Added test for correct encoding of objects to JsHelper test case. Fixes #704
|
2011-04-26 22:35:33 -04:00 |
|
José Lorenzo Rodríguez
|
227ed6ef27
|
Fixing the Js engine helpers
|
2011-02-14 00:19:06 -04:30 |
|
José Lorenzo Rodríguez
|
1332561164
|
Merge remote branch 'origin/2.0' into 2.0-class-loading
Conflicts:
cake/libs/view/helpers/js.php
lib/Cake/Console/Command/Task/FixtureTask.php
|
2011-01-09 23:32:05 -04:30 |
|
José Lorenzo Rodríguez
|
4c0e06c451
|
Merge remote branch 'origin/2.0' into 2.0-class-loading
Conflicts:
cake/bootstrap.php
cake/libs/view/helpers/js.php
lib/Cake/Model/AclNode.php
lib/Cake/Model/ConnectionManager.php
lib/Cake/bootstrap.php
lib/Cake/tests/cases/libs/controller/controller.test.php
|
2011-01-02 02:00:03 -04:30 |
|
José Lorenzo Rodríguez
|
9fac0b92c6
|
Extracting JsBaseEngineHelper to its own file, fixing some JsHelper related test cases
|
2010-12-21 22:01:38 -04:30 |
|