deepend
036aa94ed3
Update 'schedule/schedule.php'
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone Build is passing
Details
1 year ago
deepend
5147f82859
Merge pull request 'Change "not product placement" slogan' ( #28 ) from mcornick/site:master into master
...
continuous-integration/drone/push Build is passing
Details
Reviewed-on: #28
1 year ago
Mark Cornick
0205a9b223
Change "not product placement" slogan
...
continuous-integration/drone/pr Build encountered an error
Details
Change from tildestore.com (something unrelated to the 'verse) to
shop.tildeverse.org
1 year ago
Ben Harris
4b0b058d76
Merge pull request 'fix example config link in djinfo' ( #26 ) from forero/tilderadio-site:master into master
...
continuous-integration/drone/push Build is passing
Details
Reviewed-on: #26
2 years ago
Santiago Forero
eedee8afd6
Merge branch 'master' into master
continuous-integration/drone/pr Build encountered an error
Details
2 years ago
Santiago Forero
c02cf1e929
fix example config link in djinfo
continuous-integration/drone/pr Build encountered an error
Details
2 years ago
Ben Harris
b926b0d380
Merge pull request 'remove one header in dmca page' ( #25 ) from forero/tilderadio-site:master into master
...
continuous-integration/drone/push Build is passing
Details
Reviewed-on: #25
2 years ago
Santiago Forero
43d36bfeec
remove one header in dmca page
continuous-integration/drone/pr Build encountered an error
Details
2 years ago
Ben Harris
324ae061a5
Merge pull request 'fix typos, mention the web player.' ( #24 ) from lohang/site:master into master
...
continuous-integration/drone/push Build is passing
Details
Reviewed-on: #24
2 years ago
Lohan G
b7389d8907
fix typos, mention the web player.
continuous-integration/drone/pr Build encountered an error
Details
2 years ago
Ben Harris
5025739ef6
reorganize links
continuous-integration/drone/push Build is passing
Details
2 years ago
Ben Harris
8efcdfab8c
update and clarify links
continuous-integration/drone/push Build is passing
Details
2 years ago
Ben Harris
e5b4379406
tidy up formatting
continuous-integration/drone/push Build is passing
Details
2 years ago
Ben Harris
af6bb5e0df
update azuracast location
continuous-integration/drone/push Build is passing
Details
2 years ago
Ben Harris
11f25e9707
Merge pull request 'Validate html' ( #23 ) from forero/tilderadio-site:master into master
...
continuous-integration/drone/push Build is passing
Details
Reviewed-on: #23
2 years ago
Santiago Forero
1222388339
validate schedule/ html
continuous-integration/drone/pr Build encountered an error
Details
2 years ago
Santiago Forero
b57596bd47
validate html
2 years ago
Ben Harris
54e91ab6e7
Merge pull request 'close unclosed divs in header.php' ( #22 ) from forero/tilderadiosite:master into master
...
continuous-integration/drone/push Build is passing
Details
Reviewed-on: #22
2 years ago
Santiago Forero
9cf094f4ef
close unclosed divs in header.php
continuous-integration/drone/pr Build encountered an error
Details
2 years ago
Ben Harris
c006a40edf
Merge pull request 'Add current time pointer in schedule' ( #21 ) from cel/tilderadio-site:pointer into master
...
continuous-integration/drone/push Build is passing
Details
Reviewed-on: #21
2 years ago
Charles E. Lehner
05e101f9e8
Misc fixes for time pointer
continuous-integration/drone/pr Build encountered an error
Details
2 years ago
Charles E. Lehner
1e68d971c8
Highlight active half-hour cell
continuous-integration/drone/pr Build encountered an error
Details
2 years ago
Charles E. Lehner
a731a47f1c
Add current time pointer in schedule
continuous-integration/drone/pr Build encountered an error
Details
2 years ago
deepend
8916d836c5
Added Mastodon link to index.php
continuous-integration/drone/push Build is passing
Details
2 years ago
deepend
aec6cc49ba
Merge pull request 'Replace logo with new logo based on the radio emoji in Twemoji 13.0.2' ( #20 ) from khuxkm/tilderadio-site:master into master
...
continuous-integration/drone/push Build is passing
Details
Reviewed-on: #20
2 years ago
Robert Miles
03848b1924
Provide attribution for use of radio emoji
continuous-integration/drone/pr Build encountered an error
Details
2 years ago
Robert Miles
d32fa86540
Replace tilderadio logo with new logo based on Twemoji radio emoji
2 years ago
Ben Harris
8e9a7fed30
use git -C instead of cd
continuous-integration/drone/push Build is passing
Details
2 years ago
deepend
163d9991f8
Merge pull request 'Update 'slogans.txt'' ( #19 ) from sedativeTether/site:master into master
...
continuous-integration/drone/push Build is passing
Details
Reviewed-on: #19
2 years ago
cat K.
0f842a9c5c
Update 'slogans.txt'
...
continuous-integration/drone/pr Build encountered an error
Details
Added "SYNTH TUBA JAZZ VOMIT" to slogans
2 years ago
deepend
55df3c66fb
Merge pull request 'adds manual stream info and restructures homepage a bit for readability and accessibility' ( #18 ) from tomasino/tilderadio-site:homepage-tweaks into master
...
continuous-integration/drone/push Build is passing
Details
Reviewed-on: #18
3 years ago
James Tomasino
a447477ed4
adds manual stream info and restructures homepage a bit for readability and accessibility
continuous-integration/drone/pr Build encountered an error
Details
3 years ago
deepend
eda12ccb4a
Merge pull request 'PHP is annoying and I want to stab whoever designed AzuraCast's API' ( #17 ) from khuxkm/tilderadio-site:master into master
...
continuous-integration/drone/push Build is passing
Details
Reviewed-on: #17
3 years ago
Robert Miles
6b6bc48ae7
PHP is annoying and I want to stab whoever designed AzuraCast's API
...
continuous-integration/drone/pr Build encountered an error
Details
From the top:
- gmdate needs an argument of what time to use. this one is on me being tired, but I shouldn't have to do this because
- IDs are per-DJ, not per-slot, as I mentioned in my last PR. This wasn't the reason behind the issue, but if IDs were per-slot, my original dedupe would have worked *perfectly*.
- AzuraCast's API gives weird ISO-8601 date strings instead of just *giving us UNIX timestamps*. Again, not the reason behind the issue, but it annoyed me when testing the dedupe fix.
3 years ago
Robert Miles
8b72e32771
Well, this is embarrassing...
...
continuous-integration/drone/pr Build encountered an error
Details
continuous-integration/drone/push Build is passing
Details
Apparently I put too much faith in AzuraCast's scheduler. IDs are per-DJ, not per-slot, and some DJs (like tomasino) run multiple shows out of the same login. Ergo, this simply will not do.
The ID now used in the dedupe also includes beginning and ending, leading to a slot looking like "13Sun000000Sun010000". This *should* be unique, since AFAIK no DJ has multiple slots during the same time and the same login. (Not to mention slots really can't be at the same time.)
3 years ago
deepend
b0d14c0ebb
changed font
...
continuous-integration/drone/push Build is passing
Details
using same font as the rest of the page.
3 years ago
deepend
f17df8ae52
Merge pull request 'Add next DJ to home page' ( #14 ) from khuxkm/tilderadio-site:master into master
...
continuous-integration/drone/push Build is passing
Details
Reviewed-on: #14
3 years ago
Robert Miles
3150e62a31
Add next DJ to home page
...
continuous-integration/drone/pr Build encountered an error
Details
Fixes #11 . Also adds schedule/nextdj.php, which outputs the same text, for use elsewhere TBD.
3 years ago
deepend
7d40425445
Merge pull request 'Adds a full calendar display to the tilderadio schedule' ( #13 ) from tomasino/tilderadio-site:master into master
...
continuous-integration/drone/push Build is passing
Details
Reviewed-on: #13
3 years ago
deepend
5aa784495e
Merge pull request 'Fix duplication of ICS events and make TTT only show up on the last Sunday of each month' ( #12 ) from khuxkm/tilderadio-site:master into master
...
continuous-integration/drone/push Build is passing
Details
Reviewed-on: #12
3 years ago
James Tomasino
6c272afa11
fixes large h1s on mobile causing horizontal scrolling
continuous-integration/drone/pr Build encountered an error
Details
3 years ago
James Tomasino
edc9543120
css tweaks for better phone display
3 years ago
James Tomasino
3987c26428
successfully populating shows into calendar
3 years ago
James Tomasino
d726d6522a
programatically drawing calendar from $schedule
3 years ago
James Tomasino
b8980af520
color scheme is hacker for cal
3 years ago
Robert Miles
b5992444e8
Add back the $from and $to params, defining them to be what should be a span of 8 days
...
continuous-integration/drone/pr Build encountered an error
Details
We can go over, since items will for sure not be duplicated with the dedupe in place.
3 years ago
James Tomasino
8729aecc37
adds hard-coded calendar without data as placeholder
3 years ago
Robert Miles
7e19179fcc
Fix duplication of ICS events and make TTT only show up on the last Sunday of each month
3 years ago
James Tomasino
76c878d65a
allow for remote development of schedule by pointing to live schedule json in dev
3 years ago
Ben Harris
af00cded1e
update test stream link
continuous-integration/drone/push Build is passing
Details
3 years ago