Anyone can upload a patch. Patches are evaluated by project team members and either Applied or Declined.
Being evaluated
|
3211 |
Jun 30 at 7:09 AM |
touradg |
Updated Persian (Farsi) tranlation for 1.5.1.12
|
|
Download
|
Being evaluated
|
2828 |
Apr 25 at 11:04 PM |
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 9: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 9: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
|
Being evaluated
|
2723 |
Apr 7 at 12:29 AM |
bradgatewood |
I saw a lot of post about hacking the engine to add Google Adsense. I wrote this ext that will add a large rectangle to the top right of each post and a small banner to the bottom which I feel is pretty good placement that leaves majority of the room for content. I have created methods for all the ad formats so it is easy enough to switch out and customize for your needs. If you like my layout you can just pop in your publisher ID in the admin tool. You can see it in action at http://www-burn-belly-fat.com
|
|
Download
|
Being evaluated
|
2668 |
Mar 25 at 12:08 AM |
riaanl |
This patch modifies CommentView.ascx.cs and blog.js not to display the "The comment was saved. Thank you for the feedback" message if comment validation has failed (eg. Akismet Validation). Patched against release 1.4.5
|
|
Download
|
Being evaluated
|
2637 |
Mar 20 at 1:07 AM |
mattellis |
Updates wlwmanifest.xml
1. Adds post editing url to enable the "save draft and edit online" command in Windows Live Writer (WLW) 2. Resets WLW's built in file upload format. WLW recognises BlogEngine.net, but sets the filename format for upload files and images to just be the ascii version of the filename. There is now greater potential for clashing and overwriting images (e.g. picture.jpg will overwrite any existing picture.jpg). This file resets the format used, so WLW will default to a path of WindowsLiveWriter\postnameWithUniqueToken\filenameWithGuid.
If you use this file to change the upload format, you should also url encode the parameter returned back from MetaWeblogHandler.NewMediaObject. I've just uploaded another patch that includes this functionality (http://blogengine.codeplex.com/Project/Download/FileDownload.aspx?DownloadId=62532)
|
|
Download
|
Being evaluated
|
2636 |
Mar 20 at 1:02 AM |
mattellis |
Fixes a small security hole in MetaWeblogHandler's NewMediaObject.
The security hole allows you to save a file outside of the App_Data\files directory, such as overwriting users.xml. It is mitigated by the need for a username and password to be passed in, but it could still be a privelege elevation as a lesser user could add themselves to the admin group.
Also, it urlencodes the returned parameter to image.axd/file.axd, so that the parameter may be a path, rather than just a filename.
|
|
Download
|
Being evaluated
|
2635 |
Mar 20 at 12:59 AM |
mattellis |
Currently, BlogEngine adds an auto-discovery link for the rss and atom versions of the site feed and individual post comment feeds. It's pointless advertising the same data in 2 different formats, so this patch modifies BasePage and the post control to only advertise the current preferred syndication format - an rss feed or an atom feed, not both.
|
|
Download
|
Being evaluated
|
2605 |
Mar 13 at 2:20 AM |
CudjoeBill |
This patch allows the tinyMCE Editor to make use of all the available formatting buttons.
|
|
Download
|