4
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected 1 day ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixing a bug that caused relative URLs in content filters to break when generating RSS.
Alexander Groß
as alexandergross
More... over 16 years ago
Adding macros per user request
Alexander Groß
as alexandergross
More... over 16 years ago
Adding macros per user request:
Alexander Groß
as alexandergross
More... over 16 years ago
Added some robots
Alexander Groß
as alexandergross
More... over 16 years ago
Exchanging hard-coded date format with localized short date format
Alexander Groß
as alexandergross
More... over 16 years ago
Fix to make us Sender ID Compliant. Need to use the Sender header so as to ovoid address spoofing. More... over 16 years ago
Patch from Tony for Category Fixes More... over 16 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... over 16 years ago
Cleaned up some HTML. More... over 16 years ago
refactored control to be more efficient and fixed issues with posts without a category. More... over 16 years ago
Cleaned up the xml comments. No code changes! More... over 16 years ago
Remember to add the project file, when you add a file. More... over 16 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 16 years ago
Fixing referrer logging
Alexander Groß
as alexandergross
More... over 16 years ago
Fixing category paging
Alexander Groß
as alexandergross
More... over 16 years ago
Refactored LoggingDataServiceXml
Alexander Groß
as alexandergross
More... over 16 years ago
Fixed empty logs from zip files
Alexander Groß
as alexandergross
More... over 16 years ago
Fix: For new posts, geo coordinates have been formatted according to the current UI culture
Alexander Groß
as alexandergross
More... over 16 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.
Alexander Groß
as alexandergross
More... over 16 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)
Alexander Groß
as alexandergross
More... over 16 years ago
Fixing broken post paging: The second page (/default,page,1.aspx) was displaying *all* entries.
Alexander Groß
as alexandergross
More... over 16 years ago
Updated German translation
Alexander Groß
as alexandergross
More... over 16 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 16 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 16 years ago
Changed EntryIdCache to a singleton and removed all, no longer necessary, locking from the BlogDataService. Fixed the PreviousLink macro. More... over 16 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 16 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 16 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 16 years ago
Added dasblogupgrader to default build More... over 16 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 16 years ago