| Change Set |
Date |
Downloads |
Comment |
27986
by
BenAmada
|
Jun 20 at
8:29 AM
|
234 |
- Turkish Language Resource File update (#10169). - Danish translation corrections (patch 2910). - Added Relative & Absolute Links properties for Categories and Category Feeds (discussion #59919). - Removed unnecessary webpage download for trackbacks when sending trackbacks are disabled and sending pingbacks are enabled. - Pingback/Trackback sending is no longer skipped for local requests (#9563). (1.5.1.12) |
27919
by
BenAmada
|
Jun 14 at
1:29 AM
|
131 |
- Adding Logging and Unhandled Error Catching/Reporting. See link below for details: http://allben.net/post/2009/06/13/Logging-Improved-Error-Reporting-in-BlogEngine.aspx (1.5.1.11) |
27793
by
BenAmada
|
Jun 1 at
6:34 AM
|
272 |
- Newsletter widget not using BlogEngine JS namespace. (1.5.1.10) |
27781
by
BenAmada
|
May 30 at
11:19 PM
|
45 |
- JS error when changing password (discussion #57957) - JS fix for remove widget X link when widget cannot be found. (1.5.1.9) |
27774
by
BenAmada
|
May 29 at
6:59 AM
|
68 |
- Profiles link in admin menu is lowercase (#10050). - Spelling correction for Arial font in CSS file. - Links in HTML head for "next", "prev" posts showing unpublished/invisible posts. (1.5.1.8) |
27771
by
rusvdw
|
May 28 at
5:09 PM
|
21 |
Removed commented out code |
27770
by
rusvdw
|
May 28 at
4:55 PM
|
13 |
Fixed a Mono casing issue with rssButton.gif |
27765
by
rusvdw
|
May 27 at
5:10 PM
|
39 |
Removed mono specific code |
27764
by
rusvdw
|
May 27 at
4:56 PM
|
15 |
Removed mono specific workarounds |
27763
by
rusvdw
|
May 27 at
4:55 PM
|
12 |
Removed unnecessary mono check |
27680
by
madskristensen
|
May 21 at
6:45 PM
|
148 |
Fixes to the blogroll CSS |
27676
by
madskristensen
|
May 21 at
5:44 PM
|
41 |
Made the standard theme's stylesheet use relative font sizes |
27557
by
BenAmada
|
May 17 at
3:25 AM
|
129 |
- Most Comments widget, 'Days' setting assigned to wrong textbox (#9962). (1.5.1.7) |
27556
by
BenAmada
|
May 17 at
3:02 AM
|
31 |
- Twitter widget fix, edited settings weren't persisting (#9980) - Removed widget.css file in admin folder, no longer needed because widget drag 'n drop was removed. - Minor fixes, improvements to Pingback and Trackback sending. - Changed From address in SendCommentMail emails to email address in Settings and removed setting the Sender for Contact page emails. The ReplyTo header is still used in both. Changes are to eliminate errors on shared hosting mail servers (#9283, #9422). - Eliminated JS errors when leaving comment and 'Show Live Preview' is off. - CSS improvement for bbcode on when 'Show Live Preview' is off. (1.5.1.6) |
27554
by
BenAmada
|
May 17 at
2:06 AM
|
29 |
- Referrer data now stored in DB if using DB provider. Create table script for be_Referrers included in MSSQLUpgradeToNEXT.sql file in setup\SQLServer (#7024). (1.5.1.5) |
27459
by
rtur
|
May 9 at
10:12 PM
|
126 |
Extensions list sorted by name in addition to priority |
27284
by
BenAmada
|
May 1 at
8:01 AM
|
157 |
- Moved logic to filter future dated posts from the IsPublished property to the IsVisible property (#9831). - Added new IsVisibleToPublic property to IPublishable. Used to determine if an item can be seen by the public (non-logged in visitors). - Tag Cloud, Recent Posts now only contain posts viewable to the IsVisibleToPublic items (#9115, #9754). - Search results now only show IsVisibleToPublic items. - Modified Newsletter widget so it sends out emails whenever a post is changing from an unpublished state to a published state (#7854). (1.5.1.4) |
27056
by
BenAmada
|
Apr 23 at
6:24 PM
|
168 |
- Simplified Sorting on new BlogRollItems. - Disallow a Category to be its own parent. - Child categories are now unlinked from parent categories being deleted (#9581, #7227). - Fixed problem with parent category getting lost with XmlProvider when deleting a category. (1.5.1.3) |
27030
by
BenAmada
|
Apr 23 at
5:40 AM
|
38 |
Blogroll changes, now stored in DB when using DbBlogProvider. Format of blogroll.xml has changed, blogroll.xml files with old format will be auto-updated to new format. Can also now sort blogroll items. DB Create table script included in SQLServer setup folder (#7024) (1.5.1.2) |
27024
by
BenAmada
|
Apr 22 at
6:43 PM
|
52 |
- German Translation Corrections (patch 2790) - Italian translation updated (#9795) - Username Case (lower/upper) is now adjusted to the Case the user is registered under when logging in to prevent case sensitivity issues throughout the app (#9823) (1.5.1.1) |
26955
by
rusvdw
|
Apr 21 at
4:34 PM
|
59 |
Fixed an unhandled exception caused by an invalid LCID in CommentView |
26884
by
RazorAnt
|
Apr 20 at
1:40 AM
|
54 |
Updated MySQL Docs |
26858
by
BenAmada
|
Apr 18 at
9:37 PM
|
67 |
Added Multiple WidgetZone support (#9076). See link below for details: http://allben.net/post/2009/04/18/Multiple-WidgetZones-in-BENET.aspx (1.5.1.0) |
26848
by
jsawyer
|
Apr 17 at
9:20 PM
|
64 |
Added tag support on import. Uses categories for tags if no tags are present on the imported post. |
26847
by
jsawyer
|
Apr 17 at
9:14 PM
|
17 |
Sets post.DateModified to the PostDate, ensures that DataModified has a value. |