- Investigating how much logic can move from grunt to download builder to reduce duplication.
- Investigating the possibility of optional initialization for widgets.
- Speeds up initial page load.
- Ajax'd content "just works".
- Requires the user to generate the full markup.
- Working on a Pointer Events polyfill via jQuery special events.
Author Archives: builder
jQuery Mobile Team Meeting – Feb 28 2013
- Attending: Todd Parker, Jasper de Groot, Jason D Scott, Anne-Gaelle Colom, Gabriel Schulhof, Alex Schmitz
link Todd
- jQuery 1.3.0 final released last Wednesday - http://jquerymobile.com/blog/2013/02/20/jquery-mobile-1-3-0-released/
- Thanks for everyone who helped us get this release out, it’s feature-packed
- No meeting last week due to the Vienna conference. Presented on RWD and jQM.
- Website and blog need to get ported into the new template. Ralph and Anne to help with that process
- 1.4.0 planning underway, UI, core and mobile folks discussing plans
- Will be on vacation next week
link Jasper de Groot
- worked on demo center, TR 1.3, triage
link Anne-Gaelle Colom
- Tagged and released the API docs for 1.3.0 (under build 1.3.0-2)
- Talked at the jQuery Europe conf (Good UI Design Principles with jQuery Mobile)
- A bit of triage/testing
link Gabriel Schulhof
- Fixed https://github.com/jquery/jquery-mobile/issues/5706
- addFirstLastClasses and reset are now used via $.extend rather than $.widget
- Figured out how to debug grunt tasks via node + node-inspector
- Moved popup arrow and slider tooltip into lib
link Ghislain Seguin
- Tracked down pending PR authors up to 6-month old to get them to sign a CLA
- Updated Readme.md on master need to port to 1.3-stable
- Listening in to the CLA automated validation conversation. Hopefully it comes sooner than later because the manual process is a real PITA
- Little progress on unit/integration tests separation
link Alexander Schmitz
- Fixed some base tag issues https://github.com/jquery/jquery-mobile/issues/5677. Know this had come up before but could not find old issue.
- page.sections re-factor
Testing Team Meeting – Feb 28 2013
February 28, 2013
Location: #jquery-meeting on Freenode
Attending: Timo, Dave, Scott, Jörn
Time: 11am ET (16:00 UTC)
QUnit
Starting splitting out add-ons
into separate repositories:
TestSwarm
Timo working on projects
refactoring:
https://github.com/jquery/testswarm/tree/projects-4
Working with BrowserStack to fix
lost workers.
- jq03 should be more stable: https://github.com/jquery/infrastructure/issues/145#issuecomment-14226261
- Asked them to get rid of flash/firebug.xml
“feature” causing Windows Firefox to crash
jQuery UI Team Meeting – Feb 27 2013
- The base theme will no longer be hosted on CDNs (use Smoothness instead).
- Working toward 1.10.2.
- Starting work to switch to CLDR for Globalize data source.
jQuery Core Team Meeting – Feb 25 2013
Attending: DaveMethvin, mikesherov, gibson042, rwaldron, timmywil
link jQuery 2.0b2
- Delayed, my fault
- This week?
- Stuff to be landed before it ships?
- Stub for selectors - http://bugs.jquery.com/ticket/13434
link jQuery 1.9.2
- Still can wait a couple of weeks
link Documentation needs work
- Dave to work on some of this in Toronto Monday
- Move upgrade-guide stuff into api.jquery.com
- Document treatment of various node types 'n stuff wrapped by jQuery
- What can be put in a set?
- What methods work with it?
link jQuery 1.10 correspondence with 2.0
- Let's do it, per gibson042's email in -devs
- Changes to go into both
- (Add these to Migrate Plugin and document NOW)
- No script execute by default, must use $.parseHTML
- http://bugs.jquery.com/ticket/13283 Remove .andSelf
- http://bugs.jquery.com/ticket/13417 domManip and empty text nodes
- http://bugs.jquery.com/ticket/12838 $.ajax hook point for domManip
- change Event.isTrigger from boolean to bitmask
- allow multiple args for .replaceWith (ref)
link jQuery 1.10 and 2.0 final ship date
- 2.0 to stay in beta until 1.10?
- Encourage people to use the beta
link bugs.jquery.com
- New home page to improve people's reporting -- on Dave's plate
- e.g., docs issues go to api.jquery.com
link Open tickets triage
jQuery UI Team Meeting – Feb 20 2013
- Improved download builder load times by moving rendering to the client.
- Released 1.10.1.
- Minified CSS is now included on CDNs.
- Investigating an issue with ImageMagick that created bad images for 1.10.1 themes.
- Working on interaction rewrites.
- API redesign notes to be posted soon for community feedback.
jQuery Core Team Meeting – Feb 15 2013
February 12, 2013
Minutes (Notes) of the meeting of jQuery
Location: #jquery-meeting on Freenode
Attending: DaveMethvin, rwaldron, orkel, gibson042, siovene, timmywil
Time: Noon ET
Official Agenda:
Siovene update/discussion on perf
- Still looking for ideas on organization, tests, etc
jQuery 2.0b2
- This week – Day?
- Stuff to be done before it ships? No
Things still needed for 2.0 final
Optional qSA/mS Sizzle stub
jQuery Migrate 1.1.1 late this week — Dave
Todos marked in Github issue tracker:
jQuery 1.9.2 — I think we can wait a couple of weeks
Version/feature correspondence (from last week)
- Make 1.10 track 2.0? (So 1.11->2.1, 1.12->2.2, etc)
- in next major point release, don’t execute scripts by default
- Let’s leave this an open issue until we know what might need to be in each version
bugs.jquery.com
- New home page to improve people’s reporting
- e.g., docs issues go to api.jquery.com
Open tickets triage
http://bugs.jquery.com/ticket/13428
- Lets hold off on action for now, potentially document that native events should not depend on using trigger data and use .triggerHandler if you need to pass data
http://bugs.jquery.com/ticket/13393
http://bugs.jquery.com/query?status=new&report=505&order=priority
jQuery Mobile Team Meeting – Feb 14 2013
- Attending: Todd Parker, John Bender, Jasper de Groot, Jason D Scott, Anne-Gaelle Colom, Gabriel Schulhof, Alex Schmitz, Ghislain Seguin
link Todd
- 1.3.0 Final release still on track on Monday the 18th, blog post draft is roughed out
- New API docs and demos will launch on the same day
- Nested listviews will be depreciated with 1.3.0
- IE7 issue with multipage docs - browser bug we can’t work around, noting this issue in the docs
link John Bender
- Navigation odditiies
- Perf suite setup
- Chatted with someone at Intel about their attempt to do the same for jquery
link Jasper de Groot
- worked on demos, will finish a few more demos today/tomorrow
- disabling AJAX global in demos breaks view source
- added some things to 1.4 planning / roadmap
link Anne-Gaelle Colom
- learned how to tag
- reviewing api docs for errors/mistakes and links that need to be removed or fixed
link Gabriel Schulhof
- Popup arrow works on IE
- Worked on https://github.com/jquery/jquery-mobile/issues/5512 with johnbender - IIRC we agreed that IE7 stays grade A but we document that multipage documents are to be avoided, since AJAX works fine.
- Need to discuss about providing a version of the lib not wrapped in an IIFE
- Ran into a Chrome rendering bug: https://bugs.webkit.org/show_bug.cgi?id=109737
link Ghislain Seguin
- Working on the release script, making it part of grunt and will share back with core
- Working with Rafael on sharing code with UI for the download builder. No real progress there besides a repo move.
link Alexander Schmitz
- finished h2widget
- working on demos for h2widget and deeplinking
- fixed broken link issue in glbal nav panel
- working on update to readme to explain php include for nav panel
- more faq’s trying to finish section before monday (over half way there)
jQuery Core Team Meeting – Feb 11 2013
Attending: DaveMethvin, rwaldron, orkel, gibson042, siovene, timmywil
link Siovene update/discussion on perf
- Still looking for ideas on organization, tests, etc
link jQuery 2.0b2
- This week - Day?
- Stuff to be done before it ships? No
- Things still needed for 2.0 final
- Optional qSA/mS Sizzle stub
- http://bugs.jquery.com/ticket/13434
link jQuery Migrate 1.1.1 late this week -- Dave
- Todos marked in Github issue tracker:
link jQuery 1.9.2
- I think we can wait a couple of weeks
link Version/feature correspondence (from last week)
- Make 1.10 track 2.0? (So 1.11->2.1, 1.12->2.2, etc)
- in next major point release, don't execute scripts by default
- Let's leave this an open issue until we know what might need to be in each version
link Open tickets triage
- Lets hold off on action for now, potentially document that native events should not depend on using trigger data and use .triggerHandler if you need to pass data
jQuery Mobile Team Meeting – Feb 07 2013
- Attending: Todd Parker, John Bender, Jasper de Groot, Jason D Scott, Anne-Gaelle Colom, Gabriel Schulhof, Alex Schmitz, Ghislain Seguin
link Todd
- 1.3.0 RC1 went out on Monday as scheduled, targeting Monday the 18th for final
- http://jquerymobile.com/blog/2013/02/04/jquery-mobile-1-3-0-rc1-released/
- We’ve had two issues come in that needed to be fixed for final:
- 5593 - hidden form elements that were added for focus management in popups were being added in other situations. Fixed in master
- 5588 - Panels: Make sure active state is applied to and removed from buttons in header too. Fixed in master.
- 1.1.2 and 1.2.1 maintenance releases coming within the next week or so. Changelogs done, need to update the docs and deploy. Since it’s a small release, we’re not doing an RC which is what core has switched to doing.
- Initial planning for 1.4.0 has started. Alex is working with Scott Gonzalez on re-factoring core.js to be aligned with jQuery UI as the first step.
- The plan is delete the old docs and replace it with the new API site and a companion demos site site. Working to make this switch for 1.3.
- Working on migration plan for our servers
- jquerymobile.com/test/ will be mapped to view.jquerymobile.com/master/demos.
- jquerymobile.com/branches/ will now be view.jquerymobile.com/branchname
- New shelves and charging setup in the Boston test lab. Added a Microsoft Surface this week.
link John Bender
- base tag branch revived, basic testing
- navigation demos
link Jasper de Groot
- fixed panel issues:
- https://github.com/jquery/jquery-mobile/issues/5510 - opening a panel when there is already an open panel on the page: we now wait with opening the second until the first has been closed
- https://github.com/jquery/jquery-mobile/issues/5583 - buttons in header active state not applied or removed
- fixed TR markup for 1.3
- been to BBJam Europe
link Anne-Gaelle Colom
- here’s the api docs status: https://docs.google.com/document/d/1vo_O-GVATYLbo1WggLjlGAQGuFzwE3fUP_8ZR7aftE0/edit
- Created entries for:
- Page Initialization events
- Page change events
- Page scroll events
- page load events
- Page transition events
- so all events are now covered!!!!
- Added a clarification note for RWD tables
link Gabriel Schulhof
- Fixed blocker: https://github.com/jquery/jquery-mobile/issues/5593
- Worked on popup with arrows: http://jquerymobile.com/branches/popup-arrow/docs/demos/demos/popups/arrow.html
- Got wordpress and API docs up and running on my local server
link Ghislain Seguin
- Was off most of the week.
- Continuing progress on grunt migration
- Had a meeting with Rafael about the common code for UI/Mobile download builder. At first it will just generate the UI. Then it could have an interface that both projects would implement differently to talk to their respective servers.
link Alexander Schmitz
- Wrote all FAQs in the Page section
- Made deep links for docs until we can merge real fix after 1.3
- Working on h2 widget to auto-populate the “In this section” panels for the new demos
- Talked with scott_gonzalez on bringing in ui core
- Started initial work planning
- Worked with gnarf and ryanneufeld on 502 and view idea