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)
......
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