[symfony-users] sfWidgetFormDoctrineChoice with i18n and order by

2011-03-08 Thread Marek
is, is it possible to order by translated field? -- Marek -- 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

[symfony-users] Re: Question about a variable in the URL

2010-02-06 Thread Marek
:true extra_parameters_as_query_string: true segment_separators: [/,-] the above would add dash as separator, so you can use url: /:variable1/:variable2/literal-:variable3.html -- Marek PS: If it was possible to set segment_separators_regexp, you would be set. However this isn't

[symfony-users] Re: How to install sfSimpleCMSPlugin in Symfony 1.2

2009-05-25 Thread Marek
I think you need to wait for sfSimpleCMS2Plugin being finished - it wasn't when I last checked. http://www.symfony-project.org/plugins/sfSimpleCMS2Plugin On 25. Máj, 04:54 h., yalc...@gmail.com yalc...@gmail.com wrote: Hi, i'm trying to install  sfSimpleCMSPlugin in Symfony 1.2, but the

[symfony-users] Re: What might cause output to appear when running a command line script? We're getting: Content-type: text/html; charset=iso-8859-1

2009-05-18 Thread Marek
it to output headers. -- Marek On 18. Máj, 08:02 h., Lawrence lkrub...@geocities.com wrote: We are now unable to run commands such as: symfony propel:build-all-load Because this seems to output between all the major steps: X-Powered-By: PHP/5.2.9 Content-type: text/html; charset=iso-8859

[symfony-users] Re: DbFinder, how to leftJoin with Where clause

2009-05-18 Thread Marek
I think etpni.news_item_id = 621 or etpni.news_item_id is null in where clause will work for you. -- Marek On 13. Máj, 12:50 h., Phil Moorhouse moorhouse.p...@googlemail.com wrote: I need to reproduce the following query with DbFinder. i'm using the results to build a list of checkboxes

[symfony-users] Re: Routing parameter problem

2008-03-06 Thread Marek
On 5. Mar., 16:52 h., Marek [EMAIL PROTECTED] wrote: given this routing rule: sf_cms_show: url: /:sf_culture/:slug param: { module: sfSimpleCMS, action: show } requirements: { slug: '.*', sf_culture: (en) } and this URL: /fe_dev.php/en/test I get this in the log: 21 Info

[symfony-users] Re: sfDoctrine failing to build sql

2008-03-04 Thread Marek
There were an error in online documentation, it's been fixed. I don't know what error it was, just try the example from current documentation. -- Marek On 3. Mar., 14:54 h., Peter Bowyer [EMAIL PROTECTED] wrote: Hi, I'm getting the following error no matter what schema.yml file I throw

[symfony-users] Re: sfSimpleCMSPlugin problems

2007-11-11 Thread Marek
: true localizations: [en, fr, it] default_culture:en I haven't had time to confirm it with onyone else, but if this workaround works for you, I can create a ticket. -- Marek On 10. Nov, 15:40 h., Marco C. [EMAIL PROTECTED] wrote: Hi all, i have some probels setting up

[symfony-users] Re: Client Side Caching

2007-11-11 Thread Marek
if the .html version is here (caching) section does the same thing with .html pages, so just modify it for your needs. -- Marek On 8. Nov, 18:43 h., Andreas Stephan [EMAIL PROTECTED] wrote: Hi all, I am delivering my images through symfony and a special route which allows me to resize

[symfony-users] Re: Meta tags losing correct closing tag on POST?

2007-11-02 Thread Marek
would try is put this in %app%/config/filters.yml fill_in_form: class: sfFillInFormFilter params: content_type: xml -- Marek On 2. Nov, 10:35 h., Alexander Deruwe [EMAIL PROTECTED] wrote: On 31 Oct 2007, at 17:39, Ian P. Christian wrote: This is a problem with fillin filter I'm

[symfony-users] Re: Cross Domain Login

2007-10-26 Thread Marek
can use filter for this. -- Marek On 25. Okt, 12:35 h., Andreas Stephan [EMAIL PROTECTED] wrote: Marek, that looks like an interesting an especially simple approach. I will have a look into that. Does anyone know, if /how I could implement a solution based on rewrite rules, eg. have

[symfony-users] can't set sf_routing_defaults[sf_culture]

2007-10-26 Thread Marek
Routing uses global_defaults that are set somewhere. In my application it contains just sf_culture, that's set to 'en'. Unless I manage to change it to 'sk', some routing rules won't work. I changed all 'culture' settings in setting.yml and i18n.yml in my application, I even changed the settings

[symfony-users] Re: can't set sf_routing_defaults[sf_culture]

2007-10-26 Thread Marek
I traced it down to sfConfig::get('sf_i18n_default_culture', 'en') returning 'en' - sf_i18n_default_culture is not set. I turned out i18n: on was ignored in all section. This does not work: all: i18n: on This works: prod: i18n: on dev: i18n: on test: i18n: on

[symfony-users] Get DB parameters in batch command

2007-08-08 Thread Marek
Hi, is there a way to get DB configuration parameters in batch command? I'm using doctrine. Thanks, Marek --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups symfony users group. To post to this group, send email