aboutsummaryrefslogtreecommitdiff
path: root/model/Schedule.php (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert "add the worlds most ugliest caching code"Lukas Schauer2021-02-121-9/+0
| | | | This reverts commit 228da728257c2f2c4e059c8d0e5fef5f4ae2e36c.
* Revert caching hack for rc3Lukas Schauer2021-02-121-4/+2
| | | | This reverts commit ecc622911eaba0b6c93c2a3964a49af9d208283e.
* Perfected prefambulation levels reachedLukas Schauer2020-12-281-2/+4
|
* add the worlds most ugliest caching codeLukas Schauer2020-12-271-0/+9
|
* bugfix for empty scheduleAndreas Hubel2020-10-311-3/+5
|
* preserve schedule timezones and show current time + event timezone on the ↵Anton Schubert2020-10-311-105/+90
| | | | website (#117)
* Schedule: skip duplicate events in fahrplan.xml inputAndreas Hubel2019-09-231-4/+10
|
* fixed asymetic rendering of events where one room starts a day before the othersAndreas Hubel2019-06-071-2/+30
|
* refactor: rename $room to $roomNameAndreas Hubel2019-06-071-12/+12
|
* Mark optouts in schedule view as optout / no streamdedeibel2018-12-281-0/+8
|
* migrate logic for calculating schedule display time into schedule classMaZderMind2018-05-121-0/+9
|
* ignore missing roomsMaZderMind2017-04-131-1/+1
|
* repair clickable schedule namesMaZderMind2017-01-011-6/+18
|
* repair room-mappingMaZderMind2016-12-281-3/+0
|
* fail gracefully on missing scheduleMaZderMind2016-12-211-2/+7
|
* use the new cache-files for viewingMaZderMind2016-12-181-9/+2
|
* change storage paths according to issue descriptionMaZderMind2016-12-171-1/+1
|
* add cache-file getters and download preparationsMaZderMind2016-12-111-1/+6
|
* repair schedule viewMaZderMind2016-12-111-10/+3
|
* rewrite data-model so that every configuration option is accessed through ↵MaZderMind2016-12-101-14/+25
| | | | the conference
* delete dead code-pathPeter Körner2016-10-121-5/+0
|
* use order from schedule.xml aka frab and do not resort by keyAndi2016-10-111-1/+1
|
* trim room-names coming from the scheduleyMaZderMind2016-08-191-1/+1
|
* persons are never in an array (it's a simplexml object)MaZderMind2016-08-061-1/+1
|
* sort days in the scheduleMaZderMind2016-08-061-1/+12
|
* sort rooms according to roomfilterMaZderMind2016-08-021-0/+25
|
* sort events in a day (frab does that but not all schedules are sorted that way)MaZderMind2016-08-021-0/+13
|
* don't fail when schedule is missing person informationMaZderMind2016-08-021-1/+1
|
* also change C3Voc to all uppercase C3VOCMaZderMind2015-12-251-1/+1
|
* fix js-errors with rooms in the schedule unknown to the streaming-wsMaZderMind2015-10-051-1/+6
|
* remove impractical apcu cacheMaZderMind2015-09-021-42/+1
|
* Show Display-Names and Link Rooms in Relive-ViewMaZderMind2015-04-041-1/+1
|
* Fail gracefully when the Schedule is unreachableMaZderMind2015-04-031-1/+8
|
* Fix GetterMaZderMind2015-04-011-1/+1
|
* Use URL as Part of the Cache-KeyMaZderMind2015-04-011-2/+7
|
* Allow Filtering Rooms from the ScheduleMaZderMind2015-04-011-0/+16
|
* Revert "Don't 500 when the Schedule is unreachable"MaZderMind2015-03-311-7/+1
| | | | This reverts commit 72722fe3c6e88a683c07b5ee1989e61610d4b7aa.
* Remove Global has/getMaZderMind2015-03-311-3/+3
|
* Avoid Error when getSchedule does not return a mutuable ArrayMaZderMind2015-03-311-1/+2
|
* Don't 500 when the Schedule is unreachableMaZderMind2015-03-311-1/+7
|
* MVT Implementation of the scheduleMaZderMind2015-03-301-31/+93
|
* Implement MVT Pattern based on simple Config optionsMaZderMind2015-03-301-0/+173
|
* Move get/set-Calls into ModelBase and abstract all access into a ModelMaZderMind2015-03-291-0/+8
Conflicts: model/Overview.php model/Room.php model/StreamList.php tests/ModelTestbase.php