mark_story
|
cd8dff362d
|
Merge branch '2.0-phpunit' into 2.0
Conflicts:
cake/libs/controller/components/email.php
cake/tests/cases/libs/cake_test_fixture.test.php
cake/tests/cases/libs/controller/components/email.test.php
|
2010-06-28 22:31:35 -04:00 |
|
mark_story
|
929bb5769e
|
Merge branch '1.3' into 2.0
Conflicts:
app/webroot/index.php
cake/console/templates/skel/webroot/index.php
cake/libs/cake_session.php
cake/libs/controller/components/email.php
cake/libs/controller/scaffold.php
cake/libs/model/datasources/dbo/dbo_oracle.php
cake/libs/model/model_behavior.php
cake/libs/view/pages/home.ctp
cake/tests/cases/libs/controller/components/acl.test.php
cake/tests/cases/libs/file.test.php
|
2010-06-26 12:29:20 -04:00 |
|
mark_story
|
a166ea78cb
|
Fixing fails in dbo source test caused by not enough fixtures being loaded.
|
2010-06-25 23:40:29 -04:00 |
|
José Lorenzo Rodríguez Urdaneta
|
72c7c3f44e
|
Completing migration of ModelIntegration test case to phpunit
|
2010-06-24 00:52:43 -04:30 |
|
Juan Basso
|
2a4489cdf2
|
Naming conventions to datasources with plugins. Fixes #819
|
2010-06-20 23:53:54 -03:00 |
|
mark_story
|
aee1c5483b
|
Renaming test case classes to better reflect the filenames.
|
2010-06-13 10:06:00 -04:00 |
|
José Lorenzo Rodríguez
|
d35e02a1e1
|
Sending correct patch for previous commit
|
2010-06-10 00:02:45 -04:30 |
|
José Lorenzo Rodríguez
|
1b9eb035fd
|
Migrating DboMyqli to phpunit
|
2010-06-09 23:00:35 -04:30 |
|
José Lorenzo Rodríguez
|
0a3e27b000
|
Migrating DboPostgres to phpunit
|
2010-06-09 22:52:28 -04:30 |
|
José Lorenzo Rodríguez
|
b3d9de1a97
|
Improving migration of DboMysqlTest to phpunit
|
2010-06-09 21:19:25 -04:30 |
|
José Lorenzo Rodríguez
|
a8328f3872
|
Migrating DboMysqlTest to PHPUnit
|
2010-06-09 21:03:46 -04:30 |
|
José Lorenzo Rodríguez
|
9b3df1ea0e
|
Migrating DboSourceTest to PHPUnit
|
2010-06-09 20:47:25 -04:30 |
|
mark_story
|
ad8b70cec2
|
Removing continue statement that did nothing.
Adding a rollback for when validation fails and atomic has been set.
Tests added. Fixes #797
|
2010-06-09 13:48:54 -04:00 |
|
mark_story
|
2f527cc5af
|
Adding a few tests for DboSource::fullTableName();
|
2010-06-08 23:29:40 -04:00 |
|
mark_story
|
d0309d0c18
|
Fixing access violations in DbAcl test case.
|
2010-06-07 23:47:48 -04:00 |
|
José Lorenzo Rodríguez
|
bd7ce3804e
|
Migrating CakeSchemaTest to PHPUnit
|
2010-06-07 00:05:40 -04:30 |
|
José Lorenzo Rodríguez
|
e381be7a85
|
Migrating AclBehaviorTest to PHPUnit
|
2010-06-06 23:34:34 -04:30 |
|
José Lorenzo Rodríguez
|
0aff378be8
|
Migrating TreeBehaviorTest to phpunit
|
2010-06-05 00:35:31 -04:30 |
|
José Lorenzo Rodríguez
|
d951e4a218
|
Migrating TranslateBehaviorTest to phpunit
|
2010-06-05 00:10:01 -04:30 |
|
José Lorenzo Rodríguez
|
fd4db4184a
|
Migrated ConnectionManager to phpunit
|
2010-06-04 23:47:38 -04:30 |
|
José Lorenzo Rodríguez
|
94dd8a2543
|
Migrating ModelBehaviorTest to phpunit
|
2010-06-04 23:27:28 -04:30 |
|
José Lorenzo Rodríguez
|
d04278cb8e
|
Migrating ModelIntegrationTest to PHPUnit
|
2010-06-04 23:19:33 -04:30 |
|
José Lorenzo Rodríguez
|
c23fe5d72e
|
Migrating ModelReadTest to PHPUnit
|
2010-06-04 23:07:29 -04:30 |
|
mark_story
|
bd6e16be26
|
Fixing issue where join tables would be filed under 'missing' and found. Test added. Fixes #789
|
2010-06-03 23:20:37 -04:00 |
|
José Lorenzo Rodríguez
|
2e7d2d5587
|
Migrating ModelWriteTest to phpunit
|
2010-06-02 00:30:52 -04:30 |
|
José Lorenzo Rodríguez
|
7d6ac7585a
|
Migrating ModelValidationTest to phpunit
|
2010-06-01 00:19:11 -04:30 |
|
José Lorenzo Rodríguez
|
375dde87dc
|
Migrating ModelDeleteTest to phpunit
|
2010-05-31 23:50:03 -04:30 |
|
mark_story
|
7ed67e5959
|
Fixing virtualFields used in order clauses where virtualField was supplied with model alias. Tests added. Refs #768
|
2010-05-30 20:30:58 -04:00 |
|
mark_story
|
c98a82c61c
|
Fixing whitespace.
|
2010-05-30 20:28:00 -04:00 |
|
mark_story
|
66a8890f4f
|
Fixing code formatting in test cases.
|
2010-05-30 12:51:48 -04:00 |
|
renan.saddam
|
c96d074722
|
Merge branch '1.3' of github.com:cakephp/cakephp into 1.3
|
2010-05-29 12:23:04 -03:00 |
|
renan.saddam
|
8f5112b8d7
|
Changing break; to continue; so it will process the next tables on the array, tests added.
|
2010-05-29 12:22:16 -03:00 |
|
Martin Radosta
|
64adfacd3e
|
Making DboSource::order() accept an expression object. Fixes issues with
sql parsing over quoting special SQL syntax. Tests added. Fixes #747
Signed-off-by: mark_story <mark@mark-story.com>
|
2010-05-25 23:07:29 -04:00 |
|
mark_story
|
29f2223c6d
|
Removing hardcoded '__' for virtualField separators. Making it an instance property instead. This allows the customization of the separator if needed. Tests added for DboMysql. Refs #655, #730
|
2010-05-22 00:58:54 -04:00 |
|
predominant
|
6a18b2bc1d
|
Merge remote branch 'origin/1.3' into 2.0
Conflicts:
cake/basics.php
cake/console/libs/shell.php
cake/console/libs/tasks/controller.php
cake/libs/controller/components/request_handler.php
cake/libs/model/model.php
cake/libs/model/model_behavior.php
cake/libs/overloadable.php
cake/libs/overloadable_php4.php
cake/libs/overloadable_php5.php
cake/libs/sanitize.php
cake/libs/validation.php
cake/libs/view/helpers/ajax.php
cake/libs/view/helpers/javascript.php
cake/libs/view/pages/home.ctp
cake/tests/cases/console/libs/tasks/controller.test.php
cake/tests/cases/libs/overloadable.test.php
cake/tests/cases/libs/validation.test.php
cake/tests/cases/libs/view/helpers/ajax.test.php
cake/tests/cases/libs/view/helpers/javascript.test.php
cake/tests/test_app/libs/cache/test_app_cache.php
cake/tests/test_app/plugins/test_plugin/libs/cache/test_plugin_cache.php
cake/tests/test_app/plugins/test_plugin/models/test_plugin_auth_user.php
cake/tests/test_app/plugins/test_plugin/models/test_plugin_post.php
|
2010-05-20 12:22:04 +10:00 |
|
Juan Basso
|
a94b9ee95b
|
Update various links. Closes #392
|
2010-05-18 22:15:13 -03:00 |
|
Mark Story
|
79839c07d2
|
Fixing issues where ModelBehavior::detach() would not detach behaviors when a plugin.name was provided. This change makes detach() work like attach(). Tests added. Fixes #711
|
2010-05-11 23:08:14 -04:00 |
|
Mark Story
|
0648c6604b
|
Adding some additional tests for possible php4 compatibility issues.
|
2010-05-11 23:01:40 -04:00 |
|
Mark Story
|
6add43a4bc
|
Fixing issue where id = null could cause SQL errors when saving more than one record with a null id. Fixes #675
|
2010-05-11 22:40:56 -04:00 |
|
predominant
|
8f880731c6
|
Removing closing PHP tags.
|
2010-05-11 08:27:28 +10:00 |
|
predominant
|
1ec220dac2
|
Removing closing PHP tags.
|
2010-05-11 08:07:49 +10:00 |
|
Mark Story
|
1a7dce3af6
|
Updating DboMysql to fix an issue where virtualFields that were simple
aliases to fields on other tables would end up in the wrong place.
Tests added. Fixes #655
|
2010-05-07 23:26:13 -04:00 |
|
Mark Story
|
745afe888b
|
Adding more tests for saving records with nulls. Closes #675
|
2010-05-07 22:23:18 -04:00 |
|
Mark Story
|
f152181c03
|
Adding tests for saving models with id == null. Closes #675
|
2010-05-06 22:24:11 -04:00 |
|
Mark Story
|
adf604a966
|
Merge branch '1.3' into 2.0
Conflicts:
cake/console/templates/default/actions/controller_actions.ctp
cake/console/templates/default/views/form.ctp
cake/console/templates/default/views/index.ctp
cake/console/templates/default/views/view.ctp
cake/libs/controller/controller.php
cake/libs/controller/scaffold.php
cake/libs/view/pages/home.ctp
cake/tests/cases/dispatcher.test.php
cake/tests/cases/libs/model/cake_schema.test.php
|
2010-05-02 17:53:42 -04:00 |
|
Mark Story
|
af6435ece8
|
Fixing issue where table name was not using fully qualified table names, causing issues with models using table prefixes. Tests added. Fixes #623
|
2010-04-25 00:22:57 -07:00 |
|
ADmad
|
46df1be384
|
Model::deleteAll() now returns false if the 'find' to fetch records ids returns false (in case of sql error). Closes #272
|
2010-04-25 02:34:18 +05:30 |
|
predominant
|
015872445b
|
Merge remote branch 'origin/1.3' into 2.0
Conflicts:
cake/console/libs/acl.php
cake/tests/cases/libs/view/helpers/form.test.php
cake/tests/cases/libs/view/helpers/javascript.test.php
|
2010-04-23 12:52:56 +10:00 |
|
Mark Story
|
f86d0de5ee
|
Adding test to show correct functioning of containable + field() + recursive = -1. Closes #409
|
2010-04-19 23:16:59 -04:00 |
|
Mark Story
|
029d2581af
|
Fixing autoFields causing invalid SQL when cross database joins are being done. Tests added. Fixes #476
|
2010-04-19 22:39:07 -04:00 |
|