[symfony-users] sfGuard Profile

2007-11-12 Thread Bayarsaikhan [Singleton LLC]
Hi all, How to add profile data when sfGuard user is created? It seems that sfGuard doesn't generate profile admin. i should do it manually but it works seperately from sfGuardUser module. All I wish is to create user with his profile at the same time. Thanks for advices. -- Bayarsaikhan VOLODY

[symfony-users] Re: Propel difference

2007-11-12 Thread Thierry
Here the pake: http://www.mellowmorning.com/2007/11/11/pake-propel-build-all-save-mysql/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-users@goog

[symfony-users] Re: Picture field?

2007-11-12 Thread Thierry
Combine it with the thumbnailer plugin, and all you need to do is extend the save and delete methods of your object with picture storage --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post

[symfony-users] Re: sfGuard Profile

2007-11-12 Thread drmikecrowe
I'm working on this very feature right now. Currently, sfGuard doens't have a registration module, but sfGuardDoctrine does. I'm trying to merge these two together. Ping me again in a week to see if I'm complete. On Nov 12, 3:32 am, "Bayarsaikhan [Singleton LLC]" <[EMAIL PROTECTED]> wrote: >

[symfony-users] Re: sfLucene categories and indexer questions

2007-11-12 Thread gestadieu
Hi Carl, Beta 1, sounds good news! I'll check it out later. see my answers below. Gerald On Nov 12, 2:52 am, Carl Vondrick <[EMAIL PROTECTED]> wrote: > On Sunday, November 11, 2007, gestadieu wrote: > > 1. PDF index: I know it is not directly possible but I am working on a > > dms solution and

[symfony-users] sfCultureInfo.class.php

2007-11-12 Thread Haris Zukanović
I use symfony 1.01 [Sun Nov 11 18:08:26 2007] [error] [client 81.236.196.229] PHP Notice: unserialize() [function.unserialize]: Error at offset 3549 of 28595 bytes in /storage/www/vcms/turistika/lib/symfony/i18n/sfCultureInfo.class.php on line 312 I can not reproduce this easily. It appears fro

[symfony-users] Re: sfLucene categories and indexer questions

2007-11-12 Thread gestadieu
one more thing, a very minor one: the 'All' in the category pull-down menu is not I18n. I don't think I should open a ticket just for this... On Nov 12, 10:00 pm, gestadieu <[EMAIL PROTECTED]> wrote: > Hi Carl, > > Beta 1, sounds good news! I'll check it out later. > > see my answers below. > > G

[symfony-users] Re: sfLucene categories and indexer questions

2007-11-12 Thread Carl Vondrick
On Monday, November 12, 2007, gestadieu wrote: > one more thing, a very minor one: the 'All' in the category pull-down > menu is not I18n. In r5985. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" gro

[symfony-users] How to cache template fragments in memory?

2007-11-12 Thread Matthias N.
Hi, I'm trying to cache template fragments in memory instead of the filesystem for performance reasons. But trying to set view_cache: class: sfProcessCache leads to Fatal error: Call to undefined method sfProcessCache::initialize() in /symfony/view/ sfViewCacheManager.class.php on lin

[symfony-users] Name of FK in list

2007-11-12 Thread [EMAIL PROTECTED]
Hello! I need help in this: I got it: tblBairro: intCodBairro PK strNomeBairro VC(30) tblCliente: intCodCliente PK intCodBairro FK strNomeCliente VC(50) this line get the serial of tblBairro in tblCliente:"getIntcodbairro() ? $tblcliente- >getIntcodbairro() : __('-'), 'cliente/edit?intcodclient

[symfony-users] Re: Propel difference

2007-11-12 Thread Jason Coffin
On Nov 10, 2007 2:21 AM, Kiril Angov <[EMAIL PROTECTED]> wrote: > > Is everybody not aware of > http://trac.symfony-project.com/wiki/sfPropelMigrationsLightPlugin ? > It will not solve your problem now but use mysql diff tool and then > create a migration that you an run in production. And from th

[symfony-users] accessing model variable in filter

2007-11-12 Thread Uli Nitsche
Hi, I'm in a situation where caching would be a good idea. To cache data only for not logged-in users is easly done. But I will avoid to cache data for content which is very recent. For this I would like to ask for the created_at time and store data in the cache storage system only if the cont

[symfony-users] adBlueprintPlugin released

2007-11-12 Thread Alexander Deruwe
Hey all, I've released the beta version of adBlueprintPlugin - more information about this: http://trac.symfony-project.com/wiki/adBlueprintPlugin This plugin wraps the Blueprint CSS Framework version 0.6 - more information about the framework itself: http://code.google.com/p/blueprintcss/

[symfony-users] Re: accessing model variable in filter

2007-11-12 Thread Frank Stelzer
Uli, there is no huge different between interacting with the model layer in a filter or in a action. Have a look at this filter for an example: http://trac.symfony-project.com/browser/plugins/sfGuardPlugin/lib/ sfGuardBasicSecurityFilter.class.php As you want to do some performance tweaks i

[symfony-users] Code Coverage and Lime?

2007-11-12 Thread Jason Coffin
Does the Lime testing framework have a code coverage tool? If so how can I learn more about it? Thank you in advance, Jason --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this grou

[symfony-users] Re: sfGuard Profile

2007-11-12 Thread Bayarsaikhan [Singleton LLC]
Oh? Nice to hear about this news. So i am postponing implementations of the parts for User and User Profile section. I will ping again. Regards On 11/12/07, drmikecrowe <[EMAIL PROTECTED]> wrote: > > > I'm working on this very feature right now. Currently, sfGuard > doens't have a registration