Skip to content

Commit

Permalink
Remove SourceForge ID comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce Bannon committed Mar 16, 2021
1 parent 89c747f commit 696317e
Show file tree
Hide file tree
Showing 210 changed files with 84 additions and 228 deletions.
2 changes: 0 additions & 2 deletions access.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php
/**
* $Id: access.php,v 1.60.2.1 2012/02/28 15:43:09 cknudsen Exp $
*
* This page is used to manage user access rights.
*
* It has three different modes:
Expand Down
2 changes: 1 addition & 1 deletion activity_log.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php // $Id: activity_log.php,v 1.55 2009/11/22 16:47:44 bbannon Exp $
<?php
/**
* Description:
* Display either the "Activity Log" (for events/tasks) or the
Expand Down
2 changes: 1 addition & 1 deletion adminhome.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php // $Id: adminhome.php,v 1.45 2010/02/03 17:41:20 bbannon Exp $
<?php
/**
* Page Description:
* Serves as the home page for administrative functions.
Expand Down
2 changes: 1 addition & 1 deletion availability.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php // $Id: availability.php,v 1.27 2009/11/22 16:47:44 bbannon Exp $
<?php
/**
* Page Description:
* Display a timebar view of a single day.
Expand Down
3 changes: 1 addition & 2 deletions category.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php // $Id: category.php,v 1.50.2.1 2013/01/24 21:15:08 cknudsen Exp $

<?php
include_once 'includes/init.php';
// Load user and global cats.
load_user_categories();
Expand Down
2 changes: 1 addition & 1 deletion catsel.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php // $Id: catsel.php,v 1.28.2.1 2013/01/24 21:15:09 cknudsen Exp $
<?php
include_once 'includes/init.php';

// load user and global cats
Expand Down
2 changes: 1 addition & 1 deletion colors.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php // $Id: colors.php,v 1.37 2009/11/22 16:47:44 bbannon Exp $
<?php
include_once 'includes/init.php';
$color = getGetValue ( 'color' );
if ( empty ( $color ) )
Expand Down
3 changes: 1 addition & 2 deletions controlpanel.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?php
/* $Id: controlpanel.php,v 1.15 2009/10/11 16:29:59 bbannon Exp $
*
/**
* Description:
* This page generates the JNLP contents
* that Java Web Start uses to start the application.
Expand Down
2 changes: 1 addition & 1 deletion css_cacher.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php // $Id: css_cacher.php,v 1.26 2010/08/22 21:03:25 cknudsen Exp $
<?php
define( '_ISVALID', true );

include 'includes/translate.php';
Expand Down
2 changes: 1 addition & 1 deletion datesel.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php // $Id: datesel.php,v 1.57 2009/11/22 16:47:44 bbannon Exp $
<?php
include_once 'includes/init.php';

$fday = getGetValue ( 'fday' );
Expand Down
2 changes: 1 addition & 1 deletion day.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php // $Id: day.php,v 1.85 2010/02/21 08:27:48 bbannon Exp $
<?php
include_once 'includes/init.php';

//check UAC
Expand Down
2 changes: 1 addition & 1 deletion edit_entry.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php // $Id: edit_entry.php,v 1.227 2010/08/27 05:15:57 cknudsen Exp $
<?php
/**
* Description:
* Presents page to edit/add an event/task/journal
Expand Down
2 changes: 1 addition & 1 deletion edit_entry_handler.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php // $Id: edit_entry_handler.php,v 1.204.2.1 2012/02/28 15:43:10 cknudsen Exp $
<?php
include_once 'includes/init.php';
require_valid_referring_url ();
require 'includes/classes/WebCalMailer.class';
Expand Down
2 changes: 1 addition & 1 deletion edit_nonusers.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php // $Id: edit_nonusers.php,v 1.29 2009/11/22 16:47:45 bbannon Exp $
<?php
include_once 'includes/init.php';
print_header( array( 'js/translate.js.php' ),
'<script type="text/javascript" src="includes/js/edit_nonusers.js"></script>',
Expand Down
1 change: 0 additions & 1 deletion edit_remotes.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
* @author Ray Jones <[email protected]>
* @copyright Craig Knudsen, <[email protected]>, http://www.k5n.us/cknudsen
* @license http://www.gnu.org/licenses/gpl.html GNU GPL
* @version $Id: edit_remotes.php,v 1.22 2009/11/22 16:47:45 bbannon Exp $
* @package WebCalendar
* @subpackage Edit Remotes
*
Expand Down
2 changes: 1 addition & 1 deletion edit_user.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php // $Id: edit_user.php,v 1.70 2009/11/22 16:47:45 bbannon Exp $
<?php
include_once 'includes/init.php';

$error = '';
Expand Down
3 changes: 1 addition & 2 deletions edit_user_handler.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php // $Id: edit_user_handler.php,v 1.54.2.1 2012/02/28 15:43:10 cknudsen Exp $

<?php
// There is the potential for a lot of mischief from users trying to access this
// file in ways they shouldn't. Users may try to type in a URL to get around
// functions that are not being displayed on the web page to them.
Expand Down
2 changes: 1 addition & 1 deletion export.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php // $Id: export.php,v 1.54.2.1 2013/01/24 21:15:09 cknudsen Exp $
<?php
/**
* Page Description:
* This page will present the user with forms for exporting calendar events.
Expand Down
2 changes: 1 addition & 1 deletion freebusy.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php // $Id: freebusy.php,v 1.35 2009/11/22 16:47:45 bbannon Exp $
<?php
/**
* Description:
* Creates the iCal free/busy schedule a single user.
Expand Down
2 changes: 1 addition & 1 deletion group_edit_handler.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php // $Id: group_edit_handler.php,v 1.29.2.1 2012/02/28 15:43:10 cknudsen Exp $
<?php
include_once 'includes/init.php';
require_valid_referring_url ();

Expand Down
2 changes: 1 addition & 1 deletion groups.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php // $Id: groups.php,v 1.29 2009/11/22 16:47:45 bbannon Exp $
<?php
defined ( '_ISVALID' ) or die ( 'You cannot access this file directly!' );

$count = $lastrow = 0;
Expand Down
2 changes: 1 addition & 1 deletion help_admin.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php // $Id: help_admin.php,v 1.33 2009/11/22 16:47:45 bbannon Exp $
<?php
include_once 'includes/init.php';
include_once 'includes/help_list.php';

Expand Down
2 changes: 1 addition & 1 deletion help_docs.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php // $Id: help_docs.php,v 1.5 2009/11/22 16:47:45 bbannon Exp $
<?php
include_once 'includes/init.php';
include_once 'includes/help_list.php';

Expand Down
2 changes: 1 addition & 1 deletion help_import.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php // $Id: help_import.php,v 1.27 2009/11/22 16:47:45 bbannon Exp $
<?php
include_once 'includes/init.php';
include_once 'includes/help_list.php';

Expand Down
2 changes: 1 addition & 1 deletion help_index.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php // $Id: help_index.php,v 1.29 2009/11/22 16:47:45 bbannon Exp $
<?php
include_once 'includes/init.php';
include_once 'includes/help_list.php';
print_header ( '', '', '', true );
Expand Down
2 changes: 1 addition & 1 deletion icalclient.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php // $Id: icalclient.php,v 1.42 2010/02/21 08:27:48 bbannon Exp $
<?php
/**
* WARNING * WARNING * WARNING * WARNING * WARNING
* This script is still considered alpha level.
Expand Down
2 changes: 1 addition & 1 deletion import.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php // $Id: import.php,v 1.59 2010/02/21 08:27:48 bbannon Exp $
<?php
/**
* Page Description:
* This page will present the user with forms for submitting a data file to import.
Expand Down
2 changes: 1 addition & 1 deletion import_handler.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php // $Id: import_handler.php,v 1.44 2009/11/22 16:47:45 bbannon Exp $
<?php
/**
* Description:
* Loads appropriate import file parser and processes the data returned.
Expand Down
1 change: 0 additions & 1 deletion includes/JSON.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
* @author Matt Knapp <mdknapp[at]gmail[dot]com>
* @author Brett Stimmerman <brettstimmerman[at]gmail[dot]com>
* @copyright 2005 Michal Migurski
* @version CVS: $Id: JSON.php,v 1.2 2010/02/21 08:27:48 bbannon Exp $
* @license http://www.opensource.org/licenses/bsd-license.php
* @link http://pear.php.net/pepr/pepr-proposal-show.php?id=198
*/
Expand Down
1 change: 0 additions & 1 deletion includes/access.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
* @author Craig Knudsen <[email protected]>
* @copyright Craig Knudsen, <[email protected]>, http://www.k5n.us/cknudsen
* @license http://www.gnu.org/licenses/gpl.html GNU GPL
* @version $Id: access.php,v 1.54 2011/07/12 19:45:13 rjones6061 Exp $
* @package WebCalendar
*/

Expand Down
1 change: 0 additions & 1 deletion includes/classes/AttachmentList.class
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* @author Craig Knudsen
* @copyright Craig Knudsen, <[email protected]>, http://www.k5n.us/
* @license http://www.gnu.org/licenses/gpl.html GNU GPL
* @version $Id: AttachmentList.class,v 1.3 2007/04/08 07:59:54 bbannon Exp $
* @package WebCalendar
* @subpackage Doc
*/
Expand Down
1 change: 0 additions & 1 deletion includes/classes/CommentList.class
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* @author Craig Knudsen
* @copyright Craig Knudsen, <[email protected]>, http://www.k5n.us/
* @license http://www.gnu.org/licenses/gpl.html GNU GPL
* @version $Id: CommentList.class,v 1.3 2007/04/08 07:59:54 bbannon Exp $
* @package WebCalendar
* @subpackage Doc
*/
Expand Down
1 change: 0 additions & 1 deletion includes/classes/Doc.class
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
* @author Craig Knudsen
* @copyright Craig Knudsen, <[email protected]>, http://www.k5n.us/
* @license http://www.gnu.org/licenses/gpl.html GNU GPL
* @version $Id: Doc.class,v 1.11 2011/06/02 12:45:22 rjones6061 Exp $
* @package WebCalendar
* @subpackage Doc
*/
Expand Down
1 change: 0 additions & 1 deletion includes/classes/DocList.class
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* @author Craig Knudsen
* @copyright Craig Knudsen, <[email protected]>, http://www.k5n.us/
* @license http://www.gnu.org/licenses/gpl.html GNU GPL
* @version $Id: DocList.class,v 1.8 2009/11/22 16:47:46 bbannon Exp $
* @package WebCalendar
* @subpackage Doc
*/
Expand Down
1 change: 0 additions & 1 deletion includes/classes/Event.class
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* @author Adam Roben <[email protected]>
* @copyright Craig Knudsen, <[email protected]>, http://www.k5n.us/cknudsen
* @license http://www.gnu.org/licenses/gpl.html GNU GPL
* @version $Id: Event.class,v 1.27 2010/08/18 04:05:19 cknudsen Exp $
* @package WebCalendar
* @subpackage Events
*/
Expand Down
1 change: 0 additions & 1 deletion includes/classes/RptEvent.class
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* @author Adam Roben <[email protected]>
* @copyright Craig Knudsen, <[email protected]>, http://www.k5n.us/cknudsen
* @license http://www.gnu.org/licenses/gpl.html GNU GPL
* @version $Id: RptEvent.class,v 1.17 2010/02/21 08:27:49 bbannon Exp $
* @package WebCalendar
* @subpackage Events
*/
Expand Down
1 change: 0 additions & 1 deletion includes/classes/WebCalMailer.class
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* @author Ray Jones <[email protected]>
* @copyright Craig Knudsen, <[email protected]>, http://www.k5n.us/cknudsen
* @license http://www.gnu.org/licenses/gpl.html GNU GPL
* @version $Id$
* @package WebCalendar
* @subpackage Mailer
*/
Expand Down
1 change: 0 additions & 1 deletion includes/classes/hKit/hcal.profile.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php
// hcal profile for hkit
// Hacked together by Ray Jones 06/26/2006
// $Id: hcal.profile.php,v 1.5 2007/09/17 21:24:36 bbannon Exp $

$this->root_class = 'vevent';

Expand Down
1 change: 0 additions & 1 deletion includes/common_admin_pref.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?php
/* Consolidating parts of admin.php and pref.php.
* $Id: common_admin_pref.php,v 1.5 2007/08/28 01:12:20 bbannon Exp $
*/

// Force the CSS cache to clear by incrementing webcalendar_csscache cookie.
Expand Down
1 change: 0 additions & 1 deletion includes/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
* @author Craig Knudsen <[email protected]>
* @copyright Craig Knudsen, <[email protected]>, http://www.k5n.us/cknudsen
* @license http://www.gnu.org/licenses/gpl.html GNU GPL
* @version $Id: config.php,v 1.92 2011/07/12 19:45:42 rjones6061 Exp $
* @package WebCalendar
*/

Expand Down
2 changes: 0 additions & 2 deletions includes/css/about.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// $Id: about.css,v 1.2 2009/11/13 15:23:00 bbannon Exp $

#creds {
/* mandatory */
position:relative;
Expand Down
1 change: 0 additions & 1 deletion includes/css/punctuation.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
@charset "UTF-8";
/* $Id: punctuation.css,v 1.1 2013/05/15 17:48:21 bbannon Exp $ */
:lang(en) blockquote, :lang(en) q {
quotes: "“" "”" "‘" "’";
}
Expand Down
4 changes: 0 additions & 4 deletions includes/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
* @author Craig Knudsen <[email protected]>
* @copyright Craig Knudsen, <[email protected]>, http://www.k5n.us/cknudsen
* @license http://www.gnu.org/licenses/gpl.html GNU GPL
*
* @version $Id: styles.css,v 1.39 2010/10/20 01:28:21 cknudsen Exp $
* hmmm... How does the version line work on github?
*
* @package WebCalendar
*/

Expand Down
1 change: 0 additions & 1 deletion includes/dbi4php.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
* @author Craig Knudsen <[email protected]>
* @copyright Craig Knudsen, <[email protected]>, http://www.k5n.us/cknudsen
* @license http://www.gnu.org/licenses/lgpl.html GNU LGPL
* @version $Id: dbi4php.php,v 1.37 2010/04/07 13:39:08 cknudsen Exp $
* @package WebCalendar
*
* History:
Expand Down
2 changes: 1 addition & 1 deletion includes/help_list.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php // $Id: help_list.php,v 1.9 2009/11/22 16:47:46 bbannon Exp $
<?php
/**
* The file contains a listing of all the current help files in an array.
* This should make it easier to add new help screens without having to
Expand Down
1 change: 0 additions & 1 deletion includes/init.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
* @author Craig Knudsen <[email protected]>
* @copyright Craig Knudsen, <[email protected]>, http://www.k5n.us/cknudsen
* @license http://www.gnu.org/licenses/gpl.html GNU GPL
* @version $Id: init.php,v 1.159 2010/08/31 13:49:17 cknudsen Exp $
* @package WebCalendar
*/

Expand Down
1 change: 0 additions & 1 deletion includes/js/admin.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// $Id: admin.js,v 1.3 2010/02/21 08:27:49 bbannon Exp $

function init_admin() {
attach_handler();
Expand Down
1 change: 0 additions & 1 deletion includes/js/assistant_edit.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// $Id: assistant_edit.js,v 1.1 2008/12/15 10:42:45 bbannon Exp $

function selectUsers() {
// Find id of user selection object.
Expand Down
2 changes: 1 addition & 1 deletion includes/js/assistant_edit.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php /* $Id: assistant_edit.php,v 1.10 2006/04/14 23:37:00 umcesrjones Exp $ */ ?>

function selectUsers () {
// find id of user selection object
var listid = 0;
Expand Down
2 changes: 1 addition & 1 deletion includes/js/availability.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php // $Id: availability.php,v 1.18 2009/11/22 16:47:46 bbannon Exp $
<?php
defined ( '_ISVALID' ) or die ( 'You cannot access this file directly!' );

$month = $arinc[3];
Expand Down
1 change: 0 additions & 1 deletion includes/js/catsel.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// $Id: catsel.js,v 1.3 2009/11/22 16:47:46 bbannon Exp $

function sendCats( cats ) {
var
Expand Down
1 change: 0 additions & 1 deletion includes/js/colors.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// $Id: colors.js,v 1.5 2010/02/21 08:27:49 bbannon Exp $

// Predefined Colors
var
Expand Down
1 change: 0 additions & 1 deletion includes/js/colors.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<?php /* $Id: colors.php,v 1.27 2007/09/10 20:56:31 bbannon Exp $ */ ?>

// Predefined Colors
pcoc = getCookie("webcalendar_custom_colors");
Expand Down
2 changes: 1 addition & 1 deletion includes/js/dblclick_add.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// $Id: dblclick_add.js,v 1.3 2009/10/27 18:36:49 bbannon Exp $

// Function that will send user to the add event page.
// This is typically invoked as the ondblclick event handler.
function dblclick_add( date, name, hour, minute ) {
Expand Down
2 changes: 1 addition & 1 deletion includes/js/edit_nonuser.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php /* $Id: edit_nonuser.php,v 1.10 2007/07/12 19:29:13 bbannon Exp $ */
<?php
defined ( '_ISVALID' ) or die ( 'You cannot access this file directly!' );
?>
var validform = true;
Expand Down
1 change: 0 additions & 1 deletion includes/js/edit_nonusers.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// $Id: edit_nonusers.js,v 1.1 2008/12/23 14:07:41 bbannon Exp $

var validform;

Expand Down
2 changes: 1 addition & 1 deletion includes/js/edit_remotes.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php // $Id: edit_remotes.php,v 1.18 2009/11/22 16:47:46 bbannon Exp $
<?php
defined ( '_ISVALID' ) or die ( 'You cannot access this file directly!' );
?>
var validform = true;
Expand Down
2 changes: 1 addition & 1 deletion includes/js/edit_user.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php // $Id: edit_user.php,v 1.14 2009/11/22 16:47:46 bbannon Exp $
<?php
defined ( '_ISVALID' ) or die ( 'You cannot access this file directly!' );

$errStr = translate ( 'Error', true ) . ' ';
Expand Down
2 changes: 1 addition & 1 deletion includes/js/export_import.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php // $Id: export_import.php,v 1.16 2009/11/22 16:47:46 bbannon Exp $
<?php
defined ( '_ISVALID' ) or die ( 'You cannot access this file directly!' );
?>
function toggle_import() {
Expand Down
1 change: 0 additions & 1 deletion includes/js/ie5.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// $Id: ie5.js,v 1.1 2008/12/14 23:37:46 bbannon Exp $

// Array.push & Array.splice got left out of IE 5.
Array.prototype.push = function() {
Expand Down
1 change: 0 additions & 1 deletion includes/js/modalbox/README.webcalendar
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
$Id: README.webcalendar,v 1.1 2010/08/17 04:11:46 cknudsen Exp $

This directory contains Modalbox code downlaoded from git.
The prototype.js file from WebCalendar is used instead of a separate one.
Expand Down
Loading

0 comments on commit 696317e

Please sign in to comment.