gwoo
|
bf1e080aeb
|
updating cache documentation and tests refs #5347
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8017 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-02-06 22:56:06 +00:00 |
|
mark_story
|
9d24c1746f
|
Adding test case to validation for sbcglobal.net addresses closes #6065
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8016 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-02-06 14:18:53 +00:00 |
|
mark_story
|
ddc047751c
|
Adding submitted test cases from harking Closes #6047
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8013 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-02-02 02:58:15 +00:00 |
|
mark_story
|
2da0c208d5
|
Fixing Helper::value() when only a fieldname is used. Refactoring Helper::value() to reduce method calls. Added tests to Helper. Fixes #6033
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8012 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-01-26 19:45:55 +00:00 |
|
the_undefined
|
27065d7aab
|
Fixed bug in AuthComponent that allowed uppercase actions to pass checks
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8011 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-01-26 18:50:09 +00:00 |
|
mark_story
|
1895f1c3be
|
Fixing saveAll() when used in conjunction with belongsTo data and validate => first. Tests added.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8010 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-01-25 23:48:28 +00:00 |
|
mark_story
|
af49aec444
|
Adding session->delete() to remove bleed through in tests.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8009 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-01-21 22:52:44 +00:00 |
|
mark_story
|
65a047542e
|
Adding test case to disprove regression in Auth component. Closes #5961
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8008 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-01-21 22:34:46 +00:00 |
|
renan.saddam
|
dcf1c1e154
|
Added tests to disprove TreeBehavior can generate warning. Closes #5975.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8007 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-01-21 01:17:51 +00:00 |
|
renan.saddam
|
b5d7f182a0
|
Disproving FormHelper::textarea always escapes value. Closes #6016.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8006 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-01-21 01:15:29 +00:00 |
|
nate
|
d75b063dca
|
Correcting quoted-alias replacement in DboSource, adding (and mocking) MS SQL test, fixes #5942
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8003 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-01-16 19:08:44 +00:00 |
|
mark_story
|
1111829e99
|
Fixing issue in __saveMulti() where unique was not always honoured. Thanks for the patch 'Jafinto'. Tests added. Closes #6006
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8001 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-01-16 04:09:44 +00:00 |
|
renan.saddam
|
157ee1efbf
|
Removing VALID_NUMBER and VALID_NOT_EMPTY from tests, applying patch from 'jperras'. Fixes #5901
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7999 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-01-15 01:55:31 +00:00 |
|
renan.saddam
|
de5cb3cabf
|
Adding tests to Router::url in order to test url generation with mapResources(). Closes #5951.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7998 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-01-15 01:17:09 +00:00 |
|
AD7six
|
b9ea171429
|
fixes #6003 tree behavior fails with uuids
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7997 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-01-15 00:50:01 +00:00 |
|
AD7six
|
5af1835722
|
adding tests for #6003
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7995 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-01-14 23:40:47 +00:00 |
|
mark_story
|
b94a85e938
|
Altering Helper::url() to enforce escaped query strings for generated urls.
Tests added to Html::link(). Fixes #5982
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7991 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-01-14 22:41:47 +00:00 |
|
TommyO
|
de1d1ae3bd
|
Fixed asset.timestamp inconsistency for css files.
Added tests to confirm css linking.
Closes #5990. Fixes #5991
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7990 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-01-14 22:19:11 +00:00 |
|
mark_story
|
287968934f
|
Fixing next()/prev() when paginating multiple models. Added tests from 'hummer'. Fixes #5970
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7989 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-01-14 22:08:11 +00:00 |
|
gwoo
|
c53c28760f
|
closes #5968, refs #5798, reverts [7893], when dependent is true, conditions are not respected on HABTM associations when deleting parent record. [7893] would result in orphaned records. If more fine grained control is needed, create a model for the join table and handle it on an application/applicaiton basis.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7988 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-01-14 22:01:01 +00:00 |
|
mark_story
|
7c87d36d74
|
Updating Router::queryString() and Router::url() to allow additional parameters to force escaping of & used in query strings. Tests added. Refs #5982
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7987 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-01-14 21:38:11 +00:00 |
|
mark_story
|
ba42eb05c1
|
Fixing broken tests refs #5687
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7986 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-01-14 20:37:31 +00:00 |
|
gwoo
|
6026e75009
|
fixing preg error in Router::normalize cause by last commit
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7984 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-01-14 18:27:14 +00:00 |
|
mark_story
|
6c243e1106
|
Fixing pirate spelling in model.test.php. Thanks to 'teknoid' for the patch. Fixes #6002
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7983 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-01-14 18:04:31 +00:00 |
|
gwoo
|
52318f9d17
|
fixes #5978, Router::normalize url generation
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7981 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-01-14 17:55:48 +00:00 |
|
gwoo
|
e496fc9434
|
updating auth component and test with additional checks for missing data
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7979 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-01-14 05:21:26 +00:00 |
|
mark_story
|
4a636b93a8
|
Fixing showQuery() when there is $error = false. Tests from 'zackenbarsch' added. Fixes #5983
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7978 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-01-14 04:12:46 +00:00 |
|
mark_story
|
628a79aba6
|
Making direction flag in Set::sort() case insensitive. Test updated. Fixes #5992
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7977 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-01-14 04:06:01 +00:00 |
|
mark_story
|
7b12272253
|
Fixing issues with am times and form test.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7975 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-01-13 18:42:08 +00:00 |
|
mark_story
|
cc88680d17
|
Adding array cast to $check. Fixes issues when non arrays are validated with Validation::multiple. Tests added. Fixes #5986
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7974 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-01-13 18:41:04 +00:00 |
|
mark_story
|
b0e23ddc7d
|
Adding additional tests to requestAction() for requests with named parameters.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7973 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-01-07 20:16:52 +00:00 |
|
mark_story
|
6c258c0f93
|
Fixing Auth's handling of params when loginAction is an array. Tests updated. Fixes #5961
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7972 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-01-06 03:20:11 +00:00 |
|
gwoo
|
0751251181
|
updating email tests to match previous change.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7970 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-01-02 22:50:28 +00:00 |
|
gwoo
|
4f0256f9cd
|
fixes #5904, changing email component to use initialize instead of startup, so it can be used in other components more easily
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7969 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-01-02 22:47:38 +00:00 |
|
mark_story
|
79c791548f
|
Fixing formHelper::hour when specifying a strtotime compatible string for the selected value. Tests added Fixes #5941
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7967 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-12-30 16:20:38 +00:00 |
|
mark_story
|
94b9bcae89
|
Fixing habtm with uuid join tables with an auto model. Tests & model classes added. model test runs slightly more smoothly on postgres as well. Fixes #5940
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7966 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-12-30 16:09:25 +00:00 |
|
mark_story
|
af799e179a
|
Adding missed model classes fixes #5940
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7963 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-12-29 03:20:05 +00:00 |
|
nate
|
963da7411b
|
Adding missing models to Model test case.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7960 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-12-25 22:51:10 +00:00 |
|
nate
|
ad208ff8c3
|
Refactoring previous fix to revert markup changes in HtmlHelper, updating FormHelper tests to comply with coding standard, correcting bad assertions, fixing issue with field types being mis-identified if duplicate names are used, fixes #5919
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7959 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-12-25 22:13:06 +00:00 |
|
nate
|
1deae7a586
|
Updating Validation::url() with $strict parameter to require URL scheme, fixes #5536
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7958 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-12-25 22:11:06 +00:00 |
|
nate
|
b2b46c3fa4
|
Implementing $safe mode for RequestHandlerComponent::getClientIP(), which ignores HTTP_X_FORWARDED_FOR, fixes #5842
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7957 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-12-25 22:02:36 +00:00 |
|
mark_story
|
b063f22f31
|
Fixing habtm joins for tables with two uuid fields, no primary key and a defined join model. Adding fixtures.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7953 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-12-23 23:28:08 +00:00 |
|
nate
|
61850b1be1
|
Cleaning up test code formatting, adding fix for POST hash validation of checkbox lists, fixes #5903, test cases added.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7951 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-12-23 08:13:00 +00:00 |
|
TommyO
|
f7a62bc80d
|
Fixed bug where filename did not match between cache engine and dispatcher in some cases.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7950 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-12-22 19:01:17 +00:00 |
|
mark_story
|
60e3c6caa4
|
Removing unecessary Mock object creation.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7949 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-12-22 04:31:21 +00:00 |
|
mark_story
|
943bb53dda
|
Correcting callback firing of helpers in view. Tests added fixes #5906
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7948 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-12-21 22:14:48 +00:00 |
|
mark_story
|
a12fd86c54
|
Applied patch from 'jperras' fixes error in Auth.test.php. Fixes #5899
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7943 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-12-18 21:04:05 +00:00 |
|
nate
|
a5b7276696
|
Correcting DboSource::order() identifier quoting, correcting bad DboSource tests, fixes #5900
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7942 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-12-18 20:49:25 +00:00 |
|
phpnut
|
eb653b8cba
|
Closes #5792, Inflector optimization by returning replaced values instead of assining before returning
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7940 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-12-18 01:35:27 +00:00 |
|
phpnut
|
3daa7c9e1f
|
Closes #5734, Call static methods in Folder statically
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7937 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-12-18 00:17:19 +00:00 |
|