* Makefile: creates two targets "xmldoc" and
"htmldoc" to generate the documentation * Web.csproj: * YavscModel.csproj: * WebControls.csproj: * YavscClient.csproj: * SalesCatalog.csproj: * NpgsqlWorkflow.csproj: * NpgsqlMRPProviders.csproj: * NpgsqlBlogProvider.csproj: ITContentProvider/ITContentProvider.csproj * AssemblyInfo.cs: makes "en" the assembly culture, and normalize my name * HomeController.cs: modifies the xmldoc * Web.config: Modifies the owner email * ITContentProvider.csproj: Activates the documentation generation * App.master: adds a <meta charset=> in the head section
This commit is contained in:
@ -47,7 +47,7 @@ namespace Yavsc.Controllers
|
||||
}
|
||||
}
|
||||
/// <summary>
|
||||
/// Assemblies the info.
|
||||
/// Lists the referenced assemblies.
|
||||
/// </summary>
|
||||
/// <returns>The info.</returns>
|
||||
public ActionResult AssemblyInfo()
|
||||
@ -113,7 +113,8 @@ namespace Yavsc.Controllers
|
||||
{
|
||||
sc.Send (msg);
|
||||
ViewData ["Message"] = LocalizedText.Message_sent;
|
||||
return View (new { reason="", body="" });
|
||||
|
||||
return View (new { email=email, reason="", body="" });
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user