Changes between Initial Version and Version 1 of ReScheduleScript


Ignore:
Timestamp:
Nov 27, 2007, 3:53:37 AM (16 years ago)
Author:
Terry Brown
Comment:

New hack ReScheduleScript, created by TerryBrown

Legend:

Unmodified
Added
Removed
Modified
  • ReScheduleScript

    v1 v1  
     1= Reschedule milestones on a new timeline =
     2
     3== Description ==
     4
     5This isn't a normal Trac Hack, but a small standalone python program that stretches or compresses milestones between new start and stop dates, keeping the time allocations for each the same, proportionally.
     6
     7== Bugs/Feature Requests ==
     8
     9Existing bugs and feature requests for ReScheduleScript are
     10[report:9?COMPONENT=ReScheduleScript here].
     11
     12If you have any issues, create a
     13[http://trac-hacks.org/newticket?component=ReScheduleScript&owner=TerryBrown new ticket].
     14
     15== Download ==
     16
     17Download the zipped source from [download:reschedulescript here].
     18
     19== Source ==
     20
     21You can check out ReScheduleScript from [http://trac-hacks.org/svn/reschedulescript here] using Subversion, or [source:reschedulescript browse the source] with Trac.
     22
     23== Example ==
     24
     25{{{python reschedule.py --dsn 'user=someuser host=localhost dbname=trac' --old 20071101 --start 20071203 --end 20090630}}}
     26
     27would reschedule the milestones for a project that originally started 20071101 and ran until the due date of the last milestone to run instead between 20071203 and 20090630, which the same proportional allocation of time for each milestone.
     28
     29
     30== Recent Changes ==
     31
     32[[ChangeLog(reschedulescript, 3)]]
     33
     34== Author/Contributors ==
     35
     36'''Author:''' [wiki:TerryBrown] [[BR]]
     37'''Contributors:'''