ClueMapper 0.8 is now available. Instructions on installation can be found at:
http://projects.serverzen.com/pm/p/cluemapper/wiki/ClueMapperInstall
One of the biggest features for this release is the inclusion of
ClueTimer. At the moment, ClueTimer is mostly just a collection of
Trac plugins that allows time-tracking against tickets. Once the
plugins are activated, they install two things:
1. a time reporting tab for Trac which uses ajax to query the server
and update time bookings
2. a time-booking window that is displayed whenever viewing a ticket
using ajax
Please note that this is the first release of ClueTimer and at the
moment it should be considered alpha software.
Here are the full HISTORY.txt entries for these releases.
== ClueMapper 0.8 ==
* Added Tracbacks plugin for ticket trac backs (#15)
* Added new trac plugin that uses ajax to add a project list dropdown
in top-right corner for quick-switching between projects (#37)
* Main dashboard now displays tickets from various projects assigned
to authenticated user (#38)
* Server command now has an "reload" option for development (#39)
* Upgraded minimum required versions for various dependencies (#40)
* SQLAlchemy 0.4.7
* Trac 0.11.1
* Genshi 0.5.1
* lxml 2.0.8
* pytz 2008c
* Reshaped main home page into a very minimal cross-project dashboard
by using Dojo to dynamically refresh project/ticket data (#41)
* New clue.app.state api for looking up active config
* Security info lookup now uses clue.secure api
== ClueTimer 0.1 ==
* Added Trac plugin
- Added time tracking box on ticket view which shows total and estimated
hours plus allows adding a new booking or editing existing bookings.
- New time tracking reporting page which displays personal weekly report
in addition to an interface for querying all bookings.