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 »
|
|
How should one go about bundling a Propel 1.4 behavior in a plugin
|
| |
With the release of Propel 1.4, behaviors were introduced. Those
differ from the previous implementation of behaviors in symfony by the
fact that they are executed at the generation stage, and directly
change the OM code (as opposed to the sfMixins implementation in
symfony 1.0-1.2
For more information on Propel behaviors:... more »
|
|
Attempted upgrade to 1.4, notes so far
|
| |
The project is a new branch of our cmstest project:
Macintosh-4:cmstest14 boutell$ ./symfony project:upgrade1.4
[link]
I fully expect to hit all sorts of stuff. After all I'm trying to
leapfrog past 1.3 which is presumably more tolerant of 1.2-isms.... more »
|
|
The configuration files in symfony 1.3/1.4
|
| |
As of symfony 1.3, the configuration files no longer contain a
reference to the possible configuration options in the form of
commented out lines of the defaults and their explanation. I am well
aware of the symfony reference book, however I strongly believe the
old approach was better.
For starters, with the old approach I didn't need to open a browser,... more »
|
|
sfFormTester
|
| |
Hello,
There is a closed ticket : [link]
and this code :
[link]
I am concerned by this issue as I use a filtering object which extends
sfForm, so in one action I can have 2 sfForms bound. So the only... more »
|
|
is_empty in sfFormFilterDoctrine->addTextQuery
|
| |
Hello,
sorry if this ML is the wrong place for the following:
Symfony is great, just started using it. One annoyance: If I mark the
"is_empty" checkbox near a
filter for a text field in the list view of admin generated module, I
expect to find the Records where
the particular field is empty. Although I know to have some of these,... more »
|
|
Can we have new sf*GuardPlugin releases?
|
| |
Hi devs,
Today I ran into a problem with the admin generator on symfony 1.2.9
(on Win XP) with the bundled version of Doctrine. If the default app-
level security permissions are set to on, and the generated module is
set via security.yml to off, anonymous users are still required to log
in.... more »
|
|
sfDoctrinePlugin & doctrine release management
|
| |
Hi,
I'm using sf1.2 with the current sfDoctrinePlugin which is using
doctrine 1.0.13. We're currently facing the following bug :
[link]
which has been fixed in the future tagged version of the 1.0 branch
(1.0.14)
My experience with RM is limited, but I'm still wondering what's a... more »
|
|
The future of Symfony 2.0 templating - Twig vs the Templating Component
|
| |
Currently, there are two templating solutions under the flag of Senio
Labs, both (as far as I can tell) developed by Fabien Potencier. And
while it would be quite natural to assume Symfony 2.0 will come
bundled with the Symfony Templating Component, I can't help but wonder
why are two different solutions to the same problem being developed by... more »
|
|
sf 1.3, sfMailer and Swift
|
| |
Hello, As you should know, I'm a everything-as-plugin developer. It does not help me but it's allways a good experience and I can really explore the borderlands of symfony and Doctrine. I encounter a big issue with the brand new sfMailer class and Swift library. In fact, for sf 1.2, I've done a plugin that include the Swift library, and... more »
|
|
Translate Choices in sfForm widget
|
| |
Hello, This commit [link] had a new feature. But this will also break existing sf1.2 project (which are invited to switch to 1.3) as sf1.2 projects might have added their own layer to translate form input choices. so this changeset might produce x2 calls to the i18n function.... more »
|
|
|