Changeset 7de66729d010e13cf97f71e7b47af2e54a3b9c4d in indico
- Timestamp:
- 02/22/12 09:14:04 (3 months ago)
- Children:
- 46fff4a8645e8ae77cba9ad498f680cb303a5b81
- Parents:
- b86ac25adc69c9559945ffce69dac047b7c0a728
- git-author:
- Matthew Pugh <matthew.alexander.pugh@…> (02/22/12 09:14:04)
- git-committer:
- Jose Benito <jose.benito.gonzalez@…> (02/22/12 11:57:30)
- Location:
- indico/MaKaC
- Files:
-
- 2 edited
-
plugins/Collaboration/indexes.py (modified) (1 diff)
-
webinterface/tpls/AdminCollaboration.tpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
indico/MaKaC/plugins/Collaboration/indexes.py
r3a3b05 r7de667 59 59 60 60 reverse = orderBy == "descending" 61 62 61 try: 63 62 index = self.getIndex(indexName) -
indico/MaKaC/webinterface/tpls/AdminCollaboration.tpl
rcf14f3 r7de667 494 494 time = booking.modificationDate.time.substring(0,5); 495 495 } else if (viewBy === "startDate" || viewBy === "conferenceStartDate") { 496 time = Util.parseDateTime(booking.bookingParams.startDate, IndicoDateTimeFormats.Default).time.substring(0, 5); 496 time = (booking.bookingParams.startDate.length === 0) 497 ? '' : Util.parseDateTime(booking.bookingParams.startDate, 498 IndicoDateTimeFormats.Default).time.substring(0, 5); 497 499 } 498 500
Note: See TracChangeset
for help on using the changeset viewer.
