Jose Lorenzo Rodriguez
|
f4aeb514e3
|
Fiing CakeSchema so it runs without errors on Sqlsrv
|
2011-06-21 11:13:33 -04:30 |
|
Jose Lorenzo Rodriguez
|
cdc81333e8
|
Adding support in SqlSrv for drop table if exists
|
2011-06-20 19:49:06 -04:30 |
|
Jose Lorenzo Rodriguez
|
cf49d51e75
|
Fixing the binary type for SqlSrv
|
2011-06-20 19:14:21 -04:30 |
|
Jose Lorenzo Rodriguez
|
9f85e24413
|
Adding float precision support to CakeSchema when using Sqlsrv
|
2011-06-20 18:43:26 -04:30 |
|
Jose Lorenzo Rodriguez
|
e758b272bd
|
Fixing problems when running the AllTests testsuite
|
2011-06-20 01:34:25 -04:30 |
|
Jose Lorenzo Rodriguez
|
33c74b6062
|
Implementing validation domain extraction in the ExtractionTask
|
2011-06-20 00:36:31 -04:30 |
|
Juan Basso
|
1c7d54eacc
|
Updated the paths from comments.
|
2011-06-19 20:28:40 -04:00 |
|
Jose Lorenzo Rodriguez
|
2a39e6869c
|
Merge branch '2.0' into 2.0-merge
Conflicts:
lib/Cake/Test/Case/Controller/ScaffoldTest.php
lib/Cake/Test/Case/Model/ConnectionManagerTest.php
lib/Cake/Test/Case/TestSuite/CakeTestFixtureTest.php
lib/Cake/Test/Case/Utility/SanitizeTest.php
|
2011-06-17 18:04:03 -04:30 |
|
Florian Krämer
|
98e29b7246
|
Fixing the DatabaseSession to work with models that use a different primary key field than id.
|
2011-06-15 22:56:55 +02:00 |
|
Leonid Mamchenkov
|
8271970639
|
Fix for PHP notice (Fixes #1424)
|
2011-06-02 01:12:25 +03:00 |
|
Juan Basso
|
192812ee7f
|
Updating the copyright to 2011.
|
2011-05-30 22:32:43 -04:00 |
|
Renan Gonçalves
|
ed96936ea7
|
According to CakePHP conding styles, methods prefixed by _ are protected. Changing where it makes sense and don't break anything.
|
2011-05-30 22:26:42 +02:00 |
|
ADmad
|
4c042ae133
|
Adding proper visibility keywords for class functions
|
2011-05-29 03:31:34 +05:30 |
|
Maggion Emmanuel
|
8a701f3ac9
|
Fixed this following error: failed to open stream: No such file or directory [CORE\Cake\Model\Behavior\AclBehavior.php, line 52]
|
2011-05-28 06:45:06 -07:00 |
|
ADmad
|
40c397b003
|
Merge pull request #98 from majna/2.0
Fix for wrong callback in $callbacks array: renamed afterError to onError
|
2011-05-27 15:02:48 -07:00 |
|
Majna
|
17384f3cf4
|
Fix for wrong callback in $callbacks array: renamed afterError to onError
|
2011-05-27 23:23:11 +02:00 |
|
Jose Lorenzo Rodriguez
|
e669a81e0a
|
Reverting change in ConnectionManager, sourceList() will only return the instantiated datasources
Fixing remaining tests failing due to contamination of loaded plugin is app
|
2011-05-27 02:28:38 -04:30 |
|
Jose Lorenzo Rodriguez
|
b320e4323f
|
Improving ConnectionManager tests
|
2011-05-27 02:13:35 -04:30 |
|
Jose Lorenzo Rodriguez
|
01f6744e35
|
Removing unneeded line in ConnectionManager
|
2011-05-27 01:31:50 -04:30 |
|
Ceeram
|
5f97292648
|
Change case of Controller::$plugin, fixing missing plugin exceptions, tests updated. Also removing no longer needed camelize() calls
|
2011-05-26 15:31:40 +02:00 |
|
Juan Basso
|
a744a74f1e
|
Not changing to NULL strings.
|
2011-05-23 23:10:44 -04:00 |
|
Juan Basso
|
7bae41c461
|
Fixed the error check in queries and storing the right value to last affected in non-select queries.
|
2011-05-23 00:22:08 -04:00 |
|
Juan Basso
|
39320ef352
|
Renamed the Mssql driver to Sqlserver.
|
2011-05-22 23:19:13 -04:00 |
|
Juan Basso
|
e049e35b5d
|
Catching the error in execute for SQL Server to have the same behavior from the others drivers.
|
2011-05-22 22:16:22 -04:00 |
|
Juan Basso
|
f0db55de6f
|
Using dbo methods to manage the transaction.
|
2011-05-22 01:07:58 -04:00 |
|
Juan Basso
|
ad67f3e1bc
|
SQL Server PDO support prepare only to SELECT statements, others commands need to use exec method.
|
2011-05-22 00:49:49 -04:00 |
|
Juan Basso
|
968fa1d5ef
|
Included an option to configure the prepate statement. SQL Server requires the cursor option to return the affected rows.
|
2011-05-21 22:40:30 -04:00 |
|
Juan Basso
|
11d249e43b
|
Updating PHPDoc and method visibility.
|
2011-05-21 22:18:57 -04:00 |
|
Juan Basso
|
375f86d2a6
|
Changed the default empty value when create columns.
|
2011-05-21 21:50:25 -04:00 |
|
Renan Gonçalves
|
c602fc845b
|
Reverting the change to insertMulti, worked to solve the cache issue when trying to get the model schema.
|
2011-05-18 20:59:17 +02:00 |
|
Renan Gonçalves
|
37b9bd59bc
|
Trying to fix the Mssql as much as possible.
Adding parameter to the insertMulti() method because Mssql tries to get the table schema and it fails most of the time.
|
2011-05-18 20:12:36 +02:00 |
|
Renan Gonçalves
|
d1a984cde9
|
Resolving merge conflict.
|
2011-05-18 19:58:12 +02:00 |
|
AD7six
|
fe2ec74b0e
|
correct paths to Config dir
|
2011-05-16 21:52:25 +02:00 |
|
AD7six
|
0cb70ae3bb
|
remove CONFIGS constant
|
2011-05-15 18:34:52 +02:00 |
|
AD7six
|
afa8f6b441
|
remove LIBS constant
libs always means the Cake lib - so use the CAKE constant
|
2011-05-15 18:29:52 +02:00 |
|
Jose Lorenzo Rodriguez
|
5f56642e0e
|
Updating tests and classes in Console package after most recent updates in folder casing
|
2011-05-14 23:40:09 -04:30 |
|
Jose Lorenzo Rodriguez
|
eea981940e
|
Replacing config string in favor of Config
|
2011-05-13 03:36:45 -04:30 |
|
Juan Basso
|
9dfc7d6593
|
Changed the field map to protected to run the tests. It is not requeried to be private.
|
2011-05-05 21:30:51 -04:00 |
|
Juan Basso
|
3231755d63
|
Fixed the tests for value.
|
2011-05-05 21:30:51 -04:00 |
|
Juan Basso
|
24bf56b44e
|
Revert "Removed the value method from MSSQL. It is provided by DboDatasource now."
This reverts commit bf0fb8302385d384239939df2ea6bc6f1a8dbaa0.
|
2011-05-05 21:30:51 -04:00 |
|
Juan Basso
|
b91f6eb991
|
Fixed error in change.
|
2011-05-05 21:30:51 -04:00 |
|
Juan Basso
|
a7a86e42a3
|
Changes for fetch results.
|
2011-05-05 21:30:51 -04:00 |
|
Juan Basso
|
83b81ffd87
|
Removed more methods that is implemented by DboSource.
|
2011-05-05 21:30:51 -04:00 |
|
Juan Basso
|
f11b153d80
|
Removed the value method from MSSQL. It is provided by DboDatasource now.
|
2011-05-05 21:30:51 -04:00 |
|
Juan Basso
|
37d26f2923
|
Update the describe.
|
2011-05-05 21:30:51 -04:00 |
|
Juan Basso
|
3f984b68fa
|
Update the listSources.
|
2011-05-05 21:30:51 -04:00 |
|
Juan Basso
|
244bc1369a
|
Removed the execute method from MSSQL. It is provided by DboDatasource now.
|
2011-05-05 21:30:51 -04:00 |
|
Juan Basso
|
4e8b863910
|
Initial changes for init the connection with MSSQL.
|
2011-05-05 21:30:50 -04:00 |
|
Juan Basso
|
30fd9fff14
|
Changed the import files and Mssql class name to the new structure.
|
2011-05-05 21:30:50 -04:00 |
|
Jose Lorenzo Rodriguez
|
d83555cc52
|
Merge remote-tracking branch 'origin/1.3' into merger
Conflicts:
cake/console/cake.php
cake/dispatcher.php
cake/libs/controller/components/auth.php
cake/libs/controller/controller.php
cake/libs/view/helpers/xml.php
cake/libs/view/pages/home.ctp
cake/libs/xml.php
cake/tests/cases/console/cake.test.php
cake/tests/cases/libs/controller/components/cookie.test.php
cake/tests/cases/libs/model/datasources/dbo/dbo_mysql.test.php
cake/tests/cases/libs/model/datasources/dbo_source.test.php
cake/tests/cases/libs/view/helpers/xml.test.php
cake/tests/cases/libs/xml.test.php
lib/Cake/Console/Command/SchemaShell.php
lib/Cake/Controller/Component/CookieComponent.php
lib/Cake/Network/Http/HttpSocket.php
lib/Cake/TestSuite/Fixture/CakeTestFixture.php
lib/Cake/VERSION.txt
lib/Cake/View/Helper/FormHelper.php
lib/Cake/View/Helper/TextHelper.php
lib/Cake/View/Helper/TimeHelper.php
lib/Cake/config/config.php
lib/Cake/tests/Case/Cache/CacheTest.php
lib/Cake/tests/Case/Model/CakeSchemaTest.php
lib/Cake/tests/Case/TestSuite/CakeTestFixtureTest.php
|
2011-05-04 01:10:23 -04:30 |
|