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 }}
armin-W
/
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 Mar 22, 2011
Merge remote branch 'kriswallsmith/router/method-not-allowed'
Fabien Potencier
authored and
Fabien Potencier
committed
1991437
Copy full SHA for 1991437
Merge remote branch 'kriswallsmith/assetic/mkdir-fix'
Fabien Potencier
authored and
Fabien Potencier
committed
ecceea5
Copy full SHA for ecceea5
[AsseticBundle] fixed directory creation when writing assets
kriswallsmith
committed
c565a33
Copy full SHA for c565a33
Merge remote branch 'thesalla/generate_repos_fix'
Fabien Potencier
authored and
Fabien Potencier
committed
46fc044
Copy full SHA for 46fc044
Merge remote branch 'snc/clear_cache_meta'
Fabien Potencier
authored and
Fabien Potencier
committed
2b9b409
Copy full SHA for 2b9b409
Merge remote branch 'weaverryan/controller_redirect'
Fabien Potencier
authored and
Fabien Potencier
committed
b0cee45
Copy full SHA for b0cee45
[FrameworkBundle] Adding the redirect method back to the base controller
Show description for 9ee9f55
weaverryan
committed
9ee9f55
Copy full SHA for 9ee9f55
Merge remote branch 'FabienD/fix-doctrine-entities-filter'
Fabien Potencier
committed
8f44c53
Copy full SHA for 8f44c53
Merge remote branch 'ornicar/fixCacheClearCommandHelp'
Fabien Potencier
committed
393f863
Copy full SHA for 393f863
Fix DoctineBundle "doctrine:generate:entities" filter
FabienD
committed
01ac10f
Copy full SHA for 01ac10f
[AsseticBundle] added missing compiler pass
kriswallsmith
committed
0f9f82d
Copy full SHA for 0f9f82d
Commits on Mar 21, 2011
[FrameworkBundle] Fix CacheClearCommand help message
ornicar
committed
1061194
Copy full SHA for 1061194
Merge remote branch 'mvrhov/variousFixes'
Fabien Potencier
committed
6ace6af
Copy full SHA for 6ace6af
Merge remote branch 'everzet/mongodb-commands-help-fix'
Fabien Potencier
committed
2c99ffe
Copy full SHA for 2c99ffe
Merge remote branch 'dator/change_twig_if_datacollector'
Fabien Potencier
committed
c8ebb3f
Copy full SHA for c8ebb3f
Merge remote branch 'schmittjoh/security'
Fabien Potencier
committed
0ee6815
Copy full SHA for 0ee6815
[DoctrineMongoDBBundle] fixed wrong command names in commands help messages
everzet
committed
da80c28
Copy full SHA for da80c28
[Routing] updated test fixture
kriswallsmith
committed
66cbad3
Copy full SHA for 66cbad3
[FrameworkBundle] updated to support 405 Method Not Found responses
kriswallsmith
committed
2217a0d
Copy full SHA for 2217a0d
[HttpKernel] refactored HTTP exceptions to be more flexible
kriswallsmith
committed
10dc18b
Copy full SHA for 10dc18b
[Routing] refactored URL matching to support 405 Method Not Allowed responses
kriswallsmith
committed
b2f5ac8
Copy full SHA for b2f5ac8
$emName is supposed to be $dmName
Miha Vrhovnik
committed
9c0ae0c
Copy full SHA for 9c0ae0c
refactored if elseif to switch and throw an exception on unknown option
Miha Vrhovnik
committed
a144a83
Copy full SHA for a144a83
[Security/Acl] removed remaining LIMIT clauses
schmittjoh
committed
eb0d772
Copy full SHA for eb0d772
removed unused variable
Miha Vrhovnik
committed
25e4193
Copy full SHA for 25e4193
[FrameworkBundle] added --without-debug option to cache:clear as the debug flag value can be different from the one used for the command execution (think generating the prod cache but still with de…
Show description for 85778ca
fabpot
committed
85778ca
Copy full SHA for 85778ca
changing phpdoc parameter to array as all variables are used in foreach
Miha Vrhovnik
committed
4962803
Copy full SHA for 4962803
removed unused variables
Miha Vrhovnik
committed
33dd0da
Copy full SHA for 33dd0da
$user* was refactored to $accout*
Miha Vrhovnik
committed
909a6bf
Copy full SHA for 909a6bf
unless I'm missing something the first instance of loader is not used and thus not needed
Miha Vrhovnik
committed
5a620c0
Copy full SHA for 5a620c0
fixing undefined variable name, and removing unexisting namespace. I backtraced code to the actal mongodb maping clas and it doesn't seem to throw any exceptions, but just in case I'm catching the …
Show description for e9e0f9f
Miha Vrhovnik
committed
e9e0f9f
Copy full SHA for e9e0f9f
[FrameworkBundle] refactored the cache:clear command
Show description for e4a636a
fabpot
committed
e4a636a
Copy full SHA for e4a636a
removed unused and undefined namespace and use statement
Miha Vrhovnik
committed
e57075e
Copy full SHA for e57075e
removed unused and undefined namespace and use statement
Miha Vrhovnik
committed
fb814c6
Copy full SHA for fb814c6
removed unecessary use statements (ExceptionEvent was also undefined namespace)
Miha Vrhovnik
committed
a491af8
Copy full SHA for a491af8
Pagination
Previous
Next
You can’t perform that action at this time.