[symfony-users] New autocomplete plugin

2011-02-23 Thread Yitzchak Schaffer
I'm pleased to announce that I have just released a new autocomplete plugin for 1.3/1.4. It uses jQueryUI Autocomplete. I have not been able to upload a PEAR package, but the plugin can be found at http://svn.symfony-project.com/plugins/ynWidgetAjaxAutocompletePlugin/tags/0.1.0b1/ A demo inst

Re: [symfony-users] Odd Doctrine behavior in form processing

2011-02-17 Thread Yitzchak Schaffer
On 2011-02-15 14:40, Yitzchak Schaffer wrote: I am encountering unexpected behavior with form processing, symfony 1.4 with Doctrine. I have a table which has a many-to-many relationship to itself: This turned out to be a known issue: http://stackoverflow.com/questions/5010146/odd-many-to-many

[symfony-users] Odd Doctrine behavior in form processing

2011-02-15 Thread Yitzchak Schaffer
rine_Connection_Sqlite')) in SF_SYMFONY_LIB_DIR/form/addon/sfFormObject.class.php line 161 ... at sfFormObject->doSave(object('Doctrine_Connection_Sqlite')) in SF_ROOT_DIR/lib/form/doctrine/base/BasePersonForm.class.php line 116 ... at BasePersonForm->doSave(object('Doctrin

Re: [symfony-users] How to retrieve / edit / delete an object only if the user is the creator ?

2010-12-26 Thread Yitzchak Schaffer
How about writing FooPeer::doSelectWithCreator( Criteria $c, $user_id ), which adds whatever you need to the query, and calling that from your action? -- Yitzchak Schaffer Systems Manager Touro College Libraries 212.742.8770 ext. 2432 http://www.tourolib.org/ Access problems? Contact

Re: [symfony-users] Re: best way to hide form fields in front_end based on credentials?

2010-12-22 Thread Yitzchak Schaffer
How about creating different templates, and placing the logic in the action with $this->setTemplate() and $this->setLayout() -- Yitzchak Schaffer Systems Manager Touro College Libraries 212.742.8770 ext. 2432 http://www.tourolib.org/ Access problems? Contact systems.libr...@touro.edu On

Re: [symfony-users] best way to hide form fields in front_end based on credentials?

2010-12-21 Thread Yitzchak Schaffer
hitectural perspective... ? -- Yitzchak Schaffer -- 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 em