[symfony-users] Re: google checkout

2008-12-30 Thread Charley Tiggs
On Dec 30, 2008, at 9:41 AM, Lee Bolding wrote: > > > On 30 Dec 2008, at 15:27, ganda...@gmail.com wrote: > >> I need to use google checkout in my application, I've downloaded the >> latest release of the sfgoogcheckout plugin and it contains no files >> at all. >> >> http://www.symfony-project.

[symfony-users] Re: In-place editor tag woes

2008-12-01 Thread Charley Tiggs
It could be the reason, yes. You'll need to modify your asynchronously loaded script to have the parameter "'script' => true". You'll then see any javascript included in the asynchronous call executed. Charley On Nov 26, 2008, at 2:58 AM, GarethMc wrote: > > Just realised that perhaps t

[symfony-users] Re: Symfony 1.1 Swift mailer

2008-10-25 Thread Charley Tiggs
I have. Worked extremely well. Charley On Oct 25, 2008, at 8:37 PM, martialmind wrote: > > Has anyone been able to work with SWIFT in symfony 1.1.4?? > > > --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "sy

[symfony-users] Re: Why use Doctrine?

2008-10-24 Thread Charley Tiggs
Both are great solutions and both do the job very well. I use Doctrine because it makes a little more sense to me. It's easier to write queries because the queries seem more "sql-like" to me. I tried propel for about 4 months and, at the end of that time, I was still bedazzled about how t

[symfony-users] Re: sfDoctrineGuardPlugin and getProfile() function

2008-10-20 Thread Charley Tiggs
: > User: > class: sfGuardUser > local: user_id > foreign: id > foreignType: one > > Now User hasOne Profile and Profile hasOne User. > > - Jon > > On Mon, Oct 20, 2008 at 4:51 PM, Charley Tiggs <[EMAIL PROTECTED] > > wrote: > > Hi all

[symfony-users] sfDoctrineGuardPlugin and getProfile() function

2008-10-20 Thread Charley Tiggs
Hi all, Does sfDoctrineGuardPlugin not implement the profile functionality? I've updated app.yml to include the necessary two lines and tried to call $guard->getProfile() and it complains about that function not existing. I'm using the latest symfony 1.1 and the version of sfDoctrinePlugi

[symfony-users] Re: sfDoctrinePlugin updated to Doctrine 1.0.0-RC2

2008-08-28 Thread Charley Tiggs
Jon, Awesome! Thanks for all of your hard work! Much appreciated! Charley On Aug 28, 2008, at 2:28 PM, Jonathan Wage wrote: > Today I have updated the svn:external of sfDoctrinePlugin/trunk to use > 1.0.0-RC2. > > You can browse the 1.0 ChangeLogs to see what has changed. > > http://www.doct

[symfony-users] Re: Chain tasks together?

2008-08-24 Thread Charley Tiggs
Jon > > On Sun, Aug 24, 2008 at 1:57 PM, Charley Tiggs > <[EMAIL PROTECTED]> wrote: > >> >> Hi all, >> >> Is there a way to execute multiple tasks from within one task without >> needing to use exec()? I have a series of one-off tasks that must be &

[symfony-users] Chain tasks together?

2008-08-24 Thread Charley Tiggs
Hi all, Is there a way to execute multiple tasks from within one task without needing to use exec()? I have a series of one-off tasks that must be performed in sequence and it'd be great if I could somehow cause a "master" task to run all of the "children". Charley --~--~-~--~---

[symfony-users] Re: [doctrine-user] Where is sfDoctrinePlugin heading?

2008-07-25 Thread Charley Tiggs
Any chance some of the smaller bugs in sfDoctrine will be killed off between now and the next major release? Charley On Jul 25, 2008, at 8:34 AM, Jonathan Wage wrote: > sfDoctrinePlugin will be updated soon to support 100% all of the 1.1 > features but the major work will come for symfony 1.2

[symfony-users] Re: a _partial rant

2008-06-18 Thread Charley Tiggs
There are also open source projects out there built on Symfony for you to look at. The symfonians.net website is one such open source project. Charley Peter Haza said on Wednesday, June 18, 2008: > >Just want to add IRC to the list of places to get help: >irc://irc.freenode.net/ >#symfony >

[symfony-users] Override Actions in sfDoctrineNestedSetManagerPlugin

2008-06-01 Thread Charley Tiggs
Hello all, I'm using the sfDoctrineNestedSetManagerPlugin which can be found here: I have a need to overload the executeAdd_child method within the sfNestedSetManagerActions class because I'm not using the id col

[symfony-users] Re: [off topic] OS X web server setup methodology??

2008-05-28 Thread Charley Tiggs
I use a combination of 3 & 4. The built-in php that comes with MacOS X doesn't have all of the modules I like to take advantage of and recompiling it to have those modules is, uh, interesting. Used to use the PHP binaries from but last I checked, Marc Liyange hadn't pa

[symfony-users] Re: sfThumbnail ImageMagick OS X help needed...

2008-05-28 Thread Charley Tiggs
ere's no problem there. > >ph > >On 28. mai. 2008, at 19.14, Charley Tiggs wrote: > >> >> Ah, but you don't know what Apple will or will not do when an OS >> update comes out. They reserve the right to replace all system >> files, of whi

[symfony-users] Re: sfThumbnail ImageMagick OS X help needed...

2008-05-28 Thread Charley Tiggs
x27;t modify the path /opt/ >local/bin. > >I use this all days. > >;) > >Bertrand > > >Le 28 mai 08 à 18:32, Charley Tiggs a écrit : > >> Bear in mind that this may break if any Apple upgrades replace this >> file. > >=

[symfony-users] Re: sfThumbnail ImageMagick OS X help needed...

2008-05-28 Thread Charley Tiggs
> >Bertrand > > >Le 28 mai 08 à 16:49, Charley Tiggs a écrit : > >> In terminal, create symlinks to the MacPorts binarie > > >> --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "

[symfony-users] Re: sfThumbnail ImageMagick OS X help needed...

2008-05-28 Thread Charley Tiggs
You'll need to make sure the ImageMagick binaries can be seen in the default $PATHs. I don't think the MacPorts bin path is seen by the built in Apache/PHP, which is why I install Apache2/PHP from MacPorts. One work around: In terminal, create symlinks to the MacPorts binaries. To do so beco

[symfony-users] Re: File Size validation not working...

2008-05-23 Thread Charley Tiggs
Create a folder with several .htaccess templates in them. When you want to limit user upload, copy the approach folder and .htaccess to the appropriate path then init the upload process. .htacces can control the upload size but you can't do it directly within the script according to this page

[symfony-users] Re: doselectRS questions

2008-03-30 Thread Charley Tiggs
Ian, If you're not using propel and you're not using Doctrine... What are you using, if I may ask? Charley [EMAIL PROTECTED] said on Friday, March 28, 2008: > >[EMAIL PROTECTED] wrote: >> The second method returns an object, and I need the array. > >I don't use propel anymore, but just some

[symfony-users] Re: redirect to referer

2008-03-05 Thread Charley Tiggs
[EMAIL PROTECTED] said on Wednesday, March 5, 2008: > >On Wed, Mar 5, 2008 at 10:28 PM, pihentagy <[EMAIL PROTECTED]> wrote: > >> Can I ask why is it "better"? > >Because it's a simple and efficient solution ? To expand on Nicolas' reply: You seem to need quite a few functions beyond the scop

[symfony-users] Re: anybody using PHP 5.2.5?

2008-03-03 Thread Charley Tiggs
I just set up a box with Debian on it with php 5.2.5 and symfony 1.0.11. Works very well for me. Charley [EMAIL PROTECTED] said on Monday, March 3, 2008: > >One of my clients has RHEL4 up2date running - it's just installed PHP 5.2.5, >and now all the Symfony applications are broken with the C

[symfony-users] Re: updateFromReuqest - security issue

2008-02-14 Thread Charley Tiggs
Then file a ticket. Charley [EMAIL PROTECTED] said on Thursday, February 14, 2008: > >Should be a bug IMHO. >If I say >generator: > param: >fields: > updated_at: {type: plain} > >it should apply in edit view unless otherwise configured. > >On Feb 1

[symfony-users] Re: updateFromReuqest - security issue

2008-02-12 Thread Charley Tiggs
[EMAIL PROTECTED] said on Tuesday, February 12, 2008: > >Hi all! > >I've peeked into the generated auto___Actions class, and especially >the update___FromRequest method. > >Since in generator.yml I have > updated_at: { type: plain, name: módosítva } >I though there will be no such block, t

[symfony-users] Re: flash variable gets lost

2008-02-07 Thread Charley Tiggs
Flash variables are only stored in the session until the next view is displayed. If you want the flash variable to persist beyond the next page, you'll have to manage that in your session directly. More information here:

[symfony-users] Re: sfLightBoxPlugin, lighbox.js link gone in header on ajax

2008-02-04 Thread Charley Tiggs
l, it opens up the actual image ALONE in the page. As opposed >to a nice little animated javascript thing. > > >On Feb 4, 12:34 pm, Charley Tiggs <[EMAIL PROTECTED]> wrote: >> What javascript errors are being generated? >> >> Charley >> >> [EMAIL PROTEC

[symfony-users] Re: sfLightBoxPlugin, lighbox.js link gone in header on ajax

2008-02-04 Thread Charley Tiggs
What javascript errors are being generated? Charley [EMAIL PROTECTED] said on Monday, February 4, 2008: > >I have been having an issue with sfLightBoxPLugin, with no good luck >getting help in the symfony board. > >http://www.symfony-project.org/forum/index.php/t/11057/ > >Basically, lighBox do

[symfony-users] Re: custom view in admin generator + icon theme

2008-01-31 Thread Charley Tiggs
I'd like to have some icons on the index view to these actions, >that's why I'd like to know where are the stock icons from. >Second, I'd like to have edit1 and edit2 views match the edit view. > > >On Jan 30, 5:49 pm, Charley Tiggs <[EMAIL PROTECTED]&g

[symfony-users] Re: custom view in admin generator + icon theme

2008-01-30 Thread Charley Tiggs
Take a look at . Also take a gander at the movie and some of the tutorials: Charley [EMAIL PROTECTED] said on Wednesday, January 30, 2008: > >Hi all! > >If I understand correctly, it is possible,

[symfony-users] Re: Keeping propel.ini passwords in a separate file

2008-01-25 Thread Charley Tiggs
I use an automated routine to handle this. I set svn:ignore before I ever modified databases.yml so that takes care of import. On export on the production server, I add the DSN to databases.yml inside the shell script that I use to export from svn and run a few other housecleaning chores in t

[symfony-users] Re: sfDoctrinePlugin doctrine-build-sql throws exception

2008-01-22 Thread Charley Tiggs
Be sure to specify the table name. I think I ran into an issue where not specifying the table name would result in a fatal error when trying to build the sql file: Person: tableName: person columns: title: type: string(255) Charley [EMAIL PROTECTED] said on Friday, January 11, 2

[symfony-users] Re: Error 500

2008-01-10 Thread Charley Tiggs
Switch to the dev environment on your production server: http://www.yourdomain.com/frontend_dev.php/ Doing so should show the errors. Charley [EMAIL PROTECTED] said on Thursday, January 10, 2008: > >Hey guys, > >I'm getting frequent error 500's on production which I am so far >unable to re

[symfony-users] Re: adding routing rule for select pages from old site

2008-01-08 Thread Charley Tiggs
I posted a message on handling just this situation a while ago: Charley [EMAIL PROTECTED] said on Tuesday, January 8, 2008: >We're soon launching a symfo

[symfony-users] Re: Approaches to handling SSL?

2007-12-31 Thread Charley Tiggs
on-SSL DocumentRoot. It's not usually a good idea to mix SSL >and non-SSL on the same site, as you end up maintaining the same code >twice, which breaks the D.R.Y. principal :) > >On 31 Dec 2007, at 17:00, Charley Tiggs wrote: > >> >> Fixing the bugs in sfSSLRequireme

[symfony-users] Re: Approaches to handling SSL?

2007-12-31 Thread Charley Tiggs
and if the bugs really are a >concern, fix them and contribute the fixes? ;) > >Why reinvent the wheel? (or invent your own 'standard' that will be >deprecated very shortly?). > >As always - be pragmatic :) > >On 31 Dec 2007, at 15:46, Charley Tiggs wrote: > &

[symfony-users] Approaches to handling SSL?

2007-12-31 Thread Charley Tiggs
Hello folks! I'm in the position of having to use SSL on some parts of my website but not others. I'm wondering if folks have a means of ensuring SSL is present when it needs to be and not present when it's not required? I found the sfSslRequirementPlugin but it has some open bugs that make me

[symfony-users] Re: doctrine tasks problem...

2007-12-10 Thread Charley Tiggs
nly just released, I'm wondering if that's the > problem. Will try now with an earlier version... > > > Charley Tiggs wrote: >> Note the addition of the "tableName" parameter. Also note that you >> have a typo in the type parameter for the password type

[symfony-users] Re: doctrine tasks problem...

2007-12-10 Thread Charley Tiggs
; type: integer(4) > primary: true > autoincrement: true > username: > type: string(255) > password: > type: stirng(255) > > But i get the same error message. The cache has been cleared. > > Charley Tiggs wrote: >> Check your sc

[symfony-users] Re: doctrine tasks problem...

2007-12-09 Thread Charley Tiggs
Check your schema. I think I ran into this problem where the schema was incorrectly defined. Unfortunately, the documentation is not yet as accurate as it needs to be about using schema.yml. You may also need to clear your cache. Charley On Dec 9, 2007, at 5:20 PM, Jonathan Franks wrote

[symfony-users] Re: New symfony site

2007-12-07 Thread Charley Tiggs
urhm, link? Charley Rafael George wrote: > Hi guys, i found this site http://www.djangogigs.com, so i decide to > make something similar for Symfony, so if you have time and think you > can take advantages of the site, just use it check it out, send > feedbacks comments, hate note whatever you w

[symfony-users] Re: Maintaining a session form a standard PHP app to a symfony app

2007-12-06 Thread Charley Tiggs
n Dec 6, 2007, at 2:18 PM, Tom Haskins-Vaughan wrote: > > Yeah it's on the same domain. But I'm using PHP sessions on the old > one. > > Charley Tiggs wrote: >> Is the parent url the same? If so, make sure the cookie that >> controls the session sets the domai

[symfony-users] Re: Maintaining a session form a standard PHP app to a symfony app

2007-12-06 Thread Charley Tiggs
Is the parent url the same? If so, make sure the cookie that controls the session sets the domain to ".myurl.com". Then the session should be available on both sites. Charley On Dec 6, 2007, at 12:44 PM, Tom Haskins-Vaughan wrote: > > Hi, I am in the process of rewriting a PHP application

[symfony-users] Re: Asset helper for "generic link"?

2007-12-06 Thread Charley Tiggs
Set up a routing rule (don't forget to modify .htaccess as well!) and continue to utilize link_to(). Or create your own set of helpers. Or create the helper and add it to trac and indicate you want it to be considered for inclusion. Charley On Dec 6, 2007, at 9:28 AM, Lee Bolding wrote:

[symfony-users] Re: Sharing a variable between components

2007-12-03 Thread Charley Tiggs
On Dec 3, 2007, at 10:10 AM, eax wrote: > > Hi, > > I would like to initialize a variable in my controller, and use it in > components (I don't speak of sessions variables). Also take a look at: http://www.symfony-project.org/book/1_0/07-Inside-the-View- Layer#Components Charley --~--~-

[symfony-users] Re: Sharing a variable between components

2007-12-03 Thread Charley Tiggs
In your action: public function executeMyAction() { ... $this->myVar = 'some value'; } When you call your component: $myVar ) ); ?> Charley On Dec 3, 2007, at 10:10 AM, eax wrote: > > Hi, > > I would like to initialize a variable in my controller, and use it in > components (I don't s

[symfony-users] Re: Best way to get data from DB

2007-11-27 Thread Charley Tiggs
notjosh wrote: >> Propel is more than usable, it is stable. Not damned >> fast, not as shiny as some would like but it works and that's all many >> expect from it. > > Hehe, Propel 1.3 is roughly as fast as Doctrine (for basic tasks, > anyway. Lazy/eager loading, complex joins, etc are ignored i

[symfony-users] sfDoctrine, Relations and doctrine_admin_double_list

2007-10-31 Thread Charley Tiggs
Howdy folks, symfony 1.0.8 postgresql I have the following schema: Company: id: type: integer name: type: varchar relations: Categories: class: Category refClass: CategoryCompany CategoryCompany: company_id: type: integer category_id: type:

[symfony-users] Re: Question about credentials

2007-10-30 Thread Charley Tiggs
Found the answer. For anyone else looking for the answer who kept searching for "expires" instead of "timeout" and credentials disappearing but the rest of the session remaining fine: http://www.symfony-project.com/book/1_0/06-Inside-the-Controller-Layer#Session%20Manageme

[symfony-users] Question about credentials

2007-10-29 Thread Charley Tiggs
When credentials are given to a user, do they expire after a set amount of time? If so, what is that time frame? I can't figure it out... The rest of the session persists. It's just the credentials that are removed. Charley --~--~-~--~~~---~--~~ You rece

[symfony-users] Re: sfDoctrine and database indexes

2007-10-29 Thread Charley Tiggs
> INNODB; > CREATE TABLE contact (id BIGINT AUTO_INCREMENT, name VARCHAR(255), > PRIMARY > KEY(id)) ENGINE = INNODB; > ALTER TABLE user ADD FOREIGN KEY (contact_id) REFERENCES contact(id); > > - Jon > > On 10/28/07, Charley Tiggs <[EMAIL PROTECTED]> wrote: >> >&

[symfony-users] Re: sfDoctrine and database indexes

2007-10-28 Thread Charley Tiggs
On Oct 28, 2007, at 4:45 AM, Ian P. Christian wrote: > > Charley Tiggs wrote: >> I'm using schema.yml to manage my models and to create the tables >> until the database structure settles down. I'm trying to create a >> multi-column index on a table and am not

[symfony-users] sfDoctrine and database indexes

2007-10-26 Thread Charley Tiggs
I'm using schema.yml to manage my models and to create the tables until the database structure settles down. I'm trying to create a multi-column index on a table and am not having any success. Here's the table: Subcategory: tableName: subcategory relations: Category: ~ colum

[symfony-users] Re: sfDoctrine admin_double_list

2007-10-26 Thread Charley Tiggs
refClass: UserGroup columns: . Charley On Oct 27, 2007, at 12:19 AM, Charley Tiggs wrote: > > I've created an admin for a users table. I need a double list in > order to select the groups the user belongs to. But I'm having a > hard time figuring out how

[symfony-users] sfDoctrine admin_double_list

2007-10-26 Thread Charley Tiggs
I've created an admin for a users table. I need a double list in order to select the groups the user belongs to. But I'm having a hard time figuring out how to do it. Here's what I have in my generator.yml: generator: class: sfDoctrineAdminGenerator param: model_c

[symfony-users] Re: Symfony coders needed / symfony e-commerse module...

2007-10-26 Thread Charley Tiggs
I'd be happy to help work on it. I just need to know how we're communicating about it and what is still needed. Charley Jon Busby wrote: > Not yet, > > its not really in a state to become a plugin yet - I _could_ put it up > on my SVN system, or is there somewhere on the symfony site I can u

[symfony-users] Re: Propel ODBC?

2007-10-25 Thread Charley Tiggs
nd. in > Unknown on line 0 > > if thats any help... > > > > From: symfony-users@googlegroups.com on behalf of Charley Tiggs > Sent: Thu 10/25/2007 4:20 PM > To: symfony-users@googlegroups.com > Subject: [symfony-users] Re: Pr

[symfony-users] Re: Propel ODBC?

2007-10-25 Thread Charley Tiggs
Is it that they can't enable the extension or that they can't get extension to connect to mssql? If it's the later, make sure that they configure freetds correctly or you include the port number as part of the host when using mssql_connect(). I had that issue not too long ago. Charley Jon B

[symfony-users] Re: Restrict access to records based on a foreign key

2007-10-24 Thread Charley Tiggs
Here's how I'd do it: 1) have user login and store relevant info on user in session 2) store the organization object in the session 3) use the organization object in the session to retrieve the articles for review. The organization object would have a method called getArticles() that is tied

[symfony-users] Re: Developer tools

2007-10-19 Thread Charley Tiggs
Platform: MacOS X 10.4 Text editory/IDE: TextMate (best editor I've ever used and I've used a plethora of them on Linux, Mac, and Windows) Primary test browser: Safari, Firefox with developer and firebug plugins Charley On Oct 19, 2007, at 12:38 PM, Tom Haskins-Vaughan wrote: > > Hi this migh

[symfony-users] Re: New Framework in the wild

2007-10-17 Thread Charley Tiggs
Is Symfony 1.1 reliable/stable enough to begin using now? Charley On Oct 17, 2007, at 12:20 PM, Jonathan Wage wrote: > sfDoctrinePlugin has been rewritten and is available in > sfDoctrinePlugin/trunk, the version you tried was probably > sfDoctrinePlugin/branches/0.1. However, the new sfDoct

[symfony-users] Re: Global configuration question

2007-10-15 Thread Charley Tiggs
On Oct 15, 2007, at 2:09 AM, Francois Zaninotto wrote: > Charley, > > The app.yml transforms the hierarchy of keys into compound keys up > to the > level 3. This means that > But if you add one level > > all: > creditcards: > list: > AMEX: American Express > DISC: Discover

[symfony-users] Re: Global configuration question

2007-10-14 Thread Charley Tiggs
On Oct 14, 2007, at 8:22 PM, Kiril Angov wrote: > Charley Tiggs wrote: >> Howdy folks, >> >> I have a series of variables that I want to be available across all >> applications. My attempt to set this up in project/config/config.php >> failed because the conf

[symfony-users] Global configuration question

2007-10-14 Thread Charley Tiggs
Howdy folks, I have a series of variables that I want to be available across all applications. My attempt to set this up in project/config/config.php failed because the configuration array apparently hasn't been initialized yet at that point. So, what's the trick? Charley --~--~

[symfony-users] Re: Symfony - Forge

2007-10-10 Thread Charley Tiggs
Jon Busby wrote: > I remember some talk about this a while back, but (see as I'm about to > release my completely unfinished e-commerse code plus paypal and google > checkout plugins to the community) I've noticed there isnt really a > place for these projects to be easily hosted I mean i'v

[symfony-users] Re: Best way for backwards-compatible URLs?

2007-10-05 Thread Charley Tiggs
Simon Roby wrote: > On 10/4/07, Carl Vondrick <[EMAIL PROTECTED]> wrote: >> What's the best way to have backwards-compatible URLS in symfony? >> >> Basically, I want to create a list of my old new links with the corresponding >> symfony URI. I have considered using symfony's routing system to do

[symfony-users] Re: How do I add a custom hidden field with a default value in the admin generator?

2007-10-05 Thread Charley Tiggs
> > [?php echo input_hidden_tag('getSingularName().'['. > $column->getName().']' ?>', '') ?] > > Output form-row > > > Added two settings to the field in generator.yml to activate the > hidden field and set a value

[symfony-users] Re: Symfony coders needed / symfony e-commerse module...

2007-10-04 Thread Charley Tiggs
For sure. Just let me know what you need me to do. Charley Jon Busby wrote: > Charley - Are you still interested in helping me build this module? > > > > > From: symfony-users@googlegroups.com on behalf of Charley Tiggs > Sent: Tue 9

[symfony-users] Re: How do I add a custom hidden field with a default value in the admin generator?

2007-10-04 Thread Charley Tiggs
I can hide the entire row iin the admin generator. > > On Oct 4, 4:01 pm, Charley Tiggs <[EMAIL PROTECTED]> wrote: >> Would the following not do the trick for you? >> >> object_input_hidden_tag($obj, 'method', array(), 'default value') >&

[symfony-users] Re: How do I add a custom hidden field with a default value in the admin generator?

2007-10-04 Thread Charley Tiggs
Would the following not do the trick for you? object_input_hidden_tag($obj, 'method', array(), 'default value') Charley Daniel Staver wrote: > I figured out how to save the value from the partial. I had to name > the partial with the same name as the field I was trying to update. > > I'm still

[symfony-users] Getting started with sfDoctrine

2007-10-02 Thread Charley Tiggs
I created a fresh project to get started with sfDoctrine. Got my schema created, created the database, generated the admin and...hit a wall. I can't get any of my pages that use sfDoctrine to show. If I step through the generated scripts, I get the following error: Fatal error: Call to

[symfony-users] Re: ORM?

2007-10-02 Thread Charley Tiggs
Matthias Nothhaft wrote: > Charley Tiggs schrieb: >> What I'm trying to do is justify to my team members the need to switch >> to Doctrine and spend the extra development time (read client's money) >> towards Doctrine. > > Doctrine offers additional featur

[symfony-users] Re: ORM?

2007-10-02 Thread Charley Tiggs
Ian P. Christian wrote: > Charley Tiggs wrote: >> >> Ian P. Christian wrote: >>>> 2) When using Propel now will there be a way to update to Doctrine in >>>> the future when it has become more stable? >>> Very unlikely, they use different concepts.

[symfony-users] Re: ORM?

2007-10-02 Thread Charley Tiggs
Ian P. Christian wrote: >> 2) When using Propel now will there be a way to update to Doctrine in >> the future when it has become more stable? > > Very unlikely, they use different concepts. Propel is focuses around a > Criteria object for selecting, doctrine is not. Ian, Can you expand on

[symfony-users] Re: batch file documentation?

2007-10-01 Thread Charley Tiggs
e development list, it seems that there is > more to know and understand about how to set environments for batch > scripts > > http://groups.google.com/group/symfony-devs/browse_thread/thread/68b9dc48653a1332 > > > > > Charley Tiggs wrote: >> Take a lo

[symfony-users] Re: batch file documentation?

2007-10-01 Thread Charley Tiggs
Take a look at: http://www.symfony-project.com/askeet/1_0/3 Charley On Oct 1, 2007, at 2:42 PM, Jonathan Bryan wrote: > > I need to write some batch scripts and I thought I would check the > docs, > forum, snippeets, mailing list etc to get a quick lesson on the best > batch practices, but I

[symfony-users] Re: Checking if a page requires credentials

2007-09-28 Thread Charley Tiggs
figure out how to determine if the link is secured or not. Charley On Sep 28, 2007, at 2:51 PM, Peter Van Garderen wrote: > > Charley, > > Try this in your template: > > > isAuthenticated()) > { > echo ''; > } > ?> > > --peter > >&

[symfony-users] Re: Checking if a page requires credentials

2007-09-28 Thread Charley Tiggs
at 1:26 PM, Jon Busby wrote: > > Charley, > > I believe you can set this in the settings.yml of your apps > configuration directory, when user doesnt have the necessary > credentials > it forwards to the secure_action and secure_module. > > Jon > > Charley Tiggs wro

[symfony-users] Checking if a page requires credentials

2007-09-28 Thread Charley Tiggs
Is there an easy way to check to see if a page requires credentials before you arrive at that page? What I'm trying to do is create navigation logic that allows prompts a user to login when they click on a certain link instead of being faced with the default "Credentials Required" page. Ch

[symfony-users] Questions about object methods

2007-09-26 Thread Charley Tiggs
Howdy folks, Hoping someone can help me with this. I have the following tables: User -- id name Address --- id user_id user_entered_address_name name address city state zip It's set up this way to allow folks to have multiple delivery addresses. Here's my issue: User logs i

[symfony-users] Re: symfony-jobs Google Group

2007-09-25 Thread Charley Tiggs
I think that discussion platform needs to be here, exposed to the wider symfony community. Many new users are showing up every day and some of those may have interest/expertise that are applicable to symfony-network. Creating a separate track to talk about this just makes it harder for folks

[symfony-users] Re: Symfony coders needed / symfony e-commerse module...

2007-09-25 Thread Charley Tiggs
I'd be willing to help with a symfony e-commerce module. I'm pretty new to symfony but I'm building several e-commerce related apps over the next few months with symfony. Charley Jon Busby wrote: > Stefan, > > I'd volunteer some hours for this - if anything else just to get some > experienc

[symfony-users] Question regarding base classes

2007-09-20 Thread Charley Tiggs
Given the following tables: Category --- id name Subcategory -- id category_id REFERENCES category(id) name I'm trying to reduce the number of queries needed to fetch all subcategories and am having no success figuring it out. Why is there no doSelectJoinSubcategory

[symfony-users] Re: Re : [symfony-users] Problem with sfNiftyPlugin

2007-09-19 Thread Charley Tiggs
ah, gotcha. Thanks. Charley Kiril Angov wrote: > If you are on Windows you need to copu the directory > plugins/sfNiftyPlugin/web into web/sfNiftyPlugin. if you are on linux > you can just symlink. > > Kupo > > Charley Tiggs wrote: >> Could you share the

[symfony-users] Re: Re : [symfony-users] Problem with sfNiftyPlugin

2007-09-19 Thread Charley Tiggs
Could you share the rewrite code? Thanks, Charley Loïc Vernet wrote: > I useed this plugin and indeed it needs a rewrite > > - Message d'origine > De : Cacho <[EMAIL PROTECTED]> > À : symfony users > Envoyé le : Mercredi, 19 Septembre 2007, 22h37mn 57s > Objet : [symfony-users] Proble

[symfony-users] Re: GPLed plugins

2007-09-19 Thread Charley Tiggs
Lukas Kahwe Smith wrote: > Charley Tiggs wrote: > >> Perhaps a suitable compromise would be to come up with a tag in the >> plugin repository that labels a plugin as "unsupported license" or >> something similar? > > That might be a feasible appro

[symfony-users] Re: GPLed plugins

2007-09-19 Thread Charley Tiggs
I don't think Lukas is suggesting the constriction of plugin development. Rather, he's suggesting that symfony should not host plugins that have a license that is not supported by the symfony community. In short, you can use whatever licensing terms that you want. But if you want the license

[symfony-users] Re: Disabled fields with admin generator

2007-09-19 Thread Charley Tiggs
I know the cause, having struggled with this one already. Any field that you add via generator.yml must be a part of the data model with the module. If you add a field that is not a part of the object, the field will be disabled by default. You'll have to explicitly enable the field(s) you w

[symfony-users] Filters question

2007-09-17 Thread Charley Tiggs
Howdy folks, For a module created with the admin generator, is it possible to filter results without having to display the filter fields? All I want to do is show the filtered list of subcategories when my custom object action is clicked for a category. Thanks, Charley --~--~-~-

[symfony-users] Re: Filters question

2007-09-17 Thread Charley Tiggs
;-) > > Regards > > > Am Montag, den 17.09.2007, 16:38 -0500 schrieb Charley Tiggs: >> Howdy folks, >> >> For a module created with the admin generator, is it possible to >> filter results without having to display the filter fields? All I >> want to d

[symfony-users] Form validation for admin generator forms

2007-09-13 Thread Charley Tiggs
Hello all, I've been following the screen cast at http://www.symfony-project.com/ screencast/admin-generator to get up to speed on creating an admin interface. But I've run into a slight issue and I'm hoping someone can help me with it. I've been fighting with this for the better part of

[symfony-users] Re: Adding a dynamic css stylesheet

2007-08-26 Thread Charley Tiggs
Carl Vondrick wrote: > On Saturday, August 25, 2007, Charley Tiggs wrote: >> Thanks for the response! This comes close but is not quite what I'm >> looking for. Neither of these approaches will allow me to override >> the default CSS if I include them un

[symfony-users] Re: Adding a dynamic css stylesheet

2007-08-25 Thread Charley Tiggs
On Aug 25, 2007, at 12:35 PM, Carl Vondrick wrote: > > On Saturday, August 25, 2007, Charley Tiggs wrote: >> My question: What is the correct way to handle adding a dynamic css >> page such that it's included last and the href is formatted correctly >> to cal

[symfony-users] Adding a dynamic css stylesheet

2007-08-25 Thread Charley Tiggs
Hi folks! I'm creating an application where the certain elements of the site need to be styled dynamically based upon the login of the user. It needs to appear at the end of the list of stylesheets included in the page as it's overriding the defaults. Since it's dynamic, I decided to creat

[symfony-users] Re: escaping #?

2007-08-24 Thread Charley Tiggs
Nevermind... I figured it out. sigh FranchiseConfig: cs1: value: "#00f" Just enclose the value with double quotes. Charley On Aug 24, 2007, at 11:36 PM, Charley Tiggs wrote: > > Hello folks! > > I'm a new user of symfony and, thus far,

[symfony-users] escaping #?

2007-08-24 Thread Charley Tiggs
Hello folks! I'm a new user of symfony and, thus far, it has been a snap getting up to speed on it. However, I've run into a perplesing problem that I can't seem to figure out how to escape # when creating sample data to insert into my database to use for development. Obviously, "\#" do

[symfony-users] Re: Oracle and table names

2007-08-17 Thread Charley Tiggs
Can you not, within config/propel.ini add the following line: propel.disableIdentifierQuoting = true While I don't use Oracle, adding this line to my propel.ini got rid of the double quotes. Charley Jony dos Santos Kostetzer wrote: > Hi! > > That's exactly what I'm doing to solve this issue.