I'll use the rest of this thread to document some of the new features in v0.8, prompted by a recent thread elsewhere on this board. I do hope that the other developers and our users will contribute to this, too. This supplements the information in the
youtube screencasttsSortingIn most tables you can just click on a column header to sort by that column. First click will sort ascending, second click will sort descending. You can even sort the columns containing checkboxes, which will group all of the checked boxes together at the top, and all of the unchecked boxes will be put together at the bottom. And you can sort by the column containing the flags for projects which have no next action (flagged with '!') and for items which have no children at all (flagged with '!!'). When you sort by that column, it groups together all those items with no children; and then groups together all of the items with children, but with no next actions.
Cunning filteringLet's say you want to search for actions where you haven't yet assigned a time context. Go to Process -> Actions. Tick the 'NOT' box that's just to the right of the Time drop-down box on the top row of the form. Leave the drop-down on '(any)'. And press the 'filter' button: and it will show you all the actions that have no time context assigned!
Sub-projectsYou can now set sub-projects, if you're using javascript enhancements (turned on by default -you should have
$config['useLiveEnhancements']=true; in your config.php file, and also have those switched on in the configure menu, under User Preferences.
When you're creating or editing a project, and you click on the funky new 'Select Parent(s)' link, you can change the type of parent you're setting, from the default 'goal', to 'project' - and now you can choose from your list of existing projects. So you can make one project the parent of another!
Dynamic searchingAnd, while you're looking for parents, in that 'Select Parent(s)' dialog box, you can start typing in text that might appear in the title of the parent you're after, and the list of available parents will dynamically change to show only those titles featuring that text - a bit like Google Suggest operates.