#291 closed enhancement (fixed)
Video Services: replace @Retrieves by fossilize
Reported by: | dmartinc | Owned by: | dmartinc |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Video Services | Version: | 0.97.0 |
Keywords: | video services, fossil | Cc: |
Description
Now that we have the fossilize mechanism, we should replace the DictPickler / Retrieves by the equivalent fossil functions.
We should have 2 fossils per booking: one for the Event management interface, another for the Video Services Overview. These fossils may be plugin-dependant, so we need to develop a mechanism so that the Collaboration core or the fossilize mechanism knows which fossil to use depending on the situation.
Change History (3)
comment:1 Changed 6 years ago by dmartinc
comment:2 Changed 5 years ago by david.martin.clavo@…
- Resolution set to fixed
- Status changed from new to closed
commit 5a8326ab988c0b60edab595683aa4062735df1da
Author: David Martín Clavo <david.martin.clavo@…>
Date: Mon Mar 29 10:48:57 2010 +0200
[IMP] Collaboration: pickle -> fossilize
- Removed all the @Retrieves related to Collaboration.
- Changed the .pickle to .fossilize.
- Also made CausedError? (error returned by services) fossilizable, and used fossilize for it, but did not remove @Retrieves yet, just in case.
- New URL added to vars.js.tpl, please rm vars.js.tpl.tmp
- fixes #291
comment:3 Changed 5 years ago by David Martín Clavo <david.martin.clavo@…>
Note: See
TracTickets for help on using
tickets.
Also, when this task is done, we should make sure that the fossilized bookings sent to the Video Services Overview dont have the passwords in them, and undo the https switch done in task #288.