Anyone can upload a patch. Patches are evaluated by project team members and either Applied or Declined.
Being evaluated
|
4260 |
Oct 30 at 12:21 AM |
haemoglobin |
Adds a "Read more..." link (to archive.aspx) to the bottom of the RecentPosts widget
|
|
Download
|
Being evaluated
|
3939 |
Sep 21 at 3:12 PM |
themajor |
Extension: Validate and ignore duplicate comments before submitting.
|
|
Download
|
Being evaluated
|
3888 |
Sep 16 at 12:54 AM |
stref |
Minor changes to make BlogEngine.Core.Web.HttpModules.UrlRewrite extensible allowing people to implement additional URL handling if necessary.
My current blog runs dasBlog and I'd like to move it to BlogEngine.NET but the URL's are different so until I can resolve that I'm stuck and these changes ease the pain.
|
|
Download
|
Being evaluated
|
3719 |
Aug 30 at 5:52 PM |
uni2tw |
backup and restore include page,category,post,tag,comment,setting,blogroll,author, profile, ping services, \app_data\files\*.*
|
|
Download
|
Being evaluated
|
3501 |
Aug 3 at 12:21 PM |
srulyt |
Code to fix issue 10386. Non Latin slugs don't work
|
|
Download
|
Being evaluated
|
3460 |
Jul 29 at 6:16 AM |
jfisch |
See my update within the respective work item.
|
|
Download
|
Being evaluated
|
3365 |
Jul 20 at 5:57 AM |
jdberube |
I have created a code change for BlogEngine.NET that will allow the administrator to determine whether or not they want to require attachments for the contact page. The change is just a simple addition to the Settings by adding a property. The administrator manages this setting via the Settings page under E-Mail. I have also included updates to the standard XML, MySQL setup and MSSQL setup code files.
|
|
Download
|
Being evaluated
|
2828 |
Apr 26 at 12:04 AM |
waynejohn |
Made some changes to the core that allows a theme to persist across post backs. I use this for http://preview.blogenginetheme.com, and it's a nice upgrade to be able to persist the theme. BE needs a way to showcase a theme and have it persist to view the post, archive or contact pages too. Normally, you'll resolve back to the default theme, losing the ability to really explore a theme.
The code utilizes cookies to perform the persistence, not sure if that will be an impact elsewhere yet.
Core Files: Web/Controls/BlogPageBase.cs Web/Controls/CommentViewBase.cs
Let me know what you think. I don't know if this will resolve any open items, but it did for me. :)
Cheers!
Wayne
|
|
Download
|
Being evaluated
|
2747 |
Apr 10 at 10:46 PM |
jsawyer |
Added using block around SHA1CryptoServiceProvider in CalculateSHA1 method (line 512)
Introduced isPost boolean to prevent multiple checks (pub is Post) (line 323)
Introduced variable to prevent multiple casts in WriteSiocPost (line 381)
|
|
Download
|
Being evaluated
|
2746 |
Apr 10 at 10:05 PM |
jsawyer |
(Minor performance) Changed GetSettings() variable "o" to avoid multiple casts to string. (line 72)
CA1800 : Microsoft.Performance : 'o', a variable, is cast to type 'string' multiple times in method 'StringDictionaryBehavior.GetSettings(ExtensionType, string)'. Cache the result of the 'as' operator or direct cast in order to eliminate the redundant castclass instruction.
|
|
Download
|