| Commit message (Expand) | Author | Files | Lines |
2019-09-23 | Schedule: skip duplicate events in fahrplan.xml input | Andreas Hubel | 1 | -4/+10 |
2019-06-07 | fixed asymetic rendering of events where one room starts a day before the others | Andreas Hubel | 1 | -2/+30 |
2019-06-07 | refactor: rename $room to $roomName | Andreas Hubel | 1 | -12/+12 |
2018-12-28 | Mark optouts in schedule view as optout / no stream | dedeibel | 1 | -0/+8 |
2018-05-12 | migrate logic for calculating schedule display time into schedule class | MaZderMind | 1 | -0/+9 |
2017-04-13 | ignore missing rooms | MaZderMind | 1 | -1/+1 |
2017-01-01 | repair clickable schedule names | MaZderMind | 1 | -6/+18 |
2016-12-28 | repair room-mapping | MaZderMind | 1 | -3/+0 |
2016-12-21 | fail gracefully on missing schedule | MaZderMind | 1 | -2/+7 |
2016-12-18 | use the new cache-files for viewing | MaZderMind | 1 | -9/+2 |
2016-12-17 | change storage paths according to issue description | MaZderMind | 1 | -1/+1 |
2016-12-11 | add cache-file getters and download preparations | MaZderMind | 1 | -1/+6 |
2016-12-11 | repair schedule view | MaZderMind | 1 | -10/+3 |
2016-12-10 | rewrite data-model so that every configuration option is accessed through the... | MaZderMind | 1 | -14/+25 |
2016-10-12 | delete dead code-path | Peter Körner | 1 | -5/+0 |
2016-10-11 | use order from schedule.xml aka frab and do not resort by key | Andi | 1 | -1/+1 |
2016-08-19 | trim room-names coming from the scheduley | MaZderMind | 1 | -1/+1 |
2016-08-06 | persons are never in an array (it's a simplexml object) | MaZderMind | 1 | -1/+1 |
2016-08-06 | sort days in the schedule | MaZderMind | 1 | -1/+12 |
2016-08-02 | sort rooms according to roomfilter | MaZderMind | 1 | -0/+25 |
2016-08-02 | sort events in a day (frab does that but not all schedules are sorted that way) | MaZderMind | 1 | -0/+13 |
2016-08-02 | don't fail when schedule is missing person information | MaZderMind | 1 | -1/+1 |
2015-12-25 | also change C3Voc to all uppercase C3VOC | MaZderMind | 1 | -1/+1 |
2015-10-05 | fix js-errors with rooms in the schedule unknown to the streaming-ws | MaZderMind | 1 | -1/+6 |
2015-09-02 | remove impractical apcu cache | MaZderMind | 1 | -42/+1 |
2015-04-04 | Show Display-Names and Link Rooms in Relive-View | MaZderMind | 1 | -1/+1 |
2015-04-03 | Fail gracefully when the Schedule is unreachable | MaZderMind | 1 | -1/+8 |
2015-04-01 | Fix Getter | MaZderMind | 1 | -1/+1 |
2015-04-01 | Use URL as Part of the Cache-Key | MaZderMind | 1 | -2/+7 |
2015-04-01 | Allow Filtering Rooms from the Schedule | MaZderMind | 1 | -0/+16 |
2015-03-31 | Revert "Don't 500 when the Schedule is unreachable" | MaZderMind | 1 | -7/+1 |
2015-03-31 | Remove Global has/get | MaZderMind | 1 | -3/+3 |
2015-03-31 | Avoid Error when getSchedule does not return a mutuable Array | MaZderMind | 1 | -1/+2 |
2015-03-31 | Don't 500 when the Schedule is unreachable | MaZderMind | 1 | -1/+7 |
2015-03-30 | MVT Implementation of the schedule | MaZderMind | 1 | -31/+93 |
2015-03-30 | Implement MVT Pattern based on simple Config options | MaZderMind | 1 | -0/+173 |
2015-03-29 | Move get/set-Calls into ModelBase and abstract all access into a Model | MaZderMind | 1 | -0/+8 |