* style.css: the style changes ...
* BlogsController.cs: Fixes the comment posting * App.master: Don't hide the Home page link! TODO: a logo * UserPost.aspx: don't hide the blog title * BlogManager.cs: fixes the comment posting
This commit is contained in:
parent
801c7b05d2
commit
33e93dfbfa
7 changed files with 28 additions and 16 deletions
|
|
@ -36,7 +36,7 @@ namespace Yavsc.Model.Blogs
|
|||
/// <param name="visible">If set to <c>true</c> visible.</param>
|
||||
public static void Comment (string from, long postid, string content, bool visible)
|
||||
{
|
||||
provider.Comment (from, postid, content);
|
||||
Provider.Comment (from, postid, content);
|
||||
}
|
||||
|
||||
static BlogProvider provider;
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
2015-08-05 Paul Schneider <paul@pschneider.fr>
|
||||
|
||||
* BlogManager.cs: fixes the comment posting
|
||||
|
||||
2015-08-04 Paul Schneider <paul@pschneider.fr>
|
||||
|
||||
* BlogEntryCollection.cs: implement the BlogEntryCollection
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue