- Working through plans to remove duplication between jQuery UI build system and download builder.
- Working on Pointer Events special event implementation.
- Created jquery-pointer-events repo.
- MS Open Tech feels that a jQuery-specific implementation makes more sense for us than hand.js.
- Working through individual widget implementations for classes option.
- Working on theming documentation.
Author Archives: builder
jQuery Core Team Meeting – May 13 2013
Attending: DaveMethvin, timmywil, orkel, m_gol, gibson042, rwaldron
link jQuery 1.10
- Any tickets needing work before RC/Final?
- https://github.com/jquery/jquery/pull/1265 (line-height, gibson042)
- Need to migrate the build/release.js change (dave)
- Ship date?
- Could do a release this week (16th) if everything is wrapped up
- Fallback to (23rd)
link jQuery 2.0.1
- Tickets still needing attention
- http://bugs.jquery.com/ticket/13835 (gibson042)
- needs fixing, should be easy
- http://bugs.jquery.com/ticket/13793 (dave)
- Fix landed, just need to verify map is correct
- http://bugs.jquery.com/ticket/13789 (dave)
- Not critical but dave will add
- rwaldron's perf improvement for data
- rwaldron rebased and did a pull request
- m_gol to do some digging on further perf regressions
- Ship date?
- 16th, fallback to 23rd
link jQuery Migrate
- 1.2.1 shipped last week, all quiet
link jQuery 2.1/1.11 changes
- Add tickets for issues you think should be addressed
- Need to do a blog post after 1.10/2.0.1 ship
link Open tickets triage
jQuery Mobile Team Meeting – May 09 2013
- Attending: Todd Parker, John Bender, Jasper de Groot, Anne-Gaelle Colom, Alex Schmitz, Ghislain Seguin
link Todd
- Team focused on 1.4 work: changelog
- The view.jquerymobile.com site has experienced some flakiness, but it should now be fixed.
- Mobile with be up on the Google CDN with the next release, coordinating now
- Joseph Wain is working on the new icon set for 1.4
- Updated the roadmap: https://github.com/jquery/jquery-mobile/wiki/Roadmap
- Interview with JS Jabber podcast later today re: jQM
- Website re-template will need to wait until after next week (vacation)
- Meeting notes - Anne will help port those into GitHub
link John Bender
- Content widget
- loadPage -> load
- nearly finished with load (ajax callbacks)
- merged master
- changePage -> change next
- Deprecated
pageinit
in the docs
link Jasper de Groot
- branch “next”:
- all widgets use same button padding and icon position from core.css
- changed all px values to em values
- option mini now only changes the font-size, class ui-mini can also be added to a container
- all field container CSS is centralized in fieldcontain.css
- so far minified CSS file size decreased with 15%
- working on making icon position classes work on container + theme inheritance
link Anne-Gaelle Colom
- New book on the resources page
- Api docs:
- updated to 1.3.1
- Fixed changedPage examples
- Added loadPage example
- changed the swipe/swiperight/swileft examples to add constrast/visibility
link Ghislain Seguin
- Created the grunt task to generate the zip for Google CDN (with MD5 manifest)
- Fixed a download builder issue with master
link Alexander Schmitz
- Touch Events:
- Added teardown methods to all touch events #3790, #5035
- re-wrote swipe triggering to fix #5311
- added global option to emit tap on tap hold #3803
- review PR #5980, #5983
- view.jquery.com
- Fixed with scott gonzalez - stable since monday afternoon
- there is now a monitor that alerts me if its down to be on top of any future issues
- Now have server keys if we have any needs or problems there
- Core
- Fix incorrect keycodes and update to match UI
- Fixed incorrect use of extend on $
- Fixed double wrapping jQuery objects
- Fixed incorrect use of merge
- removed duplicated test
- Nested Listview - Removed
- Toolbar Widget - tests / testing
- Pointer events - working on setting up use cases and tests for various things ui is looking
Testing Team Meeting – May 09 2013
- Attending: Scott, Dave, Jörn, James, Corey
link QUnit
- Moved most plugins out of the QUnit repo into standalone repos on other user accounts (not the jQuery origanization), only PhantomJS plugin is remaining, also a work in progress
link Jenkins/Travis
- Jenkins move still work in progress: https://github.com/jquery/infrastructure/issues/176
jQuery UI Team Meeting – May 08 2013
- Released 1.10.3.
- Working through plans to remove duplication between jQuery UI build system and download builder.
- Working on Pointer Events special event implementation.
- Working through individual widget implementations for classes option.
- Removed NUMPAD values from
$.ui.keyCode
.
jQuery Core Team Meeting – May 06 2013
Attending: DaveMethvin, timmywil, gibson042
link jQuery 1.10
- Tickets for Beta1
- none?
- I have been slammed...so dates are slipping
- Revised dates
- May 9: Beta 1
- May 16: RC (if needed, otherwise final)
- May 23: final (tentative)
- http://bugs.jquery.com/ticket/13832
- parent() and parents() have been inconsistent forever
- let's just document the difference
- https://github.com/jquery/api.jquery.com/issues/293
- http://bugs.jquery.com/ticket/13854
- Prefixed properties and event names are experimental
- Let's wait until they become standard and unprefixed
link jQuery 2.0.1
- Tickets
- http://bugs.jquery.com/ticket/13793 dave
- http://bugs.jquery.com/ticket/13577
- http://bugs.jquery.com/ticket/13789
- rwaldron's perf improvement for data -- did this land?
link jQuery Migrate
- Fix the fix for https://github.com/jquery/jquery-migrate/issues/36
- Version 1.2.1 shipping soon
link Open tickets triage
jQuery Mobile Team Meeting – May 02 2013
- Attending: Todd Parker, Jasper de Groot, Anne-Gaelle Colom, Gabriel Schulhof, Alex Schmitz, Ghislain Seguin
link Todd
- Team is focused on 1.4 activities
- Joseph Wain (Glyphish.com) has offered to donate an icon set for jQM, I’m working on logistics. This would be an expanded set from what we have now, in vector format. Proposed set
- We’re tracking down the server issues for view.jquerymobile.com/
- Need help with the site re-templating and getting meeting notes published
link Jasper de Groot
- continued to work on “next”: Branch preview
- updating and cleaning up CSS of all widgets after all changes we made to the markup is done
- now working on centralizing padding and icon position CSS for buttons in all widgets; consistency, reduces CSS, easier for devs to adjust the button style global
- also changing from px to em values for left/right padding, etc.
- after that theme inheritance
link Anne-Gaelle Colom
- Some triage/testing
- Scott G created a 1.4 branch so that we can get started on 1.4 specific docs (api doc)
- liaised with Scott & Karl and we now have a consistent class for “note/warning” in the api docs
- Minor fixes in the api docs
- A new entry for parseUrl in the api docs
- A new book and a new article on the resources page
link Gabriel Schulhof
- Bug fixing
- Bug re-fixing
- https://github.com/jquery/jquery-mobile/issues/5893 - decided to centralize hashToSelector() function instead of placing escaped hashes into the DOM. We need to keep in mind that, whenever we use a hash/an id as a jQuery selector, we need to pass it through $.mobile.path.hashToSelector() before we use it to construct the jQuery object, because it may contain weird characters (like spaces, periods, commas, square brackets, braces, etc.)
link Ghislain Seguin
- Vacation so not much done
- Working on generating the zip file for Google CDN
- Open for other tasks
link Alexander Schmitz
- fixed bug #5877 issue with prefetch.
- worked on bug https://github.com/jquery/jquery-mobile/issues/5951 found cause of unstyled page fixed in master and 1.3-stable
- working on view instability. have narrowed down problem.
- have local view setup trying to reproduce
- builds view once per minute
- need to know when its down to check server logs (only have 5 minute window)
- setup monitor which will alert me if view goes down
jQuery UI Team Meeting – May 01 2013
- Working through plans to remove duplication between jQuery UI build system and download builder.
- Remove inconsistencies inside jQuery UI.
- Split out size/puff/scale effects.
- Move all effects demos into a single directory.
- Remove inconsistencies inside jQuery UI.
- Working on Pointer Events special event implementation.
- Working through individual widget implementations for classes option.
- 1.10.3 release planned for this week.
- Remove NUMPAD values from
$.ui.keyCode
.
jQuery Core Team Meeting – Apr 29 2013
Attending: DaveMethvin, rwaldron, timmywil, gibson042, orkel, m_gol
link jQuery 1.10
- Should follow 2.0(.1) behavior
- Get a 1.10 beta out before 2.0.1 to find shared issues
- Tickets for Beta1
- none left to land?
- Dates?
- May 2: Beta 1
- May 8: RC (if needed)
- May 16: final (tentative)
- http://bugs.jquery.com/ticket/13832
- parent() and parents() have been inconsistent forever
- let's just document the difference?
- some support for making them consistent; see the ticket
link jQuery 2.0.1
- Tickets
- http://bugs.jquery.com/ticket/13803 gibson042
- (revert to 1.9 behavior for consistency in 2.0.1)
- http://bugs.jquery.com/ticket/13255 dave
- http://bugs.jquery.com/ticket/13793 dave
- http://bugs.jquery.com/ticket/13577
- http://bugs.jquery.com/ticket/13789
- rwaldron's perf improvement for data
link jQuery Migrate XSS
- https://github.com/jquery/jquery-migrate/issues/36
- Version 1.2 will ship soon (Tuesday?)
- Good seed material for 2.1/1.11 blog post
link Open tickets triage
Testing Team Meeting – Apr 25 2013
- Attending: James, Timo, Scott, Corey
link QUnit
- Fixed missing license headers in plugin repos (jquery/qunit-composite, jquery/qunit-reporter-junit). Added MIT-LICENSE.txt file to all qunit repo (was also missing in core jquery/qunit).
- Published our qunit plugins on npm with keyword ‘qunit-plugin’ (and ‘qunit-reporter’ for reporter plugins). Scott brings up whether we should maintain a manifest for Bower users as well. To be discussed.
- WIP: James working on Node compatibility
- WIP: Timo working on event listener
link Jenkins/Travis
- Gnarf has set up a new helix server (jenkins.jquery.com). Jenkins will be moved here as part of our plan to split up the big stack on jq03 over separate services and it might help us figure out why jq03 is crash so often (https://github.com/jquery/infrastructure/issues/145). This still needs a lot of things to be done, task list has been set up: https://github.com/jquery/infrastructure/issues/176
link TestSwarm
- WIP: Timo is finishing up the last bits of the major refactoring. Expected to land within 24 hours.