Jose Lorenzo Rodriguez
|
a786f4b1c6
|
Making DboSource::$methodCache a static variable to be able to share the cache between multiple instances of the same class
|
2011-07-17 22:26:21 -04:30 |
|
Jose Lorenzo Rodriguez
|
58282c3934
|
Micro optimization on Mysql source
|
2011-07-17 19:23:15 -04:30 |
|
Jose Lorenzo Rodriguez
|
762ebd4b93
|
Implementing a persitent method cache for DboSource, using a stronger hashing algorithm to ensure unique keys
|
2011-07-17 19:08:23 -04:30 |
|
Jose Lorenzo Rodriguez
|
ca0a7e4271
|
Removing method cache from DboSource::conditions() this was consuming too much memory and bringing little to no performance increase
|
2011-07-17 17:44:12 -04:30 |
|
Jose Lorenzo Rodriguez
|
b603232aee
|
Removing redundant call to DboSource::fields(), the fields come already quoted from DboSource::read()
|
2011-07-17 17:42:47 -04:30 |
|
Jose Lorenzo Rodriguez
|
108505a6a0
|
Merge branch '2.0-form-helper' into 2.0
|
2011-07-16 17:32:07 -04:30 |
|
José Lorenzo Rodríguez
|
11f4d1c0e9
|
Fixing whitespace in CakeSchema
|
2011-07-15 14:49:33 -07:00 |
|
José Lorenzo Rodríguez
|
7596fcf45a
|
Merge pull request #153 from ajibarra/e4c1f28d849c6a60c369265a502315260babe80b
Preventing AppModel to be inspected inside CakeSchema
|
2011-07-15 14:48:01 -07:00 |
|
José Lorenzo Rodríguez
|
57a8c108a6
|
Merge pull request #147 from burzum/feature/2.0-return-query
Feature/2.0 return query
|
2011-07-15 14:10:08 -07:00 |
|
Alejandro Ibarra
|
e4c1f28d84
|
Included validation to skip AppModel on CakeSchema->readSchema because it tries to find 'app_models' table. Added testSchemaReadWithAppModel test
|
2011-07-15 15:18:38 -04:30 |
|
Jose Lorenzo Rodriguez
|
ef5650c034
|
Fixing ClassRegistry that was incorrectly checking class inheritance
Fixing Model class that was incorrectly sending model names to be instantiated
Fixing more FormHelper tests
|
2011-07-14 01:30:52 -04:30 |
|
Florian Krmer
|
adb943b7fd
|
Refactoring the code to build the query array as suggested here https://github.com/cakephp/cakephp/pull/147#issuecomment-1553663
|
2011-07-12 23:31:07 +02:00 |
|
Ceeram
|
6047024546
|
removing unneeded parameter
|
2011-07-12 17:00:25 +02:00 |
|
José Lorenzo Rodríguez
|
273125d2f5
|
Merge pull request #146 from majna/2.0-database-session
Refactored DatabaseSession to use only 'Session.handler.model' config
|
2011-07-11 16:28:25 -07:00 |
|
Florian Krmer
|
9d7c97c296
|
Adding the "returnQuery" key to the 2nd argument of the find() method to be able to get the query array back from the before state of findMethod() calls. This was required in the past for some more complex queries and is in 2.0 no longer possible because the find methods became protected.
|
2011-07-12 01:04:22 +02:00 |
|
Ceeram
|
4d702ee97f
|
removing unused parameter for value()
|
2011-07-11 22:13:03 +02:00 |
|
Ceeram
|
00dd1ccc96
|
removing unneeded parameter, describe() only takes one parameter
|
2011-07-11 21:07:44 +02:00 |
|
Majna
|
cde13daed4
|
Refactored DatabaseSession to use only 'Session.handler.model' config. Fixed static call on non-static method DatabaseSession::gc(). Fix for SessionFixture -primary key too long (MySQL Error: 1071)
|
2011-07-11 00:16:41 +02:00 |
|
Leonid Mamchenkov
|
b6ff3a6fdf
|
Fixed typo in the comment
|
2011-07-07 15:14:06 +03:00 |
|
Jose Lorenzo Rodriguez
|
765164f33b
|
Merge branch '2.0-extract-model-validation' into 2.0
|
2011-07-07 01:05:39 -04:30 |
|
Jose Lorenzo Rodriguez
|
ee2930d3d0
|
Removing magic variable in DboSource to bypass the adding of fields to association queries, instead adding the ability to declare 'fields' => false in the association array. This opens the possibility of having joins for filtering purposes.
|
2011-06-28 11:45:37 -04:30 |
|
ADmad
|
b22e30c5a3
|
Removing unneeded magic methods. Closes #1802
|
2011-06-28 17:28:36 +05:30 |
|
Mark Story
|
08f1afe328
|
Updating varchar, text columns to use nvarchar.
This storage type stores unicode properly, and is the
saner default datatype for most applications.
Fixes #1321
|
2011-06-23 23:01:17 -07:00 |
|
Mark Story
|
3169c5a1e7
|
Fixing issues with unicode quoting.
|
2011-06-23 16:13:35 -07:00 |
|
Mark Story
|
9ab2ec7d49
|
Adding support for Unicode characters. Refs #1321
|
2011-06-23 15:46:03 -07:00 |
|
Mark Story
|
623466dcf8
|
Removing duplicated code.
|
2011-06-23 14:34:45 -07:00 |
|
Mark Story
|
91a1cf81f3
|
Merge branch '1.3' into merger
Conflicts:
app/Config/acl.ini.php
app/config/database.php.default
app/webroot/css.php
app/webroot/css/cake.generic.css
cake/basics.php
cake/bootstrap.php
cake/config/paths.php
cake/console/cake.php
cake/console/error.php
cake/console/libs/acl.php
cake/console/libs/bake.php
cake/console/libs/i18n.php
cake/console/libs/shell.php
cake/console/libs/tasks/extract.php
cake/console/libs/tasks/plugin.php
cake/console/libs/tasks/project.php
cake/console/libs/testsuite.php
cake/console/templates/default/classes/test.ctp
cake/console/templates/default/views/home.ctp
cake/console/templates/default/views/view.ctp
cake/console/templates/skel/config/database.php.default
cake/console/templates/skel/views/elements/email/text/default.ctp
cake/console/templates/skel/webroot/css.php
cake/dispatcher.php
cake/libs/cache.php
cake/libs/cake_session.php
cake/libs/configure.php
cake/libs/controller/component.php
cake/libs/controller/components/auth.php
cake/libs/controller/components/email.php
cake/libs/controller/components/request_handler.php
cake/libs/controller/components/security.php
cake/libs/controller/controller.php
cake/libs/controller/scaffold.php
cake/libs/error.php
cake/libs/magic_db.php
cake/libs/model/behaviors/acl.php
cake/libs/model/connection_manager.php
cake/libs/model/datasources/dbo/dbo_mysqli.php
cake/libs/model/model_behavior.php
cake/libs/overloadable.php
cake/libs/overloadable_php4.php
cake/libs/overloadable_php5.php
cake/libs/router.php
cake/libs/view/errors/missing_action.ctp
cake/libs/view/errors/missing_behavior_class.ctp
cake/libs/view/errors/missing_behavior_file.ctp
cake/libs/view/errors/missing_component_class.ctp
cake/libs/view/errors/missing_component_file.ctp
cake/libs/view/errors/missing_connection.ctp
cake/libs/view/errors/missing_controller.ctp
cake/libs/view/errors/missing_helper_class.ctp
cake/libs/view/errors/missing_helper_file.ctp
cake/libs/view/errors/missing_layout.ctp
cake/libs/view/errors/missing_model.ctp
cake/libs/view/errors/missing_scaffolddb.ctp
cake/libs/view/errors/missing_table.ctp
cake/libs/view/errors/missing_view.ctp
cake/libs/view/errors/private_action.ctp
cake/libs/view/errors/scaffold_error.ctp
cake/libs/view/helpers/ajax.php
cake/libs/view/helpers/javascript.php
cake/libs/view/helpers/js.php
cake/libs/view/helpers/session.php
cake/libs/view/helpers/xml.php
cake/libs/view/media.php
cake/libs/view/pages/home.ctp
cake/libs/view/scaffolds/edit.ctp
cake/libs/view/scaffolds/index.ctp
cake/libs/view/scaffolds/view.ctp
cake/libs/view/view.php
cake/libs/xml.php
cake/tests/cases/console/cake.test.php
cake/tests/cases/console/libs/acl.test.php
cake/tests/cases/console/libs/api.test.php
cake/tests/cases/console/libs/bake.test.php
cake/tests/cases/console/libs/shell.test.php
cake/tests/cases/console/libs/tasks/controller.test.php
cake/tests/cases/console/libs/tasks/db_config.test.php
cake/tests/cases/console/libs/tasks/fixture.test.php
cake/tests/cases/console/libs/tasks/model.test.php
cake/tests/cases/console/libs/tasks/plugin.test.php
cake/tests/cases/console/libs/tasks/project.test.php
cake/tests/cases/console/libs/tasks/test.test.php
cake/tests/cases/console/libs/tasks/view.test.php
cake/tests/cases/dispatcher.test.php
cake/tests/cases/libs/cache/apc.test.php
cake/tests/cases/libs/cake_session.test.php
cake/tests/cases/libs/cake_test_case.test.php
cake/tests/cases/libs/code_coverage_manager.test.php
cake/tests/cases/libs/configure.test.php
cake/tests/cases/libs/controller/component.test.php
cake/tests/cases/libs/controller/components/auth.test.php
cake/tests/cases/libs/controller/components/cookie.test.php
cake/tests/cases/libs/controller/components/request_handler.test.php
cake/tests/cases/libs/controller/components/session.test.php
cake/tests/cases/libs/controller/controller.test.php
cake/tests/cases/libs/controller/pages_controller.test.php
cake/tests/cases/libs/error.test.php
cake/tests/cases/libs/http_socket.test.php
cake/tests/cases/libs/magic_db.test.php
cake/tests/cases/libs/model/datasources/dbo/dbo_mssql.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/model/datasources/dbo_source.test.php
cake/tests/cases/libs/model/models.php
cake/tests/cases/libs/overloadable.test.php
cake/tests/cases/libs/test_manager.test.php
cake/tests/cases/libs/view/helpers/ajax.test.php
cake/tests/cases/libs/view/helpers/javascript.test.php
cake/tests/cases/libs/view/helpers/session.test.php
cake/tests/cases/libs/view/helpers/xml.test.php
cake/tests/cases/libs/view/media.test.php
cake/tests/cases/libs/view/theme.test.php
cake/tests/cases/libs/xml.test.php
cake/tests/fixtures/aco_fixture.php
cake/tests/fixtures/translate_fixture.php
cake/tests/groups/acl.group.php
cake/tests/groups/bake.group.php
cake/tests/groups/behaviors.group.php
cake/tests/groups/cache.group.php
cake/tests/groups/components.group.php
cake/tests/groups/configure.group.php
cake/tests/groups/console.group.php
cake/tests/groups/controller.group.php
cake/tests/groups/database.group.php
cake/tests/groups/helpers.group.php
cake/tests/groups/i18n.group.php
cake/tests/groups/javascript.group.php
cake/tests/groups/lib.group.php
cake/tests/groups/model.group.php
cake/tests/groups/no_cross_contamination.group.php
cake/tests/groups/routing_system.group.php
cake/tests/groups/socket.group.php
cake/tests/groups/test_suite.group.php
cake/tests/groups/view.group.php
cake/tests/groups/xml.group.php
cake/tests/lib/cake_test_case.php
cake/tests/lib/cake_test_model.php
cake/tests/lib/cake_test_suite_dispatcher.php
cake/tests/lib/cake_web_test_case.php
cake/tests/lib/code_coverage_manager.php
cake/tests/lib/reporter/cake_base_reporter.php
cake/tests/lib/reporter/cake_cli_reporter.php
cake/tests/lib/reporter/cake_text_reporter.php
cake/tests/lib/templates/menu.php
cake/tests/lib/templates/simpletest.php
cake/tests/lib/test_manager.php
cake/tests/test_app/controllers/tests_apps_controller.php
cake/tests/test_app/libs/cache/test_app_cache.php
cake/tests/test_app/libs/library.php
cake/tests/test_app/libs/log/test_app_log.php
cake/tests/test_app/plugins/test_plugin/config/load.php
cake/tests/test_app/plugins/test_plugin/config/more.load.php
cake/tests/test_app/plugins/test_plugin/controllers/components/other_component.php
cake/tests/test_app/plugins/test_plugin/controllers/components/plugins_component.php
cake/tests/test_app/plugins/test_plugin/controllers/components/test_plugin_component.php
cake/tests/test_app/plugins/test_plugin/controllers/components/test_plugin_other_component.php
cake/tests/test_app/plugins/test_plugin/controllers/test_plugin_controller.php
cake/tests/test_app/plugins/test_plugin/controllers/tests_controller.php
cake/tests/test_app/plugins/test_plugin/libs/cache/test_plugin_cache.php
cake/tests/test_app/plugins/test_plugin/libs/log/test_plugin_log.php
cake/tests/test_app/plugins/test_plugin/libs/test_plugin_library.php
cake/tests/test_app/plugins/test_plugin/test_plugin_app_controller.php
cake/tests/test_app/plugins/test_plugin/test_plugin_app_model.php
cake/tests/test_app/plugins/test_plugin/vendors/sample/sample_plugin.php
cake/tests/test_app/plugins/test_plugin/vendors/welcome.php
cake/tests/test_app/plugins/test_plugin/views/helpers/other_helper.php
cake/tests/test_app/plugins/test_plugin/views/helpers/plugged_helper.php
cake/tests/test_app/vendors/Test/MyTest.php
cake/tests/test_app/vendors/Test/hello.php
cake/tests/test_app/vendors/sample/configure_test_vendor_sample.php
cake/tests/test_app/vendors/shells/sample.php
cake/tests/test_app/vendors/somename/some.name.php
cake/tests/test_app/vendors/welcome.php
cake/tests/test_app/views/elements/email/text/default.ctp
cake/tests/test_app/views/layouts/default.ctp
cake/tests/test_app/views/posts/test_nocache_tags.ctp
lib/Cake/Cache/Engine/MemcacheEngine.php
lib/Cake/Config/config.php
lib/Cake/Console/Command/Task/ModelTask.php
lib/Cake/Console/Templates/skel/webroot/css/cake.generic.css
lib/Cake/Console/Templates/skel/webroot/test.php
lib/Cake/Console/cake.bat
lib/Cake/Controller/Component/CookieComponent.php
lib/Cake/Log/CakeLog.php
lib/Cake/Model/CakeSchema.php
lib/Cake/Test/Case/Log/Engine/FileLog.php
lib/Cake/Test/Case/View/Helper/FormHelperTest.php
lib/Cake/Test/test_app/View/Emails/html/custom.ctp
lib/Cake/Test/test_app/View/Emails/text/custom.ctp
lib/Cake/TestSuite/templates/header.php
lib/Cake/Utility/Sanitize.php
lib/Cake/Utility/Validation.php
lib/Cake/VERSION.txt
lib/Cake/View/Helper/FormHelper.php
|
2011-06-23 12:48:06 -07:00 |
|
Mark Story
|
e33a9a7846
|
Adding new limit/offset pagination for SQLServer 11.
|
2011-06-22 17:01:36 -07:00 |
|
Mark Story
|
1a155c80c0
|
Fixing support for nchar and nvarchar fields in SQL server.
These fields report their length as double of what its defined.
|
2011-06-22 11:39:06 -07:00 |
|
Mark Story
|
3bc6195967
|
Merge branch '2.0' of github.com:cakephp/cakephp into 2.0
|
2011-06-22 10:56:18 -07:00 |
|
Mark Story
|
a825d8280f
|
Adding support for SQLServer's datetime2 column,
as that is the preferred datetime format in SQLServer.
|
2011-06-22 10:24:45 -07:00 |
|
Mark Story
|
d45b7fa174
|
Fixing identity check.
|
2011-06-22 10:15:15 -07:00 |
|
Graham Weldon
|
876a047a76
|
Change type check to loose type checking for Sqlserver limit -1
|
2011-06-22 09:54:35 -07:00 |
|
Mark Story
|
0c1472ee44
|
Adding better support for nvarchar(MAX) in SQLServer
Newer versions of SQLServer perfer to use nvarchar(max) for
text columns.
|
2011-06-22 09:05:06 -07:00 |
|
Mark Story
|
936d068eec
|
Reformating SQLServer 'describe' query.
|
2011-06-22 09:05:06 -07:00 |
|
Jose Lorenzo Rodriguez
|
d0ef655601
|
Using the field name for aliasing for Sqlsrv as in Postgres, removing dead code
|
2011-06-21 18:58:33 -04:30 |
|
Jose Lorenzo Rodriguez
|
97e51f1d94
|
Removing Sqlserver::value() as it is already abstracted in DboSource
|
2011-06-21 18:07:05 -04:30 |
|
Jose Lorenzo Rodriguez
|
f79fc74aad
|
Merge branch '2.0' of github.com:cakephp/cakephp into 2.0
|
2011-06-21 17:09:53 -04:30 |
|
Jose Lorenzo Rodriguez
|
9aa2a4227f
|
Fixing offsetting in paginated queries in SqlSrv
|
2011-06-21 17:09:12 -04:30 |
|
Mark Story
|
f353eb733f
|
Fixing incorrect default value.
|
2011-06-21 14:20:20 -07:00 |
|
Mark Story
|
4deedf6da2
|
Removing extra paging result that ends up because of SQLserver 10 workarounds.
|
2011-06-21 13:17:49 -07:00 |
|
Jose Lorenzo Rodriguez
|
3d2a732cd3
|
Reverting testing changes pushed in past commit
|
2011-06-21 15:30:17 -04:30 |
|
Jose Lorenzo Rodriguez
|
a34358faa4
|
Fixing FormAuthenticateTest for Sqlsrv
|
2011-06-21 14:29:18 -04:30 |
|
Graham Weldon
|
f1108b2ef1
|
Fixed pagination for SqlServer
|
2011-06-21 11:38:09 -07:00 |
|
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 |
|