Commit Graph

7648 Commits

Author SHA1 Message Date
frecuencialibre 4752c728b9
Merge pull request #605 from Robbt/feature-smartblock-remaining-time
Add Fill Remaining Time Smartblock Limit
2018-12-12 15:43:49 -06:00
Robbt 2a039d0469 changed preview to only 60 minutes 2018-12-12 16:36:49 -05:00
Robbt 9562470d47 added upgraded class 2018-12-12 12:21:42 -05:00
Robbt 1bf5fcc169 removed quote around column name 2018-12-12 09:44:52 -05:00
Robbt af441d4db4 added schema change to database controller 2018-12-11 21:40:09 -05:00
Robbt 4abe301fbb modified javascript and binary values to make dynamic default 2018-12-11 21:34:06 -05:00
Robbt c7767c8a8d avoid fail when blocks are created as dynamic by default 2018-12-12 02:23:25 +00:00
Robbt 1b48f91dbd work in progress 2018-12-11 21:14:35 -05:00
ryan a294747bbb copy changes and css for overflow label and help text 2018-12-11 14:31:34 -06:00
frecuencialibre c7b55f60e4
Merge branch 'master' into smartblock-overflow 2018-12-11 14:17:18 -06:00
frecuencialibre 5ab35dda18
Merge pull request #627 from Robbt/fix-show-criteria
Smartblock criteria show # of matches fixes #541
2018-12-10 14:31:23 -06:00
Robbt d6796ade97 changed wording on displayed message to be more understandable 2018-12-10 15:24:18 -05:00
Robbt bfe88efdf3 fixed grammar 2018-12-10 15:11:26 -05:00
Robbt 6bae72345f removed dangling else statement 2018-12-03 20:27:45 -05:00
Robbt acc9952794 removed dead code that was not being used 2018-12-03 16:51:39 -05:00
Robbt 618ca4a559 fixed update.phtml to simplify code and show properly on 0 case 2018-12-03 16:48:16 -05:00
Robbt 9904b61eda removed php escape of characters that broke smartblocks 2018-12-02 10:39:29 -05:00
Robb 49a715bc98
Merge pull request #629 from paddatrapper/dos-line-endings
Convert line endings to unix from dos
2018-12-02 06:20:53 -05:00
Kyle Robbertze eeed9441e9 convert line endings to unix from dos 2018-12-01 21:57:49 +02:00
Kyle Robbertze bcb9f2f965 remove old cruft 2018-12-01 21:35:09 +02:00
Robbt 641ba717cf redid refactor to pluralize output 2018-12-01 09:42:02 -05:00
Robbt 3d3391bea7 adding part of previous PR that was mistakenly lost 2018-12-01 09:21:52 -05:00
ryan b49465d3a3 make add show dialogue scrollable. fixes #338 2018-11-30 16:08:44 -06:00
Robb 634ac9c846
Merge pull request #616 from frecuencialibre/remove-record-section
remove "Record & Rebroadcast" section from show edit modal
2018-11-27 17:29:00 -05:00
ryan a7bad21b0e remove "Record & Rebroadcast" section from show edit modal 2018-11-27 16:20:40 -06:00
ryan cc8783b780 restore recent changes that would have been overwritten 2018-11-27 15:59:12 -06:00
ryan 3bdb2949e7 add styles for autoloading playlists tootip 2018-11-27 15:54:22 -06:00
ryan 8ed8a8827c remove partially empty icons if show has autoloading playlist 2018-11-27 15:17:34 -06:00
ryan fe5b722c7f use clock icon to represent autoloading playlist 2018-11-27 15:07:56 -06:00
Robbt 008530364b Added jquery to hide or remove limit value 2018-11-26 15:26:19 -05:00
ryan 36755e4288 spanish translation for Autoloading Playlist section 2018-11-26 13:34:51 -06:00
ryan 9b7e039772 make "Repeat Playlist Until Show is Full ?" string translatable 2018-11-26 13:24:25 -06:00
ryan 5372014fd4 delete file accidentally added to autoloading UI PR 2018-11-26 11:27:17 -06:00
ryan cc112531b5 add styles for autoloading playlists tootip 2018-11-26 11:22:19 -06:00
ryan 76f46def18 add autoloading playlists help text to translation files 2018-11-26 11:16:53 -06:00
ryan d3604592ce rename to "autoloading playlists" in translation files 1 2018-11-26 11:03:00 -06:00
ryan 0cf27e91e2 Rename "autoloading playlists", add help texts 2018-11-26 10:56:56 -06:00
Robbt 4f41b539b5 Made overflow tracks set checked simpler 2018-11-25 18:28:14 -05:00
Nik Martin 62348073d5 delete editor tmp files 2018-11-25 21:50:48 +00:00
Robbt e7c7f215d5 Added the option to allow smartblocks to overflow their time limits to the UI 2018-11-25 13:16:26 -05:00
Robbt 74cd668301 fixed repeating smartblock to not overflow time limit 2018-11-25 11:36:18 -05:00
Robbt c759f8b8aa Initial proof of concept for time remaining smart block limit 2018-11-24 17:08:39 -05:00
Robb 6431174943
Merge pull request #602 from radiorabe/fix/version-check-when-github-is-not-available
Version check when GitHub is not available
2018-11-20 20:41:10 -05:00
Robb 4a891c86b5
Merge pull request #600 from radiorabe/fix/version-check
Revert "Fixing failing version test"
2018-11-20 20:40:54 -05:00
Lucas Bickel b65c040394 ♻️ only store versions on success
We should only overwrite latest_version if retreiving from GitHub went
ok, else we should keep the old values and store "null".
2018-11-21 02:25:43 +01:00
Lucas Bickel c0124b6245 🐛 returnn array of strings
The downstream version checking code expects an array of strings and the "github is unreachable"
default was returning a string.
2018-11-21 02:21:52 +01:00
Lucas Bickel ef732f8d59
Merge pull request #595 from frecuencialibre/collapse-show-edit-sections
UX: collapse advanced configuration sections in Schedule Dialog
2018-11-21 01:07:26 +01:00
Lucas Bickel 410523498d Revert "Fixing failing version test"
This reverts commit 05b62f9258.
2018-11-21 00:50:57 +01:00
ryan 4b9e50b64b collapse advanced configuration sections in Schedule Dialog 2018-11-19 11:39:54 -06:00
jelko 05b62f9258
Fixing failing version test
Wrapping version in Array() to comply with SemVer new method signature. This should fix #487.
2018-11-14 01:14:53 +01:00