Changes between Version 11 and Version 12 of ResourceReservationPlugin


Ignore:
Timestamp:
Apr 30, 2011, 9:56:09 AM (13 years ago)
Author:
Roberto Longobardi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ResourceReservationPlugin

    v11 v12  
    2929 * period: the number of months, including the current one, to display in the calendar
    3030 * title: the title, i.e. descriptive name of the resource type, to be used in the calendar as the header of the resource names column
     31 * override: true or false. It controls whether clicking on an already-reserved resource you will take ownership of it, overriding the previous reservation
     32
     33All parameters are optional, with the following default values:
     34 * type = defaulttype
     35 * period = 3
     36 * 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
    3138
    3239
    33 Or you can '''add the following snippet''' in any of your Wiki pages, for example to keep track of multiple resource types in different places:
     40[[BR]]
     41
     42Or 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
     44The following example may be useful to reserve test machines:
    3445
    3546{{{
    36 [[ResourceReservationList(type=resource,period=3,title=Resource)]]
     47[[ResourceReservationList(type=testmachine,period=3,title=Test Machine,override=false)]]
    3748}}}
     49
     50
     51[[BR]]
     52== Security ==
     53
     54Two Trac permissions have been added to control access to the resource reservation features.
     55
     56 * RES_RESERVE_VIEW is needed to view the resource reservations
     57 * RES_RESERVE_MODIFY is needed to reserve resources
     58
     59[[BR]]
     60== Project site ==
    3861
    3962Project site: http://sourceforge.net/projects/resreserv4trac/
     
    6588The plugin can be installed as usual, from the Trac administration panel, and requires a database upgrade.
    6689
    67 At the moment it has been tested only on Trac 0.11 with Python 2.5.
     90At the moment it has been tested only on Trac 0.11.7 and 0.12.2, with Python 2.5 and 2.6.
    6891
    6992