Changeset 1174

Show
Ignore:
Timestamp:
07/27/06 03:34:10
Author:
miyagawa
Message:

packaging 0.7.5

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/plagger/Changes

    r1145 r1174  
    11The latest, HTML version of this document is always available at http://plagger.org/trac.cgi/wiki/PlaggerChangeLog 
     2 
     3== 0.7.5 (2006/07/26) == 
     4 
     5=== Core === 
     6 
     7 * Merge from branches/refactoring-planet 
     8 * Plagger::UserAgent now deals with local files to get their MIME type correct 
     9 * Big refactoring done for $plugin->templatize() usage. #229 
     10 * Start using Test::Base for unit tests and convert most of existent tests to TB based 
     11 * Plagger->bootstrap() now returns $context 
     12 * Added $plugin->load_assets method in a base class  
     13 * decode $content before feed auto-discovery to avoid HTML::Parser warnings 
     14 * Bump up XML::Feed requirement to 0.09 so it can generate RSS 2.0 with content:encoded. #104 
     15 * remove inc from svn 
     16 * $feed->primary_author to return feed author by invsesting entries authors  
     17 
     18=== New Plugins === 
     19 
     20 * Bundle::Planet: to load bunch of plugins under the table to create Planet site with a few lines of config 
     21 * Filter::StripTagsFromTitle: Strip tags found in title. #289 
     22 * Filter::HTMLScrubber: standalone HTML filter to scrub HTML, merged from feature-server (typester) 
     23 * Publish::FOAFRoll: generate foafroll RDF ala Planet 
     24  
     25=== Plugin Updates === 
     26 
     27 * Publish::Planet: accept style_url as a list. #316 
     28 * Publish::Planet: Fixed typo in sixapart-std template. #309 
     29 * Publish::Planet: members_list is now deprecated and on by default 
     30 * Publish::Planet: Bye to HTML::Tidy and HTML::Scrubber 
     31 * Publish::Planet: 'skin' config is now renamed to 'theme' 
     32 * Publish::Planet: skip non-http URLs 
     33 * Subscription::Planet: add URL based search. #286 
     34 * Subscription::Planet: language based goruping. #288 
     35 * Bundle::Planet: Add OPML generation support 
     36 * Bundle::Planet: Add FOAFRoll generation support 
     37 * Aggregator::Null: fixed the fatal bug so it works 
     38 * Rule::Fresh: now you can use human readable duraion format like '7 days'. Requires Time::Duration::Parse 
     39 * Publish::Feed: 'full_content' config (defaults to 1) specified whether to publish fullcontent in the feeds 
     40 * Publish::Feed: now generate Atom 1.0 by default if you use XML::Atom >= 0.20 
     41 * Publish::OPML: Now OPML validator compatible 
    242 
    343== 0.7.4 (2006/07/24) == 
     
    1757 * plugin_path now can be a scalar 
    1858 * Use Term::Encoding to detect terminal encoding automatically if available. #329 
    19  * Updated Encode.pm dependency for callbacks. #322 
     59 * Updated Encode.pm dependency for callbacks. 
    2060 * Filter::EntryFullText now allows to write XPath expression to extract entry body (youpy) 
    2161 * Replace 'FOREACH foo IN bar' with 'FOREACH foo = bar' for TT backward compatibility (cmarcelo) 
  • trunk/plagger/MANIFEST

    r1145 r1174  
    143143assets/plugins/Publish-CHTML/chtml_feed.tt 
    144144assets/plugins/Publish-CHTML/chtml_index.tt 
     145assets/plugins/Publish-FOAFRoll/foafroll.tt 
    145146assets/plugins/Publish-Gmail/gmail_notify.tt 
    146147assets/plugins/Publish-JavaScript/javascript.tt 
     
    161162assets/plugins/Search-Namazu/namazu.tt 
    162163assets/plugins/Search-Spotlight/spotlight.tt 
     164assets/plugins/Subscription-Planet/default.yaml 
     165assets/plugins/Subscription-Planet/ja.yaml 
    163166AUTHORS 
    164167bin/plagger-ircbot 
     
    170173examples/irc.yaml 
    171174examples/livedoorreader2gmail.yaml 
     175examples/planet-old.yaml 
    172176examples/planet.yaml 
    173177examples/podcast.yaml 
     
    186190inc/Module/Install/Metadata.pm 
    187191inc/Module/Install/Scripts.pm 
     192inc/Module/Install/TestBase.pm 
    188193inc/Module/Install/Win32.pm 
    189194inc/Module/Install/WriteAll.pm 
     195inc/Spiffy.pm 
     196inc/Test/Base.pm 
     197inc/Test/Base/Filter.pm 
     198inc/Test/Builder.pm 
     199inc/Test/Builder/Module.pm 
    190200inc/Test/More.pm 
    191201lib/Plagger.pm 
     
    206216lib/Plagger/Plugin/Aggregator/Simple.pm 
    207217lib/Plagger/Plugin/Aggregator/Xango.pm 
     218lib/Plagger/Plugin/Bundle/Planet.pm 
    208219lib/Plagger/Plugin/CustomFeed/2chSearch.pm 
    209220lib/Plagger/Plugin/CustomFeed/AmazonAssociateReportJP.pm 
     
    255266lib/Plagger/Plugin/Filter/HatenaKeywordTag.pm 
    256267lib/Plagger/Plugin/Filter/HEADEnclosureMetadata.pm 
     268lib/Plagger/Plugin/Filter/HTMLScrubber.pm 
    257269lib/Plagger/Plugin/Filter/ImageInfo.pm 
    258270lib/Plagger/Plugin/Filter/LivedoorKeywordUnlink.pm 
     
    271283lib/Plagger/Plugin/Filter/SpamAssassin.pm 
    272284lib/Plagger/Plugin/Filter/StripRSSAd.pm 
     285lib/Plagger/Plugin/Filter/StripTagsFromTitle.pm 
    273286lib/Plagger/Plugin/Filter/TagsToTitle.pm 
    274287lib/Plagger/Plugin/Filter/tDiaryComment.pm 
     
    297310lib/Plagger/Plugin/Publish/Delicious.pm 
    298311lib/Plagger/Plugin/Publish/Feed.pm 
     312lib/Plagger/Plugin/Publish/FOAFRoll.pm 
    299313lib/Plagger/Plugin/Publish/Gmail.pm 
    300314lib/Plagger/Plugin/Publish/HatenaBookmark.pm 
     
    378392plagger 
    379393t/00_compile.t 
     394t/samples/delicious.xml 
     395t/samples/googlevideo.xml 
     396t/samples/hatenafotolife.rdf 
     397t/samples/monkey.rss 
     398t/samples/nasty.xml 
     399t/samples/non-http-link.xml 
     400t/samples/photocast.rss 
     401t/samples/rss-full.xml 
     402t/samples/tags-in-title.xml 
     403t/samples/vox.xml 
     404t/TestPlagger.pm