Commit f8b7dfe3 by Scott

Clean up and normalize all source code comments

parent d78621c9
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: index.php File: index.php
Version: See define()s at top of qa-include/qa-base.php
Description: A stub that only sets up the Q2A root and includes qa-index.php Description: A stub that only sets up the Q2A root and includes qa-index.php
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-config-example.php File: qa-config-example.php
Version: See define()s at top of qa-include/qa-base.php
Description: After renaming, use this to set up database details and other stuff Description: After renaming, use this to set up database details and other stuff
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-external-example/qa-external-users.php File: qa-external-example/qa-external-users.php
Version: See define()s at top of qa-include/qa-base.php
Description: Example of how to integrate with your own user database Description: Example of how to integrate with your own user database
......
<?php <?php
/* /*
Question2Answer (c) Gideon Greenspan Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
License: GPLv2+ <http://www.question2answer.org/license.php>
File: qa-include/Util/String.php File: qa-include/Util/String.php
Description: Some useful string-related stuff Description: Some useful string-related stuff
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
More about this license: http://www.question2answer.org/license.php
*/ */
class Q2A_Util_String class Q2A_Util_String
......
<?php <?php
/* /*
Question2Answer (c) Gideon Greenspan Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
License: GPLv2+ <http://www.question2answer.org/license.php>
File: qa-include/qa-util-debug.php File: qa-include/qa-util-debug.php
Description: Debugging stuff, currently used for tracking resource usage Description: Debugging stuff, currently used for tracking resource usage
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
More about this license: http://www.question2answer.org/license.php
*/ */
class Q2A_Util_Usage class Q2A_Util_Usage
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-ajax-answer.php File: qa-include/qa-ajax-answer.php
Version: See define()s at top of qa-include/qa-base.php
Description: Server-side response to Ajax create answer requests Description: Server-side response to Ajax create answer requests
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-ajax-asktitle.php File: qa-include/qa-ajax-asktitle.php
Version: See define()s at top of qa-include/qa-base.php
Description: Server-side response to Ajax request based on ask a question title Description: Server-side response to Ajax request based on ask a question title
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-ajax-category.php File: qa-include/qa-ajax-category.php
Version: See define()s at top of qa-include/qa-base.php
Description: Server-side response to Ajax category information requests Description: Server-side response to Ajax category information requests
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-ajax-click-admin.php File: qa-include/qa-ajax-click-admin.php
Version: See define()s at top of qa-include/qa-base.php
Description: Server-side response to Ajax single clicks on posts in admin section Description: Server-side response to Ajax single clicks on posts in admin section
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-ajax-click-answer.php File: qa-include/qa-ajax-click-answer.php
Version: See define()s at top of qa-include/qa-base.php
Description: Server-side response to Ajax single clicks on answer Description: Server-side response to Ajax single clicks on answer
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-ajax-click-comment.php File: qa-include/qa-ajax-click-comment.php
Version: See define()s at top of qa-include/qa-base.php
Description: Server-side response to Ajax single clicks on comments Description: Server-side response to Ajax single clicks on comments
......
<?php <?php
/* /*
Question2Answer (c) Gideon Greenspan Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-ajax-click-pm.php File: qa-include/qa-ajax-click-pm.php
Version: See define()s at top of qa-include/qa-base.php
Description: Server-side response to Ajax single clicks on private messages Description: Server-side response to Ajax single clicks on private messages
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-ajax-click-wall.php File: qa-include/qa-ajax-click-wall.php
Version: See define()s at top of qa-include/qa-base.php
Description: Server-side response to Ajax single clicks on wall posts Description: Server-side response to Ajax single clicks on wall posts
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-ajax-comment.php File: qa-include/qa-ajax-comment.php
Version: See define()s at top of qa-include/qa-base.php
Description: Server-side response to Ajax create comment requests Description: Server-side response to Ajax create comment requests
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-ajax-favorite.php File: qa-include/qa-ajax-favorite.php
Version: See define()s at top of qa-include/qa-base.php
Description: Server-side response to Ajax favorite requests Description: Server-side response to Ajax favorite requests
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-ajax-mailing.php File: qa-include/qa-ajax-mailing.php
Version: See define()s at top of qa-include/qa-base.php
Description: Server-side response to Ajax mailing loop requests Description: Server-side response to Ajax mailing loop requests
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-ajax-notice.php File: qa-include/qa-ajax-notice.php
Version: See define()s at top of qa-include/qa-base.php
Description: Server-side response to Ajax requests to close a notice Description: Server-side response to Ajax requests to close a notice
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-ajax-recalc.php File: qa-include/qa-ajax-recalc.php
Version: See define()s at top of qa-include/qa-base.php
Description: Server-side response to Ajax admin recalculation requests Description: Server-side response to Ajax admin recalculation requests
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-ajax-show-comments.php File: qa-include/qa-ajax-show-comments.php
Version: See define()s at top of qa-include/qa-base.php
Description: Server-side response to Ajax request to view full comment list Description: Server-side response to Ajax request to view full comment list
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-ajax-version.php File: qa-include/qa-ajax-version.php
Version: See define()s at top of qa-include/qa-base.php
Description: Server-side response to Ajax version check requests Description: Server-side response to Ajax version check requests
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-ajax-vote.php File: qa-include/qa-ajax-vote.php
Version: See define()s at top of qa-include/qa-base.php
Description: Server-side response to Ajax voting requests Description: Server-side response to Ajax voting requests
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-ajax-wallpost.php File: qa-include/qa-ajax-wallpost.php
Version: See define()s at top of qa-include/qa-base.php
Description: Server-side response to Ajax wall post requests Description: Server-side response to Ajax wall post requests
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-app-admin.php File: qa-include/qa-app-admin.php
Version: See define()s at top of qa-include/qa-base.php
Description: Functions used in the admin center pages Description: Functions used in the admin center pages
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-app-blobs.php File: qa-include/qa-app-blobs.php
Version: See define()s at top of qa-include/qa-base.php
Description: Application-level blob-management functions Description: Application-level blob-management functions
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-app-captcha.php File: qa-include/qa-app-captcha.php
Version: See define()s at top of qa-include/qa-base.php
Description: Wrapper functions and utilities for captcha modules Description: Wrapper functions and utilities for captcha modules
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-app-cookies.php File: qa-include/qa-app-cookies.php
Version: See define()s at top of qa-include/qa-base.php
Description: User cookie management (application level) for tracking anonymous posts Description: User cookie management (application level) for tracking anonymous posts
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-app-emails.php File: qa-include/qa-app-emails.php
Version: See define()s at top of qa-include/qa-base.php
Description: Wrapper functions for sending email notifications to users Description: Wrapper functions for sending email notifications to users
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-app-events.php File: qa-include/qa-app-events.php
Version: See define()s at top of qa-include/qa-base.php
Description: Handles the submission of events to the database (application level) Description: Handles the submission of events to the database (application level)
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-app-favorites.php File: qa-include/qa-app-favorites.php
Version: See define()s at top of qa-include/qa-base.php
Description: Handles favoriting and unfavoriting (application level) Description: Handles favoriting and unfavoriting (application level)
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-app-format.php File: qa-include/qa-app-format.php
Version: See define()s at top of qa-include/qa-base.php
Description: Common functions for creating theme-ready structures from data Description: Common functions for creating theme-ready structures from data
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-app-limits.php File: qa-include/qa-app-limits.php
Version: See define()s at top of qa-include/qa-base.php
Description: Monitoring and rate-limiting user actions (application level) Description: Monitoring and rate-limiting user actions (application level)
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-app-mailing.php File: qa-include/qa-app-mailing.php
Version: See define()s at top of qa-include/qa-base.php
Description: Functions for sending a mailing to all users Description: Functions for sending a mailing to all users
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-app-messages.php File: qa-include/qa-app-messages.php
Version: See define()s at top of qa-include/qa-base.php
Description: Handling private or public messages (wall posts) Description: Handling private or public messages (wall posts)
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-app-options.php File: qa-include/qa-app-options.php
Version: See define()s at top of qa-include/qa-base.php
Description: Getting and setting admin options (application level) Description: Getting and setting admin options (application level)
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-app-post-create.php File: qa-include/qa-app-post-create.php
Version: See define()s at top of qa-include/qa-base.php
Description: Creating questions, answers and comments (application level) Description: Creating questions, answers and comments (application level)
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-app-post-update.php File: qa-include/qa-app-post-update.php
Version: See define()s at top of qa-include/qa-base.php
Description: Changing questions, answer and comments (application level) Description: Changing questions, answer and comments (application level)
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-app-posts.php File: qa-include/qa-app-posts.php
Version: See define()s at top of qa-include/qa-base.php
Description: Higher-level functions to create and manipulate posts Description: Higher-level functions to create and manipulate posts
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-app-q-list.php File: qa-include/qa-app-q-list.php
Version: See define()s at top of qa-include/qa-base.php
Description: Controller for most question listing pages, plus custom pages and plugin pages Description: Controller for most question listing pages, plus custom pages and plugin pages
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-app-recalc.php File: qa-include/qa-app-recalc.php
Version: See define()s at top of qa-include/qa-base.php
Description: Managing database recalculations (clean-up operations) and status messages Description: Managing database recalculations (clean-up operations) and status messages
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-app-search.php File: qa-include/qa-app-search.php
Version: See define()s at top of qa-include/qa-base.php
Description: Wrapper functions and utilities for search modules Description: Wrapper functions and utilities for search modules
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-app-updates.php File: qa-include/qa-app-updates.php
Version: See define()s at top of qa-include/qa-base.php
Description: Definitions relating to favorites and updates in the database tables Description: Definitions relating to favorites and updates in the database tables
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-app-upload.php File: qa-include/qa-app-upload.php
Version: See define()s at top of qa-include/qa-base.php
Description: Application-level file upload functionality Description: Application-level file upload functionality
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-app-users-edit.php File: qa-include/qa-app-users-edit.php
Version: See define()s at top of qa-include/qa-base.php
Description: User management (application level) for creating/modifying users Description: User management (application level) for creating/modifying users
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-app-users.php File: qa-include/qa-app-users.php
Version: See define()s at top of qa-include/qa-base.php
Description: User management (application level) for basic user operations Description: User management (application level) for basic user operations
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-app-votes.php File: qa-include/qa-app-votes.php
Version: See define()s at top of qa-include/qa-base.php
Description: Handling incoming votes (application level) Description: Handling incoming votes (application level)
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-db-admin.php File: qa-include/qa-db-admin.php
Version: See define()s at top of qa-include/qa-base.php
Description: Database access functions which are specific to the admin center Description: Database access functions which are specific to the admin center
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-db-blobs.php File: qa-include/qa-db-blobs.php
Version: See define()s at top of qa-include/qa-base.php
Description: Database-level access to blobs table for large chunks of data (e.g. images) Description: Database-level access to blobs table for large chunks of data (e.g. images)
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-db-cache.php File: qa-include/qa-db-cache.php
Version: See define()s at top of qa-include/qa-base.php
Description: Database-level access to cache table Description: Database-level access to cache table
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-db-cookies.php File: qa-include/qa-db-cookies.php
Version: See define()s at top of qa-include/qa-base.php
Description: Database access functions for user cookies Description: Database access functions for user cookies
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-db-events.php File: qa-include/qa-db-events.php
Version: See define()s at top of qa-include/qa-base.php
Description: Database-level access to userevents and sharedevents tables Description: Database-level access to userevents and sharedevents tables
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-db-favorites.php File: qa-include/qa-db-favorites.php
Version: See define()s at top of qa-include/qa-base.php
Description: Database-level access to userfavorites table Description: Database-level access to userfavorites table
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-db-hotness.php File: qa-include/qa-db-hotness.php
Version: See define()s at top of qa-include/qa-base.php
Description: Functions for dealing with question hotness in the database Description: Functions for dealing with question hotness in the database
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-db-install.php File: qa-include/qa-db-install.php
Version: See define()s at top of qa-include/qa-base.php
Description: Database-level functions for installation and upgrading Description: Database-level functions for installation and upgrading
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-db-limits.php File: qa-include/qa-db-limits.php
Version: See define()s at top of qa-include/qa-base.php
Description: Database-level access to tables which monitor rate limits Description: Database-level access to tables which monitor rate limits
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-db-maxima.php File: qa-include/qa-db-maxima.php
Version: See define()s at top of qa-include/qa-base.php
Description: Definitions that determine database column size and rows retrieved Description: Definitions that determine database column size and rows retrieved
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-db-messages.php File: qa-include/qa-db-messages.php
Version: See define()s at top of qa-include/qa-base.php
Description: Database-level access to messages table for private message history Description: Database-level access to messages table for private message history
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-db-metas.php File: qa-include/qa-db-metas.php
Version: See define()s at top of qa-include/qa-base.php
Description: Database-level access to metas tables Description: Database-level access to metas tables
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-db-notices.php File: qa-include/qa-db-notices.php
Version: See define()s at top of qa-include/qa-base.php
Description: Database-level access to usernotices table Description: Database-level access to usernotices table
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-db-options.php File: qa-include/qa-db-options.php
Version: See define()s at top of qa-include/qa-base.php
Description: Database-level access to table containing admin options Description: Database-level access to table containing admin options
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-db-points.php File: qa-include/qa-db-points.php
Version: See define()s at top of qa-include/qa-base.php
Description: Database-level access to user points and statistics Description: Database-level access to user points and statistics
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-db-post-create.php File: qa-include/qa-db-post-create.php
Version: See define()s at top of qa-include/qa-base.php
Description: Database functions for creating a question, answer or comment Description: Database functions for creating a question, answer or comment
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-db-post-update.php File: qa-include/qa-db-post-update.php
Version: See define()s at top of qa-include/qa-base.php
Description: Database functions for changing a question, answer or comment Description: Database functions for changing a question, answer or comment
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-db-recalc.php File: qa-include/qa-db-recalc.php
Version: See define()s at top of qa-include/qa-base.php
Description: Database functions for recalculations (clean-up operations) Description: Database functions for recalculations (clean-up operations)
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-db-selects.php File: qa-include/qa-db-selects.php
Version: See define()s at top of qa-include/qa-base.php
Description: Builders of selectspec arrays (see qa-db.php) used to specify database SELECTs Description: Builders of selectspec arrays (see qa-db.php) used to specify database SELECTs
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-db-users.php File: qa-include/qa-db-users.php
Version: See define()s at top of qa-include/qa-base.php
Description: Database-level access to user management tables (if not using single sign-on) Description: Database-level access to user management tables (if not using single sign-on)
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-db-votes.php File: qa-include/qa-db-votes.php
Version: See define()s at top of qa-include/qa-base.php
Description: Database-level access to votes tables Description: Database-level access to votes tables
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-lang-admin.php File: qa-include/qa-lang-admin.php
Version: See define()s at top of qa-include/qa-base.php
Description: Language phrases for admin center Description: Language phrases for admin center
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-lang-emails.php File: qa-include/qa-lang-emails.php
Version: See define()s at top of qa-include/qa-base.php
Description: Language phrases for email notifications Description: Language phrases for email notifications
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-lang-main.php File: qa-include/qa-lang-main.php
Version: See define()s at top of qa-include/qa-base.php
Description: Language phrases commonly used throughout Q2A Description: Language phrases commonly used throughout Q2A
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-lang-misc.php File: qa-include/qa-lang-misc.php
Version: See define()s at top of qa-include/qa-base.php
Description: Miscellaneous language phrases Description: Miscellaneous language phrases
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-lang-options.php File: qa-include/qa-lang-options.php
Version: See define()s at top of qa-include/qa-base.php
Description: Language phrases for all options, as shown in admin center Description: Language phrases for all options, as shown in admin center
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-lang-profile.php File: qa-include/qa-lang-profile.php
Version: See define()s at top of qa-include/qa-base.php
Description: Language phrases for user profile page Description: Language phrases for user profile page
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-lang-question.php File: qa-include/qa-lang-question.php
Version: See define()s at top of qa-include/qa-base.php
Description: Language phrases for question page Description: Language phrases for question page
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-lang-users.php File: qa-include/qa-lang-users.php
Version: See define()s at top of qa-include/qa-base.php
Description: Language phrases for user management Description: Language phrases for user management
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-page-account.php File: qa-include/qa-page-account.php
Version: See define()s at top of qa-include/qa-base.php
Description: Controller for user account page Description: Controller for user account page
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-page-activity.php File: qa-include/qa-page-activity.php
Version: See define()s at top of qa-include/qa-base.php
Description: Controller for page listing recent activity Description: Controller for page listing recent activity
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-page-admin-approve.php File: qa-include/qa-page-admin-approve.php
Version: See define()s at top of qa-include/qa-base.php
Description: Controller for admin page showing new users waiting for approval Description: Controller for admin page showing new users waiting for approval
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-page-admin-categories.php File: qa-include/qa-page-admin-categories.php
Version: See define()s at top of qa-include/qa-base.php
Description: Controller for admin page for editing categories Description: Controller for admin page for editing categories
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-page-admin-default.php File: qa-include/qa-page-admin-default.php
Version: See define()s at top of qa-include/qa-base.php
Description: Controller for most admin pages which just contain options Description: Controller for most admin pages which just contain options
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-page-admin-flagged.php File: qa-include/qa-page-admin-flagged.php
Version: See define()s at top of qa-include/qa-base.php
Description: Controller for admin page showing posts with the most flags Description: Controller for admin page showing posts with the most flags
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-page-admin-hidden.php File: qa-include/qa-page-admin-hidden.php
Version: See define()s at top of qa-include/qa-base.php
Description: Controller for admin page showing hidden questions, answers and comments Description: Controller for admin page showing hidden questions, answers and comments
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-page-admin-moderate.php File: qa-include/qa-page-admin-moderate.php
Version: See define()s at top of qa-include/qa-base.php
Description: Controller for admin page showing questions, answers and comments waiting for approval Description: Controller for admin page showing questions, answers and comments waiting for approval
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-page-admin-pages.php File: qa-include/qa-page-admin-pages.php
Version: See define()s at top of qa-include/qa-base.php
Description: Controller for admin page for editing custom pages and external links Description: Controller for admin page for editing custom pages and external links
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-page-admin-plugins.php File: qa-include/qa-page-admin-plugins.php
Version: See define()s at top of qa-include/qa-base.php
Description: Controller for admin page listing plugins and showing their options Description: Controller for admin page listing plugins and showing their options
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-page-admin-points.php File: qa-include/qa-page-admin-points.php
Version: See define()s at top of qa-include/qa-base.php
Description: Controller for admin page for settings about user points Description: Controller for admin page for settings about user points
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-page-admin-recalc.php File: qa-include/qa-page-admin-recalc.php
Version: See define()s at top of qa-include/qa-base.php
Description: Handles admin-triggered recalculations if JavaScript disabled Description: Handles admin-triggered recalculations if JavaScript disabled
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-page-admin-stats.php File: qa-include/qa-page-admin-stats.php
Version: See define()s at top of qa-include/qa-base.php
Description: Controller for admin page showing usage statistics and clean-up buttons Description: Controller for admin page showing usage statistics and clean-up buttons
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-page-admin-userfields.php File: qa-include/qa-page-admin-userfields.php
Version: See define()s at top of qa-include/qa-base.php
Description: Controller for admin page for editing custom user fields Description: Controller for admin page for editing custom user fields
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-page-admin-usertitles.php File: qa-include/qa-page-admin-usertitles.php
Version: See define()s at top of qa-include/qa-base.php
Description: Controller for admin page for editing custom user titles Description: Controller for admin page for editing custom user titles
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-page-admin-widgets.php File: qa-include/qa-page-admin-widgets.php
Version: See define()s at top of qa-include/qa-base.php
Description: Controller for admin page for editing widgets Description: Controller for admin page for editing widgets
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-page-answers.php File: qa-include/qa-page-answers.php
Version: See define()s at top of qa-include/qa-base.php
Description: Controller for page listing recent answers on questions Description: Controller for page listing recent answers on questions
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-page-ask.php File: qa-include/qa-page-ask.php
Version: See define()s at top of qa-include/qa-base.php
Description: Controller for ask a question page Description: Controller for ask a question page
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-page-categories.php File: qa-include/qa-page-categories.php
Version: See define()s at top of qa-include/qa-base.php
Description: Controller for page listing categories Description: Controller for page listing categories
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-page-comments.php File: qa-include/qa-page-comments.php
Version: See define()s at top of qa-include/qa-base.php
Description: Controller for page listing recent comments on questions Description: Controller for page listing recent comments on questions
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-page-confirm.php File: qa-include/qa-page-confirm.php
Version: See define()s at top of qa-include/qa-base.php
Description: Controller for email confirmation page (can also request a new code) Description: Controller for email confirmation page (can also request a new code)
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-page-default.php File: qa-include/qa-page-default.php
Version: See define()s at top of qa-include/qa-base.php
Description: Controller for home page, Q&A listing page, custom pages and plugin pages Description: Controller for home page, Q&A listing page, custom pages and plugin pages
......
<?php <?php
/* /*
Question2Answer (c) Gideon Greenspan Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-page-favorites.php File: qa-include/qa-page-favorites.php
Version: See define()s at top of qa-include/qa-base.php
Description: Controller for sub-page listing user's favorites of a certain type Description: Controller for sub-page listing user's favorites of a certain type
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-page-favorites.php File: qa-include/qa-page-favorites.php
Version: See define()s at top of qa-include/qa-base.php
Description: Controller for page listing user's favorites Description: Controller for page listing user's favorites
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-page-feedback.php File: qa-include/qa-page-feedback.php
Version: See define()s at top of qa-include/qa-base.php
Description: Controller for feedback page Description: Controller for feedback page
......
<?php <?php
/* /*
Question2Answer by Gideon Greenspan and contributors Question2Answer by Gideon Greenspan and contributors
http://www.question2answer.org/ http://www.question2answer.org/
File: qa-include/qa-page-forgot.php File: qa-include/qa-page-forgot.php
Version: See define()s at top of qa-include/qa-base.php
Description: Controller for 'forgot my password' page Description: Controller for 'forgot my password' page
......
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