December 2004 Archives by author
Starting: Wed Dec 1 10:19:05 PST 2004
Ending: Fri Dec 31 10:56:37 PST 2004
Messages: 162
- [Commits] (twl) Fix [Bug 2245]: TestSimpleQueries.py fails with
date range error in December
commits at osafoundation.org
- [Commits] (bkirsch) Directory
/usr/local/cvsrep/chandler/parcels/osaf/framework/wakeup/test
added to the repository
commits at osafoundation.org
- [Commits] (heikki) Working out the kinks in Twisted SSL Protocol
Wrapper. The remaining issue seems to be that if we are
called by sendLine() with more data than can fit in the BIO
buffer set by bio_set_write_buf_size(),
the client abrubtly breaks connection with server before all data is
sent.
commits at osafoundation.org
- [Commits] (heikki) Accept either SSLv3 or TLSv1 connection by
default. Checked return values.
commits at osafoundation.org
- [Commits] (bear) Directory /usr/local/cvsrep/internal/installers
added to the repository
commits at osafoundation.org
- [Commits] (bear) Directory
/usr/local/cvsrep/internal/installers/win added to the repository
commits at osafoundation.org
- [Commits] (bear) Win32 installer tool
commits at osafoundation.org
- [Commits] (bear) Updated the version and web page per heikki's
suggestions and removed the
commits at osafoundation.org
- [Commits] (heikki) The remaining (I Hope) problem is when the
server sends more data than can fit in BIO pair buffers (17K)
in one write. In that case the client breaks connection (and
does not realize that it was bad).
commits at osafoundation.org
- [Commits] (bkirsch) Removed a variable
commits at osafoundation.org
- [Commits] (donn) Added preliminary Attribute Editor Block
commits at osafoundation.org
- [Commits] (bkirsch) Parcel Python Class
commits at osafoundation.org
- [Commits] (heikki) Some cleanup. Turns out this also works with
arbitrarily large data (previous problems were caused by
using a twisted test program that truncated data).
commits at osafoundation.org
- [Commits] (bkirsch) Added a handle assignment and itemClass
commits at osafoundation.org
- [Commits] (bkirsch) WakeupCaller Unit Test
commits at osafoundation.org
- [Commits] (bkirsch) code cleanup
commits at osafoundation.org
- [Commits] (donn) Added a comment to wxToolbarItem describing why
they don't map directly onto a wx ToolbarTool and need to be
treated specially.
commits at osafoundation.org
- [Commits] (davids) Directory /usr/local/cvsrep/external/swig/win32
added to the repository
commits at osafoundation.org
- [Commits] (davids) Directory
/usr/local/cvsrep/external/swig/win32/Source added to the repository
commits at osafoundation.org
- [Commits] (davids) Directory
/usr/local/cvsrep/external/swig/win32/Source/Include added to
the repository
commits at osafoundation.org
- [Commits] (davids) swig build moving to vc
commits at osafoundation.org
- [Commits] (davids) moving to version 1.3.22
commits at osafoundation.org
- [Commits] (bkirsch) Now Cache the WakeupCallKind object
commits at osafoundation.org
- [Commits] (vajda) upgraded to SWIG 1.3.22,
building with VC on Windows now
commits at osafoundation.org
- [Commits] (heikki) Don't know why it's failing with timeout,
it works in manual tests. Trying alternative host.
commits at osafoundation.org
- [Commits] (donn) Updated the Attribute Editor that works on
Repository Items to use the repository to figure out the
TypeHandler for type conversion.
commits at osafoundation.org
- [Commits] (donn) Fixed a problem with the AEBlock not being able to
delete the Attribute Editor's control.
commits at osafoundation.org
- [Commits] (heikki) A try at error handling.
commits at osafoundation.org
- [Commits] (heikki) A try at error handling.
commits at osafoundation.org
- [Commits] (john) * First pass of new detail view
commits at osafoundation.org
- [Commits] (bkirsch) Added the Chandler release to version.py
commits at osafoundation.org
- [Commits] (heikki) New imap and smtp updates from bkirsch. These
require changes in parcels code.
commits at osafoundation.org
- [Commits] (bkirsch) Mail Code Changes to co-ordinated with the
Twisted update
commits at osafoundation.org
- [Commits] (vajda) added creation of bin, lib,
include before build starts
commits at osafoundation.org
- [Commits] (bkirsch) fixes bad checkin
commits at osafoundation.org
- [Commits] (donn) Fix bug 2257: NoSuchAttributeError - "duration"
commits at osafoundation.org
- [Commits] (vajda) preparing upgrade to 0.9.3
commits at osafoundation.org
- [Commits] (donn) Minor tweaks to the Detail View to better support
"duration" attribute on Calendar Event items.
commits at osafoundation.org
- [Commits] (bear) Directory
/usr/local/cvsrep/internal/installers/rpm added to the repository
commits at osafoundation.org
- [Commits] (bear) First pass at RPM .spec file that generates a very
alpha binary RPM
commits at osafoundation.org
- [Commits] (jed) Fixed problem with week/day views not printing the
correct size.
commits at osafoundation.org
- [Commits] (stearns) 0.5 stuff:
commits at osafoundation.org
- [Commits] (stearns) Fix build break by removing references to
old-style reminders items. (I'll add new-style attributes shortly)
commits at osafoundation.org
- [Commits] (stearns) Oops - shouldn't've checked this in. Rolling
back to the previous version.
commits at osafoundation.org
- [Commits] (jed) Directory /usr/local/cvsrep/chandler/locale/dh
added to the repository
commits at osafoundation.org
- [Commits] (john) * Fixed bug 2263 collectionOwner should be
contentsOwner
commits at osafoundation.org
- [Commits] (davids) Directory
/usr/local/cvsrep/internal/wxPython-2.5/include/wx/xrc added
to the repository
commits at osafoundation.org
- [Commits] (davids) Directory
/usr/local/cvsrep/internal/wxPython-2.5/src/xrc added to the
repository
commits at osafoundation.org
- [Commits] (bear) typo
commits at osafoundation.org
- [Commits] (davids) Directory
/usr/local/cvsrep/internal/wxPython-2.5/wxPython/wxversion
added to the repository
commits at osafoundation.org
- [Commits] (heikki) Seems like this file (at least) is missing -
Linux builds won't start without it. Took this from 2.5.3.1 release.
commits at osafoundation.org
- [Commits] (heikki) XRC project not needed here.
commits at osafoundation.org
- [Commits] (heikki) Another missing file. After this build should
finish without errors.
commits at osafoundation.org
- [Commits] (davids) added new v2.5.3.1 #defines
commits at osafoundation.org
- [Commits] (heikki) We don't have samples dir,
skip this so clean passes ok.
commits at osafoundation.org
- [Commits] (robin) Fix for part of Bug#2227. The MSW build of
wxWidgets is still
commits at osafoundation.org
- [Commits] (davids) re-applied window double buffering
commits at osafoundation.org
- [Commits] (heikki) We want to use -x relver.
commits at osafoundation.org
- [Commits] (heikki) Wonder why this is not automatically updated
from include/wx/msw/setup.h...
commits at osafoundation.org
- [Commits] (heikki) Preparing for 0.4.03 milestone.
commits at osafoundation.org
- [Commits] (heikki) Upload release AND debug mode packages.
commits at osafoundation.org
- [Commits] (heikki) Use wxPython 2.5.3.1.
commits at osafoundation.org
- [Commits] (heikki) Create dir only if it does not exist so that we
can call this function more than once.
commits at osafoundation.org
- [Commits] (heikki) Comment.
commits at osafoundation.org
- [Commits] (davids) Directory
/usr/local/cvsrep/internal/wxPython-2.5/wxPython/samples/mainloop
added to the repository
commits at osafoundation.org
- [Commits] (davids) Directory
/usr/local/cvsrep/internal/wxPython-2.5/build/script added to
the repository
commits at osafoundation.org
- [Commits] (davids) added minor wxPython v2.5.3.1 files
commits at osafoundation.org
- [Commits] (heikki) Potential way of doing error handling. It might
also be possible to just let the exception pass to Twisted -
investigating if that would work ok.
commits at osafoundation.org
- [Commits] (heikki) Potential way of doing error handling. It might
also be possible to just let the exception pass to Twisted -
investigating if that would work ok.
commits at osafoundation.org
- [Commits] (davids) new files from wxPython v2.5.3.1 distrib
commits at osafoundation.org
- [Commits] (john) * Added refcounted true to RepositoryTestCase
commits at osafoundation.org
- [Commits] (john) * Fixed misleading comment
commits at osafoundation.org
- [Commits] (bkirsch) moved thread stop till after reactor callback
commits at osafoundation.org
- [Commits] (john) * Moved Util to docgen since it's only used by
docgen and is only part of the build process not the application
commits at osafoundation.org
- [Commits] (john) * preferencesMetadata.xml is no longer used
commits at osafoundation.org
- [Commits] (bkirsch) fixed a bug where the wrong factory getting
called
commits at osafoundation.org
- [Commits] (john) * forgot to checkin getmodeldocs change
commits at osafoundation.org
- [Commits] (stearns) Fix "reminderDialog" exception when starting up
with an existing repository, since 0.4.03
commits at osafoundation.org
- [Commits] (morgen) This directory is unused
commits at osafoundation.org
- [Commits] (john) * Chandler no longer uses the NotificationManager,
however, I have not yet removed the NotificationManager
commits at osafoundation.org
- [Commits] (john) * Chandler no longer uses the NotificationManager,
however, I have not yet removed the NotificationManager
commits at osafoundation.org
- [Commits] (john) * Removed requirement that block events need to be
added to a list for subscription. They only need to be added
to a list if you want to Post them by name.
commits at osafoundation.org
- [Commits] (john) * Events are now copied as part of the default
cloud. This fixes a bug where the stamp bar doesn't show properly
commits at osafoundation.org
- [Commits] (vajda) made UUID final
commits at osafoundation.org
- [Commits] (vajda) made ThreadLocal use threading.local() on python
2.4
commits at osafoundation.org
- [Commits] (vajda) turned on 64Mb cache on Windows by default,
fixed flawed open repository logic
commits at osafoundation.org
- [Commits] (vajda) prepared 0.9.3-136 upgrade
commits at osafoundation.org
- [Commits] (vajda) preparing upgrade to python 2.4
commits at osafoundation.org
- [Commits] (vajda) increased rev numbers for python 2.4 binaries
commits at osafoundation.org
- [Commits] (vajda) increased rev number for python 2.4 binaries
commits at osafoundation.org
- [Commits] (vajda) fixed version number
commits at osafoundation.org
- [Commits] (john) * Fixed cloud copy bugs related to my event changes
commits at osafoundation.org
- [Commits] (morgen) Content model clean-up,
including revival of the Contact kind (in a mininal
commits at osafoundation.org
- [Commits] (vajda) upgraded to 0.9.3-137 due to Linux build bug
commits at osafoundation.org
- [Commits] (john) * Deleted Notification Manager since it's not
longer used
commits at osafoundation.org
- [Commits] (john) * Deleted Notification Manager since it's not
longer used
commits at osafoundation.org
- [Commits] (john) * Deleted Notification Manager since it's not
longer used
commits at osafoundation.org
- [Commits] (vajda) - started on merge conflict callback
commits at osafoundation.org
- [Commits] (vajda) added libiconv-2.dll
commits at osafoundation.org
- [Commits] (vajda) worked around win2k bug/weirdness
commits at osafoundation.org
- [Commits] (vajda) fixed bug in patch statement
commits at osafoundation.org
- [Commits] (john) * Deleted tasks since it's not longer used
commits at osafoundation.org
- [Commits] (vajda) Chandler build upgraded to python 2.4
commits at osafoundation.org
- [Commits] (heikki) Python 2.4 changes.
commits at osafoundation.org
- [Commits] (vajda) oops, PYTHON_VER still defaulting to 2.3
commits at osafoundation.org
- [Commits] (jeffrey) Directory /usr/local/cvsrep/external/dateutil
added to the repository
commits at osafoundation.org
- [Commits] (jeffrey) Directory /usr/local/cvsrep/external/vobject
added to the repository
commits at osafoundation.org
- [Commits] (jeffrey) Added vobject (for iCalendar parsing) and its
dependency dateutil.
commits at osafoundation.org
- [Commits] (vajda) fixed minor memory leak
commits at osafoundation.org
- [Commits] (jeffrey) Fixed download bug from copying
dateutil/Makefile
commits at osafoundation.org
- [Commits] (stearns) Minor cleanups
commits at osafoundation.org
- [Commits] (vajda) improved view mismatch errors
commits at osafoundation.org
- [Commits] (heikki) Ignore make clean errors.
commits at osafoundation.org
- [Commits] (morgen) Removed endpoint for reminderTime (endpoints are
only for references, for
commits at osafoundation.org
- [Commits] (vajda) fixed clean target and disabled db_static project
commits at osafoundation.org
- [Commits] (jeffrey) Changed the directory used to generate binaries
from a non-existent path.
commits at osafoundation.org
- [Commits] (heikki) It seems that the Python build changes lost the
fix to bug 1468 - this should bring it back. Will need to
build new tarball later for make install builds.
commits at osafoundation.org
- [Commits] (vajda) stripping libgcj.so.5 improved footprint on Linux
commits at osafoundation.org
- [Commits] (heikki) Advance relver so that we can get new tarballs
and bring back the fix to bug 1468 to make install builds.
commits at osafoundation.org
- [Commits] (morgen) Removed all content model boilerplate code for
kind lookup.
commits at osafoundation.org
- [Commits] (jeffrey) Added dateutil and vobject to the main external
build.
commits at osafoundation.org
- [Commits]
(heikki) We need to do realclean before doing a new build,
because otherwise changes in patches (for exmple) may not apply
correctly.
commits at osafoundation.org
- [Commits] (heikki) Since we are changing dirs inside the loop,
reset it in the beginning of each loop so that we'll
recognize dirs beyond the first. Some room for improvement here...
commits at osafoundation.org
- [Commits] (morgen) Removed some (now obsolete) parcel classes
commits at osafoundation.org
- [Commits] (morgen) Removed all the old "describes=" xml attributes
commits at osafoundation.org
- [Commits] (heikki) Provide links to staging and destination area.
commits at osafoundation.org
- [Commits] (morgen) Added a few more helpful imports
commits at osafoundation.org
- [Commits] (morgen) Don't publish the items copied at load time
since they have different paths
commits at osafoundation.org
- [Commits] (heikki) Upload tarballs when starting for the first
time. Better error reporting, and minor cleanup.
commits at osafoundation.org
- [Commits] (heikki) doUploadToStaging (misnamed function) should be
called immediately after build now that we are calling
realclean since it removes the tarballs we wanted to copy.
commits at osafoundation.org
- [Commits] (heikki) Make it an error if doUploadToStaging fails
since we are actually relying on it now.
commits at osafoundation.org
- [Commits] (heikki) Let's build new m2crypto tarballs...
commits at osafoundation.org
- [Commits] (heikki) Tuning cleaning some more: we need to start the
first build after cvs update from a realclean slate (so that
new patches etc. apply), but after that normal clean will do.
commits at osafoundation.org
- [Commits] (davids) fixed Python indentation problem (Bug 2287)
commits at osafoundation.org
- [Commits] (morgen) Use the view name instead of calling threading
module to determine if we're in the main thread.
commits at osafoundation.org
- [Commits] (heikki) This sucks,
should redo the tbox client scripts at some point...
commits at osafoundation.org
- [Commits] (heikki) Script that we run from cron to prune staging
area daily.
commits at osafoundation.org
- [Commits] (heikki) Updated python to reapply the fix for bug 1468
that got lost (using release libs in debug version).
commits at osafoundation.org
- [Commits] (heikki) I guess it helps to use the right function to
get verify result...
commits at osafoundation.org
- [Commits] (vajda) - query test cases now run with ramdb
commits at osafoundation.org
- [Commits] (vajda) fixed bug 2290
commits at osafoundation.org
- [Commits] (jeffrey) Added dateutil and vobject to make install
commits at osafoundation.org
- [Commits] (morgen) Added ability to start() and stop() the twisted
webserver within interactive python shell (run python,
from tools.s import *, start(), stop() )
commits at osafoundation.org
- [Commits] (jeffrey) First pass at importing iCalendar data. Writing
to Text Kinds not working.
commits at osafoundation.org
- [Commits] (heikki) There won't be a tarball dir when only chandler
dir changed, so don't try to rsync tarballs then.
commits at osafoundation.org
- [Commits] (vajda) fixed bug in 'check'
commits at osafoundation.org
- [Commits] (vajda) - fixed child deletion bug
commits at osafoundation.org
- [Commits] (heikki) Preparing for milestone 0.4.04.
commits at osafoundation.org
- [Commits] (stearns) Move the Send button to the toolbar;
add colorized buttons.
commits at osafoundation.org
- [Commits] (vajda) - fixed item loading to not fire monitors
commits at osafoundation.org
- [Commits] (heikki) Make sure we send client hello. This will
prevent a situation where the server is waiting for the
client hello and the client is waiting for the server to send data.
commits at osafoundation.org
- [Commits] (heikki) Ignore/skip testing on temporary DNS errors.
commits at osafoundation.org
- [Commits] (bkirsch) raised to sleep time 60 seconds to account for
slow systems
commits at osafoundation.org
- [Commits] (vajda) - fixed repository open logic bug (with empty
directory, without -create)
commits at osafoundation.org
- [Commits] (john) eliminated boatloads of unnecessary parcel xml
commits at osafoundation.org
- [Commits] (vajda) - added version merging of ref collections
without indexes
commits at osafoundation.org
- [Commits] (vajda) more on merging
commits at osafoundation.org
- [Commits] (bear) Modified tools.timing to include in the results
output the marker OSAF_QA:
commits at osafoundation.org
- [Commits] (bear) Added a verbose=True parameter to
tools.timing.result() - this lets the
commits at osafoundation.org
- [Commits] (bear) OSAF changes required for building libxml2-2.6.16
commits at osafoundation.org
- [Commits] (bear) Updated version to 2.6.16 and incremented
RELVERSION
commits at osafoundation.org
- [Commits] (bear) My mistake - I should not have checked in the
Makefile change until *after*
commits at osafoundation.org
Last message date:
Fri Dec 31 10:56:37 PST 2004
Archived on: Fri Dec 31 11:10:04 PST 2004
This archive was generated by
Pipermail 0.09 (Mailman edition).