Mark Story
9cc515bf9e
Merge pull request #8982 from kolorafa/patch-1
...
Can't override CakeEmail class and use deliver
2016-06-13 21:17:22 -04:00
kolorafa
449e5fc9cf
Can't override CakeEmail class and use deliver
...
When using TemplateEmail::deliver it always create new instance of CakeEmail, I assume it should create my extended "TemplateEmail" class insted.
PHP >5.3 compatible
2016-06-13 18:02:26 +02:00
mark_story
d352b5f14d
Correct domain name used to upload pear packages.
2016-06-12 22:17:04 -04:00
mark_story
64e7c8d991
Update version number to 2.8.5
2016-06-12 22:15:08 -04:00
José Lorenzo Rodríguez
571b33e1f2
Merge pull request #8930 from cakephp/issue-8929
...
Add missing uses() call.
2016-06-03 08:16:27 +02:00
mark_story
7055e82eab
Add missing uses() call.
...
Refs #8929
2016-06-02 22:04:50 -04:00
mark_story
c2bc45ac42
Remove old logo from README.
2016-05-29 16:29:05 +02:00
Mark Story
55e9638044
Merge pull request #8844 from icyrizard/add_http_patch_content_type_check
...
Add HTTP patch Content-Type check
2016-05-27 15:41:18 +02:00
Aloïs Thévenot
b737e9f732
#8844 Add test
2016-05-27 12:50:23 +00:00
Eric Jiang
11dfe0b40c
Add test case for trailing hyphen in column name
2016-05-26 19:27:18 -07:00
mark_story
8c73086717
Fix PHPCS error.
2016-05-25 23:05:12 +02:00
mark_story
e78af35af7
Only clear the unlocked fields on end().
...
Doing this work on end() allows fields to be unlocked before the form is
created which can be helpful.
Refs #8880
2016-05-25 23:04:53 +02:00
Mark Story
b15560ea0c
Merge pull request #8880 from nojimage/form-unlockfields-2x
...
Reset FormHelper::$_unlockFields for 2.x
2016-05-25 22:59:25 +02:00
mark_story
d5d46e21bd
Fix indentation.
2016-05-22 16:39:49 -04:00
Mark Story
1a7e8c51e7
Merge pull request #8848 from xhs345/2.x
...
Add attribute 'fieldset' to Form->radio
2016-05-22 16:38:39 -04:00
nojimage
850305a384
fixes reset FormHelper::$_unlockFields
2016-05-21 13:33:20 +09:00
xhs345
df4c87bacd
Merge remote-tracking branch 'origin/2.x' into 2.x
2016-05-19 17:34:13 -07:00
xhs345
eeefa03546
Updated Radio and Inputs form helper
...
Also added UnitTest for radio fieldset class-name
2016-05-19 17:28:47 -07:00
Eric Jiang
9f9ae8a9fd
Ignore final hyphen in column name when requoting
...
An expression like "Foo"."bar"->'prop' should not be re-quoted as
"Foo"."bar-">'prop'. Bare columns cannot include hyphens in most DBs
anyways.
2016-05-19 01:56:20 -07:00
xhs345
dcd7563707
Rewrote class attribute assignment
2016-05-18 23:04:23 -07:00
mark_story
0d32554546
Move codesniffer into suggests.
...
Not everyone will want/need the codesniffer.
2016-05-18 22:07:33 -04:00
Mark Story
0fd3ad9b76
Merge pull request #8851 from MarkusBauer/v2.x/SqliteTestEnhancements
...
Sqlite testcase enhancements
2016-05-18 22:01:33 -04:00
Mark Story
11661be50f
Merge pull request #8852 from MarkusBauer/v2.x/SqliteFixCurrentTimestampDefault
...
Fixing 'default current_timestamp' in Sqlite
2016-05-18 21:59:43 -04:00
Mark Story
8f6c18f9d8
Merge pull request #8838 from cakephp/issue-8765
...
Improve out of the box composer experience for 2.x
2016-05-18 21:47:25 -04:00
Markus Bauer
2227e01990
Fixing Sqlite's handling of datetime/timestamp columns with current_timestamp default set
2016-05-19 00:21:43 +02:00
Markus Bauer
058809275c
Enable nested transactions before trying to test them
2016-05-18 23:46:51 +02:00
Markus Bauer
f75ebf8cb9
Make Sqlite Testcases compatible with Windows / NTFS file systems
2016-05-18 23:46:10 +02:00
xhs345
615be3ad14
Fix for Issue #8847
...
Add attribute 'fieldset' to Form->radio
2016-05-18 10:53:06 -07:00
Richard Torenvliet
e31ce0d58f
Add the HTTP Patch to the Content-Type check mechanism
...
Currently when a request is of type 'patch' it is ignored. This commit makes
sure that the Content-Type is checked when a patch request is provided.
2016-05-18 14:54:52 +02:00
mark_story
c7a48acd10
Add composer.json for the app/
...
This will act as a stub for developers to extend and improve upon when
they build their apps. Hopefully people don't find the two composer.json
files overly confusing.
Refs #8765
2016-05-17 22:29:59 -04:00
mark_story
c02b269bcb
Fix default installation path for vendors.
...
By default global vendors go into `/vendors`. This config change helps
people get started with less friction. I've removed debugkit as
a dependency, as it isn't _really_ a dependency for CakePHP itself.
Refs #8765
2016-05-17 22:24:00 -04:00
Mark Story
326583153a
Merge pull request #8816 from steampilot/2.x-folder-time-sort
...
Added sorting by modified time in Folder util
2016-05-12 19:26:38 -04:00
Steampilot
723ed96fd6
Added sorting by modified time in Folder util
2016-05-12 16:28:04 +02:00
ADmad
66077f9312
Merge pull request #8789 from cakephp/fix-php7-issue
...
Port PHP7 fixes to 2.x
2016-05-09 01:39:17 +05:30
mark_story
39b4cbebb3
Port PHP7 fixes to 2.x
...
Port the fixes @ADmad did in 8f150dc5 to 2.x so those builds start to
pass once again.
2016-05-08 15:36:28 -04:00
Mark Story
2bcf787b74
Merge pull request #8780 from jrbasso/2.x-apcu-php7
...
2.x - Fix ApcEngine to work on PHP 7
2016-05-08 08:25:28 -04:00
Juan Basso
fa6e74ca22
Improved apc calls
...
Instead of calling the call_user_func_array it does the call directly. It is a little bit more verbose, but performs better.
2016-05-07 14:26:09 -04:00
Juan Basso
4a61f7f23c
Supporting APCu on PHP 7
2016-05-07 03:46:21 -04:00
Mark Story
5b83f702c9
Merge pull request #8759 from xhs345/patch-2
...
2.x cake bake Controller: Only add Flash component when required
2016-05-03 22:20:13 -04:00
xhs345
4d65091d0c
Updated tests
2016-05-03 15:39:37 -07:00
mark_story
de87ac1b5b
Remove link to google group.
...
Refs #8763
2016-05-03 17:50:27 -04:00
Mark Story
a88b6e8232
Merge pull request #8763 from ravage84/2.x-forum-link
...
Add new forum link to home page
2016-05-03 17:49:42 -04:00
mark_story
efc2526600
Appease PHPCS.
2016-05-03 17:46:29 -04:00
Mark Story
af77d93bf3
Merge pull request #8762 from cakephp-br/2.x
...
[2.*] Including CakePHP official forum link in default home page
2016-05-03 17:41:10 -04:00
mark_story
b6d631b987
Use strlen(). Comparing a string against a length will not do the right thing.
2016-05-03 17:27:16 -04:00
André Teixeira
695005dcfa
Fixing indentation
2016-05-03 09:32:01 -03:00
Marc Würth
d640e6874a
Add new forum link to home page
2016-05-03 14:19:25 +02:00
André Teixeira
bce571736c
Including forum link
2016-05-03 09:11:30 -03:00
mark_story
8cd5a64c27
Update version number to 2.8.4
2016-05-02 22:18:41 -04:00
mark_story
12c6fd4e22
Merge branch '2.x' into 2.next
2016-05-02 21:58:41 -04:00