[symfony-users] R: Using memcache for session storage

2011-05-31 Thread Daniel Londero
Hi Phil, you don't need a plugin. Have a look here http://www.symfony-project.org/reference/1_4/en/05-Factories#chapter_05_storage there's a builtin sfMemcacheCache class. Cheers Daniel -- If you want to report a vulnerability issue on symfony, please send it to security

RE: [symfony-users] Re: [Assetic] Error: Unable to launch a new process

2011-05-12 Thread Daniel Gomes
lter\Sass\SassFilter->filterLoad(object(Assetic\Asset\FileAsset)) in D:\www\guiaweb-sf2\vendor\assetic\src\Assetic\Filter\FilterCollection.php line 57 at Assetic\Filter\FilterCollection->filterLoad Thanks, Daniel Gomes Description: Descrição: assinatura_reset m: +351 93 8

[symfony-users] [Assetic] Error: Unable to launch a new process

2011-05-11 Thread Daniel Gomes
. [1] RuntimeException: Unable to launch a new process. Any hint on that error? Thanks, Daniel Gomes Description: Description: Descrição: assinatura_reset m: +351 93 818 57 09 email: <mailto:daniel.go...@reset.pt> daniel.go...@reset.pt web: <http://www.reset.pt/in

Re: [symfony-users] Re: How disable validation inherit parent?

2011-05-11 Thread Daniel Almeida da Silveira
Yes I dont need validation Cidade. It is only object associated with Parceiro. When I create new Cidade, I use another validation group. Validation.xml: http://symfony.com/schema/dic/constraint-mapping"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://

[symfony-users] [AsseticBundle][Compass] Compile for production?

2011-05-04 Thread Daniel Gomes
Hello, I'm using compass in the AsseticBundle for the CSS's. My question is, in development it creates a "temporary" css file but in production it doesn't? Is there other configuration that i need to do? Thanks, Daniel Gomes m: +351 93 818 57 09 ema

[symfony-users] Forms and Doctrines Discriminator Maps

2011-05-03 Thread Daniel Cannon
great. Thanks Daniel -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-users@google

[symfony-users] SF2 Core Components Translations

2011-05-03 Thread Daniel Gomes
asses that have all the exception in English, i don't know if there is other way to define that messages, or if should take the aproach to have one file will all throwns messages. Thanks, Daniel Gomes m: +351 93 818 57 09 email: daniel.go...@reset.pt <mailto:daniel.go...@reset.

Re: [symfony-users] {% trans "test" %} doesn't work on beta1

2011-05-02 Thread Daniel Gomes
Have you read the update.md file? Line 93: * The `trans` tag does not accept a message as an argument anymore: {% trans "foo" %} {% trans foo %} Use the long version the tags or the filter instead: {% trans %}foo{% endtrans %} {{ foo|trans }} Hope it helps, Da

Re: [symfony-users] Doctrine:generate:entities

2011-05-02 Thread Joao Daniel Togni
Hi, You are not supposed to change manually the id. Doctrine manages it for you. It will update the id when you fetch data or persist/flush, for instance. Regards, Daniel On Sat, Apr 30, 2011 at 4:16 AM, A A wrote: > You should determine entity by finding it first ($entity = > $entityM

Re: [symfony-users] Re: Symfony2 orm problems with FOSUserBundle

2011-04-25 Thread Daniel Gomes
d make the relations with User Entity with annotations. I didn't touch in the FOS Bundle. Hope it helps, Daniel Gomes m: +351 93 818 57 09 email: daniel.go...@reset.pt web: http://www.reset.pt <http://www.reset.pt/index.html> On 11/04/24 22:19, "JC" wrote: >Danie

Re: [symfony-users] Re: Symfony2 orm problems with FOSUserBundle

2011-04-23 Thread Daniel Gomes
Hello all, I got the same problem, i solved it when i changed the Enitity Group to other name because Group is a reserved word of mysql. Or you can just define a different table name for Entity Group with annotations. Hope it helps, Daniel Gomes m: +351 93 818 57 09 email: daniel.go

[symfony-users] Vespolina Project Status

2011-04-09 Thread Daniel Kucharski
chard (Iampersistent) , Daniel (inspiran). -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group

[symfony-users] Re: [Symfony2] Custom web directory?

2011-02-22 Thread Daniel Londero
if you don't adjust the path to the > kernel so you will see there is an issue :) Thanks a lot Stof :) I'll test this in the next few days. Daniel -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received thi

[symfony-users] Re: doctrine dbal connection

2011-02-21 Thread Daniel Londero
On 21 Feb, 13:13, Daniel Londero wrote: > On 16 Feb, 18:17, Nico wrote: > > > If I try to use the create database coomand (php app/console > > doctrine:database:create -v), It gives me this error message: > > > + > > > [Invalid

[symfony-users] Re: doctrine dbal connection

2011-02-21 Thread Daniel Londero
I've the same problem even if I use a single connection config. Can't find a solution to work with a brand-new sandbox. Cheers Daniel -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message becaus

[symfony-users] Re: doctrine dbal connection

2011-02-21 Thread Daniel Londero
This happens also to me using a single connection, so not added multiple connection configuration to config.yml. Using a brand-new sandbox. Cheers Daniel -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message be

[symfony-users] Re: [Symfony2] Custom web directory?

2011-02-21 Thread Daniel Londero
he good path to the kernel in your front > controller. Can you elaborate a little more this sentence? Or point me to some docs? > If you use Assetic you will also have to give the path to the web folder > in the assetic config. Ok. Thanks a lot! -- Daniel Londero http://phpblog.it

[symfony-users] [Symfony2] Custom web directory?

2011-02-21 Thread Daniel Londero
Hi all, is it possible to set a custom web_dir folder for a Symfony2 project? I haven't found nothing about that in the docs, nor on google... Thanks Daniel -- Daniel Londero http://phpblog.it http://www.vivaborabora.net -- If you want to report a vulnerability issue on symfony, please

[symfony-users] Re: doctrine dbal connection

2011-02-18 Thread Daniel
code in a controller: $conn = $this->get('database_connection'); $users = $conn->fetchAll('SELECT * FROM test'); everything works as expected and $users contains the results from the query. Any hint on where the problem could be would be really appreciate

[symfony-users] Symfony 2 or Symfony 1.4?

2011-02-17 Thread Daniel
I am not sure if this question has been asked before. I looked and didn't see anything. I'm starting a project and I'm thinking I should do it on Symfony 2 since the release is scheduled for March. What do you guys think? Any advice? -- If you want to report a vulnerability issue on symfony, ple

[symfony-users] Re: Bundles and Entities

2011-02-16 Thread Daniel Londero
o on." That's the way :) Daniel -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send

[symfony-users] Re: [Symfony2] Bundles and Entities

2011-02-16 Thread Daniel Londero
ducts context). Is it right? Daniel -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send emai

[symfony-users] [Symfony2] Bundles and Entities

2011-02-16 Thread Daniel Londero
ing a third ModelBundle or ProjectDomainBundle (replace ProjectDomain with the specific domain of your project) where to place ALL Entities and using them in other bundles from there (again thanks namespaces)? I don't want to have a standard way to do that but almost a best-practice. Tha

RE: [symfony-users] PR5 to PR6 Upgrade

2011-02-14 Thread Daniel Burge
Hi, Thanks for the responses. I didn't know about the blog so I'll monitor that from now on. On the github commits, are those immediately available in the zip file download as well? Or do those happen at some other time? Thanks, Daniel -Original Message- From: sym

[symfony-users] PR5 to PR6 Upgrade

2011-02-14 Thread Daniel Burge
, Daniel -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-users@googlegro

Re: [symfony-users] Problem with tasks, context and session storage

2011-02-09 Thread Daniel Lohse
here :)): lib/vendor/symfony/lib/config/.../factories.yml. You can also take a look at your app's factories.yml, should be in there, too. Cheers, Daniel Sent from my iPhone4 On Feb 9, 2011, at 3:59 PM, Basil Hussain wrote: > I am writing a custom task for my Symfony project. In it

RE: [symfony-users] Re: Introducing Vespolina - the new sf2 based e-commerce platform

2011-02-01 Thread Daniel Kucharski
I suggest creating a new thread on the developer mailing list (or mail me directly if you prefer). FYI, mailing list is http://groups.google.com/group/vespolina-dev Your feedback is greatly appreciated! You can also join our weekly meeting which is tomorrow. -Original Message- From: s

[symfony-users] Introducing Vespolina - the new sf2 based e-commerce platform

2011-01-25 Thread Daniel Kucharski
Hello Symfonians, We would like to introduce you all to a new symfony2 based project. The purpose of this project is to create an expandable Symfony2 based ecommerce platform, built on interchangeable bundles that can be used independently of Vespolina, all managed by a configurable workflo

[symfony-users] Loading Versionable-Date with doctrine:data-load

2011-01-11 Thread Daniel Reiche
Hi everyone, could not find any information on this one so please forgive me, if it has been answered before. I'm working on a sf1.4 Project using doctrine as my ORM. I have defined several tables in my model like in the following example. course: actAs: [Versionable, Searchable] columns:

Re: [symfony-users] Re: Symfony2 Sandbox & git

2011-01-10 Thread Daniel Lohse
Why would you delete the .git directory? Git can handle a limitless amount of upstream repositories so you'd just have to add your repo on GitHub (or local or else) and you're good to go. You lose the ability to import upstream changes when you're deleting the .git directory. :)

Re: [symfony-users] Jobeet Propel project

2010-12-20 Thread Daniel Molina Wegener
1.4 Propel was replaced by Doctrine. Try reading manuals about Doctrine in Symfony: http://www.doctrine-project.org/ Best regards, -- Daniel Molina Wegener System Programmer & Web Developer Phone: +56 (2) 979-0277 | Blog: http://coder.cl/ signature.asc Description: This is a digitally signed message part.

Re: [symfony-users] Re: using partials in i18n forms and credentials for i18n forms

2010-12-14 Thread Daniel Lohse
You passed the user object as the first parameter – please read my email again. :) The first parameter has to be an Events object or null. Cheers, Daniel On 14.12.2010, at 15:57, P-A Coipeault wrote: > Hi Daniel. > > I tried to instanciate my form the way you suggested but i only g

Re: [symfony-users] Best practice to use Eclipse PDT and symfony?

2010-12-13 Thread Daniel Lohse
If you don't put symfony into your project then you won't get autocompletion for symfony classes. There are many errors thrown by Eclipse because some parts of symfony (like the admin generator themes that use [?php instead of wrote: > I've recently worked on a small project using PDT. > > For

Re: [symfony-users] using partials in i18n forms and credentials for i18n forms

2010-12-13 Thread Daniel Lohse
hod you can get the user with: $this->getOption('user'). Cheers, Daniel Sent from my iPhone4 On Dec 13, 2010, at 6:53 PM, P-A Coipeault wrote: > Hello everyone. > > I'm using sf1.4 with Doctrine ORM. > > I'm facing some kind of problems. > I've

Re: [symfony-users] Re: Learning Symfony2 is difficult because...

2010-12-07 Thread Daniel Lohse
They are the same because this bundle can also persist not only to SQL databases with the Doctrine 2 ORM but also to MongoDB (NoSQL) using the Doctrine 2 ODM. :) Cheers, Daniel Sent from my iPad On Dec 7, 2010, at 10:17 AM, Flukey wrote: > Hi Florian, > > Thanks for the hea

RE: [symfony-users] Symfony taking a beating in favorite-PHP-framework poll

2010-12-03 Thread Daniel Kucharski
So you have root DB access. *hint* -Original Message- From: symfony-users@googlegroups.com [mailto:symfony-us...@googlegroups.com] On Behalf Of Tom Boutell Sent: vrijdag 3 december 2010 2:53 To: symfony-users@googlegroups.com Subject: [symfony-users] Symfony taking a beating in favorite-P

Re: [symfony-users] updating a field in action

2010-11-30 Thread Daniel Lohse
No, find just returns one object. But you can't give it an array, just give it the primary key which is, in your case, the foo_parameter. Cheers, Daniel Sent from my iPad On Nov 30, 2010, at 7:15 PM, Stan McFarland wrote: > I think it's because '$foo' is not an obj

Re: [symfony-users] Re: Backend works on dev but not on prod

2010-11-23 Thread Daniel Lohse
Because there can only be one app under the same virtual host without the script name in the URL. How is Apache going to differentiate between URLs? ;-) Cheers, Daniel On 23.11.2010, at 18:51, HiDDeN wrote: > I have identified the responsible of this behaviour: the > no_script_name opti

Re: [symfony-users] admin generator - sorting

2010-11-17 Thread Daniel Lohse
Hey there, 1. clear your cache, so the sort can take effect 2. Take a look at ahAdminGeneratorThemesPlugin Cheers, Daniel Sent from my iPhone4 On Nov 17, 2010, at 10:20 AM, qp wrote: > list: >title: Card Reloads >display: [=transaction_no, card_no, amount

Re: [symfony-users] Doctrine Batch procesing

2010-11-16 Thread Daniel Lohse
r and see if that helps. If you already tried all options I listed above (and failed ;-)), you'll need to tell us more about the process, about why they don't/won't work — maybe we can then come up with a solution. I feel your pain, cheers, Daniel Sent from my iPad On Nov 16,

Re: [symfony-users] sfGuardUserProfile doesn't work? :-(

2010-11-16 Thread Daniel Lohse
You'll also need to select "s.id" like the error message says: "The root class of the query (alias s) must have at least one field selected." – but you also might need to select "p.id", too. Does that help? Cheers, Daniel On 16.11.2010, at 09:59, man mixi

Re: [symfony-users] Re: On $form->save() and knowing if anything has changed

2010-11-14 Thread Daniel Lohse
Yes, you can indeed do that — I might have a look at the Timestampable behavior and see what it does, maybe you'll get some more insights into how you can do this some other way but if you can live with your solution then that's also fine. :) Cheers, Daniel Sent from my iPad On No

Re: [symfony-users] Re: On $form->save() and knowing if anything has changed

2010-11-12 Thread Daniel Lohse
the doUpdateObject method to your form, call parent::doUpdateObject and then you can inspect the changes by calling $this->getObject()->getModified(false) to get the changed fields and their new values (call $this->getObject()->getModified(true) to get the old values). Cheers, Daniel PS: Y

Re: [symfony-users] How to aasign external link in symfony

2010-11-11 Thread Daniel Lohse
You mean "prefix" of http://, right? ;-) Sent from my iPhone4 On Nov 12, 2010, at 8:42 AM, Gareth McCumskey wrote: > This is expected behavour. url_for looks for the suffix http:// to know if > its an external link or not. > > On Thu, Nov 11, 2010 at 2:39 PM, deepak wrote: > Hi > > There is

Re: [symfony-users] Re: Problem with making a drop down menu from a table

2010-11-11 Thread Daniel Lohse
That's because you have to use the Doctrine (or Propel) version of this widget. Cheers, Daniel Sent from my iPhone4 On Nov 12, 2010, at 1:27 AM, "apc...@dsl.pipex.com" wrote: > Thank you for taking time to help me. > > My code is now: > > > $this-&g

Re: [symfony-users] Re: ahDoctrineEasyEmbeddedRelationsPlugin missing addRelation button

2010-11-11 Thread Daniel Lohse
Yes, and you also have the option 'noNewForm' set to true which, obviously, discards the form to add a new related object. :) Cheers, Daniel Sent from my iPhone4 On Nov 12, 2010, at 4:10 AM, thronic wrote: > Upon further reading i realized that i had to add "new_REL

Re: [symfony-users] All new symfony developers please read...

2010-10-28 Thread Daniel Lohse
Well said! It also contributes to the readability of the mailinglist because there's less noise with answers like "it's in the documentation — just read it". Cheers, Daniel Sent from my iPhone4 On Oct 28, 2010, at 8:16 AM, Gareth McCumskey wrote: > I thought I'd p

Re: [symfony-users] ahDoctrineEasyEmbeddedRelationsPlugin saving nested embedded forms

2010-10-27 Thread Daniel Lohse
Sorry, nested embedded relations are just not possible. I'd suggest you take a look at Kris Wallsmith's plugin for dynamic embedded relations – there's been a bit of work on nested embedded relations already (I think). Cheers, Daniel On 27.10.2010, at 12:51, Gayatri wrote: >

Re: [symfony-users] perform global logic check in admin rather than in each action

2010-10-24 Thread Daniel Lohse
d for this. :) Hope this is helpful, Cheers, Daniel Sent from my iPad On Oct 25, 2010, at 12:04 AM, Joshua wrote: > I have an admin application with various modules set up. In one of the > modules a user can schedule an "import" can often take a considerable > amount of time to

[symfony-users] DI & factory

2010-10-18 Thread Daniel
Hello, lady and gentlemans! I have some problems with configure this code: class Container extends sfServiceContainer { ... protected function getAclService() { if (isset($this->shared['acl'])) return $this->shared['acl']; $factory = new Acl_AclFactory($this->db); $instance = $facto

Re: [symfony-users] ahDoctrineEasyEmbeddedRelations - problem with embedded relations within embedded relations

2010-10-13 Thread Daniel Lohse
loped by one of symfony's core developers): http://github.com/kriswallsmith/sfDoctrineDynamicFormRelationsPlugin Cheers, Daniel On 13.10.2010, at 21:21, progfrog wrote: > - form uses embedRelations to embedd relation that already uses > embedRelations > - considerNewFormEmptyFields is se

RE: [symfony-users] Symfony2 - MongoDB extension not loadable?

2010-10-13 Thread Daniel Kucharski
Sent: dinsdag 12 oktober 2010 23:40 To: symfony-users@googlegroups.com Subject: Re: [symfony-users] Symfony2 - MongoDB extension not loadable? Did you include the DoctrineMongo bundle in your kernel? t On Wed, Oct 13, 2010 at 04:58, Daniel Kucharski wrote: Hi, I get following error

[symfony-users] Symfony2 - MongoDB extension not loadable?

2010-10-12 Thread Daniel Kucharski
following line: doctrine_odm.mongodb: ~ The PHP mongodb extension is correctly set up. What am I doing wrongly? Kr, Daniel -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to th

Re: [symfony-users] Re: London Symfony Lightning Talks - November 9th

2010-10-06 Thread Daniel Lohse
a talk, please get in touch. >> >> http://www.meetup.com/symfony/calendar/14951826/ >> >> John > > Looks good, I'm up for giving a quick walk through of Symfony and > achieving 2500 requests/second 2500 requests/second? Nice! I'm not in London, is there

[symfony-users] Problem with Lucent output data search in Doctrine

2010-10-05 Thread daniel cardona
Hello again ;-) As I see that most people recommend Lucent Search, I have decided keep trying to include it in my project, using the manual as jobeet reference. At the most I've come to is that some files called "Segments" under data / index / are updated, but only shows me a few strange characte

Re: [symfony-users] Re: Propel route: new object with foreign key (sf 1.3.7)

2010-10-05 Thread Daniel Lohse
_to("add refurbishment", '@offer_refurbishment_new?offer_id='.$offer->getId()) Cheers, Daniel On 05.10.2010, at 16:32, Christian wrote: > link_to("add refurbishment", '@offer_refurbishment_new?offer_id='. > $offer->getId()) -- If you want to report

Re: [symfony-users] sfWidgetFormDoctrineChoice to show non-multi selectable list

2010-09-18 Thread Daniel Lohse
You mean a normal list of radio buttons, right? Just set the 'expanded' option to true and the 'multiple' option to false and you should be golden. Cheers, Daniel Sent from my iPhone4 On Sep 18, 2010, at 5:57 PM, Martin Henits wrote: > Hi, > > I was wonderi

Re: [symfony-users] [Symfony2, SandBox, PR3] Re: missing files for MongoDB

2010-09-17 Thread Daniel Lohse
This means that you don't have the PHP (!) extension (!) for MongoDB installed. Take a look at the documentation for installing it. Cheers, Daniel Sent from my iPhone4 On Sep 17, 2010, at 9:13 PM, spike3111 wrote: > I have idea to look for into the cache. I found

Re: [symfony-users] ahDoctrineEasyEmbeddedRelations question

2010-09-16 Thread Daniel Lohse
My plugin doesn't work with many-to-many relations, I'm sorry. :( Daniel Sent from my iPhone4 On Sep 17, 2010, at 1:49 AM, deBaer wrote: > Hi! > > I'm totally new to symfony and doing my first project. It is a > database of customers ("Kunde") and ways

[symfony-users] Re: Connection to MS sql server

2010-09-14 Thread Daniel A.Tiecher
Hello, Could you give us a little more information about your setup? OS, PHP Version, etc. The only time I needed to create a symfony project that talked to a MSSQL instance I used pdo_mssql on Windows (dev machine) and pdo_dblib on the production server (Linux). I won't say it was an easy thing

Re: [symfony-users] sfValidatorDoctrineUnique

2010-09-13 Thread Daniel Lohse
You might have forgotten to output $form->renderHiddenFields(false); in your template? Please check that the ID of your object is there in your edit screen's HTML. Cheers, Daniel Sent from my iPhone4 On Sep 13, 2010, at 1:58 PM, corneliusparkin wrote: > Hi > > I have bee

[symfony-users] Re: Choosing the best JS toolkit plugin for RIA

2010-09-10 Thread Daniel Toffetti
? Thanks !! Daniel On 10 sep, 03:28, Greg Thornton wrote: > Or, have a look at SproutCore. It's the framework behind the new MobileMe > apps from Apple, which are some of the most native-feeling web apps I've seen > in the wild so far. > > Greg > > On Sep 10, 2010,

[symfony-users] Re: Choosing the best JS toolkit plugin for RIA

2010-09-10 Thread Daniel Toffetti
Stéphane, I've never heard of it, will take a look. Is there any Symphony plugin to integrate with it ? Thanks !!! Daniel On 10 sep, 02:53, Stéphane wrote: > If you want true javascript framework (with OO layer), for > desktop-application UI look-alike, look at qooxdoo !

[symfony-users] Re: Choosing the best JS toolkit plugin for RIA

2010-09-10 Thread Daniel Toffetti
y, lightweight in the client and cross browser compatibility (I guess all of them are good in this last one). Thanks for your help, Daniel On 10 sep, 02:20, Gareth McCumskey wrote: > If you want something that is probably the most actively maintained open > source JS framework go for JQuer

[symfony-users] Choosing the best JS toolkit plugin for RIA

2010-09-09 Thread Daniel Toffetti
omplete the existing support ? Cheers and thanks, Daniel -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this grou

Re: [symfony-users] ahDoctrineEasyEmbeddedRelationsPlugin + Admin Generator

2010-09-08 Thread Daniel Lohse
Hey there, you'll need to set the "displayEmptyRelations" option to true as described in the README. That way, even if there are no embedded relations yet (as in the edit view or the add view), the widget "Documents" exists in the form. Cheers, Daniel On 07.09.2010,

Re: [symfony-users] Sf1.4 custom boolean field in generator results in "1" rather than checked-icon

2010-09-05 Thread Daniel Lohse
help, post back here. :) Cheers, Daniel Sent from my iPhone4 On Sep 6, 2010, at 6:54 AM, Michael Hodges wrote: > Hello all, > > I found an older thread on this topic, but no suggestion for a solution. > > I've introduced a custom boolean field for display onl

Re: [symfony-users] Problem using ahAdminGenerataorThemesPlugin, Customizable titles for sf 1.4

2010-09-04 Thread Daniel Lohse
Yeah, that's right, seems to be good. What title is actually displayed, if any? Daniel Sent from my iPad On Sep 4, 2010, at 8:21 AM, Michael Hodges wrote: > http://pastebin.com/tRhm2jaW > > I'm new to looking at these, but the title is correctly inserted it seems to >

Re: [symfony-users] Session won't last

2010-09-03 Thread Daniel Lohse
There's a configuration setting for this in the php.ini. :) I think it's session.gc_maxlifetime or so. Daniel Sent from my iPhone4 On Sep 3, 2010, at 3:28 PM, HAUSa wrote: > Why won't my session last longer than 30 minutes? > This is my factories.yml: > > t

Re: [symfony-users] Problem using ahAdminGenerataorThemesPlugin, Customizable titles for sf 1.4

2010-09-03 Thread Daniel Lohse
there. Cheers, Daniel On 03.09.2010, at 09:07, Michael Hodges wrote: > Thanks Daniel for the suggestions. I worked my way down the list. > The results are the same regardless of the yml section. > If I understand frontend vs backend, since I'm using only the backend, > view

Re: [symfony-users] Problem using ahAdminGenerataorThemesPlugin, Customizable titles for sf 1.4

2010-09-03 Thread Daniel Lohse
Regarding the view.yml, just add it to the directory your generator.yml file is in and add the following: indexSuccess: title: 'Administer Students and Accept Fee Payments' I'm taking a look at the plugin again right now and will get back to you with my findings. :) Daniel

Re: [symfony-users] Problem using ahAdminGenerataorThemesPlugin, Customizable titles for sf 1.4

2010-09-02 Thread Daniel Lohse
ost your whole generator.yml, maybe I can spot it somewhere in there. I'm using this plugin in several production sites and this feature does work (especially when combined with the tsTitlePlugin plugin). Cheers and thanks for using my plugin! :) Daniel Sent from my iPad On Sep 3

Re: [symfony-users] File Download too big for memory

2010-09-02 Thread Daniel Lohse
Off the top of my head, I'd say that you might want to take a look at the stream classes (or functions) in PHP. Mind you, this is just a thought, as I've never done anything like that. ;-) Cheers, Daniel Sent from my iPhone4 On Sep 2, 2010, at 9:42 AM, Gareth McCumskey wrote:

[symfony-users] overriding plugin template from another plugin ?

2010-08-27 Thread Daniel R
Hi, I'm trying to override a partial of a plugin from within another plugin. I know it is possible to override templates from application level, by putting the customized template in the module's template/ directory of the application, and by using the same name as the original template. I'm try

RE: [symfony-users] Search with AJAX doesn´t work i n prod environment

2010-08-26 Thread Daniel Kucharski
Try enabling debug in production and check whether or not the ajax request actually gets a response. -Original Message- From: symfony-users@googlegroups.com [mailto:symfony-us...@googlegroups.com] On Behalf Of Barry Sent: donderdag 26 augustus 2010 17:48 To: symfony users Subject: [symfony

Re: [symfony-users] Storing a list of arbitrary length to the DB

2010-08-23 Thread Daniel Lohse
e the ID of the recipe it belongs to and can hence only save one parent (recipe)) and could not have attributes of its own that could be changed independently of the recipes. That would lead so serious duplication. Hope that helps, Daniel On 23.08.2010, at 23:44, json2001 wrote: > I'm very

Re: [symfony-users] Redirect on login

2010-08-23 Thread Daniel Lohse
I guess you're using sf(Doctrine)GuardPlugin? Look at the README, it's in there. :) Cheers, Daniel On 23.08.2010, at 15:53, cosmy wrote: > Hi all. > I want that every time i do the login process the session to be > resetted, and the login process redirect to the hom

RE: [symfony-users] symfony1.4 and choice dependent dropdown selects

2010-08-23 Thread Daniel Kucharski
Check sfDependentSelectPlugin -Original Message- From: symfony-users@googlegroups.com [mailto:symfony-us...@googlegroups.com] On Behalf Of Abhinav Keswani Sent: maandag 23 augustus 2010 8:42 To: symfony-users@googlegroups.com Subject: [symfony-users] symfony1.4 and choice dependent dropd

RE: [symfony-users] Abridged summary of symfony-users@googlegroups.com - 32 Messages in 22 Topics

2010-08-22 Thread Daniel Kucharski
Goed bezig :-) -Original Message- From: symfony-users@googlegroups.com [mailto:symfony-us...@googlegroups.com] On Behalf Of joost.fa...@freshheads.com Sent: zaterdag 21 augustus 2010 14:51 To: symfony-users@googlegroups.com Subject: Re: [symfony-users] Abridged summary of symfony-users@goo

Re: [symfony-users] too many queries with embedded forms

2010-08-18 Thread Daniel Lohse
ots showing the admin interface (so I can see the embedded forms and what they contain) and the "SQL queries" web debug bar opened would be great! (you can also zip them up and send them to my Google email address (annismcken...@gmail.com) directly so we don't burden the group w

Re: [symfony-users] ahDoctrineEasyEmbeddedRelationsPlugin : Unexpected extra form field named "Interests" error

2010-08-18 Thread Daniel Lohse
tions, please ask. :) Cheers, Daniel On 18.08.2010, at 17:57, Rudth-Mael Galite wrote: > Hello everyone. > > I am trying to manage a user's profile which has interests. > Here is the database structure : > > Profile: > actAs: { Timestampable: ~ } > tableName: us

Re: [symfony-users] link_to_function

2010-08-17 Thread Daniel Lohse
mfony action what to execute/do according to this parameter? Sorry for the confusion. :( Cheers, Daniel On 17.08.2010, at 21:23, Parijat Kalia wrote: > Daniel, > > Thanks for that. I was browsing the link_to_function, what it states is that > this tag is useful for triggering javascri

[symfony-users] Overriding files from a plugin within another plugin

2010-08-17 Thread Daniel Kucharski
Hi, Is it possible to create a plugin which overrides various settings / classes from other symfony plugins (routing, schema, model classes)? If so, does the order how plugins are loaded (in the project configuration) matter? Kind regards, Daniel -- If you want to report

Re: [symfony-users] Re: Symfony 1.4-compatible minifier for Symfony now included in Apostrophe, can be used in any Symfony project

2010-08-17 Thread Daniel Lohse
rovide a apostrophe:clear-minified-resources [--js] [--css] [--all] [--env="dev|prod|staging"] task so as to not need the brute-force symfony cc or go hunting for these minified files manually? Cheers, Daniel On 17.08.2010, at 15:32, Tom Boutell wrote: > Daniel, this almost works and I got pr

Re: [symfony-users] link_to_function

2010-08-16 Thread Daniel Lohse
Give each of them a distinct parameter "subaction" like in "module/action?subaction=bla" as the URL and change the "bla" with your separate events. As these URLs will never be seen by the user you can safely do that – even in symfony-land. ;-) Cheers, Danie

Re: [symfony-users] Re: Symfony 1.4-compatible minifier for Symfony now included in Apostrophe, can be used in any Symfony project

2010-08-16 Thread Daniel Lohse
the file because it doesn't about that file yet (filename is not the same). Am I missing something here? Cheers, Daniel Sent from my iPad On Aug 16, 2010, at 2:59 PM, Tom Boutell wrote: > You're right, we do need cache invalidation. I just came up with a > clean way to do it

Re: [symfony-users] Re: Install plugins programmatically?

2010-08-13 Thread Daniel Lohse
o the community)! Cheers, Daniel On 13.08.2010, at 17:14, Gustavo Adrian wrote: > @Johannes: That's great. I can easily install plugins programmatically after > all. > > > Thank you guys! > > On Fri, Aug 13, 2010 at 12:04 PM, Johannes > wrote: > No e

Re: [symfony-users] Many-many relationships in Doctrine -

2010-08-13 Thread Daniel Lohse
ant to add more columns to the refClass? ;-) I hope to have been of help, cheers, Daniel Sent from my iPad On Aug 13, 2010, at 1:52 AM, Tim <0x0...@gmail.com> wrote: > There's got to be a simpler way to do what I'm trying to do... > > I have two pretty simple models. &

Re: [symfony-users] Country City problem

2010-08-12 Thread Daniel Lohse
http://www.symfony-project.org/plugins/sfDependentSelectPlugin But you'll likely have to translate the documentation using Google Translate. ;-) Cheers, Daniel PS: I did not develop this plugin and I haven't used it, so this is just fyi. On 12.08.2010, at 15:00, Andro Fumero wrot

Re: [symfony-users] Re: admin gen 1:m in one form

2010-08-10 Thread Daniel Lohse
I'm feeling pretty good now — considering that I created this plugin. :) But let me tell you that without the community's help it wouldn't be where it is today. So, sorry for hijacking this thread — but thanks @all for being such a great community! :) Cheers, Daniel Sent from

Re: [symfony-users] Re: Capturing Widget value on a form

2010-08-09 Thread Daniel Lohse
Nice! Thanks for the heads-up. :) Sent from my iPad On Aug 9, 2010, at 6:17 PM, Ricardo Jose Guzman Milanes wrote: > Hello > > I solved this. > > It was not working because both fields were declared as primary. > -- > If you want to report a vulnerability issue on symfony, please send it to

Re: [symfony-users] Re: Capturing Widget value on a form

2010-08-08 Thread Daniel Lohse
Those widgets should appear there by default *if* the schema is correct. Symfony adds them itself – again, *if* the schema file is correct. Can you show us the base form class (BaseAreamedicapersonaForm.class.php) in a pastebin? Cheers, Daniel On 08.08.2010, at 20:57, Ricardo Jose Guzman

Re: [symfony-users] Capturing Widget value on a form

2010-08-08 Thread Daniel Lohse
heers, Daniel Sent from my iPad On Aug 8, 2010, at 4:49 PM, Ricardo Jose Guzman Milanes wrote: > Hello > > In my form I have two fWidgetFormDoctrineChoice , I would like to know > how to save the selected values to the db. Because is only trying to > save the text fields. >

[symfony-users] Re: Error on creating Jobeet Database

2010-08-07 Thread Daniel Lohse
ground quickly — especially considering that students only have so much attention to spare in class (speaking from my own experience ;-)). If there's anything else, please don't hesitate to come back with more questions. :) Cheers, Daniel Sent from my iPad On Aug 7, 2010, at 8:18 PM, Marcio

RE: [symfony-users] Re: issues after moving form code to a plugin

2010-08-05 Thread Daniel Kucharski
7;PluginBrand' as being both different models and generating multiple forms. You just have to know it :-) -Original Message- From: symfony-users@googlegroups.com [mailto:symfony-us...@googlegroups.com] On Behalf Of Daniel Kucharski Sent: donderdag 5 augustus 2010 16:05 To: symfony-u

Re: [symfony-users] Re: issues after moving form code to a plugin

2010-08-05 Thread Daniel Kucharski
nd regards, > Johannes > > On 5 Aug., 09:38, "Daniel Kucharski" wrote: >> Hi, >> >> Thanks for taking time to look into the issue.  I tried what you did and >> moved the plugin out of the project, rebuild the doctrine classes with a >> dummy model and

Re: [symfony-users] issues after moving form code to a plugin

2010-08-05 Thread Daniel Kucharski
ever had this happening and I've > written a lot of Doctrine plugins. :) > > Sent from my iPhone > > On Aug 4, 2010, at 11:45 PM, "Daniel Kucharski" > wrote: > >> In, >> >> >> >> In the progress of moving some of my doctrine / symphony 1.

Re: [symfony-users] issues after moving form code to a plugin

2010-08-04 Thread Daniel Lohse
s happening and I've written a lot of Doctrine plugins. :) Sent from my iPhone On Aug 4, 2010, at 11:45 PM, "Daniel Kucharski" wrote: > In, > > > > In the progress of moving some of my doctrine / symphony 1.4 based project to > a plugin I am facing problems

Re: [symfony-users] issues after moving form code to a plugin

2010-08-04 Thread Daniel Lohse
that's why it's done this way. Put your code in the Plugin* classes and everything will be fine. Cheers, Daniel Sent from my iPhone On Aug 4, 2010, at 11:45 PM, "Daniel Kucharski" wrote: > In, > > > > In the progress of moving some of my doctrine / sym

[symfony-users] issues after moving form code to a plugin

2010-08-04 Thread Daniel Kucharski
dForm I already have rebuild the whole project and of course cleared the cache. Anyone thoughts how to resolve this issue? Additional info: the project itself has no forms anymore, everything has been moved to the plugin. Kind regards, Daniel -- If you want to report a vulnerab

  1   2   3   4   >