index
:
voc-streaming-site
kontraiaa
master
streaming.media.ccc.de sources
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
model
/
Schedule.php
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
migrate logic for calculating schedule display time into schedule class
MaZderMind
2018-05-12
1
-0
/
+9
|
*
ignore missing rooms
MaZderMind
2017-04-13
1
-1
/
+1
|
*
repair clickable schedule names
MaZderMind
2017-01-01
1
-6
/
+18
|
*
repair room-mapping
MaZderMind
2016-12-28
1
-3
/
+0
|
*
fail gracefully on missing schedule
MaZderMind
2016-12-21
1
-2
/
+7
|
*
use the new cache-files for viewing
MaZderMind
2016-12-18
1
-9
/
+2
|
*
change storage paths according to issue description
MaZderMind
2016-12-17
1
-1
/
+1
|
*
add cache-file getters and download preparations
MaZderMind
2016-12-11
1
-1
/
+6
|
*
repair schedule view
MaZderMind
2016-12-11
1
-10
/
+3
|
*
rewrite data-model so that every configuration option is accessed through ↵
MaZderMind
2016-12-10
1
-14
/
+25
|
|
|
|
the conference
*
delete dead code-path
Peter Körner
2016-10-12
1
-5
/
+0
|
*
use order from schedule.xml aka frab and do not resort by key
Andi
2016-10-11
1
-1
/
+1
|
*
trim room-names coming from the scheduley
MaZderMind
2016-08-19
1
-1
/
+1
|
*
persons are never in an array (it's a simplexml object)
MaZderMind
2016-08-06
1
-1
/
+1
|
*
sort days in the schedule
MaZderMind
2016-08-06
1
-1
/
+12
|
*
sort rooms according to roomfilter
MaZderMind
2016-08-02
1
-0
/
+25
|
*
sort events in a day (frab does that but not all schedules are sorted that way)
MaZderMind
2016-08-02
1
-0
/
+13
|
*
don't fail when schedule is missing person information
MaZderMind
2016-08-02
1
-1
/
+1
|
*
also change C3Voc to all uppercase C3VOC
MaZderMind
2015-12-25
1
-1
/
+1
|
*
fix js-errors with rooms in the schedule unknown to the streaming-ws
MaZderMind
2015-10-05
1
-1
/
+6
|
*
remove impractical apcu cache
MaZderMind
2015-09-02
1
-42
/
+1
|
*
Show Display-Names and Link Rooms in Relive-View
MaZderMind
2015-04-04
1
-1
/
+1
|
*
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
1
-2
/
+7
|
*
Allow Filtering Rooms from the Schedule
MaZderMind
2015-04-01
1
-0
/
+16
|
*
Revert "Don't 500 when the Schedule is unreachable"
MaZderMind
2015-03-31
1
-7
/
+1
|
|
|
|
This reverts commit 72722fe3c6e88a683c07b5ee1989e61610d4b7aa.
*
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
|
*
Don't 500 when the Schedule is unreachable
MaZderMind
2015-03-31
1
-1
/
+7
|
*
MVT Implementation of the schedule
MaZderMind
2015-03-30
1
-31
/
+93
|
*
Implement MVT Pattern based on simple Config options
MaZderMind
2015-03-30
1
-0
/
+173
|
*
Move get/set-Calls into ModelBase and abstract all access into a Model
MaZderMind
2015-03-29
1
-0
/
+8
Conflicts: model/Overview.php model/Room.php model/StreamList.php tests/ModelTestbase.php