On Sunday 09 June 2002 01:59 pm, [EMAIL PROTECTED] wrote:
> Hi,
>
> I noticed that great example of a TaskKit page generator in
> the documentation. I looked in the admin section and I
> didn't see a viewer there.
>
> Is there talk about adding Admin plug ins?
>
> For the previous example, when We
[EMAIL PROTECTED] wrote:
>BTW, also, what is the best way to get some code to run
>when a context is started up?
Stuff your code in the __init__.py file of the context in question. Also,
check out the contextInitialize function.
...Edmund.
BTW, also, what is the best way to get some code to run
when a context is started up?
I need to reload the TaskKit schedule.
Dru
___
Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -
http
Hi,
I noticed that great example of a TaskKit page generator in
the documentation. I looked in the admin section and I
didn't see a viewer there.
Is there talk about adding Admin plug ins?
For the previous example, when WebWare was installed, it would
notice that there was a TaskKit. When it n
Thanks Ian, I'll take a look.
btw, the quick test case for the fieldstorage bug is to call an rpc servlet
with params on the query string, e.g:
from WebKit.XMLRPCServlet import XMLRPCServlet
class RpcTest(XMLRPCServlet):
def exposedMethods(self):
return ['add']
def add(self, a,b)
On Monday 03 June 2002 09:36 am, Ingo Luetkebohle wrote:
> Hi,
>
> attached is a patch against MiddleKit to provide preliminary support
> for PostgreSQL. We are using the patch locally, it seems to work
> just fine. Its a bit unpolished but, well,... here it is :-)
Were you able to run the Midd
This is a fairly minor change coming up, and I think we agreed on it
earlier. Just thought I'd describe it in case anyone has any comments:
- Rename *.config to *.config.default.
- Tweak installer to copy *.config.default to *.config.
In this way, you can modify your *.config files in a cvs ver