Commit 16248e8e by Scott

Remove filename from comment

parent 9aed0ff9
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-ajax-answer.php
Description: Server-side response to Ajax create answer requests
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-ajax-asktitle.php
Description: Server-side response to Ajax request based on ask a question title
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-ajax-category.php
Description: Server-side response to Ajax category information requests
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-ajax-click-admin.php
Description: Server-side response to Ajax single clicks on posts in admin section
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-ajax-click-answer.php
Description: Server-side response to Ajax single clicks on answer
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-ajax-click-comment.php
Description: Server-side response to Ajax single clicks on comments
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-ajax-click-pm.php
Description: Server-side response to Ajax single clicks on private messages
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-ajax-click-wall.php
Description: Server-side response to Ajax single clicks on wall posts
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-ajax-comment.php
Description: Server-side response to Ajax create comment requests
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-ajax-favorite.php
Description: Server-side response to Ajax favorite requests
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-ajax-mailing.php
Description: Server-side response to Ajax mailing loop requests
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-ajax-notice.php
Description: Server-side response to Ajax requests to close a notice
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-ajax-recalc.php
Description: Server-side response to Ajax admin recalculation requests
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-ajax-show-comments.php
Description: Server-side response to Ajax request to view full comment list
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-ajax-version.php
Description: Server-side response to Ajax version check requests
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-ajax-vote.php
Description: Server-side response to Ajax voting requests
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-ajax-wallpost.php
Description: Server-side response to Ajax wall post requests
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-app-admin.php
Description: Functions used in the admin center pages
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-app-blobs.php
Description: Application-level blob-management functions
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-app-captcha.php
Description: Wrapper functions and utilities for captcha modules
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-app-cookies.php
Description: User cookie management (application level) for tracking anonymous posts
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-app-emails.php
Description: Wrapper functions for sending email notifications to users
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-app-events.php
Description: Handles the submission of events to the database (application level)
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-app-favorites.php
Description: Handles favoriting and unfavoriting (application level)
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-app-format.php
Description: Common functions for creating theme-ready structures from data
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-app-limits.php
Description: Monitoring and rate-limiting user actions (application level)
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-app-mailing.php
Description: Functions for sending a mailing to all users
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-app-messages.php
Description: Handling private or public messages (wall posts)
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-app-options.php
Description: Getting and setting admin options (application level)
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-page.php
Description: Routing and utility functions for page requests
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-app-post-create.php
Description: Creating questions, answers and comments (application level)
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-app-post-update.php
Description: Changing questions, answer and comments (application level)
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-app-posts.php
Description: Higher-level functions to create and manipulate posts
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-app-q-list.php
Description: Controller for most question listing pages, plus custom pages and plugin pages
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-app-recalc.php
Description: Managing database recalculations (clean-up operations) and status messages
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-app-search.php
Description: Wrapper functions and utilities for search modules
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-app-updates.php
Description: Definitions relating to favorites and updates in the database tables
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-app-upload.php
Description: Application-level file upload functionality
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-app-users-edit.php
Description: User management (application level) for creating/modifying users
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-app-users.php
Description: User management (application level) for basic user operations
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-app-votes.php
Description: Handling incoming votes (application level)
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-db-admin.php
Description: Database access functions which are specific to the admin center
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-db-blobs.php
Description: Database-level access to blobs table for large chunks of data (e.g. images)
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-db-cache.php
Description: Database-level access to cache table
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-db-cookies.php
Description: Database access functions for user cookies
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-db-events.php
Description: Database-level access to userevents and sharedevents tables
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-db-favorites.php
Description: Database-level access to userfavorites table
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-db-hotness.php
Description: Functions for dealing with question hotness in the database
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-db-install.php
Description: Database-level functions for installation and upgrading
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-db-limits.php
Description: Database-level access to tables which monitor rate limits
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-db-maxima.php
Description: Definitions that determine database column size and rows retrieved
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-db-messages.php
Description: Database-level access to messages table for private message history
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-db-metas.php
Description: Database-level access to metas tables
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-db-notices.php
Description: Database-level access to usernotices table
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-db-options.php
Description: Database-level access to table containing admin options
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-db-points.php
Description: Database-level access to user points and statistics
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-db-post-create.php
Description: Database functions for creating a question, answer or comment
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-db-post-update.php
Description: Database functions for changing a question, answer or comment
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-db-recalc.php
Description: Database functions for recalculations (clean-up operations)
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-db-selects.php
Description: Builders of selectspec arrays (see qa-db.php) used to specify database SELECTs
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-db-users.php
Description: Database-level access to user management tables (if not using single sign-on)
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-db-votes.php
Description: Database-level access to votes tables
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-lang-admin.php
Description: Language phrases for admin center
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-lang-emails.php
Description: Language phrases for email notifications
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-lang-main.php
Description: Language phrases commonly used throughout Q2A
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-lang-misc.php
Description: Miscellaneous language phrases
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-lang-options.php
Description: Language phrases for all options, as shown in admin center
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-lang-profile.php
Description: Language phrases for user profile page
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-lang-question.php
Description: Language phrases for question page
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-lang-users.php
Description: Language phrases for user management
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-page-account.php
Description: Controller for user account page
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-page-activity.php
Description: Controller for page listing recent activity
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-page-admin-approve.php
Description: Controller for admin page showing new users waiting for approval
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-page-admin-categories.php
Description: Controller for admin page for editing categories
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-page-admin-default.php
Description: Controller for most admin pages which just contain options
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-page-admin-flagged.php
Description: Controller for admin page showing posts with the most flags
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-page-admin-hidden.php
Description: Controller for admin page showing hidden questions, answers and comments
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-page-admin-moderate.php
Description: Controller for admin page showing questions, answers and comments waiting for approval
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-page-admin-pages.php
Description: Controller for admin page for editing custom pages and external links
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-page-admin-plugins.php
Description: Controller for admin page listing plugins and showing their options
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-page-admin-points.php
Description: Controller for admin page for settings about user points
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-page-admin-recalc.php
Description: Handles admin-triggered recalculations if JavaScript disabled
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-page-admin-stats.php
Description: Controller for admin page showing usage statistics and clean-up buttons
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-page-admin-userfields.php
Description: Controller for admin page for editing custom user fields
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-page-admin-usertitles.php
Description: Controller for admin page for editing custom user titles
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-page-admin-widgets.php
Description: Controller for admin page for editing widgets
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-page-answers.php
Description: Controller for page listing recent answers on questions
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-page-ask.php
Description: Controller for ask a question page
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-page-categories.php
Description: Controller for page listing categories
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-page-comments.php
Description: Controller for page listing recent comments on questions
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-page-confirm.php
Description: Controller for email confirmation page (can also request a new code)
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-page-default.php
Description: Controller for home page, Q&A listing page, custom pages and plugin pages
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-page-favorites.php
Description: Controller for sub-page listing user's favorites of a certain type
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-page-favorites.php
Description: Controller for page listing user's favorites
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-page-feedback.php
Description: Controller for feedback page
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-page-forgot.php
Description: Controller for 'forgot my password' page
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-page-hot.php
Description: Controller for page listing hot questions
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-page-ip.php
Description: Controller for page showing recent activity for an IP address
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-page-login.php
Description: Controller for login page
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-page-logout.php
Description: Controller for logout page (not much to do)
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-page-message.php
Description: Controller for private messaging page
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-page-message.php
Description: Controller for private messaging page
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-page-question-post.php
Description: More control for question page if it's submitted by HTTP POST
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-page-question-submit.php
Description: Common functions for question page form submission, either regular or via Ajax
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-page-question-view.php
Description: Common functions for question page viewing, either regular or via Ajax
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-page-question.php
Description: Controller for question page (only viewing functionality here)
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-page-questions.php
Description: Controller for page listing recent questions
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-page-register.php
Description: Controller for register page
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-page-reset.php
Description: Controller for password reset page (comes after forgot page)
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-page-search.php
Description: Controller for search page
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-page-tag.php
Description: Controller for page for a specific tag
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-page-tags.php
Description: Controller for popular tags page
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-page-unanswered.php
Description: Controller for page listing recent questions without upvoted/selected/any answers
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-page-unsubscribe.php
Description: Controller for unsubscribe page (unsubscribe link is sent in mass mailings)
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-page-updates.php
Description: Controller for page listing recent updates for a user
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-page-user-activity.php
Description: Controller for user page showing recent activity
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-page-user-answers.php
Description: Controller for user page showing all user's answers
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-page-user-profile.php
Description: Controller for user profile page, including wall
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-page-user-questions.php
Description: Controller for user page showing all user's questions
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-page-user-wall.php
Description: Controller for user page showing all user wall posts
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-page-user.php
Description: Controller for user profile page
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-page-users-blocked.php
Description: Controller for page showing users who have been blocked
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-page-users-special.php
Description: Controller for admin page showing users with non-standard privileges
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-page-users.php
Description: Controller for top scoring users page
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-editor-basic.php
Description: Basic editor module for plain text editing
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-event-limits.php
Description: Event module for updating per-user limits
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-event-notify.php
Description: Event module for sending notification emails
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-event-updates.php
Description: Event module for maintaining events tables
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-filter-basic.php
Description: Basic module for validating form inputs
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-layer-voters-flaggers.php
Description: Theme layer class for viewing voters and flaggers
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-search-basic.php
Description: Basic module for indexing and searching Q2A posts
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-viewer-basic.php
Description: Basic viewer module for displaying HTML or plain text
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-widget-activity-count.php
Description: Widget module class for activity count plugin
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-widget-ask-box.php
Description: Widget module class for ask a question box
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-widget-activity-count.php
Description: Widget module class for activity count plugin
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-widget-related-qs.php
Description: Widget module class for related questions
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-ajax.php
Description: Front line of response to Ajax requests, routing as appropriate
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-base.php
Description: Sets up Q2A environment, plus many globally useful functions
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-blob.php
Description: Response to blob requests, outputting blob from the database
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-check-lang.php
Description: Development tool to see which language phrases are missing or unused
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-db.php
Description: Common functions for connecting to and accessing database
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-feed.php
Description: Handles all requests to RSS feeds, first checking if they should be available
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-image.php
Description: Outputs image for a specific blob at a specific size, caching as appropriate
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-index.php
Description: The Grand Central of Q2A - most requests come through here
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-install.php
Description: User interface for installing, upgrading and fixing the database
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-page-not-found.php
Description: Controller for page not found (error 404)
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-page.php
Description: Initialization for page requests
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-theme-base.php
Description: Default theme class, broken into lots of little functions for easy overriding
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-url-test.php
Description: Sits in an iframe and shows a green page with word 'OK'
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-external-users-joomla.php
Description: External user functions for basic Joomla integration
......
......@@ -3,7 +3,6 @@
Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/
File: qa-include/qa-external-users-wp.php
Description: External user functions for WordPress integration
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment