mark_story
|
bf22af6b7f
|
Fixing more strict errors and usage errors in BehaviorCollection test.
Making modParams only work if the result is an array. This is for compatibility with previous behaviour.
|
2010-12-12 17:42:40 -05:00 |
|
mark_story
|
48879f8264
|
Fixing strict errors in translate and acl behaviors.
Removing conditional definition of I18nModel. There is no reason for it to exist anymore.
Removing duplicate class definition.
|
2010-12-12 17:38:49 -05:00 |
|
mark_story
|
df21d19c4c
|
Making a bunch of properties public so containable can hack around. Need to refactor and fix visibility issues.
Fixing failing tests in containable.
|
2010-12-12 15:48:36 -05:00 |
|
mark_story
|
81e009b816
|
Fixing additional strict warnings.
|
2010-12-12 15:02:38 -05:00 |
|
mark_story
|
33b8a35b75
|
Fixing strict warnings in TreeBehavior and a few other classes.
|
2010-12-12 14:56:48 -05:00 |
|
mark_story
|
b9f0fc0724
|
Merge branch '1.3' into merger
Conflicts:
cake/dispatcher.php
cake/libs/cake_session.php
cake/libs/controller/components/cookie.php
cake/libs/controller/components/email.php
cake/libs/controller/controller.php
cake/libs/controller/scaffold.php
cake/libs/set.php
cake/libs/validation.php
cake/libs/view/view.php
cake/tests/cases/dispatcher.test.php
cake/tests/cases/libs/controller/components/security.test.php
cake/tests/cases/libs/controller/controller.test.php
cake/tests/cases/libs/validation.test.php
cake/tests/cases/libs/view/view.test.php
|
2010-12-10 22:24:31 -05:00 |
|
mark_story
|
8031d33d33
|
Fixing more E_STRICT notices and adding a type check to DboSource::dropSchema().
|
2010-12-04 14:37:02 -05:00 |
|
mark_story
|
a6c5065e9c
|
Fixing a few more E_STRICT errors in postgres test/class.
|
2010-12-04 14:31:11 -05:00 |
|
mark_story
|
7e29859676
|
Fixing E_STRICT errors in test models.
|
2010-12-04 14:19:53 -05:00 |
|
mark_story
|
18fb12c95c
|
Removing & pass by ref operators as they aren't needed any more.
Fixing a bunch of E_STRICT errors.
|
2010-12-04 14:15:32 -05:00 |
|
mark_story
|
64d1f799f8
|
Adding fixtures that fixed MissingTableExceptions I was getting.
|
2010-12-04 13:52:38 -05:00 |
|
José Lorenzo Rodríguez
|
e167271568
|
Making more DboSlite tests pass
|
2010-12-03 14:41:39 -04:30 |
|
José Lorenzo Rodríguez
|
2e04c5260e
|
Fixing some tests to make them run on sqlite
|
2010-12-02 00:19:43 -04:30 |
|
José Lorenzo Rodríguez
|
0d93520e0a
|
Fixing test case for sqlite
|
2010-11-29 20:52:32 -04:30 |
|
José Lorenzo Rodríguez
|
130fe603a7
|
Skipping test incompatiblw with mysql
|
2010-11-28 23:34:20 -04:30 |
|
José Lorenzo Rodríguez
|
592dda92de
|
Fixing test to make it pass using DboSqlite
|
2010-11-28 22:48:34 -04:30 |
|
José Lorenzo Rodríguez
|
0ff01330c4
|
Making dates deconstruction in model more consistent for different datasources
|
2010-11-27 00:13:04 -04:30 |
|
José Lorenzo Rodríguez
|
41ee035d28
|
Starting to bring sqlite dbo up to date
|
2010-11-26 23:46:34 -04:30 |
|
José Lorenzo Rodríguez
|
b6731dd9ad
|
Merge remote branch 'origin/2.0' into feature/2.0/pdo
Conflicts:
cake/tests/cases/libs/model/datasources/dbo/dbo_mysql.test.php
cake/tests/cases/libs/model/datasources/dbo/dbo_mysqli.test.php
|
2010-11-26 20:26:41 -04:30 |
|
mark_story
|
15ca2400bc
|
Fixing issue in DboSource::name() where special characters in column names would not be correctly quoted.
Tests added.
Fixes #1264
|
2010-11-25 06:52:23 -05:00 |
|
mark_story
|
4c0e69b8fc
|
Removing constant checks, they aren't used anymore.
|
2010-11-21 15:13:33 -05:00 |
|
mark_story
|
8aabf3689e
|
Making BehaviorCollection more consistent with other object collections.
Fixing failing tests caused by not being updated when behavior changed.
|
2010-11-21 14:42:13 -05:00 |
|
José Lorenzo Rodríguez
|
40418de218
|
Freeing up some memory in dbos after the result set has been completly fetched.
Adding dbo_mysql and dbo_postgres to the AllDAtabase testsuite
|
2010-11-16 23:59:24 -04:30 |
|
mark_story
|
d12c232d8a
|
Merge branch '1.3' into merger
Conflicts:
app/config/core.php
cake/console/templates/skel/config/core.php
cake/dispatcher.php
cake/libs/controller/components/auth.php
cake/libs/view/helpers/form.php
cake/tests/cases/libs/cake_test_case.test.php
cake/tests/cases/libs/controller/components/security.test.php
cake/tests/cases/libs/model/models.php
cake/tests/cases/libs/router.test.php
cake/tests/cases/libs/view/helpers/paginator.test.php
cake/tests/lib/cake_test_case.php
|
2010-11-16 21:48:13 -05:00 |
|
José Lorenzo Rodríguez
|
f2b707ac0b
|
Merge remote branch 'origin/2.0' into feature/2.0/pdo
Conflicts:
cake/tests/cases/libs/model/datasources/dbo/dbo_mysql.test.php
cake/tests/cases/libs/model/datasources/dbo/dbo_mysqli.test.php
cake/tests/cases/libs/model/datasources/dbo_source.test.php
|
2010-11-16 21:54:42 -04:30 |
|
mark_story
|
76a80c262e
|
Fixing failing test caused by name() being able to quote things better now.
|
2010-11-13 12:04:22 -05:00 |
|
mark_story
|
18bb5f6b8b
|
Removing =& operators for construction of objects.
|
2010-11-12 23:05:44 -05:00 |
|
José Lorenzo Rodríguez
|
91e2d88900
|
Moving method back to DboSourceTest, as it was very difficult to adapt it to use mock objects
|
2010-11-11 00:22:08 -04:30 |
|
José Lorenzo Rodríguez
|
106379b7ef
|
Removing all methods with mysql syntax or dependent on anyway of this Dbo out form DboSourceTest.
|
2010-11-10 23:31:54 -04:30 |
|
José Lorenzo Rodríguez
|
d46f953357
|
Changing test case to reflect that stats option was removed from DboSource::execute and merged into "log" option
|
2010-11-10 23:10:13 -04:30 |
|
José Lorenzo Rodríguez
|
b20becc0b7
|
Extracting remaning methods with Mysql specific syntax out of DboSourceTest
|
2010-11-09 01:43:23 -04:30 |
|
José Lorenzo Rodríguez
|
539b90749a
|
Moving more methods out of DboSourceTest
|
2010-11-09 01:38:13 -04:30 |
|
José Lorenzo Rodríguez
|
66779eecfa
|
Moving some more method out of DboSourceTest
|
2010-11-09 01:26:15 -04:30 |
|
José Lorenzo Rodríguez
|
47c6132b24
|
cleaning up some tests, adding missing parameters in DboSource to match declaration on DataSource
|
2010-11-09 01:25:05 -04:30 |
|
ADmad
|
eb76ab95f2
|
Fixed issue where Model::saveAll() would incorrectly commit a transaction which was not started in that function call itself.
|
2010-11-06 09:33:50 +05:30 |
|
José Lorenzo Rodríguez
|
3a8016b875
|
Even more methods containing quoting specific to mysql out of DboSource
|
2010-11-03 19:59:15 -04:30 |
|
José Lorenzo Rodríguez
|
6028705c72
|
Moving more methods out from DboSourceTest
|
2010-11-03 19:52:49 -04:30 |
|
José Lorenzo Rodríguez
|
86f1309a54
|
iMoving a couple of methods out from DboSourceTest
|
2010-11-03 19:40:09 -04:30 |
|
José Lorenzo Rodríguez
|
f2f378ca73
|
Moving testGenerateInnerJoinAssociationQuery out from DboSourceTest
|
2010-11-03 19:35:15 -04:30 |
|
José Lorenzo Rodríguez
|
605a6b17a5
|
Moving another method out of DboSourceTest
|
2010-11-03 19:18:51 -04:30 |
|
José Lorenzo Rodríguez
|
146af7faa5
|
Stating to move quoting test out from dbosource into mysql test
|
2010-11-03 19:14:22 -04:30 |
|
José Lorenzo Rodríguez
|
eedd823fd8
|
Merge remote branch 'origin/2.0' into feature/2.0/pdo
|
2010-11-03 00:23:18 -04:30 |
|
mark_story
|
bff711e2dc
|
Merge branch '2.0-console' into 2.0
Conflicts:
cake/console/shells/acl.php
cake/tests/cases/console/libs/tasks/plugin.test.php
|
2010-11-02 23:49:19 -04: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
|
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 |
|
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 |
|
José Lorenzo Rodríguez
|
8d80188c6c
|
Updating more tests with boolean handling, maybe in the near future fixing this for both mysql and postgres is coming
|
2010-10-26 21:59:48 -04:30 |
|
José Lorenzo Rodríguez
|
eb49181c48
|
Bringing more boolean tests up to date in postgres
|
2010-10-26 21:49:03 -04:30 |
|
José Lorenzo Rodríguez
|
b3d8a619a3
|
Updating test for booleans in postgres
|
2010-10-26 21:46:29 -04:30 |
|