Changes between Version 12 and Version 13 of TaskTicketsMacro


Ignore:
Timestamp:
Nov 25, 2015, 2:26:27 PM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • TaskTicketsMacro

    v12 v13  
    11[[PageOutline(2-5,Contents,pullout)]]
    2 = Tickets for project tasks =
    32
    4 '''Sorry, I'm currently not able to support or further develop this hack.'''
     3= Tickets for project tasks
    54
    6 == Description ==
     5== Description
    76
    8 We tried to use trac for planning small projects.
     7We tried to use Trac for planning small projects.
    98Tasks should be tickets. Entering tasks should be simple. Really simple.
    109On the project page you should have the status overview.
     
    1211
    1312We created three simple macros for generating a tabular project task outline.
    14 Initially, task summaries are linked to the newticket form, all appropriate fields filled out. After having created the task ticket, summary is linked to
    15 the ticket itself.
     13Initially, task summaries are linked to the newticket form, all appropriate fields filled out. After having created the task ticket, summary is linked to the ticket itself.
    1614
    17 This is just a first try (im new to python and trac development), with might
    18 be extended in future.
     15'''Note''': The macro is currently in German. The table generated has the header names: Entwickler, Datum, Aufgabe, Aufwand, which in English translates to: Owner, Due Date, Task, Effort. You may easily change this in !TicketHeader.py.
    1916
    20 BEWARE: The macro is currently in german language.[[BR]]
    21 The table generated has the header names: Entwickler, Datum, Aufgabe, Aufwand[[BR]]
    22 which is in english: Owner, Due Date, Task, Effort[[BR]]
    23 You may easily change this in !TicketHeader.py.[[BR]]
     17'''Note''': This version assumes you have a custom field {{{project}}}, which takes project names (dropdown in our case).
    2418
    25 
    26 BEWARE: This version assumes you have a custom field {{{project}}} which takes project names (dropdown in our case).
    27 
    28 == Bugs/Feature Requests ==
     19== Bugs/Feature Requests
    2920
    3021Existing bugs and feature requests for TaskTicketsMacro are
    31 [query:component=TaskTicketsMacro&order=priority here].
     22[report:9?COMPONENT=TaskTicketsMacro here].
    3223
    3324If you have any issues, create a
    34 [/newticket?component=TaskTicketsMacro&owner=viola new ticket].
     25[/newticket?component=TaskTicketsMacro new ticket].
    3526
    36 == Download, Source ==
     27[[TicketQuery(component=AccountManagerPlugin&group=type,format=progress)]]
    3728
    38 Download the zipped source from [download:taskticketsmacro here], check out TaskTicketsMacro from the [/svn/taskticketsmacro Subversion repository], or [source:taskticketsmacro browse the source] with Trac.
     29== Download
    3930
    40 == Installation, Example ==
     31Download the zipped source from [export:taskticketsmacro here].
    4132
    42 {{{SCREENSHOT}}}
     33== Source
    4334
    44 {{{Where is the screenshot???}}}
     35Check out TaskTicketsMacro from the [/svn/taskticketsmacro Subversion repository], or [source:taskticketsmacro browse the source] with Trac.
    4536
    46 easyinstall is not yet provided.
     37== Installation, Example
    4738
    48 Simply copy the three Python-Scripts to your plugin Directoy and restart.
     39{{{Placeholder for screenshot}}}
    4940
    50 {{{What do you mean by restart?  Do you mean upgrade?  Do you mean restart apache or tracd?  Do you mean restart system?}}}
     41`easyinstall` is not yet provided.
    5142
     43Simply copy the 3 Python-Scripts to your plugin directory and restart:
     44{{{#!sh
     45trac-admin /instance_trac/ upgrade
     46}}}
    5247
    53 In the header {{{header of what?}}}, enter field values for preselecting the fields owner and project in newticket.   {{{Please turn this sentence into 3 or 4 sentences and define terms}}}
     48In the header {{{header of what?}}}, enter field values for preselecting the fields owner and project in newticket. {{{Please turn this sentence into 3 or 4 sentences and define terms}}}
    5449In the ticket, enter due date, summary and effort.
    5550In the footer, efforts are summed up.
     
    6156}}}
    6257
    63 == Recent Changes ==
     58== Recent Changes
    6459
    6560[[ChangeLog(taskticketsmacro, 3)]]
    6661
    67 == Author/Contributors ==
     62== Author/Contributors
    6863
    6964'''Author:''' [wiki:viola] [[BR]]
    70 '''Maintainer:''' [[BR]]
     65'''Maintainer:''' [[Maintainer]] [[BR]]
    7166'''Contributors:'''