mark_story
|
acd2c15690
|
Merge branch '1.3-misc' into 1.3-merger
Conflicts:
cake/tests/cases/libs/configure.test.php
|
2009-11-15 20:09:12 -05:00 |
|
mark_story
|
58383d3cb9
|
Merge branch '1.2' into 1.3-merger
Conflicts:
cake/console/libs/tasks/controller.php
cake/console/libs/tasks/model.php
|
2009-11-15 20:05:55 -05:00 |
|
predominant
|
0977b3fe15
|
Standardising docblock endings throughout.
|
2009-11-14 23:19:25 +11:00 |
|
mark_story
|
d302ed1bfa
|
Fixing comment block formatting.
|
2009-11-13 09:44:51 -05:00 |
|
mark_story
|
2c5fa171e0
|
Updating CakeSchema to pass a Model object into DboSource::fullTableName(); Fixes schema's not correctly reading tablePrefixes.
Fixes #290
|
2009-11-13 00:43:40 -05:00 |
|
nate
|
1c8a2f232b
|
Changes Model::find() to allow modification of DataSource connection during callbacks.
|
2009-11-12 14:48:03 -05:00 |
|
mark_story
|
6b5c247162
|
Merge commit 'origin/1.2' into mergers
Conflicts:
cake/bootstrap.php
cake/console/cake.php
cake/console/libs/tasks/model.php
cake/libs/configure.php
cake/libs/view/helpers/cache.php
cake/libs/view/helpers/paginator.php
cake/tests/cases/console/libs/tasks/model.test.php
cake/tests/cases/libs/view/helpers/cache.test.php
|
2009-11-08 22:21:21 -05:00 |
|
mark_story
|
6db91b0f49
|
Fixing issues in ContainableBehavior that could leave models unbound when 'fields' was used as part of containment conditions. Fixes #253
|
2009-11-07 17:43:18 -05:00 |
|
ceeram
|
dd0c4a64c5
|
Test to prove ticket #253
|
2009-11-07 11:02:43 -05:00 |
|
predominant
|
884490f1a1
|
Removing leftover SVN tags.
|
2009-11-06 18:35:14 +11:00 |
|
predominant
|
62810fb4f4
|
Updating more Copyright dates.
|
2009-11-06 18:04:38 +11:00 |
|
predominant
|
1185681549
|
Removing newline caused by Subversion line removal.
|
2009-11-06 18:01:22 +11:00 |
|
predominant
|
384bb7a0e0
|
Update license lines throughout.
|
2009-11-06 17:51:51 +11:00 |
|
predominant
|
d7b604c8ed
|
Fixing links throughout
|
2009-11-06 17:46:59 +11:00 |
|
predominant
|
8ff6505fe8
|
Removing excess whitespace
|
2009-11-06 17:08:23 +11:00 |
|
predominant
|
6782cb019c
|
Update CakePHP Project link.
|
2009-11-06 17:00:11 +11:00 |
|
predominant
|
5dfe1777af
|
Removing Subversion file headers.
|
2009-11-06 16:51:09 +11:00 |
|
predominant
|
ceee56013c
|
Remove Subversion $Date$ lines.
|
2009-11-06 16:17:01 +11:00 |
|
predominant
|
04f1b6cdfe
|
Remove Subversion $LastChangedBy$ lines.
|
2009-11-06 16:11:16 +11:00 |
|
predominant
|
42f3f16d60
|
Remove subversion $Revision$ lines.
|
2009-11-06 16:08:02 +11:00 |
|
predominant
|
1b9b0aae5e
|
Updating Copyright date to include 2009.
|
2009-11-06 15:34:28 +11:00 |
|
predominant
|
8f75ff58c7
|
Removing @filesource
|
2009-11-06 15:24:02 +11:00 |
|
mark_story
|
e609875754
|
Updating Model::invalidFields, so returning false from beforeValidate() will abort both the validation and saving() of the record.
Tests added to check beforeSave, beforeValidate, and beforeDelete return values.
Fixes #257
|
2009-11-04 12:36:17 -05:00 |
|
mark_story
|
dc07a05fca
|
Merge branch '1.3' into 1.3-misc
|
2009-11-04 09:20:21 -05:00 |
|
tPl0ch
|
f5ca3ace1f
|
Modified Model::find() to make Model::findQueryType available in Model callbacks. Fixes https://trac.cakephp.org/ticket/5847. Tests added
Signed-off-by: Mark Story <mark@mark-story.com>
|
2009-11-04 09:16:04 -05:00 |
|
mark_story
|
a3bb77c4f3
|
Merge branch '1.2' into 1.3-merger
Conflicts:
cake/console/libs/acl.php
cake/console/libs/tasks/controller.php
cake/console/libs/tasks/db_config.php
cake/console/libs/tasks/model.php
cake/console/libs/templates/skel/views/layouts/xml/default.ctp
cake/libs/model/datasources/dbo/dbo_mysql.php
cake/libs/model/datasources/dbo/dbo_mysqli.php
cake/libs/validation.php
cake/libs/view/helpers/form.php
cake/tests/cases/basics.test.php
cake/tests/cases/console/libs/tasks/model.test.php
cake/tests/cases/libs/cake_test_case.test.php
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/view/helpers/javascript.test.php
cake/tests/cases/libs/view/helpers/session.test.php
cake/tests/groups/controller.group.php
cake/tests/groups/lib.group.php
cake/tests/groups/no_database.group.php
|
2009-11-01 12:11:49 -05:00 |
|
mark_story
|
5f1e6ba6a0
|
Making DboSource::fetchAll return $this->_result if it is a boolean and $out is empty. Allows for Model::query() to return boolean values for operations that do not return recordsets. Fixes #6404
|
2009-10-29 20:31:29 -04:00 |
|
mark_story
|
aa03756238
|
Updating tests to expand coverage of buildcolumn.
|
2009-10-29 09:26:23 -04:00 |
|
mark_story
|
23831546b5
|
Adding valid options for sqlite collation. Tests added.
|
2009-10-29 02:03:50 -04:00 |
|
mark_story
|
a33457155f
|
Adding valid option checking to fieldParameters.
Test case added.
|
2009-10-29 02:03:21 -04:00 |
|
mark_story
|
2a8858e928
|
Adding tests to DboSqlite::buildColumn
Adding collate field parameter to DboSqlite.
Removing duplicated code from DboSource, adding parent call instead.
|
2009-10-29 01:36:15 -04:00 |
|
mark_story
|
5a093e5627
|
Fixing issues in postgres with time columns and '' values.
Tests added.
Fixes #213
|
2009-10-27 13:22:34 -04:00 |
|
mark_story
|
79fdd8b341
|
Adding test to ensure blob integrity. Disproves #199
|
2009-10-24 12:53:22 -04:00 |
|
mark_story
|
14bd47842c
|
Removing length() from DboMysqli, fixes incorrect float length parsing.
Test case added.
|
2009-10-24 11:06:27 -04:00 |
|
mark_story
|
0e23fdfbb3
|
Fixing infinitely nesting stack frames when TreeBehavior::reorder() is called and the models $cacheQueries = true and there are a sizable number of records being manipulated.
Test cases added.
Fixes #188
|
2009-10-21 00:22:36 -04:00 |
|
mark_story
|
3922f136da
|
Making DboMysqlTest pass when a connection with a prefix is used. Fixes #185
|
2009-10-19 20:54:02 -04:00 |
|
mark_story
|
a36c2ec5bb
|
Removing self inclusions for test cases. Refs #174
|
2009-10-16 09:21:33 -04:00 |
|
mark_story
|
3a85197f25
|
Removing self inclusions for test cases. Refs #174
|
2009-10-16 09:19:23 -04:00 |
|
mark_story
|
d1f5acd0e0
|
Merge commit 'origin/1.2' into 1.2-merge-in
Conflicts:
cake/console/libs/shell.php
cake/libs/model/connection_manager.php
cake/libs/view/helpers/html.php
cake/libs/view/helpers/javascript.php
cake/tests/cases/libs/i18n.test.php
cake/tests/cases/libs/model/connection_manager.test.php
cake/tests/cases/libs/model/model_read.test.php
cake/tests/cases/libs/view/helpers/html.test.php
cake/tests/groups/database.group.php
|
2009-10-14 00:51:55 -04:00 |
|
mark_story
|
f2cba2f066
|
Updating model_write.test to not use removed validation constants.
|
2009-10-13 00:44:28 -04:00 |
|
mark_story
|
3bf94e6a28
|
Updating documentation for Model methods to improve api parsing.
Removing redundant include.
|
2009-10-05 20:42:37 -04:00 |
|
mark_story
|
ace784aab5
|
Adding conditional check for errors only generated in PHP5.3
|
2009-10-04 22:22:39 -04:00 |
|
mark_story
|
0ba93bd579
|
Updating file headers, reformatting comments.
|
2009-10-04 22:12:13 -04:00 |
|
mark_story
|
d2bf31f69f
|
Fixing broken tests in dbo_mysql caused by changes in CakeSchema.
Adding tableParameter altering to DboMysql.
Tests added.
|
2009-10-04 21:48:20 -04:00 |
|
mark_story
|
778755c2b0
|
Implementing CakeSchema:;_compareTableParameters. Adding tests for tableParameter comparison.
|
2009-10-04 20:53:49 -04:00 |
|
mark_story
|
aae120a81a
|
Updating file headers.
|
2009-10-04 13:35:11 -04:00 |
|
mark_story
|
05f6099def
|
Enabling plugin.name schema file creation and addition.
Making CakeSchema::load() use plugin parameter, tests added.
Plugin schema file added to test_app.
|
2009-10-04 13:32:33 -04:00 |
|
mark_story
|
76a88fc477
|
Updating help() for Schema shell.
|
2009-10-04 10:04:48 -04:00 |
|
mark_story
|
2fe877e527
|
Adding method to compare tableParameters in the Schema, so they no longer fall through as fields.
|
2009-10-03 16:48:10 -04:00 |
|
mark_story
|
236a679b17
|
Updating tests for schema. Making tests more reliable for schema read.
|
2009-10-03 16:08:54 -04:00 |
|