Changes between Version 8 and Version 9 of Trac2mitePlugin


Ignore:
Timestamp:
Jan 30, 2016, 7:06:46 AM (8 years ago)
Author:
figaro
Comment:

Further cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • Trac2mitePlugin

    v8 v9  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = Trac2mite
     3= Track time using the mite web service
    44
    55== Description
    66
    7 Trac2mite connects Trac with [http://mite.yo.lk/en mite], a web-based time tracking tool. Track your time easily on issues within Trac and get them automatically send to your mite.account.
     7This plugin connects Trac with [http://mite.yo.lk/en mite], a web-based time tracking tool. Track your time easily on issues within Trac and get them automatically sent to your mite.account. The time entries are sent via https to the central mite server, where it is then stored.
    88
    9 == Download and where to report bugs
     9== Bugs / Feature requests
     10
     11If you encounter any bugs or problems, I would appreciate it if you let me know through the [http://github.com/thomasklein/Trac2mite/issues issue system on Github].
     12
     13== Download
    1014
    1115The plugin is hosted on Github: http://github.com/thomasklein/Trac2mite.
    12 
    13 If you encounter any bugs or problems, I would appreciate it if you let me know through the [http://github.com/thomasklein/Trac2mite/issues issue system on Github].
    1416
    1517== Installation
     
    3537'''Note:''' Only users with the permission `TICKET_ADD_HOURS` can use the features of the TracHoursPlugin and Trac2mite. The following steps assume you have this permission.
    3638
    37 Go to `Preferences > mite` and try to connect to your ''mite''.account.
    38 
    39 After providing your account data you can now select your ''mite''.projects and ''mite''.services that will appear when you create a new time entry with the TracHoursPlugin.
     39Go to `Preferences > mite` and connect to your ''mite''.account. After providing your account credentials you can then start to select your ''mite''.projects and ''mite''.services that will appear when you create a new time entry with the TracHoursPlugin.
    4040
    4141== Tracking time
    4242
    43 Once the connection to your ''mite''.account is verified, you should now have the possibility to assign one of your ''mite''.projects and ''mite''.services to every new and existing time entry. When saving the time entry, Trac2mite will send this data to your ''mite''.account.
     43Once the connection to your ''mite''.account is verified, you should have the possibility to assign one of your ''mite''.projects and ''mite''.services to every new and existing time entry. When saving the time entry, Trac2mite will send this data to your ''mite''.account.
    4444
    4545== Author