addressing: went spelunking through the code, looking at every findPath, Query, iterItems, etc.
meeting with ted, john, alec, morgen, grant, philippe about item collections, sets and the sidebar. Alec wrote up the results:
mimi gave a presentation about the virtuality to mitch and a small group -- will turn into a paper, and a presentation at the dev meeting for everyone (I think this week)
met with brian kirsch, mimi and sheila to talk about i18n issues in the gui (future, not 0.6)
productive conversations about recurrence, and how to use the buffered value model to implement some of the detail view issues more cleanly
Plans
addressing: write up a few observations and get together with pje and others to talk about them -- will likely dovetail with pje's proposal for 0.7 changes
schedule for m5, in particular for recurrence/timezone, i18n, sets/collections
documentation plan
Lisa
Progress
Scooby hiring progress: Mat Eernisse start date Jul 19
Finished comments on BIND draft for WebDAV WG last call
Submitted agenda for CALSIFY WG meeting in Paris
Wiki content reorg 2/3 done or more
Plans
Submit IMAPEXT WG agenda
Document current Chandler dogfood issues
Update draft-ietf-webdav-rfc2518bis by draft deadline Jul 18
Chandler milestone 4: milestone-related tasks
Ted
Progress
met with john, alec, morgen, grant, phllippe, and katie about sets and item collection
met with john to discuss notification details and agree on a plan to start integrating the new set stuff into Chandler
prepare OSCON presentation slides, update flickr parcel as an example.
Plan
get a branch for item collection integration
begin integrating sets with Chandler
Morgen
Progress
Fixed a bug where having an initialValue of a list was confusing the parcel loader (bug 3361)
While debugging previous bug, spent time figuring out that certain parcels were getting loaded twice (a side-effect of the new schema world)
Replaced all "default" cloud definitions with "copying" clouds
Migrated reusable Chandler initialization methods to a Utility module, and wrote headless.py to make use of it
Discovered that when more than one mail account was set up, multiple views were clashing trying to create the //userdata/mailitems item (so I moved all mail items up a level, eliminating //userdata/mailitems)
Checked in my current sharing code, but certain features such as "keep out of my items" is delayed until new ItemCollection? is integrated
Found there were some 'challenges' in the sharing spec related to the filtering of alarms/status; a simplified model is proposed here.
Reviewed Ted's new Collection preliminary implementation; started working with the ItemCollection? branch to migrate Sharing to using it
Added code to catch the core schema mismatch exception, however it is failing on Windows, so it's not checked in yet
Plan
Continue integration work with new ItemCollection? implementation
Implement alarm/status filtering
Bear
Progress
Completed Performance Tinderbox client setup
Part 2 of the Wiki re-org
Prioritized all of the inherited Markie bugs I received
Bug fixes
Checkpoint Build and prep for Milestone build
Plans
Milestone build
bug fixes
Jeffrey
Progress
RecurrenceRuleSet? and CalendarEventMixin? schema implemented
Wrote tests and functionality for most of THIS modifications
Had a good talk about using the Buffered Value Model for modifications (henceforth referred to as proxies)
Plans
Finish THISANDFTURE modification tests and logic
Work on implementing proxies and testing how well they work in UI