[Zope] Need some newbie tal help

2010-10-05 Thread Mark Phillips
I have a table and I am putting data into the cells using tal. I want to bold the data under a certain condition. I tried this, but it didn't work: td tal:content=string:${player/name}b tal:condition=python:str(player['name']) == 'Team'name/b/td The data (player/name) appears correctly, but when

Re: [Zope] Need some newbie tal help

2010-10-05 Thread Mark Phillips
On Tue, Oct 5, 2010 at 10:28 AM, Andrew Milton a...@theinternet.com.auwrote: +---[ Mark Phillips ]-- | I have a table and I am putting data into the cells using tal. I want to bold the data under a certain condition. I tried this, | but it didn't work: | | td

Re: [Zope] Need some newbie tal help

2010-10-05 Thread Mark Phillips
On Tue, Oct 5, 2010 at 10:42 AM, Andrew Milton a...@theinternet.com.auwrote: +---[ Mark Phillips ]-- | | | On Tue, Oct 5, 2010 at 10:28 AM, Andrew Milton a...@theinternet.com.au wrote: | | +---[ Mark Phillips ]-- | | I have a table

[Zope-PAS] Problems Upgrading PluggableAuthService

2008-01-30 Thread Mark Phillips
I have a plone site running: Plone 2.5.5, CMF-1.6.4, Zope (Zope 2.9.8-final, python 2.4.4, freebsd6), Five 1.4.2, Python 2.4.4 (#2, Sep 26 2007, 13:07:27) [GCC 3.4.6 [FreeBSD] 20060305], PIL 1.1.6 membrane 1.0 remember 1.0 PluggableAuthService-1.4.2 The members cannot add portraits to the

Re: [Zope-PAS] Problems Upgrading PluggableAuthService

2008-01-30 Thread Mark Phillips
On Wed, 2008-01-30 at 08:50 -0500, Jens Vagelpohl wrote: On Jan 30, 2008, at 14:01 , Mark Phillips wrote: I looked at the bug reports and found 2 that relate to this error: http://plone.org/products/remember/issues/44 http://plone.org/products/remember/issues/32 The suggested solution

Re: [Zope-DB] Question Concerning Z SQL Method and Class Bindings

2010-05-25 Thread Mark Phillips
. Thanks! Mark On Tue, May 25, 2010 at 12:03 PM, Peter Sabaini pe...@sabaini.at wrote: On Mon, 2010-05-24 at 21:33 -0700, Mark Phillips wrote: I am reading the zope 2 book (relational database section) and it talks about binding classes by putting them in the Extensions directory

[Zope-DB] Can't get multiple to work in dtml-sqltest

2010-10-01 Thread Mark Phillips
I have a ZSQL query getPlayersBySeasons with one input value, seasonID: select distinct player.playerID, firstName, lastName, number, birthdate, positions, bats, throws, active from player, SeasonPlayer dtml-sqlgroup required where dtml-sqltest seasonID column=SeasonPlayer.seasonID type=int

Re: [Zope-DB] Can't get multiple to work in dtml-sqltest

2010-10-02 Thread Mark Phillips
, the type parameter does work as advertised. The only issue is one cannot enter a list of values from the ZMI to test the sql. You have to do it from a Python script. Mark On Fri, Oct 1, 2010 at 6:32 PM, Mark Phillips m...@phillipsmarketing.bizwrote: I have a ZSQL query getPlayersBySeasons with one