Commit Graph
10 Commits
Author SHA1 Message Date
Kevin LaBranche f999b9d859 Fix for http://orchard.codeplex.com/workitem/17054. Email address is not validated for a registered user.
Added code to the AccountController's ValidateRegistration to fix.  Also added two unit tests and went ahead and added the data annotation's
to the UserCreateViewModel and the UserEditViewModel as well since if we are accepting email addresses they might as well be valid (well-formed). :-)

--HG--
branch : 1.x
2011-01-17 16:14:05 -07:00
Kevin LaBranche 956fcd8e56 Fix for http://orchard.codeplex.com/workitem/17112. The Get Started, Register Account and Add User had different min lengths for password.
In looking at the membershipSettings class in Orchard the min length setting is 7.  I changed the add user (UserCreateViewModel) and the get
started (SetupViewModel) to match the min of 7 by modifying/adding a data annotation.

--HG--
branch : 1.x
2011-01-17 14:31:33 -07:00
Kevin LaBranche 7089bef869 Fix for #17184 - The name "View" does not exist. Modified the two references to View.ContentItems to ViewData.
--HG--
branch : 1.x
2011-01-07 15:23:08 -07:00
Kevin LaBranche cdd6069825 #17040 Fix - Archive is spelled arhive in module description. 2010-12-11 11:30:18 -07:00
Kevin LaBranche fa440381e7 #16956 Fix - Code Generation Module Name Cased Wrong. 2010-12-09 19:46:43 -07:00
Kevin LaBranche 4c7cd86da2 WorkItem 16992 - Content Types are now in Alpha Order like Content Parts. 2010-12-09 08:01:02 -07:00
Kevin LaBranche f6b1ae4031 Basic fix for Work Item 16558 - Adding too long role name causes page error. Added Data annotation to limit role name to 255 chars to avoid YSOD. 2010-12-07 22:20:38 -07:00
Kevin LaBranche 9d46edf6c6 Forgot to include the deleted items.... 2010-12-04 15:56:12 -07:00
Kevin LaBranche f9d482b6c8 Work Item 16929 - Remove dll & css libs not in use anymore. Included the removal of HibernatingRhinos.Profiler.Appender. 2010-12-04 15:53:59 -07:00
Kevin LaBranche 10e27ac0a6 Work Item 16934 - Remove KeyedListModelBinder dead code 2010-12-04 14:57:00 -07:00