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/Bundle/FrameworkBundle
Fabien Potencier ce1050820f minor #23766 Consistently use 7 chars of sha256 for hash-based id generation (nicolas-grekas)
This PR was merged into the 3.4 branch.

Discussion
----------

Consistently use 7 chars of sha256 for hash-based id generation

| Q             | A
| ------------- | ---
| Branch?       | 3.4
| Bug fix?      | no
| New feature?  | yes
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | -
| License       | MIT
| Doc PR        | -

This prevents generating over long service ids, and for filesystem-related changes, makes the Windows 258 chars limit farther.

Commits
-------

bc22cdd034 Consistently use 7 chars of sha256 for hash-based id generation
2017-08-03 14:04:31 +02:00
..
CacheWarmer Merge branch '3.3' into 3.4 2017-07-19 11:38:19 +02:00
Command add (filesystem|phpfiles) cache (adapter|simple) prune method and prune command 2017-07-20 11:29:24 -04:00
Console Add support for command lazy-loading 2017-07-12 11:59:19 +02:00
Controller Merge branch '3.3' into 3.4 2017-07-06 13:23:40 +03:00
DataCollector [FrameworkBundle] Extends the RequestDataCollector 2016-03-30 19:02:53 +02:00
DependencyInjection minor #23766 Consistently use 7 chars of sha256 for hash-based id generation (nicolas-grekas) 2017-08-03 14:04:31 +02:00
EventListener check _controller attribute is a string before parsing it 2017-07-10 18:12:17 +02:00
HttpCache remove useless comment 2017-07-18 13:58:52 +02:00
Kernel added a micro kernel 2015-11-04 18:19:57 +01:00
Resources add (filesystem|phpfiles) cache (adapter|simple) prune method and prune command 2017-07-20 11:29:24 -04:00
Routing Automatically enable the routing annotation loader 2017-06-07 12:20:52 +02:00
Templating Merge branch '2.7' into 2.8 2017-06-13 17:55:24 -07:00
Test [FrameworkBundle] KernelTestCase: deprecate not using KERNEL_CLASS 2017-05-22 09:24:33 +02:00
Tests Consistently use 7 chars of sha256 for hash-based id generation 2017-08-03 13:27:37 +02:00
Translation Merge branch '3.2' into 3.3 2017-06-24 11:29:48 +02:00
Validator [FrameworkBundle][Validator] Move the PSR-11 factory to the component 2017-05-26 10:48:50 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md add (filesystem|phpfiles) cache (adapter|simple) prune method and prune command 2017-07-20 11:29:24 -04:00
Client.php [FrameworkBundle] Fix autoloader in insulated clients 2017-03-08 10:00:17 +01:00
composer.json minor #23766 Consistently use 7 chars of sha256 for hash-based id generation (nicolas-grekas) 2017-08-03 14:04:31 +02:00
FrameworkBundle.php add (filesystem|phpfiles) cache (adapter|simple) prune method and prune command 2017-07-20 11:29:24 -04:00
LICENSE updated LICENSE year 2017-01-02 12:30:00 -08:00
phpunit.xml.dist Merge branch '3.2' 2017-04-12 07:14:56 -07:00
README.md add readme files where missing 2016-03-07 11:36:15 +01:00