Re: [symfony-users] Re: check where a user came from and change links accordingly

2010-08-20 Thread Gareth McCumskey
://groups.google.com/group/symfony-users?hl=en -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc -- 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

Re: [symfony-users] Application Desktop

2010-08-20 Thread Gareth McCumskey
-users+unsubscr...@googlegroups.comsymfony-users%2bunsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc -- If you want to report a vulnerability issue

Re: [symfony-users] Re: check where a user came from and change links accordingly

2010-08-20 Thread Gareth McCumskey
Alphen leo.van.alp...@gmail.comwrote: Thank you Gareth, I'm going to try that! It sounds exactly what i'm looking for. On Fri, Aug 20, 2010 at 1:38 PM, Gareth McCumskey gmccums...@gmail.comwrote: Ok, this may help you then by setting variables for every action to be used where you need them

Re: [symfony-users] Re: Basic routin question

2010-08-19 Thread Gareth McCumskey
, visit this group at http://groups.google.com/group/symfony-users?hl=en -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because

Re: [symfony-users] Implementing an existing ACL API in symfony

2010-08-17 Thread Gareth McCumskey
%2bunsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc -- If you want to report a vulnerability issue on symfony, please send it to security at symfony

Re: [symfony-users] Yaml and html tags

2010-08-16 Thread Gareth McCumskey
this group, send email to symfony-users+unsubscr...@googlegroups.comsymfony-users%2bunsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc -- If you want

Re: [symfony-users] a good IDE for Symfony

2010-08-04 Thread Gareth McCumskey
, send email to symfony-users+unsubscr...@googlegroups.comsymfony-users%2bunsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc -- If you want

Re: [symfony-users] How to validate values from $GLOBALS[HTTP_RAW_POST_DATA]

2010-08-03 Thread Gareth McCumskey
@googlegroups.com To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.comsymfony-users%2bunsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -- Gareth McCumskey http://garethmccumskey.blogspot.com

Re: [symfony-users] We are facing some issues with symfony backend.

2010-07-26 Thread Gareth McCumskey
@googlegroups.com To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc -- If you want

Re: [symfony-users] Re: IF() in Propel query

2010-07-19 Thread Gareth McCumskey
-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc -- If you want to report a vulnerability issue on symfony, please send it to security

Re: [symfony-users] Binding user created content with a user with a foreign user_id key

2010-07-06 Thread Gareth McCumskey
stored in the model entry after a form has been submitted using: $this-getUser()-getAttribute('user_id'); Regards Gareth McCumskey -- 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

Re: [symfony-users] Use database in app.yml

2010-07-01 Thread Gareth McCumskey
Gareth McCumskey On Thursday 01 July 2010 14:51:14 HAUSa wrote: I want to use some configuration settings from the database in my app.yml configuration file. This is my code now: all: ?php foreach(SettingPeer::getIndex() as $oSetting): ? ?php echo $oSetting-getSlug() . ': ' . $oSetting

Re: [symfony-users] Re: Frequent PHP Fatal Errors with APC enabled

2010-07-01 Thread Gareth McCumskey
group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -- Gareth McCumskey http

[symfony-users] Making REST requests a RESTful service

2010-06-25 Thread Gareth McCumskey
(which I will use if there really is no better option). Please note that I am not necessarily a fan of using plugins (and most don't support symfony 1.1 anymore anyways) as they tend to go out of date and are unmaintained generally. All help would be appreciated :) Gareth McCumskey -- If you

Re: [symfony-users] Adding extra fields to a model form

2010-06-25 Thread Gareth McCumskey
Making the assumption you use 1.3/1.4: http://www.symfony-project.org/gentle- introduction/1_4/en/10-Forms On Friday 25 June 2010 12:37:22 Cosimo Zecchi wrote: Hi all. I'd like to add extra fields in a form class generated from the model. These fields will not be saved but are usefull for

Re: [symfony-users] Get record id and set it into form

2010-06-22 Thread Gareth McCumskey
Quite simple as the new record Id is inserted on save. If you use Propel and have the following for example: $obj_to_save = new ModelClass(); $obj_to_save-setField1('value1'); $obj_to_save-setField2('value2'); $obj_to_save-save(); Then you can get the ID right after save with:

Re: [symfony-users] Re: Help me in this problem starting symfony on ubuntu and xampp

2010-06-19 Thread Gareth McCumskey
...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com

Re: [symfony-users] Help me in this problem starting symfony on ubuntu and xampp

2010-06-18 Thread Gareth McCumskey
First of all, as has been said, do not work as root EVER on a linux system. Users are there for your protection. Secondly, this problem is simply because you are trying to access your newly created symfony application from a browser as a user trying to get to a directory with the user for that

Re: [symfony-users] A pagination issue

2010-06-10 Thread Gareth McCumskey
The single BIGGEST reason for NOT using $_GET and using $request- getParameter() instead is security. $_GET will return to you exactly what the user entered, which could be SQL injection attacks, or other security related issues. symfony automagically cleans all request parameters (be they POST

Re: [symfony-users] PHP related, but on a symfony site

2010-06-10 Thread Gareth McCumskey
Sorry if I sound snide, but thats all fascinating info. Your question was? On Thursday 10 June 2010 07:12:22 Parijat Kalia wrote: hello everyone, here's my 2nd doubt of the day. So I have a paginated display of records...lets say something like this, these are headers author question

Re: [symfony-users] Trying to overwriting a method of a sf class

2010-06-07 Thread Gareth McCumskey
One thing to remember is that after you overload a method in your parent class to call the parent class to continue execution if you need that. For example if you have a class defined as: class ChildClass extends ParentClass and the ParentClass has a method such as: protected function

Re: [symfony-users] Нужен программис т в Москве на 1 неделю (Symphony PHP Framewo rk)

2010-05-31 Thread Gareth McCumskey
Please don't post your job advertisements here -sigh- On Monday 31 May 2010 12:47:15 Геоком Перово wrote: Приветствую! Нашей компании нужен программист на неделю (может чуть больше) подменить нашего штатного программиста. Есть куча разных мелочей, которые нужно доработать на сайте

Re: [symfony-users] Re: Symfony 1.4 Alias

2010-05-31 Thread Gareth McCumskey
This is all easily answered by looking at the symfony documentation which has a helpful section on setting up a symfony application on a shared web hosting service, i.e. a service where you do not have root access to the machine hosting the site:

Re: [symfony-users] How to check if a variable saved in sfContext is set or not?

2010-05-25 Thread Gareth McCumskey
How did you set the variable? Was it as a session variable in an action by using $this-getUser()-setAttribute()? Or as a value stored in a config file like the app.yml? On Tuesday 25 May 2010 07:03:30 Javier Garcia wrote: Hi, i have this code:

[symfony-users] New symfony book - A Gentle Introduction to symfony 1.4

2010-05-24 Thread Gareth McCumskey
of the best resources for people who want to learn about what makes symfony tick better than all the other documentation. Gareth McCumskey -- 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

Re: [symfony-users] Error Message

2010-05-20 Thread Gareth McCumskey
You seem to have totally ignored the advice you were given. You really should spend more time learning how permissions work on a *nix machine before you make applications publicly available. Its not hard but its not the same as Windows (if thats what you are used to) because *nix machines have

Re: [symfony-users] Is there any way to override symfony core class such as sfModelGenerator ?

2010-05-20 Thread Gareth McCumskey
class myNewGeneratorClass extends sfModelGenerator On Wednesday 19 May 2010 17:09:10 Jérôme TEXIER wrote: Hi, I would override sfModelGenerator class in order to change renderField method's behavior. Generator stuff is not supported by factories.yml and it looks like there no helpful

Re: [symfony-users] How switch off printing raw html tags

2010-05-18 Thread Gareth McCumskey
This is simply a safety feature of symfony, that converts characters such as into lt; and into gt; , etc. In your echo statement just wrap an html_entity_decode around the variable ?php echo html_entity_decode($string); ? http://php.net/manual/en/function.html-entity-decode.php On Tuesday

Re: [symfony-users] Join between Two Tables/Models

2010-05-18 Thread Gareth McCumskey
Remove all the addAsColumn references and you should be fine On Tuesday 18 May 2010 06:04:59 Apul Gupta wrote: I have two tables in my database, schema below: user: id: ~ email_id: { type: varchar(100), required: true } password: { type:

Re: [symfony-users] MVC vs module in Symfony

2010-05-18 Thread Gareth McCumskey
Modules are a grouping mechanism for actions (controller) and their associated templates (views). Actions can access the model classes (model) to get the data needed by the templates (view), which is why the action is the controller; it controls recieving an incoming request (link clicked, form

Re: [symfony-users] any progress on ecommerce packages using Symfony?

2010-05-18 Thread Gareth McCumskey
You could certainly build a robust e-commerce application using symfony. Thats the point of symfony, you can actually build whatever you want with it, its not designed for only one or two use cases. The only thing you need to worry about isn't if symfony CAN be used to make an ecommerce

Re: [symfony-users] need data base update from SMS responce

2010-05-18 Thread Gareth McCumskey
Your question lacks a huge amount of details: 1. WHat API? 2. Does the API provide a way for you to recieve SMS recieving capabilties? 3. Does the API provider process response SMS's? 4. If the API provider allows you to recieve responses how does it inform you a response has returned and in

Re: [symfony-users] User Dependence

2010-05-18 Thread Gareth McCumskey
When the user logs in you can store that users user_id in a session variable; for example, in an action adter login: $this-getUser()-setAttribute('user_id', $the_users_id); You can then anywhere in your app, including saving new content, get that users id from the session variable with:

Re: [symfony-users] Re: User Dependence

2010-05-18 Thread Gareth McCumskey
: And in the 'create' action I am checking whether the user is changed the default value which I have set. So user cannot change the value of the hidden field. But I am just looking for a more elegant way. On May 18, 4:03 pm, Gareth McCumskey gmccums...@gmail.com wrote: When the user logs

Re: [symfony-users] User Dependence

2010-05-18 Thread Gareth McCumskey
Here's an alternative. Don't show any edit capabilties, including edit forms, if the user_id in session does not match a posts user_id. In action: if ($this-getUser()-getAttriburte('user_id') == $post_obj-getUserId()) { $this-edit_form = new EditForm($post_obj-getId()); } In template

Re: [symfony-users] how do I pass an id by post from a module to another?

2010-05-15 Thread Gareth McCumskey
Do you really need to send it to another action? If you are concerned about loading the correct template for an action you can use the $this-setTemplate('templatename'); command to make sure that when the current action exits it loads the template you want. If the action you want to forward

Re: [symfony-users] I cannot see the images in the browsers of Windows XP (VirtualBox)

2010-05-14 Thread Gareth McCumskey
It probably has something to do with the web server setup in Windows. If Apache you need to probably have an alias setting to project web directory. I have not developed on Windows for years now so have no idea (i.e. can't remember) how to set it up properly On Friday 14 May 2010 13:37:45

Re: [symfony-users] help

2010-05-13 Thread Gareth McCumskey
Don't take this the wrong way, but all the questions you have asked so far have been very basic features of symfony. Perhaps spend some more time learning symfony with the documentation provided (even do the tutorials) and you will find you wont be asking questions as much :) On Thursday 13

Re: [symfony-users] Include component from other Application

2010-05-13 Thread Gareth McCumskey
Actually it is not possible. The point of applications is to seperate them completely. If you need something cross-application consider creating classes in your root lib/ directory instead. On Thursday 13 May 2010 12:53:50 abbbassi abidi wrote: i think that you can't 2010/5/13 wueb

Re: [symfony-users] sfForm button widgets?

2010-05-05 Thread Gareth McCumskey
-- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc -- 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

Re: [symfony-users] Re: User free-subscription: is possible?

2010-05-03 Thread Gareth McCumskey
+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc -- If you want to report a vulnerability issue on symfony, please send it to security at symfony

Re: [symfony-users] send_msg

2010-05-03 Thread Gareth McCumskey
=en -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc -- 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

Re: [symfony-users] Exporting data to CSV (+Doctrine)

2010-04-29 Thread Gareth McCumskey
-users@googlegroups.com [mailto:symfony-us...@googlegroups.com] De la part de Gareth McCumskey Envoyé : jeudi 29 avril 2010 08:53 À : symfony-users@googlegroups.com Objet : Re: [symfony-users] Exporting data to CSV (+Doctrine) Why even use a template? http://www.php.net/manual/en

Re: [symfony-users] Re: :-( please help. ajax problem - noob to ajax -probably simple

2010-04-29 Thread Gareth McCumskey
, Gareth McCumskey gmccums...@gmail.com wrote: Or return an array from the action to the template/partial and have php do: ul   ?php foreach ($array as $array_item): ?     li?php echo $array_item ?/li   ?php endforeach; ? /ul We're talking about ajax. You just can't output any html anywhere

Re: [symfony-users] noob url variable question

2010-04-23 Thread Gareth McCumskey
, send email to symfony-users@googlegroups.com To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter

Re: [symfony-users] doSelect array result converted to ArrayDecorator in template

2010-04-23 Thread Gareth McCumskey
this group at http://groups.google.com/group/symfony-users?hl=en -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc -- 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

Re: [symfony-users] Re: doSelect array result converted to ArrayDecorator in template

2010-04-23 Thread Gareth McCumskey
. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -- Gareth McCumskey http

Re: [symfony-users] routing creates variable value true when no trailing slash

2010-04-23 Thread Gareth McCumskey
to the Google Groups symfony users group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -- Gareth

Re: [symfony-users] Re: routing creates variable value true when no trailing slash

2010-04-23 Thread Gareth McCumskey
if I can do about this other than doing my own test for id===true prior to calling the retrievByPK which seems a bit messy. Cheers, Paul Sure, I understand that but On Apr 23, 10:31 am, Gareth McCumskey gmccums...@gmail.com wrote: Look at this piece of code: $a = 1; $b = 0

Re: [symfony-users] Re: :-( please help. ajax problem - noob to ajax -probably simple

2010-04-23 Thread Gareth McCumskey
, send email to symfony-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc -- If you want to report a vulnerability issue on symfony, please

Re: [symfony-users] Database changes

2010-04-22 Thread Gareth McCumskey
://groups.google.com/group/symfony-users?hl=en -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc -- 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

Re: [symfony-users] Re: Multiple actions in one page

2010-04-22 Thread Gareth McCumskey
email to symfony-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc -- If you want to report a vulnerability issue on symfony, please send

Re: [symfony-users] Database changes

2010-04-22 Thread Gareth McCumskey
. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -- Gareth McCumskey http

Re: [symfony-users] Re: :-( please help. ajax problem - noob to ajax -probably simple

2010-04-21 Thread Gareth McCumskey
. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -- Gareth McCumskey http

Re: [symfony-users] Re: configuration problem!?

2010-04-21 Thread Gareth McCumskey
/group/symfony-users?hl=en -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc -- 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

Re: [symfony-users] Re: changed fields

2010-04-21 Thread Gareth McCumskey
@googlegroups.com To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc -- If you want to report

Re: [symfony-users] Invitation to connect on LinkedIn

2010-04-21 Thread Gareth McCumskey
to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.comsymfony-users%2bunsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -- Gareth

Re: [symfony-users] Re: :-( please help. ajax problem - noob to ajax -probably simple

2010-04-21 Thread Gareth McCumskey
with it. Anyway, it looks and works great, who would have thought that old dirty javascript would turn out to be such a useful thing :-) On 21 April 2010 07:58, Gareth McCumskey gmccums...@gmail.com wrote: Its not javascript code its just a JSON encoded string. On Wed, Apr 21, 2010 at 8:22 AM

Re: [symfony-users] Re: Database changes

2010-04-21 Thread Gareth McCumskey
options, visit this group at http://groups.google.com/group/symfony-users?hl=en -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message

Re: [symfony-users] isValid always showing false

2010-04-20 Thread Gareth McCumskey
symfony users group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -- Gareth McCumskey http

Re: [symfony-users] Re: :-( please help. ajax problem - noob to ajax -probably simple

2010-04-20 Thread Gareth McCumskey
principle is my approach ( ie pull the data from an action into the jQuery) correct. Thanks, Paul On 19 Apr, 14:17, Gareth McCumskey gmccums...@gmail.com wrote: In addition there are other things you can do too like tell it to use a different template to the one that it will automatically look

Re: [symfony-users] Re: isValid always showing false

2010-04-20 Thread Gareth McCumskey
is written in it but still the valid doesn't return true (and al validation rules are ok) On 20 apr, 08:07, Gareth McCumskey gmccums...@gmail.com wrote: The isValid() method is a validation check on user input after a user has submitted a form based on the validators you create in the forms object

Re: [symfony-users] :-( please help. ajax problem - noob to ajax -probably simple

2010-04-19 Thread Gareth McCumskey
/symfony-users?hl=en -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc -- 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

Re: [symfony-users] :-( please help. ajax problem - noob to ajax -probably simple

2010-04-19 Thread Gareth McCumskey
+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc -- If you want to report a vulnerability issue on symfony, please send it to security at symfony

Re: [symfony-users] Form decorator

2010-04-18 Thread Gareth McCumskey
sid.bacht...@gmail.com wrote: and I know the names can cause some giggles but hey :P LOL ... so ... any interesting website project lately? :P Happy coding and bye for now. On Tue, Feb 23, 2010 at 9:20 PM, Gareth McCumskey gmccums...@gmail.com wrote: Well just to conclude this, I saw an example

Re: [symfony-users] Re: sort with paging

2010-04-16 Thread Gareth McCumskey
+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc -- If you want to report a vulnerability issue on symfony, please send it to security at symfony

Re: [symfony-users] Re: sort with paging

2010-04-16 Thread Gareth McCumskey
this will not work. On 16 apr, 12:09, Gareth McCumskey gmccums...@gmail.com wrote: I did mention this before on another question like this. Just create a link on the header to an action that then amends the criteria with an order by for the query each time and rerun the query with that new order

Re: [symfony-users] Re: Some doubts

2010-04-13 Thread Gareth McCumskey
me as the subject. -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc -- 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

Re: [symfony-users] Re: Some doubts

2010-04-13 Thread Gareth McCumskey
')); if ($form_object-isValid()) { $value1 = $form_object-getValue('field1'); $value2 = $form_object-getValue('field2'); } $value1 and $value2 now contain clean and validated values posted from form. On Tue, Apr 13, 2010 at 11:12 AM, Gareth McCumskey gmccums...@gmail.com wrote: On Tue, Apr 13, 2010 at 9:35

Re: [symfony-users] Widgets and Validators

2010-04-13 Thread Gareth McCumskey
symfony users group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -- Gareth McCumskey http

Re: [symfony-users] Re: REST webservices

2010-04-08 Thread Gareth McCumskey
://groups.google.com/group/symfony-users?hl=en To unsubscribe, reply using remove me as the subject. -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You

Re: [symfony-users] Re: sfWidgetFormInputHidden

2010-03-30 Thread Gareth McCumskey
changed to this, like Gareth McCumskey sad  but i get the same error. What I'm doing wrong?  public function executeNew(sfWebRequest $request)  {  $linha = new LinhaRecibo();  $id_recibo = $this-getRoute()-getObject()-getId();  $linha-setIdrecibo($id_recibo);   // $this-forward404Unless

Re: [symfony-users] sfWidgetFormInputHidden

2010-03-29 Thread Gareth McCumskey
+unsubscribegooglegroups.com or reply to this email with the words REMOVE ME as the subject. -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message

Re: [symfony-users] Re: sfWidgetFormInputHidden

2010-03-29 Thread Gareth McCumskey
To unsubscribe from this group, send email to symfony-users+unsubscribegooglegroups.com or reply to this email with the words REMOVE ME as the subject. -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc -- If you want to report a vulnerability issue on symfony, please send

Re: [symfony-users] frameset

2010-03-23 Thread Gareth McCumskey
. -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc -- 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

Re: [symfony-users] Re: Sf 1.4 + Propel + Sqlite : unproper handling of bool criteria

2010-03-18 Thread Gareth McCumskey
/group/symfony-users?hl=en -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc -- 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

Re: [symfony-users] Re: enormous sf

2010-03-16 Thread Gareth McCumskey
://groups.google.com/group/symfony-users?hl=en -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc -- 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

Re: [symfony-users] Re: Symfony routing and _

2010-03-16 Thread Gareth McCumskey
to symfony-users@googlegroups.com To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc

Re: [symfony-users] before_filter-like function on Symfony

2010-03-15 Thread Gareth McCumskey
to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter

Re: [symfony-users] Linking to the upload path from a template.

2010-03-14 Thread Gareth McCumskey
Why not give the following a try? ?php echo link_to(image_tag('/uploads/myimages/'.$image_name), '/uploads/myimages/'.$image_name) ? On Fri, Mar 12, 2010 at 5:58 PM, Luis Alberto Zarrabeitia zarrabei...@gmail.com wrote: On Fri, Mar 12, 2010 at 2:00 AM, Gareth McCumskey gmccums...@gmail.com

Re: [symfony-users] Memory usage...

2010-03-11 Thread Gareth McCumskey
, send email to symfony-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc -- If you want to report a vulnerability issue on symfony, please

Re: [symfony-users] propel:build-schema not working[jobeet]

2010-03-11 Thread Gareth McCumskey
group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -- Gareth McCumskey http

Re: [symfony-users] Linking to the upload path from a template.

2010-03-11 Thread Gareth McCumskey
to symfony-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc -- If you want to report a vulnerability issue on symfony, please send it to security

Re: [symfony-users] Re: Symfony frontend sort by th

2010-03-10 Thread Gareth McCumskey
of errors when i try to implement it. Ziclo On 5 mar, 07:17, Gareth McCumskey gmccums...@gmail.com wrote: In your view in the header cell: th?php echo link_to(image_tag('sort_icon.png'),'module/action?sort=column_name') ? /th In your action: $this-data = TablePeer::getData($parameters

Re: [symfony-users] Building XML from models

2010-03-09 Thread Gareth McCumskey
For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received

Re: [symfony-users] Re: Symfony frontend sort by th

2010-03-08 Thread Gareth McCumskey
mar, 20:13, Gareth McCumskey gmccums...@gmail.com wrote: I'm afraid not. The entire point of passing GET and POST variables into the sfWebRequest object is to allow for cleaning of potentially mailicious code. You say hoiw would it know? How would you know? How would you code it remove

Re: [symfony-users] Re: Symfony frontend sort by th

2010-03-06 Thread Gareth McCumskey
incorrect, Gareth. The security fix for symfony 1.4.3 just last week was on the *exact* same lines of code because you could inject SQL in the Doctrine admin generator. How would symfony guess what you want to remove (clean) or not? :) Daniel On 06.03.2010, at 08:10, Gareth McCumskey wrote

Re: [symfony-users] Show/Check Simple Query Result

2010-03-05 Thread Gareth McCumskey
To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc -- If you want to report a vulnerability

Re: [symfony-users] Re: Symfony frontend sort by th

2010-03-05 Thread Gareth McCumskey
/group/symfony-users?hl=en -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc -- 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

Re: [symfony-users] Validations

2010-03-04 Thread Gareth McCumskey
options, visit this group at http://groups.google.com/group/symfony-users?hl=en -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message

Re: [symfony-users] Re: Symfony frontend sort by th

2010-03-04 Thread Gareth McCumskey
that ? The backend is usefull but a good tutorial would be appreciate in order to be able to do that kind of common functionnalities. Tnak you On 18 fév, 11:16, ziclo lauren...@gmail.com wrote: Hello, That what i'm going to do. Thank you On 18 fév, 09:12, Gareth McCumskey gmccums...@gmail.com

Re: [symfony-users] Lime 2 Suggestion

2010-02-26 Thread Gareth McCumskey
to symfony-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc -- If you want to report a vulnerability issue on symfony, please send

Re: [symfony-users] Re: Possible SQL injection

2010-02-25 Thread Gareth McCumskey
users group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -- Gareth McCumskey http

Re: [symfony-users] Form decorator

2010-02-23 Thread Gareth McCumskey
fields */    $decorator = new yourFormFormatter($this-widgetSchema);    $this-widgetSchema-addFormFormatter('custom', $decorator);    $this-widgetSchema-setFormFormatterName('custom');  } } On Tue, Feb 23, 2010 at 8:55 PM, Gareth McCumskey gmccums...@gmail.com wrote: Just a question

Re: [symfony-users] Form decorator

2010-02-23 Thread Gareth McCumskey
I think this entire process will make an interesting blog post which I'll do later today On Tue, Feb 23, 2010 at 10:20 AM, Gareth McCumskey gmccums...@gmail.com wrote: Well just to conclude this, I saw an example on one of the symfony docs about overwriting the formatRow method. Firstly, my

Re: [symfony-users] Re: Array over a Form

2010-02-23 Thread Gareth McCumskey
for the language than what was tacked on later to support a different language. On Tue, Feb 23, 2010 at 11:05 AM, rooster (Russ) russmon...@gmail.com wrote: On Feb 23, 8:13 am, Gareth McCumskey gmccums...@gmail.com wrote: To answer make the value of the hidden field equal to the serialized

Re: [symfony-users] Re: Question about Symfony 2.0

2010-02-23 Thread Gareth McCumskey
for new features because we base our development on existing features in our current version. That provides a lot of peace of mind. -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc -- You received this message because you are subscribed to the Google Groups symfony

Re: [symfony-users] Re: Array over a Form

2010-02-23 Thread Gareth McCumskey
into serialize. thank you. On Tue, Feb 23, 2010 at 5:13 AM, Gareth McCumskey gmccums...@gmail.com wrote: JSON isn't supported in PHP until 5.2 and was developed specifically for JavaScript (JavaScript Object Notation). Serialize is a built-in PHP function made for PHP, so its better generally

Re: [symfony-users] Fabien's Symfony 2 presentation now available as a video

2010-02-22 Thread Gareth McCumskey
. -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc -- You received this message because you are subscribed to the Google Groups symfony users group. To post to this group, send email to symfony-us...@googlegroups.com. To unsubscribe from this group, send email to symfony

[symfony-users] Question about Symfony 2.0

2010-02-22 Thread Gareth McCumskey
the transition? This is not in anyway a demand or ridicule simply just a request for information so we can long-term plan our releases a bit for our application. -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc -- You received this message because you are subscribed

<    1   2   3   4   5   6   7   8   >