| @@ -1,76 +1,7 @@ | ||
| 1 | 1 | FeedWordPress Change Log |
| 2 | 2 | ======================== |
| 3 | 3 | |
| 4 | -Changes from 0.991 to 0.992 | |
| 5 | -* AUTHOR RE-MAPPING: FeedWordPress now offers considerable control over | |
| 6 | - how author names on a feed are translated into usernames within the | |
| 7 | - WordPress database. When a post by an unrecognized author comes in, | |
| 8 | - Administrators can now specify any username as the default username to | |
| 9 | - assign the post to by setting the option in Syndication --> Options | |
| 10 | - (formerly FeedWordPress only allowed you to assign such posts to user | |
| 11 | - #1, the site administrator). Administrators can also create re-mapping | |
| 12 | - rules for particular feeds (under Syndication --> Syndicated Sites --> | |
| 13 | - Edit), so that (for example) any posts attributed to "Administrator" | |
| 14 | - on the feed <http://praxeology.net/blog/feed/> will be assigned to | |
| 15 | - a user named "Roderick T. Long," rather than a user named | |
| 16 | - "Administrator." These settings also allow administrators to filter out | |
| 17 | - posts by particular users, and to control what will happen when | |
| 18 | - FeedWordPress encounters a post by an unrecognized user on that | |
| 19 | - particular feed. | |
| 20 | - | |
| 21 | -* BUG RELATED TO URIS CONTAINING AMPERSAND CHARACTERS FIXED: A bug in | |
| 22 | - WordPress 2.x's handling of URIs in Blogroll links created problems for | |
| 23 | - updating any feeds whose URIs included an ampersand character, such as | |
| 24 | - Google News RSS feeds and other feeds that have multiple parameters | |
| 25 | - passed through HTTP GET. If you experienced this bug, the most likely | |
| 26 | - effect was that FeedWordPress simply would not import new posts from a | |
| 27 | - feed when instructred to do so, returning a "0 new posts" response. In | |
| 28 | - other cases, it might lead to unpredictable results from feed updates, | |
| 29 | - such as importing posts which were not contained in the feed being | |
| 30 | - syndicated, but which did appear elsewhere on the same website. This bug | |
| 31 | - has, hopefully, been resolved, by correcting for the bug in WordPress. | |
| 32 | - | |
| 33 | -Changes from 0.99 to 0.991 | |
| 34 | -* WORDPRESS MU COMPATABILITY: FeedWordPress should now be compatible with | |
| 35 | - recent releases of WordPress MU. Once FeedWordPress is made available | |
| 36 | - as a plugin, each individual blog can choose to activate FeedWordPress | |
| 37 | - and syndicate content from its own set of contributors. | |
| 38 | - | |
| 39 | -* DISPLAY OF MAGPIE WARNINGS: A number of MagpieRSS warnings or error | |
| 40 | - messages that were displayed when performing an automatic update are | |
| 41 | - no longer displayed, unless debugging parameters have been explicitly | |
| 42 | - enabled. | |
| 43 | - | |
| 44 | -* BUG RELATED TO INTERNATIONAL CHARACTERS IN AUTHOR NAMES FIXED: Due to a | |
| 45 | - subtle incompatability between the way that FeedWordPress generated new | |
| 46 | - user information, and the way that WordPress 2.0 and later added new | |
| 47 | - authors to the database, FeedWordPress might end up creating duplicate | |
| 48 | - authors, or throwing a critical error message, when it encountered | |
| 49 | - authors whose names included international characters. This | |
| 50 | - incompatability has now been fixed; hopefully, authors with | |
| 51 | - international characters in their names should now be handled properly. | |
| 52 | - | |
| 53 | -* media:content BUG IN MAGPIERSS FIXED: A bug in MagpieRSS's handling of | |
| 54 | - namespaced elements has been fixed. Among other things, this bug caused | |
| 55 | - items containing a Yahoo MediaRSS `<media:content>` element (such as | |
| 56 | - many of the feeds produced by wordpress.com) to be represented | |
| 57 | - incorrectly, with only a capital "A" where the content of the post | |
| 58 | - should have been. Feeds containing `<media:content>` elements should now | |
| 59 | - be syndicated correctly. | |
| 60 | - | |
| 61 | -* update_feedwordpress PARAMETER: You can now use an HTTP GET parameter | |
| 62 | - (`update_feedwordpress=1`) to request that FeedWordPress poll its feeds | |
| 63 | - for updates. When used together with a crontab or other means of | |
| 64 | - scheduling tasks, this means that you can keep your blog automatically | |
| 65 | - updated on a regular schedule, even if you do not choose to use the | |
| 66 | - cron-less automatic updates option. | |
| 67 | - | |
| 68 | -* Some minor interface-related bugs were also fixed. | |
| 69 | - | |
| 70 | - | |
| 71 | 4 | Changes from 0.981 to 0.99 |
| 72 | 5 | -------------------------- |
| 73 | 6 | Version 0.99 adds several significant new features, fixes some bugs, and |
| 74 | 7 | provides compatability with WordPress 2.2.x and 2.3.x. |