ADmad
|
d9489257d3
|
Don't return true from view classes' render() method.
It cause's Controller:render() to set the response body as `true`.
Refs #2780
|
2014-02-06 03:06:00 +05:30 |
|
David Steinsland
|
f2b9aa5ca4
|
Fixed HTTP Status code when ajaxLogin is set
|
2014-02-05 16:05:02 +01:00 |
|
mark_story
|
be8ebfc005
|
Merge branch 'master' into 2.5
|
2014-02-05 09:22:46 -05:00 |
|
AD7six
|
adc0bf3ded
|
BC fix for checkbox ids
Revert to previous behavior for id generation of checkboxes, This commit
can be reverted for 2.5+ is desired
Fixes #2733
|
2014-02-03 17:57:26 +00:00 |
|
José Lorenzo Rodríguez
|
e36c954da7
|
Merge pull request #2693 from ADmad/2.5-session-start
Don't start a session if it's known to be empty.
|
2014-02-01 04:08:48 -08:00 |
|
Mark Story
|
a6459a6c2f
|
Merge pull request #2740 from rchavik/2.5-event-manager-regression
RFC Fix: CakeEventManager regression
|
2014-01-31 07:10:46 -08:00 |
|
Mark Story
|
405f3a1cb9
|
Merge pull request #2752 from rchavik/2.4-postgres-alterschema
Fix: Changing boolean to integer for Postgres
|
2014-01-31 06:46:52 -08:00 |
|
Rachman Chavik
|
35c22a291e
|
Add test to prove Event Manager regression
|
2014-01-31 16:52:26 +07:00 |
|
Rachman Chavik
|
59549b7ebe
|
Fix: Changing boolean to integer for Postgres
Closes #2751, CakeDC/migrations#149
|
2014-01-31 15:14:20 +07:00 |
|
mark_story
|
4d57d3ce5b
|
Fix plugin path filtering when directories do not exist.
When paths do not exist we should correctly remove them from the output
paths.
Fixes #2748
|
2014-01-30 21:40:08 -05:00 |
|
mark_story
|
605351d0c9
|
Allow empty values in checkboxes.
Allow the checkbox value attribute to be empty. This is required to make
checkboxes with a value of 0.
Fixes #2717
|
2014-01-30 21:12:06 -05:00 |
|
Walter Nasich
|
43604f64d5
|
Rendering a proper value for html5 attribute 'step'
|
2014-01-30 17:17:50 -03:00 |
|
ADmad
|
2d10707d18
|
Added regex support to Validation::mimeType().
|
2014-01-30 21:05:04 +05:30 |
|
mark_story
|
c1ab6fa9d1
|
Merge branch 'master' into 2.5
|
2014-01-30 10:13:37 -05:00 |
|
Mark Story
|
6eb5a38f22
|
Merge pull request #2692 from jrbasso/2.5-cors
Added support to cross origin requests
|
2014-01-29 06:45:11 -08:00 |
|
Mark Story
|
8db034cbf1
|
Merge pull request #2731 from joostdekeijzer/console-extract-not-handling-validation-quotes
Console Extract task doesn't handle validation messages with qoutes correctly
|
2014-01-29 06:43:23 -08:00 |
|
Mark Story
|
5629dfdcc3
|
Merge pull request #2728 from joostdekeijzer/2721-fix-in-translatebehavior
Fix Model::field() and TranslateBehavior::beforeFind() not working together.
Fixes #2721
|
2014-01-29 06:40:27 -08:00 |
|
joostdekeijzer
|
42daa25340
|
Fix Console "extract i18n from sources" to handle quotes in Model::validate parameters correctly
|
2014-01-29 14:53:52 +01:00 |
|
joostdekeijzer
|
987187ef8c
|
Fix #2721 in TranslateBehavior::beforeFind() supporting both Model::field('fieldname') and Model::read('fieldname')
|
2014-01-29 13:37:47 +01:00 |
|
joostdekeijzer
|
827c815cf1
|
correct property comment
|
2014-01-29 12:25:09 +01:00 |
|
Rachman Chavik
|
b83b59a9d7
|
Log errors instead of calling trigger_error()
|
2014-01-29 17:51:07 +07:00 |
|
ADmad
|
c093804b35
|
Merge branch 'master' into 2.5
|
2014-01-26 17:39:50 +05:30 |
|
José Lorenzo Rodríguez
|
ddf046a246
|
Merge pull request #2694 from bar/patch-3
Correctly remove routing url from query string.
|
2014-01-22 05:15:03 -08:00 |
|
mark_story
|
61dd1c3f9d
|
Fix trailing whitespace.
|
2014-01-21 20:23:12 -05:00 |
|
Juan Basso
|
dae756c84a
|
Added option to allowed headers
|
2014-01-21 15:31:05 -05:00 |
|
Ber Clausen
|
5b4121f643
|
Update tests.
|
2014-01-21 16:56:37 -03:00 |
|
ADmad
|
84932fcc4a
|
Don't start a session if it's known to be empty.
If an app only reads/checks the session there's no need to start a
session to know that the read/checked session value is empty.
Fixes #1981
|
2014-01-22 01:17:16 +05:30 |
|
Juan Basso
|
5af3da7fe6
|
Changed tests to support PHP 5.2 :(
|
2014-01-21 10:44:00 -05:00 |
|
Juan Basso
|
ec7196013c
|
Added support to cross origin requests
|
2014-01-21 09:44:49 -05:00 |
|
mark_story
|
55e1619c59
|
Fix issue with find(count) and TranslateBehavior.
Fixes #2667
|
2014-01-18 21:54:09 -05:00 |
|
Rob McVey
|
7a27650297
|
Test case that demonstrates issue with count and Translate
|
2014-01-18 21:49:07 -05:00 |
|
mark_story
|
75dd2ff1fb
|
Merge branch 'master' into 2.5
|
2014-01-16 15:20:40 -05:00 |
|
mark_story
|
f25e84f4fb
|
Don't select year 0 when there are all 0's.
Year 0 is almost never a 'good' selection value and causes odd behavior
when paired with MySQL.
Fixes #2658
|
2014-01-15 10:23:45 -05:00 |
|
Matthew Ouyang
|
84eb46dbdc
|
allow additional status codes through constructor
through $options['statusCodes']
|
2014-01-14 11:18:57 -05:00 |
|
euromark
|
690f54ad9d
|
more corrections in order
|
2014-01-10 00:33:27 +01:00 |
|
euromark
|
3ff23c732f
|
unify and correct assert order
|
2014-01-10 00:18:08 +01:00 |
|
José Lorenzo Rodríguez
|
606362d519
|
Merge pull request #2636 from dereuromark/2.5-title-for-layout
Follow the deprecation note in the doc block of View class
|
2014-01-09 15:13:07 -08:00 |
|
euromark
|
97e43e5806
|
unify to expected
|
2014-01-09 16:52:21 +01:00 |
|
euromark
|
738b34c2d0
|
Correct assert param order
|
2014-01-09 16:50:27 +01:00 |
|
euromark
|
29e15386b2
|
Follow the deprecation note of 2.1 migration guide and switch to fetch(title)
correct assert order for test
|
2014-01-09 16:45:49 +01:00 |
|
mark_story
|
b20ca3f4e0
|
Fix errors with postgres tests.
|
2014-01-08 09:42:13 -05:00 |
|
mark_story
|
312b2c3cd1
|
Merge branch 'translate-patch'
|
2014-01-06 21:21:25 -05:00 |
|
mark_story
|
3763350667
|
Add test for issue #2595
Fold conditions that did the same thing and add a test case.
Closes #2595
|
2014-01-06 21:21:13 -05:00 |
|
euromark
|
ecfd64c082
|
adding test
|
2014-01-06 21:07:00 +01:00 |
|
euromark
|
a02ab67521
|
unify exception and error handling.
|
2014-01-03 12:42:52 +01:00 |
|
mark_story
|
3cee3b0e99
|
Merge branch 'master' into 2.5
Conflicts:
lib/Cake/VERSION.txt
|
2013-12-30 21:28:22 -05:00 |
|
Rachman Chavik
|
c48afae2dc
|
Add test to prove issue when saving invalid tree data
|
2013-12-27 12:35:28 +07:00 |
|
mark_story
|
1daa27c0d7
|
Add tests for uncovered case of :0 replacements.
There were previously no tests for the :0, :1 style replacement markers
in DboSource. In fact I didn't even know it was a 'feature'.
|
2013-12-24 13:13:05 -05:00 |
|
Mark Story
|
1cb7e4f0ff
|
Merge pull request #1635 from dereuromark/master-dom-ids
Fix duplicate ID generation of for multiple checkboxes.
|
2013-12-24 07:02:38 -08:00 |
|
euromark
|
b392254c92
|
fix cs
|
2013-12-24 15:20:32 +01:00 |
|