* Web.csproj:

* packages.config:
* App.master:
* doxy.css:
* Edit.aspx:
* desert.css:
* sunburst.css:
* prettify.css:
* YavscHelpers.cs:
* YavscModel.csproj:
* lang-r.js:
* UserPosts.aspx:
* lang-n.js:
* lang-rd.js:
* lang-vb.js:
* lang-xq.js:
* lang-ml.js:
* lang-go.js:
* lang-hs.js:
* lang-tcl.js:
* lang-tex.js:
* PostActions.ascx:
* lang-clj.js:
* prettify.js:
* lang-css.js:
* lang-sql.js:
* lang-lua.js:
* lang-llvm.js:
* HomeController.cs:
* lang-yaml.js:
* lang-wiki.js:
* lang-dart.js:
* lang-lisp.js:
* lang-vhdl.js:
* lang-mumps.js:
* lang-scala.js:
* lang-basic.js:
* MarkdownHelper.cs:
* lang-proto.js:
* sons-of-obsidian.css:
* lang-apollo.js:
* lang-matlab.js:
* lang-erlang.js:
* lang-pascal.js:
* run_prettify.js: syntax hilighting in Markdown code blocks

* NpgsqlTagInfo.cs: Fixes the photo retreival

* TagPanel.ascx: displays the photo

* IValueProvider.cs: useless, unused

* TestExec.cs: pollution
This commit is contained in:
Paul Schneider 2015-10-19 16:38:35 +02:00
commit 5cb90afe2c
52 changed files with 607 additions and 99 deletions

View file

@ -185,11 +185,9 @@
<Compile Include="Formatters\RssFeedsFormatter.cs" />
<Compile Include="Formatters\TexToPdfFormatter.cs" />
<Compile Include="WebApiConfig.cs" />
<Compile Include="IValueProvider.cs" />
<Compile Include="Formatters\EstimToPdfFormatter.MSAN.cs" />
<Compile Include="Helpers\TemplateException.cs" />
<Compile Include="Formatters\FormatterException.cs" />
<Compile Include="TestExec.cs" />
<Compile Include="ApiControllers\WorkFlowController.cs" />
<Compile Include="ApiControllers\BasketController.cs" />
<Compile Include="ApiControllers\BlogsController.cs" />
@ -434,6 +432,41 @@
<Content Include="Scripts\knockout-jqAutocomplete.min.js" />
<Content Include="Views\Blogs\TagPanel.ascx" />
<Content Include="Views\Home\TagPanel.ascx" />
<Content Include="Scripts\Prettify\lang-apollo.js" />
<Content Include="Scripts\Prettify\lang-basic.js" />
<Content Include="Scripts\Prettify\lang-clj.js" />
<Content Include="Scripts\Prettify\lang-css.js" />
<Content Include="Scripts\Prettify\lang-dart.js" />
<Content Include="Scripts\Prettify\lang-erlang.js" />
<Content Include="Scripts\Prettify\lang-go.js" />
<Content Include="Scripts\Prettify\lang-hs.js" />
<Content Include="Scripts\Prettify\lang-lisp.js" />
<Content Include="Scripts\Prettify\lang-llvm.js" />
<Content Include="Scripts\Prettify\lang-lua.js" />
<Content Include="Scripts\Prettify\lang-matlab.js" />
<Content Include="Scripts\Prettify\lang-ml.js" />
<Content Include="Scripts\Prettify\lang-mumps.js" />
<Content Include="Scripts\Prettify\lang-n.js" />
<Content Include="Scripts\Prettify\lang-pascal.js" />
<Content Include="Scripts\Prettify\lang-proto.js" />
<Content Include="Scripts\Prettify\lang-r.js" />
<Content Include="Scripts\Prettify\lang-rd.js" />
<Content Include="Scripts\Prettify\lang-scala.js" />
<Content Include="Scripts\Prettify\lang-sql.js" />
<Content Include="Scripts\Prettify\lang-tcl.js" />
<Content Include="Scripts\Prettify\lang-tex.js" />
<Content Include="Scripts\Prettify\lang-vb.js" />
<Content Include="Scripts\Prettify\lang-vhdl.js" />
<Content Include="Scripts\Prettify\lang-wiki.js" />
<Content Include="Scripts\Prettify\lang-xq.js" />
<Content Include="Scripts\Prettify\lang-yaml.js" />
<Content Include="Scripts\Prettify\prettify.js" />
<Content Include="Scripts\Prettify\run_prettify.js" />
<Content Include="App_Themes\desert.css" />
<Content Include="App_Themes\doxy.css" />
<Content Include="App_Themes\sons-of-obsidian.css" />
<Content Include="App_Themes\sunburst.css" />
<Content Include="App_Themes\prettify.css" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />