Closed (fixed)
Project:
Drupal core
Version:
6.x-dev
Component:
blog.module
Priority:
Critical
Category:
Task
Assigned:
Reporter:
Created:
16 Jul 2007 at 06:07 UTC
Updated:
6 Aug 2007 at 08:23 UTC
Jump to comment: Most recent file
And here we are splitting up blog.module. I also refactored the menu callbacks to not be Drupal 4.6-era design (dear god...), and removed two notices from the feed callbacks.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | blog_14.patch | 9.07 KB | Crell |
| blog_13.patch | 9.44 KB | Crell |
Comments
Comment #1
dries commentedDo we really want to put feeds in their own include file? I suggest that for now, we add that to blog.pages.inc.
Comment #2
Crell commentedI debated that, but when working on aggregator I decided that feeds are a logical grouping of page callbacks. They're also a small grouping. That means proportionally less code to load on a feed request. I split them off here to parallel what I was doing in aggregator (still being un-broken...).
I guess I can go either way; it just seemed logical that if we were splitting admin pages from user pages that we split feed "pages" off as well.
Comment #3
Crell commentedSame thing, but just one page file this time.
Comment #4
dries commentedThanks Crell. Committed.
Comment #5
(not verified) commented