[symfony-users] Re: sfWidgetFormJQueryDate option format is no longer supported in version 1.1.1?

2009-12-31 Thread Massimiliano Arione
Forget sfWidgetFormJQuery and try this full-javascript solution: http://garakkio.altervista.org/datepicker/ On 29 Dic, 13:58, axel at axel.zu...@gmail.com wrote: after upgrading to symonfy 1.3 and sfFormExtraPlugin  1.1.1 the format option is no longer supported by sfWidgetFormJQuery    

[symfony-users] Re: Are Propel behaviors disallowed in Symfony tasks?

2009-12-22 Thread Massimiliano Arione
Propel behaviors (the old ones) are not working in tasks. You can workaround with this line (in your task): sfPropelBehavior::registerMethods('act_as_taggable', array()); With incoming Propel 1.5, the new behaviors introduced with 1.4 will be even more. Sortable is already in sfPropel15Plugin,

[symfony-users] Re: Propel admin generator in combination with internationalisation

2009-12-18 Thread Massimiliano Arione
Basing on my experience, I can tell you that symfony *does* generates proxy methods. Maybe you missed to adapt your fixtures after schema modifies? On 18 Dic, 10:51, thomees thown...@gmail.com wrote: I've ran into a problem with propels admin generator. I recently internationalized my database

[symfony-users] symfony propel behavior not working

2009-12-03 Thread Massimiliano Arione
I'm trying to disable form and filter generation, as stated in http://www.symfony-project.org/tutorial/1_4/en/whats-new#chapter_a2fae23c9403b0e9ec99806fccf6b53e_sub_propel_behaviors I checkd ticket 7963 http://trac.symfony-project.org/ticket/7693 and it says the bug is fixed (I'm using symfony

[symfony-users] Re: propel. how to retrieve

2009-12-02 Thread Massimiliano Arione
On 1 Dic, 15:23, Daniel Lohse annismcken...@googlemail.com wrote: This will get messy very fast. Imagine only 20 categories and for this simple count, you'll already have 20 queries. Not good. :( Normally, you'd do a count on the category_id column and group by the same category_id column.

[symfony-users] Re: semantic web

2009-12-02 Thread Massimiliano Arione
On 1 Dic, 23:43, vegoi...@alumni.uv.es wrote: someone knows which parts I have to change if I need a semantic web. If I use xml, is it enough? You're a bit offtopic... Anyway, to do semantic web just respect the separation of concerns between structure (HTML/XHTML), presentation (CSS) and

[symfony-users] Re: sfWidgetFormJQueryDate as default in auto generated code

2009-11-28 Thread Massimiliano Arione
On 27 Nov, 14:18, kev kbs...@gmail.com wrote: Hey Massimiliano, i'd be more than happy to try your solution, but to be honest you page is not that clear and definitely not symfony oriented. Maybe you could describe what exactly is needed, where to put it and what file to update for your

[symfony-users] Re: sfWidgetFormJQueryDate as default in auto generated code

2009-11-27 Thread Massimiliano Arione
On 9 Ott, 17:04, axel at axel.zu...@gmail.com wrote: hello list, 1) is there a way to make sfWidgetFormJQueryDate the default widgets for datetime fields in autogenerated code (Base*Form.classes) eg: class BaseTutorialForm extends BaseFormDoctrine {   public function setup()   {    

[symfony-users] Re: !.3 and 1.4 .. the difference?

2009-11-24 Thread Massimiliano Arione
On 24 Nov, 10:56, Gareth McCumskey gmccums...@gmail.com wrote: Thanks for the info guys and after going through the documentation on what is going to be deprecated I had another question. I see that the ajax helpers (remote_function(), link_to_remote(), etc) are deprecated in 1.3. My question

[symfony-users] Re: symfony 1.3 and propel behaviors

2009-11-17 Thread Massimiliano Arione
On Nov 6, 1:58 pm, Boo_boo kaita...@gmail.com wrote: hello are there any documentation about adding propel builder behaviors in propel1.4/symfony1.3? i need to add a method to retrieve primary keys by criteria to all of the objPeer classes, propel docs says that is possible with

[symfony-users] Re: Tiny mce not working

2009-10-30 Thread Massimiliano Arione
You should avoid to use such helpers, link the tinymce one. The issue is about javascript: you can use tinymce simply including proper javascript files (the ones bundled with tinymce itself), If you want to customize, simply use options provided by tinymce itself: there are a bunch of them, and

[symfony-users] Re: is sfMediaLibraryPlugin compatible with Symfony 1.2 (Propel)?

2009-10-14 Thread Massimiliano Arione
On Oct 13, 11:56 am, Sid Bachtiar sid.bacht...@gmail.com wrote: I just tried sfMediaLibraryPlugin, could not get it to work! For anyone else reading this, use sfAssetLibraryPlugin instead if you are using Symfony 1.2 (Propel) with TinyMCE 3. Apply the following patch to get rid of the

[symfony-users] Re: Call For Information Re-organization [opinions needed]

2009-09-25 Thread Massimiliano Arione
+1 for php.net-like notes/comments. On Sep 25, 8:50 am, Gareth McCumskey gmccums...@gmail.com wrote: I think taking a note from the php.net site (the PHP manual) is a good idea. The search feature in the php.net is incredibly useful and helps you target any part of PHP with a simple search

<    1   2