| AbntCitationPlugin | ABNT citation format plugin |
| AboutHandler | Handle requests for editor functions |
| AccessKey | AccessKey class |
| AccessKeyDAO | Operations for retrieving and modifying AccessKey objects |
| AccessKeyManager | Class defining operations for AccessKey management |
| Action | Action class |
| Ad | Abstract an OpenAds ad |
| AdminFunctionsHandler | Handle requests for site administrative/maintenance functions |
| AdminHandler | Handle requests for site administration functions |
| AdminJournalHandler | Handle requests for journal management in site administration |
| AdminLanguagesHandler | Handle requests for changing site language settings |
| AdminPeopleHandler | Handle requests for people management functions |
| AdminSettingsHandler | Handle requests for changing site admin settings |
| Announcement | Basic class describing a announcement |
| AnnouncementDAO | Operations for retrieving and modifying Announcement objects |
| AnnouncementFeedBlockPlugin | Class for block component of announcement feed plugin |
| AnnouncementFeedGatewayPlugin | Gateway component of announcement feed plugin |
| AnnouncementFeedPlugin | Annoucement Feed plugin class |
| AnnouncementForm | Form for journal managers to create/edit announcements |
| AnnouncementHandler | Handle requests for public announcement functions |
| AnnouncementType | Basic class describing an announcement type |
| AnnouncementTypeDAO | Operations for retrieving and modifying AnnouncementType objects |
| AnnouncementTypeForm | Form for journal managers to create/edit announcement types |
| ApaCitationPlugin | APA citation format plugin |
| ArrayItemIterator | Provides paging and iteration for arrays |
| Article | Article class |
| ArticleComment | Class for ArticleComment |
| ArticleCommentDAO | Operations for retrieving and modifying ArticleComment objects |
| ArticleDAO | Operations for retrieving and modifying Article objects |
| ArticleEmailLogDAO | Class for inserting/accessing article email log entries |
| ArticleEmailLogEntry | Describes an entry in the article email log |
| ArticleEventLogDAO | Class for inserting/accessing article history log entries |
| ArticleEventLogEntry | Describes an entry in the article history log |
| ArticleFile | Article file class |
| ArticleFileDAO | Operations for retrieving and modifying ArticleFile objects |
| ArticleFileManager | Class defining operations for article file management |
| ArticleGalley | A galley is a final presentation version of the full-text of an article |
| ArticleGalleyDAO | Operations for retrieving and modifying ArticleGalley/ArticleHTMLGalley objects |
| ArticleGalleyForm | Article galley editing form |
| ArticleHandler | Handle requests for article functions |
| ArticleHTMLGalley | An HTML galley may include an optional stylesheet and set of images |
| ArticleLog | Static class for adding / accessing article log entries |
| ArticleMailTemplate | Subclass of MailTemplate for sending emails related to articles |
| ArticleNote | Class for ArticleNote |
| ArticleNoteDAO | Operations for retrieving and modifying ArticleNote objects |
| ArticleReportDAO | Article report DAO |
| ArticleReportPlugin | Article report plugin |
| ArticleSearch | Class for retrieving article search results |
| ArticleSearchDAO | DAO class for article search index |
| ArticleSearchIndex | Class to add content to the article search index |
| ArticleXMLGalley | Article XML galley model object |
| ArticleXMLGalleyDAO | Extended DAO methods for XML-derived galleys NB: These require access to a number of hooks in ArticleGalleyDAO to override the default methods; this is prime for refactoring! |
| Author | Article author metadata class |
| AuthorAction | AuthorAction class |
| AuthorDAO | Operations for retrieving and modifying Author objects |
| AuthorHandler | Handle requests for journal author functions |
| AuthorSubmission | AuthorSubmission class |
| AuthorSubmissionDAO | Operations for retrieving and modifying AuthorSubmission objects |
| AuthorSubmitForm | Base class for journal author submit forms |
| AuthorSubmitStep1Form | Form for Step 1 of author article submission |
| AuthorSubmitStep2Form | Form for Step 2 of author article submission |
| AuthorSubmitStep3Form | Form for Step 3 of author article submission |
| AuthorSubmitStep4Form | Form for Step 4 of author article submission |
| AuthorSubmitStep5Form | Form for Step 5 of author article submission |
| AuthorSubmitSuppFileForm | Supplementary file author submission form |
| AuthPlugin | Abstract class for authentication plugins |
| AuthSource | Describes an authentication source |
| AuthSourceDAO | Operations for retrieving and modifying AuthSource objects |
| AuthSourceSettingsForm | Form for editing authentication source settings |
| AuthSourcesHandler | Handle requests for authentication source management in site administration |
| BaseEmailTemplate | Describes basic email template properties |
| BibtexCitationPlugin | BibTeX citation format plugin |
| BlockPlugin | Abstract class for block plugins |
| Captcha | Class for Captcha verifiers |
| CaptchaDAO | Operations for retrieving and modifying Captcha keys |
| CaptchaManager | Class defining operations for temporary file management |
| CbeCitationPlugin | CBE citation format plugin |
| ChangePasswordForm | Form to change a user's password |
| CitationPlugin | Abstract class for citation plugins |
| ClassicBlueThemePlugin | "ClassicBlue" theme plugin |
| ClassicBrownThemePlugin | "ClassicBrown" theme plugin |
| ClassicGreenThemePlugin | "ClassicGreen" theme plugin |
| ClassicNavyThemePlugin | "ClassicNavy" theme plugin |
| ClassicRedThemePlugin | "ClassicRed" theme plugin |
| CmsBlockPlugin | CMS plugin class, block component |
| CmsHandler | Find the content and display the appropriate page |
| CmsPlugin | CMS plugin class |
| CmsRssPlugin | CmsRss plugin class |
| CmsRssSettingsForm | Form for journal managers to add the RSS feeds to aggregate |
| CmsSettingsForm | Form for journal managers to modify Cms Plugin content |
| CoinsPlugin | COinS plugin class |
| CommandLineTool | Initialization code for command-line scripts |
| Comment | Class for public Comment associated with article |
| CommentDAO | Operations for retrieving and modifying Comment objects |
| CommentForm | Form to change metadata information for an RT comment |
| CommentHandler | Handle requests for user comments |
| Config | Config class for accessing configuration parameters |
| ConfigParser | Class for parsing and modifying php.ini style configuration files |
| ContentManager | Form for journal managers to modify Cms Plugin content |
| ContextForm | Form to change metadata information for an RT context |
| CopyAssignment | Describes copyediting assignments |
| CopyAssignmentDAO | Operations for retrieving and modifying CopyAssignment objects |
| CopyeditCommentForm | CopyeditComment form |
| CopyeditorAction | CopyeditorAction class |
| CopyeditorHandler | Handle requests for copyeditor functions |
| CopyeditorSubmission | CopyeditorSubmission class |
| CopyeditorSubmissionDAO | Operations for retrieving and modifying CopyeditorSubmission objects |
| Core | Class containing system-wide functions |
| CounterHandler | Counter statistics request handler |
| CounterPlugin | COUNTER plugin; provides COUNTER-compliant statistics |
| CountryDAO | Provides methods for loading localized country name data |
| CreateReviewerForm | Form for section editors to create reviewers |
| CrossRefExportDom | CrossRef XML export plugin DOM functions |
| CrossRefExportPlugin | CrossRef/MEDLINE XML metadata export plugin |
| Currency | Basic class describing a currency |
| CurrencyDAO | Operations for retrieving and modifying Currency objects |
| CustomLocaleAction | Perform various tasks related to customization of locale strings |
| CustomLocaleHandler | This handles requests for the customLocale plugin |
| CustomLocalePlugin | This plugin enables customization of locale strings |
| CustomThemePlugin | "Custom" theme plugin |
| CustomThemeSettingsForm | Form for journal managers to modify custom theme plugin settings |
| DAO | Operations for retrieving and modifying objects from a database |
| DAORegistry | Maintains a static list of DAO objects so each DAO is instantiated only once |
| DAOResultFactory | Wrapper around ADORecordSet providing "factory" features for generating objects from DAOs |
| DataObject | Any class with an associated DAO should extend this class |
| DBConnection | Class for accessing the low-level database connection. Currently integrated with ADOdb (from http://adodb.sourceforge.net) |
| DBDataXMLParser | Class to import and export database data from an XML format. See dbscripts/xml/dtd/xmldata.dtd for the XML schema used |
| DBResultRange | Container class for range information when retrieving a result set |
| DBRowIterator | Wrapper around ADORecordSet providing "factory" features for generating objects from DAOs |
| dbXMLtoSQL | CLI tool to output the SQL statements corresponding to an XML database schema |
| DesertThemePlugin | "Desert" theme plugin |
| DevelopedByBlockPlugin | Class for "developed by" block plugin |
| DOAJExportDom | DOAJ import/export plugin DOM functions for export |
| DOAJPlugin | DOAJ import/export plugin |
| DonationBlockPlugin | Class for user block plugin |
| DonationsHandler | Display a form for accepting donations |
| EditableEmailFile | This class supports updating for email XML files |
| EditableFile | Hack-and-slash class to help with editing XML files without losing formatting and comments (i.e. unparsed editing) |
| EditableLocaleFile | This extension of LocaleFile.inc.php supports updating |
| EditAssignment | Describes edit assignment properties |
| EditAssignmentDAO | Class for DAO relating editors to articles |
| EditCommentForm | Edit comment form |
| EditorAction | EditorAction class |
| EditorDecisionCommentForm | EditorDecisionComment form |
| EditorHandler | Handle requests for editor functions |
| EditorSubmission | EditorSubmission class |
| EditorSubmissionDAO | Operations for retrieving and modifying EditorSubmission objects |
| EmailHandler | Handle requests for email management functions |
| EmailTemplate | |
| EmailTemplateDAO | Operations for retrieving and modifying Email Template objects |
| EmailTemplateForm | Form for creating and modifying email templates |
| EndNoteCitationPlugin | EndNote citation format plugin |
| EruditExportDom | Erudit plugin DOM functions for export |
| EruditExportPlugin | Erudit english DTD article export plugin |
| FileManager | Class defining basic operations for file management |
| FilesHandler | Handle requests for files browser functions |
| FileWrapper | Class abstracting operations for reading remote files using various protocols. (for when allow_url_fopen is disabled) |
| FontSizeBlockPlugin | Class for font size block plugin |
| Form | Class defining basic operations for handling HTML forms |
| FormError | Class to represent a form validation error |
| FormValidator | Class to represent a form validation check |
| FormValidatorAlphaNum | Form validation check for alphanumeric (plus interior dash/underscore) characters only |
| FormValidatorArray | Form validation check that checks an array of fields |
| FormValidatorArrayCustom | Form validation check with a custom user function performing the validation check of an array of fields |
| FormValidatorCaptcha | Form validation check captcha values |
| FormValidatorCustom | Form validation check with a custom user function performing the validation check |
| FormValidatorEmail | Form validation check for email addresses |
| FormValidatorInSet | Form validation check that checks if value is within a certain set |
| FormValidatorLength | Form validation check that checks if a field's length meets certain requirements |
| FormValidatorLocale | Class to represent a form validation check for localized fields |
| FormValidatorPost | Form validation check to make sure the form is POSTed |
| FormValidatorRegExp | Form validation check using a regular expression |
| FormValidatorUrl | Form validation check for URLs |
| FTPFileWrapper | |
| GatewayHandler | Handle external gateway requests |
| GatewayPlugin | Abstract class for gateway plugins |
| GenericPlugin | Abstract class for generic plugins |
| genTestLocale | CLI tool to generate a test locale file by munging the message strings of a real locale file |
| GoogleAnalyticsPlugin | Google Analytics plugin class |
| GoogleAnalyticsSettingsForm | Form for journal managers to modify Google Analytics plugin settings |
| Group | Describes user groups in journals |
| GroupDAO | Operations for retrieving and modifying Group objects |
| GroupForm | Form for journal managers to create/edit groups |
| GroupHandler | Handle requests for editorial team management functions |
| GroupMembership | Describes memberships for journal board positions |
| GroupMembershipDAO | Operations for retrieving and modifying group membership info |
| Handler | Base request handler class |
| Help | Provides methods for translating help topic keys to their respected topic help ids |
| HelpBlockPlugin | Class for help block plugin |
| HelpHandler | Handle requests for viewing help pages |
| HelpMappingFile | Abstracts a Help mapping XML file |
| HelpToc | Help table of contents class. A HelpToc object is associated with zero or more HelpTopic objects |
| HelpTocDAO | Operations for retrieving HelpToc objects |
| HelpTopic | A HelpTopic object is associated with a single HelpToc object and zero or more HelpTopicSection objects |
| HelpTopicDAO | Operations for retrieving HelpTopic objects |
| HelpTopicSection | Help section class, designated a subsection of a topic. A HelpTopicSection is associated with a single HelpTopic |
| HookRegistry | Class for linking core functionality with plugins |
| HTTPFileWrapper | |
| HTTPSFileWrapper | |
| ImplicitAuthPlugin | Abstract class for implicit authentication plugins |
| importExport | CLI tool to perform import/export tasks |
| ImportExportHandler | Handle requests for import/export functions |
| ImportExportPlugin | Abstract class for import/export plugins |
| ImportOJS1 | Class to import data from an OJS 1.x installation |
| ImportOJS1Form | Form for site administrator to migrate data from an OJS 1.x system |
| IndexHandler | Handle site index requests |
| InformationBlockPlugin | Class for information block plugin |
| InformationHandler | Display journal information |
| Install | Perform system installation |
| Installer | Base class for install and upgrade scripts |
| InstallForm | Form for system installation |
| InstallHandler | Handle installation requests |
| installTool | CLI tool for installing OJS |
| Issue | Class for Issue |
| IssueAction | IssueAction class |
| IssueDAO | Operations for retrieving and modifying Issue objects |
| IssueForm | Form to create or edit an issue |
| IssueHandler | Handle requests for issue functions |
| IssueManagementHandler | Handle requests for issue management in publishing |
| ItemIterator | Generic iterator class; needs to be overloaded by subclasses providing specific implementations |
| Journal | Describes basic journal properties |
| JournalDAO | Operations for retrieving and modifying Journal objects |
| JournalFileManager | Class defining operations for private journal file management |
| JournalLanguagesHandler | Handle requests for changing journal language settings |
| JournalOAI | OJS-specific OAI interface. Designed to support both a site-wide and journal-specific OAI interface (based on where the request is directed) |
| JournalReportIterator | Wrapper around DBRowIterator providing "factory" features for journal reports |
| JournalRT | OJS-specific Reading Tools end-user interface |
| JournalRTAdmin | OJS-specific Reading Tools administration interface |
| JournalSettingsDAO | Operations for retrieving and modifying journal settings |
| JournalSetupForm | Base class for journal setup forms |
| JournalSetupStep1Form | Form for Step 1 of journal setup |
| JournalSetupStep2Form | Form for Step 2 of journal setup |
| JournalSetupStep3Form | Form for Step 3 of journal setup |
| JournalSetupStep4Form | Form for Step 4 of journal setup |
| JournalSetupStep5Form | Form for Step 5 of journal setup |
| JournalSiteSettingsForm | Form for site administrator to edit basic journal settings |
| JournalStatisticsDAO | Operations for retrieving journal statistics |
| LanguageAction | LanguageAction class |
| LanguageSettingsForm | Form for modifying journal language settings |
| LanguageToggleBlockPlugin | Class for language selector block plugin |
| LayoutAssignment | Describes layout editing assignments |
| LayoutAssignmentDAO | DAO class for layout editing assignments |
| LayoutCommentForm | LayoutComment form |
| LayoutEditorAction | LayoutEditorAction class |
| LayoutEditorHandler | Handle requests for layout editor functions |
| LayoutEditorSubmission | Describes a layout editor's view of a submission |
| LayoutEditorSubmissionDAO | Operations for retrieving and modifying LayoutEditorSubmission objects |
| LDAPAuthPlugin | LDAP authentication plugin |
| LilacThemePlugin | "Lilac" theme plugin |
| Locale | Provides methods for loading locale data and translating strings identified by unique keys |
| localeCheck | CLI tool to check the various locales for consistency |
| LocaleEmailTemplate | |
| LocaleFile | Abstraction of a locale file |
| LogEntry | Log entry data object |
| LogEntryDAO | Operations for retrieving and modifying log entry objects |
| LoginChangePasswordForm | Form to change a user's password in order to login |
| LoginHandler | Handle login/logout requests |
| Class defining basic operations for handling and sending emails | |
| MailTemplate | Subclass of Mail for mailing a template email |
| ManagerHandler | Handle requests for journal management functions |
| ManagerPaymentHandler | Handle requests for configuring payments |
| ManualPaymentPlugin | Manual payment plugin class |
| MassMail | Helper class to send mass emails |
| mergeUsers | CLI tool for merging two OJS 2 user accounts |
| MetadataForm | Form to change metadata information for a submission |
| MetsExportDom | MetsExportDom export plugin DOM functions for export |
| METSGatewayPlugin | A plugin to allow exposure of Journals in METS format for web service access |
| migrate | CLI tool for migrating OJS 1.x data to OJS 2 |
| MlaCitationPlugin | MLA citation format plugin |
| NativeExportDom | Native import/export plugin DOM functions for export |
| NativeImportDom | Native import/export plugin DOM functions for import |
| NativeImportExportPlugin | Native import/export plugin |
| NavigationBlockPlugin | Class for navigation block plugin |
| NightThemePlugin | "Night" theme plugin |
| NotificationStatusDAO | Operations for retrieving and modifying users' journal notification status |
| OAI | Class to process and respond to OAI requests |
| OAIConfig | Data structures associated with the OAI request handler |
| OAIDAO | DAO operations for the OJS OAI interface |
| OAIHandler | Handle OAI protocol requests |
| OAIIdentifier | |
| OAIMetadataFormat | |
| OAIMetadataFormat_DC | OAI metadata format class -- Dublin Core |
| OAIMetadataFormat_MARC | OAI metadata format class -- MARC |
| OAIMetadataFormat_MARC21 | OAI metadata format class -- MARC21 (MARCXML) |
| OAIMetadataFormat_RFC1807 | OAI metadata format class -- RFC 1807 |
| OAIRecord | |
| OAIRepository | |
| OAIResumptionToken | |
| OAISet | |
| OJSCompletedPayment | Class describing a payment ready to be in the database |
| OJSCompletedPaymentDAO | Operations for retrieving and querying past payments |
| OJSHelpMappingFile | Abstracts the built-in help mapping XML file |
| OJSPaymentManager | Provides payment management functions |
| OJSQueuedPayment | Queued payment data structure for OJS |
| OpenAccessNotification | Class to perform automated email notifications when an issue becomes open access |
| OpenAdsBlockPlugin | OpenAds plugin class, block component |
| OpenAdsConnection | Abstracts the OpenAds link |
| OpenAdsPlugin | Integrate OpenAds ad manager with OJS |
| OpenAdsSettingsForm | Form for journal managers to modify Article XML Galley plugin settings |
| Payment | Abstract class for payments |
| PaymentHandler | Handle requests for payment functions |
| PaymentManager | Provides payment management functions |
| PaymentSettingsForm | Form for journal managers to modify Payment costs and settings |
| PaymethodPlugin | Abstract class for paymethod plugins |
| PayMethodSettingsForm | Form for conference managers to modify Payment Plugin settings |
| PayPalDAO | Operations for retrieving and modifying Transactions objects |
| PayPalPlugin | PayPal Paymethod plugin class |
| PeerReviewCommentForm | Comment form |
| PeopleHandler | Handle requests for people management functions |
| PhpMyVisitesPlugin | PhpMyVisites plugin class |
| PhpMyVisitesSettingsForm | Form for journal managers to modify phpMyVisites plugin settings |
| Plugin | Abstract class for plugins |
| PluginHandler | Handle requests for plugin management functions |
| PluginHelpMappingFile | Abstracts the plugin's help mapping XML files |
| PluginRegistry | Registry class for managing plugins |
| PluginSettingsDAO | Operations for retrieving and modifying plugin settings |
| poToCountries | CLI tool to convert a .PO file for ISO3166 into the countries.xml format supported by the PKP suite |
| poToCurrencies | CLI tool to convert a .PO file for ISO4217 into the currencies.xml format supported by the PKP suite |
| preCompile | CLI tool to precompile templates and cache files |
| ProCiteCitationPlugin | ProCite citation format plugin |
| ProfileForm | Form to edit user profile |
| ProfileHandler | Handle requests for modifying user profiles |
| ProofAssignment | Describes proofread assignment properties |
| ProofAssignmentDAO | Class for DAO relating proofreaders to articles |
| ProofreadCommentForm | ProofreadComment form |
| ProofreaderAction | ProofreaderAction class |
| ProofreaderHandler | Handle requests for proofreader functions |
| ProofreaderSubmission | Describes a proofreader's view of a submission |
| ProofreaderSubmissionDAO | Operations for retrieving and modifying ProofreaderSubmission objects |
| PublicFileManager | Wrapper class for uploading files to a site/journal's public directory |
| PublishedArticle | Published article class |
| PublishedArticleDAO | Operations for retrieving and modifying PublishedArticle objects |
| PubMedExportDom | PubMed XML export plugin DOM functions |
| PubMedExportPlugin | METS/MODS XML metadata export plugin |
| QueuedPayment | Queued (unfulfilled) payment data structure |
| QueuedPaymentDAO | Operations for retrieving and modifying queued payment objects |
| rebuildSearchIndex | CLI tool to rebuild the article keyword search database |
| RedbarThemePlugin | "Redbar" theme plugin |
| RefManCitationPlugin | Reference Manager citation format plugin |
| RefWorksCitationPlugin | RefWorks citation format plugin |
| RegistrationForm | Form for user registration |
| RegistrationHandler | Handle requests for user registration |
| Registry | Maintains a static table of keyed references. Used for storing/accessing single instance objects and values |
| ReportPlugin | Abstract class for report plugins |
| Request | Class providing operations associated with HTTP requests. Requests are assumed to be in the format http://host.tld/index.php/<journal_id>/<page_name>/<operation_name>/<arguments...> <journal_id> is assumed to be "index" for top-level site requests |
| ResolverPlugin | Simple resolver gateway plugin |
| ReviewAssignment | Describes review assignment properties |
| ReviewAssignmentDAO | Class for DAO relating reviewers to articles |
| ReviewerAction | ReviewerAction class |
| ReviewerHandler | Handle requests for reviewer functions |
| ReviewerSubmission | ReviewerSubmission class |
| ReviewerSubmissionDAO | Operations for retrieving and modifying ReviewerSubmission objects |
| ReviewForm | Basic class describing a review form |
| ReviewFormDAO | Operations for retrieving and modifying ReviewForm objects |
| ReviewFormElement | Basic class describing a review form element |
| ReviewFormElementDAO | Operations for retrieving and modifying ReviewFormElement objects |
| ReviewFormElementForm | Form for creating and modifying review form elements |
| ReviewFormForm | Form for creating and modifying review forms |
| ReviewFormHandler | Handle requests for review form management functions |
| ReviewFormResponse | Basic class describing a review form response |
| ReviewFormResponseDAO | Operations for retrieving and modifying ReviewFormResponse objects |
| ReviewFormResponseForm | Peer review form response form |
| ReviewReminder | Class to perform automated reminders for reviewers |
| Role | Describes user roles within the system and the associated permissions |
| RoleBlockPlugin | Class for role block plugin |
| RoleDAO | Operations for retrieving and modifying Role objects |
| RoundedCornersPlugin | Rounded Corners plugin class |
| RT | Class to process and respond to Reading Tools requests |
| RTAdmin | Class to process and respond to Reading Tools administration requests |
| RTAdminHandler | Handle Reading Tools administration requests |
| RTContext | |
| RTContextHandler | Handle Reading Tools administration requests -- contexts section |
| RTDAO | DAO operations for the OJS Reading Tools interface |
| RTHandler | Handle Reading Tools requests |
| RTSearch | |
| RTSearchHandler | Handle Reading Tools administration requests -- contexts section |
| RTSetupHandler | Handle Reading Tools administration requests -- setup section |
| RTVersion | Data structures associated with the Reading Tools component |
| RTVersionHandler | Handle Reading Tools administration requests -- setup section |
| RTXMLParser | Class to parse Reading Tools data from an XML format |
| runScheduledTasks | CLI tool to execute a set of scheduled tasks |
| SampleImportExportPlugin | Sample import/export plugin |
| ScheduledTask | Base class for executing scheduled tasks. All scheduled task classes must extend this class and implement execute() |
| ScheduledTaskDAO | Operations for retrieving and modifying Scheduled Task data |
| SearchFileParser | Abstract class to extract search text from a given file |
| SearchForm | Form to change metadata information for an RT search |
| SearchHandler | Handle site index requests |
| SearchHelperParser | Class to extract text from a file using an external helper program |
| SearchHTMLParser | Class to extract text from an HTML file |
| Section | Describes basic section properties |
| SectionDAO | Operations for retrieving and modifying Section objects |
| SectionEditorAction | SectionEditorAction class |
| SectionEditorHandler | Handle requests for section editor functions |
| SectionEditorsDAO | Class for DAO relating sections to editors |
| SectionEditorSubmission | SectionEditorSubmission class |
| SectionEditorSubmissionDAO | Operations for retrieving and modifying SectionEditorSubmission objects |
| SectionForm | Form for creating and modifying journal sections |
| SectionHandler | Handle requests for section management functions |
| SehlPlugin | Search Engine HighLighting plugin |
| Session | Maintains user state information from one request to the next |
| SessionDAO | Operations for retrieving and modifying Session objects |
| SessionManager | Implements PHP methods for a custom session storage handler (see http://php.net/session) |
| SettingsForm | Form for METS gateway plugin settings |
| SetupHandler | Handle requests for journal setup functions |
| Site | Describes system-wide site properties |
| SiteDAO | Operations for retrieving and modifying the Site object |
| SiteSettingsDAO | |
| SiteSettingsForm | Form to edit site settings |
| SMTPMailer | Class defining a simple SMTP mail client (reference RFCs 821 and 2821) |
| SQLParser | Class for parsing and executing statements in SQL files |
| StatisticsHandler | Handle requests for statistics functions |
| SteelThemePlugin | "Steel" theme plugin |
| String | String manipulation wrapper class |
| StudentThesisForm | Form for students to submit thesis abstract |
| SubmissionCommentsHandler | Handle requests for submission comments |
| SubmissionCopyeditHandler | Handle requests for submission tracking |
| SubmissionEditHandler | Handle requests for submission tracking |
| SubmissionLayoutHandler | Handle requests related to submission layout editing |
| SubmissionProofreadHandler | Handle requests for proofreader submission functions |
| SubmissionReviewHandler | Handle requests for submission tracking |
| SubmitHandler | Handle requests for author article submission |
| Subscription | Basic class describing a subscription |
| SubscriptionBlockPlugin | Class for subscription block plugin |
| SubscriptionDAO | Operations for retrieving and modifying Subscription objects |
| SubscriptionExpiryReminder | Class to perform automated reminders for reviewers |
| SubscriptionForm | Form for journal managers to create/edit subscriptions |
| SubscriptionHandler | |
| SubscriptionManagerHandler | Handle requests for subscription management functions |
| SubscriptionPolicyForm | Form for managers to setup subscription policies |
| Subscriptiontyoe | Basic class describing a subscription type |
| SubscriptionTypeDAO | Operations for retrieving and modifying SubscriptionType objects |
| SubscriptionTypeForm | Form for journal managers to create/edit subscription types |
| SuppFile | Supplementary file class |
| SuppFileDAO | Operations for retrieving and modifying SuppFile objects |
| SuppFileForm | Supplementary file form |
| TemplateManager | Class for accessing the underlying template engine. Currently integrated with Smarty (from http://smarty.php.net/) |
| TemporaryFile | Temporary file class |
| TemporaryFileDAO | Operations for retrieving and modifying TemporaryFile objects |
| TemporaryFileManager | Class defining operations for temporary file management |
| ThemePlugin | Abstract class for theme plugins |
| Thesis | Basic class describing a thesis |
| ThesisDAO | Operations for retrieving and modifying Thesis objects |
| ThesisFeedBlockPlugin | Class for block component of thesis feed plugin |
| ThesisFeedGatewayPlugin | Gateway component of thesis feed plugin |
| ThesisFeedPlugin | Thesis Feed plugin class |
| ThesisForm | Form for journal managers to create/edit thesis abstracts |
| ThesisHandler | Handle requests for public thesis abstract functions |
| ThesisPlugin | Thesis abstracts plugin class |
| ThesisSettingsForm | Form for journal managers to modify Thesis Abstract plugin settings |
| TinyMCEPlugin | TinyMCE WYSIWYG plugin for textareas - to allow cross-browser HTML editing |
| TrackSubmissionHandler | Handle requests for submission tracking |
| Transcoder | Multi-class transcoder; uses mbstring and iconv if available, otherwise falls back to built-in classes |
| TranslatorAction | Perform various tasks related to translation |
| TranslatorHandler | This handles requests for the translator plugin |
| TranslatorPlugin | This plugin helps with translation maintenance |
| TurabianCitationPlugin | Turabian citation format plugin |
| UncommonThemePlugin | "Uncommon" theme plugin |
| Upgrade | Perform system upgrade |
| UpgradeForm | Form for system upgrades |
| upgradeTool | CLI tool for upgrading OJS |
| User | Basic class describing users existing in the system |
| UserBlockPlugin | Class for user block plugin |
| UserDAO | Operations for retrieving and modifying User objects |
| UserExportDom | User plugin DOM functions for export |
| UserHandler | Handle requests for user functions |
| UserImportExportPlugin | Users import/export plugin |
| UserManagementForm | Form for journal managers to edit user profiles |
| UserSettingsDAO | Operations for retrieving and modifying user settings |
| UserXMLParser | Class to import and export user data from an XML format. See dbscripts/xml/dtd/users.dtd for the XML schema used |
| Validation | Class providing user validation/authentication operations |
| VanillaThemePlugin | "Vanilla" theme plugin |
| Version | Describes system version history |
| VersionCheck | Provides methods to check for the latest version of OJS |
| VersionDAO | Operations for retrieving and modifying Version objects |
| VersionForm | Form to change metadata information for an RT version |
| VirtualArrayIterator | Provides paging and iteration for "virtual" arrays -- arrays for which only the current "page" is available, but are much bigger in entirety |
| WebFeedBlockPlugin | Class for block component of web feed plugin |
| WebFeedGatewayPlugin | Gateway component of web feed plugin |
| WebFeedPlugin | Web Feeds plugin class |
| XMLCustomWriter | Wrapper class for writing XML documents using PHP 4.x or 5.x |
| XMLDAO | Operations for retrieving and modifying objects from an XML data source |
| XMLGalleyPlugin | XML Galley Plugin |
| XMLGalleySettingsForm | Form for journal managers to modify Article XML Galley plugin settings |
| XMLNode | Default handler for XMLParser returning a simple DOM-style object. This handler parses an XML document into a tree structure of XMLNode objects |
| XMLParser | Generic class for parsing an XML document into a data structure |
| XMLParserDOMHandler | Default handler for XMLParser returning a simple DOM-style object. This handler parses an XML document into a tree structure of XMLNode objects |
| XMLParserHandler |
1.5.6