You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(5) |
Feb
(25) |
Mar
(18) |
Apr
|
May
(26) |
Jun
(14) |
Jul
(1) |
Aug
(5) |
Sep
(82) |
Oct
(3) |
Nov
(130) |
Dec
(9) |
2004 |
Jan
(4) |
Feb
(62) |
Mar
|
Apr
(3) |
May
(100) |
Jun
|
Jul
(6) |
Aug
(49) |
Sep
(33) |
Oct
(47) |
Nov
(2) |
Dec
(1) |
2005 |
Jan
|
Feb
(4) |
Mar
(1) |
Apr
(8) |
May
(17) |
Jun
|
Jul
(1) |
Aug
(2) |
Sep
(26) |
Oct
(18) |
Nov
(37) |
Dec
(14) |
2006 |
Jan
(2) |
Feb
(18) |
Mar
(34) |
Apr
(52) |
May
(7) |
Jun
(3) |
Jul
(2) |
Aug
(10) |
Sep
|
Oct
|
Nov
(18) |
Dec
(4) |
2007 |
Jan
|
Feb
(7) |
Mar
(7) |
Apr
(6) |
May
(52) |
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
(15) |
Nov
|
Dec
(1) |
2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(250) |
2009 |
Jan
(35) |
Feb
(45) |
Mar
|
Apr
(4) |
May
(35) |
Jun
(13) |
Jul
(49) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(11) |
2010 |
Jan
(3) |
Feb
(30) |
Mar
|
Apr
(35) |
May
(12) |
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(4) |
From: <cl...@us...> - 2004-09-01 21:33:28
|
Update of /cvsroot/phpicalendar/phpicalendar In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11898 Modified Files: README Log Message: Updated. Index: README =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/README,v retrieving revision 1.74 retrieving revision 1.75 diff -C2 -d -r1.74 -r1.75 *** README 19 Aug 2004 22:12:10 -0000 1.74 --- README 1 Sep 2004 21:33:20 -0000 1.75 *************** *** 92,95 **** --- 92,96 ---- -Added iCal specific publish.php. -Fixed stat bug. + -PHP5 support added. -Various Bug fixes. |
From: <cl...@us...> - 2004-09-01 21:27:12
|
Update of /cvsroot/phpicalendar/phpicalendar In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10836 Modified Files: day.php month.php print.php week.php Log Message: PHP5 alterations. Index: day.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/day.php,v retrieving revision 1.119 retrieving revision 1.120 diff -C2 -d -r1.119 -r1.120 *** day.php 18 Aug 2004 04:06:31 -0000 1.119 --- day.php 1 Sep 2004 21:26:59 -0000 1.120 *************** *** 108,115 **** } ! $page->draw_day($this->page); ! $page->tomorrows_events($this->page); ! $page->get_vtodo($this->page); ! $page->draw_subscribe($this->page); $page->output(); --- 108,115 ---- } ! $page->draw_day($page); ! $page->tomorrows_events($page); ! $page->get_vtodo($page); ! $page->draw_subscribe($page); $page->output(); Index: month.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/month.php,v retrieving revision 1.125 retrieving revision 1.126 diff -C2 -d -r1.125 -r1.126 *** month.php 18 Aug 2004 04:06:31 -0000 1.125 --- month.php 1 Sep 2004 21:26:59 -0000 1.126 *************** *** 112,118 **** if ($this_months_events == 'yes') { ! $page->monthbottom($this->page); } ! $page->draw_subscribe($this->page); $page->output(); --- 112,118 ---- if ($this_months_events == 'yes') { ! $page->monthbottom($page); } ! $page->draw_subscribe($page); $page->output(); Index: print.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/print.php,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** print.php 18 Aug 2004 04:06:31 -0000 1.30 --- print.php 1 Sep 2004 21:26:59 -0000 1.31 *************** *** 85,89 **** )); ! $page->draw_print($this->page); $page->output(); --- 85,89 ---- )); ! $page->draw_print($page); $page->output(); Index: week.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/week.php,v retrieving revision 1.118 retrieving revision 1.119 diff -C2 -d -r1.118 -r1.119 *** week.php 18 Aug 2004 04:06:31 -0000 1.118 --- week.php 1 Sep 2004 21:26:59 -0000 1.119 *************** *** 112,119 **** } ! $page->draw_week($this->page); ! $page->tomorrows_events($this->page); ! $page->get_vtodo($this->page); ! $page->draw_subscribe($this->page); $page->output(); --- 112,119 ---- } ! $page->draw_week($page); ! $page->tomorrows_events($page); ! $page->get_vtodo($page); ! $page->draw_subscribe($page); $page->output(); |
From: <cl...@us...> - 2004-09-01 21:27:10
|
Update of /cvsroot/phpicalendar/phpicalendar/functions In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10836/functions Modified Files: list_functions.php Log Message: PHP5 alterations. Index: list_functions.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/functions/list_functions.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** list_functions.php 12 Aug 2004 19:08:00 -0000 1.10 --- list_functions.php 1 Sep 2004 21:27:00 -0000 1.11 *************** *** 70,74 **** function list_weeks() { ! global $getdate, $this_year, $cal, $dateFormat_week_jump; ereg ("([0-9]{4})([0-9]{2})([0-9]{2})", $getdate, $day_array2); $this_day = $day_array2[3]; --- 70,74 ---- function list_weeks() { ! global $getdate, $this_year, $cal, $dateFormat_week_jump, $week_start_day; ereg ("([0-9]{4})([0-9]{2})([0-9]{2})", $getdate, $day_array2); $this_day = $day_array2[3]; |
From: <cl...@us...> - 2004-08-30 21:20:43
|
Update of /cvsroot/phpicalendar/phpicalendar/calendars In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29573/calendars Modified Files: publish.ical.php Log Message: Added more hints. Index: publish.ical.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/calendars/publish.ical.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** publish.ical.php 19 Aug 2004 22:12:10 -0000 1.1 --- publish.ical.php 30 Aug 2004 21:20:34 -0000 1.2 *************** *** 27,30 **** --- 27,35 ---- 3. Configure to your liking, and set the URL to (eg): http://localhost/~dietricha/calendar/calendars/publish.php 4. Click the "Publish" button + 5. Some PHP versions require a '?' at the end of the URL (eg): http://localhost/~dietricha/calendar/calendars/publish.php? + + Hints: + 1. PHP 4.3.0 or greater is required + 2. safe_mode = Off needs to be in php.ini Security: |
From: <cl...@us...> - 2004-08-24 23:15:09
|
Update of /cvsroot/phpicalendar/phpicalendar/functions In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22222/functions Modified Files: ical_parser.php Log Message: check for webcal line 51. Index: ical_parser.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/functions/ical_parser.php,v retrieving revision 1.178 retrieving revision 1.179 diff -C2 -d -r1.178 -r1.179 *** ical_parser.php 12 Aug 2004 02:41:26 -0000 1.178 --- ical_parser.php 24 Aug 2004 23:14:59 -0000 1.179 *************** *** 49,53 **** $fname = $master_array['-4'][$z]['filename']; $wcalc = $master_array['-4'][$z]['webcal']; ! $realcal_mtime = filemtime($fname); $webcal_mtime = strtotime("now -$webcal_hours hours"); if (($mtime == $realcal_mtime) && ($wcalc == 'no')) { --- 49,53 ---- $fname = $master_array['-4'][$z]['filename']; $wcalc = $master_array['-4'][$z]['webcal']; ! if ($wcalc == 'no') $realcal_mtime = filemtime($fname); $webcal_mtime = strtotime("now -$webcal_hours hours"); if (($mtime == $realcal_mtime) && ($wcalc == 'no')) { |
From: <cl...@us...> - 2004-08-19 22:12:20
|
Update of /cvsroot/phpicalendar/phpicalendar/calendars In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2290/calendars Added Files: publish.ical.php publish.mozilla.php Removed Files: publish.php Log Message: Added separate publish for iCal and Mozilla. Added French. --- NEW FILE: publish.ical.php --- <?php /* Extension to PHP iCalendar for supporting publishing from Apple iCal Date: 11.12.2003 Author: Dietrich Ayala Copyright 2003 Dietrich Ayala Description: This allows iCal to publish to your PHP iCalendar site *without* WebDAV support. This helps with commercial hosts where WebDAV is not available. Features: - supports publishing and deleting calendars - does not require WebDAV Installation: 1. place this file in your PHP iCalendar calendars directory (or anywhere else) 2. configure path to PHP iCalendar config file (below) 3. make sure that PHP has write access to the calendars directory (or whatever you set $calendar_path to) 4. set up directory security on your calendars directory 5. turn on publishing in your PHP iCalendar config file by setting $phpicalendar_publishing to 1. Usage (Apple iCal): 1. Open iCal, select a calendar for publishing 2. Select "Publish" from the "Calendar" menu 3. Configure to your liking, and set the URL to (eg): http://localhost/~dietricha/calendar/calendars/publish.php 4. Click the "Publish" button Security: The calendars directory should be configured to require authentication. This can be done via any methods supported by your webserver. There is much documentation available on the web for doing per-directory authentication for Apache. This protects any private calendar data, and prevents unauthorized users from updating or deleting your calendar data. There's also code below that forwards any GET requests to the PHP iCalendar front page. Troubleshooting: You can turn on logging by setting the PHPICALENDAR_LOG_PUBLISHING constant to 1 below. This will write out a log file to the same directory as this script. Don't forget to turn off logging when done!! */ // include PHP iCalendar configuration variables include('../config.inc.php'); // set calendar path, or just use current directory $calendar_path = (isset($calendar_path) && $calendar_path != '') ? $calendar_path : ''; // allow/disallow publishing $phpicalendar_publishing = isset($phpicalendar_publishing) ? $phpicalendar_publishing : 0; define( 'PHPICALENDAR_PUBLISHING', $phpicalendar_publishing ); // toggle logging define( 'PHPICALENDAR_LOG_PUBLISHING', 1 ); /* force GET requests to main calendar view if($_SERVER['REQUEST_METHOD'] == 'GET') { header('Location: '.$default_path); return; } */ // only allow publishing if explicitly enabled if(PHPICALENDAR_PUBLISHING == 1) { // unpublishing if($_SERVER['REQUEST_METHOD'] == 'DELETE') { // get calendar filename $calendar_file = $calendar_path.substr($_SERVER['REQUEST_URI'] , ( strrpos($_SERVER['REQUEST_URI'], '/') + 1) ) ; logmsg('received request to delete '.$calendar_file); // remove calendar file if(!unlink($calendar_file)) { logmsg('unable to delete the calendar file'); } else { logmsg('deleted'); } return; } // publishing if($_SERVER['REQUEST_METHOD'] == 'PUT') { // get calendar data if($fp = fopen('php://input','r')) { while(!@feof($fp)) { $data .= fgets($fp,4096); } @fclose($fp); } else { logmsg('unable to read input data'); } if(isset($data)) { // get calendar name $cal_arr = explode("\n",$data); foreach($cal_arr as $k => $v) { if(strstr($v,'X-WR-CALNAME:')) { $arr = explode(':',$v); $calendar_name = trim($arr[1]); break; } } $calendar_name = isset($calendar_name) ? $calendar_name : 'default'; // write to file if($fp = fopen($calendar_path.$calendar_name.'.ics','w+')) { fputs($fp, $data, strlen($data) ); @fclose($fp); } else { logmsg( 'couldnt open file '.$calendar_path.$calendar_name.'.ics' ); } } } } // for logging function logmsg($str){ if(defined('PHPICALENDAR_LOG_PUBLISHING') && PHPICALENDAR_LOG_PUBLISHING == 1) { if($fp = fopen('publish_log.txt','a+')) { $str .= "\n"; fputs($fp, $str, strlen($str) ); fclose($fp); } } } ?> --- NEW FILE: publish.mozilla.php --- <?php /* Extension to PHP iCalendar for supporting publishing from Apple iCal Date: 11.12.2003 Author: Dietrich Ayala Copyright 2003 Dietrich Ayala Description: This allows iCal to publish to your PHP iCalendar site *without* WebDAV support. This helps with commercial hosts where WebDAV is not available. Features: - supports publishing and deleting calendars - does not require WebDAV Installation: 1. place this file in your PHP iCalendar calendars directory (or anywhere else) 2. configure path to PHP iCalendar config file (below) 3. make sure that PHP has write access to the calendars directory (or whatever you set $calendar_path to) 4. set up directory security on your calendars directory 5. turn on publishing in your PHP iCalendar config file by setting $phpicalendar_publishing to 1. Usage (Apple iCal): 1. Open iCal, select a calendar for publishing 2. Select "Publish" from the "Calendar" menu 3. Configure to your liking, and set the URL to (eg): http://localhost/~dietricha/calendar/calendars/publish.php 4. Click the "Publish" button Usage (Mozilla Calendar): 1. Your version of php and apache MUST support $_SERVER['PATH_INFO'] 2. You must have supplied a username and password in your config.php 2. Create your calendar in Mozilla 3. Add something to it (it must not be empty) 4. Manually upload it to your calendars directory. 5. Make sure that the webserver can write to the calendar file. (Mozilla will not save to the remote location without first downloading a copy from the remote location) 6. Edit your calendar setup in mozilla Location http://example.com/path/to/publish.php/calendarname.ics calendarname.ics should be a unique filename and must end with .ics 7. Username (username from config.php) 8. Password (password from config.php) 9. Check "publish changes automatically" Security: The calendars directory should be configured to require authentication. This can be done via any methods supported by your webserver. There is much documentation available on the web for doing per-directory authentication for Apache. This protects any private calendar data, and prevents unauthorized users from updating or deleting your calendar data. There's also code below that forwards any GET requests to the PHP iCalendar front page. Troubleshooting: You can turn on logging by setting the PHPICALENDAR_LOG_PUBLISHING constant to 1 below. This will write out a log file to the same directory as this script. Don't forget to turn off logging when done!! */ // include PHP iCalendar configuration variables include('../config.inc.php'); // set calendar path, or just use current directory $calendar_path = (isset($calendar_path) && $calendar_path != '') ? $calendar_path : ''; // allow/disallow publishing $phpicalendar_publishing = isset($phpicalendar_publishing) ? $phpicalendar_publishing : 0; define( 'PHPICALENDAR_PUBLISHING', $phpicalendar_publishing ); // toggle logging define( 'PHPICALENDAR_LOG_PUBLISHING', 1 ); /* force GET requests to main calendar view if($_SERVER['REQUEST_METHOD'] == 'GET') { header('Location: '.$default_path); return; } */ if (!isset($_SERVER['PHP_AUTH_USER'])) { header('WWW-Authenticate: Basic realm="My Realm"'); header('HTTP/1.0 401 Unauthorized'); echo 'You must be authorized!'; exit; } else { // logmsg($_SERVER['PHP_AUTH_PW'] . '|' . $_SERVER['PHP_AUTH_USER']); if ($_SERVER['PHP_AUTH_USER'] != $auth_internal_username || $_SERVER['PHP_AUTH_PW'] != $auth_internal_password) { header('WWW-Authenticate: Basic realm="My Realm"'); header('HTTP/1.0 401 Unauthorized'); echo 'You must be authorized!'; exit; } // only allow publishing if explicitly enabled if(PHPICALENDAR_PUBLISHING == 1) { // unpublishing if($_SERVER['REQUEST_METHOD'] == 'DELETE') { // get calendar filename $calendar_file = $calendar_path.substr($_SERVER['REQUEST_URI'] , ( strrpos($_SERVER['REQUEST_URI'], '/') + 1) ) ; logmsg('received request to delete '.$calendar_file); // remove calendar file if(!unlink($calendar_file)) { logmsg('unable to delete the calendar file'); } else { logmsg('deleted'); } return; } // publishing if($_SERVER['REQUEST_METHOD'] == 'PUT') { // get calendar data if($fp = fopen('php://input','r')) { while(!@feof($fp)) { $data .= fgets($fp,4096); } @fclose($fp); } else { logmsg('unable to read input data'); } if(isset($data)) { // get calendar name $cal_arr = explode("\n",$data); foreach($cal_arr as $k => $v) { if(strstr($v,'X-WR-CALNAME:')) { $arr = explode(':',$v); $calendar_name = trim($arr[1]); break; } } $calendar_name = isset($calendar_name) ? $calendar_name : 'default'; if (isset($_SERVER['PATH_INFO'])) { preg_match("/\/([ A-Za-z0-9.]*).ics/i",$_SERVER['PATH_INFO'],$matches); $calendar_name = $matches[1]; } // write to file if($fp = fopen($calendar_path.$calendar_name.'.ics','w+')) { fputs($fp, $data, strlen($data) ); @fclose($fp); } else { logmsg( 'couldnt open file '.$calendar_path.$calendar_name.'.ics' ); } } } if ($_SERVER['REQUEST_METHOD'] == 'GET') { if (isset($_SERVER['PATH_INFO'])) { preg_match("/\/([ A-Za-z0-9._]*).ics/i",$_SERVER['PATH_INFO'],$matches); $icsfile = $matches[1]; // get calendar data if (file_exists($calendar_path . $icsfile . '.ics') && is_readable($calendar_path . $icsfile . '.ics') && is_file($calendar_path . $icsfile . '.ics') ) { echo file_get_contents($calendar_path . $icsfile . '.ics'); } else { } } } } } // for logging function logmsg($str){ if(defined('PHPICALENDAR_LOG_PUBLISHING') && PHPICALENDAR_LOG_PUBLISHING == 1) { if($fp = fopen('publish_log.txt','a+')) { $str .= "\n"; fputs($fp, $str, strlen($str) ); fclose($fp); } } } ?> --- publish.php DELETED --- |
From: <cl...@us...> - 2004-08-19 22:12:20
|
Update of /cvsroot/phpicalendar/phpicalendar/languages In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2290/languages Modified Files: french.inc.php Log Message: Added separate publish for iCal and Mozilla. Added French. Index: french.inc.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/languages/french.inc.php,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** french.inc.php 22 Nov 2003 03:45:33 -0000 1.25 --- french.inc.php 19 Aug 2004 22:12:10 -0000 1.26 *************** *** 2,133 **** // French language include ! // For version 1.0 PHP iCalendar // ! // Translation by La Shampouineuse (in...@la...) // // Submit new translations to ch...@ch... ! $day_lang = 'Jour'; ! $week_lang = 'Semaine'; ! $month_lang = 'Mois'; ! $year_lang = 'Année'; ! $calendar_lang = 'Calendrier'; ! $next_day_lang = 'Jour suivant'; ! $next_month_lang = 'Mois suivant'; ! $next_week_lang = 'Semaine suivante'; ! $next_year_lang = 'Année suivante'; ! $last_day_lang = 'Jour précédent'; ! $last_month_lang = 'Mois précédent'; ! $last_week_lang = 'Semaine précédente'; ! $last_year_lang = 'Année précédente'; ! $subscribe_lang = 'Souscrire'; ! $download_lang = 'Télécharger'; ! $powered_by_lang = 'Produit avec'; ! $event_lang = 'Ãvénement'; ! $event_start_lang = 'Début'; ! $event_end_lang = 'Fin'; ! $this_months_lang = 'Ãvénements de ce mois'; ! $date_lang = 'Date'; ! $summary_lang = 'Résumé'; ! $all_day_lang = 'Ãvénement quotidien'; ! $notes_lang = 'Notes'; ! $this_years_lang = 'Ãvénements de cette anné'; ! $today_lang = 'Aujourd\'hui'; ! $this_week_lang = 'Cette semaine'; ! $this_month_lang = 'Ce mois'; ! $jump_lang = 'Voir'; ! $tomorrows_lang = 'Ãvénements de demain'; ! $goday_lang = 'Voir aujourd\'hui'; ! $goweek_lang = 'Voir cette semaine'; ! $gomonth_lang = 'Voir ce mois'; ! $goyear_lang = 'Voir cette année'; ! $search_lang = 'Recherche'; // the verb ! $results_lang = 'Résultats de la recherche'; ! $query_lang = 'Requête: '; // will be followed by the search query ! $no_results_lang = 'Aucun événement trouvé'; ! $goprint_lang = 'Version imprimable'; ! $time_lang = 'Heure'; ! $summary_lang = 'Résumé'; ! $description_lang = 'Description'; ! $this_site_is_lang = 'Ce site est'; ! $no_events_day_lang = 'Pas d\'événement aujourd\'hui.'; ! $no_events_week_lang = 'Pas d\'événement cette semaine.'; ! $no_events_month_lang = 'Pas d\'événement ce mois-ci.'; ! $rss_day_date = 'H:i'; // Lists just the time ! $rss_week_date = '%e %b'; // Lists just the day ! $rss_month_date = '%e %b'; // Lists just the day ! $rss_language = 'fr-fr'; ! $search_took_lang = 'La recherche a pris %s secondes'; ! $recurring_event_lang = 'Ãvénement récurent'; ! $exception_lang = 'Exception'; ! $no_query_lang = 'Aucune requête'; ! $preferences_lang = 'Préférences'; ! $printer_lang = 'Imprimante'; ! $select_lang_lang = 'Choisissez votre language par défaut:'; ! $select_cal_lang = 'Choisissez votre calendrier par défaut:'; ! $select_view_lang = 'Choisissez votre vue par défaut:'; ! $select_time_lang = 'Choisissez votre heure de début par défaut:'; ! $select_day_lang = 'Choisissez votre jour de début de semaine:'; ! $select_style_lang = 'Choisissez votre style par défaut:'; ! $set_prefs_lang = 'Enregistrer les préférences'; ! $completed_date_lang = 'Terminé le'; ! $completed_lang = 'Terminé'; ! $created_lang = 'Créé:'; ! $due_lang = 'Fin:'; ! $priority_lang = 'Priorité:'; ! $priority_high_lang = 'Haute'; ! $priority_low_lang = 'Basse'; ! $priority_medium_lang = 'Moyenne'; ! $priority_none_lang = 'Aucune'; ! $status_lang = 'Status:'; ! $todo_lang = 'Tâches à faire'; ! $unfinished_lang = 'Non faites'; ! $organizer_lang = 'Organizer'; ! $attendee_lang = 'Attendee'; ! $status_lang = 'Status'; ! $location_lang = 'Location'; ! $admin_header_lang = 'Administration de PHP iCalendar'; ! $username_lang = 'Utilisateur'; ! $password_lang = 'Mot de passe'; ! $login_lang = 'Connexion'; ! $invalid_login_lang = 'Mauvais utilisateur ou mot de passe.'; ! $addupdate_cal_lang = 'Ajouter ou mettre à jour un calendrier'; ! $addupdate_desc_lang = 'Ajout d\'un calendrier en téléchargeant un nouveau fichier. Mettre à jour un calendrier en téléchargeant un fichier du même nom.'; ! $delete_cal_lang = 'Effacer un calendrier'; ! $logout_lang = 'Deconnexion'; ! $cal_file_lang = 'Fichier calendrier'; ! $php_error_lang = 'Erreur PHP'; ! $upload_error_gen_lang = 'Il y a eut un problème avec votre téléchargement.'; ! $upload_error_lang[0] = 'Il y a eut un problème avec votre téléchargement.'; ! $upload_error_lang[1] = 'Le fichier que vous envoyez est trop gros.'; ! $upload_error_lang[2] = 'Le fichier que vous envoyez est trop gros.'; ! $upload_error_lang[3] = 'Le fichier que vous envoyez a été partiellement envoyé.'; ! $upload_error_lang[4] = 'Vous devez selectionner un fichier à envoyer.'; ! $upload_error_type_lang = 'Seuls les fichiers en .ics peuvent être ajoutés.'; ! $copy_error_lang = 'La copie du fichier a échoué'; ! $delete_error_lang = 'La suppression du fichier a échoué'; ! $delete_success_lang = 'a été effacé avec succès.'; ! $action_success_lang = 'Action effectuée avec succès.'; ! $submit_lang = 'Envoyer'; ! $delete_lang = 'Supprimer'; ! // ----- New for 0.9.4 ! $all_cal_comb_lang = 'Tous les calendriers'; // - navigation ! $back_lang = 'Retour'; ! $next_lang = 'Suivant'; ! $prev_lang = 'Précédent'; ! $day_view_lang = 'Vue Journaliere'; ! $week_view_lang = 'Vue Hebdomadaire'; ! $month_view_lang = 'Vue Mensuelle'; ! $year_view_lang = 'Vue Annuelle'; ! $prefs_set_lang = 'Vos préférences ont été enregistrées'; ! $prefs_unset_lang = 'Préférences non définies. Les Changements seront pris en compte au prochain chargement de la page.'; ! $unset_prefs_lang = 'Préférences non définies:'; ! // --------------------------------- // $format_recur, items enclosed in % will be substituted with variables $format_recur_lang['delimiter'] = ', '; // ie, 'one, two, three' --- 2,140 ---- // French language include ! // For version 2.0 PHP iCalendar // ! // Translation by Einbert (ei...@ei...) ! // And some sentences form version 1.0 made by La Shampouineuse (in...@la...) // // Submit new translations to ch...@ch... ! $lang['l_day'] = 'Jour'; ! $lang['l_week'] = 'Semaine'; ! $lang['l_month'] = 'Mois'; ! $lang['l_year'] = 'Année'; ! $lang['l_calendar'] = 'Calendrier'; ! $lang['l_next_day'] = 'Jour suivant'; ! $lang['l_next_month'] = 'Mois suivant'; ! $lang['l_next_week'] = 'Semaine suivante'; ! $lang['l_next_year'] = 'Année suivante'; ! $lang['l_last_day'] = 'Jour précédent'; ! $lang['l_last_month'] = 'Mois précédent'; ! $lang['l_last_week'] = 'Semaine précédente'; ! $lang['l_last_year'] = 'Année précédente'; ! $lang['l_subscribe'] = 'Souscrire'; ! $lang['l_download'] = 'Télécharger'; ! $lang['l_powered_by'] = 'Produit avec'; ! $lang['l_event'] = 'Evénement'; ! $lang['l_event_start'] = 'Début'; ! $lang['l_event_end'] = 'Fin'; ! $lang['l_this_months'] = 'Evénements de ce mois'; ! $lang['l_date'] = 'Date'; ! $lang['l_summary'] = 'Résumé'; ! $lang['l_all_day'] = 'Evénements de ce jour'; ! $lang['l_notes'] = 'Notes'; ! $lang['l_this_years'] = 'Evénements de cette année'; ! $lang['l_today'] = 'Aujourd\'hui'; ! $lang['l_this_week'] = 'Cette semaine'; ! $lang['l_this_month'] = 'Ce mois'; ! $lang['l_jump'] = 'Voir'; ! $lang['l_tomorrows'] = 'Evénement de demain'; ! $lang['l_goday'] = 'Voir aujourd\'hui'; ! $lang['l_goweek'] = 'Voir cette semaine'; ! $lang['l_gomonth'] = 'Voir ce mois'; ! $lang['l_goyear'] = 'Voir cette année'; ! $lang['l_search'] = 'Rechercher'; // the verb ! $lang['l_results'] = 'Résultats de la recherche'; ! $lang['l_query'] = 'Requète'; // will be followed by the search query ! $lang['l_no_results'] = 'Aucun événement trouvé'; ! $lang['l_goprint'] = 'Version imprimable'; ! $lang['l_time'] = 'Heure'; ! $lang['l_summary'] = 'Résumé'; ! $lang['l_description'] = 'Description'; ! $lang['l_this_site_is'] = 'Ce site est'; ! $lang['l_no_events_day'] = 'Pas d\'événements aujourd\'hui.'; ! $lang['l_no_events_week'] = 'Pas d\'événements cette semaine.'; ! $lang['l_no_events_month'] = 'Pas d\'événements ce mois.'; ! $lang['l_rss_day_date'] = 'H:i'; // Lists just the time ! $lang['l_rss_week_date '] = '%e %b'; // Lists just the day ! $lang['l_rss_month_date '] = '%e %b'; // Lists just the day ! $lang['l_rss_language'] = 'fr-fr'; ! $lang['l_search_took'] = 'La recherche a pris %s seconds'; ! $lang['l_recurring_event'] = 'Evénement récurent'; ! $lang['l_exception'] = 'Exception'; ! $lang['l_no_query'] = 'Aucune requète'; ! $lang['l_preferences'] = 'Préférences'; ! $lang['l_printer'] = 'Imprimante'; ! $lang['l_select_lang'] = 'Choisissez votre langage par défaut'; ! $lang['l_select_cal'] = 'Choisissez votre calendrier par défaut'; ! $lang['l_select_view'] = 'Choisissez votre vue par défaut'; ! $lang['l_select_time'] = 'Choisissez votre heure de début par défaut'; ! $lang['l_select_day'] = 'Choisissez votre jour de début de semaine par défaut'; ! $lang['l_select_style'] = 'Choisissez votre style par défaut'; ! $lang['l_set_prefs'] = 'Enregistrer les préférences'; ! $lang['l_completed_date'] = 'Terminé le'; ! $lang['l_completed'] = 'Terminé'; ! $lang['l_created'] = 'Créé'; ! $lang['l_due'] = 'Fin:'; ! $lang['l_priority'] = 'Priorité'; ! $lang['l_priority_high'] = 'Haute'; ! $lang['l_priority_low'] = 'Basse'; ! $lang['l_priority_medium'] = 'Moyenne'; ! $lang['l_priority_none'] = 'Aucune'; ! $lang['l_status'] = 'Status:'; ! $lang['l_todo'] = 'Tâches à réaliser'; ! $lang['l_unfinished'] = 'Non faites'; ! $lang['l_prefs_set'] = 'Vos préférences ont été modifiées.'; ! $lang['l_prefs_unset'] = 'Préférences supprimées. Changement au prochain chargement de la page.'; ! $lang['l_unset_prefs'] = 'Supprimez les préférences'; ! $lang['l_organizer'] = 'Organizer'; ! $lang['l_attendee'] = 'Attendee'; ! $lang['l_status'] = 'Status'; ! $lang['l_location'] = 'Location'; ! $lang['l_admin_header'] = 'Administration de PHP iCalendar'; ! $lang['l_username'] = 'Utilisateur'; ! $lang['l_password'] = 'Mot de passe'; ! $lang['l_login'] = 'Authentification'; ! $lang['l_invalid_login'] = 'Utilisateur ou mot de passe erroné.'; ! $lang['l_addupdate_cal'] = 'Ajoutez ou modifiez un calendrier'; ! $lang['l_addupdate_desc'] = 'Ajoutez un calendrier en chargeant un nouveau fichier. Modifiez un calendrier en chargeant un fichier de même nom.'; ! $lang['l_delete_cal'] = 'Effacez un calendrier'; ! $lang['l_logout'] = 'Logout'; ! $lang['l_cal_file'] = 'Fichier calendrier'; ! $lang['l_php_error'] = 'Erreur PHP'; ! $upload_error_gen_lang = 'Une erreur lors du téléchargement s\'est produite.'; ! $upload_error_lang[0] = 'Une erreur lors du téléchargement s\'est produite.'; ! $upload_error_lang[1] = 'Le fichier que vous tentez de télécharger est trop grand.'; ! $upload_error_lang[2] = 'Le fichier que vous tentez de télécharger est trop grand.'; ! $upload_error_lang[3] = 'Le fichier n\'a été que partiellement téléchargé.'; ! $upload_error_lang[4] = 'Vous devez choisir un fichier à télécharger.'; ! $lang['l_upload_error_type'] = 'Seuls des fichiers au format .ics peuvent être téléchargés.'; ! $lang['l_copy_error'] = 'La copie du fichier a échoué'; ! $lang['l_delete_error'] = 'La suppression du fichier a échoué'; ! $lang['l_delete_success'] = 'a été supprimé avec succès.'; ! $lang['l_action_success'] = 'Action effectuée avec succès.'; ! $lang['l_submit'] = 'Envoyer'; ! $lang['l_delete'] = 'Supprimer'; ! $all_cal_comb_lang = 'Tous les calendriers'; ! // New for 2.0 ! $lang['l_legend'] = 'Légende'; ! $lang['l_admin_subhead'] = 'Contrôlez vos calendriers à partir de cette page'; ! $lang['l_prefs_subhead'] = 'Stock un cookie pour la visite de ce site'; ! $lang['l_rss_info'] = 'Information RSS'; ! $lang['l_rss_subhead'] = 'RSS feeds basic disponible pour chaque calendrier'; ! $lang['l_rss_notenabled'] = 'RSS n\'est pas disponible sur ce site'; // - navigation ! $lang['l_back'] = 'Retour'; ! $lang['l_next'] = 'Suivant'; ! $lang['l_prev'] = 'Précédent'; ! $lang['l_day_view'] = 'Vue Journalière'; ! $lang['l_week_view'] = 'Vue Hebdomadaire'; ! $lang['l_month_view'] = 'Vue Mensuelle'; ! $lang['l_year_view'] = 'Vue annuelle'; // --------------------------------- + // $format_recur, items enclosed in % will be substituted with variables $format_recur_lang['delimiter'] = ', '; // ie, 'one, two, three' *************** *** 135,147 **** $format_recur_lang['yearly'] = array('an','ans'); // for these, put singular $format_recur_lang['monthly'] = array('mois','mois'); // and plural forms ! $format_recur_lang['weekly'] = array('semaines','semaines'); // these will be %freq% $format_recur_lang['daily'] = array('jour','jours'); // in the replacement below $format_recur_lang['hourly'] = array('heure','heures'); ! $format_recur_lang['minutely'] = array('minute','minutes'); $format_recur_lang['secondly'] = array('seconde','secondes'); ! $format_recur_lang['start'] = 'Tou(te)s les %int% %freq% %for%'; // ie, 'Every 1 day until January 4' or 'Every 1 day for a count of 5' ! $format_recur_lang['until'] = 'jusqu\'au %date%'; // ie, 'until January 4' ! $format_recur_lang['count'] = 'pendant %int% fois'; // ie, 'for 5 times' $format_recur_lang['bymonth'] = 'Aux mois: %list%'; // ie, 'In months: January, February, March' --- 142,154 ---- $format_recur_lang['yearly'] = array('an','ans'); // for these, put singular $format_recur_lang['monthly'] = array('mois','mois'); // and plural forms ! $format_recur_lang['weekly'] = array('semaine','semaines'); // these will be %freq% $format_recur_lang['daily'] = array('jour','jours'); // in the replacement below $format_recur_lang['hourly'] = array('heure','heures'); ! $format_recur_lang['minutely'] = array('minutes','minutes'); $format_recur_lang['secondly'] = array('seconde','secondes'); ! $format_recur_lang['start'] = 'Tou(te)s %int% %freq% %for%'; // ie, 'Every 1 day until January 4' or 'Every 1 day for a count of 5' ! $format_recur_lang['until'] = 'jusqu\'au %date%'; // ie, 'until January 4' ! $format_recur_lang['count'] = 'pendant %int%'; // ie, 'for 5 times' $format_recur_lang['bymonth'] = 'Aux mois: %list%'; // ie, 'In months: January, February, March' *************** *** 154,163 **** $daysofweekshort_lang = array ('Dim','Lun','Mar','Mer','Jeu','Ven','Sam'); $daysofweekreallyshort_lang = array ('D','L','M','M','J','V','S'); ! $monthsofyear_lang = array ('Janvier','Février','Mars','Avril','Mai','Juin','Juillet','Août','Septembre','Octobre','Novembre','Décembre'); ! $monthsofyearshort_lang = array ('jan','fév','mar','avr','mai','juin','juil','aoû','sep','oct','nov','déc'); ! ! ! // For time formatting, check out: http://www.php.net/manual/fr/function.date.php $timeFormat = 'H:i'; $timeFormat_small = 'g:i'; --- 161,168 ---- $daysofweekshort_lang = array ('Dim','Lun','Mar','Mer','Jeu','Ven','Sam'); $daysofweekreallyshort_lang = array ('D','L','M','M','J','V','S'); ! $monthsofyear_lang = array ('Janvier','Février','Mars','Avril','Mai','Juin','Juillet','Août','Septembre','Octobre','Novembre','Décembre'); ! $monthsofyearshort_lang = array ('Jan','Fév','Mar','Avr','Mai','Juin','Juil','Août','Sep','Oct','Nov','Déc'); ! // For time formatting, check out: http://www.php.net/manual/en/function.date.php $timeFormat = 'H:i'; $timeFormat_small = 'g:i'; *************** *** 188,200 **** // Error messages - %s will be replaced with a variable ! $error_title_lang = 'Erreur!'; ! $error_window_lang = 'Une erreur s\'est produite!'; ! $error_calendar_lang = 'L\'erreur s\'est produite lors du traitement du calendrier "%s".'; ! $error_path_lang = 'Impossible d\'ouvrir le chemin: "%s"'; ! $error_back_lang = 'Veuillez utiliser le bouton "Retour" pour revenir en arrière.'; ! $error_remotecal_lang = 'Ce serveur refuse les calendriers distants non approuvés.'; ! $error_restrictedcal_lang = 'Vous avez essayé d\'utiliser un calendrier dont les permissions sont restreintes sur ce serveur.'; ! $error_invalidcal_lang = 'Fichier calendrier invalide. Veuillez utiliser un autre calendrier.'; ! ! ?> \ No newline at end of file --- 193,206 ---- // Error messages - %s will be replaced with a variable ! $lang['l_error_title'] = 'Erreur!'; ! $lang['l_error_window'] = 'Une erreur s\'est produite!'; ! $lang['l_error_calendar'] = 'Une erreur s\'est produite lors du traitement du calendrier "%s".'; ! $lang['l_error_path'] = 'Impossible d\'ouvrir le chemin: "%s"'; ! $lang['l_error_back'] = 'Veuillez utiliser le bouton "Retour" pour revenir en arrière.'; ! $lang['l_error_remotecal'] = 'Ce serveur refuse les calendriers distants non approuvés.'; ! $lang['l_error_restrictedcal'] = 'Vous avez essayé d\'utiliser un calendrier dont les permissions sont restreintes sur ce serveur.'; ! $lang['l_error_invalidcal'] = 'Fichier calendrier invalide. Veuillez essayer un calendrier différent.'; ! $lang['l_error_cantopen'] = 'Unable to open calendar.'; ! $lang['l_error_cache'] = 'Unable to write to cache directory. Please check your config.'; ! ?> |
From: <cl...@us...> - 2004-08-19 22:12:19
|
Update of /cvsroot/phpicalendar/phpicalendar In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2290 Modified Files: README Log Message: Added separate publish for iCal and Mozilla. Added French. Index: README =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/README,v retrieving revision 1.73 retrieving revision 1.74 diff -C2 -d -r1.73 -r1.74 *** README 19 Aug 2004 22:05:28 -0000 1.73 --- README 19 Aug 2004 22:12:10 -0000 1.74 *************** *** 89,93 **** -------- 2.0 beta ! -Swedish translation added. -Fixed stat bug. -Various Bug fixes. --- 89,94 ---- -------- 2.0 beta ! -Swedish and French translations added. ! -Added iCal specific publish.php. -Fixed stat bug. -Various Bug fixes. |
From: <cl...@us...> - 2004-08-19 22:05:38
|
Update of /cvsroot/phpicalendar/phpicalendar/languages In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv938/languages Modified Files: swedish.inc.php Log Message: Added swedish, updated Readme. Index: swedish.inc.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/languages/swedish.inc.php,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 Binary files /tmp/cvsaBRyO8 and /tmp/cvsiVE8aB differ |
From: <cl...@us...> - 2004-08-19 22:05:38
|
Update of /cvsroot/phpicalendar/phpicalendar In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv938 Modified Files: README Log Message: Added swedish, updated Readme. Index: README =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/README,v retrieving revision 1.72 retrieving revision 1.73 diff -C2 -d -r1.72 -r1.73 *** README 13 Aug 2004 22:51:34 -0000 1.72 --- README 19 Aug 2004 22:05:28 -0000 1.73 *************** *** 84,93 **** Starting with 0.9.4, PHP iCalendar is moving away from supporting 4.x browsers. If you still need support for these browers, 0.9.3 is still available for ! download. To get the latest ical support, simply download the latest version ! of PHP iCalendar and replace the file called 'ical_parser.php' in the ! functions folder. Changes: -------- 2.0 alpha 2 -Mozilla calendars work again. --- 84,96 ---- Starting with 0.9.4, PHP iCalendar is moving away from supporting 4.x browsers. If you still need support for these browers, 0.9.3 is still available for ! download. Changes: -------- + 2.0 beta + -Swedish translation added. + -Fixed stat bug. + -Various Bug fixes. + 2.0 alpha 2 -Mozilla calendars work again. |
From: <cl...@us...> - 2004-08-18 04:06:40
|
Update of /cvsroot/phpicalendar/phpicalendar In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13476 Modified Files: admin.php day.php month.php print.php week.php year.php Log Message: Fixed broken popup. Index: admin.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/admin.php,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** admin.php 18 Aug 2004 00:14:48 -0000 1.19 --- admin.php 18 Aug 2004 04:06:31 -0000 1.20 *************** *** 50,54 **** $page->replace_tags(array( ! 'event_js' => BASE.'functions/event.js', 'charset' => $charset, 'default_path' => '', --- 50,54 ---- $page->replace_tags(array( ! 'event_js' => '', 'charset' => $charset, 'default_path' => '', Index: day.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/day.php,v retrieving revision 1.118 retrieving revision 1.119 diff -C2 -d -r1.118 -r1.119 *** day.php 18 Aug 2004 00:08:33 -0000 1.118 --- day.php 18 Aug 2004 04:06:31 -0000 1.119 *************** *** 46,49 **** --- 46,50 ---- $page->replace_files(array( 'header' => BASE.'templates/'.$template.'/header.tpl', + 'event_js' => BASE.'functions/event.js', 'footer' => BASE.'templates/'.$template.'/footer.tpl', 'sidebar' => BASE.'templates/'.$template.'/sidebar.tpl' *************** *** 51,55 **** $page->replace_tags(array( - 'event_js' => BASE.'functions/event.js', 'charset' => $charset, 'default_path' => '', --- 52,55 ---- Index: month.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/month.php,v retrieving revision 1.124 retrieving revision 1.125 diff -C2 -d -r1.124 -r1.125 *** month.php 18 Aug 2004 00:16:14 -0000 1.124 --- month.php 18 Aug 2004 04:06:31 -0000 1.125 *************** *** 53,56 **** --- 53,57 ---- $page->replace_files(array( 'header' => BASE.'templates/'.$template.'/header.tpl', + 'event_js' => BASE.'functions/event.js', 'footer' => BASE.'templates/'.$template.'/footer.tpl', 'calendar_nav' => BASE.'templates/'.$template.'/calendar_nav.tpl' *************** *** 58,62 **** $page->replace_tags(array( - 'event_js' => BASE.'functions/event.js', 'charset' => $charset, 'template' => $template, --- 59,62 ---- Index: print.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/print.php,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** print.php 18 Aug 2004 00:14:48 -0000 1.29 --- print.php 18 Aug 2004 04:06:31 -0000 1.30 *************** *** 46,50 **** $page->replace_tags(array( ! 'event_js' => BASE.'functions/event.js', 'charset' => $charset, 'default_path' => '', --- 46,50 ---- $page->replace_tags(array( ! 'event_js' => '', 'charset' => $charset, 'default_path' => '', Index: week.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/week.php,v retrieving revision 1.117 retrieving revision 1.118 diff -C2 -d -r1.117 -r1.118 *** week.php 18 Aug 2004 00:14:48 -0000 1.117 --- week.php 18 Aug 2004 04:06:31 -0000 1.118 *************** *** 48,51 **** --- 48,52 ---- $page->replace_files(array( 'header' => BASE.'templates/'.$template.'/header.tpl', + 'event_js' => BASE.'functions/event.js', 'footer' => BASE.'templates/'.$template.'/footer.tpl', 'sidebar' => BASE.'templates/'.$template.'/sidebar.tpl' *************** *** 53,57 **** $page->replace_tags(array( - 'event_js' => BASE.'functions/event.js', 'charset' => $charset, 'default_path' => '', --- 54,57 ---- Index: year.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/year.php,v retrieving revision 1.34 retrieving revision 1.35 diff -C2 -d -r1.34 -r1.35 *** year.php 18 Aug 2004 00:14:49 -0000 1.34 --- year.php 18 Aug 2004 04:06:31 -0000 1.35 *************** *** 24,27 **** --- 24,28 ---- $page->replace_tags(array( + 'event_js' => '', 'template' => $template, 'charset' => $charset, |
From: <cl...@us...> - 2004-08-18 00:16:26
|
Update of /cvsroot/phpicalendar/phpicalendar In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12521 Modified Files: month.php Log Message: Buggy. Index: month.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/month.php,v retrieving revision 1.123 retrieving revision 1.124 diff -C2 -d -r1.123 -r1.124 *** month.php 18 Aug 2004 00:14:48 -0000 1.123 --- month.php 18 Aug 2004 00:16:14 -0000 1.124 *************** *** 54,58 **** 'header' => BASE.'templates/'.$template.'/header.tpl', 'footer' => BASE.'templates/'.$template.'/footer.tpl', ! 'sidebar' => BASE.'templates/'.$template.'/calendar_nav.tpl' )); --- 54,58 ---- 'header' => BASE.'templates/'.$template.'/header.tpl', 'footer' => BASE.'templates/'.$template.'/footer.tpl', ! 'calendar_nav' => BASE.'templates/'.$template.'/calendar_nav.tpl' )); |
From: <cl...@us...> - 2004-08-18 00:15:00
|
Update of /cvsroot/phpicalendar/phpicalendar In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12072 Modified Files: admin.php month.php preferences.php print.php week.php year.php Log Message: Updated for speeds. Index: admin.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/admin.php,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** admin.php 12 Aug 2004 20:32:47 -0000 1.18 --- admin.php 18 Aug 2004 00:14:48 -0000 1.19 *************** *** 44,51 **** $page = new Page(BASE.'templates/'.$template.'/admin.tpl'); ! $page->replace_tags(array( 'header' => BASE.'templates/'.$template.'/header.tpl', ! 'footer' => BASE.'templates/'.$template.'/footer.tpl', ! 'sidebar' => BASE.'templates/'.$template.'/sidebar.tpl', 'event_js' => BASE.'functions/event.js', 'charset' => $charset, --- 44,53 ---- $page = new Page(BASE.'templates/'.$template.'/admin.tpl'); ! $page->replace_files(array( 'header' => BASE.'templates/'.$template.'/header.tpl', ! 'footer' => BASE.'templates/'.$template.'/footer.tpl' ! )); ! ! $page->replace_tags(array( 'event_js' => BASE.'functions/event.js', 'charset' => $charset, Index: month.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/month.php,v retrieving revision 1.122 retrieving revision 1.123 diff -C2 -d -r1.122 -r1.123 *** month.php 12 Aug 2004 20:32:47 -0000 1.122 --- month.php 18 Aug 2004 00:14:48 -0000 1.123 *************** *** 50,57 **** $page = new Page(BASE.'templates/'.$template.'/month.tpl'); ! $page->replace_tags(array( 'header' => BASE.'templates/'.$template.'/header.tpl', 'footer' => BASE.'templates/'.$template.'/footer.tpl', ! 'calendar_nav' => BASE.'templates/'.$template.'/calendar_nav.tpl', 'event_js' => BASE.'functions/event.js', 'charset' => $charset, --- 50,61 ---- $page = new Page(BASE.'templates/'.$template.'/month.tpl'); ! ! $page->replace_files(array( 'header' => BASE.'templates/'.$template.'/header.tpl', 'footer' => BASE.'templates/'.$template.'/footer.tpl', ! 'sidebar' => BASE.'templates/'.$template.'/calendar_nav.tpl' ! )); ! ! $page->replace_tags(array( 'event_js' => BASE.'functions/event.js', 'charset' => $charset, Index: preferences.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/preferences.php,v retrieving revision 1.48 retrieving revision 1.49 diff -C2 -d -r1.48 -r1.49 *** preferences.php 12 Aug 2004 20:32:48 -0000 1.48 --- preferences.php 18 Aug 2004 00:14:48 -0000 1.49 *************** *** 134,140 **** $page = new Page(BASE.'templates/'.$template.'/preferences.tpl'); ! $page->replace_tags(array( 'header' => BASE.'templates/'.$template.'/header.tpl', ! 'footer' => BASE.'templates/'.$template.'/footer.tpl', 'charset' => $charset, 'template' => $template, --- 134,143 ---- $page = new Page(BASE.'templates/'.$template.'/preferences.tpl'); ! $page->replace_files(array( 'header' => BASE.'templates/'.$template.'/header.tpl', ! 'footer' => BASE.'templates/'.$template.'/footer.tpl' ! )); ! ! $page->replace_tags(array( 'charset' => $charset, 'template' => $template, Index: print.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/print.php,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** print.php 12 Aug 2004 20:32:48 -0000 1.28 --- print.php 18 Aug 2004 00:14:48 -0000 1.29 *************** *** 39,46 **** $page = new Page(BASE.'templates/'.$template.'/print.tpl'); ! $page->replace_tags(array( 'header' => BASE.'templates/'.$template.'/header.tpl', 'footer' => BASE.'templates/'.$template.'/footer.tpl', ! 'sidebar' => BASE.'templates/'.$template.'/sidebar.tpl', 'event_js' => BASE.'functions/event.js', 'charset' => $charset, --- 39,49 ---- $page = new Page(BASE.'templates/'.$template.'/print.tpl'); ! $page->replace_files(array( 'header' => BASE.'templates/'.$template.'/header.tpl', 'footer' => BASE.'templates/'.$template.'/footer.tpl', ! 'sidebar' => BASE.'templates/'.$template.'/sidebar.tpl' ! )); ! ! $page->replace_tags(array( 'event_js' => BASE.'functions/event.js', 'charset' => $charset, Index: week.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/week.php,v retrieving revision 1.116 retrieving revision 1.117 diff -C2 -d -r1.116 -r1.117 *** week.php 12 Aug 2004 20:32:48 -0000 1.116 --- week.php 18 Aug 2004 00:14:48 -0000 1.117 *************** *** 46,53 **** $page = new Page(BASE.'templates/'.$template.'/week.tpl'); ! $page->replace_tags(array( 'header' => BASE.'templates/'.$template.'/header.tpl', 'footer' => BASE.'templates/'.$template.'/footer.tpl', ! 'sidebar' => BASE.'templates/'.$template.'/sidebar.tpl', 'event_js' => BASE.'functions/event.js', 'charset' => $charset, --- 46,56 ---- $page = new Page(BASE.'templates/'.$template.'/week.tpl'); ! $page->replace_files(array( 'header' => BASE.'templates/'.$template.'/header.tpl', 'footer' => BASE.'templates/'.$template.'/footer.tpl', ! 'sidebar' => BASE.'templates/'.$template.'/sidebar.tpl' ! )); ! ! $page->replace_tags(array( 'event_js' => BASE.'functions/event.js', 'charset' => $charset, Index: year.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/year.php,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -d -r1.33 -r1.34 *** year.php 12 Aug 2004 20:32:49 -0000 1.33 --- year.php 18 Aug 2004 00:14:49 -0000 1.34 *************** *** 18,24 **** $page = new Page(BASE.'templates/'.$template.'/year.tpl'); ! $page->replace_tags(array( 'header' => BASE.'templates/'.$template.'/header.tpl', ! 'footer' => BASE.'templates/'.$template.'/footer.tpl', 'template' => $template, 'charset' => $charset, --- 18,27 ---- $page = new Page(BASE.'templates/'.$template.'/year.tpl'); ! $page->replace_files(array( 'header' => BASE.'templates/'.$template.'/header.tpl', ! 'footer' => BASE.'templates/'.$template.'/footer.tpl' ! )); ! ! $page->replace_tags(array( 'template' => $template, 'charset' => $charset, |
From: <cl...@us...> - 2004-08-18 00:14:59
|
Update of /cvsroot/phpicalendar/phpicalendar/rss In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12072/rss Modified Files: index.php Log Message: Updated for speeds. Index: index.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/rss/index.php,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** index.php 12 Aug 2004 20:32:50 -0000 1.30 --- index.php 18 Aug 2004 00:14:49 -0000 1.31 *************** *** 28,34 **** $page = new Page(BASE.'templates/'.$template.'/rss_index.tpl'); ! $page->replace_tags(array( 'header' => BASE.'templates/'.$template.'/header.tpl', ! 'footer' => BASE.'templates/'.$template.'/footer.tpl', 'event_js' => BASE.'functions/event.js', 'default_path' => $default_path.'/', --- 28,37 ---- $page = new Page(BASE.'templates/'.$template.'/rss_index.tpl'); ! $page->replace_files(array( 'header' => BASE.'templates/'.$template.'/header.tpl', ! 'footer' => BASE.'templates/'.$template.'/footer.tpl' ! )); ! ! $page->replace_tags(array( 'event_js' => BASE.'functions/event.js', 'default_path' => $default_path.'/', |
From: <cl...@us...> - 2004-08-18 00:10:25
|
Update of /cvsroot/phpicalendar/phpicalendar/functions In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11335/functions Modified Files: template.php Log Message: Revert. Index: template.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/functions/template.php,v retrieving revision 1.52 retrieving revision 1.53 diff -C2 -d -r1.52 -r1.53 *** template.php 18 Aug 2004 00:08:33 -0000 1.52 --- template.php 18 Aug 2004 00:10:08 -0000 1.53 *************** *** 912,915 **** --- 912,918 ---- $this->page = str_replace('{' . strtoupper($tag) . '}', $data, $this->page); } + + else + die('No tags designated for replacement.'); } *************** *** 917,923 **** --- 920,938 ---- if (sizeof($tags) > 0) foreach ($tags as $tag => $data) { + // This opens up another template and parses it as well. $data = (file_exists($data)) ? $this->parse($data) : $data; + + // This removes any unfilled tags + if (!$data) { + $this->page = preg_replace('!<\!-- switch ' . $tag . ' on -->(.*)<\!-- switch ' . $tag . ' off -->!is', '', $this->page); + } + + // This replaces any tags + $this->page = str_replace('{' . strtoupper($tag) . '}', $data, $this->page); } + + else + die('No tags designated for replacement.'); } |
From: <cl...@us...> - 2004-08-18 00:08:44
|
Update of /cvsroot/phpicalendar/phpicalendar In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11108 Modified Files: day.php Log Message: Modified for speed and stat errors. Index: day.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/day.php,v retrieving revision 1.117 retrieving revision 1.118 diff -C2 -d -r1.117 -r1.118 *** day.php 12 Aug 2004 20:32:47 -0000 1.117 --- day.php 18 Aug 2004 00:08:33 -0000 1.118 *************** *** 44,51 **** $page = new Page(BASE.'templates/'.$template.'/day.tpl'); ! $page->replace_tags(array( 'header' => BASE.'templates/'.$template.'/header.tpl', 'footer' => BASE.'templates/'.$template.'/footer.tpl', ! 'sidebar' => BASE.'templates/'.$template.'/sidebar.tpl', 'event_js' => BASE.'functions/event.js', 'charset' => $charset, --- 44,54 ---- $page = new Page(BASE.'templates/'.$template.'/day.tpl'); ! $page->replace_files(array( 'header' => BASE.'templates/'.$template.'/header.tpl', 'footer' => BASE.'templates/'.$template.'/footer.tpl', ! 'sidebar' => BASE.'templates/'.$template.'/sidebar.tpl' ! )); ! ! $page->replace_tags(array( 'event_js' => BASE.'functions/event.js', 'charset' => $charset, |
From: <cl...@us...> - 2004-08-18 00:08:44
|
Update of /cvsroot/phpicalendar/phpicalendar/functions In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11108/functions Modified Files: template.php Log Message: Modified for speed and stat errors. Index: template.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/functions/template.php,v retrieving revision 1.51 retrieving revision 1.52 diff -C2 -d -r1.51 -r1.52 *** template.php 13 Aug 2004 22:30:10 -0000 1.51 --- template.php 18 Aug 2004 00:08:33 -0000 1.52 *************** *** 904,910 **** foreach ($tags as $tag => $data) { - // This opens up another template and parses it as well. - $data = (file_exists($data)) ? $this->parse($data) : $data; - // This removes any unfilled tags if (!$data) { --- 904,907 ---- *************** *** 915,921 **** $this->page = str_replace('{' . strtoupper($tag) . '}', $data, $this->page); } ! ! else ! die('No tags designated for replacement.'); } --- 912,923 ---- $this->page = str_replace('{' . strtoupper($tag) . '}', $data, $this->page); } ! } ! ! function replace_files($tags = array()) { ! if (sizeof($tags) > 0) ! foreach ($tags as $tag => $data) { ! // This opens up another template and parses it as well. ! $data = (file_exists($data)) ? $this->parse($data) : $data; ! } } |
From: <cl...@us...> - 2004-08-16 18:33:54
|
Update of /cvsroot/phpicalendar/phpicalendar/functions In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3227/functions Modified Files: init.inc.php Log Message: Odd workaround. Index: init.inc.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/functions/init.inc.php,v retrieving revision 1.63 retrieving revision 1.64 diff -C2 -d -r1.63 -r1.64 *** init.inc.php 7 Aug 2004 06:36:49 -0000 1.63 --- init.inc.php 16 Aug 2004 18:33:46 -0000 1.64 *************** *** 52,55 **** --- 52,56 ---- if (file_exists(realpath($lang_file))) { + unset($lang); include($lang_file); } else { |
From: <cl...@us...> - 2004-08-13 22:52:16
|
Update of /cvsroot/phpicalendar/phpicalendar In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32487 Modified Files: README Log Message: Fixed most of RSS. Index: README =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/README,v retrieving revision 1.71 retrieving revision 1.72 diff -C2 -d -r1.71 -r1.72 *** README 13 Aug 2004 20:52:55 -0000 1.71 --- README 13 Aug 2004 22:51:34 -0000 1.72 *************** *** 100,103 **** --- 100,105 ---- -Change your charset in config. -Better Evolution compatibility. + -Better RSS Feeds. + -Various Bug fixes. 2.0 alpha |
From: <cl...@us...> - 2004-08-13 22:51:48
|
Update of /cvsroot/phpicalendar/phpicalendar/rss In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32487/rss Modified Files: rss.php Log Message: Fixed most of RSS. Index: rss.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/rss/rss.php,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** rss.php 27 Apr 2004 20:56:57 -0000 1.17 --- rss.php 13 Aug 2004 22:51:34 -0000 1.18 *************** *** 36,44 **** if ($rssview == "day") { ! $theview = $day_lang; } elseif ($rssview == "week") { ! $theview = $week_lang; } elseif ($rssview == "month") { ! $theview = $month_lang; } --- 36,44 ---- if ($rssview == "day") { ! $theview = $lang['l_day']; } elseif ($rssview == "week") { ! $theview = $lang['l_week']; } elseif ($rssview == "month") { ! $theview = $lang['l_month']; } *************** *** 50,56 **** $rss .= '<title>'.$cal_displayname.' - '.$theview.'</title>'."\n"; $rss .= '<link>'.htmlspecialchars ("$default_path").'</link>'."\n"; ! $rss .= '<description>'.$cal_displayname.' '.$calendar_lang.' - '.$theview.'</description>'."\n"; $rss .= '<language>'.$rss_language.'</language>'."\n"; ! $rss .= '<copyright>Copyright 2002, '.htmlspecialchars ("$default_path").'</copyright>'."\n"; --- 50,56 ---- $rss .= '<title>'.$cal_displayname.' - '.$theview.'</title>'."\n"; $rss .= '<link>'.htmlspecialchars ("$default_path").'</link>'."\n"; ! $rss .= '<description>'.$cal_displayname.' '.$lang['l_calendar'].' - '.$theview.'</description>'."\n"; $rss .= '<language>'.$rss_language.'</language>'."\n"; ! $rss .= '<copyright>Copyright 2004, '.htmlspecialchars ("$default_path").'</copyright>'."\n"; *************** *** 80,84 **** if ($events_week < 1) { $rss .= '<item>'."\n"; ! $rss .= '<title>'.$no_events_day_lang.'</title>'."\n"; $rss .= '<link>'.htmlspecialchars ("$default_path").'</link>'."\n"; $rss .= '</item>'."\n"; --- 80,84 ---- if ($events_week < 1) { $rss .= '<item>'."\n"; ! $rss .= '<title>'.$lang['l_no_events_day'].'</title>'."\n"; $rss .= '<link>'.htmlspecialchars ("$default_path").'</link>'."\n"; $rss .= '</item>'."\n"; *************** *** 92,96 **** $getdate = date("Ymd", $thisdate); $dayofweek = strtotime ($getdate); ! $dayofweek = localizeDate ($rss_week_date, $dayofweek); if (isset($master_array[($getdate)]) && sizeof($master_array[($getdate)]) > 0) { foreach ($master_array[("$getdate")] as $event_times) { --- 92,96 ---- $getdate = date("Ymd", $thisdate); $dayofweek = strtotime ($getdate); ! $dayofweek = localizeDate ($dateFormat_day, $dayofweek); if (isset($master_array[($getdate)]) && sizeof($master_array[($getdate)]) > 0) { foreach ($master_array[("$getdate")] as $event_times) { *************** *** 105,109 **** $rss_title = htmlspecialchars ("$dayofweek: $event_text"); $rss_link = htmlspecialchars ("$default_path/day.php?getdate=$getdate&cal=$cal"); ! $rss_description = htmlspecialchars ("$dayofweek $event_start: $description"); $rss .= '<item>'."\n"; $rss .= '<title>'.$rss_title.'</title>'."\n"; --- 105,109 ---- $rss_title = htmlspecialchars ("$dayofweek: $event_text"); $rss_link = htmlspecialchars ("$default_path/day.php?getdate=$getdate&cal=$cal"); ! $rss_description = htmlspecialchars ("$dayofweek $event_start: $event_text - $description"); $rss .= '<item>'."\n"; $rss .= '<title>'.$rss_title.'</title>'."\n"; *************** *** 117,121 **** if (($events_week < 1) && ($i == 6)) { $rss .= '<item>'."\n"; ! $rss .= '<title>'.$no_events_week_lang.'</title>'."\n"; $rss .= '<link>'.htmlspecialchars ("$default_path").'</link>'."\n"; $rss .= '</item>'."\n"; --- 117,121 ---- if (($events_week < 1) && ($i == 6)) { $rss .= '<item>'."\n"; ! $rss .= '<title>'.$lang['l_no_events_week'].'</title>'."\n"; $rss .= '<link>'.htmlspecialchars ("$default_path").'</link>'."\n"; $rss .= '</item>'."\n"; *************** *** 134,138 **** $getdate = $key; $dayofmonth = strtotime ($getdate); ! $dayofmonth = localizeDate ($rss_month_date, $dayofmonth); // Pull out each day --- 134,138 ---- $getdate = $key; $dayofmonth = strtotime ($getdate); ! $dayofmonth = localizeDate ($dateFormat_day, $dayofmonth); // Pull out each day *************** *** 151,155 **** $rss_title = htmlspecialchars ("$dayofmonth: $event_text"); $rss_link = htmlspecialchars ("$default_path/day.php?getdate=$getdate&cal=$cal"); ! $rss_description = htmlspecialchars ("$dayofmonth $event_start: $description"); $rss .= '<item>'."\n"; $rss .= '<title>'.$rss_title.'</title>'."\n"; --- 151,155 ---- $rss_title = htmlspecialchars ("$dayofmonth: $event_text"); $rss_link = htmlspecialchars ("$default_path/day.php?getdate=$getdate&cal=$cal"); ! $rss_description = htmlspecialchars ("$dayofmonth $event_start: $event_text - $description"); $rss .= '<item>'."\n"; $rss .= '<title>'.$rss_title.'</title>'."\n"; *************** *** 162,166 **** if ($events_week < 1) { $rss .= '<item>'."\n"; ! $rss .= '<title>'.$no_events_month_lang.'</title>'."\n"; $rss .= '<link>'.htmlspecialchars ("$default_path").'</link>'."\n"; $rss .= '</item>'."\n"; --- 162,166 ---- if ($events_week < 1) { $rss .= '<item>'."\n"; ! $rss .= '<title>'.$lang['no_events_month'].'</title>'."\n"; $rss .= '<link>'.htmlspecialchars ("$default_path").'</link>'."\n"; $rss .= '</item>'."\n"; |
From: <cl...@us...> - 2004-08-13 22:33:21
|
Update of /cvsroot/phpicalendar/phpicalendar/functions In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29280/functions Modified Files: timezones.php Log Message: Corrected AUS timezones. Index: timezones.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/functions/timezones.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** timezones.php 30 Jan 2004 22:49:01 -0000 1.4 --- timezones.php 13 Aug 2004 22:33:13 -0000 1.5 *************** *** 257,261 **** $tz_array['Atlantic/South_Georgia'] = array('-0200', '-0200'); $tz_array['Atlantic/Stanley'] = array('-0300', '-0400'); ! $tz_array['Australia/ACT'] = array('+1100', '+1000'); $tz_array['Australia/Adelaide'] = array('+101800', '+091800'); $tz_array['Australia/Brisbane'] = array('+1000', '+1000'); --- 257,261 ---- $tz_array['Atlantic/South_Georgia'] = array('-0200', '-0200'); $tz_array['Atlantic/Stanley'] = array('-0300', '-0400'); ! $tz_array['Australia/ACT'] = array('+1000', '+1100'); $tz_array['Australia/Adelaide'] = array('+101800', '+091800'); $tz_array['Australia/Brisbane'] = array('+1000', '+1000'); *************** *** 267,279 **** $tz_array['Australia/Lindeman'] = array('+1000', '+1000'); $tz_array['Australia/Lord_Howe'] = array('+1100', '+101800'); ! $tz_array['Australia/Melbourne'] = array('+1100', '+1000'); ! $tz_array['Australia/NSW'] = array('+1100', '+1000'); $tz_array['Australia/North'] = array('+091800', '+091800'); $tz_array['Australia/Perth'] = array('+0800', '+0800'); $tz_array['Australia/Queensland'] = array('+1000', '+1000'); $tz_array['Australia/South'] = array('+101800', '+091800'); ! $tz_array['Australia/Sydney'] = array('+1100', '+1000'); ! $tz_array['Australia/Tasmania'] = array('+1100', '+1000'); ! $tz_array['Australia/Victoria'] = array('+1100', '+1000'); $tz_array['Australia/West'] = array('+0800', '+0800'); $tz_array['Australia/Yancowinna'] = array('+101800', '+091800'); --- 267,279 ---- $tz_array['Australia/Lindeman'] = array('+1000', '+1000'); $tz_array['Australia/Lord_Howe'] = array('+1100', '+101800'); ! $tz_array['Australia/Melbourne'] = array('+1000', '+1100'); ! $tz_array['Australia/NSW'] = array('+1000', '+1100'); $tz_array['Australia/North'] = array('+091800', '+091800'); $tz_array['Australia/Perth'] = array('+0800', '+0800'); $tz_array['Australia/Queensland'] = array('+1000', '+1000'); $tz_array['Australia/South'] = array('+101800', '+091800'); ! $tz_array['Australia/Sydney'] = array('+1000', '+1100'); ! $tz_array['Australia/Tasmania'] = array('+1000', '+1100'); ! $tz_array['Australia/Victoria'] = array('+1000', '+1100'); $tz_array['Australia/West'] = array('+0800', '+0800'); $tz_array['Australia/Yancowinna'] = array('+101800', '+091800'); |
From: <cl...@us...> - 2004-08-13 22:30:23
|
Update of /cvsroot/phpicalendar/phpicalendar/templates/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28780/templates/default Modified Files: year.tpl Log Message: Fix for [ 999141 ] 2.0a year.php month parse error Index: year.tpl =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/year.tpl,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** year.tpl 19 May 2004 18:26:11 -0000 1.7 --- year.tpl 13 Aug 2004 22:30:10 -0000 1.8 *************** *** 13,17 **** <tr> <td align="right" width="45%" class="navback"> ! <a class="psf" href="year.php?cal={CAL}&getdate={PREV_YEAR}"><img src="styles/silver/left_day.gif" alt="[Previous Year]" border="0" align="right" /></a> </td> <td align="center" width="10%" class="title" nowrap="nowrap" valign="middle"> --- 13,17 ---- <tr> <td align="right" width="45%" class="navback"> ! <a class="psf" href="year.php?cal={CAL}&getdate={PREV_YEAR}"><img src="templates/{TEMPLATE}/images/left_day.gif" alt="[Previous Year]" border="0" align="right" /></a> </td> <td align="center" width="10%" class="title" nowrap="nowrap" valign="middle"> *************** *** 19,23 **** </td> <td align="left" width="45%" class="navback"> ! <a class="psf" href="year.php?cal={CAL}&getdate={NEXT_YEAR}"><img src="styles/silver/right_day.gif" alt="[Next Year]" border="0" align="left" /></a> </td> </tr> --- 19,23 ---- </td> <td align="left" width="45%" class="navback"> ! <a class="psf" href="year.php?cal={CAL}&getdate={NEXT_YEAR}"><img src="templates/{TEMPLATE}/images/right_day.gif" alt="[Next Year]" border="0" align="left" /></a> </td> </tr> |
From: <cl...@us...> - 2004-08-13 22:30:23
|
Update of /cvsroot/phpicalendar/phpicalendar/functions In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28780/functions Modified Files: template.php Log Message: Fix for [ 999141 ] 2.0a year.php month parse error Index: template.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/functions/template.php,v retrieving revision 1.50 retrieving revision 1.51 diff -C2 -d -r1.50 -r1.51 *** template.php 8 Aug 2004 05:55:18 -0000 1.50 --- template.php 13 Aug 2004 22:30:10 -0000 1.51 *************** *** 728,731 **** --- 728,732 ---- $start_day = strtotime($week_start_day); $month_title = localizeDate ($dateFormat_month, $fake_getdate_time); + $month_date = date ('Ymd', $fake_getdate_time); if ($type == 'small') { *************** *** 819,823 **** if ($checkagain != $minical_month) $whole_month = FALSE; } ! } while ($whole_month == TRUE); $return = str_replace('<!-- loop weekday on -->'.$match1[1].'<!-- loop weekday off -->', $weekday_loop, $template_p); --- 820,824 ---- if ($checkagain != $minical_month) $whole_month = FALSE; } ! } while ($whole_month == TRUE); $return = str_replace('<!-- loop weekday on -->'.$match1[1].'<!-- loop weekday off -->', $weekday_loop, $template_p); *************** *** 825,828 **** --- 826,830 ---- $return = str_replace('{MONTH_TITLE}', $month_title, $return); $return = str_replace('{CAL}', $cal, $return); + $return = str_replace('{MONTH_DATE}', $month_date, $return); return $return; |
From: <cl...@us...> - 2004-08-13 20:53:08
|
Update of /cvsroot/phpicalendar/phpicalendar In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9809 Modified Files: README Log Message: Updated. Index: README =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/README,v retrieving revision 1.70 retrieving revision 1.71 diff -C2 -d -r1.70 -r1.71 *** README 12 Aug 2004 19:20:43 -0000 1.70 --- README 13 Aug 2004 20:52:55 -0000 1.71 *************** *** 21,24 **** --- 21,25 ---- ------------- - Put PHP iCalendar into your Sites folder (or another web directory) + - PHP iCalendar works 'out of the box' but you may want to configure some things - Edit the file "config.inc.php" and see section below called "Configuration" - Put your iCal files into the directory you specify in config.inc.php *************** *** 38,42 **** them. If you have difficulty with your configuration, you can ask the developers and other PHP iCalendar users at the PHP iCalendar forums: ! http://phpicalendar.sourceforge.net/phpBB2 Supported Calendar Applications: --- 39,43 ---- them. If you have difficulty with your configuration, you can ask the developers and other PHP iCalendar users at the PHP iCalendar forums: ! http://phpicalendar.net/forums/ Supported Calendar Applications: |
From: <cl...@us...> - 2004-08-12 20:33:00
|
Update of /cvsroot/phpicalendar/phpicalendar/rss In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31546/rss Modified Files: index.php Log Message: Refixed todo popup. Index: index.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/rss/index.php,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** index.php 24 May 2004 05:26:41 -0000 1.29 --- index.php 12 Aug 2004 20:32:50 -0000 1.30 *************** *** 45,49 **** 'rssdisable' => '', 'rss_valid' => '', - 'todo_js' => '', 'show_search' => '', 'l_rss_info' => $lang['l_rss_info'], --- 45,48 ---- |