Cristian Trifan
Cristian Trifan
I was thinking on creating a `gh-pages` branch and have a site for this library. Currently the documentation is in the Wiki and I find it pretty hard to navigate...
The validation message must be improved to enable some features that were frequently asked: - [ ] Different position in DOM of the validation message / message template - [...
Localization files should be distributed as a bundle. This affects the following areas: - [ ] Nuget package - [ ] [Documentation](https://github.com/Knockout-Contrib/Knockout-Validation/wiki/Localization) for localization - [x] Build script
Currently the library initializes itself - without the need to call `ko.validation.init`. Also, binding handles like `value`, `textInput` etc. are automatically wrapped to become validatable. This adds difficulties in working...
When `parseInputAttributes: true` and the observable is not validatable the `input` does not get a validation message inserted, nor the validation class `validationElement`. The problem is in the `validationCore` binding...
Currently all the tests fail. The following actions must be taken to enable unit testing and future stability of the project. - [x] Upgrade test environment to use more recent...
Grunt or Gulp should be used to compile the sources in the repository. The output should be placed in a `dist` directory as most of the libraries do. --- **Note:**...
Move changelog from README.md into its own file.
Try to merge valid PRs from upstream repository and fix issues. - [x] Fix SteveSanderson#124 - Use hasOwnProperty to check for bucket existence 1cf041d950529662eca35e50b7acb075c791e14c (PR SteveSanderson#173) - [x] Put null...
For this purpose `gh-pages` branch was created. ##### Highlights - [ ] clone [official documentation](http://knockoutjs.com/documentation/plugins-mapping.html) but present it in a structured and more detailed form. Links to source code should...