Npqsql upgrade, and Blog post visibility edition
* NpgsqlBlogProvider.cs: * NpgsqlCircleProvider.cs: Fixes the sql command preparation * App.master: Circles edition needs also this lib, all pages will need it ... * Edit.aspx: Restores the post visibility control * Web.config: Fixes the new connection string, the `Encoding` parameter is no more supported. * Web.csproj: Nuget packages updating * packages.config: Nuget packages updating
This commit is contained in:
parent
f4329d6176
commit
2cae8582f8
10 changed files with 70 additions and 44 deletions
|
|
@ -12,6 +12,8 @@
|
|||
<link rel="stylesheet" href="~/App_Themes/style.css" />
|
||||
<link rel="icon" type="image/png" href="/favicon.png?v=3" />
|
||||
<link rel="stylesheet" href="<%=Url.Content("~/App_Themes/font-awesome.css")%>" />
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.2/jquery-ui.min.js"></script>
|
||||
<script type="text/javascript">
|
||||
var apiBaseUrl = '<%=Url.Content(Yavsc.WebApiConfig.UrlPrefixRelative)%>';
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue