Ceeram
|
e02eab05d5
|
Remove all todo from core, create tickets for them
|
2012-11-14 14:59:51 +01:00 |
|
mark_story
|
ea467e72d7
|
Swap isset() for array_key_exists()
Fixes #3283
|
2012-10-17 17:23:08 -04:00 |
|
Kyle Robinson Young
|
bc40ac7d3f
|
Remove unused variables and code
|
2012-09-05 17:19:13 -07:00 |
|
mark_story
|
3e28326d9c
|
Fix Controller::beforeRedirect() and array return.
Array return values from Controller::beforeRedirect() would be
incorrectly handled causing wrong URL's to be generated.
Fixes #2973
|
2012-06-24 12:03:31 -04:00 |
|
mark_story
|
f3464b002f
|
Remove duplicate code.
Use a shutdown function to close the session off.
This removes a bit of icky code and continues to allow
objects to be used as session handlers.
|
2012-06-06 21:01:16 -04:00 |
|
Jelle Henkens
|
f7ce5262b7
|
Updating mixed @param documentation to seperate list of accepted types
|
2012-05-21 21:55:10 +01:00 |
|
Phally
|
c9e59c3b51
|
Removed triple nested condition.
|
2012-05-10 20:55:45 -04:30 |
|
Frank de Graaf
|
2be9ac8888
|
Fixed HTTP status codes for non-redirects which were breaking AuthComponent.
|
2012-05-10 20:55:45 -04:30 |
|
Jose Lorenzo Rodriguez
|
bf0f5ab118
|
Merge remote-tracking branch 'origin/2.1' into 2.2
|
2012-04-29 20:05:39 -04:30 |
|
Kyle Robinson Young
|
b8488b8dfe
|
Update 1.x @link in docblocks
|
2012-04-26 19:49:18 -07:00 |
|
Jose Lorenzo Rodriguez
|
ed0c5a4746
|
Merge branch '2.2-lazy-helpers' into 2.2
|
2012-04-22 20:40:11 -04:30 |
|
Kyle Robinson Young
|
e2a46f76c7
|
substr() optimizations
|
2012-03-28 13:07:26 -07:00 |
|
Kyle Robinson Young
|
33ab634aba
|
Controller $name set optimization
|
2012-03-28 11:37:27 -07:00 |
|
Jose Lorenzo Rodriguez
|
f349c9e34c
|
Removing hardcoded helpers from Controller and PagesController class since they are now lazy loaded
|
2012-03-27 23:45:01 -04:30 |
|
Kyle Robinson Young
|
db9c3e5bf3
|
Remove unused code and correct doc for modelClass
|
2012-03-20 14:44:14 -07:00 |
|
Juan Basso
|
3b1bd90ad6
|
Updated copyright to 2012.
|
2012-03-12 22:46:07 -04:00 |
|
mark_story
|
61aba0f0f8
|
Fix most coding standard issues in Controller.
|
2012-03-03 19:27:46 -05:00 |
|
mark_story
|
1ddcde7c86
|
Fix how $uses is handled.
$uses now defaults to true. All falsey values turn some features
off, and most truthy values enable them.
Fixes #2590
|
2012-02-28 19:35:06 -05:00 |
|
Ceeram
|
677f0708dc
|
create View instance after adding model params for request
|
2012-02-24 18:16:53 +01:00 |
|
Jose Lorenzo Rodriguez
|
a1daaf5960
|
Merge branch '2.1-http' into 2.1
|
2012-01-21 15:51:34 -04:30 |
|
mark_story
|
df5d9ac3d1
|
Merge branch '2.0' into 2.1
Conflicts:
lib/Cake/Model/Model.php
lib/Cake/Test/Case/Routing/RouterTest.php
|
2012-01-20 20:28:15 -05:00 |
|
Jose Lorenzo Rodriguez
|
28ee27e2dd
|
Making it possible to cancel the render() process from any beforeRender listener
|
2012-01-19 01:08:45 -04:30 |
|
Jose Diaz-Gonzalez
|
6046b8d013
|
Properly set the current action on CakeRequest when invoking Controller::setAction()
|
2012-01-15 14:32:09 -05:00 |
|
mark_story
|
23178df504
|
Merge branch '2.0' into 2.1
Conflicts:
lib/Cake/Config/config.php
lib/Cake/VERSION.txt
lib/Cake/View/Helper/FormHelper.php
|
2011-12-29 20:03:42 -05:00 |
|
tigrang
|
015f9957be
|
Changed order of controller var merging
From AppController -> PluginAppController to
PluginAppConroller -> AppController
Fixes #2420
Signed-off-by: mark_story <mark@mark-story.com>
|
2011-12-29 20:02:00 -05:00 |
|
Jose Lorenzo Rodriguez
|
1651257919
|
Migrating all model callbacks to the CakeEventManager, fixing some minor bugs. All tests passing again
|
2011-12-26 13:06:48 -04:30 |
|
Jose Lorenzo Rodriguez
|
7fdc1cc8d4
|
Migrating the beforeRedirect callback to the CakeEventManager, reorganizing how events are triggered in controller
|
2011-12-25 22:48:27 -04:30 |
|
Jose Lorenzo Rodriguez
|
ffa12f4d47
|
Fixing test and implementing return values for events
|
2011-12-25 21:52:12 -04:30 |
|
Jose Lorenzo Rodriguez
|
5d67195bf7
|
Migrating Controller events to use the CakeEventManager
|
2011-12-25 14:44:34 -04:30 |
|
Kyle Robinson Young
|
51f9837db4
|
Code standards formatting
|
2011-12-15 22:52:07 -08:00 |
|
mark_story
|
a929951038
|
Fix issue with Controller::setAction()
Calling setAction did not modify which view file was
rendered. This was a regression with 1.3
Fixes #2212
|
2011-11-03 20:13:41 -04:00 |
|
ADmad
|
8473d6a660
|
Fixed code formatting
|
2011-10-26 13:00:52 +05:30 |
|
Jason Pirkey
|
eb5b4fa301
|
Fixing a phpdoc-type for Controller->Components property
|
2011-10-18 01:10:10 -04:00 |
|
Jose Lorenzo Rodriguez
|
91d0a081fb
|
Fixing more links in doc blocks
|
2011-10-15 11:38:49 -04:30 |
|
mark_story
|
ff570d9daf
|
Removing unnecessary ReflectionClass instance.
Refs #2048
|
2011-10-01 20:43:49 -04:00 |
|
Juan Basso
|
dbb87a0196
|
Changed protected callbacks of scaffold to public in Controller.
|
2011-08-21 23:18:55 -04:00 |
|
Juan Basso
|
61833294f0
|
Changed the visibility to methods that not affect others classes.
|
2011-08-20 01:39:30 -04:00 |
|
Juan Basso
|
16ef234180
|
Removing trailing spaces.
|
2011-08-15 23:55:08 -04:00 |
|
Juan Basso
|
620a65b2fc
|
Merge branch '2.0' into 2.0-api-doc
Conflicts:
lib/Cake/Test/Case/View/Helper/CacheHelperTest.php
lib/Cake/Utility/Debugger.php
|
2011-08-14 21:12:05 -04:00 |
|
mark_story
|
e4a7c8f3d7
|
Cleanup of minor issues found with phpmd.
|
2011-08-06 21:15:31 -04:00 |
|
Juan Basso
|
d84531d29c
|
Using @property to autocomplete components and helpers in some IDEs. Also added @property to bake of controller and model. Fixes #103.
|
2011-07-31 20:28:35 -04:00 |
|
Juan Basso
|
fedadc091c
|
Included @throws in API that was missing.
|
2011-07-31 16:55:52 -04:00 |
|
Juan Basso
|
fbbfbaf870
|
Fixed some API doc in controller.
|
2011-07-29 00:06:43 -04:00 |
|
Jose Lorenzo Rodriguez
|
cfd2d9e00b
|
Updating all @package annotations in doc blocks
|
2011-07-26 01:46:14 -04:30 |
|
mark_story
|
6fb3c72d49
|
Fixing issue where plugin models in $uses, would create
incorrect forms when create() is called with no arguments.
Fixes #1841
|
2011-07-23 14:49:39 -04:00 |
|
Mark Story
|
ec3de84c4e
|
Removing getResponse, its not used and it doesn't serve much purpose.
|
2011-07-22 20:29:45 -04:00 |
|
mark_story
|
f28b42de2f
|
Pulling construction of Scaffold into a method so its
easier to allow plugins/user classes to replace the core Scaffold class.
|
2011-07-22 20:29:44 -04:00 |
|
mark_story
|
177cd39abb
|
Moving private method detection into Controller.
This fixes an issue where potected methods would
not be called, and no exception would be raised.
|
2011-07-22 20:29:44 -04:00 |
|
mark_story
|
70744f3cb4
|
Fixing failing tests for Controller.
Adding a string cast for easier testing.
|
2011-07-22 20:29:44 -04:00 |
|
mark_story
|
b0749acbb6
|
Starting to change how Controller::render() and response
objects are handled.
|
2011-07-22 20:29:44 -04:00 |
|