From 609860426f890ad0e86d76fb527c507511c6bffe Mon Sep 17 00:00:00 2001 From: Ryc O'Chet Date: Thu, 1 Dec 2016 08:54:40 +0000 Subject: [PATCH] Add pause/resume, disable global test as it breaks other tests. Cleanup test code slightly. Closes #718 --- CONTRIBUTING.md | 7 +- test/index.html | 696 +- test/{jquery-1.11.1.js => jquery-1.12.4.js} | 4714 +++++++------ test/jquery-1.4.3.js | 6883 ------------------- test/qunit-2.0.1.css | 415 ++ test/qunit-2.0.1.js | 4437 ++++++++++++ velocity.js | 247 +- velocity.min.js | 4 +- 8 files changed, 8256 insertions(+), 9147 deletions(-) rename test/{jquery-1.11.1.js => jquery-1.12.4.js} (74%) delete mode 100644 test/jquery-1.4.3.js create mode 100644 test/qunit-2.0.1.css create mode 100644 test/qunit-2.0.1.js diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ec02911a..f09433a1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,10 +2,11 @@ - Make sure you're using the latest version of Velocity before reporting a bug. -- Unless you're reporting an obvious bug that can be immediately recreated by anyone, please **create a demo** with the minimum amount of code necessary to reproduce your bug. You can use this template, which already has Velocity and its UI pack included: http://jsfiddle.net/65xCP/4/. +- If you are asking for help please use StackOverflow as the issue tracker is for bugs and suggestions: https://stackoverflow.com/questions/tagged/velocity.js -- For a variety of reasons, I rarely merge pull requests. There is no need to make one; just explain your issue and I will take care of it. Thank you so much! +- Unless you're reporting an obvious bug that can be immediately recreated by anyone, please **create a demo** with the minimum amount of code necessary to reproduce your bug. You can use this template, which already has Velocity and its UI pack included: https://jsfiddle.net/mqv9L27u/. + +- Pull requests for fixes and new features are often accepted, but feel free to open an issue first if you're unsure of the reception. All code submitted becomes part of VelocityJS and gets covered by its license (https://github.com/julianshapiro/velocity/blob/master/LICENSE.md). - Please skim the FAQ before asking questions: https://github.com/julianshapiro/velocity/issues/47. -- @ydaniv provides moderation support for Velocity's GitHub issues. diff --git a/test/index.html b/test/index.html index 6237de5e..3671ac83 100644 --- a/test/index.html +++ b/test/index.html @@ -4,9 +4,9 @@ Velocity.js Tests - + - +