Changed paths:
M ValidateThis/client/jQuery/AbstractClientRuleScripter.cfc
Log Message:
-----------
Updated to prevent the JavasScript from throwing an exception when a field is missing on the form.
Commit: 1766926ccdec77f0f5fa8cfc8d420dc96cae4dac
https://github.com/ValidateThis/ValidateThis/commit/1766926ccdec77f0f5fa8cfc8d420dc96cae4dac
Author: Dustin Martin <d...@dustinmartin.net>
Date: 2012-01-30 (Mon, 30 Jan 2012)
Changed paths:
M ValidateThis/client/jQuery/ClientRuleScripter_Required.cfc
Log Message:
-----------
Updated to prevent the JavasScript from throwing an exception when a field is missing on the form.
Commit: b57dfa219a01d15f8ea01ea82b9c16e65af90c22
https://github.com/ValidateThis/ValidateThis/commit/b57dfa219a01d15f8ea01ea82b9c16e65af90c22
Author: John Whish <john....@gmail.com>
Date: 2012-01-30 (Mon, 30 Jan 2012)
Changed paths:
M ValidateThis/core/Version.cfc
M ValidateThis/functionalTests/FacadeDemo/Application.cfc
M ValidateThis/unitTests/qunit/Application.cfc
Log Message:
-----------
Updated mapped paths and version
Commit: 379c8bb663558455403742c5b6f31664dc0c52f7
https://github.com/ValidateThis/ValidateThis/commit/379c8bb663558455403742c5b6f31664dc0c52f7
Author: Dustin Martin <d...@dustinmartin.net>
Date: 2012-01-30 (Mon, 30 Jan 2012)
Changed paths:
M ValidateThis/client/jQuery/AbstractClientRuleScripter.cfc
Log Message:
-----------
Changed .size() to .length for performance reasons
Commit: f498ad03cd88a7d46eb89a3a7b927d723cb4297c
https://github.com/ValidateThis/ValidateThis/commit/f498ad03cd88a7d46eb89a3a7b927d723cb4297c
Author: Dustin Martin <d...@dustinmartin.net>
Date: 2012-01-31 (Tue, 31 Jan 2012)
Changed paths:
M ValidateThis/client/jQuery/ClientRuleScripter_Required.cfc
Log Message:
-----------
Changed .size() to .length for better performance
Commit: 306cba0b18df59c3d214e5c7ed68182c20bc85bb
https://github.com/ValidateThis/ValidateThis/commit/306cba0b18df59c3d214e5c7ed68182c20bc85bb
Author: Bob Silverberg <bob.sil...@gmail.com>
Date: 2012-01-31 (Tue, 31 Jan 2012)
Changed paths:
M ValidateThis/core/Version.cfc
M ValidateThis/functionalTests/FacadeDemo/Application.cfc
M ValidateThis/unitTests/qunit/Application.cfc
Log Message:
-----------
Merge branch 'develop' of https://github.com/aliaspooryorik/ValidateThis into JohnsFix
Commit: 0859b272f0691c11191413c529cf7d9fc41d1727
https://github.com/ValidateThis/ValidateThis/commit/0859b272f0691c11191413c529cf7d9fc41d1727
Author: Bob Silverberg <bob.sil...@gmail.com>
Date: 2012-01-31 (Tue, 31 Jan 2012)
Changed paths:
M ValidateThis/core/Version.cfc
M ValidateThis/unitTests/CRS/jQuery/ClientScriptWriter_jQueryTest.cfc
M ValidateThis/unitTests/ClientValidatorTest.cfc
M ValidateThis/unitTests/ValidateThisTest.cfc
Log Message:
-----------
Changed version to 1.1 (should have been done before)
Removed some debug() statements from the unit tests
Commit: c51f4b1dc72cfb3c98f82a28d1fd931e8c9325d4
https://github.com/ValidateThis/ValidateThis/commit/c51f4b1dc72cfb3c98f82a28d1fd931e8c9325d4
Author: Bob Silverberg <bob.sil...@gmail.com>
Date: 2012-01-31 (Tue, 31 Jan 2012)
Changed paths:
M ValidateThis/core/BaseMetadataProcessor.cfc
M ValidateThis/unitTests/BaseMetadataProcessorTest.cfc
Log Message:
-----------
Added logic to pick up new processOn attribute in rule metadata
Commit: 4aaeaf9dd63a57902c3599d49f8217f9d2c7cecd
https://github.com/ValidateThis/ValidateThis/commit/4aaeaf9dd63a57902c3599d49f8217f9d2c7cecd
Author: Bob Silverberg <bob.sil...@gmail.com>
Date: 2012-01-31 (Tue, 31 Jan 2012)
Changed paths:
M ValidateThis/core/Validation.cfc
M ValidateThis/core/validateThis.xsd
M ValidateThis/server/ServerValidator.cfc
A ValidateThis/unitTests/Fixture/rulesForProcessOnTest.xml
M ValidateThis/unitTests/ServerValidatorTest.cfc
Log Message:
-----------
Added processOn logic for server-side validations
Commit: b92a51d6143fdc6a32267bc37fa2d1c9c5a8ea0c
https://github.com/ValidateThis/ValidateThis/commit/b92a51d6143fdc6a32267bc37fa2d1c9c5a8ea0c
Author: Bob Silverberg <bob.sil...@gmail.com>
Date: 2012-01-31 (Tue, 31 Jan 2012)
Changed paths:
M ValidateThis/client/ClientValidator.cfc
M ValidateThis/server/ServerValidator.cfc
M ValidateThis/unitTests/ClientValidatorTest.cfc
Log Message:
-----------
Added processOn logic to client-side validations
Commit: 059072f83be1b9b64ca5fda0de266d9202396e4a
https://github.com/ValidateThis/ValidateThis/commit/059072f83be1b9b64ca5fda0de266d9202396e4a
Author: Bob Silverberg <bob.sil...@gmail.com>
Date: 2012-01-31 (Tue, 31 Jan 2012)
Changed paths:
M ValidateThis/client/jQuery/AbstractClientRuleScripter.cfc
M ValidateThis/client/jQuery/ClientRuleScripter_Required.cfc
Log Message:
-----------
Merge branch 'develop' of https://github.com/dustinmartin/ValidateThis into dustinFix
Commit: 2c856fddd06dee546907675ca8c8cd8bd8266137
https://github.com/ValidateThis/ValidateThis/commit/2c856fddd06dee546907675ca8c8cd8bd8266137
Author: Bob Silverberg <bob.sil...@gmail.com>
Date: 2012-01-31 (Tue, 31 Jan 2012)
Changed paths:
M ValidateThis/unitTests/CRS/jQuery/ClientScriptWriter_jQueryTest.cfc
M ValidateThis/unitTests/ValidateThisTest.cfc
Log Message:
-----------
Updated some unit tests to address changes in generated JS code
Commit: 683daa41d641e81e30e0db8a2be7184f62f19d3a
https://github.com/ValidateThis/ValidateThis/commit/683daa41d641e81e30e0db8a2be7184f62f19d3a
Author: Bob Silverberg <bob.sil...@gmail.com>
Date: 2012-02-06 (Mon, 06 Feb 2012)
Changed paths:
M ValidateThis/server/ServerRuleValidator_IsValidObject.cfc
M ValidateThis/unitTests/BaseMetadataProcessorTest.cfc
M ValidateThis/unitTests/CF9Only/SRV/ServerRuleValidator_IsValidObjectTest.cfc
A ValidateThis/unitTests/Fixture/models/cf9/vtml/Container.cfc
A ValidateThis/unitTests/Fixture/models/cf9/vtml/Sample.cfc
M ValidateThis/unitTests/ValidateThisTest.cfc
Log Message:
-----------
Fixed a bug with the isValidObject SRV
Commit: 15cdd906891ec10f5c83dc70bdc88a9abbfa9bdf
https://github.com/ValidateThis/ValidateThis/commit/15cdd906891ec10f5c83dc70bdc88a9abbfa9bdf
Author: John Whish <john....@gmail.com>
Date: 2012-02-14 (Tue, 14 Feb 2012)
Changed paths:
M ValidateThis/client/ClientValidator.cfc
M ValidateThis/client/jQuery/AbstractClientRuleScripter.cfc
M ValidateThis/client/jQuery/ClientRuleScripter_Required.cfc
M ValidateThis/client/jQuery/ClientScriptWriter_jQuery.cfc
Log Message:
-----------
Fix whitespace issues in Railo 3.3
Commit: d457f3fa3dff98daa0f5e2ac5b4e9959d8a843df
https://github.com/ValidateThis/ValidateThis/commit/d457f3fa3dff98daa0f5e2ac5b4e9959d8a843df
Author: John Whish <john....@gmail.com>
Date: 2012-02-24 (Fri, 24 Feb 2012)
Changed paths:
M ValidateThis/unitTests/SRV/ServerRuleValidator_CustomTest.cfc
M ValidateThis/unitTests/ValidateThisTest.cfc
Log Message:
-----------
Updated Unit tests for compressed code.
Commit: 6df7336471c62877a8cd0bf0646f9699b87167ce
https://github.com/ValidateThis/ValidateThis/commit/6df7336471c62877a8cd0bf0646f9699b87167ce
Author: John Whish <john....@gmail.com>
Date: 2012-02-24 (Fri, 24 Feb 2012)
Changed paths:
M ValidateThis/unitTests/SRV/ServerRuleValidator_CustomTest.cfc
M ValidateThis/unitTests/ValidateThisTest.cfc
Log Message:
-----------
Merge branch 'develop' into railoWhiteSpace
Commit: 245ed7feb0353ae42b78f2a42825d0a0d42325b7
https://github.com/ValidateThis/ValidateThis/commit/245ed7feb0353ae42b78f2a42825d0a0d42325b7
Author: John Whish <john....@gmail.com>
Date: 2012-02-24 (Fri, 24 Feb 2012)
Log Message:
-----------
Merge branch 'railoWhiteSpace' into develop
Commit: 7fca30531c35474410d1c754a1df72b78e55914a
https://github.com/ValidateThis/ValidateThis/commit/7fca30531c35474410d1c754a1df72b78e55914a
Author: John Whish <john....@gmail.com>
Date: 2012-02-24 (Fri, 24 Feb 2012)
Changed paths:
M ValidateThis/client/jQuery/ClientRuleScripter_False.cfc
M ValidateThis/client/jQuery/ClientRuleScripter_FutureDate.cfc
M ValidateThis/client/jQuery/ClientScriptWriter_jQuery.cfc
Log Message:
-----------
small performance improvements
Commit: e018de9f3578888a758aa8778d1e7f2bb7ec187e
https://github.com/ValidateThis/ValidateThis/commit/e018de9f3578888a758aa8778d1e7f2bb7ec187e
Author: Bob Silverberg <bob.sil...@gmail.com>
Date: 2012-03-23 (Fri, 23 Mar 2012)
Changed paths:
M ValidateThis/server/ServerValidator.cfc
M ValidateThis/unitTests/Fixture/rulesWithMissingProperty.xml
M ValidateThis/unitTests/ServerValidatorTest.cfc
Log Message:
-----------
Updated ServerValidator so it doesn't care about missing properties for custom validation types
Commit: 86ea9fcf28e45470bad38d791d421c0a4027fb47
https://github.com/ValidateThis/ValidateThis/commit/86ea9fcf28e45470bad38d791d421c0a4027fb47
Author: Bob Silverberg <bob.sil...@gmail.com>
Date: 2012-03-23 (Fri, 23 Mar 2012)
Changed paths:
M ValidateThis/client/ClientValidator.cfc
M ValidateThis/client/jQuery/AbstractClientRuleScripter.cfc
M ValidateThis/client/jQuery/ClientRuleScripter_False.cfc
M ValidateThis/client/jQuery/ClientRuleScripter_FutureDate.cfc
M ValidateThis/client/jQuery/ClientRuleScripter_Required.cfc
M ValidateThis/client/jQuery/ClientScriptWriter_jQuery.cfc
M ValidateThis/unitTests/SRV/ServerRuleValidator_CustomTest.cfc
M ValidateThis/unitTests/ValidateThisTest.cfc
Log Message:
-----------
Merge branch 'develop' of https://github.com/aliaspooryorik/ValidateThis into jw
Commit: e6fa759c4f77586a7309b8b44bf56d28605f4fc6
https://github.com/ValidateThis/ValidateThis/commit/e6fa759c4f77586a7309b8b44bf56d28605f4fc6
Author: Bob Silverberg <bob.sil...@gmail.com>
Date: 2012-03-23 (Fri, 23 Mar 2012)
Changed paths:
M ValidateThis/unitTests/ResultTest.cfc
M ValidateThis/util/Result.cfc
Log Message:
-----------
Fixed a bug where calling addResult didn't make the receiving result a failure if the added result was a failure
Commit: 49b3bdd28f525c87ddbade1572e81be9c1ae1f97
https://github.com/ValidateThis/ValidateThis/commit/49b3bdd28f525c87ddbade1572e81be9c1ae1f97
Author: Bob Silverberg <bob.sil...@gmail.com>
Date: 2012-04-05 (Thu, 05 Apr 2012)
Changed paths:
M ValidateThis/changelog.txt
Log Message:
-----------
Updated changelog.txt for version 1.2
Compare: https://github.com/ValidateThis/ValidateThis/compare/c906312...49b3bdd