| Fixing a bug that caused relative URLs in content filters to break when generating RSS. |
|
More...
|
about 18 years ago
|
| Adding macros per user request |
|
More...
|
about 18 years ago
|
| Adding macros per user request: |
|
More...
|
about 18 years ago
|
| Added some robots |
|
More...
|
about 18 years ago
|
| Exchanging hard-coded date format with localized short date format |
|
More...
|
about 18 years ago
|
| Fix to make us Sender ID Compliant. Need to use the Sender header so as to ovoid address spoofing. |
|
More...
|
about 18 years ago
|
| Patch from Tony for Category Fixes |
|
More...
|
about 18 years ago
|
| Fixed issue where paths were not handed to the ZipFile class for logfiles being archived, which caused a FileNotFoundException and 0-length zipfiles on some hosters. (e.g. discountasp.net) |
|
More...
|
about 18 years ago
|
| Cleaned up some HTML. |
|
More...
|
over 18 years ago
|
| refactored control to be more efficient and fixed issues with posts without a category. |
|
More...
|
over 18 years ago
|
| Cleaned up the xml comments. No code changes! |
|
More...
|
over 18 years ago
|
| Remember to add the project file, when you add a file. |
|
More...
|
over 18 years ago
|
| Mapped all explicit calls to HttpContext to calls to the DataCache. So if we want to make changes to our cache implementation this can be done in one place, and we're not necessarily depended on the Asp.net Cache implementation. |
|
More...
|
over 18 years ago
|
| Fixing referrer logging |
|
More...
|
over 18 years ago
|
| Fixing category paging |
|
More...
|
over 18 years ago
|
| Refactored LoggingDataServiceXml |
|
More...
|
over 18 years ago
|
| Fixed empty logs from zip files |
|
More...
|
over 18 years ago
|
| Fix: For new posts, geo coordinates have been formatted according to the current UI culture |
|
More...
|
over 18 years ago
|
| Fixing crossposts between dasBlog sites. The MetaWebLog interface members mt_allow_comments and mt_convert_breaks defined in newtelligence.DasBlog.Runtime.Proxies\BloggerAPIClientProxy.cs and newtelligence.DasBlog.Web.Services\MetaWeblog.cs were out of sync. |
|
More...
|
over 18 years ago
|
| Adding Ken Hughes' GeoRSS support with massive improvements (coordinate validationon config page, culture-independent coordinate format, German localization, successful update of blog entries) |
|
More...
|
over 18 years ago
|
| Fixing broken post paging: The second page (/default,page,1.aspx) was displaying *all* entries. |
|
More...
|
over 18 years ago
|
| Updated German translation |
|
More...
|
over 18 years ago
|
| Renamed Utils to SiteUtilities and changed almost all Server.MapPath calls to SiteUtilities.MapPath (except in the ftb files and the UrlMapperModule. And fixed some other small things I noticed and didn't like. |
|
More...
|
over 18 years ago
|
| Moved the Save-, Update- and DeleteEntry methods to the Utils class (copied from 3.5 branch), for now. (See Clemens' Email from Aug 16) |
|
More...
|
over 18 years ago
|
| Changed EntryIdCache to a singleton and removed all, no longer necessary, locking from the BlogDataService. Fixed the PreviousLink macro. |
|
More...
|
over 18 years ago
|
| Replaced IBlogDataService.GetEntryIdCache with IBlogDataService.GetEntries(bool) and fixed the resulting compiler errors. The logic is similar to the current implementation, only the EntryIdCache is now internal to the DataService. |
|
More...
|
over 18 years ago
|
| If you instantiate a Collection<T> with an array that collection is readonly... they really mean it when they say 'wrap' in the documentation. |
|
More...
|
over 18 years ago
|
| Completed migrating all collections to derive from Generic Collections (I hope). The SynchronisedList and the collections deriving from it (CategoryCacheEntryCollection and EntryIdCacheEntryCollection) could use some eyes. |
|
More...
|
over 18 years ago
|
| Added dasblogupgrader to default build |
|
More...
|
over 18 years ago
|
| Changed BuildDefault.Proj so it doesn't depend on the msbuild community tasks being installed. Added buildday task to add the buildday to the version number (new schema : (Major).(Minor).(BuildDay).(SvnRevision) ) |
|
More...
|
over 18 years ago
|