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
|
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 |
|
mark_story
|
e733c569be
|
Fixing broken tests.
|
2009-10-03 12:44:49 -04:00 |
|
mark_story
|
0029a275bd
|
Refactoring code into a separate method. Will allow code reuse in fixture generation. Tests added.
|
2009-10-03 12:41:14 -04:00 |
|
mark_story
|
71aa460a48
|
Continuing work on getting plugin support for CakeSchema and SchemaShell. Applied patch from 'SkieDr', test cases added.
|
2009-10-03 11:48:02 -04:00 |
|
mark_story
|
32d5b40cd0
|
Adding error triggering while in debug mode for unhandled validation methods.
|
2009-09-30 22:34:29 -04:00 |
|
mark_story
|
4094f0a696
|
Moving DboMysql::listDetailedSources() and DboMysql::getCharsetName() into DboMysqlBase so it works with mysqli as well. Tests added for MySqli.
|
2009-09-30 00:39:32 -04:00 |
|
mark_story
|
6dbba17d1b
|
Fixing issues with DboSource::execute() where queries would not be run if stats = false in the options. Tests added.
|
2009-09-30 00:37:06 -04:00 |
|
SkieDr
|
627eff5f24
|
Implementation of table level and field level parameters support
|
2009-09-29 22:54:48 +04:00 |
|
SkieDr
|
a445a12020
|
Implement tests for new dbo source methods for additional table and field parameters support
|
2009-09-29 22:54:36 +04:00 |
|
mark_story
|
bcb5e42aab
|
Adding test for previous commit.
|
2009-09-28 18:11:04 -04:00 |
|
jperras
|
c2ec96067a
|
Refactoring ConnectionManager & tests.
|
2009-09-25 11:08:34 -04:00 |
|
jperras
|
c3cd98af42
|
Implementing loading datasources from plugins.
|
2009-09-24 22:56:02 -04:00 |
|
jperras
|
4bf5244073
|
Adding tests for ConnectionManager, and fixing a missing return value for ConnectionManager::loadDataSource().
|
2009-09-24 16:26:56 -04:00 |
|
jperras
|
ed74653d72
|
Adding tests for ConnectionManager, and fixing a missing return value for ConnectionManager::loadDataSource().
|
2009-09-24 16:23:39 -04:00 |
|
mark_story
|
d5376e64aa
|
Adding patch from 'Ceeram' and 'TehTreag' to implement automatic updating of Aro/Aco nodes created AclBehavior. Test cases added. Fixes #33 and #4261
|
2009-09-19 01:17:20 -04:00 |
|
mark_story
|
5717e3b59c
|
Merge branch '1.2' into 1.2-merger
Conflicts:
app/webroot/test.php
cake/VERSION.txt
cake/bootstrap.php
cake/config/config.php
cake/console/cake.php
cake/console/libs/schema.php
cake/console/templates/skel/webroot/test.php
cake/libs/configure.php
cake/tests/cases/console/libs/schema.test.php
cake/tests/cases/libs/debugger.test.php
cake/tests/cases/libs/model/model_write.test.php
cake/tests/fixtures/aco_fixture.php
|
2009-09-16 01:23:49 -04:00 |
|
mark_story
|
4b4f3b1b82
|
Removing deprecated methods from test cases.
|
2009-09-16 00:33:29 -04:00 |
|
mark_story
|
326424592d
|
Merge branch '1.2' into 1.2-merger
Conflicts:
cake/VERSION.txt
cake/config/config.php
cake/dispatcher.php
cake/libs/controller/scaffold.php
cake/libs/inflector.php
cake/libs/view/view.php
cake/tests/cases/libs/controller/scaffold.test.php
cake/tests/cases/libs/inflector.test.php
cake/tests/cases/libs/view/view.test.php
cake/tests/fixtures/counter_cache_post_fixture.php
cake/tests/fixtures/counter_cache_user_fixture.php
|
2009-09-13 13:52:58 -04:00 |
|
nate
|
fd6538fc72
|
Changes Model::find() to allow modification of DataSource connection during callbacks.
|
2009-09-10 09:28:55 -04:00 |
|
jperras
|
c48d9794f6
|
Fixing incorrect optional parameters passed to TreeBehavior::children() in TreeBehavior test case. Fixes errors & test failures when running under PHP 5.3.
|
2009-09-09 21:15:22 -04:00 |
|
jperras
|
5a432c6f71
|
Applying fix from Ceeram for updateAll joins on model relations with no foreign key. Fixes #69.
|
2009-09-09 00:00:53 -04:00 |
|
mark_story
|
11ceae2e96
|
Merge branch '1.3' into 1.3-logging
|
2009-09-07 22:41:31 -04:00 |
|
jperras
|
2484179e36
|
DboMssql::value() now returns NULL for numeric column types (float, integer, binary) when the column data is empty. Fixes #28.
|
2009-09-06 13:57:24 -04:00 |
|
AD7six
|
e47316e74f
|
Correcting App::import usage
|
2009-09-04 11:58:20 -07:00 |
|
renan.saddam
|
0e9007e060
|
Making sure we are not making non-uniques and non-primary keys index. Also changing basic fixture schema to make tests pass.
|
2009-09-02 22:07:58 -03:00 |
|
mark_story
|
c0a19ced14
|
Adding DboSource::getLog() and test case.
|
2009-09-01 23:23:47 -04:00 |
|
mark_story
|
1bedd8418b
|
Merge branch '1.3-deprecation' into 1.3-misc
|
2009-08-31 23:41:41 -04:00 |
|
mark_story
|
3dc12cb6da
|
Updating model tests to reflect deprecation of Model::bind() and Model::delete() aliases.
|
2009-08-31 23:40:47 -04:00 |
|
mark_story
|
c19c1a7828
|
Fixing issues with cakeError call.
Adding tests for cakeError being called with non-existant Behaviors.
|
2009-08-30 19:33:21 -04:00 |
|
mark_story
|
cca3281f8c
|
Fixing complex expression handling in DboSource::fields(). Making AS a variable controlled by implementing dbo.
Test cases added.
Fixes #38
|
2009-08-19 13:03:36 -04:00 |
|
gwoo
|
6775e0997e
|
Merge branch '1.2' into 1.3
|
2009-08-03 13:13:18 -07:00 |
|
mark_story
|
303b488bc1
|
fixing doc block indentation.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8279 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-08-03 18:13:46 +00:00 |
|
mark_story
|
bab62df0d8
|
Fixing fails caused by PHP4 and all lowercase classnames.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8278 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-08-03 18:12:42 +00:00 |
|
jperras
|
74e6b30d7b
|
Removing duplicate classes & methods from a lost merge.
|
2009-08-02 22:59:15 -04:00 |
|