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
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
Alex
31cddbe48a
Only add Flash component when required
...
If a user selected no to the question "Would you like to use Session flash messages?" it would still use the Flash component, but not use it
2016-05-02 14:37:47 -07:00
Mark Sch
61c0415734
Merge pull request #8756 from cakephp/issue-8628
...
Restore backwards compatibility with old 2.x in FormHelper.
2016-05-02 10:52:35 +02:00
Mark Sch
32cb25465f
Make CS tests pass.
2016-05-02 10:42:42 +02:00
mark_story
ade9d8a811
Restore backwards compatibility with old 2.x in FormHelper.
...
Restore the behavior of the string 'action' option to its former glory.
While we've deprecated this it needs to continue working as it did
before.
Refs #8628
2016-05-01 22:21:23 -04:00
mark_story
ab79ab9c55
Fix short-array usage.
2016-04-30 14:14:45 -04:00
Mark Story
608560b073
Merge pull request #8746 from psaintjust/backport_8741_8690
...
Backport fixes for issues 8741 and 8690
2016-04-30 14:14:06 -04:00
Philippe Saint-Just
c2f028ab49
Fix spacing
2016-04-30 13:13:14 -04:00
Philippe Saint-Just
cd07850337
Merge branch 'backport-8741-8690' into 2.x
2016-04-30 13:11:34 -04:00
Mark Story
0934d02f0e
Merge pull request #8728 from cakephp/issue-8723
...
Backport range parsing resiliancy fixes from 3.x
2016-04-29 09:49:31 -04:00
mark_story
af953700b8
Fix short array usage.
...
Refs FIVESMX-8723
2016-04-29 09:28:05 -04:00
mark_story
cf55767fa0
Backport range parsing resiliancy fixes from 3.x
...
Refs #8723
2016-04-28 22:27:37 -04:00
Mark Story
cbd54256e0
Merge pull request #8717 from bancer/2.x
...
added support for several european locales
2016-04-27 12:32:18 -04:00