Auto-Input Protection (AIP) for ASP.NET
CodePlex Home
Register
|
Sign In
|
CodePlex Home
Home
Releases
Discussions
Issue Tracker
Source Code
Stats
People
License
Close
RSS
All Project Updates
Discussions
Issue Tracker
Releases
Source Code
Wiki
RSS
2.0 Beta
Released:
Apr 1 2008
Updated:
Apr 3 2008
by
davedev
Dev status:
-not yet defined by owner-
Rated:
No ratings yet for this release
(
Add your own rating
)
Reviewed:
0 reviews
Downloaded:
733 downloads
Wiki link:
[release:7035]
Downloads & Files
Auto-Input Protection 2.0 Beta Installer
application, 7346K, uploaded
Apr 2 2008
- 502 downloads
Standalone Compiled Help (.chm)
documentation, 1375K, uploaded
Apr 2 2008
- 231 downloads
Microsoft Reciprocal License (Ms-RL) This license governs use of the accompanying software. If you use the software, you accept this license. If you do not accept the license, do not use the software. 1. Definitions The terms "reproduce," "reproduction," "derivative works," and "distribution" have the same meaning here as under U.S. copyright law. A "contribution" is the original software, or any additions or changes to the software. A "contributor" is any person that distributes its contribution under this license. "Licensed patents" are a contributor's patent claims that read directly on its contribution. 2. Grant of Rights (A) Copyright Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free copyright license to reproduce its contribution, prepare derivative works of its contribution, and distribute its contribution or any derivative works that you create. (B) Patent Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free license under its licensed patents to make, have made, use, sell, offer for sale, import, and/or otherwise dispose of its contribution in the software or derivative works of the contribution in the software. 3. Conditions and Limitations (A) Reciprocal Grants- For any file you distribute that contains code from the software (in source code or binary format), you must provide recipients the source code to that file along with a copy of this license, which license will govern that file. You may license other files that are entirely your own work and do not contain code from the software under any terms you choose. (B) No Trademark License- This license does not grant you rights to use any contributors' name, logo, or trademarks. (C) If you bring a patent claim against any contributor over patents that you claim are infringed by the software, your patent license from such contributor to the software ends automatically. (D) If you distribute any portion of the software, you must retain all copyright, patent, trademark, and attribution notices that are present in the software. (E) If you distribute any portion of the software in source code form, you may do so only under this license by including a complete copy of this license with your distribution. If you distribute any portion of the software in compiled or object code form, you may only do so under a license that complies with this license. (F) The software is licensed "as-is." You bear the risk of using it. The contributors give no express warranties, guarantees or conditions. You may have additional consumer rights under your local laws which this license cannot change. To the extent permitted under your local laws, the contributors exclude the implied warranties of merchantability, fitness for a particular purpose and non-infringement.
Release Notes
Getting Started
Please read the
Latest Release Notes
for installation instructions and important information. Then refer to the
Getting Started
topic in the AIP help for further instructions.
Breaking Changes
The <dsweb> section group is no longer used in the web.config file. The <autoInputProtection> section is now used by itself.
The web control has been refactored to use a much more standardized implementation. For example, a default template and a template container are used to encapsulate child controls.
The built-in placeholder controls no longer exist and the web control no longer requires a text box, although the default template still uses one. The only requirements now are an
Image
control and a
CustomValidator
control with
Image
and
Validator
as their IDs, respectively. (Note that the validator does not have to validate a text box.)
All base provider classes are now defined in the root namespace (DaveSexton.Web.Controls instead of DaveSexton.Web.Controls.Configuration).
The term
Bitmap
has been replaced with the term
Image
in several type names, member names and the configuration schema. It now only appears when referring to an actual System.Drawing.Bitmap. This means that your existing web.config files will have to be updated.
If you have created custom providers then they should be renamed and rebuilt to use the new conventions.
BitmapCacheTimeoutSeconds property was renamed to RequestTimeout.
HelpText property was renamed to InstructionText.
HeaderText property was renamed to TitleText.
IsUserValidated property renamed to IsValid.
The web control's protected GenerateRandomAutoInputProtectionBitmap method was renamed to GenerateImage.
The web control's ValidateUserInput method was renamed to Validate, and an overload was added.
The GenerateRandomAutoInputProtectionBitmapCallback delegate was renamed to GenerateAutoInputProtectionImageCallback.
The methods of the RandomIntervals class now return IEnumerrable<Interval> instead of an array of Interval values.
All IList properties on the base provider classes are now read-only.
The base AutoInputProtectionTextProvider.ValidateUserInput implementation uses an ordinal comparison now instead of an invariant culture comparison.
MinimumCharacterRotationDegrees and MaximumCharacterRotationDegrees properties on PartitionedAutoInputProtectionImage and PartitionedAutoInputProtectionImageProvider have been renamed: the Degrees suffix has been dropped. The same goes for the corresponding configuration attributes. This means that your existing web.config files will have to be updated.
New Features and Updates:
The list of work items below show most of the major features and updates of this release.
The source code has been upgraded to Visual Studio 2008. The output assembly still targets the .NET Framework 2.0, however.
The source code is still packaged with the installer, but it's also available on the Source Code page as well.
The license has been updated to the
Microsoft Reciprocal License
.
Preliminary documentation was built using
DocProject
and
Sandcastle
.
Standalone Compiled Help (.chm) is available as a separate download and the installer automatically merges AIP help with Visual Studio 2005 and 2008.
Important Installation Notes
Visual Studio may open briefly during installation. You may also exprierence a long delay while AIP help is being merged with Visual Studio help. Please be patient.
Refer to the
Latest Release Notes
for more information.
Releases
Released
|
Planned
2.0 Beta
Apr 1 2008
1.0.0 Production
Apr 23 2007
2.0 Production
Planning
Reviews
for this release
No reviews yet for this release.
Are you sure you want to delete your review?
Cancel
Rate this release
How do you like 2.0 Beta?
Select a rating, at least one star.
Your rating:
Explain your rating:
(optional)
400
characters left
Questions?
This space is for reviews only. Use
Discussions
if you have questions.
Cancel
Delete 2.0 Beta
There are work items assigned to this release.
Assign work items to another release
Unassigned
1.0.0 Production
2.0 Production
Cancel
Updating...
© 2006-2009 Microsoft
|
About CodePlex
|
Privacy Statement
|
Terms of Use
|
Code of Conduct
|
CodePlex Blog
|
Version 2008.12.9.14291