[symfony-users] Re: Many sites using the same application

2009-04-17 Thread Nathanael D. Noblet
like i'm link spamming, but a couple of instances are http://savewatersavemoney.co.uk http://st.savewatersavemoney.co.uk This one gets me a white page with It works!... Just FYI -- Nathanael d. Noblet T: 403.875.4613 --~--~-~--~~~---~--~~ You

[symfony-users] Re: changing the default signin form's layout in sfGuardAuth

2009-04-17 Thread Nathanael D. Noblet
ckemmler wrote: I mean: just the form, not the layout of the entire page Create a module in your application with the same name as the module in the plugin, then create a templates folder, with a template for that action. -- Nathanael d. Noblet T: 403.875.4613

[symfony-users] Re: Propel vs. Doctrine - Pros and Cons

2009-03-24 Thread Nathanael D. Noblet
problems really easily. M2M was *WWAA* easier. Active / responsive community -- Nathanael d. Noblet T: 403.875.4613 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups symfony users group. To post to this group

[symfony-users] Re: sfOpenSocial Plugin -facing problem with PHP version

2009-02-12 Thread Nathanael D. Noblet
where X 3 in fact. -- Nathanael d. Noblet Gnat Solutions, Inc T: 403.875.4613 --~--~-~--~~~---~--~~ 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@googlegroups.com

[symfony-users] Re: New symfony eclipse plugin -sfEclipse

2009-01-28 Thread Nathanael D. Noblet
a while ago (cokker...@googlemail.com). Two people working on one plugin is likely better than two people on separate plugins... -- Nathanael d. Noblet Gnat Solutions, Inc T: 403.875.4613 --~--~-~--~~~---~--~~ You received this message because you are subscribed

Re: Re : [symfony-users] Re: New symfony eclipse plugin -sfEclipse

2009-01-28 Thread Nathanael D. Noblet
Loïc Vernet wrote: Big +1 Yeah, I wish I had more time and I would also help. I think this is likely the third plugin out there... so combining the skills everyone has is so much more useful. -- Nathanael d. Noblet Gnat Solutions, Inc T: 403.875.4613

Re: Re : [symfony-users] Re: New symfony eclipse plugin -sfEclipse

2009-01-28 Thread Nathanael D. Noblet
would think sfEclipse, or eclipse-symfony, or just plain symfony. Yeah, why not symfony? eclipse.org/projects/symfony ? -- Nathanael d. Noblet Gnat Solutions, Inc T: 403.875.4613 --~--~-~--~~~---~--~~ You received this message because you are subscribed

[symfony-users] Re: SfDT - Symfony Eclipse Plugin

2009-01-16 Thread Nathanael D. Noblet
cokker wrote: Thanks for your feedback. Please tell me if you are using PDT2.0. If not, have a look into the eclipse log file. (workspace/.metadata/.log) I am using PDT2.0... is that not supported? -- Nathanael d. Noblet Gnat Solutions, Inc T: 403.875.4613

[symfony-users] Re: SfDT - Symfony Eclipse Plugin

2009-01-15 Thread Nathanael D. Noblet
. org/eclipse/php/internal/core/project/options/PHPProjectOptions -- Nathanael d. Noblet T: 403.875.4613 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups symfony users group. To post to this group, send email

[symfony-users] Re: regenerating a URL with a different culture

2008-11-27 Thread Nathanael D. Noblet
links are: foreach($langs as $lang) echo (($cur == $lang) ? $lang : link_to($lang, sfContext::getInstance()-getModuleName().'/index?sf_culture='.$lang.'menu_id='.$sf_request-getParameter('menu_id'))).' | '; -- Nathanael d. Noblet Gnat Solutions, Inc T: 403.875.4613

[symfony-users] Re: Currency conversion API

2008-10-20 Thread Nathanael D. Noblet
plugins one day... It includes magpierss php library... not sure on the license there, but I'm fairly certain its free... -- Nathanael d. Noblet Gnat Solutions, Inc T: 403.875.4613 --~--~-~--~~~---~--~~ You received this message because you are subscribed

[symfony-users] Re: Server Specific Settings

2008-10-07 Thread Nathanael D. Noblet
. Then each sync the databases.yml is ignored, and you can do whatever you want locally and on all stages of deployment -- Nathanael d. Noblet Gnat Solutions, Inc T: 403.875.4613 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[symfony-users] Re: Blank line at start of output

2008-07-02 Thread Nathanael D. Noblet
d. Noblet Gnat Solutions, Inc T: 403.875.4613 --~--~-~--~~~---~--~~ 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@googlegroups.com To unsubscribe from this group

[symfony-users] Upgrading to 1.1

2008-06-30 Thread Nathanael D. Noblet
When I upgrade from 1.0 to 1.1 should the task create a config/ProjectConfiguration.class.php file for me? -- Nathanael d. Noblet Gnat Solutions, Inc T: 403.875.4613 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[symfony-users] Re: Slightly offtopic - CC encryption / decryption

2008-06-14 Thread Nathanael D. Noblet
securely, why encrypt? Just put the CC info there... -- Nathanael d. Noblet Gnat Solutions, Inc T: 403.875.4613 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups symfony users group. To post to this group, send email

[symfony-users] Re: Slightly offtopic - CC encryption / decryption

2008-06-14 Thread Nathanael D. Noblet
the problem you are describing. SSL encrypts data between you and the client. You want to encrypt the cc data in the session, which is stored in a file on the server, from potentially malicious users of that server. -- Nathanael d. Noblet Gnat Solutions, Inc T: 403.875.4613

[symfony-users] Re: Slightly offtopic - CC encryption / decryption

2008-06-13 Thread Nathanael D. Noblet
to store this safely... -- Nathanael d. Noblet Gnat Solutions, Inc T: 403.875.4613 --~--~-~--~~~---~--~~ 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

[symfony-users] Re: Setting response parameters for images and css files located in web/images and web/css

2008-06-11 Thread Nathanael D. Noblet
to do this w/ Symfony? Symfony doesn't serve those pages, your web server does directly, so any way to tell your server is what you are looking for. -- Nathanael d. Noblet Gnat Solutions, Inc T: 403.875.4613 --~--~-~--~~~---~--~~ You received this message because

[symfony-users] Re: Symfony and CentOS5

2008-05-23 Thread Nathanael D. Noblet
/Symfony/Apache right? I use centos-5 and symfony, we have many many sites on both our development and production server, can you paste your virtual hosts section someplace for us to take a look at? -- Nathanael d. Noblet --~--~-~--~~~---~--~~ You received

[symfony-users] Re: Does sfDoctrine support multiple databases opened simultaneously?

2008-04-18 Thread Nathanael D. Noblet
in the properly named schema files Then in config/databases.yml: all: connection1: class: sfDoctrineDatabase... connection2: class: sfDoctrineDatabase... -- Nathanael D. Noblet --~--~-~--~~~---~--~~ You received this message because you are subscribed

[symfony-users] Re: Memory optimization

2008-03-25 Thread Nathanael D. Noblet
periodically and see when it spikes...;) -- Nathanael D. Noblet --~--~-~--~~~---~--~~ 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@googlegroups.com To unsubscribe from

[symfony-users] Re: Symfony Batch Script: sendEmail not working

2008-02-12 Thread Nathanael D. Noblet
Kryptonian wrote: Hello Guys, My problem is I'm using a batch script and send an email to a user but I can't make it work. Here are the details. I'm running a batch script in my CLI using this syntax: [code] php importUser.php --file test_mark.csv --table myImportUser [/code] My Batch

[symfony-users] Re: updateFromReuqest - security issue

2008-02-12 Thread Nathanael D. Noblet
pihentagy wrote: Hi all! I've peeked into the generated auto___Actions class, and especially the update___FromRequest method. Since in generator.yml I have updated_at: { type: plain, name: módosítva } I though there will be no such block, that handles updated_at field, but I

[symfony-users] Re: Final Week!

2008-01-31 Thread Nathanael D. Noblet
Ian P. Christian wrote: Just a reminder It's the last week now for you to show your appreciating for symfony, and thank 2 key members of the community! http://www2.pookey.co.uk We've done very well so far, but I'm sure we can do better! Thank you for your support :) Thanks

[symfony-users] Re: Setting different partial for component

2007-12-18 Thread Nathanael D. Noblet
Nicolas CHARLOT wrote: The purpose of my component is to display a menu. The component is so often used many times in a layout for different menus. The partial associated with the component generate standard HTML menu code. In a few case, we need to render specific HTML (drop down menu,

[symfony-users] Re: symfony sync X go

2007-12-17 Thread Nathanael D. Noblet
Haris Zukanović wrote: Ciao ppl, Sometimes the sync command hangs without giving any signs of activity.. Where in the code is the rsync command constructed - I wish to add some rsync options to see better what happens to debug this situation Adding --progress will only show the file

[symfony-users] Re: Changing Layouts Dynamically....

2007-12-17 Thread Nathanael D. Noblet
James wrote: Hi Guys, I am working on a website idea that will need to have the layout change for each different domain that hits the main application. I had asked this question in the forums http://www.symfony-project.org/forum/index.php/m/40732/?srch=change+layout+how#msg_40732

[symfony-users] Re: Tinymce configuration in generator.yml

2007-09-10 Thread Nathanael D. Noblet
' or params: size=60x10 rich=true tinymce_options='height:250,width:300' -- Nathanael D. Noblet --~--~-~--~~~---~--~~ 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

[symfony-users] Re: bug? symfony propel-build-sql won't work WAS Admin generator foriegn keys stopped working for one table

2007-07-05 Thread Nathanael D. Noblet
Bealers wrote: Attempting to solve my issue I've been trying to change my model, so have dumped out all data and then edited my schema so the FK's are named correctrly (like the 'not broken' ones in my previous post) I kept running into problems doing build-sql but assuming the problem was

[symfony-users] Re: Setting Getting Variable Value

2007-06-21 Thread Nathanael D. Noblet
slinky66 wrote: Hi! Inside my actions class, I have a variable isError that gets set with an error message if there was an error. I want to read this variable inside my corresponding template so I can display an error message to the user. I'm trying to do it this way: //Inside actions

[symfony-users] Re: sfDoctrine sort of one-to-many

2007-06-18 Thread Nathanael D. Noblet
[EMAIL PROTECTED] wrote: hi! does anyone know, how i can set the order or sort a one-to-many relation? example: schema.yml Client: tableName: client columns: name: type: string size: 1000 description: type: string

[symfony-users] Re: How to insert a new detail line after each line in the admin list?

2007-06-18 Thread Nathanael D. Noblet
domyck wrote: I does not use a stacked layout (to many informations; the column layout is clearer). Is it possible without it ? Create your own admin template theme to suit your needs. That's what we've done, basically a plugin with data/generator/sfPropelAdmin/myTheme which is copied from

[symfony-users] Re: Where can I find documentation about format_date?

2007-06-07 Thread Nathanael D. Noblet
Z wrote: dunno why you would want to use dateformat over date. maybe make the code cleaner? because format_date respects i18n, so you pass it the date, and a format type, and it'll return the date formatted for the locale. for the date formats, i just ended up playing with it. it seems

[symfony-users] Re: Getting generated URL in a model class

2007-05-15 Thread Nathanael D. Noblet
Nicolas CHARLOT wrote: Hadrien Boyé a écrit : Hi Nicolas, why do you want to generate an URL inside the model layer ? in the MVC architecture, the model must be independant from the way the layer is accessed. if you generate URL's inside the model layer, you broke that rule by

[symfony-users] Re: Changing layout dynamically

2007-05-01 Thread Nathanael D. Noblet
Eno wrote: On Apr 30, 8:26 am, Michael Nolan [EMAIL PROTECTED] wrote: $this-setLayout('new_layout'); What about switching off layout completely for an action? $this-hasLayout(false); Check the API docs, they are very complete. --~--~-~--~~~---~--~~

[symfony-users] Re: sfDoctrine | Bug with relations since Foreign key exporting added in doctrine revision 1182

2007-03-23 Thread Nathanael D. Noblet
an idea... Doctrine is under constant development, and has bugs like this off and on over time. The developer has since fixed it at least in my case with r1188. Hopefully it fixes it for you two. -- Nathanael D. Noblet --~--~-~--~~~---~--~~ You received