Skip to content

master 合并 20171010 #1

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 59 commits into from
Oct 10, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
5c01dad
Fixed bug in recaptcha #605
victorjonsson Jul 4, 2017
b5f890a
Fixed bug in recaptcha #605
victorjonsson Jul 4, 2017
b69b28b
Fixed bug in recaptcha #605
victorjonsson Jul 4, 2017
8f37308
version bump...
victorjonsson Jul 4, 2017
40fd9fb
#599 quick-fix for async validators when used together with toggleDis…
victorjonsson Jul 4, 2017
b9d0718
new version...
victorjonsson Jul 4, 2017
bd97087
Important bug fix in async validators, making it possible to fool the…
victorjonsson Jul 4, 2017
e9d2a9e
version bump...
victorjonsson Jul 4, 2017
b544c0f
Tr.js (Support Turkish Language)
denizcdemirci Jul 4, 2017
ba8d852
Tr.js (Support Turkish Language)
denizcdemirci Jul 4, 2017
48722b8
Merge pull request #611 from denizcdemirci/master
victorjonsson Jul 4, 2017
b82642d
Implemented addAsyncValidator #609
victorjonsson Jul 4, 2017
6607db3
Bug fix in toggle disabled that made the module incompatible with asy…
victorjonsson Jul 4, 2017
8495201
version bump...
victorjonsson Jul 4, 2017
af94369
Merge branch 'master' of github.com:victorjonsson/jQuery-Form-Validator
victorjonsson Jul 4, 2017
1c0c43b
version bump...
victorjonsson Jul 4, 2017
f05f268
#588 Fix for jquery 3
victorjonsson Jul 4, 2017
4acd356
Clean up and fix for toggleDisabled with optional inputs.
victorjonsson Jul 5, 2017
1d58cea
version bump
victorjonsson Jul 5, 2017
f11cf30
#368 Missing dialog strings in error message of the complexity validator
victorjonsson Jul 5, 2017
65ad916
#403 make it possible to inline language files
victorjonsson Jul 7, 2017
d95a63f
Bug fix in complexity-validator, require length should be >= not >
Jul 11, 2017
b400d8e
#614 Fixed bug in $.fn.validate
victorjonsson Jul 14, 2017
2f65f4f
Async validators should be applied to original validator object added…
victorjonsson Jul 14, 2017
caa14d3
version bump
victorjonsson Jul 14, 2017
ac1be74
IT corrections
biscofil Jul 17, 2017
c31a691
Merge pull request #615 from biscofil/master
victorjonsson Jul 18, 2017
607b9eb
add Arabic language
abarrak Jul 20, 2017
632716c
Merge pull request #618 from abarrak/add-ar-lang
victorjonsson Jul 20, 2017
739de48
Added Georgian language
victorjonsson Jul 30, 2017
8d04a30
#624 fix in age calculation
victorjonsson Aug 10, 2017
96d2065
version bump...
victorjonsson Aug 10, 2017
ae6af76
Merge branch 'master' of github.com:victorjonsson/jQuery-Form-Validator
victorjonsson Aug 10, 2017
4c4fdd2
version bump...
victorjonsson Aug 10, 2017
314f051
Modified Gruntfile.js to live reload project
aswindasfog Aug 13, 2017
cd2dee5
Fixed error message in Bootstrap 3 horizontal form display problem
aswindasfog Aug 13, 2017
df8040e
add jQuery to devDependencies for run test correctly on localhost
dszymczuk Aug 20, 2017
f87a668
remove unused bower.json file
dszymczuk Aug 20, 2017
01ebd5a
add validator for colors - HEX
dszymczuk Aug 20, 2017
ee3873a
add validator for colors - RGB
dszymczuk Aug 20, 2017
9a6594c
add validator for colors - RGBA
dszymczuk Aug 20, 2017
4def6f3
add validator for colors - HSL
dszymczuk Aug 20, 2017
2d828de
add validator for colors - HSLA
dszymczuk Aug 20, 2017
3592043
add color validator to form-validator
dszymczuk Aug 20, 2017
ee6767b
add description for color validator
dszymczuk Aug 20, 2017
5938c10
restore bower.json
dszymczuk Aug 20, 2017
808c093
Merge pull request #632 from dszymczuk/add-color-validator
victorjonsson Aug 27, 2017
3f7b70f
Merge pull request #631 from dszymczuk/add-jquery-to-dev-dependencies
victorjonsson Aug 27, 2017
fb8a15b
Merge pull request #627 from aswindasfog/master
victorjonsson Aug 27, 2017
6bc133b
version bump
victorjonsson Aug 27, 2017
2f34193
improvement color validation
dszymczuk Aug 27, 2017
b46d170
add Hex validation tests
dszymczuk Aug 27, 2017
738a84f
update color validator to not use Number.isInteger - PhantomJS workar…
dszymczuk Aug 27, 2017
cf7301e
add Rgb validation tests
dszymczuk Aug 27, 2017
30cd817
add Rgba validation tests
dszymczuk Aug 27, 2017
ed602e7
add Hsl validation tests
dszymczuk Aug 27, 2017
08ae182
add Hsla validation tests
dszymczuk Aug 27, 2017
39ea090
prepublish
dszymczuk Aug 27, 2017
18150ec
Merge pull request #633 from dszymczuk/color-validator-improvement
victorjonsson Aug 27, 2017
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,13 @@ function initializeGruntConfig(grunt) {
}
},

// watch for changes to source
// Better than calling grunt a million times
// (call 'grunt watch')
watch: {
files: [SRC_DIR + '/**'],
tasks: ['test'],
options: { nospawn: true}
options: {
nospawn: true,
livereload: true
}
},

// Unit tests
Expand All @@ -114,8 +114,7 @@ function initializeGruntConfig(grunt) {
server: {
options: {
port: 8000,
base: '.',
keepalive: true
base: '.'
}
}
},
Expand Down Expand Up @@ -202,7 +201,8 @@ module.exports = function (grunt) {
grunt.loadNpmTasks('grunt-umd');

grunt.registerTask("build-production", ["version", "test", "uglify"]);
grunt.registerTask('test', ['concat', 'copy', 'umd', 'cssmin','jshint', 'qunit']);
grunt.registerTask("default", ["test", "watch"]);
grunt.registerTask('build', ['concat', 'copy', 'umd', 'cssmin']);
grunt.registerTask('test', ['build','jshint', 'qunit']);
grunt.registerTask("default", ["test", "connect", "watch"]);
grunt.registerTask("prepublish", ["test", "uglify"]);
};
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,13 @@ Read the documentation for the UK module at [http://formvalidator.net/#uk-valida
* **plpesel** - *validate polish personal identity number (in Polish identity cards)*
* **plnip** - *validate polish VAT identification number*
* **plregon** - *validate polish bussiness identity number*

### Module: color
* **hex** - *validate hex color format*
* **rgb** - *validate rgb color format*
* **rgba** - *validate rgba color format*
* **hsl** - *validate hsl color format*
* **hsla** - *validate hsla color format*

### Module: sanitation
* **trim**
Expand Down
2 changes: 1 addition & 1 deletion form-validator/brazil.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions form-validator/color.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions form-validator/date.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions form-validator/file.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion form-validator/html5.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading