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 }}
sybarite
/
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 Apr 20, 2012
merged branch willdurand/propel-autoload (PR #4025)
Show description for f8407dd
fabpot
committed
f8407dd
Copy full SHA for f8407dd
[Propel1] Removed useless require in autoload.php.dist
Show description for 496878c
willdurand
committed
496878c
Copy full SHA for 496878c
merged branch willdurand/propel-transformer (PR #4024)
Show description for 9d22eb6
fabpot
committed
9d22eb6
Copy full SHA for 9d22eb6
[Propel1] Allowed PropelObjectCollection only in CollectionToArrayTransformer
willdurand
committed
9447b84
Copy full SHA for 9447b84
reverse transform into PropelObjectCollection
havvg
authored and
willdurand
committed
e43d0fa
Copy full SHA for e43d0fa
made some private protected as many users needs to override the default implementation anyway (closes #3942)
fabpot
committed
56a4ab7
Copy full SHA for 56a4ab7
fixed CS
fabpot
committed
2786f21
Copy full SHA for 2786f21
merged branch gajdaw/finder_search_by_contents (PR #4011)
Show description for 74cc380
fabpot
committed
74cc380
Copy full SHA for 74cc380
merged branch michal-pipa/symlink-fix (PR #4012)
Show description for 3e2b39d
fabpot
committed
3e2b39d
Copy full SHA for 3e2b39d
[WebProfilerBundle] made some small changes to the WDT
fabpot
committed
e1c8a2f
Copy full SHA for e1c8a2f
[WebProfilerBundle] deprecated the verbose option for the WDT as this is not needed anymore (responsive design FTW)
fabpot
committed
f7287db
Copy full SHA for f7287db
merged branch shiroyuki/master (PR #3850)
Show description for e2326a7
fabpot
committed
e2326a7
Copy full SHA for e2326a7
merged branch Crell/flatten-exception (PR #4017)
Show description for 866b13e
fabpot
committed
866b13e
Copy full SHA for 866b13e
tweaked previous commit
fabpot
committed
b71d42a
Copy full SHA for b71d42a
Added Method Call, Factory Class and File Include examples.
Roger Webb
authored and
fabpot
committed
23707bd
Copy full SHA for 23707bd
Add unit tests for FlattenException::getLine() and FlattenException::getFile().
Crell
committed
1c290d7
Copy full SHA for 1c290d7
Enhance FlattenException to include more methods from Exception. That allows it to be used in place of Exception in more places.
Crell
committed
a22f0cd
Copy full SHA for a22f0cd
merged branch jalliot/patch-2 (PR #4015)
Show description for efc1a0d
fabpot
committed
efc1a0d
Copy full SHA for efc1a0d
Commits on Apr 19, 2012
Update autoload according to latest composer change
jalliot
committed
7dc9361
Copy full SHA for 7dc9361
[Filesystem] symlink() creates target directories
michalpipa
committed
94bee7a
Copy full SHA for 94bee7a
[Finder] contains(), notContains()
gajdaw
committed
218813c
Copy full SHA for 218813c
Merge branch 'master' of https://github.com/symfony/symfony into finder_search_by_contents
gajdaw
committed
33e119a
Copy full SHA for 33e119a
[Finder] content(), notContent() methods
gajdaw
committed
082d86e
Copy full SHA for 082d86e
merged branch vicb/umask (PR #4009)
Show description for 0375256
fabpot
committed
0375256
Copy full SHA for 0375256
Fix umasks in chmod() calls
vicb
committed
e0e451f
Copy full SHA for e0e451f
merged branch Seldaek/filesystemfixes (PR #4008)
Show description for 4d8461f
fabpot
committed
4d8461f
Copy full SHA for 4d8461f
Make windows test run on windows only
Seldaek
committed
748bbe1
Copy full SHA for 748bbe1
[Filesystem] Fix Filesystem::chmod to apply umask properly
Seldaek
committed
e7f1295
Copy full SHA for e7f1295
Fix chmod() calls to apply umask
Seldaek
committed
5c059aa
Copy full SHA for 5c059aa
merged branch pvanliefland/ticket_1692 (PR #3945)
Show description for 086b735
fabpot
committed
086b735
Copy full SHA for 086b735
[Filesystem] Fix typo
Seldaek
committed
13c07d1
Copy full SHA for 13c07d1
[Filesystem] Fix makePathRelative on windows with mixed paths, fix tests
Seldaek
committed
c578d3a
Copy full SHA for c578d3a
merged branch rouffj/fix-3929 (PR #4004)
Show description for 811751e
fabpot
committed
811751e
Copy full SHA for 811751e
Fix #3929
rouffj
committed
5fa7ec2
Copy full SHA for 5fa7ec2
merged branch Seldaek/asseturl (PR #4002)
Show description for 684e502
fabpot
committed
684e502
Copy full SHA for 684e502
Pagination
Previous
Next
You can’t perform that action at this time.