Products.todo

Products.todo is aimed at providing two new content types: a 'Todo folder' and a 'Todo item' and little else.

Current release
Products.todo 0.6

Released Apr 20, 2009 — tested with Plone 3

N/A
More about this release…

Download fileGet Products.todo for all platforms (19.6 kB)
Products.todo-0.6.tar.gz

Project Description

Products.todo

Introduction

This is a very simple product aimed at providing simple todo list functionality in Plone, 'The Plone Way'.

  • It adds two new content types to your Plone site, 'Todo folder' and 'Todo

    item'.

  • Store your todo items in your todo folder and they will show up in your

    todo list (the folder view).

  • Mark them done when they are done and they will no longer show up.

That's it.

Changelog

0.6 - Release

  • Add event handler to mark sub-items as done.
  • Bug fix, bad conditional in 'Todo item' view.

0.5 - Release

  • Add todo list workflow

0.4 - Release

  • Replace unordered list with ordered list.

0.3 - Release

  • Bug fix, don't count items that are done.

0.2 - Release

  • Todo items are now folderish so they can hold sub-items.
  • The folder view displays the number of sub-items.
  • This release is not backwards compatible with 0.1 and no migration is provided.

0.1 - Initial release

  • Provide new content types and simple browser view for todo folder.