﻿ticket,summary,type,release,owner,status,created,modified,_description,_reporter
9621,Edit a resource name,enhancement,0.12,Roberto Longobardi,new,2011-12-16T16:16:49+01:00,2011-12-16T16:16:49+01:00,"It would be useful to add more management capabilities to the plugin.  For example, renaming or deleting a specific resource in the list.",albagubrath
8464,Project environment upgrade fails with database error,defect,0.12,Roberto Longobardi,reopened,2011-02-02T15:11:32+01:00,2014-04-08T23:38:52+02:00,"I was trying to install the ResourceReservationPlugin on my system running:

{{{
Trac: 0.12.2dev-r10313
MySQL: ""5.0.75-0ubuntu10.5"", client: ""5.0.75"", thread-safe: 1
}}}

Installation goes fine, I managed to enable the plugin, but failed to upgrade the Trac environment:

{{{
Trac [/export/trac/my_project]> upgrade
use the hashlib module instead
resreservation needs to create the db
resreservation needs to create the db
upgrade_environment
resreservation needs to create the db
_upgrade_db
exception in the database creation
OperationalError: (1072, ""Key column 'res_from' doesn't exist in table"")
Trac [/export/trac/my_project]> quit
}}}

I checked the database but there were no tables by the name res* .",anonymous
10046,Using views with different time periods will fail,defect,0.12,Roberto Longobardi,new,2012-05-22T15:51:18+02:00,2012-05-22T15:51:18+02:00,"Editing some items for example in month 4, 5 or 6 using the macro[[br]][[br]]
{{{[[ResourceReservationList(type=testmachine,period=6,title=Test Machine,override=false)]]}}}[[br]][[br]]
and then using another view on the same or a different wiki site, p.e.[[br]][[br]]
{{{[[ResourceReservationList(type=testmachine,period=3,title=Test Machine,override=false)]]}}}[[br]][[br]]
will lead to the following error
{{{
Error: Macro ResourceReservationList(type=testmachine,period=3,title=Test Machine) failed
list index out of range
}}}",anonymous
7478,Provide an hourly view,enhancement,0.11,Roberto Longobardi,new,2010-08-12T07:57:08+02:00,2011-01-19T17:27:41+01:00,"For quite some time I've been wanting to add a conference room reservation calendar to my Trac instance. There hasn't been any plugin to provide this, but now this looks to be the closest thing yet!

For a room reservation, we'd need the ability to reserve in a minimum of 30 min increments. So, it appears that day and weekly views would need to be added that provide a more fine grained reservation ability.

Just thought I'd post this as a potential enhancement and see what everyone thinks.",Ryan J Ollos
10048,Submit using two macros on one wiki page,defect,0.11,Roberto Longobardi,new,2012-05-22T16:46:06+02:00,2012-05-22T16:46:06+02:00,"When on a wiki page more than one macro with different types is used, p.e.:
{{{
=== room1 ===
[[ResourceReservationList(type=room1,period=3,title=room1,override=false)]]

=== room2 ===
[[ResourceReservationList(type=room2,period=3,title=room2,override=false)]]
}}}

there will be an error adding a resource:
  * When entering in the first field (""New Resource"" -> ""Add a Resource""), the entry will be added to ""room2""
  * When entering in the second field (""New Resource"" -> ""Add a Resource""), the error ```You must specify a name. Length between 4 and 30 characters``` will occur in ""room1""
",anonymous
