- Attending: Todd Parker, John Bender, Jasper de Groot, Anne-Gaelle Colom, Gabriel Schulhof, Alex Schmitz, Ghislain Seguin
 
link Todd
- 1.3.0 RC1 - Targeting Monday, just a few open issues we’re looking at
 - 1.3.0 Final - Targeting mid-February
 - API docs are almost 100% complete
 - Been focusing on creating widget pages for the new demo site, 70% of widgets are filled in, work starting on Q&A, demos have been cleaned up. Aiming to launch those with 1.3 final
 - Initial planning for 1.4 has started in the wiki
 - Ralph and Anne have been working on the new site and blog
 - Re-worked all the icon sprites for 1.3 to be consistent across sizes/colors. Added icon demos for how to remove the disc and use the black sprite
 - WP7.8 device donations from Microsoft have come in, starting to distribute these out
 - RIM sent two BB10 test devices for the Boston lab, under NDA
 - Working with Xavier on download builder and ThemeRoller support and future upgrades, shared tooling with UI
 
link John Bender
- Worked with arschmitz a bit on nav with anchors
 - Fixed the test build for phantom 1.8, released grunt-junit 0.1.6
 
link Jasper de Groot
- panel:
- fixed: “close when swipe on page” and take swipe direction into account https://github.com/jquery/jquery-mobile/issues/5458
 - call positionPanel() when “updatelayout” is triggered fixes: https://github.com/jquery/jquery-mobile/issues/5535
 - working on issue opening a panel when another is already open https://github.com/jquery/jquery-mobile/issues/5510 add/removeClass timing issue (looking into best fix)
 - updated panel API documentation
 
 - fixed textinput issues
 - worked on new docs & demos
 - added grid listview demo http://jquerymobile.com/test/docs/demos/demos/grid-listview/index.html
 - fixed: https://github.com/jquery/jquery-mobile/issues/4956
 - added “panel open with swipe” and “listview autodividers selector” demos
 - added classes “ui-icon-alt” and “ui-icon-nodisc” to theme CSS (easy to have diff icon color or no bg color)
 
link Anne-Gaelle Colom
- started a google doc to check what still needs to be done for the api docs: https://docs.google.com/document/d/1vo_O-GVATYLbo1WggLjlGAQGuFzwE3fUP_8ZR7aftE0/edit
 - api doc: added the examples for the filter-reveal listview options (listviewbeforefilter and data-filter-reveal) but still need to add it to the listview list of options
 - Two articles ready for learn.jquery.com - launching soon
 
link Gabriel Schulhof
- Fixed popup focus/orientationchange/jumpiness issues (https://github.com/jquery/jquery-mobile/issues/5519 and https://github.com/jquery/jquery-mobile/issues/5523) Should I cherry-pick these to 1.2-stable?
 - Created popup-with-arrow demo http://babulina.go-nix.ca:8080/nix/web-ui-fw/demos/widgets/ctxpopup.html
 - Working on tooltip-above-slider-showing-value demo
 - Working on popup-with-arrow demo
 
link Ghislain Seguin
- Talked with Ralph about where the download builder would fit in the new website, we decided to make it should be part of it
 - grunt, grunt, grunt! What’s working:
- JS build with minification and sourcemap (yay!)
 - CSS consolidation and minification
 - Copy of images
 - Zipping -> dist/jquery.mobile.zip
 - Testing via QUnit/PhantomJS with XML reports output for CI
 - Testing against any version of jQuery via --jquery flag (will rename to --jqueries) ie --jquery=1.7.3,1.8.0,git
 - Added ability to run a subset of suites via --units flag (will rename to --suites) ie --units=event,navigation
 - Found a way to work around the PHP dependency for tests which means no more apache/php needed. The simple connect http server that comes built-in with grunt is enough. I’ve added a middleware to the connect server which intercepts request for /js/ and returns the built bundle. It also validates that our built jquery.mobile.js is working.
 
 - There are now 2 kinds of builds:
- grunt dist and grunt dist:release the :release flag will pick up the version from the package.json as opposed to the git SHA1 hash.
 
 - Left to do:
- 2 main suite failures left that I might need help with:
- tests/unit/navigation/sequence/sequence-push-state-disabled-dialog-hash-key-tests.html
 - tests/unit/navigation/sequence/sequence-push-state-disabled-tests.html
 - leading to: 38/775 assertions failed (399454ms)
 
 - deploy
 - add a flag for theming
 - cleanup target
 - testswarm
 - anything else?
 
 - 2 main suite failures left that I might need help with:
 
link Alexander Schmitz
- worked with john bender on nav came up with game plan to add
- ability to pash hashes to pages
 - ability to deeplink to id’s
 - ability to manipulate the hash without adding history entries (push state only)
 - as a way to auto open panels and popups should linking to a url with a hash for a panel or popup open it?
 
 - started nav work
 - added faq pages (all of them in the forms category are complete now)
 - 1.4 planning with todd and Gabriel
 - worked with todd to come up with plan for AJAX in the docs
 - triage and bugs