Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
View all features
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
ArnIIe
/
symfony
Public
forked from
symfony/symfony
Watch
Couldn't load subscription status.
Retry
Uh oh!
There was an error while loading.
Please reload this page
.
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Oct 24, 2011
merged branch bmatzner/patch-1 (PR #2459)
Show description for b112ef5
fabpot
committed
b112ef5
Copy full SHA for b112ef5
[SwiftmailerBundle] replaced MessageLogger class with the one from Swiftmailer 4.1.3
fabpot
committed
9077f6a
Copy full SHA for 9077f6a
moved the Swiftmailer data collector to the Swifmailer bridge
fabpot
committed
70e0dba
Copy full SHA for 70e0dba
Adding "sf-toolbar" class to toolbar wrapper to make it possible to check for its existance prior to js instantiation (in order to change page layout when profiler toolbar is enabled)
Bernd Matzner
committed
c46fe16
Copy full SHA for c46fe16
Merge branch '2.0'
Show description for 714d032
fabpot
committed
714d032
Copy full SHA for 714d032
[Routing] fixed side-effect in the PHP matcher dumper
fabpot
committed
cbb4bba
Copy full SHA for cbb4bba
[Routing] fixed side-effect in the PHP matcher dumper
fabpot
committed
167a96f
Copy full SHA for 167a96f
updated CHANGELOG for 2.1
fabpot
committed
08b5d73
Copy full SHA for 08b5d73
[WebProfilerBundle] added a profiler panel for the router
fabpot
committed
8fa061c
Copy full SHA for 8fa061c
[FrameworkBundle] added a command to help debugging route matching problems
fabpot
committed
8cc3158
Copy full SHA for 8cc3158
[Routing] added a matcher that helps debugging matching problems
fabpot
committed
24b9392
Copy full SHA for 24b9392
Commits on Oct 23, 2011
[Routing] added a unit test to document an intended behavior (defaults and requirements are overriden when defined in the addPrefix method)
fabpot
committed
14055c2
Copy full SHA for 14055c2
revert 89fd965 (refs #2339)
fabpot
committed
6aee641
Copy full SHA for 6aee641
updated CHANGELOG for 2.1
fabpot
committed
b876412
Copy full SHA for b876412
[Routing] added the possibility to define default values and requirements for placeholders in prefix
fabpot
committed
2e1344e
Copy full SHA for 2e1344e
merged 2.0
fabpot
committed
1bd6e4d
Copy full SHA for 1bd6e4d
merged branch mvrhov/cache_warmup_exception (PR #2445)
Show description for 76148d0
fabpot
committed
76148d0
Copy full SHA for 76148d0
[FrameworkBundle] fixed priority to be consistent with 2.1
fabpot
committed
1a43505
Copy full SHA for 1a43505
merged branch stof/profiler_priority (PR #2439)
Show description for 5a549f2
fabpot
committed
5a549f2
Copy full SHA for 5a549f2
merged branch mvrhov/cache_warmup_exception (PR #2445)
Show description for d5bec5a
fabpot
committed
d5bec5a
Copy full SHA for d5bec5a
merged branch snc/upgrade-session-locale (PR #2446)
Show description for 559d676
fabpot
committed
559d676
Copy full SHA for 559d676
moved WarmableInterface to the HttpKernel component
fabpot
committed
ad7fcf5
Copy full SHA for ad7fcf5
merged branch dbu/router-cache-warmup-interface (PR #2451)
Show description for cb9ac13
fabpot
committed
cb9ac13
Copy full SHA for cb9ac13
[HttpKernel] removed usage of assertCount which has been introduced in PHPUnit 3.6
fabpot
committed
3134ef1
Copy full SHA for 3134ef1
merged branch Seldaek/composerjson (PR #2447)
Show description for b995023
fabpot
committed
b995023
Copy full SHA for b995023
merged branch dbu/fix-router-dependency-injection (PR #2450)
Show description for 6cacc63
fabpot
committed
6cacc63
Copy full SHA for 6cacc63
Commits on Oct 22, 2011
cs fix
dbu
committed
96235a6
Copy full SHA for 96235a6
define a WarmableInterface and only warm the cache if it implements warmable to allow replacing the core router. this fixes #2422. combining routers will only really work when #2450 is merged too.
Show description for 46a69f1
dbu
committed
46a69f1
Copy full SHA for 46a69f1
fix a typo in the routing dependency injection configuration. the request_context service is named router, not routing
dbu
committed
6b02ffb
Copy full SHA for 6b02ffb
Replace 2.1.* and not any version above 2.1
Seldaek
committed
c89bccb
Copy full SHA for c89bccb
Added another "before" possibility to retrieve the locale from a Twig template.
snc
committed
c915f48
Copy full SHA for c915f48
Check if cache_warmer service is available before doing the actual cache warmup
Miha Vrhovnik
committed
6b872cf
Copy full SHA for 6b872cf
[HttpKernel] fixed event priority (if not, there is a problem when an exception occurs during one of the event registered before this one)
fabpot
committed
490d60f
Copy full SHA for 490d60f
Revert "[Framework] removed wrong listener"
Show description for d3361c1
fabpot
committed
d3361c1
Copy full SHA for d3361c1
[Routing] added support for _scheme requirement in UrlMatcher (see 07aae9849536cb5fdd0d901aa7eb113b5a8c054e)
fabpot
committed
c5ca40c
Copy full SHA for c5ca40c
Pagination
Previous
Next
You can’t perform that action at this time.