Changeset 77384a in indico for indico/web/http_api/ical.py


Ignore:
Timestamp:
02/02/12 17:55:32 (16 months ago)
Author:
Pedro Ferreira <jose.pedro.ferreira@…>
Branches:
master, hello-world-walkthrough, ipv6, v0.98-series, v0.98.2, v0.98.3, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, d9941f8582b36b24821a11ea5ba16fda6a457fb1
Children:
1d5dc6
Parents:
4ea669
git-author:
Alberto Resco Perez <alberto.resco.perez@…> (01/12/12 14:59:19)
git-committer:
Pedro Ferreira <jose.pedro.ferreira@…> (02/02/12 17:55:32)
Message:

[FIX] Fix previous commit

  • Moved the fossil to fossils.py.
  • Moved the utils methods in http_apy to collaborationTools.py
  • Fossilizing getTitle takes into account if linked to contribution or session in vidyo bookings.
  • Fossilizing status fixed.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • indico/web/http_api/ical.py

    r4ea669 r77384a  
    137137        cal.set('version', '2.0') 
    138138        cal.set('prodid', '-//CERN//INDICO//EN') 
    139  
    140139        now = datetime.datetime.utcnow() 
    141140        for fossil in results: 
Note: See TracChangeset for help on using the changeset viewer.