aurweb/web/template
canyonknight e171f6f34e Migrate all DB code to use PDO
All DB code currently uses the quickly aging mysql_* functions. These
functions are strongly discouraged and may eventually be deprecated.

Transition all code to utilize the PDO data access abstraction layer. PDO
allows for consistent query code across multiple databases. This could
potentially allow for someone to use a database other than MySQL with
minimal code changes.

All functions and behaviors are reproduced as faithfully as possible with
PDO equivalents and some changes in code.

Signed-off-by: canyonknight <canyonknight@gmail.com>
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
2012-09-18 00:58:46 +02:00
..
stats Fix broken RSS feed link on front page 2012-08-23 22:47:50 +02:00
account_details.php Use virtual path feature for links 2012-07-15 22:44:51 +02:00
account_edit_form.php account_edit_form.php: Remove another stray "</div>" 2012-07-17 17:55:59 +02:00
account_search_results.php Migrate all DB code to use PDO 2012-09-18 00:58:46 +02:00
actions_form.php Allow only Trusted Users, Developers, and Maintainers to unflag packages 2012-08-23 22:47:50 +02:00
footer.php Synchronize footer layout with archweb 2012-07-06 11:26:06 +02:00
header.php Use virtual path feature for links 2012-07-15 22:44:51 +02:00
pkg_comment_form.php Merge branch 'maint' 2012-07-14 22:52:04 +02:00
pkg_comments.php pkg_comments.php: Fix comment deletion links 2012-07-18 08:07:17 +02:00
pkg_details.php Allow only Trusted Users, Developers, and Maintainers to unflag packages 2012-08-23 22:47:50 +02:00
pkg_search_form.php Use virtual path feature for links 2012-07-15 22:44:51 +02:00
pkg_search_results.php Use virtual paths for package details 2012-07-15 22:48:32 +02:00
search_accounts_form.php Use virtual path feature for links 2012-07-15 22:44:51 +02:00
template.phps rename *.inc files to *.inc.php and adjust imports and references 2011-06-22 15:15:04 +02:00
tu_details.php Use virtual path feature for links 2012-07-15 22:44:51 +02:00
tu_list.php Use virtual path feature for links 2012-07-15 22:44:51 +02:00