Skip to content
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.

Commit

Permalink
*5805* Removed CVS ID tags
Browse files Browse the repository at this point in the history
  • Loading branch information
asmecher committed Aug 18, 2012
1 parent d5a1e9a commit 7000aa9
Show file tree
Hide file tree
Showing 1,389 changed files with 43 additions and 1,431 deletions.
1 change: 0 additions & 1 deletion classes/admin/form/ConferenceSiteSettingsForm.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
* @brief Form for site administrator to edit basic conference settings.
*/

//$Id$

import('lib.pkp.classes.db.DBDataXMLParser');
import('lib.pkp.classes.form.Form');
Expand Down
1 change: 0 additions & 1 deletion classes/admin/form/ImportOCS1Form.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
* @brief Form for site administrator to migrate data from an OCS 1.x system.
*/

//$Id$

import('classes.site.ImportOCS1');
import('lib.pkp.classes.form.Form');
Expand Down
1 change: 0 additions & 1 deletion classes/admin/form/SiteSettingsForm.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
* @brief Form to edit site settings.
*/

// $Id$


import('lib.pkp.classes.admin.form.PKPSiteSettingsForm');
Expand Down
1 change: 0 additions & 1 deletion classes/announcement/AnnouncementDAO.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
* @brief Operations for retrieving and modifying Announcement objects.
*/

// $Id$

import('classes.announcement.Announcement');
import('lib.pkp.classes.announcement.PKPAnnouncementDAO');
Expand Down
1 change: 0 additions & 1 deletion classes/announcement/AnnouncementTypeDAO.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
* @brief Operations for retrieving and modifying AnnouncementType objects.
*/

//$Id$

import('classes.announcement.AnnouncementType');
import('lib.pkp.classes.announcement.PKPAnnouncementTypeDAO');
Expand Down
1 change: 0 additions & 1 deletion classes/author/form/submit/AuthorSubmitForm.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
*
*/

// $Id$


import('lib.pkp.classes.form.Form');
Expand Down
1 change: 0 additions & 1 deletion classes/author/form/submit/AuthorSubmitStep1Form.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
* @brief Form for Step 1 of author paper submission.
*/

//$Id$

import('classes.author.form.submit.AuthorSubmitForm');

Expand Down
1 change: 0 additions & 1 deletion classes/author/form/submit/AuthorSubmitStep2Form.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
* @brief Form for Step 2 of author paper submission.
*/

//$Id$

import('classes.author.form.submit.AuthorSubmitForm');

Expand Down
1 change: 0 additions & 1 deletion classes/author/form/submit/AuthorSubmitStep3Form.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
* @brief Form for Step 2 of author paper submission.
*/

//$Id$

import('classes.author.form.submit.AuthorSubmitForm');

Expand Down
1 change: 0 additions & 1 deletion classes/author/form/submit/AuthorSubmitStep4Form.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
* @brief Form for Step 4 of author paper submission.
*/

//$Id$

import('classes.author.form.submit.AuthorSubmitForm');

Expand Down
1 change: 0 additions & 1 deletion classes/author/form/submit/AuthorSubmitStep5Form.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
* @brief Form for Step 5 of author paper submission.
*/

//$Id$

import('classes.author.form.submit.AuthorSubmitForm');

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
* @brief Supplementary file author submission form.
*/

//$Id$

import('lib.pkp.classes.form.Form');

Expand Down
1 change: 0 additions & 1 deletion classes/comment/form/CommentForm.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
*
*/

// $Id$


import('lib.pkp.classes.form.Form');
Expand Down
1 change: 0 additions & 1 deletion classes/conference/Conference.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
* @brief Describes basic conference properties.
*/

//$Id$

define('PAPER_ACCESS_OPEN', 0x00000000);
define('PAPER_ACCESS_ACCOUNT_REQUIRED', 0x00000001);
Expand Down
1 change: 0 additions & 1 deletion classes/conference/ConferenceDAO.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
* @brief Operations for retrieving and modifying Conference objects.
*/

//$Id$

import ('classes.conference.Conference');

Expand Down
1 change: 0 additions & 1 deletion classes/conference/ConferenceSettingsDAO.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
* Operations for retrieving and modifying conference settings.
*/

//$Id$

import('classes.db.SettingsDAO');
class ConferenceSettingsDAO extends SettingsDAO {
Expand Down
1 change: 0 additions & 1 deletion classes/conference/NotificationStatusDAO.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
* @brief Operations for retrieving and modifying users' sched conf notification status.
*/

//$Id$

class NotificationStatusDAO extends DAO {
function &getSchedConfNotifications($userId) {
Expand Down
1 change: 0 additions & 1 deletion classes/conference/Track.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
*
*/

// $Id$


class Track extends DataObject {
Expand Down
1 change: 0 additions & 1 deletion classes/conference/TrackDAO.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
*
*/

// $Id$


import ('classes.conference.Track');
Expand Down
1 change: 0 additions & 1 deletion classes/conference/TrackDirectorsDAO.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
* @brief Class for DAO relating tracks to directors.
*/

//$Id$

class TrackDirectorsDAO extends DAO {
/**
Expand Down
1 change: 0 additions & 1 deletion classes/conference/log/ConferenceEventLogDAO.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
* @brief Class for inserting/accessing conference history log entries.
*/

//$Id$

import ('classes.conference.log.ConferenceEventLogEntry');

Expand Down
1 change: 0 additions & 1 deletion classes/conference/log/ConferenceEventLogEntry.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
* @brief Describes an entry in the conference history log.
*/

//$Id$

import('classes.log.EventLogConstants');

Expand Down
1 change: 0 additions & 1 deletion classes/conference/log/ConferenceLog.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
*
*/

// $Id$


class ConferenceLog {
Expand Down
1 change: 0 additions & 1 deletion classes/core/PageRouter.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
* FIXME: add cacheable pages
*/

// $Id$


import('lib.pkp.classes.core.PKPPageRouter');
Expand Down
1 change: 0 additions & 1 deletion classes/db/SettingsDAO.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
* @brief Operations for retrieving and modifying settings.
*/

//$Id$

class SettingsDAO extends DAO {
/**
Expand Down
1 change: 0 additions & 1 deletion classes/director/form/EmailTemplateForm.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
* @brief Form for creating and modifying conference tracks.
*/

//$Id$

import('lib.pkp.classes.form.Form');

Expand Down
1 change: 0 additions & 1 deletion classes/help/Help.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
* help ids.
*/

// $Id$


import('lib.pkp.classes.help.PKPHelp');
Expand Down
1 change: 0 additions & 1 deletion classes/help/OCSHelpMappingFile.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
* @brief Abstracts the built-in help mapping XML file.
*/

//$Id$

import('lib.pkp.classes.help.HelpMappingFile');

Expand Down
1 change: 0 additions & 1 deletion classes/i18n/AppLocale.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
*
*/

// $Id$


import('lib.pkp.classes.i18n.PKPLocale');
Expand Down
1 change: 0 additions & 1 deletion classes/i18n/EditableEmailFile.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
*
*/

// $Id$

import('lib.pkp.classes.file.EditableFile');

Expand Down
1 change: 0 additions & 1 deletion classes/i18n/EditableLocaleFile.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
*
*/

// $Id$


import('lib.pkp.classes.file.EditableFile');
Expand Down
1 change: 0 additions & 1 deletion classes/install/form/InstallForm.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
* @brief Form for system installation.
*/

//$Id$

import('classes.install.Install');
import('lib.pkp.classes.site.VersionCheck');
Expand Down
1 change: 0 additions & 1 deletion classes/install/form/UpgradeForm.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
* @brief Form for system upgrades.
*/

//$Id$

import('classes.install.Upgrade');
import('lib.pkp.classes.form.Form');
Expand Down
1 change: 0 additions & 1 deletion classes/log/EventLogConstants.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
* @brief Contains descriptive constants for paper and conference event logs.
*/

//$Id$

// Log levels
define('LOG_LEVEL_INFO', 'I');
Expand Down
1 change: 0 additions & 1 deletion classes/mail/EmailTemplateDAO.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
* @brief Operations for retrieving and modifying Email Template objects.
*/

// $Id$


import('lib.pkp.classes.mail.PKPEmailTemplateDAO');
Expand Down
1 change: 0 additions & 1 deletion classes/manager/form/AccommodationSettingsForm.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
*
*/

// $Id$


import('lib.pkp.classes.form.Form');
Expand Down
1 change: 0 additions & 1 deletion classes/manager/form/AnnouncementForm.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
* @brief Form for conference managers to create/edit announcements.
*/

// $Id$

import('lib.pkp.classes.manager.form.PKPAnnouncementForm');

Expand Down
1 change: 0 additions & 1 deletion classes/manager/form/AnnouncementTypeForm.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
* @brief Form for conference manager to create/edit announcement types.
*/

//$Id$

import('lib.pkp.classes.manager.form.PKPAnnouncementTypeForm');

Expand Down
1 change: 0 additions & 1 deletion classes/manager/form/EmailTemplateForm.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
* @brief Form for creating and modifying email templates.
*/

//$Id$

import('lib.pkp.classes.form.Form');

Expand Down
1 change: 0 additions & 1 deletion classes/manager/form/GroupForm.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
* @brief Form for conference managers to create/edit groups.
*/

// $Id$


import('lib.pkp.classes.form.Form');
Expand Down
1 change: 0 additions & 1 deletion classes/manager/form/LanguageSettingsForm.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
* @brief Form for modifying conference language settings.
*/

//$Id$

import('lib.pkp.classes.form.Form');

Expand Down
1 change: 0 additions & 1 deletion classes/manager/form/ProgramSettingsForm.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
* @brief Form for modifying scheduled conference program settings.
*/

//$Id$

import('lib.pkp.classes.form.Form');

Expand Down
1 change: 0 additions & 1 deletion classes/manager/form/SchedConfSettingsForm.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
* @brief Form for conference manager to edit basic scheduled conference settings.
*/

//$Id$

import('lib.pkp.classes.db.DBDataXMLParser');
import('lib.pkp.classes.form.Form');
Expand Down
1 change: 0 additions & 1 deletion classes/manager/form/TimelineForm.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
* @brief Form for creating and modifying scheduled conference tracks.
*/

//$Id$

import('lib.pkp.classes.form.Form');

Expand Down
1 change: 0 additions & 1 deletion classes/manager/form/TrackForm.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
*
*/

// $Id$


import('lib.pkp.classes.form.Form');
Expand Down
1 change: 0 additions & 1 deletion classes/manager/form/UserManagementForm.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
*
*/

// $Id$


import('lib.pkp.classes.form.Form');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
* @brief Base class for scheduled conference setup forms.
*/

//$Id$

import('classes.manager.form.schedConfSetup.SchedConfSetupForm');
import('lib.pkp.classes.form.Form');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
* @brief Form for Step 1 of scheduled conference setup.
*/

//$Id$

import('classes.manager.form.schedConfSetup.SchedConfSetupForm');

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
* @brief Form for Step 2 of scheduled conference setup.
*/

//$Id$

import('classes.manager.form.schedConfSetup.SchedConfSetupForm');

Expand Down
1 change: 0 additions & 1 deletion classes/manager/form/scheduler/BuildingForm.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
* @brief Form for conference manager to create/edit buildings for scheduler.
*/

//$Id$

import('lib.pkp.classes.form.Form');

Expand Down
Loading

0 comments on commit 7000aa9

Please sign in to comment.