Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | No Double-UTF8-Decode anymore | MaZderMind | 2015-04-03 | 1 | -1/+0 |
| | |||||
* | Fail gracefully when the Schedule is unreachable | MaZderMind | 2015-04-03 | 1 | -1/+8 |
| | |||||
* | Fix Getter | MaZderMind | 2015-04-01 | 1 | -1/+1 |
| | |||||
* | Use URL as Part of the Cache-Key | MaZderMind | 2015-04-01 | 2 | -5/+20 |
| | |||||
* | Allow Filtering Rooms from the Schedule | MaZderMind | 2015-04-01 | 1 | -0/+16 |
| | |||||
* | Implement Relive based on the MVT Pattern | MaZderMind | 2015-03-31 | 1 | -5/+61 |
| | |||||
* | Revert "Don't 500 when the Schedule is unreachable" | MaZderMind | 2015-03-31 | 1 | -7/+1 |
| | | | | This reverts commit 72722fe3c6e88a683c07b5ee1989e61610d4b7aa. | ||||
* | Hardcode about-Url in Template | MaZderMind | 2015-03-31 | 1 | -4/+0 |
| | |||||
* | Feedback Read-View | MaZderMind | 2015-03-31 | 1 | -0/+36 |
| | |||||
* | Remove Global has/get | MaZderMind | 2015-03-31 | 1 | -3/+3 |
| | |||||
* | Avoid Error when getSchedule does not return a mutuable Array | MaZderMind | 2015-03-31 | 1 | -1/+2 |
| | |||||
* | Raise 404 when no Stream is selected at all | MaZderMind | 2015-03-31 | 1 | -0/+3 |
| | |||||
* | Fix static Room-List getter | MaZderMind | 2015-03-31 | 1 | -1/+1 |
| | |||||
* | Move Feedback-Save-MEthods to Model | MaZderMind | 2015-03-31 | 1 | -0/+37 |
| | |||||
* | Don't 500 when the Schedule is unreachable | MaZderMind | 2015-03-31 | 1 | -1/+7 |
| | |||||
* | Fix getSelections() | MaZderMind | 2015-03-31 | 1 | -1/+1 |
| | |||||
* | Static Room-List getter | MaZderMind | 2015-03-31 | 1 | -0/+9 |
| | |||||
* | Default Tab- and Selection access | MaZderMind | 2015-03-30 | 1 | -2/+14 |
| | |||||
* | Static existence checks for Rooms | MaZderMind | 2015-03-30 | 1 | -0/+13 |
| | |||||
* | Allow static access | MaZderMind | 2015-03-30 | 1 | -7/+15 |
| | |||||
* | MVT Implementation of the schedule | MaZderMind | 2015-03-30 | 2 | -31/+97 |
| | |||||
* | Implement MVT Pattern based on simple Config options | MaZderMind | 2015-03-30 | 7 | -57/+648 |
| | |||||
* | Move get/set-Calls into ModelBase and abstract all access into a Model | MaZderMind | 2015-03-29 | 7 | -35/+165 |
| | | | | | | | | Conflicts: model/Overview.php model/Room.php model/StreamList.php tests/ModelTestbase.php | ||||
* | Use normal Constructor | MaZderMind | 2015-03-29 | 2 | -7/+2 |
| | |||||
* | Fix Class Formatting | MaZderMind | 2015-03-29 | 2 | -2/+4 |
| | |||||
* | Introduce Models abstracting the Config away from Views & Templates | MaZderMind | 2015-03-14 | 4 | -0/+134 |