Webdev:Meetings:2011-01-04: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
 
(26 intermediate revisions by 16 users not shown)
Line 1: Line 1:
= Open Items =
= Open Items =
* Passwords!
* Passwords and account security
** password stretching vs. not
** password rotations
** inactive expiry
** challenge questions
** unique IP limitation
** turing
** criticality levels
*** tier 1, maybe comments, random stuff
*** tier 2, file submissions, ability to affect others
*** tier 3, admin or editor level access
** better activity logging at the app level
** not using emails as a login
** password complexity requirements
** account lock after # of failed logins
* Images on seperate domain
* Image verification
* Anonymize scripts
* [https://intranet.mozilla.org/2011Q1Goals#WebDev Q1 goals]
* [https://intranet.mozilla.org/2011Q1Goals#WebDev Q1 goals]


= Roundtable =
= Roundtable =
== andy ==
== andy ==
* 5.12.6 and 5.12.7
* Flightdeck helping
== chowse ==
== chowse ==
* Tracing over the [http://people.mozilla.com/~chowse/drop/mdn/demo-gallery/v4/ MDN Demo Gallery]
* Tracing over the [http://people.mozilla.com/~chowse/drop/mdn/demo-gallery/v4/ MDN Demo Gallery]
Line 15: Line 36:


== erik ==
== erik ==
* Discovered the joys of PLY, a Python port of lex and yacc. It's an LALR parser that uses quasi-Pythonic introspection to build both lexers and parsers. Very mature, [http://www.dabeaz.com/ply/ply.html great docs], no bugs I've hit so far.
* Lead [https://wiki.mozilla.org/Support/Notifications some initial design work] on a more generic email (and other?) notification system for SUMO (but other Django apps too).
== gkoberger ==
== gkoberger ==
== jbalogh ==
== jbalogh ==
* burning down the devhub http://moxie.fligtar.com/amo/5.12.6
* looking forward to working on new features
* Favorite venue: 2012!
== jgrlicky ==
== jgrlicky ==
* Implemented mobile SUMO Landing Page
* Worked on Firefox 4b8 Screenshots
* Made a lot of progress on mobile AMO high-fi mockups
== jlongster ==
== jlongster ==
* NYE: [http://easybistro.com/ Easy Bistro] with live soul/funk music was awesome.
== jsocol ==
== jsocol ==
* Took a train from Michigan to New York.
** Slowest. Transportation. Ever.
** Pittsburgh's train station sucks.
* 2011 is prime ''and'' the sum of 11 (prime) consecutive primes (157-211).
* Absorbing changes to SUMO's Q1 schedule and dividing up the workload.
* Breaking up another [http://coffeeonthekeyboard.com/the-future-of-sumo-development-511/ year-long goal] into manageable parts.
* Venue: [http://www.flickr.com/photos/jamessocol/sets/72157625722012930/ Grand Army Plaza] was pretty excellent.
== kumar ==
== kumar ==
AMO:
* I've been working a lot on integrating the [https://github.com/mattbasta/amo-validator add-on validator] into AMO's add-on submission pages and also version management pages
** interface for viewing errors / code context
** lot of JS
** some of file uploading / celery tasks
* We sort of [http://jbalogh.github.com/zamboni/topics/testing/#javascript-tests have a JavaScript test suite] for AMO now
** todo: integrate into Hudson CI with [https://github.com/kumar303/jstestnet jstestnet]
NYE:
* I'm a big fan of late night house parties with good friends and good music.  No man to tell you when to go home.
== lars ==
== lars ==
* defended Fort Socorro all by myself during the holidays
* created new crash submitter suitable for load testing
* started stress testing the 176 collector
* there must have been other things
== laura ==
== laura ==
== lorchard ==
== lorchard ==
Line 30: Line 89:


== malexis ==
== malexis ==
*Red Panda site updates
*College site content
*Join Mozilla kickoff
*Mobile Launch campaign planning
*Gathering Web dev radar Q1 projects
*Demos microsite and MDN Demo Room coordination
*Fave NYE venue: Home, asleep by 11:30.
== morgamic ==
== morgamic ==
* recruiting: interviews, finding contractors and full-time
* recruiting: interviews, finding contractors and full-time
Line 48: Line 115:


== paulc ==
== paulc ==
* Happy new year! 2011 is prime :)
* Happy new year! 2011 is a sexy prime, because 2017 is prime also :)
* Doing SUMO work by myself / with James over the holidays
* Doing SUMO work by myself / with James over the holidays
* Partied enough in early December so I mostly stayed home with family for the last 2 weeks.
* Partied enough in early December so I mostly stayed home with family for the last 2 weeks.


== paulosman ==
== paulosman ==
* Staging new drumbeat.org on MoFo/Labs Cluster
* Creating final list of blocker bugs
* Security review
* Coming up with deployment plan (branching strategy, automating, etc).
NYE Venue: My new house
== potch ==
== potch ==
* AMOing it up
* Doozer is in its home stretch (submissions close next week!)
* playing with a canvas toolkit/library in my spare time
* Removed my DecemBeard, feel like a new man
NYE Location: Lake house in the middle of nowhere
== rhelmer ==
== rhelmer ==
* socorro
** preparing for PHX move
** working on load/smoke test {{bug|619811}}
* mostly feature complete on new graphs server
** http://graphs-stage2.mozilla.org
** https://wiki.mozilla.org/Perfomatic:UI
** tons of perf work the past few weeks; flot community helped out a ton, fixing a severe perf bug I found, and also helped with server-side node.js flot graphs
* helped out on core graphserver bugs
** took {{bug|608347}} over from ian
New years, shmew years.
== ricky ==
== ricky ==
* Was PTO most of the Holidays
* Now back fixing SUMO 2.4.x bugs
I haven't found a favorite NYE venue, but would love to experience Times Square ball drop once in my lifetime.
== rsnyder ==
== rsnyder ==


Line 73: Line 170:


== wil ==
== wil ==
* xssmas -- the gift that keeps on giving!
* organizing [https://bugzilla.mozilla.org/buglist.cgi?cmdtype=runnamed&namedcmd=AMO-5.12.6&sharer_id=177149 5.12.6] and [https://bugzilla.mozilla.org/buglist.cgi?cmdtype=runnamed&namedcmd=AMO-5.12.7&sharer_id=177149 5.12.7]
* scheduling [https://intranet.mozilla.org/2011Q1Goals#Add-ons Q1 goals]

Latest revision as of 19:42, 4 January 2011

Open Items

  • Passwords and account security
    • password stretching vs. not
    • password rotations
    • inactive expiry
    • challenge questions
    • unique IP limitation
    • turing
    • criticality levels
      • tier 1, maybe comments, random stuff
      • tier 2, file submissions, ability to affect others
      • tier 3, admin or editor level access
    • better activity logging at the app level
    • not using emails as a login
    • password complexity requirements
    • account lock after # of failed logins
  • Images on seperate domain
  • Image verification
  • Anonymize scripts
  • Q1 goals

Roundtable

andy

  • 5.12.6 and 5.12.7
  • Flightdeck helping

chowse

  • Tracing over the MDN Demo Gallery
  • Decompression
  • Fireworks on Hilton Head Beach makes for a great NYE

dd

  • New year - working on my AMO favorites: Search, API, Addon Logs and Input
  • Favorite Venue: I'm not that into NYE... but I bet it'd be awesome in NYC.

erik

  • Discovered the joys of PLY, a Python port of lex and yacc. It's an LALR parser that uses quasi-Pythonic introspection to build both lexers and parsers. Very mature, great docs, no bugs I've hit so far.
  • Lead some initial design work on a more generic email (and other?) notification system for SUMO (but other Django apps too).

gkoberger

jbalogh

jgrlicky

  • Implemented mobile SUMO Landing Page
  • Worked on Firefox 4b8 Screenshots
  • Made a lot of progress on mobile AMO high-fi mockups

jlongster

  • NYE: Easy Bistro with live soul/funk music was awesome.

jsocol

  • Took a train from Michigan to New York.
    • Slowest. Transportation. Ever.
    • Pittsburgh's train station sucks.
  • 2011 is prime and the sum of 11 (prime) consecutive primes (157-211).
  • Absorbing changes to SUMO's Q1 schedule and dividing up the workload.
  • Breaking up another year-long goal into manageable parts.
  • Venue: Grand Army Plaza was pretty excellent.

kumar

AMO:

  • I've been working a lot on integrating the add-on validator into AMO's add-on submission pages and also version management pages
    • interface for viewing errors / code context
    • lot of JS
    • some of file uploading / celery tasks
  • We sort of have a JavaScript test suite for AMO now
    • todo: integrate into Hudson CI with jstestnet

NYE:

  • I'm a big fan of late night house parties with good friends and good music. No man to tell you when to go home.

lars

  • defended Fort Socorro all by myself during the holidays
  • created new crash submitter suitable for load testing
  • started stress testing the 176 collector
  • there must have been other things

laura

lorchard

  • Spent 2 weeks aiming to be as lazy as possible and de-stress at the end of 2010.
  • Diving back into MDN Demo Gallery
  • Fave NYE venue:
    • My friend Steve's basement, filled with arcade machines and beer.

malexis

  • Red Panda site updates
  • College site content
  • Join Mozilla kickoff
  • Mobile Launch campaign planning
  • Gathering Web dev radar Q1 projects
  • Demos microsite and MDN Demo Room coordination
  • Fave NYE venue: Home, asleep by 11:30.

morgamic

  • recruiting: interviews, finding contractors and full-time
  • addons-cup and college site here and there
  • getting james up to speed and helping with www team
  • goals
  • hawaii is a great place to celebrate new year's... never seen so many illegal fireworks in one place

ozten

  • Trying to upstream security patches with Mindtouch
  • Dealing with L10n dekiwiki issues (various L10n wrangling)
  • Fixing Security issues
  • Started Dekicombat (Django auth that uses dekiwiki)
  • Helping out with Socorro email admin feature
  • Working with WeightShift on a microsite

Favorite New Year's Venue: Hot tub in the snow

paulc

  • Happy new year! 2011 is a sexy prime, because 2017 is prime also :)
  • Doing SUMO work by myself / with James over the holidays
  • Partied enough in early December so I mostly stayed home with family for the last 2 weeks.

paulosman

  • Staging new drumbeat.org on MoFo/Labs Cluster
  • Creating final list of blocker bugs
  • Security review
  • Coming up with deployment plan (branching strategy, automating, etc).

NYE Venue: My new house

potch

  • AMOing it up
  • Doozer is in its home stretch (submissions close next week!)
  • playing with a canvas toolkit/library in my spare time
  • Removed my DecemBeard, feel like a new man

NYE Location: Lake house in the middle of nowhere

rhelmer

New years, shmew years.

ricky

  • Was PTO most of the Holidays
  • Now back fixing SUMO 2.4.x bugs

I haven't found a favorite NYE venue, but would love to experience Times Square ball drop once in my lifetime.

rsnyder

  • Retired 10 websites as part of Mozilla website archive project.
  • Socorro 1.7.7 in progress.
    • Will be rewriting all Socorro UI in new doc format.
  • Input 3.0.
  • Vacation in Phuket; working from Chiang Mai first 2 weeks of January.
  • Chiang Mai was pretty awesome this New Years Eve.

wenzel

  • Firefox Input 3.0 is well on its way. It'll support feedback from Firefox release versions >= 4.0!
  • Input received its 1 millionth feedback item yesterday!
  • Working on our website template: playdoh. Thanks for helping everyone!
  • Clogging holes in getpersonas. Sigh.

wil