|
13 | 13 | namespace ChameleonForms
|
14 | 14 | {
|
15 | 15 | // todo: needed for beta release in priority order
|
| 16 | + // switch datetimemodelbindershould and flagsenummodelbindershould to modelbindertestbase |
16 | 17 | // doco: int/datetime client validation support, email and url fields, client side file copying, how to set up twitter bootstrap 3, view namespace getting started
|
17 | 18 | // test Uri binding works?
|
18 | 19 | // Add ability to switch unobtrusive validation on/off and html5 validation on/off (<form novalidate="novalidate">) - global default with per-form override? reference ValidationHtmlAttributeProvider in documentation
|
19 |
| - // Twitter bootstrap: template, service collection extension, doco |
| 20 | + // Twitter bootstrap: template, service collection extension, doco, remove WebViewPage |
20 | 21 | // Update all dependencies to latest versions
|
21 |
| - // Review the datetime "g" and current culture things - remove? |
| 22 | + // Review the datetime "g" and current culture things - remove? client side validation for non / separators? |
22 | 23 | // Test adding package to a fresh web project
|
23 |
| - // Add public api surface area approval test, compare to old library to identify gaps, update breakingchanges file |
| 24 | + // Add public api surface area approval test, compare to old library to identify gaps, update breakingchanges file (include textarea cols and rows) |
24 | 25 | // End-to-end documentation review and update - @helper, IHtmlString, web.config, update Message, Navigation etc.
|
25 | 26 | // todo: 4.0 non-beta release
|
| 27 | + // blog posts: razorgenerator, mvctestcontext, modelbindertestbase, ilmerge, client validation in aspnetcore, end-to-end test in-memory, disposablehtmlhelper |
26 | 28 | // Generate nuget from .csproj rather than nuspec like https://github.com/LazZiya/ExpressLocalization/blob/master/LazZiya.ExpressLocalization/LazZiya.ExpressLocalization.csproj
|
| 29 | + // [Range] client validation support |
27 | 30 | // Add support for non jquery unobtrusive validation
|
28 | 31 | // Add bootstrap4
|
29 | 32 | // Add tag helper equivalent to the raw mvc comparison example
|
|
0 commit comments