| comm...@osafoundation.org |
[commits] (bear) [12765] Tagging Chandler trunk as Checkpoint 20070102 |
Tue, 02 Jan, 18:35 |
| comm...@osafoundation.org |
[commits] (bear) [12766] Setting version information for Checkpoint 20070102 |
Tue, 02 Jan, 18:39 |
| comm...@osafoundation.org |
[commits] (bear) [12767] Correcting Checkpoint date |
Tue, 02 Jan, 19:31 |
| comm...@osafoundation.org |
[commits] (john) [12768] fix typo |
Tue, 02 Jan, 19:56 |
| comm...@osafoundation.org |
[commits] (rae) [12769] Moving send button to the left of the search field and made search field smaller; fixes bug 6812 (send button missing on ubuntu) |
Tue, 02 Jan, 20:08 |
| comm...@osafoundation.org |
[commits] (stearns) [12770] Fix bug 7475 (reminder pop-up has incorrect number of minutes after snooze) by displaying the event's user reminder time instead of the snooze time when a snooze alarm goes off. |
Tue, 02 Jan, 22:12 |
| comm...@osafoundation.org |
[commits] (grant) [12771] [recurrence-0.7alpha5] Merge in trunk r12762 -- r12764 |
Tue, 02 Jan, 22:33 |
| comm...@osafoundation.org |
[commits] (bear) [12772] Upgrading vobject to 0.4.7 r173 per Jeffrey |
Tue, 02 Jan, 22:44 |
| comm...@osafoundation.org |
[commits] (morgen) [12773] Adding test for EIM translator code |
Tue, 02 Jan, 23:18 |
| comm...@osafoundation.org |
[commits] (vajda) [12774] - added Record type for direct serialization into DB |
Wed, 03 Jan, 00:31 |
| comm...@osafoundation.org |
[commits] (vajda) [12775] fixed some signed/unsigned warnings |
Wed, 03 Jan, 00:44 |
| comm...@osafoundation.org |
[commits] (vajda) [12776] - rewrote low-level db access APIs with Record type-based APIs |
Wed, 03 Jan, 00:56 |
| comm...@osafoundation.org |
[commits] (john) [12777] Remove loads of dead wood in toolbar code in preparation for work on search |
Wed, 03 Jan, 01:29 |
| comm...@osafoundation.org |
[commits] (vajda) [12778] - added support for new Berkeley DB MVCC feature |
Wed, 03 Jan, 21:06 |
| comm...@osafoundation.org |
[commits] (vajda) [12779] - added support for new Berkeley DB MVCC feature |
Wed, 03 Jan, 21:50 |
| comm...@osafoundation.org |
[commits] (stearns) [12780] Fix bug 7611 (Read-only office calendar viewed in table causes tracebacks): the BaseAttributeEditor.ReadOnly implementation didn't know about columns configured using stamp kinds (like the former stamping columns still are); now it does. |
Wed, 03 Jan, 22:36 |
| comm...@osafoundation.org |
[commits] (morgen) [12781] First round-trip test of: Chandler items -> EIM records -> XML -> in-memory-conduit -> XML -> records -> Chandler items |
Thu, 04 Jan, 00:33 |
| comm...@osafoundation.org |
[commits] (vajda) [12782] - no longer acquiring view-exclusive lock during transactions |
Thu, 04 Jan, 01:13 |
| comm...@osafoundation.org |
[commits] (john) [12783] Removed LayoutChooser which is no longer used and is causing recursive import hell for my refactoring of the search field into the quick entry field. |
Thu, 04 Jan, 02:23 |
| comm...@osafoundation.org |
[commits] (vajda) [12784] - changed options handling to only initialize Globals.options to defaults |
Thu, 04 Jan, 05:12 |
| comm...@osafoundation.org |
[commits] (morgen) [12785] Switched from timestamp primitive type to decimal; serializing Bytes with base64 encoding; UUIDtype now a subtype of Text |
Thu, 04 Jan, 17:39 |
| comm...@osafoundation.org |
[commits] (vajda) [12786] - added support for set/get_tx_max() |
Thu, 04 Jan, 17:46 |
| comm...@osafoundation.org |
[commits] (vajda) [12787] - made boolean env var option defaulting more explicit |
Thu, 04 Jan, 17:52 |
| comm...@osafoundation.org |
[commits] (grant) [12788] [recurrence-0.7alpha5] Merge in trunk r12773 -- r12787 |
Thu, 04 Jan, 17:55 |
| comm...@osafoundation.org |
[commits] (vajda) [12789] - added support for set/get_tx_max() |
Thu, 04 Jan, 18:03 |
| comm...@osafoundation.org |
[commits] (grant) [12790] Move the icalUID attribute from EventStamp to Note |
Thu, 04 Jan, 19:12 |
| comm...@osafoundation.org |
[commits] (priss) [1064] Updating images in 0.6 spec |
Thu, 04 Jan, 20:19 |
| comm...@osafoundation.org |
[commits] (priss) [1065] Updating images in 0.6 spec |
Thu, 04 Jan, 20:22 |
| comm...@osafoundation.org |
[commits] (jeffrey) [12791] Changed delete behavior, bug 7599, bug 6960, and bug 6938. |
Thu, 04 Jan, 21:38 |
| comm...@osafoundation.org |
[commits] (jeffrey) [12792] - Fix bug 7615, map Ctrl+Delete to delete instead of Ctrl+D |
Thu, 04 Jan, 22:37 |
| comm...@osafoundation.org |
[commits] (jeffrey) [12793] - Fix a small logic bug, bug 7635, which prevents pasting items into a collection |
Thu, 04 Jan, 22:56 |
| comm...@osafoundation.org |
[commits] (mimi) [12794] Triage status column is now 39 pixels instead of 40. |
Fri, 05 Jan, 01:20 |
| comm...@osafoundation.org |
[commits] (vajda) [12795] - fixed bug in new chandlerdb with KeyError in Store when no txn setup |
Fri, 05 Jan, 01:48 |
| comm...@osafoundation.org |
[commits] (vajda) [12796] - added --prune command line arg, defaulting to 10000 |
Fri, 05 Jan, 01:56 |
| comm...@osafoundation.org |
[commits] (stearns) [12797] - Fix bug 7359 (Dashboard should use 'method' indexes instead of 'compare' ones) |
Fri, 05 Jan, 21:38 |
| comm...@osafoundation.org |
[commits] (bkirsch) [12798] A SentenceTokenizer that wraps the PyICU BreakIterator. |
Fri, 05 Jan, 22:20 |
| comm...@osafoundation.org |
[commits] (dan) [1066] add directories for test specs and add a first pass at a recurrence test spec |
Sat, 06 Jan, 00:29 |
| comm...@osafoundation.org |
[commits] (bear) [12799] Tagging Chandler trunk as Checkpoint 20070108 |
Mon, 08 Jan, 17:23 |
| comm...@osafoundation.org |
[commits] (bear) [12800] Setting version information for Checkpoint 20070108 |
Mon, 08 Jan, 17:25 |
| comm...@osafoundation.org |
[commits] (aparna) [1068] Email test spec added |
Tue, 09 Jan, 00:12 |
| comm...@osafoundation.org |
[commits] (jeffrey) [12801] - Change delete behavior to use DeleteDialog, Bug 5933 |
Tue, 09 Jan, 18:05 |
| comm...@osafoundation.org |
[commits] (bkirsch) [12802] Short term check in as a work around for [Bug 7669] Unable to recieve mail on Ubuntu. |
Tue, 09 Jan, 19:08 |
| comm...@osafoundation.org |
[commits] (jeffrey) [12803] - De-uglify DeleteDialog layout and text |
Tue, 09 Jan, 19:35 |
| comm...@osafoundation.org |
[commits] (stearns) [12804] Finish communication status column indexing work: it should now be the way it's supposed to be. |
Tue, 09 Jan, 20:42 |
| comm...@osafoundation.org |
[commits] (rae) [12805] Fixes part of bug 7648 (Remove search icon from text field and replace 'Search' text with 'Create new item') |
Tue, 09 Jan, 21:37 |
| comm...@osafoundation.org |
[commits] (dan) [1069] Reduced stamp as mail cases to only contain recurrence change of "all events" (removed "all future" and "just this event" changes) |
Tue, 09 Jan, 23:32 |
| comm...@osafoundation.org |
[commits] (dan) [1070] Add back test cases stamping /unstamping as mail and now checking that the recurrence change dialog does not allow changes to be applied to "all future" and "just this event". |
Wed, 10 Jan, 00:28 |
| comm...@osafoundation.org |
[commits] (vajda) [12806] - fixed all C property setters to properly handle NULL (from del calls) |
Wed, 10 Jan, 05:49 |
| comm...@osafoundation.org |
[commits] (vajda) [12807] - added ItemRef type to implement the weak reference to an item |
Wed, 10 Jan, 05:56 |
| comm...@osafoundation.org |
[commits] (mimi) [1071] Account dialog rework and workflows. |
Wed, 10 Jan, 06:38 |
| comm...@osafoundation.org |
[commits] (jeffrey) [12808] - Refactored code that controls remove/Dashboard behavior to avoid |
Wed, 10 Jan, 17:54 |
| comm...@osafoundation.org |
[commits] (jeffrey) [12809] - Pop up a confirmation dialog when deleting any kind of collection, not just |
Wed, 10 Jan, 18:35 |
| comm...@osafoundation.org |
[commits] (grant) [12810] [recurrence-0.7alpha5] Merge in trunk r12789 -- r12808 |
Wed, 10 Jan, 19:02 |
| comm...@osafoundation.org |
[commits] (john) [12811] Implement Robin's suggestion to name widgets associated with blocks the same name as their block |
Wed, 10 Jan, 19:41 |
| comm...@osafoundation.org |
[commits] (jeffrey) [12812] - A blunt fix for bug 7683, new item appears in wrong collection after context menu. |
Wed, 10 Jan, 20:15 |
| comm...@osafoundation.org |
[commits] (jeffrey) [12813] - Fix for bug 7686, certain ics files fail to import |
Wed, 10 Jan, 21:27 |
| comm...@osafoundation.org |
[commits] (jeffrey) [12814] - Fix functional test failure I caused by adding a dialog |
Wed, 10 Jan, 22:22 |
| comm...@osafoundation.org |
[commits] (aparna) [1072] Updated the Email test spec and saved it as a web doc |
Wed, 10 Jan, 23:20 |
| comm...@osafoundation.org |
[commits] (bear) [1073] updating eol-style for html file |
Wed, 10 Jan, 23:48 |
| comm...@osafoundation.org |
[commits] (aparna) [1074] Updated Email Test spec |
Wed, 10 Jan, 23:58 |
| comm...@osafoundation.org |
[commits] (bear) [1075] setting mime-type |
Thu, 11 Jan, 00:01 |
| comm...@osafoundation.org |
[commits] (rae) [12815] Updated doc string |
Thu, 11 Jan, 00:39 |
| comm...@osafoundation.org |
[commits] (rae) [12816] added hiddenByUser attribute to DetailSynchronizer |
Thu, 11 Jan, 00:45 |
| comm...@osafoundation.org |
[commits] (grant) [12817] Change a logger.info I added a while back to debug a Tinderbox problem to logger.debug |
Thu, 11 Jan, 00:51 |
| comm...@osafoundation.org |
[commits] (grant) [12818] Make sure ContentItem.changeEditState() correctly clears the 'queued' bit. |
Thu, 11 Jan, 01:08 |
| comm...@osafoundation.org |
[commits] (jeffrey) [12819] - Running in debug mode I found that the update guage occasionally |
Thu, 11 Jan, 01:10 |
| comm...@osafoundation.org |
[commits] (mimi) [12820] Deleting old, unused icons. |
Thu, 11 Jan, 01:45 |
| comm...@osafoundation.org |
[commits] (mimi) [12821] Making the interaction states in the table match the mark-up bar. |
Thu, 11 Jan, 01:48 |
| comm...@osafoundation.org |
[commits] (mimi) [12822] Making the interaction states in the table match the mark-up bar. |
Thu, 11 Jan, 01:52 |
| comm...@osafoundation.org |
[commits] (robind) [12823] Update to r137 of wx. |
Thu, 11 Jan, 01:53 |
| comm...@osafoundation.org |
[commits] (grant) [12824] Speed up some of the Calendar unit tests (like TestRecurringEvent.py): |
Thu, 11 Jan, 02:28 |
| comm...@osafoundation.org |
[commits] (grant) [12825] Whoops, I forgot to bump the schema version for my last commit. |
Thu, 11 Jan, 02:29 |
| comm...@osafoundation.org |
[commits] (aparna) [1076] Updated the title in the spec |
Thu, 11 Jan, 04:09 |
| comm...@osafoundation.org |
[commits] (heikki) [12826] Same fix as in r12814 but needed also for perf tests which still use QAUITestAppLib - |
Thu, 11 Jan, 05:36 |
| comm...@osafoundation.org |
[commits] (pbossut) [12827] Partial fix for bug 7425: Changes tooltips in toolbar as specified by Mimi. |
Thu, 11 Jan, 06:13 |
| comm...@osafoundation.org |
[commits] (bear) [12828] updating mime-types |
Thu, 11 Jan, 18:39 |
| comm...@osafoundation.org |
[commits] (robind) [12829] Update Chandler's wxPython to r137 from the wx tree, which is a merge of |
Thu, 11 Jan, 19:50 |
| comm...@osafoundation.org |
[commits] (mimi) [12830] Tweaks to language in context menu. |
Thu, 11 Jan, 21:12 |
| comm...@osafoundation.org |
[commits] (stearns) [12831] Check in Reid's work to add the triagestatus button to the detail view (I did a little refactoring, since the multi-state TS button isn't on/off like the stamping buttons, and make it work the same as the dashboard's TS attribute editor). |
Thu, 11 Jan, 21:24 |
| comm...@osafoundation.org |
[commits] (mimi) [1077] Updating Accounts workflow and mock-ups to include the Auto-configure functionality. |
Thu, 11 Jan, 22:07 |
| comm...@osafoundation.org |
[commits] (heikki) [12832] Run performance tests with --mvcc. |
Thu, 11 Jan, 22:53 |
| comm...@osafoundation.org |
[commits] (heikki) [12833] Run performance tests with --mvcc. |
Thu, 11 Jan, 22:53 |
| comm...@osafoundation.org |
[commits] (vajda) [12834] - fixed bug in RepositoryWorker's thread name init |
Thu, 11 Jan, 23:11 |
| comm...@osafoundation.org |
[commits] (rae) [12835] Fixed size of Triage markup bar button |
Fri, 12 Jan, 00:33 |
| comm...@osafoundation.org |
[commits] (bear) [12836] More work on bug 7472 |
Fri, 12 Jan, 01:11 |
| comm...@osafoundation.org |
[commits] (rae) [12837] implements mail address indicators [+N] (Fixes bug 7048) |
Fri, 12 Jan, 01:11 |
| comm...@osafoundation.org |
[commits] (priss) [1078] Mongo changes to the 0.6 spec ?\226?\128?\147 from spec review. |
Fri, 12 Jan, 01:45 |
| comm...@osafoundation.org |
[commits] (bear) [12838] fixed a missing rule - $(SRC) is listed as a dependency but did not have a rule to satisfy it |
Fri, 12 Jan, 16:47 |
| comm...@osafoundation.org |
[commits] (grant) [12839] [recurrence-0.7alpha5] Merge in trunk r12811 -- r12837 |
Fri, 12 Jan, 17:55 |
| comm...@osafoundation.org |
[commits] (bear) [12840] Adding docutils to the list of external projects |
Fri, 12 Jan, 23:11 |
| comm...@osafoundation.org |
[commits] (pje) [12841] Add record/recordset merge operator (|) to allow computing the |
Fri, 12 Jan, 23:17 |
| comm...@osafoundation.org |
[commits] (bear) [12842] These are changes to distIndex to add options for creating OSAF-Server pages (aka Snarf) |
Fri, 12 Jan, 23:18 |
| comm...@osafoundation.org |
[commits] (john) [12843] update svn revision for new wx |
Fri, 12 Jan, 23:32 |
| comm...@osafoundation.org |
[commits] (bear) [12844] Renaming control to control.in so the build script can pre-process the contents to insert values and then name it "control" |
Sat, 13 Jan, 00:07 |
| comm...@osafoundation.org |
[commits] (dan) [1082] Add first draft of Triage test spec |
Sat, 13 Jan, 00:23 |
| comm...@osafoundation.org |
[commits] (dan) [1083] I want to try and use this for script generation of test specs. |
Sat, 13 Jan, 00:29 |
| comm...@osafoundation.org |
[commits] (bear) [12845] Tagging Chandler trunk as Checkpoint 20070116 |
Tue, 16 Jan, 15:38 |
| comm...@osafoundation.org |
[commits] (bear) [12846] Setting version information for Checkpoint 20070116 |
Tue, 16 Jan, 15:42 |
| comm...@osafoundation.org |
[commits] (john) [12847] Update makefile for wx 138 |
Tue, 16 Jan, 18:17 |
| comm...@osafoundation.org |
[commits] (priss) [1084] updating graphic files. |
Tue, 16 Jan, 18:49 |