116 Commits

Author SHA1 Message Date
Javier Eguiluz
c207a81055 Merge branch '6.4' into 7.3
* 6.4:
  Minor tweak
  Clarify `#[Cache]` attribute precedence behavior
2025-11-25 08:12:16 +01:00
Javier Eguiluz
491e435564 Minor tweak 2025-11-25 08:11:45 +01:00
Ayyoub Afwallah
9c6197e7fa Clarify #[Cache] attribute precedence behavior
Adds tip explaining that #[Cache] attribute doesn't override manually set headers.

Related to #62488
2025-11-25 08:11:00 +01:00
Javier Eguiluz
78b9a86231 Merge branch '6.4' into 7.2
* 6.4:
  Fix a minor RST syntax issue
  Improve grammar and expressions for American English
2025-07-09 08:43:00 +02:00
copilot-swe-agent[bot]
6914778eef Improve grammar and expressions for American English 2025-07-09 08:32:14 +02:00
Oskar Stark
f367fad361 Merge branch '6.4' into 7.0
* 6.4:
  Remove redundant parenthesis on attribute
2024-05-21 20:23:21 +02:00
Antoine Lamirault
5d63d63c99 Remove redundant parenthesis on attribute 2024-05-20 19:09:01 +02:00
Alexandre Daubois
bbd1d8e092 Remove all 6.x versionadded on 7.0 2023-10-16 13:51:42 +02:00
Alexandre Daubois
0a00d17c6c Add return types and parameter types 2023-07-13 11:34:31 +02:00
Alexandre Daubois
8728589b0f Add type-hints and return types 2023-06-20 21:43:52 +02:00
Oskar Stark
8709dd6a31 Merge branch '5.4' into 6.2
* 5.4:
  Update external link
2023-04-14 08:58:23 +02:00
aurac
2ef7004615 Update external link
Updated link for Ryan Tomayko's article "Things Caches Do"
2023-04-13 15:41:11 +02:00
Javier Eguiluz
491704c66b Merge branch '5.4' into 6.2
* 5.4:
  Remove index directive
2023-03-29 10:08:09 +02:00
Antoine Lamirault
d7e844d9f2 Remove index directive 2023-03-27 19:56:40 +02:00
HypeMC
7ae2f9409f [HttpCache] Inject $env in example 2023-02-26 03:19:25 +01:00
Christian Flothmann
2564f4b153 Merge branch '6.1' into 6.2
* 6.1:
  [Security] update Voter return type
  [DependecyInjection] Added Uses & hints
  "Creating Pages" not responsive
  [Cache] Add return hint
  [Cache] Add use Response & return hint
  Update questionhelper.rst
  [Cache] Add return hint
  Minor
  [Cache] Add return hint
  [Validation] Add getGroupSequence return hint
  [4.4] fix code sample to log out
  [Lock] Specify default ttl
2022-08-22 10:23:10 +02:00
Christian Flothmann
d5ac6646fc Merge branch '5.4' into 6.0
* 5.4:
  [Security] update Voter return type
  [DependecyInjection] Added Uses & hints
  "Creating Pages" not responsive
  [Cache] Add return hint
  [Cache] Add use Response & return hint
  Update questionhelper.rst
  Minor
  [Cache] Add return hint
  [4.4] fix code sample to log out
  [Lock] Specify default ttl
2022-08-22 10:21:11 +02:00
mohamed gasmi
b3ea56cfc3 [Cache] Add return hint
Add Response return hint
2022-08-16 21:44:25 +02:00
Javier Eguiluz
b79d456d86 Merge branch '6.1' into 6.2
* 6.1:
  added enable http cache xml example
2022-07-22 10:37:50 +02:00
Javier Eguiluz
0564e148ab Merge branch '5.4' into 6.0
* 5.4:
  added enable http cache xml example
2022-07-22 10:37:25 +02:00
mohamed gasmi
bf85ab38c5 added enable http cache xml example 2022-07-18 22:04:03 +02:00
Javier Eguiluz
1894141283 Add #[Cache()] attribute 2022-07-18 15:00:11 +02:00
Javier Eguiluz
a578b75ad0 Merge branch '5.4' into 6.0
* 5.4:
  Fix wrong markup
2022-03-04 09:06:57 +01:00
Fabien Potencier
9dd602067c Fix wrong markup 2022-03-04 08:57:55 +01:00
Javier Eguiluz
40f3589bc3 Merge branch '5.4' into 6.0
* 5.4:
  Update section about http cache
  Update doctrine.rst
2022-02-09 17:36:39 +01:00
Javier Eguiluz
8e24122b28 Tweaks 2022-02-09 17:36:06 +01:00
Nicolas Grekas
61a855b014 Update section about http cache 2022-02-09 17:33:10 +01:00
Wouter de Jong
4142baa1b1 Merge branch '5.4' into 6.0
* 5.4:
  Fix merge
  [Messenger] Document the validation middleware
  Minor changes
  Removing outdated jQuery note
  Remove reference to jQuery from examples code
  Adding redirect to current route
  Removed not needed jQuery mention
  Update http_cache.rst
2022-01-16 13:28:35 +01:00
Wouter de Jong
6006e77faa minor #16156 Update http_cache.rst (helmis123)
This PR was merged into the 5.3 branch.

Discussion
----------

Update http_cache.rst

Update CacheKernel implementation in public/index.php
Removal of "$request" which was moved to SymfonyRuntime

<!--

If your pull request fixes a BUG, use the oldest maintained branch that contains
the bug (see https://symfony.com/releases for the list of maintained branches).

If your pull request documents a NEW FEATURE, use the same Symfony branch where
the feature was introduced (and `5.x` for features of unreleased versions).

-->

Commits
-------

2133ec4fc Update http_cache.rst
2022-01-16 12:37:11 +01:00
Javier Eguiluz
66a120072e Merge branch '5.4' into 6.0
* 5.4:
  Correct spelling & grammar in 4.4 testing.rst
  Ask to open PRs for new features in 6.x
  Correct spelling & grammar in 4.4 controller/
  Correct spelling & grammar in 4.4 configuration/
  Correct spelling & grammar in 4.4 components/yaml/
  Correct spelling & grammar in 4.4 components/security/
  Correct spelling & grammar in 4.4 components/http_foundation/
  Correct spelling & grammar in 4.4 components/cache/
  Correct spelling & grammar in 4.4 logging.rst
  Correct spelling & grammar in 4.4 lock.rst
  Correct spelling & grammar in 4.4 http_client.rst
  Correct spelling & grammar in 4.4 http_cache.rst
2021-12-16 20:23:20 +01:00
Javier Eguiluz
d4a76aeca4 Merge branch '4.4' into 5.3
* 4.4:
  Correct spelling & grammar in 4.4 testing.rst
  Correct spelling & grammar in 4.4 controller/
  Correct spelling & grammar in 4.4 configuration/
  Correct spelling & grammar in 4.4 components/yaml/
  Correct spelling & grammar in 4.4 components/security/
  Correct spelling & grammar in 4.4 components/http_foundation/
  Correct spelling & grammar in 4.4 components/cache/
  Correct spelling & grammar in 4.4 logging.rst
  Correct spelling & grammar in 4.4 lock.rst
  Correct spelling & grammar in 4.4 http_client.rst
  Correct spelling & grammar in 4.4 http_cache.rst
2021-12-16 20:22:02 +01:00
gnito-org
1f1285b132 Correct spelling & grammar in 4.4 http_cache.rst 2021-12-14 07:33:29 -04:00
helmi
2133ec4fc0 Update http_cache.rst
Update CacheKernel implementation in public/index.php
Removal of "$request" which was moved to SymfonyRuntime
2021-11-25 15:29:07 +01:00
Javier Eguiluz
6aa61a1278 Remove 5.x versionadded directives 2021-07-16 17:56:44 +02:00
Christian Flothmann
20436fc602 rename master request to main request 2021-03-26 14:10:29 +01:00
Wouter de Jong
947fbd1185 Merge branch '4.4' into 5.2
* 4.4:
  [#15009] Fix indentation of all diff code blocks
2021-03-02 13:52:20 +01:00
Wouter de Jong
4865b3bfa9 [#15009] Fix indentation of all diff code blocks
Co-authored-by: Jérémy Derussé <jeremy@derusse.com>
2021-03-02 13:48:12 +01:00
Javier Eguiluz
a29024dc43 Merge branch '4.4' into 5.1
* 4.4:
  Update http_cache.rst
2020-12-02 10:42:46 +01:00
Al-Saleh KEITA
2537437a54 Update http_cache.rst
Replaced "two" by "three" on line 313.
2020-12-02 10:40:35 +01:00
Javier Eguiluz
16060ad7a8 Merge branch '5.0' into 5.1
* 5.0:
  Improved the HTTPCache examples mentioning s-maxage
2020-06-24 10:33:46 +02:00
Javier Eguiluz
b6e924257c Merge branch '4.4' into 5.0
* 4.4:
  Improved the HTTPCache examples mentioning s-maxage
2020-06-24 10:33:30 +02:00
Javier Eguiluz
0a83616027 Added the missing versionadded directives 2020-04-06 15:24:43 +02:00
Oleksandr Savchenko
30f32d4673 Document all core response http control directives 2020-04-06 15:14:17 +03:00
Javier Eguiluz
71f24ddfc8 Improved the HTTPCache examples mentioning s-maxage 2020-03-16 11:17:56 +01:00
Javier Eguiluz
7f2e15b094 Merge branch '4.4' into 5.0
* 4.4:
  Fix small linguistic error
  minor
  Update http_cache.rst
2020-03-02 17:52:05 +01:00
Oskar Stark
70a8e908ef minor 2020-03-02 12:56:02 +01:00
Sacha Durand
79c291acbc Update http_cache.rst 2020-03-02 12:55:40 +01:00
Wouter de Jong
0dd3276b65 Merge branch '4.4' into 5.0
* 4.4:
  Fixed all permanently redirected and broken URLs
2020-02-28 13:14:48 +01:00
Wouter de Jong
7f8c72ab7f Fixed all permanently redirected and broken URLs 2020-02-25 12:20:10 +01:00
Javier Eguiluz
922f6c1829 Merge branch '4.4'
* 4.4:
  Remove unused links
2019-08-14 12:22:44 +02:00