Changeset 791f15 in indico for indico/MaKaC/fossils/schedule.py


Ignore:
Timestamp:
01/24/12 11:14:47 (17 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, b8c30da8ebdbdcbd675a873997cc3e95f567de49, 4287315ec967a3da168d83963c14001db8487d53
Children:
c82c67
Parents:
b7f4ee
git-author:
Stefan Petrovski <stefan.petrovski@…> (07/28/11 15:03:43)
git-committer:
Pedro Ferreira <jose.pedro.ferreira@…> (01/24/12 11:14:47)
Message:

[FTR] Drag and drop for contributions/breaks

  • Sessions, contributions, breaks are draggable.
  • Sessions, contributions, breaks are resizable.
  • Contributions, breaks are droppable INTO sessions.
  • Shifting later entries while dragging (hold shift while dragging..)
  • Undo functionality for Dragging + Resizing
File:
1 edited

Legend:

Unmodified
Added
Removed
  • indico/MaKaC/fossils/schedule.py

    r138bf2 r791f15  
    198198    getInheritRoom.produce = lambda x: x.getOwner().getOwnRoom() is None 
    199199 
     200    def getDuration(self): 
     201        """ Entry End Date """ 
     202    getDuration.convert = Conversion.duration 
    200203 
    201204 
Note: See TracChangeset for help on using the changeset viewer.