This is a snapshot of Indico's old Trac site. Any information contained herein is most probably outdated. Access our new GitHub site here.

Opened 6 years ago

Closed 6 years ago

Last modified 5 years ago

#256 closed enhancement (fixed)

EVO: include phone bridge information in the details

Reported by: dmartinc Owned by: dmartinc
Priority: critical Milestone: v0.97.0
Component: Video Services Version: 0.97.0
Keywords: Cc:

Description

Include phone bridge id and password in the details of an already created booking so that managers can see it, and put in the description.
This task implements part of #242

Change History (3)

comment:1 Changed 6 years ago by dmartinc

  • Status changed from new to accepted

comment:2 Changed 6 years ago by david.martin.clavo@…

  • Resolution set to fixed
  • Status changed from accepted to closed

commit e6c3866e2884be2a7e511584acf38bae010b6baf
Author: David Martín Clavo <david.martin.clavo@…>
Date: Thu Mar 4 17:49:16 2010 +0100

[IMP] fix#256. EVO Phone Bridge. Better pwd / pin


-fixes #256
-EVO plugin now displays phone bridge id and password
in booking details.
-Passwords can now be shown / hidden in EVO and MCU
details.
-Passwords can now be shown / hidden while creating /
editing a booking.
-Bookings details are shown by default after
creation / modification.
-Aligned booking details field names to left.
-Renamed some booking details to make them shorter.
-Refactorings / code improvements:

-Plugins can now generate the details info
as an XElement also (before, only as a HTML string,
not very clean but better for kept for simplicity).
-new HiddenText? and ShowablePasswordField? JS
classes.
-some Collaboration.js changes needed.
-markInvalidField now returns the created tooltip
and the list of observer detachers (needed to make
ShowablePasswordField? work in IE).

comment:3 Changed 5 years ago by David Martín Clavo <david.martin.clavo@…>

In [e6c3866e2884be2a7e511584acf38bae010b6baf]:

[IMP] fix#256. EVO Phone Bridge. Better pwd / pin

-fixes #256
-EVO plugin now displays phone bridge id and password
in booking details.
-Passwords can now be shown / hidden in EVO and MCU
details.
-Passwords can now be shown / hidden while creating /
editing a booking.
-Bookings details are shown by default after
creation / modification.
-Aligned booking details field names to left.
-Renamed some booking details to make them shorter.
-Refactorings / code improvements:

-Plugins can now generate the details info
as an XElement also (before, only as a HTML string,
not very clean but better for kept for simplicity).
-new HiddenText? and ShowablePasswordField? JS
classes.
-some Collaboration.js changes needed.
-markInvalidField now returns the created tooltip
and the list of observer detachers (needed to make
ShowablePasswordField? work in IE).

Note: See TracTickets for help on using tickets.