Issue 701219
Created on 2003-03-10 23:07 by rouilj, last changed 2004-04-05 00:54 by richard.
msg3185 |
Author: [hidden] (rouilj) |
Date: 2003-03-10 23:07 |
|
I have this bit of tal:
<input type="hidden"
tal:condition="python:request.form.has_key('replyto')"
name="msg-1@inreplyto"
tal:attributes="value
python:db.msg.get(request.form['replyto'].value,
'messageid')">
that I would like to have work.
-- rouilj
|
msg3186 |
Author: [hidden] (richard) |
Date: 2003-03-16 08:51 |
|
Logged In: YES
user_id=6405
I'm overloading this RFE as a general grab-bag of stuff that'd
be nice to have in the templating objects.
NumberHTMLProperty should support numeric operations.
HTMLProperty should have an isset() method.
|
msg3187 |
Author: [hidden] (richard) |
Date: 2003-03-23 01:22 |
|
Logged In: YES
user_id=6405
Add class.find() too.
|
msg3188 |
Author: [hidden] (richard) |
Date: 2003-03-23 03:35 |
|
Logged In: YES
user_id=6405
HTMLClass.filter() should be more flexible.
|
msg3189 |
Author: [hidden] (richard) |
Date: 2003-05-09 03:43 |
|
Logged In: YES
user_id=6405
MultilinkHTMLProperty should support "in" operations.
|
msg3190 |
Author: [hidden] (richard) |
Date: 2004-03-17 21:47 |
|
Logged In: YES
user_id=6405
Multilink property additions:
change_note and new_upload
|
msg3191 |
Author: [hidden] (richard) |
Date: 2004-04-01 00:13 |
|
Logged In: YES
user_id=6405
Most methods should have a "default" arg to supply a value
when none appears in the hyperdb or request.
|
msg3192 |
Author: [hidden] (richard) |
Date: 2004-04-04 08:31 |
|
Logged In: YES
user_id=6405
Add html and url quoting methods to the utils object.
|
msg3193 |
Author: [hidden] (richard) |
Date: 2004-04-05 00:54 |
|
Logged In: YES
user_id=6405
Moved this list into sorce so I can maintain it.
|
|
Date |
User |
Action |
Args |
2003-03-10 23:07:02 | rouilj | create | |
|