Labs/Bespin/StatusMeetings/2009-08-11: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Created page with '<small>← previous week | index | next week →</small> …')
 
No edit summary
 
Line 12: Line 12:
If you can't dial in for some reason, let us know your info so we can try to bridge you in.
If you can't dial in for some reason, let us know your info so we can try to bridge you in.


== Agenda ==
== Meeting Notes ==
 
* switched to Bugzilla for tracking
** Better than the other directions we tried
* wanted to get collab in 0.4
** currently testing it
** Did tests with 20 sessions all editing the same file
* Driving to 0.4.1
** Bugfix release primarily
** A few minor features to be expected
* Gordon has submitted an entab/detab patch
** Probably will take the patch without adding keyboard shortcuts
** not a commonly used command
* For info about key press events look here: http://unixpapa.com/js/testkey.html
* SproutCore branch in testing to see if that will help us
** Hope later this week or early next week to post it up
* Gordon was wondering where a simple string utility function would go
** http://stackoverflow.com/questions/202605/repeat-string-javascript/202627
** bespin.util for now
** Trying out SproutCore really is about figuring out how we want to structure the overall app

Latest revision as of 16:17, 11 August 2009

← previous week | index | next week →

Meeting Details

  • Tuesdays - 9:00am Pacific, 12:00pm Eastern, 16:00 UTC
  • Mozilla Building S
  • +1 650 903 0800 x92 Conf# 347 (USA/International)
  • +1 416 848 3114 x92 Conf# 347 (Canada)
  • +1 800 707 2533 (pin 369) Conf# 347 (US Toll Free)
  • #bespin for backchannel

If you can't dial in for some reason, let us know your info so we can try to bridge you in.

Meeting Notes

  • switched to Bugzilla for tracking
    • Better than the other directions we tried
  • wanted to get collab in 0.4
    • currently testing it
    • Did tests with 20 sessions all editing the same file
  • Driving to 0.4.1
    • Bugfix release primarily
    • A few minor features to be expected
  • Gordon has submitted an entab/detab patch
    • Probably will take the patch without adding keyboard shortcuts
    • not a commonly used command
  • For info about key press events look here: http://unixpapa.com/js/testkey.html
  • SproutCore branch in testing to see if that will help us
    • Hope later this week or early next week to post it up
  • Gordon was wondering where a simple string utility function would go