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
|
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 |
|
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 |
|
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 |
|
predominant
|
92215e1795
|
Merge remote branch 'origin/1.3' into 2.0
Conflicts:
cake/libs/inflector.php
cake/libs/view/helpers/text.php
cake/libs/view/pages/home.ctp
cake/tests/cases/libs/view/helpers/time.test.php
|
2010-04-16 23:43:28 +10:00 |
|
José Lorenzo Rodríguez
|
9d2819970d
|
Fixing schema generation for postgres. Now character varying without lenght is translated to "text", to avoid sql errors. Closes #564
|
2010-04-13 01:08:31 -04:30 |
|
predominant
|
52cdef900b
|
Merge remote branch 'origin/1.3' into 2.0
Conflicts:
cake/dispatcher.php
cake/libs/model/behaviors/acl.php
cake/libs/model/behaviors/containable.php
cake/libs/model/behaviors/tree.php
cake/libs/router.php
cake/tests/cases/libs/validation.test.php
|
2010-04-09 22:05:00 +10:00 |
|
José Lorenzo Rodríguez
|
7668894888
|
Fixing error introduced by previous commit
|
2010-04-07 09:51:29 -04:30 |
|
predominant
|
e4d292bfa4
|
Merge remote branch 'origin/1.3' into 2.0
Conflicts:
cake/console/libs/shell.php
cake/libs/controller/components/acl.php
cake/libs/controller/components/auth.php
cake/libs/controller/components/email.php
cake/libs/controller/components/security.php
cake/libs/controller/components/session.php
cake/libs/view/helper.php
cake/libs/view/helpers/form.php
cake/libs/view/helpers/html.php
cake/libs/view/helpers/number.php
cake/libs/view/helpers/session.php
cake/libs/view/helpers/text.php
cake/libs/view/helpers/time.php
cake/libs/view/helpers/xml.php
|
2010-04-06 12:19:34 +10:00 |
|
Mark Story
|
518cab91e5
|
Fixing discrepancy between how belongsTo and hasOne assocations are treated in relation to their fields being added into the queryData. hasOne and belongsTo associations now behave the same. Fixes #379
|
2010-04-05 21:50:28 -04:00 |
|
predominant
|
1497ec3910
|
Changed all public methods to specify public access.
|
2010-04-05 13:19:38 +10:00 |
|
José Lorenzo Rodríguez
|
45ccba5d94
|
Improving virtual fields fetching when the field wildcard selector * in present on the fields array, closes #524
|
2010-04-04 13:24:39 -04:30 |
|
predominant
|
3c2e7a091d
|
Changed access to private __associations on Model to associations() calls.
|
2010-04-04 18:17:43 +10:00 |
|
predominant
|
850ca02bb6
|
Changed all public 'var' declarations to be 'public $var'
|
2010-04-04 17:14:00 +10:00 |
|
predominant
|
329a13fe5f
|
Changed all $_ declared variables to protected.
|
2010-04-04 16:36:12 +10:00 |
|
José Lorenzo Rodríguez
|
75900883e6
|
Making DboPostgres::value() return NULL when given an empty array, as DboMysql does
|
2010-03-30 00:01:33 -04:30 |
|
José Lorenzo Rodríguez
|
bbf96567eb
|
Using value() in default value generation with CakeSchema and DboPostgres
|
2010-03-29 23:50:40 -04:30 |
|
Mark Story
|
068631ebe2
|
Fixing AclNode::node() so that node expressions that could match deeper elements are contained to their parent elements. Test added.
|
2010-03-28 16:59:24 -04:00 |
|
ADmad
|
d365fafe4d
|
Changed default value for option 'validate' to 'first' in Model::saveAll(). Also fixed issue where the return array contained more keys then number of records in data array itself with options 'validate =>'first' and 'atomic'=>false
|
2010-03-28 05:29:42 +05:30 |
|
Mark Story
|
0c29fd0094
|
Merge remote branch 'origin/1.2' into 1.3
Conflicts:
cake/libs/cake_session.php
cake/libs/controller/components/session.php
cake/libs/model/model.php
cake/libs/router.php
|
2010-03-27 11:48:49 -04:00 |
|