You cannot post messages because only members can post, and you are not currently a member.
|
About this mailing-list
|
| |
Hi all, This mailing-list is getting more and more like the user mailing-list. A lot of people keep asking questions that do not belong to this mailing-list. It means that the "real" dev messages are lost in a flow of user questions. This list is for the development of the symfony framework itself rather... more »
|
|
Multi base/root dir support or not? :|
|
| |
Hi, I would like to start a discussion on multiple base/root dir support in the HttpKernel\KernelInterface. The basic idea is that an application can have multiple "app" folders for different layers of configuration, resources etc. In a nutshell; global resources (e.g. app/config/parameters.yml, app/Resources/views).... more »
|
|
XML instead of YML, Doctrine
|
| |
I am trying to use XML for doctrine in my sf2 project but i am getting this error: Unable to parse file "/Symfony/src/Tixpro/TMenuBund le/DependencyInjection/../Reso urces/config/doctrine/Men u.orm.xml". Element '{[link]}doctrine-mapping':... more »
|
|
Forms
|
| |
Hi, anyone know how to add "class" attribute to all forms generated by "doctrine:generate:crud". Thanks Alejandro
|
|
symfony 2.3 what's next
|
| |
Hi there, Firstly thanks to all the symfony2 contributors for all their hard work on the project. In response to Symfony 2.3 What's next<[link]>I think it would be nice to see a focus on performance, especially considering this is a long term support release. There is a discussion... more »
|
|
Symfony 2.3 security audit
|
| |
I'm sure it's come up before, but are there any plans to repeat the very useful and successful security audit on the Symfony 2.3 codebase? I'm more than willing to donate to it. It would be great if it could be done around about the Release Candidate stage (if that leaves enough time for fixes) so that you had something extra to boast about in the release announcement. :)... more »
|
|
File storage abstraction/api for Symfony LTS?
|
| |
Hi. Encouraged by Fabien's recent blog post<[link]>, I thought I'd might to come out with a little proposal or thought, if you will. We all know most websites need to store images and other files to some kind of filesystem. The default option would be server's local filesystem but... more »
|
|
JsonResponse with pre-assembled json string
|
| |
...
The problem is that you'd need a new argument to specify you're passing
json data already. Otherwise we can't distinguish a string from a json
string.
You can always do:
return JsonResponse::create('')->setC ontent($encodedString);
Cheers
-- Jordi Boggiano
@seldaek - [link]... more »
|
|
Exception message strings
|
| |
Hi all,
Following a little discussion on a PR in the CMF, I notice that there
doesn't seem to be a coding standard for formatting exception message strings.
Within Symfony the majority of messages are formatted with sprintf,
whilst some are inline, e.g.
sprintf
throw new AclAlreadyExistsException(spri ntf('%s is already associated with an ACL.', $oid));... more »
|
|
The Symfony mailing-lists on Google
|
| |
Hi all,
Unfortunately and for no reasons, the Symfony2 mailing-list is gone for the second time in a very short period of time. It happened some weeks ago and I was not able to contact anyone about the issue. The mailing-list came back and still not a single email from Google about what happened.... more »
|
|
Cache component
|
| |
Hi all,
There is probably one missing component in Symfony: a cache one. There is already a ticket and 4 PRs on this topic, but I think we need to discuss what we want to do before writing any code. Also because there have been a lot of discussions already on the FIG group, so we also need... more »
|
|
|