Changeset 50136d in indico for indico/MaKaC/fossils/conference.py
- Timestamp:
- 04/26/12 12:14:48 (13 months ago)
- Branches:
- master, hello-world-walkthrough, ipv6, v0.98-series, v0.98.2, v0.98.3, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, 0da0c1403bae8e51d8229f460181c71b9e6dda72
- Children:
- b7950e
- Parents:
- d26b95
- git-author:
- Alberto Resco Perez <alberto.resco.perez@…> (04/26/12 11:57:31)
- git-committer:
- Jose Benito <jose.benito.gonzalez@…> (04/26/12 12:14:48)
- File:
-
- 1 edited
-
indico/MaKaC/fossils/conference.py (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
indico/MaKaC/fossils/conference.py
rfc9ed6 r50136d 248 248 """ Session Title """ 249 249 250 def getDescription(self): 251 """ Session Description """ 252 250 253 def getAllMaterialList(self): 251 254 """ Session List of all material """ … … 265 268 getAdjustedStartDate.name = "startDate" 266 269 270 def getAdjustedEndDate(self): 271 """ Session End Date """ 272 getAdjustedEndDate.convert = Conversion.datetime 273 getAdjustedEndDate.name = "endDate" 274 267 275 def getLocation(self): 268 276 """ Session Location """ … … 290 298 """ Session Text Color """ 291 299 300 def getLocator(self): 301 pass 302 getLocator.convert = Conversion.url(urlHandlers.UHSessionDisplay) 303 getLocator.name = 'url' 292 304 293 305 class ISessionSlotFossil(IFossil):
Note: See TracChangeset
for help on using the changeset viewer.
