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 }}
sgillet
/
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 Feb 22, 2011
[HttpKernel] fixed another test where an explicit cache-control header is necessary
kriswallsmith
committed
fb00539
Copy full SHA for fb00539
[HttpKernel] fixed invalid test
Show description for 3e131f5
kriswallsmith
committed
3e131f5
Copy full SHA for 3e131f5
[HttpFoundation] updated ResponseHeaderBag to compute Cache-Control whenever any of the headers it considers changes
kriswallsmith
committed
a0bae94
Copy full SHA for a0bae94
Commits on Feb 21, 2011
[Templating] added getPath() to TemplateReferenceInterface as it's used in the child class in FrameworkBundle
fabpot
committed
e8144e4
Copy full SHA for e8144e4
[FrameworkBundle] made CachedTemplateLocator fallback to the regular TemplateLocator if the template is not in the cache (to be able to use an absolute template)
fabpot
committed
72cdb48
Copy full SHA for 72cdb48
[HttpKernel] changed core.view event to use notifyUntil() instead of filter() -- as soon as a listener returns a Response, we are done
fabpot
committed
fc372bc
Copy full SHA for fc372bc
replaced Response::createRedirect by a new RedirectResponse class
fabpot
committed
353177d
Copy full SHA for 353177d
remove response as a service
Show description for d94acd8
fabpot
committed
d94acd8
Copy full SHA for d94acd8
fixed a bug in Response content-type auto-detection
Show description for bf20238
fabpot
committed
bf20238
Copy full SHA for bf20238
[Security] adds abstract user provider definition
schmittjoh
authored and
fabpot
committed
f21578e
Copy full SHA for f21578e
[FrameworkBundle] tweaked init:bundle skeleton
fabpot
committed
7c9528b
Copy full SHA for 7c9528b
[Swiftmailer] fixed the determination of the default port
fabpot
committed
7a614cb
Copy full SHA for 7a614cb
Merge remote branch 'stof/swiftmailer'
Show description for 0dfd596
fabpot
committed
0dfd596
Copy full SHA for 0dfd596
[FrameworkBundle] updated the init:bundle skeleton files
fabpot
committed
d4fc3c9
Copy full SHA for d4fc3c9
Merge remote branch 'fabriceb/initbundleformat'
Show description for b9168bb
fabpot
committed
b9168bb
Copy full SHA for b9168bb
translated validator resources into Polish
Wojciech Sznapka
authored and
fabpot
committed
6e12029
Copy full SHA for 6e12029
Splitted swiftmailer configuration to avoid issues when not using smtp
stof
committed
e729589
Copy full SHA for e729589
[Routing] removing the routing hack where we add a / at the beginning if it does not exist
fabpot
committed
9619c7d
Copy full SHA for 9619c7d
Merge remote branch 'lewinski/code-coverage-fix'
Show description for 52f4d81
fabpot
committed
52f4d81
Copy full SHA for 52f4d81
Don't generate code coverage for test code.
Matthew Lewinski
committed
d7472d0
Copy full SHA for d7472d0
Fix unit test breakage from ProfilerStorageInterface change.
Matthew Lewinski
committed
c56bcd9
Copy full SHA for c56bcd9
Commits on Feb 20, 2011
[HttpKernel] added the possibility to define a parent token for a token in the profiler
Show description for 8a8c733
fabpot
committed
8a8c733
Copy full SHA for 8a8c733
added a DI extension for DoctrineMigrations, removed --bundle option in favor of application level settings
lsmith77
committed
c518074
Copy full SHA for c518074
[DependencyInjection] Test for Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass.
yclian
committed
0924039
Copy full SHA for 0924039
[DependencyInjection] Add Symfony\Tests\Component\DependencyInjection\ContainerBuilderTest::testAddGetCompilerPass().
yclian
committed
3275820
Copy full SHA for 3275820
fixed case problem
fabpot
committed
eb5877c
Copy full SHA for eb5877c
changed all extensions to use the default Extension::getAlias() impl
fabpot
committed
23e9386
Copy full SHA for 23e9386
Attempt to create a reasonable default based on the rules enforced in
Show description for 8e2d7ed
rrehbein
authored and
fabpot
committed
8e2d7ed
Copy full SHA for 8e2d7ed
[TwigBundle] Allow arbitrary variables to be accepted as values for globals
Show description for f4c0af7
jmikola
committed
f4c0af7
Copy full SHA for f4c0af7
[Config] Create VariableNode, which mimics ScalarNode but omits type-checking
Show description for 608e443
jmikola
committed
608e443
Copy full SHA for 608e443
Commits on Feb 19, 2011
[WebProfilerBundle] made the WDT less intruisive by moving it to its own Ajax request
fabpot
committed
28bf834
Copy full SHA for 28bf834
[DependencyInjection] Aesthetic changes on ContainerTest, consequence of not using a formatter.
yclian
authored and
fabpot
committed
a0e00ff
Copy full SHA for a0e00ff
[DependencyInjection] Test coverage improvements and corrections on Container.
yclian
authored and
fabpot
committed
c42f385
Copy full SHA for c42f385
[ZendBundle] only load the logger if there is a config
fabpot
committed
eda7475
Copy full SHA for eda7475
[FrameworkBundle] removed the Welcome page and moved it to the sandbox/standard distrib
fabpot
committed
9a25878
Copy full SHA for 9a25878
Pagination
Previous
Next
You can’t perform that action at this time.