jQuery UI Team Meeting – Aug 03 2011

Completed

  • Scott added all 1.8.x and 1.7.x releases to the CDN index
  • Dan fixed all major issues with view.jqueryui.com
  • Scott landed jQuery 1.6.x support in 1-8-stable
  • Scott added ability to run test suites against specific versions of jQuery
  • Kris implemented smarter collision detection for the position utility
  • Scott created a non-ul based autocomplete example for menu testing
  • 1.8.15 released

Todo

  • Dan to make repo for view.jqueryui.com public
  • Kris to update navigation menu demo

Testing Team Meeting – Jul 30 2011

jQuery UI Team Meeting – Jul 27 2011

  • Clark added directory listings to view.jqueryui.com
  • Richard started building an XML -> WordPress import script for API docs http://wiki.jqueryui.com/Docs2xml
  • Scott updated widget factory demo to show how to work with generated elements
  • Scott updated master to work with jQuery 1.6.2
  • Scott created a compound test suite to run all tests from a single page
  • Corey started tooltip animation tests
  • Kris added a topalign demo for menu
  • Clark to fix cronjob for view.jqueryui.com and pull all branches
  • Scott to update listing on code.jquery.com
  • Scott to update 1-8-stable for jQuery 1.6 support
  • Corey to update widget animation tests
  • Scott to create a non-ul based autocomplete example (for menu testing)
  • Kris to work on smarter collision detection for position

jQuery UI Team Meeting – Jul 20 2011

  • Infrastructure tasks mostly stale, no update on code.jquery.com listings (all UI versions), also no directory listing for view.jqueryui.com. Recruiting isn't happening either.
  • Only small update on jquery-docs. Need to setup an actual site with docs for a single widget, with support for search, to ensure that the individual pieces are actually working.
  • Lots of updates on Menu thanks to Kris Borchers. Tiny yet very annoying UI glitches fixed, method refactoring done (expand, collapse, collapseAll), now working on demos.
  • Selectmenu still in discussion, some open issues left. Felix to look into them.
  • Some updates happened for Tooltip thanks to contributions from Benjamin Sterling. Another update pending, probably adding a beforeOpen event.
  • Datepicker: Hans submitted pull request for keyboard and ARIA implementation based on templated-prototype. Another update pending, including use of Popup for the popup-datepicker.
  • The ARIA Hackathon got its own blog post.

Testing Team Meeting – Jul 15 2011

Continuing recruiting efforts, with people intersted on working on QUnit issues, TestSwarm issues, QUnit website and the Hudson-TestSwarm plugin, results pending.

Also used ARIA Hackathon and meetings around Toronto to recruit, including Mozilla.

jQuery Mobile Team Meeting – Jul 07 2011

##BETA 2 ITEMS

###All beta 2 issues here:

###Transition improvements - See “Transitions” branch

###Remove ajax-loaded pages after hide.

  • Commit for branch here: https://github.com/jquery/jquery-mobile/commit/2265330677ca4ce1b3808112a7c5952cd555ca5e
  • adds an option to the page plugin:
  • ajaxDomCaching: false (default)
  • will remove a page from the DOM when it is transitioned out, this will leverage the native browser’s cache to store pages
  • if set to true, it will leave pages in the DOM as now
  • we’d recommend leaving this off, but it can be turned on per-page via data-ajax-dom-caching=”true” on the page container
  • need unit tests before pushing

###Add a data-prefetch attr to any anchor element and jQM will load it

  • branch: https://github.com/jquery/jquery-mobile/commits/prefetch
  • basically a markup shortcut for $.mobile.loadPage
  • new data-prefetch attribute, which can be applied to any anchor element in the page and trigger a pre-fetch request of that anchor's href url
  • a great way to transition away from multi-page docs
  • need unit tests before pushing

###Auto-init branch

###pushState

###Decoupled widgets

###XSS with XHR level2 cross domain request

##QUESTIONS

##PULLS