phpnut
|
02d6c55d9f
|
Adding fix for Ticket #2635, fixes Association data not correct if data is changed in afterFind()
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5303 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2007-06-20 01:37:23 +00:00 |
|
nate
|
3dbf59ece3
|
Fixing substring quoting in DboSource::__quoteFields()
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5274 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2007-06-12 15:13:53 +00:00 |
|
nate
|
6866ca42a0
|
Adding query conditions parenthesis fix for Ticket #2663
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5267 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2007-06-09 20:32:14 +00:00 |
|
nate
|
72f44d48af
|
Adding test case for Model::findAll() results modified in afterFind (disproves Ticket #2635)
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5233 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2007-06-03 21:54:11 +00:00 |
|
mariano.iglesias
|
511af227f1
|
Adding tests to test usage of set() & save() for editing records
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5119 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2007-05-18 17:54:59 +00:00 |
|
mariano.iglesias
|
7a380cc0de
|
Adding tests for 'page' and 'offset' with hasMany bindings
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5109 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2007-05-15 18:47:02 +00:00 |
|
mariano.iglesias
|
e4fb1372c5
|
Adding test that fails when using page + limit and offset + limit on a HABTM binding
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5108 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2007-05-15 18:19:56 +00:00 |
|
phpnut
|
9d02c911a6
|
Adding tests and fixes for #2570, this corrects DboSource::conditions fails to quote mixed array/string conditions
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5087 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2007-05-14 01:52:59 +00:00 |
|
phpnut
|
b42e908656
|
Adding patch from #2528, fixes validation passing when even when allowEmpty === false
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5010 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2007-05-04 07:13:15 +00:00 |
|
phpnut
|
137fea94c6
|
Cleaning up line endings
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4994 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2007-05-03 04:35:25 +00:00 |
|
mariano.iglesias
|
8982d82c0d
|
Adding option to send extra parameters to a custom validation and more tests for validation
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4980 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2007-05-02 07:48:22 +00:00 |
|
phpnut
|
5cd13cff26
|
Adding additional tests for validation.
Added fix to model to pass the new tests
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4970 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2007-05-01 10:30:36 +00:00 |
|
mariano.iglesias
|
5317c80429
|
Restoring commented tests
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4966 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2007-05-01 03:04:44 +00:00 |
|
mariano.iglesias
|
d1687bbc06
|
Adding test to evaluate emptiness in validation
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4965 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2007-05-01 03:03:53 +00:00 |
|
phpnut
|
d79f55c240
|
moving tests
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4962 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2007-05-01 02:40:36 +00:00 |
|
mariano.iglesias
|
e2d9935a26
|
Added variation for a field parsing test
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4952 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2007-04-30 13:27:41 +00:00 |
|
mariano.iglesias
|
9451c58377
|
Adding test for field parsing
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4951 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2007-04-30 13:24:13 +00:00 |
|
mariano.iglesias
|
01ce8392a4
|
Adding tests for #2506
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4950 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2007-04-30 13:03:13 +00:00 |
|
phpnut
|
5757d6b7e9
|
Adding fixes for test added in [4911] and [4912]
Fixed #2414 fixes findBy doesn't escape WHERE condition
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4913 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2007-04-29 05:37:39 +00:00 |
|
mariano.iglesias
|
6978359505
|
Adding more tests for #2414
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4912 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2007-04-29 04:24:47 +00:00 |
|
mariano.iglesias
|
5903e2226c
|
Adding tests for #2414
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4911 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2007-04-29 04:18:41 +00:00 |
|
mariano.iglesias
|
80e40d6910
|
Adding tests trying to replicate #2451 and more variations of fake threaded self join
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4902 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2007-04-29 02:25:57 +00:00 |
|
nate
|
5461eec22d
|
Adding fix for <> condition in DboSource (Ticket #2101)
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4865 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2007-04-17 05:17:06 +00:00 |
|
mariano.iglesias
|
cf2abbed03
|
Added tests for issue #2391
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4843 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2007-04-11 21:27:16 +00:00 |
|
mariano.iglesias
|
4c7febfafa
|
Added tests for issue #2391
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4842 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2007-04-11 21:22:26 +00:00 |
|
nate
|
0c43266ba7
|
Adding user check fix for AuthComponent::isAuthorized(), and removing comments from Model test (Ticket #2381)
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4833 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2007-04-10 16:48:45 +00:00 |
|
phpnut
|
8ed1b69b3f
|
Refactoring association joins, Fixes the issue with adding the Model.id if it is not already added.
Adding fix for string based fields.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4831 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2007-04-09 21:30:55 +00:00 |
|
mariano.iglesias
|
dd956694af
|
Adding tests to force foreignKey fields in hasMany
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4829 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2007-04-09 19:21:42 +00:00 |
|
mariano.iglesias
|
e9d7d60292
|
Adding tests for automatic addition of ids in hasMany
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4828 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2007-04-09 19:12:59 +00:00 |
|
phpnut
|
00be91c954
|
Adding first implementation of hasMany associations using one select statement.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4826 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2007-04-09 08:54:25 +00:00 |
|
phpnut
|
95e2782d72
|
Initial work on using one select statement for hasMany associations
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4824 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2007-04-09 04:00:04 +00:00 |
|
mariano.iglesias
|
0fbcd7f9a4
|
Fixed tests
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4817 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2007-04-07 19:51:20 +00:00 |
|
mariano.iglesias
|
81b473f2a3
|
Added test for conditions in binding
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4816 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2007-04-07 19:30:27 +00:00 |
|
mariano.iglesias
|
b151eda69e
|
Fixed test
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4813 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2007-04-07 06:42:08 +00:00 |
|
phpnut
|
d0c8cde9ab
|
Adding fixes for test in [4811] fixes Ticket #1100
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4812 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2007-04-07 06:29:46 +00:00 |
|
mariano.iglesias
|
5e2d4167e3
|
Added tests for issue #1100
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4811 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2007-04-07 04:56:17 +00:00 |
|
phpnut
|
d5fa0a961b
|
Adding fixes for Ticket #2357, Ticket #2358
Added tests from Ticket #2357, Ticket #2358
Fixed failing DboSourceTest:
source:/branches/1.2.x.x/cake/tests/cases/libs/model/datasources/dbo_source.test.php@4778#L1080
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4801 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2007-04-06 11:15:45 +00:00 |
|
phpnut
|
1c6c32981e
|
Fixing [Only variable references should be returned by reference]
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4778 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2007-04-05 04:47:01 +00:00 |
|
mariano.iglesias
|
003e30673e
|
Added test for combination of self joins and belongsTo
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4773 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2007-04-05 04:04:55 +00:00 |
|
mariano.iglesias
|
a53e15ee51
|
Fixed test to used array based self join
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4771 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2007-04-05 03:40:08 +00:00 |
|
phpnut
|
f0cd2d49ea
|
Adding fix for to correct additional 1:1 associations failing to query when there is a self join association.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4770 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2007-04-05 03:31:46 +00:00 |
|
phpnut
|
ea144501ae
|
Fixing self association joins with conditions and fields
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4767 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2007-04-05 00:47:17 +00:00 |
|
mariano.iglesias
|
ad2069af72
|
Fixed test
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4766 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2007-04-05 00:07:30 +00:00 |
|
mariano.iglesias
|
6fe9f01c24
|
Fixed test
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4765 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2007-04-05 00:05:57 +00:00 |
|
mariano.iglesias
|
5757d3b07b
|
Fixed tests to include parenthesis used in ON clauses
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4764 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2007-04-04 22:14:45 +00:00 |
|
phpnut
|
cc46c03f31
|
Adding fixes for association conditions
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4763 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2007-04-04 21:40:59 +00:00 |
|
phpnut
|
da35cf3193
|
Adding fix for ModelTest::testRecursiveFindAll()
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4761 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2007-04-04 19:55:57 +00:00 |
|
phpnut
|
46768f219e
|
Commenting debug code in model.test.php
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4760 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2007-04-04 18:24:17 +00:00 |
|
phpnut
|
49e58cec49
|
Adding fix for scaffold when using self associated HABTM
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4759 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2007-04-04 17:25:18 +00:00 |
|
gwoo
|
ed342c307d
|
fixing check in magic methods for a value otherwise it will return false adding test to dbosource
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4746 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2007-04-03 05:43:31 +00:00 |
|