mark_story
|
27287e4b9f
|
Moving AppTest into a separate file.
Updating test suite.
|
2010-11-14 13:06:25 -05:00 |
|
mark_story
|
f02e0483ee
|
Reworking parameter munging specific to requestAction into requestAction. Updating tests cases for Object. As request->data is an array() not null. And leading / is trimmed off of [url][url].
|
2010-11-14 01:01:11 -05:00 |
|
mark_story
|
55cc3296ab
|
Making the Debugger tests pass when you have debug = 0 in your config file. Tests are runnable while debug = 0 from CLI.
|
2010-11-14 00:59:45 -05:00 |
|
mark_story
|
557d797297
|
Making Dispatcher test cases pass when Dispatcher expects a CakeRequest instead of a string.
|
2010-11-14 00:29:56 -05:00 |
|
mark_story
|
dad7963ea4
|
Moving Dispatcher inside libs directory, as it is part of CakePHP's libs.
|
2010-11-14 00:00:23 -05:00 |
|
mark_story
|
6073ac5dfa
|
Fixing errors caused by accessing things that don't exist.
|
2010-11-13 23:57:01 -05:00 |
|
mark_story
|
e63f81c12a
|
Fixing test case that was missing request access.
|
2010-11-12 23:23:08 -05:00 |
|
mark_story
|
01894b315f
|
Fixing issues caused by not accessing the request object correctly.
|
2010-11-12 23:14:34 -05:00 |
|
mark_story
|
18bb5f6b8b
|
Removing =& operators for construction of objects.
|
2010-11-12 23:05:44 -05:00 |
|
Jeremy Harris
|
c98306727d
|
Merge branch '2.0-redirect' into 2.0
|
2010-11-07 17:42:04 -08:00 |
|
Jeremy Harris
|
7630580511
|
Added support for redirection routes. Fixes #1151
|
2010-11-07 17:33:05 -08:00 |
|
Jeremy Harris
|
060f149a84
|
Added configurable ellipsis on Paginator::numbers(), Paginator::first(), Paginator::last(). Fixes #1086
|
2010-11-07 17:08:01 -08:00 |
|
mark_story
|
bff711e2dc
|
Merge branch '2.0-console' into 2.0
Conflicts:
cake/console/shells/acl.php
cake/tests/cases/console/libs/tasks/plugin.test.php
|
2010-11-02 23:49:19 -04:00 |
|
Juan Basso
|
b0a600f925
|
Merge branch '2.0-post-method' into 2.0
|
2010-11-03 01:42:06 -02:00 |
|
Juan Basso
|
adb2d90b9a
|
Changed the regex to follow the RFC 3986, working to protocols like "svn+ssh://" and "ed2k://"
|
2010-11-03 01:26:41 -02:00 |
|
Mark Story
|
94f9f7afeb
|
Fixing failing tests from merge with 1.3. Most tests were failing due to internal changes and PHPUnit being more specific than SimpleTest.
|
2010-10-31 22:42:16 -04:00 |
|
Mark Story
|
c2063f1229
|
Merge branch '2.0' of github.com:cakephp/cakephp into 2.0
|
2010-10-31 21:58:38 -04:00 |
|
Mark Story
|
08e7bcb7ab
|
Merge branch '1.3' into integration
Conflicts:
app/config/core.php
cake/console/libs/acl.php
cake/console/templates/skel/config/core.php
cake/console/templates/skel/webroot/test.php
cake/dispatcher.php
cake/libs/view/errors/missing_action.ctp
cake/libs/view/helpers/form.php
cake/tests/cases/libs/cache/memcache.test.php
cake/tests/cases/libs/controller/controller.test.php
cake/tests/cases/libs/log/file_log.test.php
cake/tests/cases/libs/model/cake_schema.test.php
cake/tests/cases/libs/router.test.php
cake/tests/cases/libs/view/helpers/ajax.test.php
cake/tests/groups/bake.group.php
cake/tests/groups/behaviors.group.php
cake/tests/groups/i18n.group.php
cake/tests/groups/javascript.group.php
cake/tests/lib/reporter/cake_cli_reporter.php
|
2010-10-31 21:56:59 -04:00 |
|
Juan Basso
|
7f448a1d35
|
Allowed the use of empty() and isset() in Controllers aliases properties.
|
2010-10-31 22:02:26 -02:00 |
|
Juan Basso
|
4eed660a62
|
Changed the form style to not affect layout.
|
2010-10-30 22:39:31 -02:00 |
|
Robert Sworder
|
593c45b6e7
|
Whitespace changes
|
2010-10-29 23:43:50 -04:00 |
|
Robert Sworder
|
9eb533b9f6
|
dateTime functions + tests
|
2010-10-29 23:43:50 -04:00 |
|
Robert Sworder
|
a876c77987
|
meridian function
|
2010-10-29 23:43:50 -04:00 |
|
Robert Sworder
|
d3c1e8c974
|
minute function + tests
|
2010-10-29 23:43:49 -04:00 |
|
Robert Sworder
|
5f0700342b
|
hour function + tests
|
2010-10-29 23:43:49 -04:00 |
|
Robert Sworder
|
6620b3b8fc
|
month function + tests
|
2010-10-29 23:43:49 -04:00 |
|
Robert Sworder
|
529791842c
|
year function + tests
|
2010-10-29 23:43:49 -04:00 |
|
Robert Sworder
|
a1b1a07af2
|
__dateTimeSelected and day functions done, with tests
|
2010-10-29 23:43:48 -04:00 |
|
Robert Sworder
|
30f3494c98
|
Select function signature changed. Corresponding tests changed.
|
2010-10-29 23:43:48 -04:00 |
|
Robert Sworder
|
115c6102b9
|
Changes to make tests pass...
|
2010-10-29 23:43:48 -04:00 |
|
Mark Story
|
3ca0cdb1ee
|
Adding support for route objects to return full urls. These urls are not changed by Router, and just returned. This will allow subdomain route classes to be created.
Tests added.
|
2010-10-29 21:33:56 -04:00 |
|
mark_story
|
f29bb562cb
|
Adding a test for saving blank fields on a model. Closes #1243.
|
2010-10-29 00:13:09 -04:00 |
|
mark_story
|
f5fd069583
|
Applying patch from 'Justas Butkus' to fix CakeSchema::compare()
Fixes issues with comparing null == '' and adds a new protected method to handle null aware array difference generation.
Tests added.
Fixes #1206
|
2010-10-27 23:03:31 -04:00 |
|
mark_story
|
d7847288e4
|
Adding Fennec as a built-in mobile browser.
Refactoring a test case to pull out the exceptional case.
Fixes #932
|
2010-10-27 22:32:15 -04:00 |
|
mark_story
|
3639f52117
|
Adding a test for containable modifying return. Refs #1219
|
2010-10-26 21:39:48 -04:00 |
|
SKAhack
|
9f2d33aa88
|
meta characters don't match on regex string
Signed-off-by: mark_story <mark@mark-story.com>
|
2010-10-24 21:42:11 -04:00 |
|
mark_story
|
a57f8d3851
|
Adding another test for csrfUseOnce.
|
2010-10-24 20:57:12 -04:00 |
|
mark_story
|
22239b4481
|
Making the ability to use longer shared csrf tokens possible. This should make for fewer blackholed' requests when doing complicated javascript.
|
2010-10-24 20:26:31 -04:00 |
|
mark_story
|
4496a0a0bb
|
Reformatting code to use tabs.
Fixing issue with float comparison.
Fixes #219
|
2010-10-24 19:43:41 -04:00 |
|
C. James Callaway
|
b8f0dda964
|
Updating to match ticket, using radians() SQL function.
|
2010-10-24 19:39:18 -04:00 |
|
C. James Callaway
|
a429287c19
|
Adding testcase for ticket #219
|
2010-10-24 19:38:23 -04:00 |
|
Graham Weldon
|
d3e0ddbb0e
|
Update copyright years.
|
2010-10-25 07:58:22 +11:00 |
|
mark_story
|
54854c493b
|
Changing output buffering, as ajaxtest was making output and breaking tests in group contexts.
|
2010-10-24 00:39:46 -04:00 |
|
mark_story
|
155bfe6293
|
Fixing failing test caused by setting an expiry value outside of the PECL extensions limits.
|
2010-10-24 00:05:27 -04:00 |
|
mark_story
|
0b2a6acc64
|
Merge branch '2.0' into 2.0-console
|
2010-10-23 19:19:04 -04:00 |
|
mark_story
|
bf7b8b0e93
|
Fixing issues with RssHelper and updating tests to reflect changes in how Xml::build() differs from previous versions' Xml.
|
2010-10-23 13:11:50 -04:00 |
|
mark_story
|
7aaf7e6b68
|
Fixing issue where Xml would not read CDATA blocks.
|
2010-10-23 11:01:13 -04:00 |
|
mark_story
|
a72d6da9c3
|
Making plugin schema tests less likely to stomp on tables they shouldn't be changing.
|
2010-10-23 00:54:39 -04:00 |
|
mark_story
|
7c296211ef
|
Making generating schema for connections with prefixes work correctly. The prefix needs to be removed so that when tables are created or updated they do not get the prefix added twice.
Moving tests around. Fixes #1180
|
2010-10-20 23:17:04 -04:00 |
|
mark_story
|
498417203b
|
Making DboSource::fields() use cacheMethod() so it respects $cacheMethods.
Test added.
Fixes #1211
|
2010-10-20 22:28:31 -04:00 |
|