| 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 |