Re: [Mailman-Developers] Mailman + DB: Snag

2001-03-21 Thread Chris Ryan
I have uploaded the patch on to Sourceforge.net as requested and in context format. Thanks for the heads up and info on these. Chris Ryan [EMAIL PROTECTED] Thomas Wouters wrote: > > On Tue, Mar 20, 2001 at 10:40:12PM +0100, Ricardo Kustner wrote: > > On Tue, Mar 20, 2001 a

Re: [Mailman-Developers] Mailman + DB: Snag

2001-03-20 Thread Chris Ryan
r and setattr but when I start integrating the datasource driver code i will change it to an eval/exec of some kind to call the driver interface function instead. Chris Ryan [EMAIL PROTECTED] Chris Ryan wrote: > > As a test I implemented a basic interface driver with mailman that &

[Mailman-Developers] Mailman + DB: Snag

2001-03-15 Thread Chris Ryan
to look through the python documentation to see if there is a way to dynamically call a method as that would further simplify the above. Does this sound reasonable? Or is there a better way to deal with this problem? Chris Ryan [EMAIL PROTECTED] ___

Re: [Mailman-Developers] DRAFT Datasource Interface v0.1

2001-03-14 Thread Chris Ryan
nt for a while now... > > On Tue, Mar 13, 2001 at 01:33:50PM -0500, Chris Ryan wrote: > > http://www.zope.org/Members/bwarsaw/MailmanDesignNotes/CentralizedUserDatabase > > at Ricardo's sugestion so that you may all read it over and > > comment/add/substract ?delete? :)

[Mailman-Developers] DRAFT Datasource Interface v0.1

2001-03-13 Thread Chris Ryan
the code to use the interface. Once I've got the interface implimented we should have a concreate definition and anyone should be able to write a datasource driver using the interface to access what ever source they wish to use. Chris Ryan [EMAIL PROTECTED] ___

Re: [Mailman-Developers] PHP wrappers?

2001-03-13 Thread Chris Ryan
g any output that gets sent to stderr on stdout. Chris Ryan [EMAIL PROTECTED] Harold Paulson wrote: > > Hey, > > I was trying to wrap several of the Mailman CLI tools (list_lists and > such) in a little PHP so I could easily integrate them into a larger > web site. Using

Re: [Mailman-Developers] mailman and the web

2001-03-13 Thread Chris Ryan
any datasources that people would wish Mailman to use. Chris Ryan [EMAIL PROTECTED] Jerry Asher wrote: > > I would like to unify mailman with an ACS bboard. The Open ACS > (http://openacs.org) is a toolkit developing interactive community websites > based on PostgreSQL and Tcl. ACS

[Mailman-Developers] Mailman + DB

2001-03-07 Thread Chris Ryan
ow if people think that this is a good idea or not. Have I missed anything in my concept? Chris Ryan [EMAIL PROTECTED] ___ Mailman-Developers mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-developers

Re: [Mailman-Developers] Fresh install of i18n Mailman

2001-03-02 Thread Chris Ryan
ilman/Mailman pointing to /usr/local/lib/python2.0/site-packages/mimelib. Your paths may be a little different but it is worth a try as it worked for me. ex: $ ln -s /usr/local/lib/python2.0/site-packages/mimelib /home/mailman/Mailman/mimelib Hope this helps. Chris Ryan [EMAIL PROTECTED]

Re: [Mailman-Developers] qrunner just keeps going and going

2001-03-01 Thread Chris Ryan
hat I develop. Also in the process if i can help by submitting bug reports etc. all the better, right :) So if I become a pain in the neck it's only cause I like Mailman and want to help make it the best it can be. Chris Ryan [EMAIL PROTECTED] "Barry A. Warsaw" wrote: > >

[Mailman-Developers] qrunner just keeps going and going

2001-03-01 Thread Chris Ryan
an instance of it is already running and abort or perhaps it should be started from init??? Any enlightenment someone could shed would be great. Thanks in advance. Chris Ryan [EMAIL PROTECTED] ___ Mailman-Developers mailing list [EMAIL PROTECTED] http://mai

Re: [Mailman-Developers] Problems with latest CVS version

2001-02-27 Thread Chris Ryan
Do you have a timeframe on when the next big commit is going to be? Thanks in advance. Chris Ryan [EMAIL PROTECTED] "Barry A. Warsaw" wrote: > > >>>>> "CR" == Chris Ryan <[EMAIL PROTECTED]> writes: > > CR> Does anyone know how th

[Mailman-Developers] Problems with latest CVS version

2001-02-27 Thread Chris Ryan
would think that somewhere Parser should be used to parse the message but I'm not sure where or how to maintain the Mailman.Message.Message functionality that was added in the inheritance. Does anyone know how this should be fixed or what I did wrong? I have the lates

[Mailman-Developers] Mailman + PostgreSQL

2001-02-21 Thread Chris Ryan
i'm wrong, I believe modifying the code to use a database should be fairly contained. In the process of doing this I want to do everything in a such a manner that is best for contributing back to the Mailman project. Any feedback anyone can offer on this subject would be wonderful. Thank