Code

Programming Languages: Python

License: Other License

Repositories

browse code, statistics, last commit on 2000-08-10 cvs -d:pserver:anonymous@worldpilot.cvs.sourceforge.net:/cvsroot/worldpilot login

cvs -z3 -d:pserver:anonymous@worldpilot.cvs.sourceforge.net:/cvsroot/worldpilot co -P modulename

Show:

What's happening?

  • Bug 209892: Checked addresses don't carry over to Compose

    Fixes bug that occurs when selecting addresses from Address Cards in the Compose window.

    2003-01-23 23:46:17 UTC by rossbennett

  • Comment: Checked addresses don't carry over to Compose

    This can be fixed by making the following change to Components/AddressCards.py in class WorldPilotAddressCardsFolder, def getEmails: Change: email=email+" <" + card.EMAIL + ">" To: email=email+" <" + string.join(card.EMAIL,',') + ">" also in Resource.py, change line 5012 (I think): <TD WIDTH="100%">&nbsp;<!--#var...

    2003-01-23 23:14:36 UTC by nobody

  • Spanish translation

    Hi. I've made a spanish translation for Worldpilot (1.1.0-alpha4 version). The translation is here - http://www.buscadoc.org/weblog/ - and is exactly to english version...but in spanish:)

    2002-09-10 15:55:51 UTC by ear3ndil

  • Comment: NameError: global name 'Persistent' is

    yes i got the same problem on suse 8.0 and zope 2.5.

    2002-08-01 11:23:46 UTC by nobody

  • Followup: RE: Zope Error

    I haven't encountered the IOError exception problem, but I did have trouble with logging off. My fix, which so far doesn't seem to have broken anything is to add in WorldPilot.py, at the top of the logon() method: if type(REQUEST) != type({}): return Ugly, but it's doing the job. It would be cool to see some of the fixes posted in the forum applied to the code...

    2002-06-25 21:55:30 UTC by robmed

  • Followup: RE: Cannot get past login screen - login repe

    Same problem here: unable to get past the login screen. Platform: Linux Suse 7.3 Zope Version: (Zope 2.5.1 (binary release, python 2.1, linux2-x86), python 2.1.3, linux2) Python Version 2.1.3 (#1, Apr 15 2002, 11:13:45) [GCC 2.7.2.3].

    2002-06-02 16:58:41 UTC by lamdi

  • E-Mail Encryption Support

    It would be nice if WorldPilot had key management features to ease the process of sending and receiving encrypted e-mail.

    2002-04-18 03:38:11 UTC by robmed

  • Comment: Scandinavian chars won't work

    Logged In: YES user_id=98890 works fine on my version...maybe locales were not installed?.

    2001-11-23 13:11:39 UTC by bastardo

  • NameError: global name 'Persistent' is

    Hi there, Im trying out worldpilot. I got it to work with an "old" version of Zope. However now when i have a new ver it is another deal. Some general info: Zope Version (Zope 2.4.3 (source release, python 2.1, linux2), python 2.1.1, linux2) Python Version 2.1.1 (#2, Nov 14 2001, 05:23:29) [GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-85)] System Platform linux2.

    2001-11-15 14:37:16 UTC by nobody

  • Followup: RE: WPUtil.py

    I pasted this (found in WPimaplib.py): Mon2num = {'Jan': 1, 'Feb': 2, 'Mar': 3, 'Apr': 4, 'May': 5, 'Jun': 6, 'Jul': 7, 'Aug': 8, 'Sep': 9, 'Oct': 10, 'Nov': 11, 'Dec': 12} into WPUtil.py at line 115. This seems to fix the problem.

    2001-11-13 00:57:56 UTC by wlpretend

Our Numbers