Anyone can upload a patch. Patches are evaluated by project team members and either Applied or Declined.
Being evaluated
|
1200 |
May 9 at 4:51 AM
|
LeighRobinson |
Quick patch to add support for Gravatar's new native fallback types - Identicons, Wavatars and MonsterId. Settings UI updated to expose the new options, though current form requires new translations to maintain internationalisation.
Zip contains modified files, with all changes against 11104.
|
|
Download
|
Being evaluated
|
1166 |
May 2 at 9:40 PM
|
dscoduc |
I reworked the CssHandler.cs file to provide more support. The original (1.3) version mapped into the themes folder, making this handler unusable for non-theme related CSS files. I also updated the caching capabilities and included the ability to retrieve external CSS files via url. I also removed the exception error that gets thrown whenever a missing .css file is specified and instead return a 404 Bad Request error. I updated the cleanup and optimization to include removing the comments from the CSS file and performed the cleanup before storing it into cache to limit memory usage. Lastly, I added event handling so that anyone can plug into the CSSHandler if they need to for some reason.
|
|
Download
|
Being evaluated
|
1149 |
Apr 25 at 9:37 PM
|
zootie |
Uses Utils.RelativeWebRoot (BlogEngine.VirtualPath in Web.config) more consistently so BE works in a virtual directory (subdirectory) installation. See "Installing BlogEngine 1.3 in a /blog subdirectory. How?" (http://www.codeplex.com/blogengine/Thread/View.aspx?ThreadId=21461) and work item 4567 for more information. This makes it easier to integrate BE with existing sites and to host it in shared environments.
|
|
Download
|
Being evaluated
|
1025 |
Mar 25 at 12:37 AM
|
jwendl |
This patch is to be put in the ~/widgets folder. It covers all of the typical "blog boxes" in one widget. The edit screen allows you to choose which blog box you want for that particular widget instance. Keeps the ~/widgets folder a bit cleaner.
|
|
Download
|
Being evaluated
|
909 |
Mar 3 at 7:55 AM
|
cahnom |
JavaScript compressor improvement This compressor will remove any comments and whitespaces to single line of code.
|
|
Download
|
Being evaluated
|
907 |
Mar 3 at 3:43 AM
|
cahnom |
This is a little bug fix of HTML highlighter plug-in. If you're write a blog using Windows Live Writer and copy & paste HTML code from Visual Studio. You're got <br> tag instead of new-line. HTML highlighter plugins remove all HTML tag including <br> tag so that HTML code have not new line.
|
|
Download
|
Being evaluated
|
898 |
Feb 29 at 8:27 PM
|
TomvE |
This patch adds the ability of custom fields to blog posts. On the Settings form you can add any number of custom fields, specifying the name and field type (string, date, integer, double). After saving the settings you will find new entry fields on the Add Entry form which allow you to fill in the new fields for a blog post (each field gets validated against its set type, all custom fields are optional). To use the custom field data on the blog you can use the GetCustomField function of the Post class in your theme, specifying the name of the custom field you want to retrieve and display.
The request for this kind of functionality was discussed in these forum posts: http://www.codeplex.com/blogengine/Thread/View.aspx?ThreadId=22585 http://www.codeplex.com/blogengine/Thread/View.aspx?ThreadId=15110
To install the patch: just unzip the file and overwrite the old files with the new files from the ZIP. This patch was created from BE 1.3, change set 9819.
|
|
Download
|
Being evaluated
|
768 |
Jan 30 at 6:49 PM
|
craja |
Added C++, LUA, HLSL, and Java formatters.
|
|
Download
|
Being evaluated
|
625 |
Dec 27 2007 at 10:25 AM
|
maartenba |
Added LINQ keywords to CSharp code formatter (from, select, in)
|
|
Download
|
Being evaluated
|
624 |
Dec 27 2007 at 10:20 AM
|
maartenba |
Added PHP CodeFormatter (PHPFormat.cs)
|
|
Download
|