aboutsummaryrefslogtreecommitdiff
path: root/model/Schedule.php (unfollow)
Commit message (Expand)AuthorFilesLines
2016-08-19trim room-names coming from the scheduleyMaZderMind1-1/+1
2016-08-06persons are never in an array (it's a simplexml object)MaZderMind1-1/+1
2016-08-06sort days in the scheduleMaZderMind1-1/+12
2016-08-02sort rooms according to roomfilterMaZderMind1-0/+25
2016-08-02sort events in a day (frab does that but not all schedules are sorted that way)MaZderMind1-0/+13
2016-08-02don't fail when schedule is missing person informationMaZderMind1-1/+1
2015-12-25also change C3Voc to all uppercase C3VOCMaZderMind1-1/+1
2015-10-05fix js-errors with rooms in the schedule unknown to the streaming-wsMaZderMind1-1/+6
2015-09-02remove impractical apcu cacheMaZderMind1-42/+1
2015-04-04Show Display-Names and Link Rooms in Relive-ViewMaZderMind1-1/+1
2015-04-03Fail gracefully when the Schedule is unreachableMaZderMind1-1/+8
2015-04-01Fix GetterMaZderMind1-1/+1
2015-04-01Use URL as Part of the Cache-KeyMaZderMind1-2/+7
2015-04-01Allow Filtering Rooms from the ScheduleMaZderMind1-0/+16
2015-03-31Revert "Don't 500 when the Schedule is unreachable"MaZderMind1-7/+1
2015-03-31Remove Global has/getMaZderMind1-3/+3
2015-03-31Avoid Error when getSchedule does not return a mutuable ArrayMaZderMind1-1/+2
2015-03-31Don't 500 when the Schedule is unreachableMaZderMind1-1/+7
2015-03-30MVT Implementation of the scheduleMaZderMind1-31/+93
2015-03-30Implement MVT Pattern based on simple Config optionsMaZderMind1-0/+173
2015-03-29Move get/set-Calls into ModelBase and abstract all access into a ModelMaZderMind1-0/+8