Mark Story
|
8880e0c668
|
Merge pull request #192 from jellehenkens/2.0-html-helper-tests
Added tests for the HtmlHelper for code that was not covered
|
2011-09-07 18:03:02 -07:00 |
|
mark_story
|
6ab59a447c
|
Fix create() and onsubmit option.
Removing support for onSubmit variant. Additional
choices are not necessary. Fixing onsubmit option
not correctly working.
Fixes #1977
|
2011-09-07 20:59:04 -04:00 |
|
Jelle Henkens
|
3c8c2936b3
|
Added tests to test ajax settings
|
2011-09-07 20:59:04 -04:00 |
|
mark_story
|
ac0b2b8280
|
Applying patch from Daniel Feinberg for Containable
Removes __backContainableAssociation as its not needed and causes
more problems than it solves.
Fixes #1762
|
2011-09-07 20:39:12 -04:00 |
|
Daniel Feinberg
|
95b275dc3b
|
Adding a test that fails for ticket #1762
Signed-off-by: mark_story <mark@mark-story.com>
|
2011-09-07 20:31:21 -04:00 |
|
mark_story
|
73a6ebea8d
|
Add cross version constants.
Add constants for older versions of PHP which may be missing them.
Fixes #1975
|
2011-09-07 20:12:22 -04:00 |
|
Jelle Henkens
|
e6826fea21
|
Adding tests for HtmlHelper
|
2011-09-08 00:59:39 +01:00 |
|
Mark Story
|
9587892727
|
Register AppHelper for autoloading
Fixes issues where people with no core helpers loaded would hit fatal
errors.
Fixes #1973
|
2011-09-07 16:46:59 -04:00 |
|
T0aD
|
5e7509be55
|
Add unix sockets support to memcache.
|
2011-09-07 07:25:43 -04:00 |
|
mark_story
|
a61bd5e3e8
|
Adding tests for unix socket support in Memcache.
Refs GH#194
|
2011-09-07 07:18:47 -04:00 |
|
mark_story
|
b1c4b57d85
|
Updating doc comment about find(list).
Refs #1968
|
2011-09-06 08:00:08 -04:00 |
|
mark_story
|
39c270fd84
|
Attempting to fix build failure in Jenkins.
|
2011-09-05 21:53:29 -04:00 |
|
mark_story
|
a0d531cef2
|
Updating documentation with missing option.
|
2011-09-06 02:37:43 +01:00 |
|
mark_story
|
3d44489b0c
|
Deprecating the %page% style placeholders in PaginatorHelper.
Updating scaffold and bake templates to not use deprecated placeholders.
|
2011-09-06 02:37:43 +01:00 |
|
Mark Story
|
7adcfd6ef7
|
Merge pull request #187 from kamui545/patch-2
Fixed typo
|
2011-09-05 17:52:47 -07:00 |
|
Maggion Emmanuel
|
d675b4270d
|
Fixed typo
|
2011-09-05 13:23:26 +03:00 |
|
mark_story
|
2c3fa32a5d
|
Splitting big test up into smaller ones.
|
2011-09-05 09:56:25 +01:00 |
|
Mark Story
|
37e32e9af5
|
Merge pull request #185 from jellehenkens/scientific-notation
Patch for ticket #1965 - Scientific notation in queries
|
2011-09-05 01:55:37 -07:00 |
|
Jelle Henkens
|
53d221c3d1
|
Fixing bug where scientific notations were not passed to mysql in their original form which resulted in loss of precision
|
2011-09-05 01:41:38 +01:00 |
|
Jose Lorenzo Rodriguez
|
b2fac1b1e7
|
Releasing 2.0.0-RC1
|
2011-09-04 12:30:53 -04:30 |
|
Mark Story
|
15a1741216
|
Merge pull request #182 from jellehenkens/1.3
Fixes #1938 - toRSS() generates the wrong timezone when using userOffset.
|
2011-09-04 07:40:09 -07:00 |
|
mark_story
|
684c154777
|
Removing more flaky tests.
|
2011-09-04 10:50:15 +01:00 |
|
mark_story
|
2218923782
|
Removing a failing test. I think the encoding of the file has changed over time,
and I don't have a typeface with lowercase Georgian text.
|
2011-09-04 10:22:35 +01:00 |
|
Jose Lorenzo Rodriguez
|
95c25a0618
|
Oops, removing testing code
|
2011-09-04 04:51:30 -04:30 |
|
Jose Lorenzo Rodriguez
|
3d0af8b690
|
Adding a new exception renderer method to show useful error for failed queries
|
2011-09-04 04:50:19 -04:30 |
|
Jose Lorenzo Rodriguez
|
843f7e3eef
|
Merge branch '2.0' of github.com:cakephp/cakephp into 2.0
|
2011-09-03 21:08:50 -04:30 |
|
Jose Lorenzo Rodriguez
|
12c73806f4
|
Skipping tests on Sqlite that involve creating a duplicate connection/ It is not possible to open multiple connections to it
|
2011-09-03 21:07:40 -04:30 |
|
mark_story
|
8630f4cdcb
|
Fixing mistake in last commit.
|
2011-09-04 02:15:45 +01:00 |
|
mark_story
|
8c8dc6cebb
|
Fixing the one failing Multibyte test.
|
2011-09-04 01:55:26 +01:00 |
|
mark_story
|
dbf801b9d4
|
Fixing failing test.
|
2011-09-04 01:06:00 +01:00 |
|
Jose Lorenzo Rodriguez
|
149deba416
|
Fixing Mysql test case after making the DboSource throw exceptions
|
2011-09-03 19:12:06 -04:30 |
|
Jose Lorenzo Rodriguez
|
8897335af4
|
All tests passing on postgres
|
2011-09-03 18:58:53 -04:30 |
|
Jose Lorenzo Rodriguez
|
74ba030e7c
|
More postgres tests passing again
|
2011-09-03 18:34:11 -04:30 |
|
Jose Lorenzo Rodriguez
|
93d6cd4ad6
|
Merge branch '2.0' of github.com:cakephp/cakephp into 2.0
|
2011-09-03 18:08:16 -04:30 |
|
Jose Lorenzo Rodriguez
|
61ff8d6154
|
Making DboSource tests more portable
|
2011-09-03 18:07:26 -04:30 |
|
mark_story
|
d597186274
|
Fixing a few more failing tests.
Adding some parent calls to tests, removing duplicated junk.
|
2011-09-03 23:23:24 +01:00 |
|
Jose Lorenzo Rodriguez
|
d06d5f8738
|
Not checking length on databases that won't return it for floats
|
2011-09-03 17:21:48 -04:30 |
|
Jose Lorenzo Rodriguez
|
fcf58371fd
|
Fixing a failing postgres test
|
2011-09-03 17:09:41 -04:30 |
|
Jose Lorenzo Rodriguez
|
7003edeb8f
|
Adding missing expectedException annotations
|
2011-09-03 17:05:09 -04:30 |
|
Jose Lorenzo Rodriguez
|
0ca8af2c22
|
Merge branch '2.0' of github.com:cakephp/cakephp into 2.0
|
2011-09-03 17:01:49 -04:30 |
|
Jose Lorenzo Rodriguez
|
f0ef0aab62
|
Making postgres tests pass
|
2011-09-03 17:00:16 -04:30 |
|
mark_story
|
2c21fc90fb
|
Fixing failing tests and issues with Sqlite.
|
2011-09-03 22:07:45 +01:00 |
|
Jose Lorenzo Rodriguez
|
d24c408537
|
Merge branch '2.0' of github.com:cakephp/cakephp into 2.0
|
2011-09-03 14:31:02 -04:30 |
|
mark_story
|
4172eac7c6
|
Removing trigger_warning() that causes tests to fail in Sqlite, as
it does not assign lengths for integer columns.
|
2011-09-03 18:59:23 +01:00 |
|
Jose Lorenzo Rodriguez
|
49b8b24ac2
|
Merge branch '2.0' of github.com:cakephp/cakephp into 2.0
|
2011-09-03 13:09:04 -04:30 |
|
mark_story
|
2ceea79862
|
Fixing errors and failing tests with SQLite.
Seems that MySQL is extremely permissive with NOT NULL fields.
SQLite is more strict it seems.
|
2011-09-03 18:37:29 +01:00 |
|
Jose Lorenzo Rodriguez
|
36470f4a86
|
Removing $error property from DboSource, errors in queries will throw exceptions now
|
2011-09-03 12:17:00 -04:30 |
|
mark_story
|
cc8d44f21f
|
Adding an exception for when a PDO interface is not installed.
|
2011-09-03 17:03:31 +01:00 |
|
Jose Lorenzo Rodriguez
|
783b5d4d1c
|
Fixing fatal errors when running postgres
|
2011-09-03 11:27:58 -04:30 |
|
Jose Lorenzo Rodriguez
|
df303f9e09
|
Fixing remaining failing tests
|
2011-09-03 09:43:50 -04:30 |
|