aboutsummaryrefslogtreecommitdiff
path: root/model/Schedule.php (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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