Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] master from troygoode:master #1

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
WIP converting to VS2012
  • Loading branch information
troygoode committed Oct 6, 2012
commit 54d2b9c07dc328f7e90939e096b56514985c9a46
42 changes: 21 additions & 21 deletions packages/MvcMembership.Mvc/MvcMembership.Mvc.nuspec
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata schemaVersion="2">
<id>MvcMembership.Mvc</id>
<version>3.7.0</version>
<authors>Troy Goode</authors>
<owners>TroyGoode</owners>
<description><![CDATA[The starter kit provides the Asp.Net MVC controllers, models, and views needed to administer users & roles.]]></description>
<tags>membership users administration mvc</tags>
<language>en-US</language>
<projectUrl>http://github.com/TroyGoode/MembershipStarterKit</projectUrl>
<licenseUrl>http://www.opensource.org/licenses/mit-license.php</licenseUrl>
<dependencies>
<dependency id="PagedList" version="1.14" />
<dependency id="PagedList.Mvc" version="3.15" />
<dependency id="MvcMembership" version="3.7.0" />
<dependency id="DataAnnotationsExtensions.MVC3" version="0.6" />
<dependency id="WebActivator" version="1.4.1" />
</dependencies>
<releaseNotes>Fixed security vulenerability and a couple small bugs.</releaseNotes>
</metadata>
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata schemaVersion="2">
<id>MvcMembership.Mvc</id>
<version>3.8.0</version>
<authors>Troy Goode</authors>
<owners>TroyGoode</owners>
<description><![CDATA[The starter kit provides the Asp.Net MVC controllers, models, and views needed to administer users & roles.]]></description>
<tags>membership users administration mvc</tags>
<language>en-US</language>
<projectUrl>http://github.com/TroyGoode/MembershipStarterKit</projectUrl>
<licenseUrl>http://www.opensource.org/licenses/mit-license.php</licenseUrl>
<dependencies>
<dependency id="PagedList" version="1.15" />
<dependency id="PagedList.Mvc" version="3.18" />
<dependency id="MvcMembership" version="3.8.0" />
<dependency id="DataAnnotationsExtensions.MVC3" version="0.6" />
<dependency id="WebActivator" version="1.4.1" />
</dependencies>
<releaseNotes>Fixed security vulenerability and a couple small bugs.</releaseNotes>
</metadata>
</package>
34 changes: 17 additions & 17 deletions packages/MvcMembership/MvcMembership.nuspec
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata schemaVersion="2">
<id>MvcMembership</id>
<version>3.7.0</version>
<authors>Troy Goode</authors>
<owners>TroyGoode</owners>
<description><![CDATA[The starter kit provides the Asp.Net MVC controllers, models, and views needed to administer users & roles. This package contains classes needed by the MvcMembership.Mvc package to provide a testable interface to ASP.Net's MembershipProvider and RoleProvider features.]]></description>
<tags>membership users administration mvc</tags>
<language>en-US</language>
<projectUrl>http://github.com/TroyGoode/MembershipStarterKit</projectUrl>
<licenseUrl>http://www.opensource.org/licenses/mit-license.php</licenseUrl>
<dependencies>
<dependency id="PagedList" version="1.14" />
</dependencies>
<releaseNotes>Fixed security vulenerability and a couple small bugs.</releaseNotes>
</metadata>
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata schemaVersion="2">
<id>MvcMembership</id>
<version>3.8.0</version>
<authors>Troy Goode</authors>
<owners>TroyGoode</owners>
<description><![CDATA[The starter kit provides the Asp.Net MVC controllers, models, and views needed to administer users & roles. This package contains classes needed by the MvcMembership.Mvc package to provide a testable interface to ASP.Net's MembershipProvider and RoleProvider features.]]></description>
<tags>membership users administration mvc</tags>
<language>en-US</language>
<projectUrl>http://github.com/TroyGoode/MembershipStarterKit</projectUrl>
<licenseUrl>http://www.opensource.org/licenses/mit-license.php</licenseUrl>
<dependencies>
<dependency id="PagedList" version="1.15" />
</dependencies>
<releaseNotes>Fixed security vulenerability and a couple small bugs.</releaseNotes>
</metadata>
</package>
47 changes: 47 additions & 0 deletions src/Backup/MvcMembership.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3BC95434-BABE-4954-9DE3-B88B7A5EE2DB}"
ProjectSection(SolutionItems) = preProject
..\LICENSE.txt = ..\LICENSE.txt
..\packages\MvcMembership.Mvc\MvcMembership.Mvc.nuspec = ..\packages\MvcMembership.Mvc\MvcMembership.Mvc.nuspec
..\packages\MvcMembership\MvcMembership.nuspec = ..\packages\MvcMembership\MvcMembership.nuspec
..\rakefile.rb = ..\rakefile.rb
..\README.markdown = ..\README.markdown
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MvcMembership", "MvcMembership\MvcMembership.csproj", "{C9D7F653-E589-44CE-9D41-89821F4F9E4E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MvcMembership.Tests", "MvcMembership.Tests\MvcMembership.Tests.csproj", "{B48B10DD-E450-49AF-A1FA-102AC165DEEA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleWebsite.Mvc3", "SampleWebsite.Mvc3\SampleWebsite.Mvc3.csproj", "{65C3A21B-D946-45B6-8A7E-2DBB98E35E0C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleWebsite.Mvc3.Tests", "SampleWebsite.Mvc3.Tests\SampleWebsite.Mvc3.Tests.csproj", "{BC267EA5-FC39-41CA-A032-84AB5AF0AFD4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C9D7F653-E589-44CE-9D41-89821F4F9E4E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C9D7F653-E589-44CE-9D41-89821F4F9E4E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C9D7F653-E589-44CE-9D41-89821F4F9E4E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C9D7F653-E589-44CE-9D41-89821F4F9E4E}.Release|Any CPU.Build.0 = Release|Any CPU
{B48B10DD-E450-49AF-A1FA-102AC165DEEA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B48B10DD-E450-49AF-A1FA-102AC165DEEA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B48B10DD-E450-49AF-A1FA-102AC165DEEA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B48B10DD-E450-49AF-A1FA-102AC165DEEA}.Release|Any CPU.Build.0 = Release|Any CPU
{65C3A21B-D946-45B6-8A7E-2DBB98E35E0C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{65C3A21B-D946-45B6-8A7E-2DBB98E35E0C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{65C3A21B-D946-45B6-8A7E-2DBB98E35E0C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{65C3A21B-D946-45B6-8A7E-2DBB98E35E0C}.Release|Any CPU.Build.0 = Release|Any CPU
{BC267EA5-FC39-41CA-A032-84AB5AF0AFD4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BC267EA5-FC39-41CA-A032-84AB5AF0AFD4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BC267EA5-FC39-41CA-A032-84AB5AF0AFD4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BC267EA5-FC39-41CA-A032-84AB5AF0AFD4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
15 changes: 15 additions & 0 deletions src/Backup/SampleWebsite.Mvc3/App_Start/MvcMembership.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
using System.Web.Mvc;
using MvcMembership;

[assembly: WebActivator.PreApplicationStartMethod(typeof(SampleWebsite.Mvc3.App_Start.MvcMembership), "Start")]

namespace SampleWebsite.Mvc3.App_Start
{
public static class MvcMembership
{
public static void Start()
{
GlobalFilters.Filters.Add(new TouchUserOnEachVisitFilter());
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
using DataAnnotationsExtensions.ClientValidation;

[assembly: WebActivator.PreApplicationStartMethod(typeof(SampleWebsite.Mvc3.App_Start.RegisterClientValidationExtensions), "Start")]

namespace SampleWebsite.Mvc3.App_Start {
public static class RegisterClientValidationExtensions {
public static void Start() {
DataAnnotationsModelValidatorProviderExtensions.RegisterValidationExtensions();
}
}
}
Loading