Changes between Version 11 and Version 12 of FullBlogPlugin


Ignore:
Timestamp:
Jan 19, 2008, 1:13:50 AM (16 years ago)
Author:
osimons
Comment:

The (full)blog plugin should now be ready for production use. Feature list and various information updated to present status.

Legend:

Unmodified
Added
Removed
Modified
  • FullBlogPlugin

    v11 v12  
    55This plugin provides a project Blog, but unlike TracBlogPlugin and SimpleBlogPlugin it does not use Wiki pages to store the content. It has no dependencies on other plugins.
    66
    7 This is a ~~preview~~ beta release, only available for an up-to-date 0.11dev. The implemented features should work as expected, but some features are not yet completed.
     7This is a ~~beta~~ production-ready release, available for an up-to-date 0.11dev. The implemented features should work as expected.
    88
    99Basic features are:
     
    1414 * Posts and comments in Timeline / RSS.
    1515 * Search for blog posts and comments.
    16  * Admin page for basic settings.
     16 * Admin page for basic settings and informational text in sidebar.
    1717 * Permissions for `BLOG_VIEW, BLOG_COMMENT, BLOG_MODIFY_OWN, BLOG_MODIFY_ALL, BLOG_ADMIN`.
    1818 * Support for Trac fine-grained permissions security checks (based on resource / realm).
     
    2020 * Area in sidebar for information text, blogroll, links and similar.
    2121 * Link provider, like `[blog:this_is_my_post]` and `[blog:category/trac]` and `[blog:2007/10]`.
     22 * Delete post version, delete post and delete comment.
     23 * A tags provider for TagsPlugin if plugin is available.
     24 * A `[[BlogList]]` news-listing macro with various display modes for pulling blog posts into the wiki.
    2225
    2326Some planned features are not yet done:
    2427 * Diff between version of the post.
    25  * Delete post version, delete post and delete comment.
    2628 * XmlRpcPlugin support.
    27  * Some sort of news-listing macro thing that will look nice on a project front page, or as summary for categories and author tags. Not sure yet about the details and what it should look like. Input welcome :-)
    28  * Add a tags provider for TagsPlugin if plugin is available.
    2929
    30 '''That means:'''
    31  * Use in production at your own risk as it is still in beta.
    32  * Don't file tickets for tasks that are missing as in 'not implemented' (see list above).
    33  * Feedback is most welcome - see [wiki:osimons] to get in touch with me by mail or on the #trac channel.
     30Feedback is most welcome - see [wiki:osimons] to get in touch with me by mail or on the #trac channel.
    3431
    3532== Screenshots ==
    3633
    37 The plugin in action:
     34The plugin in action (old-ish screenshot):
    3835 * [attachment:fullblog-01.png Post view with commenting]
     36
     37To see the blog in action, visit its 'home' at http://www.coderesort.com/about/blog
    3938
    4039== Bugs/Feature Requests ==