2
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 22 hours ago.
Apr 30, 2023 — Apr 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added fix for Opera stacktrace in message output More... about 14 years ago
got rid of some comments and changed @var in scriptdoc blocks to @param
alechill
as Alec Hill
More... over 15 years ago
added tests for Validate.Custom displayMessageWhenEmpty option, did some refactoring, and moved the check for the displayMessageWhenEmpty to validateElement rather than in th loop of doValidations
alechill
as Alec Hill
More... over 15 years ago
added documentation blocks for hooks, put hooks in execution order, and added a check for if is a Custom validation and its paramsObj contains displayMessageWhenEmpty as true, then it will treat it in that way - this option is not necessary though unless needed and so is not wired into Validate.Custom itself so keeps its abstraction
alechill
as Alec Hill
More... over 15 years ago
added callbacks to both the LiveValidation objects and the LiveValidationForm objects. LiveValidationForm.getInstance will now work off an id as well as an element to make it easier to grab to apply a callback. Fixed and refactored LiveValidation::remove. Fixed spelling mistake of args in standalone Validate::custom. Some general refactoring. Both versions tested and compressed with changes.
alechill
as Alec Hill
More... about 16 years ago
added before and after hooks for both versions and did a bit of housekeeping
alechill
as Alec Hill
More... about 16 years ago
compressed versions added
alechill
as Alec Hill
More... about 16 years ago
added documenting comments to the Validate.Custom methods and reorder its test to be in a more logical place
alechill
as Alec Hill
More... about 16 years ago
added tests and implimented Validate.Custom for standalone version
alechill
as Alec Hill
More... about 16 years ago
added tests and implimentation of Validate.Custom to prototype version
alechill
as Alec Hill
More... about 16 years ago
updated all the compressed versions and their respective tests to bring them in line with the current version
alechill
as Alec Hill
More... about 16 years ago
added remove functionality to remove a single validation, to both versions including tests
alechill
as Alec Hill
More... about 16 years ago
added support for file inputs, fixed bug in validate for disable elements that meant it returned undefined, now returns true without running the actual validation. Added file input to tests. Uppecased the element checks in case users enter them in a different case to the check. All these done for bothe versions.
alechill
as Alec Hill
More... about 16 years ago
upgraded prototype version to 1.6.0.2
alechill
as Alec Hill
More... about 16 years ago
implimented enable and disable in the standalone version, along with unit tests for them.
alechill
as Alec Hill
More... over 16 years ago
added tests in prototype version for disable and enable methods. Added the disable and enable methods to prototype version, and added call to removeMessageAndFieldClass on destroy
alechill
as Alec Hill
More... over 16 years ago
fixed error in prototype version removeMessage, and removed a stray comma in standalone version
alechill
as Alec Hill
More... over 16 years ago
added force argument to LiveValidationForm::destroy. Sorted out erroneous test cases fopr for preseving submit events.
alechill
as Alec Hill
More... over 16 years ago
started fixing submit event firing order, added inline submit events to functional tests and pages to submit forms to for both functional and unit tests, started altering tests to suite the changed event order
alechill
as Alec Hill
More... over 16 years ago
added destroy tests and methods to standalone versions, added tests for event preservation after destroys both versions, namespaced form instances instead of attaching to window, added version info, altered titles of test pages
alechill
as Alec Hill
More... over 16 years ago
added destroy methods to the prototype version and implemented that in tests to remove events etc. Made changes to the preservation of submit event for form in order to pass tests
alechill
as Alec Hill
More... over 16 years ago
added tests for standalone for inline events (and form elements to test them against), altered the onsubmit code in the standalone version to pass the tests for inline. Copied the test html and events simulation and events tests to the prototype version
alechill
as Alec Hill
More... over 16 years ago
fixed a bad variable name in the IE mouse event simulation that was causing test to fail in standalone unit tests
alechill
as Alec Hill
More... over 16 years ago
altered the readme and license files to fit a smaller width, just for the hell of it
alechill
as Alec Hill
More... over 16 years ago
Forgot to mention that the prototype version was updated to 1.6.0, and unittest.js updated toscript.aculo.us 1.8.0 version in the previous commit, and Event.unloadCache which was used in the unit tests which was removed in prototype 1.6.0 has been redefined manually in the unit test scripts. In this commit, added unit tests in standalone version to test the id generation of LiveValidationForm, and to test that previouis onsubmit events are preserved in standalone version.
alechill
as Alec Hill
More... over 16 years ago
Altered simulated events testing methods to be much more sophisicated (only done in standalone version so far). Added tests for preserving the various events that livevalidation attaches to in standalone version. Added preservation of these events to standalone version. Altered the id generation of the LiveValidationForm element if it doesnt have one to make it extra random, and added test cases for it to standalone tests. Added preservation of onubmit event of form to standalone version.
alechill
as Alec Hill
More... over 16 years ago
changed comments in headers of source to say 1.3
alechill
as Alec Hill
More... over 16 years ago
implimented the case insensitive Inclusion/Exclusion in standalone version, and made the new compressed versions
alechill
as Alec Hill
More... over 16 years ago
synched up all the test suites, unit and functional, and added negation to Format in standalone script
alechill
as Alec Hill
More... over 16 years ago
added functional tests for Format negate, and case insensitive Inclusion/Exclusion for prototype versions of functional tests
alechill
as Alec Hill
More... over 16 years ago