commits

date

comment

53654
by ReneHezser
(1807 downloads)
Jun 7 2010
10:55 AM

EBE
- Metablog API
- Send "speaking" Exceptions to the user
- ensure authentication on anonymous blogs to prevent access denied
- fixed theme detection by creating a draft post if approval is required

52674
by ReneHezser
(50 downloads)
May 31 2010
9:54 AM

EBE
fix for running on IIS 7 in classic mode

47816
by ReneHezser
(218 downloads)
Apr 29 2010
6:55 PM

40714
by ReneHezser
(462 downloads)
Mar 4 2010
8:07 PM

EBE
- fixed Caching

29521
by ReneHezser
(1101 downloads)
Nov 24 2009
7:09 AM

Associated with Release: EBE 3.0-Enhanced Blog Edition 3.0.

EBE
Quickfix for "Invalid Post Id"

29004
by ReneHezser
(566 downloads)
Oct 11 2009
11:42 AM

EBE
- if trackback was not successfull, try pingback
- improved logging

28996
by ReneHezser
(38 downloads)
Oct 10 2009
6:27 PM

EBE
- Added logging (configured on EBE settings page) to SharePoint Logs directory. Currently only for Trackback/Pingback
- fixed a bug in Pingback Url detection

28867
by ReneHezser
(194 downloads)
Sep 28 2009
5:00 PM

fixed bugs with themed wikis

28377
by ReneHezser
(657 downloads)
Aug 5 2009
8:16 PM

EBE
- Feature stapling support implemented
- Show error if AAM does not know the current URL while enabling the site feature

28258
by TheKid
(163 downloads)
Jul 28 2009
1:16 PM

Code tidy & Re-added SPFileCacheDependency

28257
by TheKid
(26 downloads)
Jul 28 2009
1:02 PM

Re-included XmlFeed.cs and UserDetails.cs

28256
by TheKid
(23 downloads)
Jul 28 2009
12:54 PM

Added caching to the XML controls...

<EBE:XmlFeed runat='server' FeedUrl='http://feeds.feedburner.com/TheKid' Cache-Enabled='True' Cache-Timeout='300' />

28255
by TheKid
(27 downloads)
Jul 28 2009
12:26 PM

Added the ability to exclude the EBE HttpModule from specific paths.

Add entry to web.config appSettings called 'EBE_ExcludedPaths' which is a semi-colon seperated list of paths. <add name='EBE_ExcludedPaths' value='/Pages/' />

28254
by TheKid
(33 downloads)
Jul 28 2009
12:20 PM

Fixed exception when publishing feature activated at the site collection

28253
by TheKid
(3 downloads)
Jul 28 2009
12:19 PM

28246
by TheKid
(14 downloads)
Jul 27 2009
5:20 PM

Added the XmlFeed control. This will take a static URL (RSS, Twitter, Television listings, whatever...) and allow you to tranform that XML using XSL.

28245
by TheKid
(2 downloads)
Jul 27 2009
5:14 PM

Added enhanced XSL caching (available on the debug section of the settings page). Disabled by default.

28243
by TheKid
(2 downloads)
Jul 27 2009
4:41 PM

Added a UserDetails control & made the Twitter control use the EBE XSL infrastructure

28214
by ReneHezser
(66 downloads)
Jul 22 2009
10:37 AM

EBE
- Fixed themes bug (duplicate tag in Clean, RoundedGreen and Wildlife)

28203
by ReneHezser
(36 downloads)
Jul 20 2009
9:54 PM

EBE
- MetaBlogApi:
- AllowUnsafeUpdates restored in case of an error
- editPost Fixed
- Performance tuning
- getPost now returns categories
- getRecentPosts: only return the specified # of posts

28202
by ReneHezser
(32 downloads)
Jul 20 2009
8:51 AM

EBE
- CategoriesList tuning
- TagCloud design fixed

28201
by ReneHezser
(14 downloads)
Jul 20 2009
7:45 AM

EBE
- ImageUrl for RSS control fixed

28180
by ReneHezser
(51 downloads)
Jul 16 2009
8:48 PM

EBE
- fixed posts listing by month issue
- fixed rss feed with category issue
- timerjob for pinging posts which were not published when they were created

28175
by ReneHezser
(16 downloads)
Jul 16 2009
12:05 PM

EBE
- new EBE control "RSS" used for displaying a link to the rss feed and for autodiscovery
- implemented EBE:RSS in all themes
- RoundedGreen theme: changed img folder to images to match all other themes
- some themes modified/fixed (thx Heather)
- themes in themeselector orderd by name
- autodiscovery for live writer metaweblog api implemented (just enter your blog url in live writer)
- selected theme stored in cookie not in session

28082
by ReneHezser
(228 downloads)
Jun 30 2009
9:22 AM

EBE
- UpdateSiteMap Job: commented out the job, since it is not needed anymore and remove the job on webapplication feature deactivating
- DirectPinger: Check for field existence
- ExportToPDF Image fixed