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 |
|
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
|
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
|
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 |
|
mark_story
|
077d1c5ad5
|
Applying patch from 'hashmich' to fix issues with slideUp and slideDown effects in prototype engine.
Tests updated.
Fixes #1213
|
2010-10-20 22:07:53 -04:00 |
|
mark_story
|
1c25e627ad
|
Applying patch from 'Mark Mitchell' fixes issues with sending Email via smtp. Which were incorrect based on previous patches given for ticket #1100.
Fixes #1205, Fixes #1204
|
2010-10-18 22:06:12 -04:00 |
|
Juan Basso
|
d771239104
|
Fixed support to save XML data in Models.
|
2010-10-17 22:47:43 -02:00 |
|
Juan Basso
|
b2035a5c96
|
Fixing tests that failing in Set because merge of Xml class.
|
2010-10-17 18:40:33 -02:00 |
|
mark_story
|
c35ef7dbab
|
Making class attribute bubble down into FormHelper::__selectOption().
Fixes issue where you couldn't change the classname of checkbox options.
Fixes #1202
|
2010-10-16 13:32:04 -04:00 |
|
mark_story
|
67874bd906
|
Fixing issue where defining a pattern for :action would create an optional route parameter that wouldn't respect its pattern.
Added the default action value only when a pattern isn't defined.
Added tests to CakeRoute and Router to cover this case.
Fixes #1197
|
2010-10-14 21:54:44 -04:00 |
|
mark_story
|
517c8949f9
|
Merge branch '2.0' of github.com:cakephp/cakephp into 2.0
|
2010-10-13 23:17:50 -04:00 |
|
mark_story
|
0c070f7131
|
Fixing tests that were failing due to SimpleTest being less sensitive to types than PHPUnit.
Fixing tests that were failing due to XmlHelper being removed in 2.0.
|
2010-10-13 23:09:55 -04:00 |
|
mark_story
|
f19e3d501c
|
Merge branch '1.3' into integration
Conflicts:
cake/libs/model/cake_schema.php
cake/libs/model/datasources/dbo_source.php
cake/libs/model/model.php
cake/libs/view/helpers/form.php
cake/libs/view/view.php
cake/libs/xml.php
cake/tests/cases/libs/model/model_delete.test.php
cake/tests/cases/libs/view/view.test.php
cake/tests/cases/libs/xml.test.php
|
2010-10-13 22:30:40 -04:00 |
|
mark_story
|
6529e0e2b4
|
Making optiongroup elements follow the escape parameter.
Tests added.
Fixes #1191
|
2010-10-13 21:59:53 -04:00 |
|
mark_story
|
3f2109f3c3
|
Applying patch from 'dragonfly' to fix issue where FormHelper would always append an argument even if one was supplied.
Test Added
Fixes #1155
|
2010-10-13 21:36:05 -04:00 |
|
Jeremy Harris
|
692aafbf42
|
Merge remote branch 'upstream/2.0' into 2.0
|
2010-10-11 20:12:24 -07:00 |
|
mark_story
|
a0a84d1a8d
|
Changing pattern used to read digest auth data. Allows emails to be used as usernames.
This also adds the realm to the return value of SecurityComponent::parseDigestAuth(). Fixes #1181
|
2010-10-11 22:35:47 -04:00 |
|
Jeremy Harris
|
b58899cf04
|
Added 'double' option to Santize::html() to pass double_encode parameter to htmlentities()
|
2010-10-11 18:25:11 -07:00 |
|
Juan Basso
|
c95c808f88
|
Merge with 2.0-xml
|
2010-10-10 23:21:56 -03:00 |
|
ADmad
|
62161203f2
|
Fixed issue where FormHelper::radio() and FormHelper::select() with option "multiple"=>"checkbox" would generate tag with invalid "id" attribute if a value was non alphanumeric
|
2010-10-10 23:16:48 +05:30 |
|
Phally
|
0d86302404
|
Fixed issue with Set::extract() where conditions containing a space and a slash would fail. Fixes #1185
Signed-off-by: mark_story <mark@mark-story.com>
|
2010-10-08 23:28:23 -04:00 |
|