From b5467f2613dd1f411aabc695f4c07caa6b2778c3 Mon Sep 17 00:00:00 2001 From: Brahim Arkni Date: Wed, 12 Apr 2017 16:50:51 +0100 Subject: [PATCH 1/3] All: Update links after move to organization --- LICENSE-MIT.txt | 2 +- package.json | 6 +++--- pages/contribute.md | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/LICENSE-MIT.txt b/LICENSE-MIT.txt index 8f3d8cf..61daee1 100644 --- a/LICENSE-MIT.txt +++ b/LICENSE-MIT.txt @@ -2,7 +2,7 @@ Copyright (c) 2013 Jörn Zaefferer, http://bassistance.de/ This software consists of voluntary contributions made by many individuals. For exact contribution history, see the revision history -and logs, available at http://github.com/jzaefferer/jqueryvalidation-content +and logs, available at https://github.com/jquery-validation/jqueryvalidation-content Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/package.json b/package.json index bad9a06..3613364 100644 --- a/package.json +++ b/package.json @@ -3,16 +3,16 @@ "title": "jQuery Validation Plugin site content", "description": "Site content for the jQuery Validation Plugin", "version": "1.0.0", - "homepage": "http://http://jqueryvalidation.org/", + "homepage": "https://jqueryvalidation.org/", "author": { "name": "Jörn Zaefferer (http://bassistance.de/)" }, "repository": { "type": "git", - "url": "git://github.com/jzaefferer/jqueryvalidation-content.git" + "url": "git://github.com/jquery-validation/validation-content.git" }, "bugs": { - "url": "https://github.com/jzaefferer/jqueryvalidation-content/issues" + "url": "https://github.com/jquery-validation/validation-content/issues" }, "licenses": [ { diff --git a/pages/contribute.md b/pages/contribute.md index 4c2cf3c..03c99b8 100644 --- a/pages/contribute.md +++ b/pages/contribute.md @@ -4,8 +4,8 @@ There are several ways for you to contribute to this plugin: -* Help [with the code](https://github.com/jzaefferer/jquery-validation/). Fix bugs, propose features, translate messages and methods... -* Help [with the site content](https://github.com/jzaefferer/validation-content). Improve API documentation, examples, references... -* Help [with the site theme](https://github.com/jzaefferer/validation-theme). This is a WordPress theme that still needs a lot of improvements. +* Help [with the code](https://github.com/jquery-validation/jquery-validation/). Fix bugs, propose features, translate messages and methods... +* Help [with the site content](https://github.com/jquery-validation/validation-content). Improve API documentation, examples, references... +* Help [with the site theme](https://github.com/jquery-validation/validation-theme). This is a WordPress theme that still needs a lot of improvements. The majority of contributions can be viewed under [jQuery's contribute site](http://contribute.jquery.org/) - the style guides et al apply to this project as well. \ No newline at end of file From ea44a1b640f80e8b521cc122b68aab0e32eeb8f4 Mon Sep 17 00:00:00 2001 From: Brahim Arkni Date: Wed, 12 Apr 2017 16:51:26 +0100 Subject: [PATCH 2/3] Entries: Use https --- entries/remote-method.xml | 2 +- entries/unchecked-selector.xml | 4 ++-- package.json | 2 +- pages/contribute.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/entries/remote-method.xml b/entries/remote-method.xml index 7929b78..8ed7288 100644 --- a/entries/remote-method.xml +++ b/entries/remote-method.xml @@ -10,7 +10,7 @@ - For the URL of the resource to request for serverside validation (String) or options to fully customize the request, see jQuery.ajax for details. + For the URL of the resource to request for serverside validation (String) or options to fully customize the request, see jQuery.ajax for details.

These options deep-extend the defaults (dataType:"json", data:{nameOfTheElement:valueOfTheElement}). Any options you provide will override the defaults.

diff --git a/entries/unchecked-selector.xml b/entries/unchecked-selector.xml index e70c170..427918a 100644 --- a/entries/unchecked-selector.xml +++ b/entries/unchecked-selector.xml @@ -6,7 +6,7 @@
Selects all elements that are unchecked. - Inversion of :checked. + Inversion of :checked. Finds all input elements that are unchecked. @@ -35,4 +35,4 @@ div { color:red; } ]]> - \ No newline at end of file + diff --git a/package.json b/package.json index 3613364..77f8011 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "licenses": [ { "type": "MIT", - "url": "http://www.opensource.org/licenses/MIT" + "url": "https://opensource.org/licenses/MIT" } ], "dependencies": { diff --git a/pages/contribute.md b/pages/contribute.md index 03c99b8..6b403a0 100644 --- a/pages/contribute.md +++ b/pages/contribute.md @@ -8,4 +8,4 @@ There are several ways for you to contribute to this plugin: * Help [with the site content](https://github.com/jquery-validation/validation-content). Improve API documentation, examples, references... * Help [with the site theme](https://github.com/jquery-validation/validation-theme). This is a WordPress theme that still needs a lot of improvements. -The majority of contributions can be viewed under [jQuery's contribute site](http://contribute.jquery.org/) - the style guides et al apply to this project as well. \ No newline at end of file +The majority of contributions can be viewed under [jQuery's contribute site](https://contribute.jquery.org/) - the style guides et al apply to this project as well. From 1bdac52705037d7bcf365d3cb57aec969f2b078f Mon Sep 17 00:00:00 2001 From: Brahim Arkni Date: Wed, 12 Apr 2017 16:52:09 +0100 Subject: [PATCH 3/3] Entries: Use latest version of jquery-validation in demos --- entries2html.xsl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/entries2html.xsl b/entries2html.xsl index a319d64..bcd622d 100644 --- a/entries2html.xsl +++ b/entries2html.xsl @@ -15,8 +15,8 @@ <body> <form id="myform"></form> <script src="https://code.jquery.com/jquery-1.11.1.min.js"></script> -<script src="https://cdn.jsdelivr.net/jquery.validation/1.15.0/jquery.validate.min.js"></script> -<script src="https://cdn.jsdelivr.net/jquery.validation/1.15.0/additional-methods.min.js"></script> +<script src="https://cdn.jsdelivr.net/jquery.validation/1.16.0/jquery.validate.min.js"></script> +<script src="https://cdn.jsdelivr.net/jquery.validation/1.16.0/additional-methods.min.js"></script> <script> // just for the demos, avoids form submit jQuery.validator.setDefaults({