From c10a78841b3e9129704ad8d194b08b82c7317d2d Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Mon, 28 Sep 2015 14:50:19 +0200 Subject: [PATCH] Fixes some part of the hallo ui * App.master: Use local copies for jquery & jquery-ui * BlogsController.cs: Defines a search method targeting blog attached files and other user files. --- web/ApiControllers/BlogsController.cs | 5 +++++ web/ChangeLog | 7 +++++++ web/Models/App.master | 4 ++-- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/web/ApiControllers/BlogsController.cs b/web/ApiControllers/BlogsController.cs index ba187681..d3697a11 100644 --- a/web/ApiControllers/BlogsController.cs +++ b/web/ApiControllers/BlogsController.cs @@ -124,6 +124,11 @@ namespace Yavsc.ApiControllers return Request.CreateResponse(HttpStatusCode.InternalServerError, e); } } + + [Authorize,HttpGet] + public async Task SearchFile(long postid, string terms) { + throw new NotImplementedException (); + } /// /// Import the specified id. /// diff --git a/web/ChangeLog b/web/ChangeLog index 16c8ba8e..1abf46a5 100644 --- a/web/ChangeLog +++ b/web/ChangeLog @@ -1,3 +1,10 @@ +2015-09-28 Paul Schneider + + * App.master: Use local copies for jquery & jquery-ui + + * BlogsController.cs: Defines a search method targeting blog + attached files and other user files. + 2015-09-28 Paul Schneider * FontAwesome.otf: diff --git a/web/Models/App.master b/web/Models/App.master index 55179201..58adc08b 100644 --- a/web/Models/App.master +++ b/web/Models/App.master @@ -13,8 +13,8 @@ " /> " /> - - + +