José Lorenzo Rodríguez Urdaneta
|
88ea68af96
|
Using keyword self instead of Configure, removing use of File class in favor of SplFileObject
|
2010-07-23 18:42:30 -04:30 |
|
mark_story
|
b9400a2cf5
|
Merge branch '2.0' into 2.0-request
Conflicts:
cake/libs/controller/components/auth.php
cake/tests/cases/libs/controller/components/auth.test.php
|
2010-07-22 23:46:30 -04:00 |
|
Juan Basso
|
5b7b2d074e
|
Putting the port in header Host, following RFC 2616 item 14.23. Fixes #947.
|
2010-07-23 00:13:19 -03:00 |
|
mark_story
|
fbb54e6a45
|
Adding a test case for nested array data and clean().
|
2010-07-21 23:37:14 -04:00 |
|
mark_story
|
766d7d50c6
|
Updating HtmlReporter so it doesn't make notice errors when printing stack traces.
|
2010-07-20 23:49:38 -04:00 |
|
mark_story
|
572f79be67
|
Fixing failing tests caused by strtolower() in AuthComponent.
|
2010-07-20 23:44:25 -04:00 |
|
mark_story
|
f6c7be9d22
|
Adding omitted import for Multibyte to i18n. Fixes #929
|
2010-07-19 23:18:42 -04:00 |
|
Scott Reeves
|
88e32b3cee
|
Fixing typo
Signed-off-by: mark_story <mark@mark-story.com>
|
2010-07-19 23:15:28 -04:00 |
|
Scott Reeves
|
f44911f6dc
|
Fixing typo in parameter description.
Signed-off-by: mark_story <mark@mark-story.com>
|
2010-07-19 23:15:20 -04:00 |
|
Scott Reeves
|
ba9fc94977
|
Fix typo in variable description.
Signed-off-by: mark_story <mark@mark-story.com>
|
2010-07-19 23:15:12 -04:00 |
|
Scott Reeves
|
b717abe1aa
|
Fixing typo in Constructor description.
Signed-off-by: mark_story <mark@mark-story.com>
|
2010-07-19 23:15:00 -04:00 |
|
Scott Reeves
|
ba59c93187
|
Fixing typo in method description.
Signed-off-by: mark_story <mark@mark-story.com>
|
2010-07-19 23:14:51 -04:00 |
|
Scott Reeves
|
037a7628c4
|
Fixing typo in parameter description.
Signed-off-by: mark_story <mark@mark-story.com>
|
2010-07-19 23:14:43 -04:00 |
|
Scott Reeves
|
1774530222
|
Fixing typo in method description.
Signed-off-by: mark_story <mark@mark-story.com>
|
2010-07-19 23:14:28 -04:00 |
|
Scott Reeves
|
742bb29118
|
Fixing typo in variable description for logoutRedirect.
Signed-off-by: mark_story <mark@mark-story.com>
|
2010-07-19 23:14:06 -04:00 |
|
mark_story
|
f01b4ae13b
|
Updating version numbers to 1.3.3
|
2010-07-18 23:00:24 -04:00 |
|
mark_story
|
0c312e3d77
|
Adding some destroy() calls to cause the timestamps to refresh.
|
2010-07-18 22:56:57 -04:00 |
|
predominant
|
ca1c8f1f80
|
Remvoed session destruction from tests.
|
2010-07-19 12:14:44 +10:00 |
|
mark_story
|
a78bb20bda
|
Fixing failing test in ControllerTest caused by ThemeView not being correctly found if it was not in the mapped files.
|
2010-07-18 21:28:52 -04:00 |
|
mark_story
|
41997b06e1
|
Fixing issues where mb_internal_encoding() might not be correctly set, causing email subjects to be incorrectly encoded. Tests added. Fixes #904
|
2010-07-18 20:48:15 -04:00 |
|
José Lorenzo Rodríguez Urdaneta
|
bc27d1eae4
|
Returning only booleans in Model::__isset() and removing return by reference in Model::getDataSource()
|
2010-07-15 23:17:13 -04:30 |
|
José Lorenzo Rodríguez Urdaneta
|
c7f1650510
|
Fixing test case
|
2010-07-15 23:16:47 -04:30 |
|
mark_story
|
90091aed48
|
Merge branch '2.0' into 2.0-request
|
2010-07-15 23:43:48 -04:00 |
|
José Lorenzo Rodríguez Urdaneta
|
b8b4647355
|
Removing use of cakeError in Model and replacing it with an Exception
|
2010-07-15 23:11:30 -04:30 |
|
mark_story
|
4c27c24a72
|
Fixing issue in DboSource where COUNT() was hardcoded, omitting any other aggregate functions. Replaced with a regexp that accepts only letters. Test case added. Fixes #878
|
2010-07-15 23:17:38 -04:00 |
|
José Lorenzo Rodríguez Urdaneta
|
6fb930c73b
|
Removing assignments by reference in model class
|
2010-07-15 22:16:19 -04:30 |
|
José Lorenzo Rodríguez Urdaneta
|
14d3d009c0
|
Merge branch '2.0' of github.com:cakephp/cakephp into 2.0
|
2010-07-15 22:10:03 -04:30 |
|
José Lorenzo Rodríguez Urdaneta
|
e30904f8b4
|
Removing some of the loaded fixtures to show that tables are not needed in the process of model construction
|
2010-07-15 21:45:50 -04:30 |
|
Ceeram
|
32ea6d24cf
|
Moving Component::beforeRender triggering to allow components to modify
the view class to use for the render() call. Fixes #917
Signed-off-by: mark_story <mark@mark-story.com>
|
2010-07-15 21:54:18 -04:00 |
|
mark_story
|
0e184c66f4
|
Adding failing test for #917
|
2010-07-15 21:52:24 -04:00 |
|
José Lorenzo Rodríguez Urdaneta
|
a57e5e8c68
|
Replacing direct reads to schema cache and routing them to the correct method
|
2010-07-15 21:19:23 -04:30 |
|
José Lorenzo Rodríguez Urdaneta
|
5d1e6f9e4f
|
Fixing errors with displayField
|
2010-07-15 21:18:16 -04:30 |
|
José Lorenzo Rodríguez Urdaneta
|
a13be623b5
|
Making the model require database connection only wen needed or requested
|
2010-07-15 21:16:52 -04:30 |
|
José Lorenzo Rodríguez Urdaneta
|
67612872da
|
Removing non used fixtures
|
2010-07-14 23:31:54 -04:30 |
|
José Lorenzo Rodríguez Urdaneta
|
e165f7d559
|
Changing how dynamic "with" models are loaded
Changing all calls to get model's datasourse to use Model::getDatasource()
|
2010-07-14 23:19:38 -04:30 |
|
mark_story
|
71af126171
|
Changing HtmlReporter to print out testname and stack trace instead of trying to guess where things went wrong.
|
2010-07-14 23:00:09 -04:00 |
|
José Lorenzo Rodríguez Urdaneta
|
0ec30be076
|
Improving tests for model associations lazy loading
|
2010-07-14 22:10:56 -04:30 |
|
mark_story
|
21f359bff9
|
Removing additional call to camelize(). Fixes #913
|
2010-07-14 22:07:41 -04:00 |
|
Scott Reeves
|
15435e9d6f
|
FormHelper::create should use domId to determine the default ID of the form tag.
Signed-off-by: mark_story <mark@mark-story.com>
|
2010-07-14 21:59:16 -04:00 |
|
José Lorenzo Rodríguez Urdaneta
|
c1a9a2e263
|
Correctly registering plugin models in CR, initial test case onmodel associations lazy loading
|
2010-07-14 19:23:41 -04:30 |
|
José Lorenzo Rodríguez Urdaneta
|
96f834a7ea
|
Various bugfixes in model associations lazy loafing for "with" associations
|
2010-07-14 17:54:19 -04:30 |
|
José Lorenzo Rodríguez Urdaneta
|
fdf91194a6
|
Initial approach for model associations lazy loading, all model tests passing
|
2010-07-14 16:58:12 -04:30 |
|
José Lorenzo Rodríguez Urdaneta
|
91c3cd8905
|
Refactoring Model::__createLinks to not loose the plugin name when creating the association
|
2010-07-13 23:28:48 -04:30 |
|
José Lorenzo Rodríguez Urdaneta
|
4759b7adac
|
Merge branch '2.0-phpunit' into 2.0
|
2010-07-13 22:29:43 -04:30 |
|
José Lorenzo Rodríguez Urdaneta
|
2a3e64b80c
|
Removing skip as the supported php version does have the memory_get_usage function available
|
2010-07-13 22:09:31 -04:30 |
|
José Lorenzo Rodríguez Urdaneta
|
62bc184506
|
Fixing ModelWrite Test
|
2010-07-13 21:42:07 -04:30 |
|
José Lorenzo Rodríguez Urdaneta
|
478cbd0a60
|
Adding test case for TestSuiteShell and refactoring to ease this testing
|
2010-07-13 21:28:21 -04:30 |
|
José Lorenzo Rodríguez Urdaneta
|
1c08d48652
|
Showing the available testcases when the testsuite shell is run with no params
|
2010-07-13 20:23:45 -04:30 |
|
José Lorenzo Rodríguez Urdaneta
|
ab6e3eecd9
|
Merge branch '2.0-phpunit' of github.com:cakephp/cakephp into 2.0-phpunit
Conflicts:
cake/console/libs/testsuite.php
|
2010-07-13 20:22:40 -04:30 |
|
José Lorenzo Rodríguez Urdaneta
|
7f7de13905
|
Improving the help screen in the testsuite shell
|
2010-07-13 20:20:19 -04:30 |
|