Skip to content

Instantly share code, notes, and snippets.

View arschmitz's full-sized avatar

Alexander Schmitz arschmitz

View GitHub Profile
@arschmitz
arschmitz / gist:9191879
Created February 24, 2014 16:41
vagrant error
C:\alex\jquery-wp-content>vagrant box add jquery-wp-content-32 jquery-wp-content
-32bit.box
Downloading box from URL: file:C:/alex/jquery-wp-content/jquery-wp-content-32bit
.box
Extracting box...ate: 65.5M/s, Estimated time remaining: --:--:--)
Successfully added box 'jquery-wp-content-32' with provider 'virtualbox'!
C:\alex\jquery-wp-content>vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
[default] Importing base box 'jquery-wp-content-32'...
@arschmitz
arschmitz / mobile-1-4-1-changelog.md
Last active August 29, 2015 13:56
jquery mobile 1.4.1 change log

<script>{ "title": "jQuery Mobile 1.4.1 Changelog" }</script>

Core JS

  • AnimationComplete: Added transition, fallbacks and removed memory leaks. AnimationComplete is Also now its own module including support tests for animations and transitions (#5156, #6816, #6697, #6895, #6148, 749c78e)

  • Removed "use strict" (#13335, 362e3fc)

@arschmitz
arschmitz / mobile-1-4-2-changelog.md
Last active August 29, 2015 13:56
changelog for jquery mobile 1.4.2

<script>{ "title": "jQuery Mobile 1.4.2 Changelog" }</script>

Build

  • Added commitplease for commit msg checking (d43d310)
  • Added option "es3" to jshint (#7172, f6bf0d7)

Core JS

@arschmitz
arschmitz / pr.md
Created April 22, 2014 18:56
Copy and paste for PR's for jquery mobile

Thanks for taking the time to contribute to jQuery Mobile. We have the following requirements of pull requests before we can review them.

  • Sign our CLA.
  • A ticket with a reduced test case must be created and verified by the team.
  • Include a unit test to ensure the fix works and prevent against regressions.
  • Ensure code adheres to our style guide.
  • Ensure commit messages adhere to our commit message style guide.

If you are interested in continuing with this change, please create a new pull request after these points have been addressed.

{
"username": "",
"key": "",
"test_path": "tests/unit/button-markup/index.html",
"test_framework": "qunit",
"browsers": [
{
"browser": "chrome",
"browser_version": "latest",
"os": "OS X",
@arschmitz
arschmitz / instructions.md
Created May 20, 2014 12:58
instructions for adding plugins to uglymongrel-jquery-mobile

Add project to uglymongrel-jquery-mobile

update bower.json

update package.json

update grunt file.js

update /js/index.html

Thanks for your interest in jQuery, jQuery UI, and jQuery Mobile. Unfortunately I'm not able to provide free direct help over a closed communication medium.
jQuery has a thriving community and a very active forum. If you post your question on the jQuery Forums, then everyone will benefit. Your question will be seen by several very smart and talented developers, allowing for a faster response from a larger knowledge base. The community will also benefit because your question and any provided answers will be public and searchable, providing help for anyone else who may be encountering the same issue.
If you truly do want direct help, I am available for paid consulting on an hourly basis, depending on my schedule.
If your question is actually about something specific to code I have written or am involved with, that is not officially part of jQuery, jQuery UI, or jQuery Mobile, please just email me again.
I hope your issue is resolved quickly.
jquery-mobile (master %) $ grunt test
Running "clean:testsOutput" (clean) task
Running "jshint:js" (jshint) task
>> 86 files lint free.
Running "jshint:grunt" (jshint) task
>> 1 file lint free.
Running "php:server" (php) task
<script>{ "title": "jQuery Mobile 1.4.3 Changelog" }</script>

Accessibility

  • Table: remove reflow CSS hack for Safari <= 5 It causes problems with assistive technology not being able to detect tables. This effectively reverts bafa5d95d1ae2f028749c710aa198b96de7eeb3d, thus removing the fix for gh-5380. Closes gh-6584 Fixes gh-6583 Re gh-5380 #6583, 0ec40a4)

Core JS

  • Fixed over agressive removal of handlers in animationComplete. (#7265, ef1abfc)
  • Improved performance of addFirstLastClass. (#7227, df691e6)

Overview

This guide will assist in upgrading from jQuery UI 1.10.x to jQuery UI 1.11.x. All changes are listed below, organized by plugin, along with how to upgrade your code to work with jQuery UI 1.11.

General changes