- Style option removal
- https://github.com/jquery/jquery-mobile/wiki/1.5-Style-options-removal
- Jasper will discuss Kangsik's code for the button widget - this does not match what's described on the wiki page
- https://github.com/jquery/jquery-mobile/wiki/1.5-Style-options-removal
- page events demo
- CasperJS to validate demos before and after build
- https://github.com/jquery/jquery-mobile/pull/7247
- we are going to land this PR
- use CasperJS for sequence tests
- we want to invest time in using CasperJS instead of QUnit for our sequence tests
- https://github.com/jquery/jquery-mobile/pull/7247
- selectmenu remove dialog / we break multiple selects
- working on refactoring regular select to allow multiple and add enhanced along with various other cleanup hoing for simpler interaction with custom select for fallback
- android 4.4 testing
- looks like urls are not broken woo hoo!
- close issue ticket as cannot reproduce
- looks like urls are not broken woo hoo!
- android 4.4 swipe
- i dont think we can support swipe on 4.4 waiting on more info
- can't fix, Scott will contact person in charge of Crome pointer events about this
- i dont think we can support swipe on 4.4 waiting on more info
- testswarm
- Alex working with Timo on this
- hope to have branch running soon
- Alex working with Timo on this
- make buildCSSBundle available to UI Download builder
- https://github.com/jquery/download.jqueryui.com/issues/178
- Ghislain is working on this
- https://github.com/jquery/download.jqueryui.com/issues/178
Author Archives: builder
Testing Team Meeting – Mar 26 2014
jQuery UI Team Meeting – Mar 26 2014
- Ticket triage
- 2 pending tickets -1
- 405 tickets total +2
- 39 pull requests +0
- Button
- working on checkboxradio
- default, checkbox and icons ready for functional and accessibility testing
- Created new PR for review and testing
- Determine if we really want to support anchors
- Will update buttonset (aka controlgroup), its still useful
- Globalize
- Working on number module
- Working on significant figures format
- Implemented significant digits, grouping separators
- Working on negative number patterns
- Release
- Working on migration to jquery-release
- Improving changelog generation
- Download builder
- Trying to use buildCSSBundles() from Ghislain's AMD builder
- He'll extract that into a separate module, Rafael will then use that in DB to support CSS comments as implemented in UI. We can adopt them in UI later.
jQuery Core Team Meeting – Mar 24 2014
Attending: DaveMethvin, m_gol, gibson042, markelog, timmywil
link 1.11.1 / 2.1.1
- Need a shipper! Dave can't run jquery-release on Windows
- m_gol to do a release
- Done! (during the meeting)
- m_gol points out we're failing tests on IE7 (inline block)
- http://swarm.jquery.org/result/1713098
- gibson042 to clean it up -- done
- Dave will do the blog post
- Once we ship, let's hope for some feedback
jQuery Mobile Team Meeting – Mar 20 2014
- Style option removal
- https://github.com/jquery/jquery-mobile/wiki/1.5-Style-options-removal
- Gabriel and Jasper discussed this with the Web-UI-Framework team who is going to work on this
- https://github.com/jquery/jquery-mobile/wiki/1.5-Style-options-removal
- page events demo
- make buildCSSBundle available to UI Download builder
- https://github.com/jquery/download.jqueryui.com/issues/178
- In progress, no ETA yet
- https://github.com/jquery/download.jqueryui.com/issues/178
- CasperJS to validate demos before and after build
- https://github.com/jquery/jquery-mobile/pull/7247
- Looking into other solutions (eg. flexible.js or node-crawler.js) first, before landing this
- https://github.com/jquery/jquery-mobile/pull/7247
- file structure
- https://github.com/jquery/jquery-mobile/pull/7100
- new file structure PR landed; Ghislain will work on https://github.com/jquery/jquery-mobile/issues/5982
- https://github.com/jquery/jquery-mobile/pull/7100
- selectmenu remove dialog / we break multiple selects
- if you set native to true and have a multi select its totally broken http://jsbin.com/ofuhaw/1273/edit
- we need to find a way to handle multiple selects
- if you set native to true and have a multi select its totally broken http://jsbin.com/ofuhaw/1273/edit
- Firefox OS testing
- :(
- Alex need to talk to someone; it might be the phone
- :(
- release
- lots of tests on updated release script
- have release running smooth in 2 enviroments
- lots of tests on updated release script
jQuery UI Team Meeting – Mar 19 2014
- Ticket triage
- 3 pending tickets +1
- 403 tickets total +3
- 39 pull requests +2
- Button
- working on checkboxradio
- ready for functional and accessibility testing!
- Globalize
- Working on number module
- integer and fraction format done
- Working on significant figures format
- Fixed CLDR docs bugs upstream: #6788 #6790 #6849 #7001
- Release
- Working on migration to jquery-release
- Making a fake-project so that its much quicker to test changes in jquery-release
- Checking for required executables
- Improving Release.exec and simplifying grunt calls everywhere
- browserstack-runner
- Collaboration with BrowserStack on their runner
- Now supports compact configuration and decent output for QUnit
- Needs some more improvements
jQuery Core Team Meeting – Mar 17 2014
Attending: DaveMethvin, gibson042, m_gol, markelog, timmywil
link 1.11.1 / 2.1.1
- Create new ticket to rewrite XML tests to avoid them being cross-document
- The PR to be nixed in favor of removing cross-doc manip in tests
- Ticket: http://bugs.jquery.com/ticket/14796
- Looks like we do need to fix this
- dmethvin to land
- Push to 2.2 because it's ugly
- Just document cssNumber?
- Don't want to embed non-W3C vendor-specific properties
- Related PR landed: https://github.com/jquery/jquery/pull/1536
- m_gol to write a test failing in IE8
- let’s blacklist iOS7 and wait (forever) for a real bug report
- http://bugs.jquery.com/query?status=assigned&status=new&status=open&status =reopened&group=milestone&report=3&order=priority
- Please land your fixes ASAP
link Old browser job
- Still broken, it's an infra problem most likely
link Failing oldIE tests -- how to fix?
- Wait until we switch to karma
link Browser support blog post
- Still need UI team input
jQuery Mobile Team Meeting – Mar 13 2014
- Style option removal
- https://github.com/jquery/jquery-mobile/wiki/1.5-Style-options-removal
- look at code of all widgets for possible issues, after that start with button widget
- https://github.com/jquery/jquery-mobile/wiki/1.5-Style-options-removal
- page events demo
- make buildCSSBundle available to UI Download builder
- https://github.com/jquery/download.jqueryui.com/issues/178
- Ghislain will work on this
- https://github.com/jquery/download.jqueryui.com/issues/178
- file structure
- Ghislain is going to rebase the branch so we can land the changes
jQuery UI Team Meeting – Mar 12 2014
- Ticket triage
- 2 pending tickets -0
- 400 tickets total -3
- 37 pull requests +1
- Button
- working on checkboxradio
- ready for functional and accessibility testing
- Globalize
- Release
- Working on migration to jquery-release
- Got DB issues addressed
- Got blocker in jquery-release addressed as well
- Working on files for code.jquery.com and tasks within jquery-release
- Bower
jQuery Core Team Meeting – Mar 10 2014
Attending: DaveMethvin, markelog, gibson042
link 1.11.1 / 2.1.1
- https://github.com/jquery/jquery/pull/1514
- Create new ticket to rewrite XML tests to avoid them being cross-document
- Dave to create new ticket
- https://github.com/jquery/jquery/pull/1532
- Just back out the #14394 !important bug fix?
- YES, but commit the new tests
- m_gol to do it
- https://github.com/jquery/jquery/pull/1531
- Looks like we do need to fix this
- Land now?
- Just document cssNumber? YES
- Don't want to embed non-W3C vendor-specific properties
- LGTM
- m_gol: I’d hold off, probably reverting the !important patch will fix it by itself. I’d just land the tests
- Please land your fixes ASAP
link Old browser job
- Failing oldIE tests -- how to fix?
- Revert fake timers? I hope not.
- Wait until we switch to karma
- Browser support blog post
- Still need UI team input
- $.fn.data
- Land this in 1.12 / 2.2? YES
- Should we fix the clearly broken 2.1 now? NO