mark_story
|
7624884240
|
Use + instead of array_merge.
If you have numeric columns in your database, array_merge() will re-key
the array dropping the original values.
Fixes #2198
|
2013-10-25 10:23:50 -04:00 |
|
euromark
|
8a90cbd4fe
|
coding standards
|
2013-10-24 23:14:09 +02:00 |
|
Mark Story
|
ea0c66e713
|
Merge pull request #2187 from bar/model-optimizations
Optimize conditionals and reduce lookups.
|
2013-10-24 14:09:47 -07:00 |
|
Mark Story
|
d7f37efc34
|
Merge pull request #2196 from ravage84/orphaned-home
Emptied home.ctp in test_app as much as possible
|
2013-10-24 09:21:00 -07:00 |
|
Marc Würth
|
86bc9d73cf
|
Emptied home.ctp in test_app as much as possible
This file is never seen by anyone but gets analyzed by
``ExtractTaskTest::testExecute()``
|
2013-10-24 16:57:58 +02:00 |
|
José Lorenzo Rodríguez
|
a6eb348e2f
|
Merge pull request #2194 from ravage84/gh-link-home.ctp
Improved wording of link to GH repo in home.ctp
|
2013-10-24 07:33:19 -07:00 |
|
ADmad
|
df523ded7c
|
Fixed docblock. Closes #2193
|
2013-10-24 19:27:56 +05:30 |
|
Marc Würth
|
0e348dfbbd
|
Improved wording of link to GH repo in home.ctp
|
2013-10-24 15:51:59 +02:00 |
|
Ber Clausen
|
1fbe9c0021
|
Optimize conditionals and reduce lookups.
Also, make the code easier to read removing unneded indentations.
|
2013-10-24 10:16:55 -03:00 |
|
José Lorenzo Rodríguez
|
230b9dac66
|
Merge pull request #2191 from jameswatts/feature/skel-links
Updated links to CakePHP resources
|
2013-10-24 05:42:37 -07:00 |
|
James Watts
|
12f0cc0559
|
Updated links to CakePHP resources
|
2013-10-24 14:39:32 +02:00 |
|
Marc Würth
|
7c07d37fb3
|
Some DocBlock improvements for Model.php
|
2013-10-24 13:05:32 +02:00 |
|
Ber Clausen
|
6dcfd28600
|
Optimize _clearCache().
It is cheaper to make an assignment or call strtolower() than to pluralize.
|
2013-10-23 22:29:42 -03:00 |
|
Mark Story
|
43fccc1cbf
|
Merge pull request #2184 from ravage84/sortby
Renamed $sortby to $sortBy in sortByKey
|
2013-10-23 09:42:28 -07:00 |
|
mark_story
|
23b23d8050
|
Fix delivery issues with long subject lines and MailTransport.
A few people have reported issues sending wrapped messages via
MailTransport. Removing the new lines has been suggested as a fix.
Refs #2176
|
2013-10-23 12:41:57 -04:00 |
|
Marc Würth
|
c44135a50b
|
Renamed $sortby to $sortBy in sortByKey
|
2013-10-23 17:28:48 +02:00 |
|
Mark Story
|
b4a0182bf0
|
Merge pull request #2181 from bcrowe/hotfix-classname
Add space between classname(s)
|
2013-10-23 04:37:23 -07:00 |
|
Mark Story
|
bd4aff13ee
|
Merge pull request #2180 from bcrowe/hotfix-strict
Strict null check on group parameter
|
2013-10-22 20:13:37 -07:00 |
|
Bryan Crowe
|
a943ea5c34
|
Add space between classname(s)
|
2013-10-22 22:59:50 -04:00 |
|
mark_story
|
328fcdc376
|
Sync skel and app directories.
Closes #1698
|
2013-10-22 22:18:59 -04:00 |
|
Bryan Crowe
|
79846d25f8
|
Strict null check on group parameter
|
2013-10-22 22:11:02 -04:00 |
|
mark_story
|
75624c0279
|
Update version number to 2.4.2
|
2013-10-22 21:49:25 -04:00 |
|
Frank de Graaf
|
ab89f6ec97
|
Makes DboSource less string dependent.
|
2013-10-22 16:43:32 +02:00 |
|
Bryan Crowe
|
d39ced8381
|
Correct 'an URL' to 'a URL' in docblocks
|
2013-10-22 00:09:34 -04:00 |
|
mark_story
|
e27e887707
|
Deprecate features being removed in 3.0
|
2013-10-21 16:55:21 -04:00 |
|
mark_story
|
bcafde6212
|
Add numeric validator for float fields by default.
Make bake add numeric validator to float fields.
Fixes #2163
|
2013-10-20 22:54:30 -04:00 |
|
euromark
|
c08df2a7f9
|
Correct wording of Hash::expand()
|
2013-10-19 17:54:43 +02:00 |
|
Cameri
|
2b234236d6
|
Removed /mpm from 'url' option for last test in JqueryEngineHelper::testRequest().
|
2013-10-18 11:41:38 -04:00 |
|
Cameri
|
069b309249
|
Added test case for JqueryEngineHelper::request() to validate 'xhr' callback.
|
2013-10-18 11:00:15 -04:00 |
|
Cameri
|
bb33d52cc6
|
Added 'xhr' as callback in JqueryEngineHelper::request() so it formats as Javascript.
|
2013-10-17 18:26:39 -04:00 |
|
mark_story
|
1ae470a284
|
Fix inflection rules for curves.
Remove curve from the uninflected list and update rules so it, wolves,
and lives are still properly handled.
Fixes #2148
|
2013-10-17 12:15:56 -04:00 |
|
mark_story
|
935a51c892
|
Add tests for curve<->curves
Closes #2148
|
2013-10-17 12:10:49 -04:00 |
|
Bryan Crowe
|
1f2a4113bf
|
Readability update for Dispatcher::_invoke()
|
2013-10-17 00:48:17 -04:00 |
|
Bryan Crowe
|
bc2fcf421f
|
Remove extra space around the brace in CakeSchema::_arrayDiffAssoc()
|
2013-10-16 09:52:29 -04:00 |
|
Mark Story
|
ff0b963941
|
Merge pull request #2142 from bcrowe/hotfix-strictNull
Change is_null() calls to strict checks
|
2013-10-15 20:00:12 -07:00 |
|
Bryan Crowe
|
5addb2cc9f
|
Change is_null() calls to strict checks in CakeSchema::_arrayDiffAssoc()
|
2013-10-15 22:53:04 -04:00 |
|
Bryan Crowe
|
39b7023e75
|
Change is_null() calls to strict checks
|
2013-10-15 22:32:46 -04:00 |
|
Marc Würth
|
fcb7f86b76
|
include calls without parentheses
Refs https://github.com/cakephp/cakephp/pull/1698/files#r6748085
|
2013-10-16 01:40:45 +02:00 |
|
mark_story
|
5c8eb5c5a7
|
Add test cases for pluralization/singularlization of quota.
Closes #2077
|
2013-10-15 17:48:26 -04:00 |
|
Bryan Crowe
|
f9435aff27
|
Add missing return tags
|
2013-10-14 22:43:17 -04:00 |
|
Mark Story
|
d4ecb7d185
|
Merge pull request #2134 from dereuromark/master-test-case
Make tests pass on win.
|
2013-10-14 17:47:34 -07:00 |
|
euromark
|
69d0253109
|
coding standards
|
2013-10-15 02:07:36 +02:00 |
|
euromark
|
afb6471128
|
Make tests pass on win.
|
2013-10-14 23:59:14 +02:00 |
|
Bryan Crowe
|
bb821a426d
|
Remove duplication of throws
|
2013-10-13 21:40:35 -04:00 |
|
euromark
|
ed2054f4f2
|
Allow international domains to pass validation. Fixes #1763
|
2013-10-13 23:43:29 +02:00 |
|
euromark
|
ee0ed3a43a
|
coding standards
|
2013-10-13 18:18:24 +02:00 |
|
euromark
|
1cb24ae537
|
CS fixes using phpcs-fixer auto-correction.
|
2013-10-12 01:27:00 +02:00 |
|
Jose Lorenzo Rodriguez
|
63b65e2f69
|
Fixing CS
|
2013-10-12 00:58:14 +02:00 |
|
José Lorenzo Rodríguez
|
8cdbafd312
|
Merge pull request #1631 from ovidiupruteanu/patch-2
flushMethodCache not working if called before cacheMethod
|
2013-10-11 15:56:19 -07:00 |
|
José Lorenzo Rodríguez
|
6c2eb6e7c6
|
Merge pull request #1546 from rchavik/2.3-sqlite-truncate
Sqlite::truncate(): Verify `sqlite_sequence` exists before _execute()
|
2013-10-11 15:52:49 -07:00 |
|