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 |
|
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 |
|
gwoo
|
4dbd8e6791
|
updating to Set::extract() to fix containable test fails, added set cases to match usage in containable.test
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7934 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-12-17 21:33:11 +00:00 |
|
nate
|
e9bd7aea6a
|
Removing accidental debug code.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7929 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-12-17 04:28:47 +00:00 |
|
mark_story
|
99a2fa439c
|
Fixing errors in Configure test.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7928 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-12-17 04:14:34 +00:00 |
|
nate
|
8eade1adb3
|
Fixing code formatting to wrap at 100 characters, adding fix for ticket #5596, counterCache now decrements properly when foreign key value changes.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7927 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-12-17 04:13:45 +00:00 |
|
mark_story
|
ea414c8574
|
Fixing schema test compatibility issues with postgres
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7926 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-12-17 03:36:27 +00:00 |
|
gwoo
|
3e7f7ff9f1
|
correcting schema test
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7925 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-12-17 03:32:45 +00:00 |
|
mark_story
|
9071d8165f
|
Correcting generation of id attributes for radio buttons. Tests added, fixes #5891
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7924 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-12-17 01:49:58 +00:00 |
|
mark_story
|
ea9c080b1c
|
Adding alterSchema() to dbo_postgres. Also handles index alters. Tests added for field and index alter sql.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7923 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-12-16 04:38:48 +00:00 |
|
mark_story
|
48c65c4092
|
Adding index() to dbo_postgres. Tests added for index introspection. Also fixes object to string conversions when working with database expressions. Fixes #5867
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7922 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-12-15 02:25:55 +00:00 |
|
mark_story
|
d7f70ea5b9
|
Fixing broken tests.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7919 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-12-13 00:20:11 +00:00 |
|
phpnut
|
0d3ea7a5f2
|
Adding fix when join table does not have a primary key 'id' defined
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7918 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-12-12 17:19:27 +00:00 |
|
gwoo
|
24cc66b43e
|
adding model test, closes #5819
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7917 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-12-12 16:10:11 +00:00 |
|
mark_story
|
3682c9c6ae
|
Fixing missing table errors on model imports. Fixed broken test. Fixes #5877
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7916 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-12-11 19:16:02 +00:00 |
|
mark_story
|
43af288eca
|
Adding index(), alterSchema(), dropSchema() support to MySQLi driver. Refactored MySQL & MySQLi drivers. Updated and fixed tests.
Fixes #5824
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7915 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-12-11 00:13:11 +00:00 |
|
nate
|
2c64c449bc
|
Correcting Flash detection in RequestHandler, adding tests. Fixes #5838.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7914 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-12-10 13:55:58 +00:00 |
|
mark_story
|
569b9dd48a
|
Adding index() to dbo_sqlite. Tests added.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7913 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-12-10 03:38:10 +00:00 |
|
phishy
|
caa063590d
|
Fixed #5800. Fixed INSERTs broken by refactoring of DboSource::renderStatement()
Also added slightly more support for CakeSchema with DboOracle
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7912 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-12-10 01:30:36 +00:00 |
|
mark_story
|
8c51d72ed8
|
Adding tests to disprove #5855. Closes #5855
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7911 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-12-09 18:49:00 +00:00 |
|
mark_story
|
d405d1d1c3
|
Adding indexes to alterSchema() and CakeSchema::compare(). Thanks for the test case and patch 'bamyers99'. Fixes #5862
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7910 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-12-09 04:54:58 +00:00 |
|
mariano.iglesias
|
2d9f2c5ac8
|
Fixing issue where test would pass on InnoDB but would fail on MyISAM
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7909 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-12-08 20:05:12 +00:00 |
|
mark_story
|
48119947b8
|
Adding App::import() to fix broken tests when running behavior test individually.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7907 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-12-08 00:49:08 +00:00 |
|
mark_story
|
cf3a194807
|
Modifying getInstance() to allow subclasses to work properly. Tests added. Changed __output() to protected.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7906 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-12-07 20:44:00 +00:00 |
|
mark_story
|
090028403b
|
Fixing FormHelper dateTime creation when using custom empty strings and null values. Tests added. Fixes #5769
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7898 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-11-29 00:28:31 +00:00 |
|
phpnut
|
92e04703b7
|
Adding ability to turn off Camel Casing of nodes in Xml::toArray();
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7894 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-11-26 18:21:21 +00:00 |
|
mariano.iglesias
|
da39ce77b9
|
Fixing order of associated results on test that was making a test to fail. Fixing issue where HABTM conditions were not being taken into account when deleting links. Adding tests, fixes #5798
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7893 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-11-26 14:15:51 +00:00 |
|
mariano.iglesias
|
f9557c7611
|
Fixing issue where radio elements would produce wrong hash when Security component enabled in FormHelper, fixes #5791
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7891 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2008-11-25 16:32:54 +00:00 |
|