This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Asset
Nicolas Grekas 5abffbbd07 Merge branch '4.1'
* 4.1: (22 commits)
  [HttpKernel] Fix restoring trusted proxies in tests
  Update UPGRADE-4.0.md
  [Messenger] Fix suggested enqueue adapter package
  bumped Symfony version to 4.1.1
  updated VERSION for 4.1.0
  updated CHANGELOG for 4.1.0
  Insert correct parameter_bag service in AbstractController
  Revert "feature #26702 Mark ExceptionInterfaces throwable (ostrolucky)"
  CODEOWNERS: some more rules
  removed unneeded comments in tests
  removed unneeded comments in tests
  Change PHPDoc in ResponseHeaderBag::getCookies() to help IDEs
  [HttpKernel] fix registering IDE links
  update UPGRADE-4.1 for feature #26332 Form field help option
  [HttpKernel] Set first trusted proxy as REMOTE_ADDR in InlineFragmentRenderer.
  [Process] Consider \"executable\" suffixes first on Windows
  Triggering RememberMe's loginFail() when token cannot be created
  bumped Symfony version to 4.1.0
  updated VERSION for 4.1.0-BETA3
  updated CHANGELOG for 4.1.0-BETA3
  ...
2018-05-31 12:18:23 +02:00
..
Context Merge branch '3.4' 2017-09-29 11:39:35 +02:00
Exception Revert "feature #26702 Mark ExceptionInterfaces throwable (ostrolucky)" 2018-05-30 09:26:09 +02:00
Tests [Asset] Provide default context 2017-09-28 15:56:45 -07:00
VersionStrategy Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00
.gitignore [Asset] added the component 2015-02-10 13:45:00 +01:00
CHANGELOG.md [Asset] Provide default context 2017-09-28 15:56:45 -07:00
composer.json updated version to 4.2 2018-05-07 16:51:25 +02:00
LICENSE fixed years in copyright 2018-01-03 08:23:28 +01:00
Package.php AssetBundle - fix docs 2015-11-28 11:26:33 +01:00
PackageInterface.php [Asset] added the component 2015-02-10 13:45:00 +01:00
Packages.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
PathPackage.php Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00
phpunit.xml.dist fail when detecting risky tests 2017-04-12 09:39:27 +02:00
README.md [2.7] update readme files for new components 2016-03-07 12:06:07 +01:00
UrlPackage.php Preventing the base path or absolute URL from being prefixed incorrectly on an absolute URL 2017-04-25 21:08:25 -04:00

Asset Component

The Asset component manages URL generation and versioning of web assets such as CSS stylesheets, JavaScript files and image files.

Resources