<?php
@define('__POSTCALENDAR__','PostCalendar');
/**
 *  $Id: calendar.php,v 1.100 2002/12/16 04:46:35 iansym Exp $
 *
 *  PostCalendar::PostNuke Events Calendar Module
 *  Copyright (C) 2002  The PostCalendar Team
 *  http://postcalendar.tv
 *
 *  This program is free software; you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License as published by
 *  the Free Software Foundation; either version 2 of the License, or
 *  (at your option) any later version.
 *
 *  This program is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *  GNU General Public License for more details.
 *
 *  You should have received a copy of the GNU General Public License
 *  along with this program; if not, write to the Free Software
 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 *
 *  To read the license please read the docs/license.txt or visit
 *  http://www.gnu.org/copyleft/gpl.html
 *
 */
// load the user api functions
// pnModAPILoad(__POSTCALENDAR__,'user');

/**
 * initialise block
 */
function postcalendar_calendarblock_init()
{
  // Security
  pnSecAddSchema('PostCalendar:calendarblock:', 'Block title::');
}

/**
 * get information on block
 */
function postcalendar_calendarblock_info()
{
  // Values
  return array('text_type' => __POSTCALENDAR__,
               'module' => __POSTCALENDAR__,
               'text_type_long' => 'Calendar Block',
               'allow_multiple' => true,
               'form_content' => false,
               'form_refresh' => false,
               'show_preview' => true);
}


function event_compare( $a, $b )
{
  return strcmp( $a['startTime'].$a['title'], $b['startTime'].$b['title'] );
}


/**
 * display block
 */
function postcalendar_calendarblock_display($blockinfo, $show_extras = true )
{

//  // You supposed to be here?
//  if (!pnSecAuthAction(0,'PostCalendar:calendarblock:', "$blockinfo[title]::", ACCESS_OVERVIEW)) {
//    return false;
//  }

  // find out what view we're using
  $template_view = pnVarCleanFromInput('tplview');
  if ( !isset( $template_view ) )
  {
    $template_view ='default';
  }

  // find out what template we're using
  $template_name = _SETTING_TEMPLATE;
  if ( !isset( $template_name ) || empty( $template_name ) )
  {
    $template_name ='default';
  }


// event-calendar

  // What is today's correct date
//  $Date =& postcalendar_getDate();

   $Date =& postcalendar_today();

// print "date before: ".  $Date . "**********************\n";
// print "arg(0): ".  arg(0) . "   **********************\n";
// print "arg(1): ".  arg(1) . "   **********************\n";
// print "arg(2): ".  arg(2) . "   **********************\n";

// $Date = "20080901";

if ( arg(0) && arg(2) && arg(0) == 'event-calendar' )
{
  $Date = arg(2);
}


// print "date after : ".  $Date . "**********************\n";


  // Get the current region
  $regionID = getCalendarRegionIDCookie();

  // Get variables from content block
  $vars = unserialize($blockinfo['content']);
  $showcalendar   = $vars['pcbshowcalendar'];
  $showevents     = $vars['pcbeventoverview'];
  $eventslimit    = $vars['pcbeventslimit'];
  $nextevents     = $vars['pcbnextevents'];
  $pcbshowsslinks = $vars['pcbshowsslinks'];
  $pcbeventsrange = $vars['pcbeventsrange'];



  $showevents     = false;
  $nextevents     = false;
  $pcbshowsslinks = false;



  // Let's setup the info to build this sucka!
  $the_year   = substr($Date,0,4);
  $the_month  = substr($Date,4,2);
  $the_day    = substr($Date,6,2);
  $uid = 1;
//  $uid = pnUserGetVar('uid');  // todo: not used?

  $cacheid1 = $cacheid2 = $cacheid3 = '';
  $theme = pnUserGetTheme();

  pnThemeLoad($theme);
  global $bgcolor1, $bgcolor2, $bgcolor3, $bgcolor4, $bgcolor5;
  global $textcolor1, $textcolor2;

  // 20021125 - rraymond :: we have to do this to make it work with envolution
//  $pcModInfo = pnModGetInfo(pnModGetIDFromName(__POSTCALENDAR__));
//  $pcDir = pnVarPrepForOS($pcModInfo['directory']);

  $pcDir = './legacycalendar';

  require_once("$pcDir/pnincludes/Smarty/Config_File.class.php");


   unset($pcModInfo);
  // set up Smarty
  $tpl =& new pcSmarty();

  // setup the Smarty cache id
  $templates_cached = true;
  if ( $showcalendar )
  {
    $cacheid1 = md5($Date.'M'.$template_view.$template_name.$showcalendar.$showevents.$nextevents.$uid.$theme.$regionID);
    if ( !$tpl->is_cached( $template_name.'/views/calendarblock/month_view.html',$cacheid1 ) )
    {
      $templates_cached = false;
    }
  }
  if ( $showevents )
  {
    $cacheid2 = md5($Date.'T'.$template_view.$template_name.$showcalendar.$showevents.$nextevents.$uid.$theme.$regionID);
    if ( !$tpl->is_cached( $template_name.'/views/calendarblock/todays_events.html',$cacheid2 ) )
    {
      $templates_cached = false;
    }
  }
  if ( $nextevents )
  {
    $cacheid3 = md5($Date.'U'.$template_view.$template_name.$showcalendar.$showevents.$nextevents.$uid.$theme.$regionID);
    if ( !$tpl->is_cached( $template_name.'/views/calendarblock/upcoming_events.html',$cacheid3 ) )
    {
      $templates_cached = false;
    }
  }

  // start the output container
//  $output = pnModAPIFunc(__POSTCALENDAR__,'user','pageSetup');  // todo: needed?
  $output = '';

  // if one of the templates is not cached, we need to run the following
  if ( !$templates_cached )
  {
    // set up the next and previous months to move to
    $prev_month = Date_Calc::beginOfPrevMonth(1,$the_month,$the_year,'%Y%m%d');
    $next_month = Date_Calc::beginOfNextMonth(1,$the_month,$the_year,'%Y%m%d');
    $last_day   = Date_Calc::daysInMonth($the_month,$the_year);

    $pc_prev = pnModURL(__POSTCALENDAR__,'user','view',array('tplview'=>$template_view,'viewtype'=>'month','Date'=>$prev_month));
    $pc_next = pnModURL(__POSTCALENDAR__,'user','view',array('tplview'=>$template_view,'viewtype'=>'month','Date'=>$next_month));

//    $pc_month_name = pnModAPIFunc(__POSTCALENDAR__, 'user', 'getmonthname', array('Date'=>mktime(0,0,0,$the_month,$the_day,$the_year)));
    $pc_month_name = postcalendar_userapi_getmonthname( array('Date'=>mktime(0,0,0,$the_month,$the_day,$the_year)));


// print "********************\n";
// print "******calling pnModURL with **************\n";
// print_r( array('tplview'=>$template_view,'viewtype'=>'month','Date'=>date('Ymd',mktime(0,0,0,$the_month,1,$the_year))) );
// print "********************\n";

    $month_link_url = pnModURL(__POSTCALENDAR__, 'user', 'view', array('tplview'=>$template_view,'viewtype'=>'month','Date'=>date('Ymd',mktime(0,0,0,$the_month,1,$the_year))));

// print "********************\n";
// print "********************\n";
// print "month_link_url : $month_link_url  ********************\n";
// print "********************\n";

    $month_link_text = $pc_month_name.' '.$the_year;
    //*******************************************************************
    //  Here we get the events for the current month view
    //*******************************************************************
    $day_of_week = 1;
    $pc_month_names = array(_CALJAN,_CALFEB,_CALMAR,_CALAPR,_CALMAY,_CALJUN,
                            _CALJUL,_CALAUG,_CALSEP,_CALOCT,_CALNOV,_CALDEC);

    $pc_short_day_names = array(_CALSUNDAYSHORT, _CALMONDAYSHORT,
                                _CALTUESDAYSHORT, _CALWEDNESDAYSHORT,
                                _CALTHURSDAYSHORT, _CALFRIDAYSHORT,
                                _CALSATURDAYSHORT);

    $pc_long_day_names = array(_CALSUNDAY, _CALMONDAY,
                               _CALTUESDAY, _CALWEDNESDAY,
                               _CALTHURSDAY, _CALFRIDAY,
                               _CALSATURDAY);
    switch (_SETTING_FIRST_DAY_WEEK)
    {
      case _IS_MONDAY:
        $pc_array_pos = 1;
        $first_day  = date('w',mktime(0,0,0,$the_month,0,$the_year));
        $end_dow = date('w',mktime(0,0,0,$the_month,$last_day,$the_year));
        if ( $end_dow != 0 )
        {
          $the_last_day = $last_day+(7-$end_dow);
        }
        else
        {
          $the_last_day = $last_day;
        }
        break;

      case _IS_SATURDAY:
        $pc_array_pos = 6;
        $first_day  = date('w',mktime(0,0,0,$the_month,2,$the_year));
        $end_dow = date('w',mktime(0,0,0,$the_month,$last_day,$the_year));
        if ( $end_dow == 6 )
        {
          $the_last_day = $last_day+6;
        }
        elseif ( $end_dow != 5 )
        {
          $the_last_day = $last_day+(5-$end_dow);
        }
        else
        {
          $the_last_day = $last_day;
        }
        break;

      case _IS_SUNDAY:
      default:
        $pc_array_pos = 0;
        $first_day  = date('w',mktime(0,0,0,$the_month,1,$the_year));
        $end_dow = date('w',mktime(0,0,0,$the_month,$last_day,$the_year));
        if ( $end_dow != 6 )
        {
          $the_last_day = $last_day+(6-$end_dow);
        }
        else
        {
          $the_last_day = $last_day;
        }
        break;
    }

    $month_view_start = date('Y-m-d',mktime(0,0,0,$the_month,1,$the_year));
    $month_view_end   = date('Y-m-t',mktime(0,0,0,$the_month,1,$the_year));
    $today_date       = postcalendar_today('%Y-%m-%d');
    $starting_date    = date('m/d/Y',mktime(0,0,0,$the_month,1-$first_day,$the_year));
    $ending_date      = date('m/t/Y',mktime(0,0,0,$the_month+$pcbeventsrange,1,$the_year));

//    $eventsByDate =& pnModAPIFunc( __POSTCALENDAR__,'user','pcGetEvents', array('start'=>$starting_date,'end'=>$ending_date ) );
    $eventsByDate =& postcalendar_userapi_pcGetEvents( array('start'=>$starting_date,'end'=>$ending_date ) );


    // sort event by date and remove duplicates
    foreach ( $eventsByDate as $key => $curreventdate )  
    {
      usort( $curreventdate, "event_compare");

      $check_event = "";
      foreach ( $curreventdate as $eventkey => $currevent ) 
      {
        $current_check_event = $currevent['startTime'] . ":" . $currevent['title'];
        if ( strcmp( $check_event, $current_check_event ) == 0 )
        {
          unset ($curreventdate[$eventkey] ); // This removes the element from the array
        }
        else
        {
          $check_event = $current_check_event;
        }
      }
      $eventsByDate[$key] = $curreventdate;
    }

///////////////////////////////////////////
//    foreach ( $eventsByDate as $key => $curreventdate )  
//    {
//      echo "<h1>$key</h1>";
//      foreach ( $curreventdate as $eventkey => $currevent ) 
//      {
//        echo "<h2>next event</h2>";
//        echo $eventkey . ": " . $currevent['startTime'] . ": " . $currevent['title'];
//        echo "<br />sponsorid: " . $currevent['sponsorid'];
//        echo "<hr />";
//      }
//    }
//
//    print_a( $eventsByDate );
///////////////////////////////////////////

    $calendarView = Date_Calc::getCalendarMonth( $the_month, $the_year, '%Y-%m-%d' );

    $sdaynames = array();
    $numDays = count($pc_short_day_names);
    for ( $i=0; $i < $numDays; $i++ )
    {
      if ( $pc_array_pos >= $numDays )
      {
        $pc_array_pos = 0;
      }
      array_push($sdaynames,$pc_short_day_names[$pc_array_pos]);
      $pc_array_pos++;
    }

    $daynames = array();
    $numDays = count($pc_long_day_names);
    for ( $i=0; $i < $numDays; $i++ )
    {
      if ( $pc_array_pos >= $numDays )
      {
        $pc_array_pos = 0;
      }
      array_push($daynames,$pc_long_day_names[$pc_array_pos]);
      $pc_array_pos++;
    }

    $dates = array();
    while ( $starting_date <= $ending_date )
    {
      array_push($dates,$starting_date);
      list($m,$d,$y) = explode('/',$starting_date);
      $starting_date = Date_Calc::nextDay($d,$m,$y,'%m/%d/%Y');
    }

//    $categories =& pnModAPIFunc(__POSTCALENDAR__,'user','getCategories');
    $categories =& postcalendar_userapi_getCategories();



    if ( isset( $calendarView ) )
    {
      $tpl->assign_by_ref('CAL_FORMAT',$calendarView);
    }
    $tpl->assign_by_ref('A_MONTH_NAMES',$pc_month_names);
    $tpl->assign_by_ref('A_LONG_DAY_NAMES',$pc_long_day_names);
    $tpl->assign_by_ref('A_SHORT_DAY_NAMES',$pc_short_day_names);
    $tpl->assign_by_ref('S_LONG_DAY_NAMES',$daynames);
    $tpl->assign_by_ref('S_SHORT_DAY_NAMES',$sdaynames);
    $tpl->assign_by_ref('A_EVENTS',$eventsByDate);
    $tpl->assign_by_ref('A_CATEGORY',$categories);
    $tpl->assign_by_ref('PREV_MONTH_URL',$pc_prev);
    $tpl->assign_by_ref('NEXT_MONTH_URL',$pc_next);
    $tpl->assign_by_ref('MONTH_START_DATE',$month_view_start);
    $tpl->assign_by_ref('MONTH_END_DATE',$month_view_end);
    $tpl->assign_by_ref('TODAY_DATE',$today_date);
    $tpl->assign_by_ref('DATE',$Date);
    $tpl->assign_by_ref('DISPLAY_LIMIT',$eventslimit);
    $tpl->assign('TODAYS_EVENTS_TITLE',_PC_TODAYS_EVENTS);
    $tpl->assign('UPCOMING_EVENTS_TITLE',_PC_UPCOMING_EVENTS);
    $tpl->assign('NO_EVENTS',_PC_BLOCK_NO_EVENTS);
  }

  if ( $showcalendar )
  {
    // we need to create a unique ID for caching purposes
    $output .= $tpl->fetch($template_name.'/views/calendarblock/month_view.html',$cacheid1);
  }

if ( $show_extras )
{

  // dtb
  // add quick links
  $output .= '<br />';
  $output .= '<b>Calendar QuickLinks</b>&#8482;<br/>';

// /event-calendar/view/20080910/day

//  $output .= '<div style="margin: 0px 0px 0px -15px; font-size:14px; font-weight: bold;">Daily Events</div>';
  $output .= '<div style="margin: 0px 0px 0px 0px; font-size:14px; font-weight: bold;">Daily Events</div>';

  $output .= '<ul style="margin: 0px 0px 0px 5px; padding: 0px 0px 0px 10px;">';
  $output .= '<li><a href="/event-calendar/view/' . $Date . '/month">'    . 'All Categories</a></li>';
  $output .= '<li><a href="/event-calendar/view/' . $Date . '/month/2">'  . 'Community Events</a></li>';
  $output .= '<li><a href="/event-calendar/view/' . $Date . '/month/16">' . 'Entertainers</a></li>';
  $output .= '<li><a href="/event-calendar/view/' . $Date . '/month/8">'  . 'Free Family Fun</a></li>';
  $output .= '<li><a href="/event-calendar/view/' . $Date . '/month/3">'  . 'Gotta Go!</a></li>';
  $output .= '<li><a href="/event-calendar/view/' . $Date . '/month/5">'  . 'Hands-On Activities</a></li>';
  $output .= '<li><a href="/event-calendar/view/' . $Date . '/month/13">' . 'Holiday Happenings</a></li>';
  $output .= '<li><a href="/event-calendar/view/' . $Date . '/month/12">' . 'Kids\' Classes</a></li>';
  $output .= '<li><a href="/event-calendar/view/' . $Date . '/month/18">' . 'Open Space Activities</a></li>';
  $output .= '<li><a href="/event-calendar/view/' . $Date . '/month/27">' . 'Opening Day!</a></li>';
  $output .= '<li><a href="/event-calendar/view/' . $Date . '/month/21">' . 'Parents Time Out</a></li>';
  $output .= '<li><a href="/event-calendar/view/' . $Date . '/month/19">' . 'Pets</a></li>';
  $output .= '<li><a href="/event-calendar/view/' . $Date . '/month/14">' . 'Special Events</a></li>';
  $output .= '<li><a href="/event-calendar/view/' . $Date . '/month/15">' . 'Teen Events</a></li>';
  $output .= '<li><a href="/event-calendar/view/' . $Date . '/month/11">' . 'Theater and Music</a></li>';
  $output .= '<li><a href="/event-calendar/view/' . $Date . '/month/22">' . 'Winter Outdoor Activities</a></li>';
  $output .= '<li><a href="/event-calendar/view/' . $Date . '/month/28">' . 'What a DEAL!</a></li>';
  $output .= '<li><a href="/event-calendar/view/' . $Date . '/month/20">' . 'Worth the Drive</a></li>';
  $output .= '</ul>';

  $output .= '<br />';
  $output .= '<div style="margin: 0px 0px 0px 0px; font-size:14px; font-weight: bold;">On-going &<br />Repeat Events</div>';
  $output .= '<ul style="margin: 0px 0px 0px 5px; padding: 0px 0px 0px 10px;">';
  $output .= '<li><a href="/tags/family-resource-listing/education/book-clubs">'                                 . 'Book Clubs</a></li>';
  $output .= '<li><a href="/tags/family-resource-listing/food/farmers-markets">'                                 . 'Farmers\' Markets</a></li>';
  $output .= '<li><a href="/tags/family-resource-listing/food/kids-eat-free">'                                   . 'Kids Eat Free</a></li>';
  $output .= '<li><a href="/tags/family-resource-listing/education/library-special-programs">'                   . 'Library Special Programs</a></li>';
  $output .= '<li><a href="/tags/family-resource-listing/family-fun/museums-and-exhibits">'                      . 'Museums/Exhibits</a></li>';
  $output .= '<li><a href="/tags/family-resource-listing/family-fun/sports-teams-and-sporting-events">'          . 'Sports Teams and Sporting Events</a></li>';
  $output .= '<li><a href="/tags/family-resource-listing/family-fun/pumpkin-patches-corn-mazes">'                . 'Pumpkin Patches &<br />Corn Mazes</a></li>';
  $output .= '<li><a href="/tags/family-resource-listing/family-fun/storytimes">'                                . 'Story Times</a></li>';
  $output .= '<li><a href="/tags/family-resource-listing/family-fun/tours">'                                     . 'Tours</a></li>';

  $output .= '</ul>';

  if ( $showevents )
  {
    if ( $showcalendar )
    {
      $tpl->assign('SHOW_TITLE',1);
    }
    else
    {
      $tpl->assign('SHOW_TITLE',0);
    }
    // we need to create a unique ID for caching purposes
    $output .= $tpl->fetch($template_name.'/views/calendarblock/todays_events.html', $cacheid2);
  }

  if ( $nextevents )
  {
    if ( $showcalendar || $showevents )
    {
      $tpl->assign('SHOW_TITLE',1);
    }
    else
    {
      $tpl->assign('SHOW_TITLE',0);
    }
    // we need to create a unique ID for caching purposes
    $output .= $tpl->fetch($template_name.'/views/calendarblock/upcoming_events.html',$cacheid3);
  }

  if ( $pcbshowsslinks )
  {
    $output .= '<br />';
    $submit_event_url = pnModURL(__POSTCALENDAR__,'user','submit');
    $search_event_url = pnModURL(__POSTCALENDAR__,'user','search');
    $output .= '<center>';
    if (PC_ACCESS_ADD )
    {
      $output .= '[ <a href="'.$submit_event_url.'">'._PC_SUBMIT_EVENT.'</a> ] ';
    }
    $output .= '[ <a href="'.$search_event_url.'">'._PC_SEARCH_EVENT.'</a> ]';
    $output .= '</center>';
  }
  // Populate block info and pass to theme

//  $blockinfo['content'] = $output;
//  return themesideblock($blockinfo);
}

return $output;
}


/**
 * modify block settings ..
 */
function postcalendar_calendarblock_modify($blockinfo)
{
  if (!pnSecAuthAction(0,'PostCalendar:calendarblock:',"$blockinfo[title]::",ACCESS_ADMIN))
  {
    return false;
  }

  // Create output object
  $output =& new pnHTML();
  // Get variables from content block
  $vars = unserialize($blockinfo['content']);
  $i=0;
  $output->SetOutputMode(_PNH_RETURNOUTPUT);

  $settings[$i][]     = $output->Text(_PC_BLOCK_SHOW_CALENDAR);
  $settings[$i++][]   = $output->FormCheckBox('pcbshowcalendar', @$vars['pcbshowcalendar']);

  $settings[$i][]     = $output->Text(_PC_BLOCK_EVENT_OVERVIEW);
  $settings[$i++][]   = $output->FormCheckBox('pcbeventoverview', @$vars['pcbeventoverview']);

  $settings[$i][]     = $output->Text(_PC_BLOCK_UPCOMING_EVENTS);
  $settings[$i++][]   = $output->FormCheckBox('pcbnextevents', @$vars['pcbnextevents']);

  $settings[$i][]     = $output->Text(_PC_SHOW_SS_LINKS);
  $settings[$i++][]   = $output->FormCheckBox('pcbshowsslinks', @$vars['pcbshowsslinks']);

  $settings[$i][]     = $output->Text(_PC_BLOCK_EVENTS_DISPLAY_LIMIT);
  $settings[$i++][]   = $output->FormText('pcbeventslimit', @$vars['pcbeventslimit'],5);

  $settings[$i][]     = $output->Text(_PC_BLOCK_EVENTS_DISPLAY_RANGE);
  $settings[$i++][]   = $output->FormText('pcbeventsrange', @$vars['pcbeventsrange'],5);

  $output->SetOutputMode(_PNH_KEEPOUTPUT);

  // Add row
  $output->SetInputMode(_PNH_VERBATIMINPUT);
  for ( $i=0; $i<count($settings); $i++ )
  {
    $output->TableAddRow($settings[$i], 'left');
  }
  $output->SetInputMode(_PNH_PARSEINPUT);

  // Return output
  return $output->GetOutput();
}

/**
 * update block settings
 */
function postcalendar_calendarblock_update($blockinfo)
{
  // Security check
  if (!pnSecAuthAction(0,'PostCalendar:calendarblock:',"$blockinfo[title]::",ACCESS_ADMIN))
  {
    return false;
  }

  list($vars['pcbshowcalendar'],
       $vars['pcbeventslimit'],
       $vars['pcbeventoverview'],
       $vars['pcbnextevents'],
       $vars['pcbeventsrange'],
       $vars['pcbshowsslinks']) = pnVarCleanFromInput('pcbshowcalendar',
                                                      'pcbeventslimit',
                                                      'pcbeventoverview',
                                                      'pcbnextevents',
                                                      'pcbeventsrange',
                                                      'pcbshowsslinks');
  // set up defaults if not defined
  if(!isset($vars['pcbshowcalendar']))  { $vars['pcbshowcalendar']  = 0; }
  if(!isset($vars['pcbeventslimit']))   { $vars['pcbeventslimit']   = 5; }
  if(!isset($vars['pcbeventoverview'])) { $vars['pcbeventoverview'] = 0; }
  if(!isset($vars['pcbnextevents']))    { $vars['pcbnextevents']    = 0; }
  if(!isset($vars['pcbeventsrange']))   { $vars['pcbeventsrange']   = 6; }
  if(!isset($vars['pcbshowsslinks']))   { $vars['pcbshowsslinks']   = 0; }

  $tpl =& new pcSmarty();
  $tpl->clear_all_cache();
  $blockinfo['content'] = serialize($vars);
  return $blockinfo;
}
?>
