-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[pull] master from madskristensen:master #1
base: master
Are you sure you want to change the base?
Commits on Nov 12, 2019
-
Fixed an erroneous decrement which was meant to be removed before sub…
…mitting previous PR: (#120) Caused the 'Older' button to stop showing a page earlier than intended.
Configuration menu - View commit details
-
Copy full SHA for 58804ff - Browse repository at this point
Copy the full SHA 58804ffView commit details
Commits on Nov 21, 2019
-
Fix NETSDK1071 for Microsoft.AspNetCore.App (#121)
Building the current master with `dotnet` v3.0.100 gives: > warning NETSDK1071: A PackageReference to 'Microsoft.AspNetCore.App' specified a Version of `2.1.0`. Specifying the version of this package is not recommended. For more information, see https://aka.ms/sdkimplicitrefs
Configuration menu - View commit details
-
Copy full SHA for 749026c - Browse repository at this point
Copy the full SHA 749026cView commit details
Commits on Dec 9, 2019
-
Migration to .NET Core 3.1 LTS (#122)
* Updated package WebEssentials.AspNetCore.OutputCaching * Updated package WilderMinds.MetaWeblog which now requires an async implementation * Fold private non-sync into async methods * Updated package WebMarkupMin.AspNetCore2 * Updated package WebEssentials.AspNetCore.PWA * Updated package LigerShark.WebOptimizer.Core to latest version that works on .NET Core 2 * Changed target framework to .NET Core App 2.2. Updated package Microsoft.VisualStudio.Web.BrowserLink * Mmigrated to .NET Core 3.1 * Updated readme.md to reflect change to .NET Core 3.1
Configuration menu - View commit details
-
Copy full SHA for 4a62138 - Browse repository at this point
Copy the full SHA 4a62138View commit details
Commits on Dec 27, 2019
-
Fix issue with pagination (#126)
* Update .gitignore * update gitignore * Update .gitignore * Update .gitignore * update gitignore * base configuration. * Imported old blog. Added existing blog posts to gitignore. * Fixed issue with pagination not displaying button to go back past page three.
Configuration menu - View commit details
-
Copy full SHA for e99e165 - Browse repository at this point
Copy the full SHA e99e165View commit details
Commits on Dec 30, 2019
-
Reset upstream defaults (#127)
* Update .gitignore * update gitignore * Update .gitignore * Update .gitignore * update gitignore * base configuration. * Imported old blog. Added existing blog posts to gitignore. * Fixed issue with pagination not displaying button to go back past page three. * Restore appsettings.json file to upstream and reset defaults on BlogSettings.cs. Updated comments, named comments are unnecessary. * Restore appsettings.json file to upstream and reset defaults on BlogSettings.cs. * Restore appsettings.json file to upstream and reset defaults on BlogSettings.cs. * Update .gitignore * Imported old blog. Added existing blog posts to gitignore. * Restore appsettings.json file to upstream and reset defaults on BlogSettings.cs. Updated comments, named comments are unnecessary. * Restore appsettings.json file to upstream and reset defaults on BlogSettings.cs. * Restore appsettings.json file to upstream and reset defaults on BlogSettings.cs.
Configuration menu - View commit details
-
Copy full SHA for 76e2615 - Browse repository at this point
Copy the full SHA 76e2615View commit details
Commits on Jan 2, 2020
-
Added asp-route-id="" attribute to the new post like which clears the…
… slug of the current post allowing for a new post to be created. (#128)
Configuration menu - View commit details
-
Copy full SHA for f492956 - Browse repository at this point
Copy the full SHA f492956View commit details -
Refactored PR 125, reducing the number of calls to GetPosts() by filt…
…ering a full resultset. The accurate total post count is now available to calculate paging. (#129)
Configuration menu - View commit details
-
Copy full SHA for 8f031bf - Browse repository at this point
Copy the full SHA 8f031bfView commit details
Commits on Jan 14, 2020
-
Added list view property to blog settings (#130)
* Added PostListView property to BlogSettings.cs and appsettings.json to allow control over the amount of content displayed for each post during browsing. Options are TitlesOnly, TitlesAndExcerpts (default), and FullPosts. * Increased the default number of posts per page from two to four. The new default view is TitlesAndExcerpts, meaning that only the post title and the excerpt, if provided, for each blog post will be displayed while browsing posts.
Configuration menu - View commit details
-
Copy full SHA for c331032 - Browse repository at this point
Copy the full SHA c331032View commit details
Commits on Feb 25, 2020
-
* Cleaned and commented. * Removed auto-gen docs
Configuration menu - View commit details
-
Copy full SHA for 82ab3bd - Browse repository at this point
Copy the full SHA 82ab3bdView commit details
Commits on Mar 2, 2020
-
* Cleaned and commented. * Removed auto-gen docs * Fix some ConfigureAwait issues introduced earlier, add some constants/resources, change index view to use IAsyncEnumerable foreach and modify controller accordingly.
Configuration menu - View commit details
-
Copy full SHA for 1fb2db2 - Browse repository at this point
Copy the full SHA 1fb2db2View commit details
Commits on Mar 11, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 16305d8 - Browse repository at this point
Copy the full SHA 16305d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b80d96 - Browse repository at this point
Copy the full SHA 0b80d96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c67ccc - Browse repository at this point
Copy the full SHA 3c67cccView commit details
Commits on Aug 26, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5c5a33d - Browse repository at this point
Copy the full SHA 5c5a33dView commit details
Commits on Jan 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 561e5b3 - Browse repository at this point
Copy the full SHA 561e5b3View commit details
Commits on Mar 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 438da95 - Browse repository at this point
Copy the full SHA 438da95View commit details
Commits on Mar 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 867871a - Browse repository at this point
Copy the full SHA 867871aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d292d1 - Browse repository at this point
Copy the full SHA 7d292d1View commit details
Commits on Mar 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 27c109a - Browse repository at this point
Copy the full SHA 27c109aView commit details
Commits on Oct 18, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 6ceeeeb - Browse repository at this point
Copy the full SHA 6ceeeebView commit details
Commits on Nov 9, 2021
-
* Rename tag to category in edit page. * Add support for tags.
Configuration menu - View commit details
-
Copy full SHA for 3a49385 - Browse repository at this point
Copy the full SHA 3a49385View commit details
Commits on Nov 10, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b911eea - Browse repository at this point
Copy the full SHA b911eeaView commit details
Commits on Nov 18, 2021
-
update to .net6; update NuGet package references to latest versions, …
…remove FxCopAnalyzers and add NetAnalyzers. (#171)
Configuration menu - View commit details
-
Copy full SHA for 77ce190 - Browse repository at this point
Copy the full SHA 77ce190View commit details
Commits on Dec 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7e9e22f - Browse repository at this point
Copy the full SHA 7e9e22fView commit details
Commits on Dec 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c27c5f3 - Browse repository at this point
Copy the full SHA c27c5f3View commit details
Commits on Oct 6, 2022
-
Fix startup.cs and update reference for .net 7 (#182)
* Remove unnesesary exclusion of properties (required for .resx dependency) Update reference to support .net 7 * update readme Co-authored-by: itthings <44327454+itthings@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b022a09 - Browse repository at this point
Copy the full SHA b022a09View commit details
Commits on Nov 17, 2022
-
Upgrade nuget packages related to .NET 7 (#183)
ms_devel authoredNov 17, 2022 Configuration menu - View commit details
-
Copy full SHA for 13cbaa0 - Browse repository at this point
Copy the full SHA 13cbaa0View commit details
Commits on Jan 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b5d430d - Browse repository at this point
Copy the full SHA b5d430dView commit details
Commits on Sep 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d42e772 - Browse repository at this point
Copy the full SHA d42e772View commit details
Commits on Oct 16, 2023
-
Updated: Nuget Packages (#196)
Fixed: issues after NuGet updates Improved: Icons and UI
Configuration menu - View commit details
-
Copy full SHA for fefae92 - Browse repository at this point
Copy the full SHA fefae92View commit details