[symfony-users] Re: bypass cache after redirect

2010-03-02 Thread Tom Ptacnik
You can try to force IE to reload the page by headers http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html - Cache- Control But I'm sorry I don't know if there is an easy way to implement this in symfony... some plugin, function.. On 28 ún, 23:29, "Daniel Kucharski" wrote: > Hi all, > > Whe

[symfony-users] Re: How to draft a filter?

2010-03-02 Thread Florian
Hi, you can use the sfFormSchemaFormatter: http://www.symfony-project.org/api/1_4/sfForm#method_renderusing or even override the _filters.php template and use this syntax {{{ renderLabel() ?> renderError() ?> render() ?> }}} ...that's just an example http://www.symfony-project.org/forms/1_4

[symfony-users] Difficulty upgrading via PEAR

2010-03-02 Thread bretth
Hi all, i'm having trouble upgrading a symfony 1.4.1 project to 1.4.3; I installed by pear a while ago, so I change to pear/bin and run pear upgrade symfony/symfony-1.4.3 it tells me "Nothing to upgrade" I check my installed list and I get: ./pear list Installed packages, channel pear.php.net

[symfony-users] Line endings in filter/form/model

2010-03-02 Thread Alexander Deruwe
Hey all, Today I switched from a *nix development machine to a Windows 7 one. When I regenerated the filter/form/model stuff, in the base files the line ending was changed to crlf instead of lf. Not really a problem, just a little messy svn-wise - is there a way to force it to a certain style? Ch

[symfony-users] Re: How to migrate and deploy

2010-03-02 Thread mattsister
in dev phase I write my own fixtures to populate the db for testing purpose. In this phase I deploy the application to the server and do the build-all-load there, to have the test data. When the app go in production environment you don't have to run build- all-load anymore on the server (oras

[symfony-users] Re: how to do pdf in symfony

2010-03-02 Thread ThE h...@ck
i prefer mPDF... it converts HTML to PDF http://mpdf.bpm1.com/ Just put the classes in your lib/vendor folder... On 2 Mrz., 02:18, Arthur Ccube wrote: > how to generate pdf files from my html/pdf templates in symfony? > > It is better to have free/open source methods. > > Thanks! -- If you wa

[symfony-users] Integration with third party script

2010-03-02 Thread Fuitad
Hey everyone. I need a little help :). I need to integrate a third party script into my symfony website. The fun part is that it's an encoded script (ioncube) and my only access into it are it's smarty templates. I was able to separate my layout.php file into _header.php and _footer.php but (obvio

[symfony-users] Override hashed filename in csDoctrineActAsAttachablePlugin

2010-03-02 Thread forkmantis
Hello. I'm using csDoctrineActAsAttachablePlugin in my project. I like it, but I would prefer to use slugs for my filenames rather than the default hashed filenames. I've looked through the code for a while now, but I cannot figure out where the hashes are coming from or how to override that beh

[symfony-users] Show Hidden field

2010-03-02 Thread Diego Bello
Hi guys, I have a form hidden field defined in the Form.class.php. This is a boolean field that indicates whether the entry is public or not. What I want to do is to set in the backedn if an entry is published or not. This field is not shown in the frontend but I need it to be shown in the backend

Re: [symfony-users] Line endings in filter/form/model

2010-03-02 Thread Alexandru-Emil Lupu
To force what? Afaik, symfony is using 'PHP_EOL' constant to render the line endings. Now, what i dunno, is if is user defined, or is a php constant. Alecs sent via htc magic On Mar 2, 2010 4:23 PM, "Alexander Deruwe" wrote: Hey all, Today I switched from a *nix development machine to a Windo

[symfony-users] xhr and REST

2010-03-02 Thread Donald
I've been hitting my head against a wall all day trying to figure out why I can't get REST functionality working in my project, and I seem to have hit the following problem: REST worked great when I use symfony generated links with link_to, or using symfony generated forms. But I cannot for the li

Re: [symfony-users] xhr and REST

2010-03-02 Thread Rafael Barbosa
change this: *content: {sf_format: 'delete'},* to this: *content: {sf_method: 'delete'},* On Tue, Mar 2, 2010 at 7:34 PM, Donald wrote: > I've been hitting my head against a wall all day trying to figure out > why I can't get REST functionality working in my project, and I seem > to have hit

[symfony-users] Re: xhr and REST

2010-03-02 Thread Donald
My apologies, that should have already been sf_method in the examples above. I accidentally changed it in my example when I was cleaning up the formatting. content: {sf_method: 'delete'}, unfortunately doesn't work. On Mar 2, 4:37 pm, Rafael Barbosa wrote: > change this:   *content: {sf_format:

[symfony-users] Semi public anouncement..

2010-03-02 Thread Samuel Morhaim
Hello: If anyone is interested in making some extra bucks, I need help creating a form (with a few embedded forms) for an app. This should take you a few hours if you are experienced. Let me know. Thank you. -- If you want to report a vulnerability issue on symfony, please send it to security