CollectiveGTD 1.0b1 (Beta release) (Apr 19, 2008)
This is not a final release. Experimental releases should only be used for testing and development. Do not use these on production sites, and make sure you have proper backups before installing.
This beta release of CollectiveGTD includes new features such as AJAX Inline Editing using KSS, filtering of Actions by Context tag and Project tag, and an Import script that will import an iGTD CSV export and which is easy to modify for importing other formats. SCREENCAST AVAILABLE.
For additional information about this project, please visit the overview page .
Available downloads
Release Notes
| Tested with | Plone 3 |
|---|---|
| State | Beta release |
| License | GPL |
| Release Manager | Brian Gershon |
A overview screencast is available here: http://www.evolvingbits.com/2008/04/19/collectivegtd-for-plone-beta-release-and-screencast/
BETA 1 Highlights
-----------------
* NEW: "Upcoming Actions" can now be filtered by context or project tag.
Context and Projects are also links within the view, which filters
by that tag.
* NEW: Uses KSS on "actions_view" form to allow:
- inline editing editing of dates
- starring items
- marking items done
- works correctly if same item appears multiple times
(e.g. in both the main area and the portlet)
Just click on "checkmark", "star", "start date", "due date" to try it.
* NEW: Simple import script (based on REST) that imports from an iGTD export.
Code intentionally simple so you can write your own importer easily.
Script here at docs/iGTDUpload.py
* Requires Plone 3.0, though there is a Plone 2.5 branch.
The recent move to Plone 3 Portlets and KSS prompted branching of the code.
(Is there a good way to support both Plone 2.5 and 3.0 theming in the same
product?)
* Has a quick-add form for adding Actions
* Supports tagging Actions with a Context and a Project. The user interface
currently supports one of each, but this can be easily expanded to include
multiple project tags.
* Supports entering start and due dates using the following constants:
today, yesterday, tomorrow, Mon, Tue, Wed, Thr, Fri
NOTE: Dates can also be entering in European formats, albeit all the
constants are in English. Please contact us if you're interested
in helping with localization.
* Has several views - the primary one being "Upcoming Actions", which sorts
Actions by due date with color coding. Flagged Actions always appear at
the top. You can add a Start Date to make sure that the action doesn't
appear that date arrives. Other views include Most Recently Added, Sort
by Done/Flag/StartDate/DueDate.
NOTE: Dates are displayed in European format (yyyy/mm/dd) to support Javascript
table sorting, though this will soon be removed in favor of server-side
sorting (and ultimately KSS) since the javascript sorting by date doesn't
work well in various cases.
* An "Upcoming Actions" Portlet
* Built on Zope 3 and Plone 3 technologies
* See product's TODO.txt for ROADMAP and to do items, including:
- Internationalization
Change log
* NEW: "Upcoming Actions" can now be filtered by context or project tag.
Context and Projects are also links within the view, which filters
by that tag.
* NEW: Uses KSS on "actions_view" form to allow:
- inline editing editing of dates
- starring items
- marking items done
- works correctly if same item appears multiple times
(e.g. in both the main area and the portlet)
Just click on "checkmark", "star", "start date", "due date" to try it.
* NEW: Simple import script (based on REST) that imports from an iGTD export.
Code intentionally simple so you can write your own importer easily.
Script here at docs/iGTDUpload.py


