62 Commits

Author SHA1 Message Date
Javier Eguiluz
abc8d6964a Minor tweaks 2025-07-10 09:30:09 +02:00
Johan Vlaar
2d5dc5ecf9 [WebLink] make use of avilable constant
Should we show you can use constants for `preload` string with `Link::REL_PRELOAD`
2025-07-09 14:30:47 +02:00
Kévin Dunglas
c32e885e52 [WebLink] Hint that prerender is deprecated 2025-05-15 17:37:26 +02:00
Javier Eguiluz
476bb59ed9 [WebLink] Minor reword 2024-12-26 11:36:06 +01:00
Matthieu Lempereur
7eff479d4b remove installation repetition in weblink 2024-12-25 10:50:23 +01:00
Javier Eguiluz
7b081aa256 Merge branch '5.4' into 6.4
* 5.4:
  [WebLink] Add the missing installation section
2024-09-27 13:41:29 +02:00
Javier Eguiluz
4242642f49 [WebLink] Add the missing installation section 2024-09-27 10:16:13 +02:00
Javier Eguiluz
912d988bee Tweaks 2024-09-19 16:46:01 +02:00
Massimiliano Arione
35c94bcad7 improve web_link 2024-09-19 16:39:22 +02:00
Ryan Weaver
822ea3ad91 Adding missing "as" to style link header 2023-10-18 10:08:56 -04:00
Alexandre Daubois
0a00d17c6c Add return types and parameter types 2023-07-13 11:34:31 +02:00
Antoine Lamirault
d7e844d9f2 Remove index directive 2023-03-27 19:56:40 +02:00
Javier Eguiluz
8d186af5bc Readded the link to Akamai 2022-10-17 08:36:47 +02:00
Elliot
58ede1b9f5 Remove akamai broken link
The link of the article is broken, according to archive.org the last version available was in July 2021: https://web.archive.org/web/20210729163732/https://blogs.akamai.com/2017/03/http2-server-push-the-what-how-and-why.html

The article seems to be no longer available
2022-10-16 21:38:29 +02:00
Javier Eguiluz
43a2d4640d [WebLink] Fixed the preload links 2021-05-25 17:55:32 +02:00
Wouter de Jong
1079fe3a06 Removed WebLink component docs 2020-06-03 12:53:53 +02:00
Wouter de Jong
7f8c72ab7f Fixed all permanently redirected and broken URLs 2020-02-25 12:20:10 +01:00
Wouter de Jong
e403ae0da4 Merge branch '4.3' into 4.4
* 4.3:
  [3.4] Fixed everything found by the spellcheck builder
2020-01-04 14:32:58 +01:00
Wouter de Jong
0ae26e8db3 Merge branch '3.4' into 4.3
* 3.4:
  [3.4] Fixed everything found by the spellcheck builder
2020-01-04 14:32:51 +01:00
Wouter de Jong
715a4e7031 [3.4] Fixed everything found by the spellcheck builder 2020-01-04 14:12:47 +01:00
Javier Eguiluz
d23e5ee795 Merge branch '4.3' into 4.4
* 4.3:
  Minor code refactor
  Update Form Page
  Update Configuring Symfony page
  Added namespace for example
  Added a detail for getCrawler return.
  [Cache] Fixed some method names
  Fix EvolvableLink attribute
2019-10-16 08:51:14 +02:00
Javier Eguiluz
7096d5483a Merge branch '3.4' into 4.3
* 3.4:
  Fix EvolvableLink attribute
2019-10-16 08:50:58 +02:00
Javier Eguiluz
7e5f4dbb76 Minor code refactor 2019-10-16 08:50:34 +02:00
Beno!t POLASZEK
0839ba6bb9 Fix EvolvableLink attribute 2019-10-15 18:54:40 +02:00
Oskar Stark
051178ead5 Merge branch '4.3' into 4.4
* 4.3:
  Tweaks #12179
  Add a note for preload asset
2019-08-16 07:55:17 +02:00
Oskar Stark
29d1b3848a Merge branch '3.4' into 4.3
* 3.4:
  Tweaks #12179
  Add a note for preload asset
2019-08-16 07:54:46 +02:00
Oskar Stark
c637b7ab3e Tweaks #12179 2019-08-16 07:54:30 +02:00
Oskar Stark
9345cd3056 minor #12179 Add a note for preload asset (Antoine Lamirault)
This PR was merged into the 3.4 branch.

Discussion
----------

Add a note for preload asset

This PR add a note about how to preload asset in Sf 3.4.

Indeed it was not explained. There was just a symfony blog article about it : https://symfony.com/blog/new-in-symfony-3-3-asset-preloading-with-http-2-push

Moreover `preload('build/style.css', { as: 'style' })` generates a good link in Sf4 but not in sf3 (relative instead of absolute). I think is confusing.

I hope it can help other developers.

Commits
-------

d9b88d7fc Add a note for preload asset
2019-08-16 07:52:31 +02:00
Antoine Lamirault
d9b88d7fc8 Add a note for preload asset 2019-08-15 14:00:07 +02:00
Javier Eguiluz
83baae9c69 Merge branch '4.3' into 4.4
* 4.3:
  Remove unused links
2019-08-14 12:22:22 +02:00
Javier Eguiluz
f8de8f346a Merge branch '3.4' into 4.3
* 3.4:
  Remove unused links
2019-08-14 12:22:03 +02:00
Oskar Stark
3aeb73e4c4 Remove unused links 2019-08-14 11:13:33 +02:00
Nicolas Grekas
067441456e Use PSR-13 implementation from WebLink component 2019-08-12 17:36:54 +02:00
Javier Eguiluz
6d2865bf9d Merge branch '3.4' into 4.2
* 3.4:
  Switched HTTP to HTTPS for some links
2019-07-12 09:53:46 +02:00
Arman Hosseini
553d72588f Switched HTTP to HTTPS for some links 2019-07-12 09:51:49 +02:00
Javier Eguiluz
a961c40d4a Merge branch '3.4' into 4.2
* 3.4:
  Remove chrome debug since it's no longer present
  Fix several typos
2019-06-03 08:44:41 +02:00
Tristan Bessoussa
6ea794e56d Remove chrome debug since it's no longer present 2019-06-03 08:42:20 +02:00
Javier Eguiluz
9a5d3db062 Merge branch '3.4' into 4.2
* 3.4:
  [WebLink] All mentions to preload must have an \"as\" attribute
2019-05-28 17:51:42 +02:00
Javier Eguiluz
e2c30215e3 Minor reword 2019-05-28 17:51:24 +02:00
Tristan Bessoussa
a7251418b0 [WebLink] All mentions to preload must have an \"as\" attribute 2019-05-28 17:45:43 +02:00
Javier Eguiluz
25b242e827 Merge branch '3.4' into 4.2
* 3.4:
  Typo
  fix indention for twig example
  use html+twig instead of twig for some examples
2019-04-08 15:00:07 +02:00
Oskar Stark
2f96d393e7 use html+twig instead of twig for some examples 2019-04-08 13:56:44 +02:00
Javier Eguiluz
de0e40b560 Merge branch '3.4' into 4.2
* 3.4:
  use application instead of app
  be keen to newcomers
2019-03-25 15:45:00 +01:00
Oskar Stark
ca97daa6bb use application instead of app 2019-03-25 11:27:22 +01:00
Oskar Stark
b6ab4fae37 promote AbstractController in 4.2 branch 2019-03-16 09:09:13 +01:00
Javier Eguiluz
3f03ebe20c Merge branch '3.4' into 4.2
* 3.4:
  Don't use AbstractController in 3.4 branch
  Added Oskar to the Docs Team
2019-03-15 17:19:08 +01:00
Javier Eguiluz
a464d7e0ec Don't use AbstractController in 3.4 branch 2019-03-15 09:22:58 +01:00
Javier Eguiluz
0a6ad93a74 Merge branch '3.4' into 4.2
* 3.4:
  Add missing index entry for web_link.rst
2019-02-28 13:06:37 +01:00
Kévin Dunglas
3162df8bb8 Add missing index entry for web_link.rst 2019-02-28 12:00:04 +01:00
Javier Eguiluz
6d580f2ad0 Merge branch '3.4' into 4.2
* 3.4:
  Update web_link.rst
2019-02-08 17:04:03 +01:00