aboutsummaryrefslogtreecommitdiff
path: root/model (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Show Display-Names and Link Rooms in Relive-ViewMaZderMind2015-04-042-1/+30
|
* Experimental Multi-ViewerMaZderMind2015-04-031-0/+15
|
* No Double-UTF8-Decode anymoreMaZderMind2015-04-031-1/+0
|
* 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-012-5/+20
|
* Allow Filtering Rooms from the ScheduleMaZderMind2015-04-011-0/+16
|
* Implement Relive based on the MVT PatternMaZderMind2015-03-311-5/+61
|
* Revert "Don't 500 when the Schedule is unreachable"MaZderMind2015-03-311-7/+1
| | | | This reverts commit 72722fe3c6e88a683c07b5ee1989e61610d4b7aa.
* Hardcode about-Url in TemplateMaZderMind2015-03-311-4/+0
|
* Feedback Read-ViewMaZderMind2015-03-311-0/+36
|
* Remove Global has/getMaZderMind2015-03-311-3/+3
|
* Avoid Error when getSchedule does not return a mutuable ArrayMaZderMind2015-03-311-1/+2
|
* Raise 404 when no Stream is selected at allMaZderMind2015-03-311-0/+3
|
* Fix static Room-List getterMaZderMind2015-03-311-1/+1
|
* Move Feedback-Save-MEthods to ModelMaZderMind2015-03-311-0/+37
|
* Don't 500 when the Schedule is unreachableMaZderMind2015-03-311-1/+7
|
* Fix getSelections()MaZderMind2015-03-311-1/+1
|
* Static Room-List getterMaZderMind2015-03-311-0/+9
|
* Default Tab- and Selection accessMaZderMind2015-03-301-2/+14
|
* Static existence checks for RoomsMaZderMind2015-03-301-0/+13
|
* Allow static accessMaZderMind2015-03-301-7/+15
|
* MVT Implementation of the scheduleMaZderMind2015-03-302-31/+97
|
* Implement MVT Pattern based on simple Config optionsMaZderMind2015-03-307-57/+648
|
* Move get/set-Calls into ModelBase and abstract all access into a ModelMaZderMind2015-03-297-35/+165
| | | | | | | | Conflicts: model/Overview.php model/Room.php model/StreamList.php tests/ModelTestbase.php
* Use normal ConstructorMaZderMind2015-03-292-7/+2
|
* Fix Class FormattingMaZderMind2015-03-292-2/+4
|
* Introduce Models abstracting the Config away from Views & TemplatesMaZderMind2015-03-144-0/+134