[symfony-users] 2GB Free Online Storage !

2008-02-09 Thread swenson rodharn
Free online photo Album, Free online auto-matic Back-up, Free Access your MP3 music online,2 GB For Free! That's right, we are happy to give you a whopping great 2GB of secure online storage where you can manage and share your files easily. For Free! Get Free Code: Limited Time Only! http://www.w

[symfony-users] Re: Symfony a good framework choice for a social network type site?

2008-02-09 Thread -kinetic
Thanks for the recommendation guys. I will try to develop on Symfony to see how it goes. I need to be very "scale" conscious throughout the development process, would you have any articles of best practices on developing with scaling in mind? On Feb 9, 3:25 am, "Nicolas Perriault" <[EMAIL PROTE

[symfony-users] Survey System built upon Symfony

2008-02-09 Thread Gould, Adrian
Good morning all, quick question: has anyone designed and/or seen an open source survey system built upon symfony? Thanks Adrian --- Adrian Gould Lecturer in IT / Network Engineering / Multimedia Business Finance & Computing [Midland Campus] Swan TAFE PO BOX 1336, Midland WA 6936 Phone: (08)

[symfony-users] Re: Wrapping a class around cookies

2008-02-09 Thread mozey
Okay!, i'm on my way out the door, so i did'nt have time to try the following trick!. i THINK the issue is; $this->getUser() is not doing what i think it is!. The change did not effect the actual "user" in the sfActions is dealing with. SO, how about if i inherited the sfActions to mySessions,

[symfony-users] Wrapping a class around cookies

2008-02-09 Thread mozey
I'm trying to write a class to manage my cookies. (my app has a few!!!). So during my attempt, i created mysession.class.php in /lib and thats working good. Here is how my class looks like class mySessions { public function __construct($user, $id) { $this->id = $id; $this->user

[symfony-users] Re: Help the core team save time!

2008-02-09 Thread Fabien POTENCIER
Carl Vondrick wrote: > On Saturday, February 09, 2008, Fabian Lange wrote: >> Trac sends updates to all people participating in a ticket. So the easiest >> way to notify them is to add a comment to the ticket. >> All who worked previously on the ticket will get that comment as >> notification mai

[symfony-users] Re: Help the core team save time!

2008-02-09 Thread Carl Vondrick
On Saturday, February 09, 2008, Fabian Lange wrote: > Trac sends updates to all people participating in a ticket. So the easiest > way to notify them is to add a comment to the ticket. > All who worked previously on the ticket will get that comment as > notification mail I don't think Trac does t

[symfony-users] Re: Help the core team save time!

2008-02-09 Thread Fabian Lange
Hi Carl, Trac sends updates to all people participating in a ticket. So the easiest way to notify them is to add a comment to the ticket. All who worked previously on the ticket will get that comment as notification mail .: Fabian -Original Message- From: [EMAIL PROTECTED] om [mailto:[EMA

[symfony-users] Re: Help the core team save time!

2008-02-09 Thread Carl Vondrick
On Friday, February 08, 2008, Dustin Whittle wrote: > 2. Own your tickets ­ If you have ever opened a bug and it is still open, > you should see it through until it is marked as fixed, wontfix, or invalid. Is it possible for trac to optionally email updates to people who've contributed to the tic

[symfony-users] Re: problem with mod_rewrite? and a missing slash

2008-02-09 Thread Matthias N.
On 9 Feb., 16:19, Kiril Angov <[EMAIL PROTECTED]> wrote: > An easy fix would be to put some code into your backend.php and change > the $_SERVER variable in question from http:// to https:// > Whenever I have problems with the http server or PHP not populating > correctly the $_SERVER variables, I

[symfony-users] Re: problem with mod_rewrite? and a missing slash

2008-02-09 Thread Kiril Angov
An easy fix would be to put some code into your backend.php and change the $_SERVER variable in question from http:// to https:// Whenever I have problems with the http server or PHP not populating correctly the $_SERVER variables, I fix them in the controller. I do not think this is a symfony

[symfony-users] Re: problem with mod_rewrite? and a missing slash

2008-02-09 Thread Matthias N.
On 9 Feb., 15:31, Kiril Angov <[EMAIL PROTECTED]> wrote: > If you use normal link_to call do they work correctly or all links have > this problem. Also is it on the the admin area or your frontend has the > same problem? You need to elaborate a little. I found out that this is no mod_rewrite prob

[symfony-users] Re: problem with mod_rewrite? and a missing slash

2008-02-09 Thread Kiril Angov
If you use normal link_to call do they work correctly or all links have this problem. Also is it on the the admin area or your frontend has the same problem? You need to elaborate a little. Kupo Matthias N. wrote: > Hi, > > I have problems with mod_rewrite or at least something with url > stuf

[symfony-users] problem with mod_rewrite? and a missing slash

2008-02-09 Thread Matthias N.
Hi, I have problems with mod_rewrite or at least something with url stuff.. I have several modules with such a url schema: subdomain.mydomain.info/ de/ModuleName/action But when the admin generator makes the redirect for exmple to the list action it (or the browser) redirects to this url: subdo

[symfony-users] Re: use event "template.filter_parameters" to set a helper object in sf 1.1?

2008-02-09 Thread Matthias N.
On 8 Feb., 21:01, Fabien POTENCIER <[EMAIL PROTECTED] project.com> wrote: > It's not really possible right now. > > That will be possible with the introduction of the sfConfiguration object. > > seehttp://groups.google.com/group/symfony-devs/browse_thread/thread/be06... > for reference. Yeah, I k

[symfony-users] Re: Symfony a good framework choice for a social network type site?

2008-02-09 Thread Nicolas Perriault
On Feb 9, 2008 12:46 AM, -kinetic <[EMAIL PROTECTED]> wrote: > Would Symfony be a good framework choice for a social network type > site? I've built the first version of symfonians.net website in about 80 hours of work, and most of the time has been spent making the presentation layer. As every h

[symfony-users] Re: Help the core team save time!

2008-02-09 Thread Fabien POTENCIER
Fabian, I think you can also lead the ticket triaging process as you participated in the process specification some time ago: http://trac.symfony-project.com/wiki/TicketWorkflow Time to recruit volunteers for this as well! Fabien Fabian Lange wrote: > Hi, > > I agree with Carl, I have made

[symfony-users] Re: Help the core team save time!

2008-02-09 Thread Fabien POTENCIER
Carl Vondrick wrote: > On Friday, February 08, 2008, Dustin Whittle wrote: >> If we all work together, we can save Fabien & Francois a lot of time so >> they can spend it on more important things (like family!).. > > What is the process for commit access to a branch? I sometimes run into > ran

[symfony-users] Re: Help the core team save time!

2008-02-09 Thread Fabien POTENCIER
Fabian Lange wrote: > Hi, > > I agree with Carl, I have made patches for many 1 char typo tickets, but I > also could have commited these directly. However I of course understand why > only few people get commit access. > So here my two proposals: > > - find a trusted person who has not time or

[symfony-users] Re: Help the core team save time!

2008-02-09 Thread Fabian Lange
Hi, I agree with Carl, I have made patches for many 1 char typo tickets, but I also could have commited these directly. However I of course understand why only few people get commit access. So here my two proposals: - find a trusted person who has not time or knowledge to participate in develop