From 507a9a806f7085196fe34662063190f6664a6168 Mon Sep 17 00:00:00 2001 From: Ken Fallon Date: Mon, 25 May 2026 20:42:42 +0200 Subject: [PATCH] Renamed reserve queue to pool --- cms/stats.php | 4 ++-- hub/calendar.php | 14 +++++++------- hub/request.php | 4 ++-- hub/request_confirm.php | 6 +++--- hub/upload.php | 4 ++-- hub/upload_confirm.php | 4 ++-- 6 files changed, 18 insertions(+), 18 deletions(-) diff --git a/cms/stats.php b/cms/stats.php index 06863c7..53fc489 100644 --- a/cms/stats.php +++ b/cms/stats.php @@ -29,7 +29,7 @@ if ($result = mysqli_query($connection, $ep_retrieve)) { } // -------------------------------------------- -// Shows in the Reserve Queue +// Shows in the reserve pool $ep_retrieve = "SELECT COUNT(*) as num_reserve_shows FROM reservations WHERE status='RESERVE_SHOW_SUBMITTED'"; if ($result = mysqli_query($connection, $ep_retrieve)) { @@ -122,7 +122,7 @@ if ($result = mysqli_query($connection, $ep_retrieve)) { } // -------------------------------------------- -// Shows in the Reserve Queue +// Shows in the reserve pool $ep_retrieve = "SELECT COUNT(*) AS num_unprocessed_shows FROM reservations WHERE status!='RESERVE_SHOW_SUBMITTED' AND status!='REQUEST_UNVERIFIED'"; if ($result = mysqli_query($connection, $ep_retrieve)) { diff --git a/hub/calendar.php b/hub/calendar.php index 5237696..7ffcac6 100644 --- a/hub/calendar.php +++ b/hub/calendar.php @@ -115,7 +115,7 @@ $max_episode_number = $max_episode_array[0]; print "\n"; // -------------------------------------------- -// Get the number of shows in the reserve queue. +// Get the number of shows in the reserve pool. $query = mysqli_query($connection, "SELECT COUNT(*) as count_reserve_queue FROM reservations WHERE status = 'RESERVE_SHOW_SUBMITTED' AND ip = '127.0.0.1';"); $response_array = mysqli_fetch_row($query); @@ -123,7 +123,7 @@ $count_reserve_queue = $response_array[0]; print "\n"; // -------------------------------------------- -// Get the number of shows in the reserve queue yet to be processed. +// Get the number of shows in the reserve pool yet to be processed. $query = mysqli_query($connection, "SELECT COUNT(*) as count_reserve_queue_unprocessed FROM reservations WHERE status = 'RESERVE_SHOW_SUBMITTED' AND ip != '127.0.0.1';"); $response_array = mysqli_fetch_row($query); @@ -301,7 +301,7 @@ There are only days to wait un

  1. Review the updated ">Stuff you need to know page.
  2. -
  3. Select a date, or post to the reserve queue.
  4. +
  5. Select a date, or post to the reserve pool.
  6. Click the link in the confirmation email
  7. Then ">fill in a form.
@@ -314,13 +314,13 @@ There are only days to wait un
  • When the queue is filling up then leave some slots free for new contributors.
  • Post non urgent shows into the first empty week.
  • If you are uploading a series of shows then post them one every two weeks.
  • -
  • If you have a non urgent show that is timeless, then add it to the Reserve Queue.
  • +
  • If you have a non urgent show that is timeless, then add it to the reserve pool.
  • -

    Add to the Reserve Queue ?

    +

    Add to the reserve pool ?

    -request.php?id=9999">Post your show to the reserve queue if you don't care when it will be released. about.html#reserve_queue";">ⓘ +request.php?id=9999">Post your show to the reserve pool if you don't care when it will be released. about.html#reserve_queue";">ⓘ

    Select a date in the current schedule ?

    @@ -384,7 +384,7 @@ while ( $slot <= $max_episode_number) { } ?> -

    Reserve Queue Overview

    +

    reserve pool Overview

     \n";
         $this_episode_date = $next_show_date;
         if ( $id == 9999 ) {
    -      echo "\n";
    +      echo "\n";
         }
         else {
    -      echo "\n";
    +      echo "\n";
         }
         for ( $slot = $next_show_num; $slot<($next_show_num+365); $slot++ ) {
           if (empty($show_array[$slot])) {
    diff --git a/hub/request_confirm.php b/hub/request_confirm.php
    index b2dcdec..37a0842 100644
    --- a/hub/request_confirm.php
    +++ b/hub/request_confirm.php
    @@ -193,8 +193,8 @@ $mailer->addBCC('admin@hackerpublicradio.org');
     $mailer->addBCC('admin@hobbypublicradio.org');
     $mailer->addAddress("$email");
     if ( $ep_num == 9999 ) {
    -  $mailer->Subject = "Confirmation of request to submit to the reserve queue";
    -  $mailer->MsgHTML("

    This email is an automatic reply to a request to submit to the reserve queue on the longest running Community Podcast.
    + $mailer->Subject = "Confirmation of request to submit to the reserve pool"; + $mailer->MsgHTML("

    This email is an automatic reply to a request to submit to the reserve pool on the longest running Community Podcast.
    If you have not made this request then please ignore this email.

    @@ -216,7 +216,7 @@ if ( $ep_num == 9999 ) {

    " . date('Y-m-d\TH:i:s') . "\t" . getUserIP() . "\t" . $db_key . "\t" . $_SERVER["HTTP_USER_AGENT"] . "
    " ); - $mailer->AltBody = "This email is an automatic reply to a request to submit to the reserve queue on the longest running Community Podcast. + $mailer->AltBody = "This email is an automatic reply to a request to submit to the reserve pool on the longest running Community Podcast. If you have not made this request then please ignore this email. To confirm your request please confirm by copying and pasting the following link into your browser diff --git a/hub/upload.php b/hub/upload.php index 1ddf673..a98bb55 100644 --- a/hub/upload.php +++ b/hub/upload.php @@ -141,7 +141,7 @@ include 'header.php'; Uploading to the Reserve Queue.\n"; + echo "

    Uploading to the reserve pool.

    \n"; } else { echo "

    Uploading hpr${ep_num} for release on ${ep_date}

    \n"; @@ -307,7 +307,7 @@ include 'header.php'; This will take a long time, leave the browser running. You will get an email once the upload is complete. \nDelete this reservation for the Reserve Queue.\n

    \n"; + echo "

    \nDelete this reservation for the reserve pool.\n

    \n"; } else { echo "

    \nDelete this reservation for hpr${ep_num} on ${ep_date}.\n

    \n"; diff --git a/hub/upload_confirm.php b/hub/upload_confirm.php index 4740521..55a8148 100755 --- a/hub/upload_confirm.php +++ b/hub/upload_confirm.php @@ -466,9 +466,9 @@ $mailer->addBCC('admin@hobbypublicradio.org'); $mailer->AddAddress("$db_email"); $mailer->isHTML(false); if ( $ep_num == "9999" ) { - $mailer->Subject = "Thank you for uploading to the Reserve Queue"; + $mailer->Subject = "Thank you for uploading to the reserve pool"; $mailer->MsgHTML("

    This email is an automatic reply. If you have not made this request then please ignore this email.

    -

    Thank You for recording an episode for the Reserve Queue.

    +

    Thank You for recording an episode for the reserve pool.

       $message