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 |
|
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 |
|
mariano.iglesias
|
a48f9cd908
|
Simplified failing test in model.test.php
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4737 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2007-04-01 16:15:44 +00:00 |
|
mariano.iglesias
|
2f5fa26e29
|
Simplified failing test in model.test.php
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4736 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2007-04-01 16:03:42 +00:00 |
|
nate
|
23fc1e8e53
|
Refactoring FormHelper and fixing 'empty' option for date/time elements in FormHelper::input() (Ticket #2311)
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4726 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2007-04-01 04:55:56 +00:00 |
|
mariano.iglesias
|
76efc2acbc
|
Fixed typo in function name
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4725 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2007-04-01 04:51:29 +00:00 |
|
mariano.iglesias
|
2a4fb7bc50
|
Identified line that allows bakery issue test to succeed
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4724 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2007-04-01 04:50:06 +00:00 |
|
mariano.iglesias
|
024fc47407
|
Added test that replicates issue in bakery with nested models after doing some bindModel() and unbindModel()
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4723 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2007-04-01 04:40:18 +00:00 |
|
phpnut
|
3a62793d0e
|
Adding fix for Ticket #2232.
Added tests for ticket
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4714 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2007-03-30 00:08:10 +00:00 |
|
nate
|
381ec92b4c
|
Adding tests and fixtures for self-join associations, and fixing JS syntax for 'indicator' (Ticket #2302)
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4705 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2007-03-29 02:16:00 +00:00 |
|
nate
|
51250a4e5d
|
Forcing SQL debug mode for model tests
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4688 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2007-03-27 02:22:35 +00:00 |
|
nate
|
f2c7c5a677
|
Fixing calculated field parsing for DboSource::fields()
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4686 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2007-03-27 01:34:59 +00:00 |
|
nate
|
282bfbf4fc
|
Fixing SQL expression handling in Model::field() (TIcket #2283)
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4684 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2007-03-26 18:38:54 +00:00 |
|
nate
|
bb2a68caec
|
Rewriting SQL generation for self-joins
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4679 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2007-03-26 17:16:43 +00:00 |
|
nate
|
f48b908ac6
|
Disabling ORDER BY clause for Model::findCount (Ticket #2227) and updating test case
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4677 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2007-03-25 18:17:15 +00:00 |
|
phpnut
|
3a4a49ef03
|
Adding changes to test suite submitted by Mariano
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4667 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2007-03-23 21:59:08 +00:00 |
|
nate
|
2a095d9ea6
|
Fixing redundant SQL condition generation in DboSource::conditionKeysToString(), fixing SQL ORDER parsing (Ticket #2266) and updating test cases
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4644 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2007-03-22 00:26:42 +00:00 |
|
nate
|
5197bf60d3
|
Updating DboSource with new query generator, and updating model/dbo test cases
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4636 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2007-03-20 17:38:53 +00:00 |
|
nate
|
dba900eb30
|
Updating model test case
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4632 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2007-03-17 21:37:22 +00:00 |
|
nate
|
97396819cc
|
Updating model test case
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4631 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2007-03-17 19:15:41 +00:00 |
|
nate
|
222d19a43a
|
Adding Model::create() fix for Ticket #2200 and updating test case
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4628 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2007-03-17 00:24:33 +00:00 |
|
phpnut
|
578073b91d
|
Updating test suite
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4445 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2007-02-04 09:06:44 +00:00 |
|
phpnut
|
0997bea85c
|
Updating html for test suite.
Added error page when SimpleTest is not installed.
Fixed model.test.php failing on PHP 4
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4440 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2007-02-04 04:38:42 +00:00 |
|
phpnut
|
4c25103751
|
Moving to include tests and test suite in the 1.2.x.x core releases
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4430 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2007-02-03 22:20:13 +00:00 |
|