| comm...@osafoundation.org |
[commits] (jeffrey) [13747] - Enable turn on timezones prompt during EIM import |
Sun, 01 Apr, 14:53 |
| comm...@osafoundation.org |
[commits] (jeffrey) [13748] - Call startImport before importRecords |
Sun, 01 Apr, 16:23 |
| comm...@osafoundation.org |
[commits] (john) [13749] update wing project files |
Sun, 01 Apr, 22:23 |
| comm...@osafoundation.org |
[commits] (john) [13750] rename childrenBlocks to childBlocks |
Sun, 01 Apr, 22:50 |
| comm...@osafoundation.org |
[commits] (rae) [13751] Renamed the toolbar-specific "OnSetTextEvent()" method to "SetToolbarItemText()", because that's what it is. |
Mon, 02 Apr, 07:10 |
| comm...@osafoundation.org |
[commits] (capps) [13752] Adjusts menus, as per the spec: |
Mon, 02 Apr, 07:24 |
| comm...@osafoundation.org |
[commits] (jeffrey) [13753] - Add VTODO import/export support to EIM <-> iCalendar |
Mon, 02 Apr, 16:04 |
| comm...@osafoundation.org |
[commits] (bear) [13754] Tagging Chandler Trunk as Checkpoint 20070402 |
Mon, 02 Apr, 16:20 |
| comm...@osafoundation.org |
[commits] (bear) [13755] Setting version information for Checkpoint 20070402 |
Mon, 02 Apr, 16:24 |
| comm...@osafoundation.org |
[commits] (jeffrey) [13756] - Add option kwargs to deserialize, which allows icalendar deserialize |
Mon, 02 Apr, 17:53 |
| comm...@osafoundation.org |
[commits] (morgen) [13757] Don't pass proxy items into getConflicts( ) |
Mon, 02 Apr, 18:48 |
| comm...@osafoundation.org |
[commits] (rae) [13758] Changed SetToolbarItemText() back into OnSetTextEvent(), using the event to hold the text. |
Mon, 02 Apr, 18:59 |
| comm...@osafoundation.org |
[commits] (morgen) [13759] Adding helper methods for serializing/deserializing items |
Mon, 02 Apr, 19:19 |
| comm...@osafoundation.org |
[commits] (pje) [13760] Remove __init__ from Item classes, and loadItemByUUID. |
Mon, 02 Apr, 19:23 |
| comm...@osafoundation.org |
[commits] (stearns) [13761] Fix bug 8621 (Triage Event Type Error) - findValue can return a UUID instead of an item if the item isn't loaded... |
Mon, 02 Apr, 19:44 |
| comm...@osafoundation.org |
[commits] (bear) [13762] Updating rt.py to set then PARCELPATH env var when running plugin tests and to use relative paths |
Mon, 02 Apr, 19:51 |
| comm...@osafoundation.org |
[commits] (bear) [13763] The calculated paths for stopfile and build logs were being created *before* the setting |
Mon, 02 Apr, 19:58 |
| comm...@osafoundation.org |
[commits] (bear) [13764] Changes to allow the performance tinderboxes to use the quick build tbox script instead |
Mon, 02 Apr, 21:21 |
| comm...@osafoundation.org |
[commits] (grant) [13765] Fix Bug 8534: Send as toggle does not pick up changes by default. |
Mon, 02 Apr, 21:32 |
| comm...@osafoundation.org |
[commits] (john) [13766] Refactor conextMenu code and add the beginning of the ItemContextMenu to the Calendar and Dashboard views |
Mon, 02 Apr, 22:51 |
| comm...@osafoundation.org |
[commits] (morgen) [13767] Location wasn't getting set to None when a None was being imported via EIM. |
Mon, 02 Apr, 22:58 |
| comm...@osafoundation.org |
[commits] (morgen) [13768] Removed some stray print statements |
Tue, 03 Apr, 01:00 |
| comm...@osafoundation.org |
[commits] (pje) [13769] Fix syntax error |
Tue, 03 Apr, 01:09 |
| comm...@osafoundation.org |
[commits] (bear) [13770] Referencing the explicit exitCode to fix the current "instance has no attribut 'args'" error |
Tue, 03 Apr, 01:18 |
| comm...@osafoundation.org |
[commits] (heikki) [13771] Add missing menu mnemonics/shortcuts. |
Tue, 03 Apr, 02:16 |
| comm...@osafoundation.org |
[commits] (capps) [13772] Separated unpublish/unsubscribe menu items, in app and sidebar context menu |
Tue, 03 Apr, 02:57 |
| comm...@osafoundation.org |
[commits] (capps) [13773] More menu madness |
Tue, 03 Apr, 07:19 |
| comm...@osafoundation.org |
[commits] (jeffrey) [13774] - Handle needsReply in EIM, as a prelude to moving icalendar tests over to using EIM |
Tue, 03 Apr, 15:57 |
| comm...@osafoundation.org |
[commits] (jeffrey) [13775] - Fix the test I broke with my last checkin |
Tue, 03 Apr, 16:45 |
| comm...@osafoundation.org |
[commits] (stearns) [13776] Fix part one of reopened bug 7510 (FYI status doesn't make it across the pod): this part deals with a bug in the visibility tests in the detail view. |
Tue, 03 Apr, 17:16 |
| comm...@osafoundation.org |
[commits] (jeffrey) [13777] - Bump schema for bug 8660 |
Tue, 03 Apr, 17:35 |
| comm...@osafoundation.org |
[commits] (heikki) [13778] Between the review and checkin the most important part of bug 6788 patch got lost; to gather |
Tue, 03 Apr, 18:07 |
| comm...@osafoundation.org |
[commits] (heikki) [13779] Use more wx builtin IDs. |
Tue, 03 Apr, 18:10 |
| comm...@osafoundation.org |
[commits] (grant) [13780] Implement my TODOs in the recurrence sharing round-trip tests. |
Tue, 03 Apr, 18:17 |
| comm...@osafoundation.org |
[commits] (morgen) [13781] Added defaultValue of u"" for displayName; EIMML serializer now sorts on uuid before serializing |
Tue, 03 Apr, 19:08 |
| comm...@osafoundation.org |
[commits] (heikki) [13782] Limit password length to 959 ASCII characters (less with Unicode characters), which translates |
Tue, 03 Apr, 20:07 |
| comm...@osafoundation.org |
[commits] (jeffrey) [13783] - Move ICalendar tests over to testing eim <-> icalendar, the last piece of |
Tue, 03 Apr, 20:23 |
| comm...@osafoundation.org |
[commits] (john) [13784] Try another solution for setting the active view which is used in dispatching events. |
Tue, 03 Apr, 20:33 |
| comm...@osafoundation.org |
[commits] (heikki) [13785] Add the explicit shortcuts back; needed at least on the Mac. |
Tue, 03 Apr, 21:31 |
| comm...@osafoundation.org |
[commits] (heikki) [13786] Bug 8185, support svn 1.4. |
Tue, 03 Apr, 21:48 |
| comm...@osafoundation.org |
[commits] (bear) [13787] Enabling RecordedScript tests for quick builds per FC meeting conversation |
Tue, 03 Apr, 23:41 |
| comm...@osafoundation.org |
[commits] (john) [13788] More item context menu changes |
Wed, 04 Apr, 00:06 |
| comm...@osafoundation.org |
[commits] (heikki) [13789] Bug 6788, performance Tinderboxes now run with the same code as quick build Tinderboxes. |
Wed, 04 Apr, 03:38 |
| comm...@osafoundation.org |
[commits] (pje) [13790] Fix not setting initialvalues when upgrading a type; add tests for |
Wed, 04 Apr, 16:11 |
| comm...@osafoundation.org |
[commits] (pje) [13791] Comment out broken test per Jeffrey's request |
Wed, 04 Apr, 16:49 |
| comm...@osafoundation.org |
[commits] (john) [13792] Add more debugging code to recorded scripts playback |
Wed, 04 Apr, 16:55 |
| comm...@osafoundation.org |
[commits] (stearns) [13793] Fix the crash in bug 8019 (NotImplementedError on 'cut' operation in dashboard) -- you'll get an alert instead -- without fixing the underlying problem (that we can't cut from all of our collections). |
Wed, 04 Apr, 17:15 |
| comm...@osafoundation.org |
[commits] (morgen) [13794] - Moved defaultWebDAVAccount to osaf.sharing, and out of //parcels so the dump code will pick it up |
Wed, 04 Apr, 17:17 |
| comm...@osafoundation.org |
[commits] (morgen) [13795] Whoops, these changes slipped through |
Wed, 04 Apr, 17:30 |
| comm...@osafoundation.org |
[commits] (heikki) [13796] The right-hand corner window was not fully visible. |
Wed, 04 Apr, 18:22 |
| comm...@osafoundation.org |
[commits] (heikki) [13797] Fix --selftest. |
Wed, 04 Apr, 18:34 |
| comm...@osafoundation.org |
[commits] (morgen) [13798] - Moved logic for what uuids to dump out of Main.py and into dumpreload.py |
Wed, 04 Apr, 19:23 |
| comm...@osafoundation.org |
[commits] (jeffrey) [13799] - Fix bug 8665, new inbound modifications were always seen as conflicts. |
Wed, 04 Apr, 19:31 |
| comm...@osafoundation.org |
[commits] (morgen) [13800] Updated the dump/reload handling of calendar/timezone prefs to match my chandler-dev posting: |
Wed, 04 Apr, 20:02 |
| comm...@osafoundation.org |
[commits] (heikki) [13801] Bug 8662, Ctrl+Alt+Left/Right for prev/next week conflicted with workspace switching shortcuts |
Wed, 04 Apr, 20:12 |
| comm...@osafoundation.org |
[commits] (jeffrey) [13802] - Prevent reload of events-with-timezones from popping up a turn-on-timezones dialog |
Wed, 04 Apr, 20:14 |
| comm...@osafoundation.org |
[commits] (vajda) [13803] - ItemValue moved to C |
Wed, 04 Apr, 21:09 |
| comm...@osafoundation.org |
[commits] (vajda) [13804] renamed PURE to A_PURE to placate MSVC |
Wed, 04 Apr, 21:14 |
| comm...@osafoundation.org |
[commits] (vajda) [13805] removed useless == 0 |
Wed, 04 Apr, 21:16 |
| comm...@osafoundation.org |
[commits] (vajda) [13806] - reimplemented persistent list, dict and set values with C proxies |
Wed, 04 Apr, 21:21 |
| comm...@osafoundation.org |
[commits] (john) [13807] random commit to see if this affects recorded test failures |
Wed, 04 Apr, 21:27 |
| comm...@osafoundation.org |
[commits] (heikki) [13808] Added View > Triage\tF5 menu item and fixed mnemonics in context menus. |
Wed, 04 Apr, 21:38 |
| comm...@osafoundation.org |
[commits] (morgen) [13809] Due to the way non-Olson timezones are handled in Cosmo, I'm switching this test to use a tz Cosmo understands |
Wed, 04 Apr, 21:59 |
| comm...@osafoundation.org |
[commits] (robind) [13810] Use r161 from wx repository, which adds a fix for changing the tool |
Wed, 04 Apr, 22:44 |
| comm...@osafoundation.org |
[commits] (bkirsch) [13811] Fixes bug 8145 Dump and Reload: Accounts : Define EIM schema and implement translators. |
Wed, 04 Apr, 23:25 |
| comm...@osafoundation.org |
[commits] (stearns) [13812] Fix bug 8383 (Read-only subscribers should not be able to edit triage status if triage status is shared): the icon attribute editor (used for the triage column as well as the three icon-based columns) and the detail-view triage button now (indirectly) consider item.isAttributeModifiable. |
Thu, 05 Apr, 00:03 |
| comm...@osafoundation.org |
[commits] (stearns) [13813] Oops - accidentally left in some commented-out code I didn't think I needed... |
Thu, 05 Apr, 00:04 |
| comm...@osafoundation.org |
[commits] (morgen) [13814] Use the HTTP response reason message in the error dialogs |
Thu, 05 Apr, 00:22 |
| comm...@osafoundation.org |
[commits] (vajda) [13815] - fixed bug 8636 |
Thu, 05 Apr, 00:40 |
| comm...@osafoundation.org |
[commits] (morgen) [13816] Fixing a bug where a collection's url path was two-parts removed from the account's path |
Thu, 05 Apr, 01:15 |
| comm...@osafoundation.org |
[commits] (vajda) [13817] - fixed bug 8624 |
Thu, 05 Apr, 02:18 |
| comm...@osafoundation.org |
[commits] (capps) [13818] Menu changes |
Thu, 05 Apr, 02:45 |
| comm...@osafoundation.org |
[commits] (robind) [13819] Use wx r161, which adds a fix for changing the tool bitmap on Mac |
Thu, 05 Apr, 03:56 |
| comm...@osafoundation.org |
[commits] (vajda) [13820] - fixed bug 7491 |
Thu, 05 Apr, 05:32 |
| comm...@osafoundation.org |
[commits] (morgen) [13821] Better dump/reload support of sharing-related items |
Thu, 05 Apr, 05:46 |
| comm...@osafoundation.org |
[commits] (heikki) [13822] Found yet more shortcuts and mnemonics that needed fixin'... |
Thu, 05 Apr, 05:52 |
| comm...@osafoundation.org |
[commits] (heikki) [13823] feedparser.py moved. |
Thu, 05 Apr, 06:43 |
| comm...@osafoundation.org |
[commits] (morgen) [13824] This checkin is mostly work that Heikki did to dump/reload password items; I have hooked the passwords up to sharing accounts and conduits. |
Thu, 05 Apr, 07:16 |
| comm...@osafoundation.org |
[commits] (morgen) [13825] Dump/reload support for conflicts; also converting cosmo conduit to use new password items |
Thu, 05 Apr, 08:23 |
| comm...@osafoundation.org |
[commits] (john) [13826] Test random change to see if it affects recordedScripts |
Thu, 05 Apr, 15:29 |
| comm...@osafoundation.org |
[commits] (bear) [13827] Per Jeffrey - bumping svn revision for vobject to 185 |
Thu, 05 Apr, 16:04 |
| comm...@osafoundation.org |
[commits] (bear) [13828] Tightened the options to only cover what is needed for Preview |
Thu, 05 Apr, 16:29 |
| comm...@osafoundation.org |
[commits] (morgen) [13829] Added unpublishing of morsecode-shared collections |
Thu, 05 Apr, 17:06 |
| comm...@osafoundation.org |
[commits] (john) [13830] print out some more information to help narrow down recordedScript failure |
Thu, 05 Apr, 17:48 |
| comm...@osafoundation.org |
[commits] (rae) [13831] Ensure "Send/Update" reverts to "Send" |
Thu, 05 Apr, 20:08 |
| comm...@osafoundation.org |
[commits] (john) [13832] more changes to help narrow down random recorded script failures on mac tinderboxes |
Thu, 05 Apr, 20:09 |
| comm...@osafoundation.org |
[commits] (vajda) [13833] - renamed Attribute flags with A_ prefix |
Thu, 05 Apr, 20:12 |
| comm...@osafoundation.org |
[commits] (vajda) [13834] - added support for duplicate new item merge case if kinds match |
Thu, 05 Apr, 20:16 |
| comm...@osafoundation.org |
[commits] (jeffrey) [13835] - Use updated vobject to handle zero-length duration properly |
Thu, 05 Apr, 20:35 |
| comm...@osafoundation.org |
[commits] (rae) [13836] "Update" toolbar item now refreshes properly when you select different items |
Thu, 05 Apr, 21:53 |
| comm...@osafoundation.org |
[commits] (vajda) [13837] - added support for adding to sorted indexes while reindexing is deferred |
Thu, 05 Apr, 22:13 |
| comm...@osafoundation.org |
[commits] (morgen) [13838] Bumping up chandlerdb version in chandler/Makefile |
Thu, 05 Apr, 22:25 |
| comm...@osafoundation.org |
[commits] (heikki) [13839] Ensure that we create the dump file with read-write permissions for the current user only. |
Thu, 05 Apr, 22:45 |
| comm...@osafoundation.org |
[commits] (vajda) [13840] - added support for adding to sorted indexes while reindexing is deferred |
Thu, 05 Apr, 22:52 |
| comm...@osafoundation.org |
[commits] (morgen) [13841] Fix for bug 8696 (Failure to publish using old sharing framework) |
Thu, 05 Apr, 23:40 |
| comm...@osafoundation.org |
[commits] (grant) [13842] Fix Bug 8688 (TestICalendar failure east of Pacific time) |
Fri, 06 Apr, 01:03 |
| comm...@osafoundation.org |
[commits] (morgen) [13843] One last bit of dump/reload support for sharing (conduit was missing syncToken) |
Fri, 06 Apr, 01:12 |
| comm...@osafoundation.org |
[commits] (grant) [13844] Make sure schema.initialValues() works correctly on Stamps. |
Fri, 06 Apr, 02:39 |
| comm...@osafoundation.org |
[commits] (grant) [13845] Remove some extraneous code from my last commit. |
Fri, 06 Apr, 03:12 |
| comm...@osafoundation.org |
[commits] (vajda) [13846] - more on adding to (sub)indexes while reindexing is deferred |
Fri, 06 Apr, 04:35 |