Test Manager plugin for Trac

  Copyright 2010 Roberto Longobardi, Marco Cipriani

  Project web page on TracHacks: http://trac-hacks.org/wiki/TestManagerForTracPlugin
  
  Project web page on SourceForge.net: http://sourceforge.net/projects/testman4trac/
  
  Project web page on Pypi: http://pypi.python.org/pypi/TestManager

  
A Trac plugin to create Test Cases, organize them in catalogs, generate test plans and track their execution status and outcome.

=================================================================================================  
Change History:

Release 1.1.2 (2010-08-25):
  o Enhancement #7552 Export test statistics in CSV and bookmark this chart features in the test stats chart
  o Fixed Ticket #7551 Test statistics don't work on Trac 0.11

Release 1.1.1 (2010-08-20):
  o Enhancement #7526 Add ability to duplicate a test case
  o Enhancement #7536 Add test management statistics
  o Added "autosave=true" parameter to the RESTful API to create test catalogs 
    and test cases programmatically without need to later submit the wiki editing form.

Release 1.1.0 (2010-08-18):
  o Enhancement #7487 Add multiple test plans capability
  o Enhancement #7507 Implement security permissions
  o Enhancement #7484 Reverse the order of changes in the test case status change history

Release 1.0.2 (2010-08-17):
  o Fixed Ticket #7485 "Open ticket on this test case" should work without a patched TracTicketTemplatePlugin

Release 1.0.1 (2010-08-12):
  o First attempt at externalizing strings

Release 1.0 (2010-08-10):
  o First release publicly available
  
