Mark Story
|
5155c08479
Fix up phpstan errors.
|
8 years ago |
Mark Story
|
bc14b1778f
Fix annotations point to Network\Session
|
8 years ago |
Mark Story
|
2a43409187
Add deprecation warnings to Routing features.
|
8 years ago |
Marc Würth
|
3a6bd75832
Use HTTPS for the opensource.org URL
|
8 years ago |
Marc Würth
|
c61ab5ee95
Use HTTPS for the cakefoundation.org URL
|
8 years ago |
Marc Würth
|
4c774ce4b7
Use HTTPS for the cakephp.org URL
|
8 years ago |
saeid
|
b4212c73e9
change "Cake\Network\Response" to "Cake\Http\Response"
|
9 years ago |
dereuromark
|
223152eb78
Clean up ServerResponse usage to be consistent.
|
9 years ago |
Mark Story
|
d7d0e22ac6
Fix requestAction() not working with middleware.
|
9 years ago |
antograssiot
|
141862cde4
Merge branch 'master' into 3.next
|
9 years ago |
ADmad
|
855c4d114b
Fix CS error.
|
9 years ago |
ADmad
|
56ed09b9f1
Removed trigger_error() from requestAction().
|
9 years ago |
Mark Story
|
2e88444d7d
Mark the method as deprecated as well.
|
9 years ago |
ADmad
|
defaee31fc
Deprecate RequestActionTrait.
|
9 years ago |
ndm2
|
717e60d741
Fix cookies not being passed for requested actions.
|
10 years ago |
Bryan Crowe
|
34cc144e5a
Remove unused use statements
|
10 years ago |
Mark Story
|
8de4c014d2
Make sure that the core required routing parameters are set.
|
10 years ago |
Mark Story
|
7204e18be6
Pass the base and webroot properties into sub-requests.
|
11 years ago |
antograssiot
|
82ec22877b
typo in code sample
|
11 years ago |
ADmad
|
71d3692012
Replace our custom code fence with markdown standard fence.
|
11 years ago |
ADmad
|
6cf7b52897
Use short array syntax.
|
11 years ago |
Bryan Crowe
|
be845a3a01
Run phpcbf for PSR2 CS fixers
|
11 years ago |
okonomi
|
118eca6482
Fix some docblock typo
|
11 years ago |
euromark
|
513f97bc1f
Simplify string key based option array merges to + operator for consistency and micro-opt. Also removed dead code.
|
12 years ago |
mark_story
|
354dc4cf3d
Add doc block example.
|
12 years ago |
mark_story
|
b0c0af006f
Allow requestAction() to set environment values.
|
12 years ago |
mark_story
|
d8f0b8ccbd
Use fewer lines to assign post/query params.
|
12 years ago |
mark_story
|
718f73793a
Documentation edits for Session.
|
12 years ago |
Jose Lorenzo Rodriguez
|
497e3673ce
Re-adding session capability to RequestAction
|
12 years ago |
mark_story
|
d367c8a6c0
Remove additionalParams and update RequestActionTrait tests.
|
12 years ago |