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
|
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
|
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
|
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 |
|
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 |
|
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
|
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
|
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 |
|
mark_story
|
c9079c8048
|
Removing magical un-removable plugin concatenation in Controller::loadModel(). Adding test case from 'real34'. Fixes #858
|
2010-07-13 20:19:31 -04:00 |
|
Thomas Ploch
|
fb9faf10f7
|
Added missing option arrays to abstract function definitions in JsBaseEngineHelper. Fixed test cases accordingly. Fixes #704 .
|
2010-07-13 20:04:11 -04:00 |
|
mark_story
|
5c076d44db
|
Adding import to Helper so its tests run in CLI.
|
2010-07-11 20:01:24 -04:00 |
|
mark_story
|
6d8724097e
|
Changing check in AjaxHelper::link() so lazy users don't get type errors. Fixes #902
|
2010-07-11 13:47:40 -04:00 |
|
mark_story
|
65efd675c1
|
Fixing fatal error caused by associated models using a datasource that is not a subclass of dbo_source. Test added. Fixes #873
|
2010-07-11 13:06:33 -04:00 |
|
mark_story
|
eda79aefb2
|
Merge branch '2.0' of github.com:cakephp/cakephp into 2.0
|
2010-07-10 18:39:55 -04:00 |
|
Juan Basso
|
9fe5f360eb
|
Adding a default value to options param in JsEngine effect to avoid error in some php versions.
|
2010-07-10 18:15:09 -03:00 |
|
mark_story
|
5c4d46abda
|
Removing reference operators.
|
2010-07-10 11:45:10 -04:00 |
|
mark_story
|
a04c87c42a
|
Adding App::init() to bootstrap App now that its static.
|
2010-07-10 11:40:06 -04:00 |
|
mark_story
|
d28f7f4144
|
Fixing failing test.
|
2010-07-10 11:32:12 -04:00 |
|
mark_story
|
f202f89974
|
Initial port of App to a static class, one test is failing.
|
2010-07-10 00:48:45 -04:00 |
|
mark_story
|
0e2a313145
|
Removing reference operators from controller.
Removing cakeDebug as its no longer used.
|
2010-07-10 00:32:35 -04:00 |
|
mark_story
|
3ae1501fd0
|
Removing more strtolower loops.
|
2010-07-09 23:58:48 -04:00 |
|
mark_story
|
b7310afddf
|
Removing strtolower() loops on method names, as casing is preserved in php5.
|
2010-07-09 23:49:48 -04:00 |
|
Juan Basso
|
7dae4a7fd8
|
Avoiding error to unlink files in Windows. Fixed lock in file cache.
|
2010-07-07 23:36:13 -03:00 |
|
mark_story
|
103346155f
|
Fixing HttpSocket losing auth credentials when multiple requests are made with the same object. Fixes #893
|
2010-07-06 22:30:48 -04:00 |
|
mark_story
|
cbccd16c46
|
Adding visibility and static keywords to connection manager.
|
2010-07-05 23:08:25 -04:00 |
|
mark_story
|
5d8e27d97b
|
Removing @access and @static where they are not needed anymore.
|
2010-07-05 22:57:23 -04:00 |
|
mark_story
|
fdafa6b3bd
|
Adding visibility and static keywords to ClassRegistry.
|
2010-07-05 22:44:20 -04:00 |
|
mark_story
|
a0647e5a8f
|
Making static methods static.
|
2010-07-05 22:39:09 -04:00 |
|
mark_story
|
a2c1ca92b4
|
Converting Multibyte class to use static methods and properties.
|
2010-07-05 22:35:13 -04:00 |
|
mark_story
|
b8085cddce
|
Removing PHP5 and all its uses.
|
2010-07-05 22:19:22 -04:00 |
|
mark_story
|
4a32a39c22
|
Updating doc blocks.
|
2010-07-05 21:57:39 -04:00 |
|
mark_story
|
02e25f7557
|
Changing Configure::read() to not have a default value, and instead return all values in configure when no param is supplied. Test cases updated. Fixes #503
|
2010-07-05 21:50:36 -04:00 |
|
mark_story
|
2fee0b5b63
|
Updating console bootstrap process.
|
2010-07-04 22:03:25 -04:00 |
|
mark_story
|
b2351ef3c9
|
Updating Configure to be a fully static class.
|
2010-07-04 22:00:49 -04:00 |
|
mark_story
|
90b2123656
|
Updating Inflector to use static methods and properties.
Reducing the number of cache properties to one.
Deleting PHP4 specific tests.
|
2010-07-04 21:46:48 -04:00 |
|
mark_story
|
60ab9800e2
|
Fixes issue where CakeSession::destroy() would fail to properly restart the session. Tests added. Fixes #787
|
2010-07-03 18:34:02 -04:00 |
|
mark_story
|
4cd43553b4
|
Fixing issues where multiple reset bindModel() calls would cause incorrect associations to be restored.
Also fixing issues where multiple calls to unbindModel() would cause incorrect associations to be restored.
Tests added.
Fixes #889
|
2010-07-03 18:05:14 -04:00 |
|
mark_story
|
62e16c7058
|
Fixing issues where permissions would not be set to world writable on file caches.
|
2010-07-01 18:18:12 -04:00 |
|