Changes between Version 14 and Version 15 of ResourceReservationPlugin


Ignore:
Timestamp:
Apr 17, 2015, 3:10:32 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged as external and with license

Legend:

Unmodified
Added
Removed
Modified
  • ResourceReservationPlugin

    v14 v15  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = Resource Reservation plugin for Trac =
     3= Resource Reservation plugin for Trac
    44
    5 == Description ==
     5== Description
    66
    7 A Trac plugin and macro to allow for visually planning and reserving the use of resources in your environment, e.g. test machines, consumable test data, etc..., with just one click.
     7A Trac plugin and macro to allow for visually planning and reserving the use of resources in your environment, e.g. test machines, consumable test data, etc, with just one click.
    88
    9 [[BR]]
    109[[Image(screen5.JPG)]]
    11 [[BR]]
    12 [[BR]]
    1310
    1411Installation of the plugin adds a new tab named '''Resource Reservation''' that leads to a pre-filled Wiki page with the macro already in place.
     
    3532 * period = 3
    3633 * title = Resource
    37  * override = true, meaning that anyone can take on a resource reserved by someone else in any day by clicking on it. A value of false means the current owner must first cancel the reservation before anyone else can take the resource
    38 
    39 
    40 [[BR]]
     34 * override = true, meaning that anyone can take on a resource reserved by someone else in any day by clicking on it. A value of false means the current owner must first cancel the reservation before anyone else can take the resource.
    4135
    4236Or you can '''add the following snippet''' in any of your Wiki pages, for example to keep track of multiple resource types in different places.
    43 
    44 The following example may be useful to reserve test machines:
    4537
    4638{{{
     
    4840}}}
    4941
     42This example may be useful to reserve test machines.
    5043
    51 [[BR]]
    52 == Security ==
     44== Security
    5345
    5446Two Trac permissions have been added to control access to the resource reservation features.
    5547
    56  * RES_RESERVE_VIEW is needed to view the resource reservations
    57  * RES_RESERVE_MODIFY is needed to reserve resources
     48 * `RES_RESERVE_VIEW` is needed to view the resource reservations.
     49 * `RES_RESERVE_MODIFY` is needed to reserve resources.
    5850
    59 [[BR]]
    60 == Project site ==
     51== Project site
    6152
    6253Project site: http://sourceforge.net/projects/resreserv4trac/
    6354
     55See also project web page on Pypi: [pypi:ResourceReservation]
    6456
    65 == Bugs/Feature Requests ==
     57== Bugs/Feature Requests
    6658
    6759If you have any issues, create a
    6860[http://trac-hacks.org/newticket?component=ResourceReservationPlugin&owner=seccanj new ticket].
    69 
    70 [[BR]]
    7161
    7262Existing bugs and feature requests for ResourceReservationPlugin are
     
    7565[[TicketQuery(component=ResourceReservationPlugin,format=table,col=summary|status|severity|priority|milestone|type|owner|time,rows=description)]]
    7666
     67[[TicketQuery(component=ResourceReservationPlugin&group=type,format=progress)]]
    7768
    78 == Download ==
     69== Download
    7970
    8071Download the egg files, ready to be installed, from the project site [http://sourceforge.net/projects/resreserv4trac/files here].
    8172
    82 == Source ==
     73== Source
    8374
    8475You can download the source code from [https://sourceforge.net/projects/resreserv4trac/files here].
    8576
    86 == Example ==
     77== Example
    8778
    8879The plugin can be installed as usual, from the Trac administration panel, and requires a database upgrade.
     
    9081At the moment it has been tested only on Trac 0.11.7 and 0.12.2, with Python 2.5 and 2.6.
    9182
    92 == Author/Contributors ==
     83== Author/Contributors
    9384
    9485'''Author:''' [wiki:seccanj] [[BR]]
    95 '''Maintainer:''' [wiki:seccanj] [[BR]]
     86'''Maintainer:''' [[Maintainer]] [[BR]]
    9687'''Contributors:'''