Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
New method nis br#2196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Closed
cleitonmendonca wants to merge5 commits intojquery-validation:masterfromcleitonmendonca:new-method-nis-br
Uh oh!
There was an error while loading.Please reload this page.
Closed
New method nis br#2196
Changes fromall commits
Commits
Show all changes
5 commits Select commitHold shift + click to select a range
d69e003
Localization: fixed typo in arabien language file.
AbdullahObaida4eb736
Issue #1879: Alter description of method
cleitonmendonca8d201c0
Merge branch 'issue#1879'
cleitonmendonca6daede9
Issue #1879: Alter message for user
cleitonmendoncae888709
Additional Methods: Inclusion new method nisBr (#1880)
cleitonmendoncaFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
16 changes: 10 additions & 6 deletions.github/ISSUE_TEMPLATE.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,23 @@ | ||
<!-- | ||
### Checklist for this issue | ||
If your issue is about the regex used in `email` rule, please note that as of version 1.12.0 this plugin is using the same regular expression that the HTML5 specification suggests for browsers to use (https://html.spec.whatwg.org/multipage/forms.html#valid-e-mail-address). We will follow their lead and use the same check. If you think the specification is wrong, please report the issue to them. If you have different requirements, consider using a custom method. | ||
In case you need to adjust the built-in validation regular expression patterns, please follow the documentation (http://jqueryvalidation.org/jQuery.validator.methods/). | ||
--> | ||
### Subject of the issue | ||
<!--Describe your issue here. --> | ||
### Your environment | ||
* version of `jquery-validate`: | ||
* which browser and its version: | ||
### Steps to reproduce | ||
<!-- | ||
Tell us how to reproduce this issue. If possible, please provide a working demo in JSFiddle (https://jsfiddle.net) or JSBin (https://jsbin.com/). | ||
--> | ||
### Expected behaviour | ||
<!--Tell us what should happen --> | ||
### Actual behaviour | ||
<!--Tell us what happens instead --> |
4 changes: 3 additions & 1 deletion.github/PULL_REQUEST_TEMPLATE.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,14 @@ | ||
<!-- | ||
### Checklist for this pull request | ||
Before submitting a pull request, please make sure to follow these rules: | ||
* Your code should contain tests relevant for the problem you are solving. | ||
* Your commits messages format should follow the jQuery git commit message format (http://contribute.jquery.org/commits-and-pull-requests/#commit-guidelines). | ||
* The pull request should reference existing issues or link to a reproducible demo. | ||
* Please review the guidelines for contributing (CONTRIBUTING.md) to this repository for more information. | ||
--> | ||
#### Description | ||
<!--Please describe your pull request. --> | ||
Thank you! |
24 changes: 24 additions & 0 deletions.github/stale.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Number of days of inactivity before an issue becomes stale | ||
daysUntilStale: 60 | ||
# Number of days of inactivity before a stale issue is closed | ||
daysUntilClose: 7 | ||
# Issues with these labels will never be considered stale | ||
exemptLabels: | ||
- bug | ||
- "help wanted" | ||
- "MERGE ME" | ||
- "NEEDS REVIEW" | ||
# Ignore issues in a milestone | ||
exemptMilestones: true | ||
# Label to use when marking an issue as stale | ||
staleLabel: stale | ||
# Comment to post when marking an issue as stale. Set to `false` to disable | ||
markComment: > | ||
This issue/proposal has been automatically marked as idle and stale because it hasn't | ||
had any recent activity. It will be automtically closed if no further activity | ||
occurs. If you think this is wrong, or the problem still persists, just pop | ||
a reply in the comments and one of the maintainers will (try!) to follow up. | ||
Thank you for contributing :) | ||
# Comment to post when closing a stale issue. Set to `false` to disable | ||
closeComment: false |
1 change: 1 addition & 0 deletions.gitignore
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
dist | ||
node_modules | ||
.idea |
2 changes: 1 addition & 1 deletion.travis.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
language: node_js | ||
node_js: | ||
-6 | ||
sudo: false | ||
12 changes: 6 additions & 6 deletionsCONTRIBUTING.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
26 changes: 24 additions & 2 deletionsGruntfile.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
40 changes: 30 additions & 10 deletionsREADME.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletionsbower.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
14 changes: 10 additions & 4 deletionsbuild/release.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
75 changes: 73 additions & 2 deletionschangelog.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletiondemo/ajaxSubmit-integration-demo.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.