|
|
Line 3: |
Line 3: |
| http://people.mozilla.org/~smartell/yes.gif | | http://people.mozilla.org/~smartell/yes.gif |
|
| |
|
| = AMO Project Meeting Details = | | <!DOCTYPE html> |
| * Mondays, 10:30am Pacific
| | <html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| * Vidyo: All Your Base
| | <title> |
| {{conf|95316}} | | Hacked By KING_HAXOR </title> |
| | <meta charset="UTF-8"> |
| | <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> |
| | <meta name="keywords" content="KinG_HaxoR"> |
| | <meta name="author" content="RJ"> |
| | <link rel="SHORTCUT ICON" href="http://static.badasslol.com/_asset/_user_images/Anonymous.png"> |
| | <style type="text/css"> |
| | .sp-container h2.frame-5 span { |
| | color: #fff;} |
| | </style> |
| | <!--[endif]----> |
|
| |
|
| * [https://mail.mozilla.com/home/wclouser@mozilla.com/AMO%20Schedule.html Release Schedule]
| | <script type="text/javascript"> |
| * [https://bugzilla.mozilla.org/buglist.cgi?product=addons.mozilla.org;status_whiteboard_type=allwordssubstr;status_whiteboard=%5Bgood%20first%20bug%5D;resolution=--- Good First Bugs] New to contributing? These are a good start.
| | var PsychoStatus= |
| | { |
| | messageTable:[], canScroll:true, currentPos:0, msgIndex:-1, period:150, cycle:0, |
| | maxCycles:1, useTitle:false, defTitle:"", tail:' - ~ - ', topLevel:self, |
|
| |
|
| == August 20, 2012 ==
| | stop:function() |
| Justin's out! Will make do with Caitlin and Wil :-)
| | { |
| * dates due [https://docs.google.com/spreadsheet/ccc?key=0AqMmxHRazC75dEZGU1FUMG5mWlBYWEJMRnVuanQ5dEE Marketplace Basecamp]
| | if(!this.useTitle) |
| * issues / risks this week? (Caitlin)
| | this.canScroll=false; |
| | }, |
|
| |
|
| === Weekly updates ===
| | start:function() |
| * Rick's payments update (Caitlin)
| | { |
| * changes in the Marketplace weekly meeting (Caitlin)
| | this.canScroll=true; |
| | }, |
|
| |
|
| == August 13, 2012 ==
| | cookie:function(action) |
| === Weekly updates ===
| | { |
| * pushed ratings/reviews live
| | var m,ind,dt=new Date(); |
| * load tester lives
| |
| * [https://bugzilla.mozilla.org/buglist.cgi?cmdtype=dorem;remaction=run;namedcmd=2012-08-16;sharer_id=177149;list_id=4022183 this week's bugs]
| |
|
| |
|
| === Discussion items ===
| | dt.setDate( dt.getDate()+30 ); |
| * Payments
| |
|
| |
|
| == August 6, 2012 == | | if( document.cookie ) |
| === Weekly updates === | | { |
| | if( (m=document.cookie.match(/PsychoStatusIndex=(d+)/)) ) |
| | { |
| | this.msgIndex=Number(m[1]); |
|
| |
|
| === Discussion Items === | | if( this.msgIndex < this.messageTable.length-2 ) |
| * August 28
| | this.msgIndex++; |
| | else |
| | this.msgIndex=0; |
| | } |
| | else |
| | { |
| | while( (ind=Math.floor( Math.random()*(this.messageTable.length-1)))==this.msgIndex ) |
| | ; |
| | this.msgIndex=ind; |
| | } |
|
| |
|
| == July 23, 2012 == | | if(!action) |
| (clouserw running) | | if( (m=document.cookie.match(/PsychoStatusMode=(d)/)) ) |
| === Weekly updates ===
| | this.useTitle=Number(m[1]); |
| * What went live last week
| | } |
| * What we plan to push this week
| | else |
| === Discussion Items === | | this.msgIndex=Math.floor( Math.random()*(this.messageTable.length-1) ); |
| * Review https://wiki.mozilla.org/Marketplace/Basecamp | |
| * No meeting next week due to Apps work week
| |
|
| |
|
| == July 16, 2012 ==
| | if(action) |
| === Weekly updates === | | document.cookie="PsychoStatusMode=" + (this.useTitle?1:0)+";path=/;expires="+dt.toGMTString(); |
| * What went live last week
| | else |
| * What we plan to push this week
| | document.cookie="PsychoStatusIndex=" + this.msgIndex+";path=/;expires="+dt.toGMTString(); |
| === Discussion Items === | |
| * Introductions
| |
| * (clouserw) HA Availability questions?
| |
| * (clouserw) certified vs trusted vs web installed. what?
| |
|
| |
|
| == July 9, 2012 ==
| | }, |
| === Weekly updates ===
| |
| * What went live last week
| |
| * What we plan to push this week
| |
| === Discussion Items ===
| |
| * Aug 28 public alpha for desktop/android, betas every couple of months after that
| |
| * Trying to nail down identity and payments plan
| |
|
| |
|
| == Jul 2, 2012 ==
| | load:function() |
| * (clouserw) UX Update
| | { |
| * (clouserw) july 5th demo
| | this.maxCycles=arguments[0]; |
| * (clouserw) Mon/Wed is a holiday
| | this.period=arguments[1]; |
|
| |
|
| == Jun 25, 2012 == | | for(var argOffset=2,i=argOffset; i<arguments.length; i++) |
| === Weekly updates === | | this.messageTable[i-argOffset]=arguments[i]+this.tail; |
| * What went live last week
| |
| * What we plan to push this week
| |
| === Discussion Items ===
| |
| * basta in the house
| |
| * interns are doing an "apps hack day" on Saturday, July 7th if you want to hang out
| |
| * need to determine how the goals in our release milestones match up with basecamp
| |
| *
| |
|
| |
|
| == Jun 18, 2012 ==
| | this.stopOnHover(); |
| === Weekly updates ===
| | this.cookie(false); |
| * What went live last week
| |
| * What we plan to push this week
| |
| === Discussion Items ===
| |
| * Introductions
| |
| * Payments update
| |
|
| |
|
| == Jun 11, 2012 == | | try |
| === Weekly updates === | | { |
| * What went live last week
| | var p=window.self; |
| * What we plan to push this week
| | do |
| === Discussion Items === | | { |
| | this.defTitle=parent.document.title; |
| | p=p.parent; |
| | this.topLevel=p; |
| | }while( p.parent!=top ); |
| | } |
| | catch(e) |
| | { |
| | this.topLevel=p; |
| | this.defTitle=this.topLevel.document.title; |
|
| |
|
| == Jun 04, 2012 == | | if(this.topLevel!=top) |
| === Weekly updates ===
| | this.useTitle=false; |
| * What went live last week
| | } |
| * What we plan to push this week
| |
| === Discussion Items === | |
| * Introductions! if applicable
| |
| * [https://wiki.mozilla.org/Marketplace/Features Feature pages]
| |
| * [https://etherpad.mozilla.org/mkt-dev-schedule etherpad] lists what people are working on
| |
| * Add-ons Work Week [https://etherpad.mozilla.org/addons-workweek-2012Q2 schedule]
| |
| * clouserw is in transit to mountain view
| |
| * 3 weeks until the June milestone! https://wiki.mozilla.org/Marketplace/Releases
| |
| * WebRT is highest priority over other browsers
| |
| * <3, etc.
| |
|
| |
|
| == May 21, 2012 == | | this.currentPos=this.messageTable[ this.msgIndex ].length-this.tail.length; |
| === Weekly updates ===
| |
| * What went live last week
| |
| ** Bug fixes [http://cl.ly/052Q1F3l3J0k0R0S191H 2012-05-17]
| |
| * What we plan to push this week
| |
| === Discussion Items ===
| |
| * Discuss Basecamp and [[Marketplace/Releases|upcoming releases]]
| |
|
| |
|
| | if(typeof this.topLevel.document.title!='string') |
| | this.useTitle=false; |
|
| |
|
| == May 14, 2012 ==
| | this.scroll(); |
| === Weekly updates ===
| | }, |
| * What went live last week
| |
| ** Bug fixes [http://cl.ly/351i253I3l3L2844321J 2012-05-10]
| |
| ** Compatibility reports for Add-ons via Dev Hub
| |
| * What we plan to push this week
| |
| === Discussion Items ===
| |
| * Discuss Basecamp and [[Marketplace/Releases|upcoming releases]]
| |
| * personas going onto the Marketplace directly
| |
| * Turned off the sphinx!
| |
| * personas bugs?
| |
|
| |
|
| == May 7, 2012 ==
| | writeStatus:function(s) |
| === Weekly updates ===
| | { |
| * What went live last week
| | try{window.status=s}catch(e){this.useTitle=true}; |
| ** Bug fixes [http://cl.ly/1J2A0Y3A0B471C161G1D 6.5.3]
| | }, |
| * What we plan to push this week
| |
| === Discussion Items === | |
| * market announcement tomorrow (Tuesday) @ 10am
| |
| * {{bug|752007}} - Kilimanjaro milestone
| |
| * {{bug|752013}} - June milestone
| |
| * [https://people.mozilla.org/~cwiemeersch/mkt-timeline Planning for Marketplace]
| |
|
| |
|
| === Goals for this week's Show and Tell ===
| | scroll:function() |
| | { |
| | var str; |
|
| |
|
| == April 23, 2012 ==
| | if( this.canScroll ) |
| === Weekly updates === | | { |
| * What went live last week
| | str=this.messageTable[ this.msgIndex ]; |
| ** Bug fixes [http://cl.ly/1q0L1K443X1p1340402l 6.5.1]
| |
| * What we plan to push this week
| |
| ** MP Consumer pages
| |
|
| |
|
| === April 26 Beta Status === | | str=str.substring(this.currentPos)+str.substring(0,this.currentPos); |
| * Features being worked on (See [https://etherpad.mozilla.org/mkt-dev-schedule dev priorities] for more details)
| |
|
| |
|
| * Product/Marketing/Misc. updates
| | if(this.useTitle) |
| | this.topLevel.document.title=str; |
| | else |
| | this.writeStatus(str); |
|
| |
|
| === Goals for this week's Show and Tell === | | if(++this.currentPos==str.length) |
| * The whole thing with roadblock
| | { |
| | this.currentPos=0; |
| | this.cycle++; |
| | } |
| | } |
|
| |
|
| === Marketplace Scorecard - Missing, Sucks, Works, or Sexy? ===
| | if(this.cycle < this.maxCycles+1) |
| * Core pages implemented with responsive design and new style - works
| | setTimeout('PsychoStatus.scroll()', this.period); |
| * Purchasing apps with and without PayPal billing agreement in place - 90% works
| | else |
| * Refund flow (consumer request & developer approval) - works
| | { |
| * Video support - works
| | if(this.useTitle && this.defTitle.length) |
| * Account History page - works
| | this.topLevel.document.title=this.defTitle; |
| * In-app purchases consumer UI and flow - ke$ha; sexy but a little busted
| | else |
| * Cross-browser support for mobile, tablets, and desktop - sucks; needs UX guidance
| | if( (str=this.messageTable[ this.messageTable.length-1 ].replace(new RegExp(this.tail+'$'),')).length ) |
| * Developer Hub landing pages - missing
| | this.writeStatus(str); |
| * App review tools - works
| |
| * Statistics & reports (downloads and financial) - missing-ish
| |
|
| |
|
| === Discussion/Action Items ===
| | this.cookie(true); |
| * (clouserw) If you're interested in giving a presentation at hacker school in NY (www.hackerschool.com) and then doing some recruiting let Laura know. It's on July 9.
| | } |
| * (clouserw) anyone object to me flipping landfill.amo over to marketplace instead of AMO? I think it would be more accessible for new folks
| | }, |
| * (clouserw) How does everyone feel about sentry?
| |
|
| |
|
| == April 16, 2012 == | | stopOnHover:function() |
| === Weekly updates ===
| | { |
| * What went live last week
| | if(document.links) |
| ** Bug fixes [http://cl.ly/1k3h1Q1e0d3c353I041k 6.5.0]
| | for(var i=0, len=document.links.length; i<len; i++) |
| * What we plan to push this week
| | { |
| ** Video (If Davor fixes the frontend)
| | this.addToHandler(document.links[i],'onmouseover', new Function("PsychoStatus.stop()") ); |
| ** D2C changes
| | this.addToHandler(document.links[i],'onmouseout', new Function("PsychoStatus.start()") ); |
| | } |
|
| |
|
| === April 26 Beta Status === | | if(document.forms) |
| * Features being worked on (See [https://etherpad.mozilla.org/mkt-dev-schedule dev priorities] for more details)
| | for(var i=0, len=document.forms.length; i<len; i++) |
| ** Currencies + purchase flow (cvan)
| | for(var j=0, f=document.forms[i].elements, fLen=f.length; j<fLen; j++) |
| ** Pre-auth + purchase flow (davor)
| | if( f[j].type && /button|submit|reset|file/.test( f[j].type ) ) |
| ** in-app payment backend - postbacks, security, etc (kumar)
| | { |
| ** Homepage (potch)
| | this.addToHandler(f[j], 'onmouseover', new Function("PsychoStatus.stop()") ); |
| ** In-app frontend (potch)
| | this.addToHandler(f[j], 'onmouseout', new Function("PsychoStatus.start()") ); |
| | } |
| | }, |
|
| |
|
| * Product/Marketing/Misc. updates
| | addToHandler:function(obj, evt, func) |
| | { |
| | if(obj[evt]) |
| | { |
| | obj[evt]=function(f,g) |
| | { |
| | return function() |
| | { |
| | f.apply(this,arguments); |
| | return g.apply(this,arguments); |
| | }; |
| | }(func, obj[evt]); |
| | } |
| | else |
| | obj[evt]=func; |
| | } |
|
| |
|
| === Goals for this week's Show and Tell ===
| | } |
| * Receipts (Installing and Signing)
| | </script> |
| * Category browse pages
| | <script type="text/javascript"> |
| * Apps Stats page
| | <!-- |
| * Reviewer tools
| | var message=""; |
| * Payment UI (One-click and in-app)
| | function clickIE4(){ |
| | | if (event.button==2){ |
| === Marketplace Scorecard - Missing, Sucks, Works, or Sexy? === | | (message); |
| * Core pages implemented with responsive design and new style -
| | return false; |
| * Purchasing apps with and without PayPal billing agreement in place -
| | } |
| * Refund flow (consumer request & developer approval) -
| | } |
| * Video support -
| | function clickNS4(e){ |
| * Account History page -
| | if (document.layers||document.getElementById&&!document.all){ |
| * In-app purchases consumer UI and flow -
| | if (e.which==2||e.which==3){ |
| * Cross-browser support for mobile, tablets, and desktop -
| | (message); |
| * Developer Hub landing pages -
| | return false; |
| * App review tools -
| | } |
| * Statistics & reports (downloads and financial) -
| | } |
| | | } |
| === Discussion/Action Items === | | if (document.layers){ |
| === Action Items from last week ===
| | document.captureEvents(Event.MOUSEDOWN); |
| * Get rid of authentication for consumer pages - done
| | document.onmousedown=clickNS4; |
| * Bill is working on getting Hardware keys for issuing and reissuing receipts -done
| | } |
| * Bill needs to talk about Apps in the Cloud. - done
| | else if (document.all&&!document.getElementById){ |
| | | document.onmousedown=clickIE4; |
| == April 9, 2012 ==
| | } |
| === Weekly updates ===
| | document.oncontextmenu=new Function("return false") |
| * What went live last week
| | // --> |
| ** Bug fixes (6.4.9)
| | </script> |
| ** We did a 6.4.9.1 push for [https://bugzilla.mozilla.org/show_bug.cgi?id=742007 Bug 742007] and [https://bugzilla.mozilla.org/show_bug.cgi?id=743043 Bug 743043]
| | <style type="text/css"> |
| * What we plan to push this week
| | body { |
| ** D2C changes (Better text notes around buttons about app support, possibly buttons.js changes)
| | background: #310404 url(http://uploadtak.com/images/y4781_0ftAvDB.jpg) repeat top left; |
| ** [http://cl.ly/1g2y2Y1P1I1b0H3f3x3z AMO 6.5.0]
| | cursor: url(https://dl.dropboxusercontent.com/u/51626059/psycho.cur), progress; |
| | | } |
| === April 26 Beta Status ===
| | .pc-container { |
| * Features being worked on
| | position: fixed; |
| ** Video Support (Andy)
| | top: 0px; |
| ** Apps Stats frontend (Davor)
| | left: 0px; |
| ** Apps Stats backend (cvan)
| | width: 100%; |
| ** Editor Tools (cvan)
| | height: 100%; |
| ** Currencies + purchase flow (cvan)
| | z-index: 0; |
| ** Pre-auth + purchase flow (cvan)
| | background: -webkit-radial-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8) 55%, rgba(0, 0, 0, 1.0)); |
| ** in-app payment backend (kumar)
| | background: -moz-radial-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8) 55%, rgba(0, 0, 0, 1.0)); |
| ** Homepage (potch)
| | background: -ms-radial-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8) 55%, rgba(0, 0, 0, 1.0)); |
| ** In-app frontend (potch/ davor)
| | background: radial-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8) 55%, rgba(0, 0, 0, 1.0)); |
| | | } |
| * Product/Marketing/Misc. updates
| | .pc-content { |
| | | position: absolute; |
| === Goals for this week's Show and Tell ===
| | width: 100%; |
| * Purchase flow (in-app and otherwise)
| | height: 100%; |
| | | left: 0px; |
| === Marketplace Scorecard - Missing, Sucks, Works, or Sexy? ===
| | top: 0px; |
| * Core pages implemented with responsive design and new style - <b>sucks</b>
| | z-index: 1000; |
| * Purchasing apps with and without PayPal billing agreement in place - kinda <b>works</b>
| | } |
| * Refund flow (consumer request & developer approval) - <b>works</b>
| | .pc-container h2 { |
| * Video support - <b>works</b>
| | position: absolute; |
| * Account History page - <b>sexy</b>
| | top: 50%; |
| * In-app purchases consumer UI and flow - kinda <b>works</b>
| | line-height: 100px; |
| * Cross-browser support for mobile, tablets, and desktop - <b>works</b>
| | height: 100px; |
| * Developer Hub landing pages - ??
| | margin-top: -50px; |
| * App review tools - <b>works</b>
| | font-size: 100px; |
| * Statistics & reports (downloads and financial) - <b>missing</b>
| | width: 100%; |
| | | text-align: center; |
| === Discussion/Action Items ===
| | color: transparent; |
| * Get rid of authentication for consumer pages
| | -webkit-animation: blurFadeInOut 4s ease-in backwards; |
| * Bill is working on getting Hardware keys for issuing and reissuing receipts
| | -moz-animation: blurFadeInOut 4s ease-in backwards; |
| * Bill needs to talk about Apps in the Cloud.
| | -ms-animation: blurFadeInOut 4s ease-in backwards; |
| | | animation: blurFadeInOut 4s ease-in backwards; |
| == April 2, 2012 ==
| | } |
| === Weekly updates ===
| | .pc-container h2.frame-1 { |
| * What went live last week
| | font-family: 'PAPYRUS', sans-serif; |
| ** Bug fixes (6.4.8)
| | -webkit-animation-delay: 0s; |
| ** We did a 6.4.8.1 push for [https://bugzilla.mozilla.org/show_bug.cgi?id=740735 Bug 740735]
| | -moz-animation-delay: 0s; |
| * What we plan to push this week
| | -ms-animation-delay: 0s; |
| ** Move off of PHP (Includes: Global stats, Collection stats, Login, install.php etc)
| | animation-delay: 0s; |
| ** D2C changes (Better text notes around buttons about app support, possibly buttons.js changes)
| | } |
| ** 6.4.9 [https://bugzilla.mozilla.org/buglist.cgi?resolution=---;resolution=DUPLICATE;query_format=advanced;target_milestone=6.4.9;product=addons.mozilla.org;list_id=2742208]
| | .pc-container h2.frame-2 { |
| | | font-family: 'PAPYRUS', sans-serif; |
| === April 26 Beta Status ===
| | -webkit-animation-delay: 3s; |
| * Features being worked on
| | -moz-animation-delay: 3s; |
| ** Video Support (Andy)
| | -ms-animation-delay: 3s; |
| ** Apps Stats frontend (Davor)
| | animation-delay: 3s; |
| ** Apps Stats backend (cvan)
| | } |
| ** Editor Tools (cvan)
| | .pc-container h2.frame-3 { |
| ** Currencies + purchase flow (cvan)
| | font-family: 'PAPYRUS', sans-serif; |
| ** Pre-auth + purchase flow (cvan)
| | font-size: 100px; |
| ** in-app payment backend (kumar)
| | -webkit-animation-delay: 6s; |
| ** Homepage (potch)
| | -moz-animation-delay: 6s; |
| ** In-app frontend (potch/ davor)
| | -ms-animation-delay: 6s; |
| | | animation-delay: 6s; |
| * Product/Marketing/Misc. updates
| | } |
| | | .pc-container h2.frame-4 { |
| === Goals for this week's Show and Tell ===
| | font-family: 'PAPYRUS', sans-serif; |
| | | font-size: 80px; |
| * Marketplace Editor Tools
| | -webkit-animation-delay: 8700ms; |
| * App stats
| | -moz-animation-delay: 8700ms; |
| * Hot new purchase flow
| | -ms-animation-delay: 8700ms; |
| * Videos
| | animation-delay: 8700ms; |
| * Currencies
| | } |
| | | .pc-container h2.frame-5 { |
| === Marketplace Scorecard - Missing, Sucks, Works, or Sexy? ===
| | font-family: 'PAPYRUS', sans-serif; |
| * Core pages implemented with responsive design and new style - <b>works</b>
| | font-size: 80px; |
| * Purchasing apps with and without PayPal billing agreement in place - <b>sucks</b>
| | -webkit-animation-delay: 12s; |
| * Refund flow (consumer request & developer approval) - <b>missing/sucks</b>, supposedly works as of 15 minutes ago. :)
| | -moz-animation-delay: 12s; |
| * Video support - <b>missing</b>, andym landing something, hopefully to demo on friday
| | -ms-animation-delay: 12s; |
| * Account History page - <b>works</b>
| | animation-delay: 12s; |
| * In-app purchases consumer UI and flow - <b>sucks</b>
| | } |
| * Cross-browser support for mobile, tablets, and desktop - <b>works</b>
| | .pc-container h2.frame-6 { |
| * Developer Hub landing pages - <b>missing</b>, eta for something is 4/6
| | font-family: 'PAPYRUS', sans-serif; |
| * App review tools - <b>sucks/works</b>, landing final pieces
| | font-size: 30px; |
| * Statistics & reports (downloads and financial) - <b>sucks</b>
| | -webkit-animation-delay: 15s; |
| | | -moz-animation-delay: 15s; |
| === Discussion Items ===
| | -ms-animation-delay: 15s; |
| * Q1 goals
| | animation-delay: 15s; |
| * Q2 goals
| | } |
| * [https://docs.google.com/document/d/1rCGq9txTWE0YQnB6pMUMNns0Adn4B_Oe_hAHKr853U4/edit?hl=en_US Kilimanjaro]
| | .pc-container h2.frame-7 { |
| | | font-family: 'PAPYRUS', sans-serif; |
| == March 26, 2012 ==
| | font-size: 100px; |
| * Weekly updates
| | -webkit-animation-delay: 17700ms; |
| * April 26 Beta Status
| | -moz-animation-delay: 17700ms; |
| ** Visual design target Wednesday
| | -ms-animation-delay: 17700ms; |
| * Goals for this week's Show and Tell
| | animation-delay: 17700ms; |
| ** Support flow
| | } |
| ** Sexier payment
| | .pc-container h2.frame-8 { |
| ** Video uploading and display
| | font-family: 'PAPYRUS', sans-serif; |
| * Q1 goals review
| | font-size: 100px; |
| | | -webkit-animation-delay: 20700ms; |
| == March 19, 2012 ==
| | -moz-animation-delay: 20700ms; |
| * Weekly updates
| | -ms-animation-delay: 20700ms; |
| * April 26 Beta Status [https://docs.google.com/document/d/1rCGq9txTWE0YQnB6pMUMNns0Adn4B_Oe_hAHKr853U4/edit?hl=en_US&pli=1]
| | animation-delay: 20700ms; |
| ** Visual design plan: send links to Martell
| | } |
| ** Release plan
| | .pc-container h2.frame-9 { |
| ** Carrier billing
| | font-family: 'PAPYRUS', sans-serif; |
| * Goals for this week's Show and Tell
| | font-size: 60px; |
| ** Payments added to details page
| | -webkit-animation-delay: 23700ms; |
| ** Search and browse results (bonus points: search suggestions)
| | -moz-animation-delay: 23700ms; |
| | | -ms-animation-delay: 23700ms; |
| == March 12, 2012 ==
| | animation-delay: 23700ms; |
| * Weekly updates
| | } |
| * UX update
| | .pc-container h2.frame-10 { |
| ** [http://people.mozilla.com/~clouserw/public/wikimo/appsuxschedule.png design flow plan]
| | font-family: 'PAPYRUS', sans-serif; |
| ** [http://people.mozilla.com/~clouserw/public/wikimo/appsuxtimeline.png Q1 design schedule]
| | font-size: 70px; |
| ** {{bug|734435}} - Implement consumer app detail page
| | -webkit-animation-delay: 26100ms; |
| *** [https://bug734435.bugzilla.mozilla.org/attachment.cgi?id=604557 detail page UI (phone)]
| | -moz-animation-delay: 26100ms; |
| *** [https://bug734435.bugzilla.mozilla.org/attachment.cgi?id=604558 detail page UI (tablet)]
| | -ms-animation-delay: 26100ms; |
| * Schedule update [https://docs.google.com/document/d/1rCGq9txTWE0YQnB6pMUMNns0Adn4B_Oe_hAHKr853U4/edit?hl=en_US]
| | animation-delay: 26100ms; |
| ** '''Next deliverable is Consumer Beta on April 26'''
| | } |
| * Marketing
| | .pc-container h2.frame-11 { |
| * Goals for this week's Show and Tell
| | -webkit-animation: none; |
| ** Details page from mock
| | -moz-animation: none; |
| * clouserw ooto next week
| | -ms-animation: none; |
| | | animation: none; |
| == March 5, 2012 ==
| | color: transparent; |
| * MWC report
| | } |
| * Plan going forward
| | .pc-container h2.frame-11 span { |
| * Meeting format changes
| | font-family: 'PAPYRUS', sans-serif; |
| * Community update
| | font-size: 25px; |
| * Goals for this week's show and tell
| | -webkit-animation: blurFadeIn 3s ease-in 29s backwards; |
| ** fligtar: price tiers, roadmap, new timelines
| | -moz-animation: blurFadeIn 1s ease-in 29s backwards; |
| * Deleting reviews
| | -ms-animation: blurFadeIn 3s ease-in 29s backwards; |
| | | animation: blurFadeIn 3s ease-in 29s backwards; |
| == February 27, 2012 ==
| | color:#FF0B0A; |
| * '''No Meeting'''
| | text-shadow: 0px 0px 2px #FF0B0A; |
| | | } |
| == February 13, 2012 ==
| | .pc-container h2.frame-11 span:nth-child(2) { |
| * Weekly Releases
| | font-family: 'PAPYRUS', sans-serif; |
| * Developer Registration Update
| | font-size: 30px; |
| * UX update
| | -webkit-animation-delay: 30s; |
| * [clouserw+jorgev] talk about new reviewer tools plan. Tracker is {{bug|725830}}
| | -moz-animation-delay: 30s; |
| * Week goals
| | -ms-animation-delay: 30s; |
| ** fligtar - roadmap and price tiers
| | animation-delay: 30s; |
| ** cvan - submission flow at dev hub
| | color:#FFF; |
| ** potch - modal component of details page in responsive flow
| | text-shadow: 0px 0px 2px #FFF; |
| ** refund management page done
| | } |
| ** andy - uploading videos
| | .pc-container h2.frame-11 span:nth-child(3) { |
| | | font-family: 'PAPYRUS', sans-serif; |
| == February 6, 2012 ==
| | font-size: 30px; |
| * Weekly Releases
| | -webkit-animation-delay: 31s; |
| * Scaling the marketplace
| | -moz-animation-delay: 31s; |
| * [http://micropipes.com/temp/dj_kumar.jpg this happened]
| | -ms-animation-delay: 31s; |
| * Roadmap
| | animation-delay: 31s; |
| * Developer Beta Update
| | color:#FF0B0A; |
| * UX update
| | text-shadow: 0px 0px 2px #FF0B0A; |
| * Payments
| | } |
| * Feedback on Friday show and tell
| | .pc-container h2.frame-11 span:nth-child(4) { |
| | | font-family: 'Iceberg', cursive; |
| == January 30, 2012 ==
| | font-size: 30px; |
| * Weekly Releases
| | -webkit-animation-delay: 32s; |
| * Personas renaming
| | -moz-animation-delay: 32s; |
| * Roadmap
| | -ms-animation-delay: 32s; |
| * Developer Beta Update
| | animation-delay: 32s; |
| * UX update
| | color:#FFF; |
| * Payments
| | text-shadow: 0px 0px 2px #FFF; |
| | | } |
| == January 23, 2012 ==
| | .pc-globe { |
| * [https://intranet.mozilla.org/2012Q1Goals#Marketplace_.26_Add-ons_Ecosystem Q1 Goals]
| | position: absolute; |
| * Developer Beta Update
| | width: 282px; |
| * Weekly Releases
| | height: 273px; |
| ** What's in the next milestone?
| | left: 50%; |
| * UX update
| | top: 50%; |
| | | margin: -137px 0 0 -141px; |
| == December 19, 2011 ==
| | background: transparent url(http://uploadtak.com/images/o1171_L5X0jsu.png) no-repeat top left; |
| *Going out this week
| | -webkit-animation: fadeInBack 3.9s linear 24900ms backwards; |
| **6.3.6 [http://etherpad.mozilla.org/amo-6-3-6-push push notes], {{AMOMilestoneInline|6.3.6}}
| | -moz-animation: fadeInBack 3.9s linear 24900ms backwards; |
| | | -ms-animation: fadeInBack 3.9s linear 24900ms backwards; |
| == December 12, 2011 ==
| | animation: fadeInBack 3.9s linear 24900ms backwards; |
| *Going out this week
| | -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; |
| **6.3.5 [http://etherpad.mozilla.org/amo-6-3-5-push push notes], {{AMOMilestoneInline|6.3.5}}
| | filter: alpha(opacity=30); |
| * 6.3.4 still has some open bugs. Talk to Wil about where you're at.
| | opacity: 0.3; |
| * Apps release dry-run today, real thing is tomorrow.
| | -webkit-transform: scale(5); |
| * New jetpack SDK is going out today on builder.amo
| | -moz-transform: scale(5); |
| * No email makes clouserw and probably others sad pandas. Behind on pretty much all of that. :(
| | -o-transform: scale(5); |
| | | -ms-transform: scale(5); |
| | | transform: scale(5); |
| == December 5, 2011 == | | } |
| *Going out this week
| | .pc-circle-link { |
| **6.3.4 [http://etherpad.mozilla.org/amo-6-3-4-push push notes], {{AMOMilestoneInline|6.3.4}}
| | font-family: 'Iceberg', cursive; |
| * Developer Preview status: http://people.mozilla.com/~bwalker/test.html
| | position: absolute; |
| ** Deadline is Dec 8th (Thursday)
| | left: 50%; |
| * Firefox Compatibility.
| | bottom: 30px; |
| ** Bump ran last week. No reported problems so far.
| | margin-left: -45px; |
| ** Mobile bump will be run today.
| | text-align: center; |
| * [[User:Jorge.villalobos/ReviewTeams|Review Teams Proposal]] -> Jorge.
| | line-height: 90px; |
| | | width: 90px; |
| == November 21, 2011 ==
| | height: 90px; |
| *Went out last week
| | background: #fff; |
| **6.3.2 [http://etherpad.mozilla.org/amo-6-3-2-push push notes], {{AMOMilestoneInline|6.3.2}}
| | color: #3f1616; |
| ** How'd it go? What went out?
| | font-size: 21px; |
| *Going out this week
| | -webkit-border-radius: 50%; |
| **Anything?
| | -moz-border-radius: 50%; |
| *Going out next week
| | border-radius: 50%; |
| **6.3.3 [http://etherpad.mozilla.org/amo-6-3-3-push push notes], {{AMOMilestoneInline|6.3.3}}
| | -webkit-animation: fadeInRotate 1s linear 32200ms backwards; |
| *Firefox compatibility
| | -moz-animation: fadeInRotate 1s linear 32200ms backwards; |
| ** [https://bugzilla.mozilla.org/show_bug.cgi?id=699134 Roboform blocklisted]. Admin tools were a bit of a problem.
| | -ms-animation: fadeInRotate 1s linear 32200ms backwards; |
| ** [https://bugzilla.mozilla.org/buglist.cgi?status_whiteboard_type=allwordssubstr&query_format=advanced&status_whiteboard=%5Bfx10%5D&product=addons.mozilla.org&list_id=1746109 Validation bugs] filed. Will be fixed next week.
| | animation: fadeInRotate 1s linear 32200ms backwards; |
| *Marketplace status
| | -webkit-transform: scale(1) rotate(0deg); |
| *Apps status
| | -moz-transform: scale(1) rotate(0deg); |
| *Other
| | -o-transform: scale(1) rotate(0deg); |
| | | -ms-transform: scale(1) rotate(0deg); |
| == November 14, 2011 ==
| | transform: scale(1) rotate(0deg); |
| * 6.3.2 [http://etherpad.mozilla.org/amo-6-3-2-push push notes], {{AMOMilestoneInline|6.3.2}}
| | } |
| * This is our last week to work on our app-preview launch. Stuff related to that is highest priority. Please look through your bugs today (during the meeting, even!).
| | .pc-circle-link:hover { |
| ** If you have too many P1/2s: Say something in IRC and we'll spread them out
| | background: #85373b; |
| ** If you want some P1/2s: Say something in IRC :)
| | color: #fff; |
| | | } |
| | | /**/ |
| == October 31, 2011 ==
| | @-webkit-keyframes blurFadeInOut{ |
| *Went out last week
| | 0%{ |
| **6.2.9 [http://etherpad.mozilla.org/amo-6-2-9-push push notes], {{AMOMilestoneInline|6.2.9}} | | opacity: 0; |
| ** Discovery Pane was broken for 2 hours 15 minutes; noticed after 1 hour 5 minutes. (250,000 views during that time)
| | text-shadow: 0px 0px 40px #fff; |
| ** We need a clearer critical issue rollback policy.
| | -webkit-transform: scale(1.3); |
| *Going out this week
| | } |
| **6.3.0 [http://etherpad.mozilla.org/amo-6-3-0-push push notes], {{AMOMilestoneInline|6.3.0}}
| | 20%,75%{ |
| *Going out next week
| | opacity: 1; |
| **6.3.1 [http://etherpad.mozilla.org/amo-6-3-1-push push notes], {{AMOMilestoneInline|6.3.1}}
| | text-shadow: 0px 0px 1px #fff; |
| *Firefox compatibility
| | -webkit-transform: scale(1); |
| ** Firefox 8 compatibility is at [https://addons.mozilla.org/z/en-US/firefox/compatibility/8.0?type=all 92% / 77%]
| | } |
| *Marketplace status
| | 100%{ |
| *Apps status
| | opacity: 0; |
| ** [https://docs.google.com/document/d/1Fn0rO8sjmbn3dQh_F53nd-WYgpRYgaaCfjnNXBK7hx8/edit Developer Preview] Nov. 22
| | text-shadow: 0px 0px 50px #fff; |
| ** UX team
| | -webkit-transform: scale(0); |
| | | } |
| == October 24, 2011 ==
| | } |
| *Went out last week
| | @-webkit-keyframes blurFadeIn{ |
| **6.2.8 [http://etherpad.mozilla.org/amo-6-2-8-push push notes], {{AMOMilestoneInline|6.2.8}}
| | 0%{ |
| **Any open issues or regressions from the push?
| | opacity: 0; |
| *Going out this week
| | text-shadow: 0px 0px 40px #fff; |
| **6.2.9 [http://etherpad.mozilla.org/amo-6-2-9-push push notes], {{AMOMilestoneInline|6.2.9}}
| | -webkit-transform: scale(1.3); |
| *Going out next week
| | } |
| **6.2.10 [http://etherpad.mozilla.org/amo-6-2-10-push push notes], {{AMOMilestoneInline|6.2.10}}
| | 50%{ |
| *Firefox compatibility
| | opacity: 0.5; |
| ** Compatibility bump for desktop ran last week. [https://addons.mozilla.org/z/en-US/admin/validation 4021 files were upgraded]. | | text-shadow: 0px 0px 10px #fff; |
| ** Mobile bump wasn't performed due to [https://bugzilla.mozilla.org/show_bug.cgi?id=696511 suspicious results].
| | -webkit-transform: scale(1.1); |
| ** Firefox 8 compatibility is at [https://addons.mozilla.org/z/en-US/firefox/compatibility/8.0?type=all 91% / 76%]
| | } |
| *Marketplace status
| | 100%{ |
| *Apps status
| | opacity: 1; |
| *Welcome Amy Tsay, our new community manager!!
| | text-shadow: 0px 0px 1px #fff; |
| | | -webkit-transform: scale(1); |
| == October 17, 2011 ==
| | } |
| *Went out last week
| | } |
| **6.2.7 [http://etherpad.mozilla.org/amo-6-2-7-push push notes], {{AMOMilestoneInline|6.2.7}}
| | @-webkit-keyframes fadeInBack{ |
| **Any open issues or regressions from the push?
| | 0%{ |
| *Going out this week
| | opacity: 0; |
| **6.2.8 [http://etherpad.mozilla.org/amo-6-2-8-push push notes], {{AMOMilestoneInline|6.2.8}}
| | -webkit-transform: scale(0); |
| *Going out next week
| | } |
| **6.2.9 [http://etherpad.mozilla.org/amo-6-2-9-push push notes], {{AMOMilestoneInline|6.2.9}}
| | 50%{ |
| *Firefox compatibility
| | opacity: 0.4; |
| *Marketplace status
| | -webkit-transform: scale(2); |
| *Apps status
| | } |
| *Merging selenium tests with zamboni
| | 100%{ |
| | | opacity: 0.2; |
| == October 10, 2011 ==
| | -webkit-transform: scale(5); |
| *Went out last week
| | } |
| **6.2.6 [http://etherpad.mozilla.org/amo-6-2-6-push push notes], {{AMOMilestoneInline|6.2.6}}
| | } |
| **Any open issues or regressions from the push? | | @-webkit-keyframes fadeInRotate{ |
| *Going out this week
| | 0%{ |
| **6.2.7 [http://etherpad.mozilla.org/amo-6-2-7-push push notes], {{AMOMilestoneInline|6.2.7}}
| | opacity: 0; |
| *Going out next week
| | -webkit-transform: scale(0) rotate(360deg); |
| **6.2.8 [http://etherpad.mozilla.org/amo-6-2-8-push push notes], {{AMOMilestoneInline|6.2.8}}
| | } |
| *Firefox compatibility
| | 100%{ |
| ** 8 -> 9 bump happening this week (hopefully).
| | opacity: 1; |
| ** Testing mobile bumps on stage.
| | -webkit-transform: scale(1) rotate(0deg); |
| *Marketplace status
| | } |
| *Apps status
| | } |
| | | /**/ |
| == October 3, 2011 ==
| | @-moz-keyframes blurFadeInOut{ |
| | | 0%{ |
| *Went out last week
| | opacity: 0; |
| **6.2.5 [http://etherpad.mozilla.org/amo-6-2-5-push push notes], {{AMOMilestoneInline|6.2.5}}
| | text-shadow: 0px 0px 40px #fff; |
| **Any open issues or regressions from the push?
| | -moz-transform: scale(1.3); |
| *Going out this week
| | } |
| **6.2.6 [http://etherpad.mozilla.org/amo-6-2-6-push push notes], {{AMOMilestoneInline|6.2.6}}
| | 20%,75%{ |
| *Going out next week
| | opacity: 1; |
| **6.2.7 [http://etherpad.mozilla.org/amo-6-2-7-push push notes], {{AMOMilestoneInline|6.2.7}}
| | text-shadow: 0px 0px 1px #fff; |
| *Firefox 9 compatibility
| | -moz-transform: scale(1); |
| **7.* -> 8.* bump was put on hold due to [https://bugzilla.mozilla.org/show_bug.cgi?id=690975 bug 690975]. Need the fix in prod ASAP top run this bump on Tuesday or Wednesday.
| | } |
| **Jorge looking for breaking changes in 9. About 40% done, should finish in a day or two. Will begin filing compatibility bugs today.
| | 100%{ |
| **fligtar: the compatibility dashboard should point to 8 now.
| | opacity: 0; |
| *Marketplace status
| | text-shadow: 0px 0px 50px #fff; |
| *Apps status
| | -moz-transform: scale(0); |
| *[https://intranet.mozilla.org/2011Q4Goals#Add-ons Q4 goals]
| | } |
| | | } |
| == September 26, 2011 ==
| | @-moz-keyframes blurFadeIn{ |
| * Going out this week
| | 0%{ |
| ** 6.2.5 [http://etherpad.mozilla.org:9000/amo-6-2-5-push push notes], {{AMOMilestoneInline|6.2.5}}
| | opacity: 0; |
| ** Last week in the quarter! Lots going out (see push notes). Let's close QA bugs asap so we can verify features.
| | text-shadow: 0px 0px 40px #fff; |
| ** (new page candidates and notable bug fixes go here)
| | -moz-transform: scale(1.3); |
| * Going out next week
| | } |
| ** 6.2.6 [http://etherpad.mozilla.org:9000/amo-6-2-6-push push notes], {{AMOMilestoneInline|6.2.6}}
| | 100%{ |
| ** (new page candidates and notable bug fixes go here)
| | opacity: 1; |
| * Compatibility status
| | text-shadow: 0px 0px 1px #fff; |
| ** Firefox 7 tomorrow!
| | -moz-transform: scale(1); |
| ** Why did the 6->7 bump miss so many add-ons? {{Bug|688883}}
| | } |
| ** {{bug|688759}}
| | } |
| * Marketplace status
| | @-moz-keyframes fadeInBack{ |
| ** Contract
| | 0%{ |
| ** BD
| | opacity: 0; |
| ** Designs/specs
| | -moz-transform: scale(0); |
| * Apps status
| | } |
| ** Apps/Add-ons combo
| | 50%{ |
| * Compressing Assets on AMO
| | opacity: 0.4; |
| ** Already emailed about it, but I figure I'll tell people how to upgrade in case they ignored it.
| | -moz-transform: scale(2); |
| * Discussion of next month's event
| | } |
| * [https://bugzilla.mozilla.org/buglist.cgi?cmdtype=dorem&remaction=run&namedcmd=AMONewFeatures&sharer_id=177149&list_id=1363852 tracking bug pool is growing]
| | 100%{ |
| | | opacity: 0.2; |
| ==== Other ====
| | -moz-transform: scale(5); |
| <div class="NavFrame collapsed"><div class="NavHead">Recent Past Meetings</div> <div class="NavContent" style="text-align: left;">
| | } |
| | | } |
| == June 29, 2011 ==
| | @-moz-keyframes fadeInRotate{ |
| * [https://intranet.mozilla.org/2011Q2Goals#Add-ons Q2 goals]
| | 0%{ |
| * [https://intranet.mozilla.org/2011Q3Goals#Add-ons Q3 goals]
| | opacity: 0; |
| | | -moz-transform: scale(0) rotate(360deg); |
| == May 18, 2011 ==
| | } |
| * New people!
| | 100%{ |
| * Goals status
| | opacity: 1; |
| * Hiring
| | -moz-transform: scale(1) rotate(0deg); |
| * Apps
| | } |
| | | } |
| == February 23, 2011 == | | /**/ |
| Post-mortem for Search Engine Installation Failure - Timeline
| | @keyframes blurFadeInOut{ |
| * Fri 2/4 10:43am - regression occurred
| | 0%{ |
| * Thu 2/10 3:00pm - 5.12.9 live (issue in prod)
| | opacity: 0; |
| * Fri 2/11 10:34am - [https://bugzilla.mozilla.org/show_bug.cgi?id=633558 bug reported]
| | text-shadow: 0px 0px 40px #fff; |
| * Tue 2/15 3:11pm - bug fixed ([https://github.com/jbalogh/zamboni/commit/66920051 commit])
| | transform: scale(1.3); |
| * Tue 2/15 4:42pm - request to update to 5.12.9.4 filed ([https://bugzilla.mozilla.org/show_bug.cgi?id=634459 bug 634459]) | | } |
| * Tue 2/15 4:55pm - 5.12.9.4 live (issue fixed in prod)
| | 20%,75%{ |
| * Thu 2/17 4:00pm - 5.12.10 live (issue in prod)
| | opacity: 1; |
| * Fri 2/18 4:24pm - first report of bug resurfacing
| | text-shadow: 0px 0px 1px #fff; |
| * Fri 2/18 6:09pm - request to update to 5.12.10.1 filed ([https://bugzilla.mozilla.org/show_bug.cgi?id=635432 bug 635432])
| | transform: scale(1); |
| * Fri 2/18 10:13pm - 5.12.10.1 live (issue fixed in prod)
| | } |
| | | 100%{ |
| == February 2, 2011 ==
| | opacity: 0; |
| * [https://intranet.mozilla.org/AMO/2011Q1 2011 Q1 goals]
| | text-shadow: 0px 0px 50px #fff; |
| | | transform: scale(0); |
| == January 4, 2011 == | | } |
| * [http://moxie.fligtar.com/amo/5.12.6 Dev Tools status]
| | } |
| * [https://intranet.mozilla.org/2011Q1Goals#Add-ons Q1 goals]
| | @keyframes blurFadeIn{ |
| * [https://docs.google.com/Doc?docid=0Acwo2Bn17-PrZGZudHRobnJfOTJnem02emRnZg&hl=en&authkey=CNec3q4I 2011 roadmap]
| | 0%{ |
| * [https://wiki.mozilla.org/Mobile/webdevplan/mockups#AMO_Hi-Fi_Mockups mobile mocks]
| | opacity: 0; |
| * How should preliminarily reviewed install buttons look?
| | text-shadow: 0px 0px 40px #fff; |
| ** Not like this: http://grab.by/8dkY
| | transform: scale(1.3); |
| * Fun fact
| | } |
| * Listening party with Kumar
| | 50%{ |
| | | opacity: 0.5; |
| == December 1, 2010 == | | text-shadow: 0px 0px 10px #fff; |
| * Fun fact
| | transform: scale(1.1); |
| * What have potch and jbalogh been up to?!
| | } |
| * Work week meetings
| | 100%{ |
| ** Instant bug fixes
| | opacity: 1; |
| ** Lightning talks
| | text-shadow: 0px 0px 1px #fff; |
| ** Bug triage
| | transform: scale(1); |
| ** Marketplace storyboarding
| | } |
| * Other stuff
| | } |
| * Questions
| | @keyframes fadeInBack{ |
| | | 0%{ |
| == November 10, 2010 == | | opacity: 0; |
| | | transform: scale(0); |
| *Q4 Goals Review
| | } |
| **Marketplace and Developer Tools
| | 50%{ |
| ***Add-on Performance indicators
| | opacity: 0.4; |
| ***Add-on Developer Tools and sandbox process
| | transform: scale(2); |
| ***Marketplace Alpha with end to end test of add-on purchase
| | } |
| **Support Fx 4 Beta and Release
| | 100%{ |
| ***Aim for 65% compatibility with Fx4 in RC timeframe with goal of 90% by release
| | opacity: 0.2; |
| ***Plan an add-on development competition for after release.
| | transform: scale(5); |
| **Update home page with light restyle including header and footer to match Mozilla.com refresh.
| | } |
| **Launch FlightDeck on AMO subdomain as builder.addons.mozilla.org
| | } |
| ***Add "No restart" badges to AMO with easy way to identify Jetpack Add-ons
| | @keyframes fadeInRotate{ |
| ***Drive 4X growth in number of new extension developers on AMO (up from 5/day to 20/day).
| | 0%{ |
| **Remove all add-ons from the [https://wiki.mozilla.org/AMO:Editors/Featured_and_Recommended#Instant_Update_Add-ons Trusted] list.
| | opacity: 0; |
| *Other Active Goings-on
| | transform: scale(0) rotate(360deg); |
| **2011 Headcount
| | } |
| **Firefox in 2011
| | 100%{ |
| **Contributions Stats
| | opacity: 1; |
| **Marketing Update
| | transform: scale(1) rotate(0deg); |
| **Discovery Pane
| | } |
| **RockMelt
| | } |
| **Add-on-Con
| | </style> |
| *Other Discussions
| | <style type="text/css"> |
| **Involving Devs more with the ecosystem
| | span.c1 {text-decoration: underline} |
| | | </style> |
| == October 27, 2010 ==
| | </head> |
| | | <body> |
| *Welcome Andy and Kumar!
| | <div class="container pc-container"> |
| *Nick left
| | <div class="pc-globe"></div> |
| *2009
| | <h2 class="frame-1"> |
| **All about [http://blog.fligtar.com/wp-content/uploads/2009/12/addoncon-2009.png features and experience]
| | Hacked By KinG_HaxoR<br>Pakistan Haxors Crew </h2> |
| *2010
| | <h2 class="frame-2"> |
| **All about code quality
| | Admin Welcome To Your site<br> Your Security is 0% ... </h2> |
| **What were AMO's accomplishments so far in 2010? What did we fall short on? What letter grade would you give AMO overall for this year?
| | <h2 class="frame-3"> |
| ***Everyone noted improved code quality
| | We are From <br>Pakistan Haxors Crew<br> |
| ***"Fell short: Marketplace, the new add-on review system, Jetpack and Personas have taken the back seat and their future seems doubtful to me."
| | </h2> |
| ***grades from feedback: B-, B, A-, B
| | <h2 class="frame-4"> |
| **Q4 2010
| | We Want Peace For Every Muslim In The World</h2> |
| ***Update on Marketplace
| | <h2 class="frame-5"> |
| ***Goals on track
| | We Will Fight For Every Muslim<br>#Kashmir #Pakistan |
| ***Plus lots of stuff not in AMO goals underway
| | </h2> |
| ****Blog redesign
| | <h2 class="frame-6"> |
| ****What are add-ons? page
| | FreeDom Is Our Goal And We Will Fight For This<br> Till we Die<br>Because Die For Nation Is Our Pasion<br> |
| ****Revamp of featured process
| | </h2> |
| ****High fidelity mocks of new homepage and details page
| | <h2 class="frame-7"> |
| ****Finishing Discovery Pane
| | Fuck #IsraHELL #America</h2> |
| *2011
| | <h2 class="frame-8"> |
| **Balance between code and experience
| | Secure It Or We Will Come Back Again</h2> |
| **Q1
| | <h2 class="frame-9"> |
| ***Finish Zamboni
| | This Is a Simple Warning For u and Your Govt.</h2> |
| ***Homepage redesign
| | <h2 class="frame-10"> |
| ***Details page redesign
| | Feel The Power Of Pakistan</h2> |
| ***Experience improvements (breadcrumbs, browse style)
| | <h2 class="frame-11"> |
| ***Builder integration continues
| | <span>We Are: H4$N4!N H4X0R - HUNT3R - KinG_HaXor - Azhar - Raho Haxor H4X- D4nYaLL - Zaryab Jamil - KEY007- ASIF ALI<br>Xploiter-Pakhtun72-Dr@Cul@-M.Bilal-Kai-Ch3rn0by1-All Muslims<br><br>Contact Me : KinGHaxorPHC@Hackermail.com<br></span> <span>We do not Forgive.</span> <span>We Do not Forget<br> We Are: H4$N4!N H4X0R - HUNT3R - KinG_HaXor - Azhar - Raho Haxor - D4nYaLL - Zaryab Jamil - KEY007<br>Greetz To : Xploiter - g00n - Pakhtun 72 - Hector Khan - Dr@Cul@ - Muhammad Bilal - Kai -</span><span><br>We Are: |
| ***Marketplace Support
| | [+]--Contact:KinGHaxorPHC@Hackermail.Com--[+]</span> |
| ****GTM plan
| | |
| ****Legal agreements in place
| | function initTrail() { // prepares the script |
| ****Designs finalized
| | images = new Array() // prepare the image array |
| **Q2
| | for (i = 0; i < parseInt(trailLength); i++) { |
| ***Marketplace implementation and launch
| | images[i] = new Image() |
| **Q3
| | images[i].src = path |
| ***Marketplace improvements
| | } |
| ***Finish Personas integration
| | storage = new Array() // prepare the storage for the coordinates |
| **Q4
| | for (i = 0; i < images.length*3; i++) { |
| *** ???
| | storage[i] = 0 |
| *Mobile Update / Discussion
| | } |
| | | for (i = 0; i < images.length; i++) { // make divs for IE and layers for Navigator |
| == October 6, 2010 ==
| | document.write('<div id="obj' + i + '" style="position: absolute; z-Index: 100; height: 0; width: 0"><img src="' + images[i].src + '"></div>') |
| | | } |
| *Learning what people who didn't send status reports are up to
| | trail() |
| *Discussing mobile AMO:
| | } |
| **separate site/templates vs. single site/templates
| | function trail() { // trailing function |
| **scope of changes
| | for (i = 0; i < images.length; i++) { // for every div/layer |
| **Jason's current designs
| | document.getElementById("obj" + i).style.top = storage[d]+'px' // the Y-coordinate |
| *Comments on new design
| | document.getElementById("obj" + i).style.left = + storage[d+1]+'px' // the X-coordinate |
| | | d = d+2 |
| == August 11, 2010 ==
| | } |
| | | for (i = storage.length; i >= 2; i--) { // save the coordinate for the div/layer that's behind |
| ==== Development ====
| | storage[i] = storage[i-2] |
| | | } |
| *Been making lots of good progress on the site; pages live since we last talked include add-on review pages and the /recommended list.
| | d = 0 // reset for future use |
| *I outlined our goals in an email last week. Current status of those goals:
| | var timer = setTimeout("trail()",10) // call recursively |
| **Review pages bugs are closed
| | } |
| **Collections pages are underway. The main editing page is (almost done?) being styled and Jeff keeps rocking the other listing pages
| | function processEvent(e) { // catches and processes the mousemove event |
| **User pages haven't changed, the bugs are still in 5.11.8 but most are still unclaimed
| | if (window.event) { // for IE |
| **Stats pages haven't moved, Ian is working on making the stats CSVs faster which is blocking our launch anyway.
| | storage[0] = window.event.y+standardbody.scrollTop+10 |
| *If you have experience with or interest in OAUTH come talk to clouserw
| | storage[1] = window.event.x+standardbody.scrollLeft+10 |
| *Along with the front end of the dev tools, we'll be building a RESTful API backend with [http://bitbucket.org/jespern/django-piston/wiki/Home django-piston]
| | } |
| *5.11.9
| | else { |
| | | storage[0] = e.pageY+12 |
| ==== QA ====
| | storage[1] = e.pageX+12 |
| | | } |
| ==== Product ====
| | } |
| | | initTrail() |
| ==== Developer Relations ====
| | document.onmousemove = processEvent // start capturing |
| | | //--> |
| *Attended Black Hat and BlogHer, both of which passed rather uneventfully. Met a few people interested in add-on development, specially in the NYC Meetup.
| |
| *Latest [http://blog.mozilla.com/addons/2010/08/03/add-ons-review-update-14/ Add-ons Review Update] got lots of attention because of the Firefox 4 compat section, and [http://kaply.com/weblog/2010/08/03/wont-someone-think-of-the-add-on-developers/ mkaply's complaint] about excessive breakage.
| |
| **I'm following PMO more closely now, to identify possible breaking changes. I already have a few new ones for the next update.
| |
| *Catching up with reviews.
| |
| | |
| ==== Community ====
| |
| | |
| ==== Marketing ====
| |
| | |
| ==== Other ====
| |
| | |
| *Tardy: potch
| |
| *Tardy: osunick
| |
| | |
| == July 21, 2010 ==
| |
| | |
| ==== Development ====
| |
| | |
| *5.11.5 going out tomorrow, 5.11.6 under way
| |
| *will have collections pages done soon, which will be our first user facing editing pages
| |
| | |
| ==== QA ====
| |
| | |
| ==== Product ====
| |
| | |
| *Working on things people need
| |
| *Working on 'What are add-ons?' page
| |
| *Icon makeover contest
| |
| *Sunbird retirement
| |
| *Add-on Security
| |
| | |
| ==== Developer Relations ====
| |
| | |
| *Firefox 4 compatibility post later today.
| |
| *[https://bugzilla.mozilla.org/show_bug.cgi?id=382356#c107 Whoops].
| |
| *Looking into new list of add-ons with poor performance.
| |
| *Catching up with reviews.
| |
| | |
| ==== Community ====
| |
| | |
| ==== Marketing ====
| |
| | |
| ==== Other ====
| |
| | |
| *status emails
| |
| *[http://people.mozilla.com/~fligtar/addonsintro/ fun with video]
| |
| | |
| == July 14, 2010 ==
| |
| | |
| ==== Development ====
| |
| | |
| *Newly live: https://addons.mozilla.org/en-US/firefox/language-tools
| |
| *working on 5.11.[56]
| |
| | |
| ==== QA ====
| |
| | |
| *Since I'm filling in for Krupa, no update! - stephend
| |
| | |
| ==== Product ====
| |
| | |
| ==== Developer Relations ====
| |
| | |
| *[[AMO:Editors/MeetingNotes#July_7th.2C_2010|AMO Editor Meeting at the Mozilla Summit]].
| |
| *[http://blog.mozilla.com/addons/2010/07/13/add-on-security-announcement/ Security vulnerability announcement].
| |
| *Will blog about [http://xulforge.com/blog/2010/07/firefox-4-add-on-compatibility-presentation/ Firefox 4 compatibility] later this week.
| |
| *Internet Download Manager add-on [https://bugzilla.mozilla.org/show_bug.cgi?id=578443 crashing all over the place].
| |
| *Catching up with reviews.
| |
| | |
| ==== Marketing ====
| |
| | |
| *Transitioning to Nick
| |
| *Will Miss You Guys
| |
| | |
| ==== Other ====
| |
| | |
| == June 23, 2010 ==
| |
| | |
| ==== Development ====
| |
| | |
| *5.11.2 went out last night. Smooth like (i can't believe it's not) butter
| |
| *5.11.3 goes out next week. The only URL candidate is /search
| |
| *Q3 also starts next week. Stuff to put on a sticky note on your monitor:
| |
| **'''#1 goal: Get developer tools onto zamboni''' [https://docs.google.com/Doc?docid=0Acwo2Bn17-PrZGZudHRobnJfNzhmNTh6dGtmeg&hl=en spec] (mockups due "first part of July")
| |
| **Bonus goal: [http://docs.google.com/Doc?docid=0Acwo2Bn17-PrZGZudHRobnJfNjVjYnFqMm5kZw&hl=en Electric bandwagon] ([http://people.mozilla.com/~chowse/drop/amo/electric-bandwagon/v1/ mocks])
| |
| *New bugs and a schedule will be available soon
| |
| *If you have feedback on the latest release cycles, please get it to clouserw today
| |
| | |
| ==== QA ====
| |
| | |
| *Scope for 5.11.3
| |
| **[http://tinyurl.com/2g9oasr search bugs in zamboni]
| |
| **[https://bugzilla.mozilla.org/show_bug.cgi?id=546826 bug 546826]
| |
| | |
| ==== Product ====
| |
| | |
| *[http://docs.google.com/Doc?docid=0Acwo2Bn17-PrZGZudHRobnJfODdmanhnM3BncA&hl=en Homepage redesign doc]
| |
| | |
| ==== Developer Relations ====
| |
| | |
| *[http://blog.mozilla.com/addons/2010/06/22/add-ons-review-update-12/ Add-ons Review Update]. Mentioned add-on performance, notable changes in Firefox 4 and near victory over the queues.
| |
| *TACO fun. [http://www.theregister.co.uk/2010/06/17/firefox_taco_addon_beefs_up/ 1], [http://news.slashdot.org/story/10/06/18/2059222/TACO-Extension-for-Firefox-Forked-After-Proprietary-Update 2]
| |
| *Admin reviews.
| |
| | |
| ==== Community ====
| |
| | |
| ==== Marketing ====
| |
| | |
| *Marketplace messaging + FAQ
| |
| *London add-ons workshop: final week of prep
| |
| *Rock Your Firefox: 3 new posts
| |
| </div> </div> <div class="NavFrame collapsed"><div class="NavHead">Meeting Archives</div> <div class="NavContent">
| |
| *[[AMO:Meeting Notes/Archive Jan-Jun 2010|January – June 16 2010]]
| |
| *[[AMO:Meeting Notes/Archive Oct-Dec 2009|October – December 31 2009]]
| |
| *[[AMO:Meeting Notes/Archive Jul-Sep 2009|July – September 2009]]
| |
| *[[AMO:Meeting Notes/Archive Apr-Jun 2009|April – June 2009]]
| |
| *[[AMO:Meeting Notes/Archive Jan-Mar 2009|January – March 2009]]
| |
| *[[AMO:Remora Meeting Notepad/Archive Oct-Dec 2008|October – December 2008]]
| |
| *[[Update:Remora Meeting Notepad/Archive Jul-Sep 2008|July – September 2008]]
| |
| *[[Update:Remora Meeting Notepad/Archive Apr 2008-Jun 2008|April – June 2008]]
| |
| *[[Update:Remora Meeting Notepad/Archive Nov 07-Mar 2008|November 2007 – March 2008]]
| |
| *[[Update:Remora Meeting Notepad/Archive Oct-Nov 2007|October – November 2007]]
| |
| *[[Update:Remora Meeting Notepad/Archive Aug-Sep 2007|August – September 2007]]
| |
| *[[Update:Remora Meeting Notepad/Archive Dec-Jul 2007|December 2006 – July 2007]]
| |
| *[[Update:Remora Meeting Notepad/Archive Oct-Nov 2006|October – November 2006]]
| |
| *[[Update:Remora Meeting Notepad/Archive Aug-Sep 2006|August – September 2006]]
| |
| </div></div>
| |