PluginProbe
FeedWordPress / 2008.1030
FeedWordPress v2008.1030
trunk 0.8 0.9 0.91 0.95 0.96 0.97 0.98 0.981 0.99 0.991 0.992 0.993 2008.1030 2008.1101 2008.1105 2008.1214 2009.0612 2009.0613 2009.0618 2009.0707 2009.1111 2009.1112 2010.0127 2010.0528 All 65 releases
feedwordpress / ChangeLog.text

ChangeLog.text in FeedWordPress 2008.1030, at ChangeLog.text

678 lines 36.8 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 FeedWordPress Change Log
2 ========================
3
4 Changes from 0.993 to 2008.1030
5 -------------------------------
6
7 * WORDPRESS 2.6 COMPATABILITY: FeedWordPress should now be compatible with
8 WordPress 2.6, and should work more or less seamlessly with the new post
9 revision system. A bug which caused multiple new revisions to be created
10 for posts on certain feeds, regardless of whether or not the item had
11 been updated, has been fixed.
12
13 * INTERFACE IMPROVEMENTS: The user interface has been substantially
14 restyled to fit in better with the visual style of WordPress 2.5 and
15 2.6.
16
17 * YOUTUBE BUG FIXED: POSTS SYNDICATED THROUGH AN AUTOMATIC UPDATE ARE NO
18 LONGER STRIPPED OF `<OBJECT>` TAGS AND CERTAIN OTHER HTML ELEMENTS: Due
19 to the way that some versions of WordPress process posts that are
20 inserted into the database when no user is logged in, many users
21 experienced an issue where YouTube videos and other content using the
22 HTML `<object>` tag would be stripped out of posts that were syndicated
23 during an automatic update. (Posts that were syndicated through manual
24 updates from within the WordPress Dashboard were not affected, because
25 the issue does not arise when an update is executed under a logged-in
26 administrator's credentials.) This bug has now been fixed; YouTube
27 videos and other content using `<object>` tags should now appear
28 properly in syndicated posts, regardless of the way in which the post
29 was syndicated.
30
31 * AJAX BUGS FIXED: Bugs which blocked the normal operation of WordPress
32 2.5's AJAX interface elements when FeedWordPress was activated have been
33 fixed.
34
35 * TAG SUPPORT: A couple of features have been introduced to take advantage
36 of the tagging features in WordPress 2.3.x, 2.5.x, and 2.6.x. Now, when
37 unfamiliar categories are encountered for posts on a feed, you can
38 choose for FeedWordPress (1) to drop the category; (2) to drop the
39 category and to filter out any post that does not match at least one
40 familiar category; (3) to create a new category with that name, or,
41 now, you can also have FeedWordPress (4) create a new *tag* with that
42 name. This option can be set site-wide under Syndication --> Options,
43 or it can be set on a feed-by-feed basis in a feed's Edit screen.
44
45 In addition, you can now set particular tags to apply to all incoming
46 syndicated posts, under Syndication --> Options, or you can set tags
47 to apply to all incoming syndicated posts from a particular feed in that
48 feed's Edit screen.
49
50 * FORMATTING FILTERS: There is a new option available under Syndication ->
51 Options which allows users to choose whether or not to expose syndicated
52 posts to being altered by formatting filters. By default, FeedWordPress
53 has always protected syndicated posts (which are already in display-ready
54 HTML when they are syndicated) from being reformatted by formatting
55 filters. However, this approach means that certain plugins which depend
56 on formatting filters (for example, to add "Share This" bars or relevant
57 links to the end of a post) are blocked from working on any syndicated
58 posts. If you want to use one of these plugins together with
59 FeedWordPress, you can now do so by changing the "Formatting Filters"
60 setting from "Protect" to "Expose."
61
62 * **`<atom:source>` ELEMENTS NOW INCLUDED IN ATOM FEED:** Atom 1.0 provides
63 a standard method for aggregators to indicate information about the original source of
64 a syndicated post, using the `<atom:source>` element. FeedWordPress now
65 introduces standard `<atom:source>` elements including the title, homepage, and
66 feed URI of the source from which a syndicated post was syndicated. Cf.
67 <http://www.atomenabled.org/developers/syndication/atom-format-spec.php#element.source>
68
69 * MODULARIZATION OF CODE: The code for different elements of FeedWordPress
70 has been broken out into several modules for easier inspection,
71 documentation, and maintenance of the code.
72
73 * VERSIONING SCHEME CHANGED: FeedWordPress's feature set has proven stable
74 enough that it can now be removed from beta status; a good thing, since
75 I was very quickly running out of version numbers to use. New releases
76 of FeedWordPress will have version numbers based on the date of their
77 release.
78
79 Changes from 0.992 to 0.993
80 ---------------------------
81
82 * WORDPRESS 2.5.1 COMPATIBILITY: FeedWordPress should now be compatible
83 with WordPress 2.5.1.
84
85 * WORDPRESS 2.5 INTERFACE IMPROVEMENTS: FeedWordPress's Dashboard
86 interface has undergone several cosmetic changes that should help it
87 integrate better with the WordPress Dashboard interface in WordPress
88 version 2.5.x.
89
90 * SYNDICATED POSTS CAN BE MARKED AS "PENDING REVIEW": WordPress 2.3 users
91 can now take advantage of WordPress's new "Pending Review" features for
92 incoming syndicated posts. Posts marked as "Pending Review" are not
93 published immediately, but are marked as ready to be reviewed by an
94 Administrator or Editor, who can then choose to publish the post or
95 hold it back. If you want to review syndicated posts from a particular
96 feed, or from all feeds, before they are posted, then use
97 Syndication --> Syndicated Sites --> Edit or Syndication --> Options to
98 change the settings for handling new posts.
99
100 * AWARE OF NEW URI FOR del.icio.us FEEDS: Previous releases of
101 FeedWordPress already automatically split del.icio.us tags up
102 appropriately appropriately when generating categories. (del.icio.us
103 feeds smoosh all the tags into a single `<dc:subject>` element,
104 separated by spaces; FeedWordPress un-smooshes them into multiple
105 categories by separating them at whitespace.) Unfortunately, del.icio.us
106 recently broke the existing behavior by changing host names for their
107 feeds from del.icio.us to feeds.delicious.com. Version 0.993 accounts
108 for the new host name and un-breaks the tag splitting.
109
110 Changes from 0.991 to 0.992
111 ---------------------------
112 * AUTHOR RE-MAPPING: FeedWordPress now offers considerable control over
113 how author names on a feed are translated into usernames within the
114 WordPress database. When a post by an unrecognized author comes in,
115 Administrators can now specify any username as the default username to
116 assign the post to by setting the option in Syndication --> Options
117 (formerly FeedWordPress only allowed you to assign such posts to user
118 #1, the site administrator). Administrators can also create re-mapping
119 rules for particular feeds (under Syndication --> Syndicated Sites -->
120 Edit), so that (for example) any posts attributed to "Administrator"
121 on the feed <http://praxeology.net/blog/feed/> will be assigned to
122 a user named "Roderick T. Long," rather than a user named
123 "Administrator." These settings also allow administrators to filter out
124 posts by particular users, and to control what will happen when
125 FeedWordPress encounters a post by an unrecognized user on that
126 particular feed.
127
128 * BUG RELATED TO URIS CONTAINING AMPERSAND CHARACTERS FIXED: A bug in
129 WordPress 2.x's handling of URIs in Blogroll links created problems for
130 updating any feeds whose URIs included an ampersand character, such as
131 Google News RSS feeds and other feeds that have multiple parameters
132 passed through HTTP GET. If you experienced this bug, the most likely
133 effect was that FeedWordPress simply would not import new posts from a
134 feed when instructred to do so, returning a "0 new posts" response. In
135 other cases, it might lead to unpredictable results from feed updates,
136 such as importing posts which were not contained in the feed being
137 syndicated, but which did appear elsewhere on the same website. This bug
138 has, hopefully, been resolved, by correcting for the bug in WordPress.
139
140 Changes from 0.99 to 0.991
141 --------------------------
142 * WORDPRESS MU COMPATABILITY: FeedWordPress should now be compatible with
143 recent releases of WordPress MU. Once FeedWordPress is made available
144 as a plugin, each individual blog can choose to activate FeedWordPress
145 and syndicate content from its own set of contributors.
146
147 * DISPLAY OF MAGPIE WARNINGS: A number of MagpieRSS warnings or error
148 messages that were displayed when performing an automatic update are
149 no longer displayed, unless debugging parameters have been explicitly
150 enabled.
151
152 * BUG RELATED TO INTERNATIONAL CHARACTERS IN AUTHOR NAMES FIXED: Due to a
153 subtle incompatability between the way that FeedWordPress generated new
154 user information, and the way that WordPress 2.0 and later added new
155 authors to the database, FeedWordPress might end up creating duplicate
156 authors, or throwing a critical error message, when it encountered
157 authors whose names included international characters. This
158 incompatability has now been fixed; hopefully, authors with
159 international characters in their names should now be handled properly.
160
161 * media:content BUG IN MAGPIERSS FIXED: A bug in MagpieRSS's handling of
162 namespaced elements has been fixed. Among other things, this bug caused
163 items containing a Yahoo MediaRSS `<media:content>` element (such as
164 many of the feeds produced by wordpress.com) to be represented
165 incorrectly, with only a capital "A" where the content of the post
166 should have been. Feeds containing `<media:content>` elements should now
167 be syndicated correctly.
168
169 * update_feedwordpress PARAMETER: You can now use an HTTP GET parameter
170 (`update_feedwordpress=1`) to request that FeedWordPress poll its feeds
171 for updates. When used together with a crontab or other means of
172 scheduling tasks, this means that you can keep your blog automatically
173 updated on a regular schedule, even if you do not choose to use the
174 cron-less automatic updates option.
175
176 * Some minor interface-related bugs were also fixed.
177
178
179 Changes from 0.981 to 0.99
180 --------------------------
181 Version 0.99 adds several significant new features, fixes some bugs, and
182 provides compatability with WordPress 2.2.x and 2.3.x.
183
184 * WORDPRESS 2.2 AND 2.3 COMPATIBILITY: FeedWordPress should now be
185 compatible with WordPress version 2.2 and the upcoming WordPress
186 version 2.3. In particular, it has been tested extensively against
187 WordPress 2.2.3 and WordPress 2.3 Release Candidate 1.
188
189 * AUTOMATIC UPDATES WITHOUT CRON: FeedWordPress now allows you to
190 automatically schedule checks for new posts without using external task
191 scheduling tools such as cron. In order to enable automatic updates, go
192 to **Syndication --> Options** and set "Check for new posts" to
193 "automatically." For details, see "Automatic Feed Updates" in
194 README.text.
195
196 An important side-effect of the changes to the update system is that if
197 you were previously using the cron job and the `update-feeds.php` script
198 to schedule updates, you need to change your cron set-up. The old
199 `update-feeds.php` script no longer exists. Instead, if you wish to use
200 a cron job to guarantee updates on a particular schedule, you should
201 have the cron job fetch the front page of your blog (for example, by
202 using `curl http://www.zyx.com/blog/ > /dev/null`) instead of activating
203 the `update-feeds.php` script. If automatic updates have been enabled,
204 fetching the front page will automatically trigger the update process.
205
206 * INTERFACE REORGANIZATION: All FeedWordPress functions are now located
207 under a top-level "Syndication" menu in the WordPress Dashboard. To
208 manage the list of syndicated sites, manually check for new posts on
209 one or more feeds, or syndicate a new site, you should use the main page
210 under **Syndication**. To change global settings for FeedWordPress,
211 you should use **Syndication --> Options**.
212
213 * FILE STRUCTURE REORGANIZATION: Due to a combination of changing styles
214 for FeedWordPress plugins and lingering bugs in the FeedWordPress admin
215 menu code, the code for FeedWordPress is now contained in two different
216 PHP files, which should be installed together in a subdirectory of your
217 plugins directory named `feedwordpress`. (See README.text for
218 installation and upgrade instructions relating to the change.)
219
220 * MULTIPLE CATEGORIES SETTING: Some feeds use non-standard methods to
221 indicate multiple categories within a single category element. (The most
222 popular site to do this is del.icio.us, which separates tags with a
223 space.) FeedWordPress now allows you to set an optional setting, for any
224 feed which does this, indicating the character or characters used to
225 divide multiple categories, using a Perl-compatible regular expression.
226 (In the case of del.icio.us feeds, FeedWordPress will automatically use
227 \s for the pattern without your having to do any further configuration.)
228 To turn this setting on, simply use the "Edit" link for the feed that
229 you want to turn it on for.
230
231 * REGULAR EXPRESSION BUG FIXED: Eliminated a minor bug in the regular
232 expressions for e-mail addresses (used in parsing RSS `author`
233 elements), which could produce unsightly error messages for some users
234 parsing RSS 2.0 feeds.
235
236 * DATE / UPDATE BUG FIXED: A bug in date handling was eliminated that may
237 have caused problems if any of (1) WordPress, or (2) PHP, or (3) your
238 web server, or (4) your MySQL server, has been set to use a different
239 time zone from the one that any of the others is set to use. If
240 FeedWordPress has not been properly updating updated posts, or has been
241 updating posts when there shouldn't be any changes for the update, this
242 release may solve that problem.
243
244 * GOOGLE READER BUGS FIXED: A couple of bugs that made it difficult for
245 FeedWordPress to interact with Google Reader public feeds have been
246 fixed. Firstly, if you encountered an error message reading "There was a
247 problem adding the newsfeed. [SQL: ]" when you tried to add the feed,
248 the cause of this error has been fixed. Secondly, if you succeeded in
249 getting FeedWordPress to check a Google Reader feed, only to find that
250 the title of posts had junk squashed on to the end of them, that bug
251 has been fixed too. To fix this bug, you must install the newest version
252 of the optional MagpieRSS upgrade.
253
254 * FILTER PARAMETERS: Due to an old, old bug in WordPress 1.5.0 (which was
255 what was available back when I first wrote the filter interface),
256 FeedWordPress has traditionally only passed one parameter to
257 syndicated_item and syndicated_post filters functions -- an array
258 containing either the Magpie representation of a syndicated item from
259 the feed, or the database representation of a post about to be inserted
260 into the WordPress database. If you needed information about the feed
261 that the item came from, this was accessible only through a pair of
262 global variables, $fwp_channel and $fwp_feedmeta.
263
264 Since it's been a pretty long time since WordPress 1.5.0 was in
265 widespread usage, I have gone ahead and added an optional second
266 parameter to the invocation of the syndicated_item and syndicated_post
267 filters. If you have written a filter for FeedWordPress that uses either
268 of these hooks, you can now register that filter to accept 2 parameters.
269 If you do so, the second parameter will be a SyndicatedPost object,
270 which, among other things, allows you to access information about the
271 feed from which an item is syndicated using the $post->feed and the
272 $post->feedmeta elements (where $post is the name of the second
273 parameter).
274
275 NOTE THAT THE OLD GLOBAL VARIABLES ARE STILL AVAILABLE, for the time
276 being at least, so existing filters will not break with the upgrade.
277 They should be considered deprecated, however, and may be eliminated in
278 the future.
279
280 * FILTER CHANGE / BUGFIX: the array that is passed as the first argument
281 syndicated_post filters no longer is no longer backslash-escaped for
282 MySQL when filters are called. This was originally a bug, or an
283 oversight; the contents of the array should only be escaped for the
284 database *after* they have gone through all filters. IF YOU HAVE WRITTEN
285 ANY syndicated_post FILTERS THAT PRESUME THE OLD BEHAVIOR OF PASSING IN
286 STRINGS THAT ARE ALREADY BACKSLASH-ESCAPED, UPDATE YOUR FILTERS
287 ACCORDINGLY.
288
289 * OTHER MINOR BUGFIXES AND INTERNAL CHANGES: The internal architecture of
290 FeedWordPress has been significantly changed to make the code more
291 modular and clean; hopefully this should help reduce the number of
292 compatibility updates that are needed, and make them easier and quicker
293 when they are needed.
294
295 Changes from 0.98 to 0.981
296 --------------------------
297 Version 0.981 is a narrowly targeted bugfix and compatibility release, whose
298 main purpose is to resolve a major outstanding problem: the incompatibility
299 between version 0.98 of WordPress and the recently released WordPress 2.1.
300
301 * WORDPRESS 2.1 COMPATIBILITY: FeedWordPress is now compatible with
302 WordPress 2.1, as well as retaining its existing support for WordPress
303 2.0 and 1.5. Incompatibilities that resulted in database warnings, fatal
304 errors, and which prevented FeedWordPress from syndicating new posts,
305 have been eliminated.
306
307 * RSS-FUNCTIONS.PHP RENAMED TO RSS.PHP: if you use the upgraded MagpieRSS
308 replacement that's included with FeedWordPress, be sure to note that
309 there are now *two* files to upload from the `OPTIONAL/wp-includes`
310 subdirectory in order to carry out the upgrade: rss-functions.php and
311 rss.php. **It is necessary to upload both files**, due to a change in
312 the file naming scheme in WordPress 2.1, and it is necessary to do so
313 whether you are using WordPress 2.1 or not. If you only upload the
314 `rss-functions.php` file as in previous installations you will not have
315 a working copy of MagpieRSS; the rss.php file contains the actual code.
316
317 * DATE BUG AFFECTING SOME PHP INSTALLATIONS RESOLVED: due to a subtle bug
318 in parse_w3cdtf(), some installations of PHP encountered problems with
319 FeedWordPress's attempt to date posts, which would cause some new posts
320 on Atom feeds to be dated as if they had apppeared in 1969 or 1970
321 (thus, effectively, never appearing on front apge at all). This bug in
322 the date handling should now be fixed.
323
324 * PHP <?=...?> SHORT FORM ELIMINATED: some installations of PHP do not
325 allow the <?=...?> short form for printing PHP values, which was used
326 extensively in the FeedWordPress interface code. Since this could cause
327 fatal errors for users with the wrong installation of PHP, the short
328 form has been replaced with full PHP echo statements, and is no longer
329 used in FeedWordPress.
330
331 * BETTER USER INTERFACE INTEGRATION WITH WORDPRESS 2.x: Some minor changes
332 have been made to help the FeedWordPress interface pages blend in better
333 with the user interface when running under WordPress 2.x.
334
335 * GLOBAL CATEGORIES BUG RESOLVED: a bug that prevented some users from
336 setting one or more categories to apply to syndicated posts from all
337 feeds (using the checkbox interface under Options --> Syndication) has
338 been resolved.
339
340 Changes from 0.97 to 0.98
341 --------------------------
342
343 * WORDPRESS 2.0 COMPATIBILITY: This is a narrowly-targeted release to
344 solve a major outstanding problem. FeedWordPress is now compatible with
345 both WordPress 1.5 and WordPress 2.0. Incompatibilities that caused
346 fatal SQL errors, and a more subtle bug with off-kilter counts of posts
347 under a given category, have been resolved. FeedWordPress tests for
348 database schema using the global $wp_db_version variable (if null, then
349 we presume that we're dealing with WordPress 1.5).
350
351 NOTE: I have **not** fully tested FeedWordPress with WordPress 2.0.
352 Further testing may reveal more bugs. However, you should now be able
353 to get at least basic FeedWordPress functionality up and running.
354
355 * AUTHOR MATCHING: FeedWordPress tests several fields to see if it can
356 identify the author of the post as a user already in the WordPress user
357 database. In previous versions, it tested the user login, the nickname,
358 and tested for "aliases" listed in the Profile (see documentation). FWP
359 now also matches authors on the basis of e-mail address (*if* an e-mail
360 address is present). This is particularly helpful for formats such as
361 RSS 2.0, in which authors are primarily identified by e-mail addresses.
362
363 Changes from 0.96 to 0.97
364 -------------------------
365
366 * INSTALLATION PROCEDURE: Some of the changes between 0.96 and 0.97
367 require upgrades to the meta-data stored by FeedWordPress to work
368 properly. Thus, if you are upgrading from 0.96 or earlier to 0.97, most
369 FeedWordPress operations (including updates and template functions)
370 WILL BE DISABLED until you run the upgrade procedure. Fortunately,
371 running the upgrade procedure is easy: just go to either Options -->
372 Syndication or Links --> Syndicated in the WordPress Dashboard and press
373 the button.
374
375 * FEED FORMAT SUPPORT: Support has been added for the Atom 1.0 IETF
376 standard. Several other elements are also newly supported
377 (dcterms:created, dcterms:issued, dcterms:modified, dc:identifier,
378 proper support for the RSS 2.0 guid element, the RSS 2.0 author element,
379 the use of Atom author or Dublin Core dc:creator constructs at the feed
380 level to identify the author of individual items, etc.)
381
382 N.B.: full support of several Atom 1.0 features, such as categories
383 and enclosures, requires you to install the optional rss-functions.php
384 upgrade in your wp-includes directory.
385
386 * BUG FIX: Running `update-feeds.php` from command line or crontab
387 returned "I don't syndicate..." errors. It turns out that WordPress
388 sometimes tramples on the internal PHP superglobals that I depended on
389 to determine whether or not the script was being invoked from the
390 command line. This has been fixed (the variables are now checked
391 *before* WordPress can trample them). Note that `update-feeds.php` has
392 been thoroughly overhauled anyway; see below for details.
393
394 * BUG FIX: Duplicate categories or author names. Fixed two bugs that could
395 create duplicate author and/or category names when the name contained
396 either (a) certain international characters (causing a mismatch between
397 MySQL and PHP's handling of lowercasing text), or (b) characters that
398 have a special meaning in regular expressions (causing MySQL errors when
399 looking for the author or category due to regexp syntax errors). These
400 should now be fixed thanks to careful escaping of names that go into
401 regular expressions and careful matching of lowercasing functions
402 (comparing results from PHP only to other results from PHP, and results
403 from MySQL only to other results from MySQL).
404
405 * BUG FIX: Items dated Decembr 31, 1969 should appear less often. The
406 function for parsing W3C date-time format dates that ships with
407 MagpieRSS can only correctly parse fully-specified dates with a
408 fully-specified time, but valid W3C date-time format dates may omit the
409 time, the day of the month, or even the month. Some feeds in the wild
410 date their items with coarse-grained dates, so the optional
411 `rss-functions.php` upgrade now includes a more flexible parse_w3cdtf()
412 function that will work with both coarse-grained and fully-specified
413 dates. (If parts of the date or the time are omitted, they are filled in
414 with values based on the current time, so '2005-09-10' will be dated to
415 the current time on that day; '2004' will be dated to this day and time
416 one year ago.
417
418 N.B.: This fix is only available in the optional `rss-functions.php`
419 upgrade.
420
421 * BUG FIX: Evil use of HTTP GET has been undone. The WordPress interface
422 is riddled with inappropriate (non-idempotent) uses of HTTP GET queries
423 (ordinary links that make the server do something with significant
424 side-effects, such as deleting a post or a link from the database).
425 FeedWordPress did some of this too, especially in places where it aped
426 the WordPress interface (e.g. the "Delete" links in Links -->
427 Syndicated). That's bad business, though. I've changed the interface so
428 that all the examples of improper side-effects that I can find now
429 require an HTTP POST to take effect. I think I got pretty much
430 everything; if there's anything that I missed, let me know.
431
432 Further reading: [Sam Ruby 2005-05-06: This Stuff Matters] (http://www.intertwingly.net/blog/2005/05/06/This-Stuff-Matters)
433
434 * BUG FIX: Categories applied by `cats` setting should no longer prevent
435 category-based filtering from working. In FeedWordPress, you can (1)
436 apply certain categories to all syndicated posts, or all posts from
437 a particular feed; and (2) filter out all posts that don't match one
438 of the categories that are already in the WordPress database (allowing
439 for simple category-based filtering; just load up WordPress with the
440 categories you want to accept, and then tell FeedWordPress not to create
441 new ones). However, the way that (1) and (2) were implemented meant that
442 you couldn't effectively use them together; once you applied a known
443 category to all syndicated posts from a particular feed, it meant that
444 they'd have at least one familiar category (the category or categories
445 you were applying), and that would get all posts past the filter no
446 matter what categories they were originally from.
447
448 Well, no longer. You can still apply categories to all syndicated posts
449 (using either Syndication --> Options, or the feed-level settings under
450 Links --> Syndicated). But these categories are not applied to the post
451 until *after* it has already passed by the "familiar categories" filter.
452 So now, if you want, you can do category filtering and *then* apply as
453 many categories as you please to all and only posts that pass the filter.
454
455 * BUG FIX: Other minor typos and HTML gaffes were fixed along the way.
456
457 * PERFORMANCE: get_feed_meta() no longer hits the database for information
458 on every call; it now caches link data in memory, so FeedWordPress only
459 goes to the database once for each syndicated link. This may
460 substantially improve performance if your database server resources
461 are tight and your templates make a lot of use of custom settings from
462 get_feed_meta().
463
464 * API CHANGE: Link ID numbers, rather than RSS URIs, are now used to
465 identify the feed from which a post is syndicated when you use template
466 functions such as get_feed_meta(). The practical upshot of this is you
467 can switch feeds, or change the feed address for a particular syndicated
468 site, without breaking your templates for all the posts that were
469 syndicated from the earlier URI.
470
471 * API CHANGE: if you have plugins or templates that make use of the
472 get_feed_meta() function or the $fwp_feedmeta global, note that the
473 data formerly located under the `uri` and `name` fields is now located
474 under the `link/uri` field and the `link/name` field, respectively. Note
475 also that you can access the link ID number for any given feed under the
476 global $fwp_feedmeta['link/id'] (in plugins) or
477 get_feed_meta('link/id') (in a template in post contexts).
478
479 * FEATURE: the settings for individual feeds can now be edited using a
480 humane interface (where formerly you had to tweak key-value pairs in the
481 Link Notes section). To edit settings for a feed, pick the feed that you
482 want under Links --> Syndicated and click the Edit link.
483
484 * FEATURE: The "Unsubscribe" button (formerly "Delete") in Links -->
485 Syndicated now offers three options for unsubscribing from a feed: (1)
486 turning off the subscription without deleting the feed data or affecting
487 posts that were syndicated from the feed (this works by setting the Link
488 for the feed as "invisible"); (2) deleting the feed data and all of the
489 posts that were syndicated from the feed; or (3) deleting the feed data
490 and *keeping* the posts that were syndicated from the feed
491 setting the Link to "Invisible" (meaning that it will not be displayed
492 in lists of the site links on the front page, and it won't be checked
493 for updates; (2) deleting the Link and all of the posts that were
494 syndicated from its feed; or (3) deleting the feed data but keeping the
495 posts that were syndicated (which will henceforward be treated as if
496 they were local rather than syndicated posts). (Note that (1) is usually
497 the best option for aggregator sites, unless you want to clean up the
498 results of an error or a test.)
499
500 * FEATURE / BUG FIX: If you have been receiving mysterious "I don't
501 syndicate...", or "(local) HTTP status code was not 200", or "(local)
502 transport error - could not open socket", or "parse error - not well
503 formed" errors, then this update may solve your problems, and if it does
504 *not* solve them, it will at least make the reasons for the problems
505 easier to understand. That's because I've overhauled the way that
506 FeedWordPress goes about updating feeds.
507
508 If you use the command-line PHP scripting method to run scheduled
509 updates, then not much should change for you, except for fewer
510 mysterious errors. If you have done updates by sending periodic HTTP
511 requests to <http://your-blog.com/path/wp-content/update-feeds.php>,
512 then the details have changed somewhat; mostly in such a way as to make
513 things easier on you. See the README file or online documentation on
514 Staying Current for the details.
515
516 * FEATURE: FeedWordPress now features a more sophisticated system for
517 timed updates. Instead of polling *every* subscribed feed for updates
518 *each* time `update-feeds.php` is run, FeedWordPress now keeps track of
519 the last time it polled each feed, and only polls them again after a
520 certain period of time has passed. The amount of time is normally set
521 randomly for each feed, in a period between 30 minutes and 2 hours (so
522 as to stagger updates over time rather than polling all of the feeds at once. However, the length of time between updates can also be set
523 directly by the feed, which brings us to ...
524
525 * FEATURE: FeedWordPress now respects the settings in the `ttl` and
526 Syndication Module RSS elements. Feeds with these elements set will not
527 be polled any more frequently than they indicate with these feeds unless
528 the user manually forces FeedWordPress to poll the feed (see Links -->
529 Syndicated --> Edit settings).
530
531 Changes from 0.95 to 0.96
532 -------------------------
533
534 * FEATURE: support has been added for enclosures in RSS 2.0 and Atom
535 0.6+ newsfeeds. WordPress already supports adding enclosures to an
536 item; FeedWordPress merely gets the information on the enclosure
537 from the feed it is syndicating and plugs that information directly
538 into the WordPress database so that (among other things) that post
539 will have its enclosure listed in your blog's RSS 2 newsfeed.
540
541 Note that enclosure support requires using the optional MagpieRSS
542 upgrade (i.e., replacing your `wp-includes/rss-functions.php` with `OPTIONAL/wp-includes/rss-functions.php` from the FWP archive)
543
544 * FEATURE: for completeness's sake, there is now a feed setting,
545 `hardcode url`, that allows you to set the URI for the front page
546 of a contributor's website manually (that is, prevent it from being
547 automatically updated from the feed channel link on each update). To
548 set the URI manually, put a line like this in the Link Notes section
549 of a feed:
550
551 hardcode url: yes
552
553 You can also instruct FeedWordPress to use hardcoded URIs by default
554 on all feeds using Options --> Syndication
555
556 * FEATURE: by default, when FeedWordPress finds new syndicated posts,
557 it (1) publishes them immediately, (2) turns comments off, and (3)
558 turns trackback / pingback pings off. You can now alter all three
559 default behaviors (e.g., to allow pings on syndicated posts, or to
560 send newly-syndicated posts to the draft pile for moderation) using
561 Options --> Syndication
562
563
564 Changes from 0.91 to 0.95
565 -------------------------
566
567 * BUG FIX: Fixed an obscure bug in the handling of categories:
568 categories with trailing whitespace could cause categories with
569 duplicate names to be created. This no longer happens. While I was
570 at it I tightened up the operation of
571 FeedWordPress::lookup_categories() a bit in general.
572
573 * FEATURE DEPRECATED: the feed setting `hardcode categories` is now
574 deprecated in favor of `unknown categories` (see below), which
575 allows you to strip off any syndication categories not already in
576 your database using `unknown categories: default` or `unknown
577 categories: filter`. If you have `hardcode categories: yes` set on a
578 feed, this will be treated as `unknown categories: default` (i.e.,
579 no new categories will be added, but if a post doesn't match any of
580 the categories it will be added in the default category--usually
581 "Uncategorized" or "General").
582
583 * FEATURE: You can now set global defaults as to whether or not
584 FeedWordPress will update the Link Name and Link Description
585 settings for feeds automatically from the feed title and feed
586 tagline. (By default, it does, as it has in past versions.) Whether
587 this behavior is turned on or off, you can still override the
588 default behavior using feed settings of `hardcode name: yes`,
589 `hardcode name: no`, `hardcode description: yes`, or `hardcode
590 description: no`.
591
592 * FEATURE: Users can now provide one or several "aliases" for an
593 author, just as they can for a category. For example, to make
594 FeedWordPress treat posts by "Joseph Cardinal Ratzinger" and "Pope
595 Benedict XVI" as by the same author, edit the user profile for Pope
596 Benedict XVI and add a line like this to the "User profile" field:
597
598 a.k.a.: Joseph Cardinal Ratzinger
599
600 You can add several aliases, each on a line by itself. You can also
601 add any other text you like to the Profile without interfering with
602 the aliases.
603
604 * FEATURE: Users can now choose how to handle syndicated posts that
605 are in unfamiliar categories or by unfamiliar authors (i.e.,
606 categories or authors whose names are not yet in the WordPress
607 database). By default, FeedWordPress will (as before) create a new
608 category (or new author) and use it for the current post and any
609 future posts. This behavior can be changed, either for all feeds or
610 for one or another particular feed.
611
612 There are now three different options for an unfamiliar author: (1)
613 FeedWordPress can create a new author account and attribute the
614 syndicated post to the new account; (2) FeedWordPress can attribute
615 the post to an author if the author's name is familiar, and to a
616 default author (currently, this means the Site Administrator
617 account) if it is not; (3) FeedWordPress can drop posts by
618 unfamiliar authors and syndicate only posts by authors who are
619 already in the database.
620
621 There are, similarly, two different options for an unfamiliar
622 category: (1) FeedWordPress can create new categories and place the
623 syndicated post in them; (2) FeedWordPress can drop the unfamiliar
624 categories and place syndicated posts only in categories that it is
625 already familiar with. In addition, FeedWordPress 0.95 lets you
626 choose whether posts that are in *no* familiar categories should be
627 syndicated (and placed in the default category for the blog) or
628 simply dropped.
629
630 You can set the default behavior for both authors and categories
631 using the settings in Options --> Syndication. You can also set
632 different behavior for specific feeds by adding the `unfamiliar
633 author` and / or `unfamiliar categories` settings to the Link Notes
634 section of a feed:
635
636 unfamiliar author: (create|default|filter)
637 unfamiliar categories: (create|default|filter)
638
639 A setting of `unfamiliar author: create` will make FeedWordPress
640 create new authors to match unfamiliar author names *for this feed
641 alone*. A setting of `unfamiliar author: default` will make it
642 assign posts from unfamiliar authors to the default user account. A
643 setting of `unfamiliar author: filter` will cause all posts (from
644 this feed alone) to be dropped unless they are by an author already
645 listed in the database. Similiarly, `unfamiliar categories: create`
646 will make FeedWordPress create new categories to match unfamiliar
647 category names *for this feed alone*; `unfamiliar categories:
648 default` will cause it to drop any unfamiliar category names; and
649 `unfamiliar categories: filter` will cause it to *both* drop any
650 unfamiliar category names *and* to only syndicate posts that are
651 placed in one or more familiar categories.
652
653 These two new features allow users to do some coarse-grained
654 filtering without having to write a PHP filter. Specifically, they
655 offer an easy way for you to filter feeds by category or by author.
656 Suppose, for example, that you only wanted to syndicate posts that
657 your contributors place in the "Llamas" category. You could do so by
658 setting up your installation of WordPress so that the only category
659 in the database is "Llamas," and then use Options --> Syndication to
660 set "Unfamiliar categories" to "don't create new categories and
661 don't syndicate posts unless they match at least one familiar
662 category". Now, when you update, only posts in the "Llamas" category
663 will be syndicated by FeedWordPress.
664
665 Similarly, if you wanted to filter one particular feed so that only
666 posts by (for example) the author "Earl J. Llama" were syndicated to
667 your site, you could do so by creating a user account for Earl J.
668 Llama, then adding the following line to the settings for the feed
669 in Link Notes:
670
671 unfamiliar author: filter
672
673 This will cause any posts from this feed that are not authored by
674 Earl J. Llama to be discarded, and only the posts by Earl J. Llama
675 will be syndicated. (If the setting is used on one specific feed, it
676 will not affect how posts from other feeds are syndicated.)
677
678