This website requires JavaScript.
Explore
Help
Sign In
claunia
/
qemudb
Archived
Watch
1
Star
0
Fork
0
You've already forked qemudb
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
This repository has been archived on
2025-05-24
. You can view files and clone it, but cannot push or open issues or pull requests.
Files
f7763bdbfad9fca6c1ba71d8cd62992df9794cdc
qemudb
/
include
History
Chris Morgan
f7763bdbfa
Clean up variable naming in grab_comments() , use null instead of -1 for parent ID
2006-07-20 03:19:23 +00:00
..
.cvsignore
ignore the config file
2004-03-15 16:32:11 +00:00
.htaccess
ignore the config file
2004-03-15 16:32:11 +00:00
appdb.php
Rename some variables to match our current naming scheme
2006-06-30 16:33:02 +00:00
application.php
Fix missing reply text by renaming replyText to sReplyText
2006-07-13 18:54:10 +00:00
bugs.php
Fix missing reply text by renaming replyText to sReplyText
2006-07-13 18:54:10 +00:00
category.php
Clean up category class. Move category related functions into the class and remove now extranious
2006-07-11 18:53:06 +00:00
comment.php
Clean up variable naming in grab_comments() , use null instead of -1 for parent ID
2006-07-20 03:19:23 +00:00
config.php.sample
Add an option to prevent filtering of cookies in the case where multiple web apps are hosted
2006-07-07 16:39:27 +00:00
distributions.php
Fix missing reply text by renaming replyText to sReplyText
2006-07-13 18:54:10 +00:00
error_log.php
Modify query_error() to log errors to a database table instead of displaying them on the screen. This should
2006-07-19 16:37:54 +00:00
filter.php
Trim 's' and 'sh' variables in filter.php so we correctly convert variable values with spaces into "" strings
2006-07-18 02:42:57 +00:00
footer.php
- fix the 25 errors reported by the w3c html validator (
http://validator.w3.org
) in appview.php?appid=whatever
2005-02-11 23:42:50 +00:00
form_edit.php
Fix editing of a users administrative rights
2006-07-10 02:21:47 +00:00
form_login.php
Rename login to sLogin for upcoming filter changes to account.php
2006-07-07 16:16:19 +00:00
form_new.php
Fix another missed variable, 'create' to 'sCreate' to allow new users to be created
2006-07-07 18:03:42 +00:00
header.php
use banner ad code from main winehq.org
2005-11-21 17:30:58 +00:00
html.php
Remove some unused functions from html.php
2006-07-19 00:11:11 +00:00
image.php
Rename image class variables to match our current naming convention. Implement a unit test for
2006-06-30 19:42:39 +00:00
incl.php
Modify query_error() to log errors to a database table instead of displaying them on the screen. This should
2006-07-19 16:37:54 +00:00
mail.php
Change link in email footer to link to the AppDB site instead of WineHQ
2006-03-24 03:21:26 +00:00
maintainer.php
Merge appMaintainerQueue table into appMaintainers table. This simplifies the handling of queued vs.
2006-07-16 16:53:08 +00:00
menu.php
Make votes work again
2005-02-26 16:36:52 +00:00
monitor.php
Prefix all GPC variables according to our coding standard
2006-07-06 17:27:54 +00:00
note.php
Fix missing reply text by renaming replyText to sReplyText
2006-07-13 18:54:10 +00:00
parsedate.php
- replaced tons of tabs with spaces
2004-12-12 03:51:51 +00:00
query.php
Handle mysql transaction deadlocks more gracefully by making multiple attempts when they occur
2006-07-19 19:20:16 +00:00
screenshot.php
Fix centering of screenshot images on application/version pages
2006-07-19 00:54:56 +00:00
session.php
Add cron cleanup function to purge expired sessions from session_list table
2006-07-08 21:49:49 +00:00
sidebar_admin.php
Rename include/testResults.php to include/testData.php to match the name of the class
2006-07-12 00:29:35 +00:00
sidebar_login.php
Move getAppsFromUserId() to user::getAppsMaintained(). Also implement a unit test for
2006-07-06 22:08:37 +00:00
sidebar_maintainer_admin.php
Let maintainers and super maintainers process the application versions and images submitted for applications they maintain
2005-08-05 22:07:41 +00:00
sidebar.php
Move distribution related functions into distribution class and combine getNumberOfDistributions() and
2006-07-11 17:02:35 +00:00
tableve.php
Use query_parameters() in SQL select, update and delete statements to protect against
2006-06-27 19:16:27 +00:00
testData.php
Show additional comments when viewing test data in application version
2006-07-14 01:48:46 +00:00
url.php
Fix missing reply text by renaming replyText to sReplyText
2006-07-13 18:54:10 +00:00
user.php
Fix table name case difference 'Appversion' -> 'appVersion' that was breaking a query
2006-07-16 17:37:23 +00:00
util.php
Merge appMaintainerQueue table into appMaintainers table. This simplifies the handling of queued vs.
2006-07-16 16:53:08 +00:00
vendor.php
Use query_parameters() in SQL select, update and delete statements to protect against
2006-06-27 19:16:27 +00:00
version.php
Stop allowing anonymous test results
2006-07-16 05:39:56 +00:00
vote.php
Fix voting(again) by changing all variables to use the new naming scheme
2006-07-19 00:11:40 +00:00