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
82d02d655f3817c46c96998789923a16b24c04d8
qemudb
/
include
History
Chris Morgan
82d02d655f
Skip deleting a distributions test results if there are no test results for the distribution
2007-08-27 03:46:03 +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
appData.php
Order appData entries by the application name, otherwise the order is based on when the
2007-08-08 00:55:27 +00:00
appdb.php
Replace direct mysql_xxx() calls with query_xxx() calls. Replace calls to mysql_insert_id()
2007-08-03 23:27:25 +00:00
application_queue.php
Replace direct mysql_xxx() calls with query_xxx() calls. Replace calls to mysql_insert_id()
2007-08-03 23:27:25 +00:00
application.php
application::create() should return false upon failure
2007-08-04 02:02:04 +00:00
browse_newest_apps.php
Convert from timestamp to datetime. Datetime is consistent between mysql 4.0x and newer
2007-07-31 23:48:22 +00:00
bugs.php
Replace direct mysql_xxx() calls with query_xxx() calls. Replace calls to mysql_insert_id()
2007-08-03 23:27:25 +00:00
category.php
Replace direct mysql_xxx() calls with query_xxx() calls. Replace calls to mysql_insert_id()
2007-08-03 23:27:25 +00:00
comment.php
Fix comment::delete() to take $bSilent as an input parameter and use
2007-08-24 02:52:34 +00:00
config.php.sample
Clarify README to specify that you must update APPDB_ROOT to point to your own address. Update
2007-05-26 16:32:45 +00:00
distribution.php
Skip deleting a distributions test results if there are no test results for the distribution
2007-08-27 03:46:03 +00:00
downloadurl.php
Replace direct mysql_xxx() calls with query_xxx() calls. Replace calls to mysql_insert_id()
2007-08-03 23:27:25 +00:00
error_log.php
Replace direct mysql_xxx() calls with query_xxx() calls. Replace calls to mysql_insert_id()
2007-08-03 23:27:25 +00:00
filter.php
Ignore another google search variable
2007-08-25 04:31:27 +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
Programmatic table support. Enhances several tables with highlightable and clickable rows and
2007-07-23 19:56:43 +00:00
form_login.php
Eliminate some php notices caused by use of uninitialized variables
2007-07-24 01:45:19 +00:00
form_new.php
Eliminate some php notices caused by use of uninitialized variables
2007-07-24 01:45:19 +00:00
header.php
use banner ad code from main winehq.org
2005-11-21 17:30:58 +00:00
html.php
Programmatic table support. Enhances several tables with highlightable and clickable rows and
2007-07-23 19:56:43 +00:00
image.php
Screenshot::delete() and Image::delete() should check if the file exists before attempting to
2007-06-09 22:17:32 +00:00
incl.php
Replace direct mysql_xxx() calls with query_xxx() calls. Replace calls to mysql_insert_id()
2007-08-03 23:27:25 +00:00
mail.php
Fix email messageboxes to be on multiple lines again. The email array passed to addmsg() must
2007-07-06 01:24:09 +00:00
maintainer.php
Fix formatting issue with 2nd notification email where we didn't specify that the duration was
2007-08-08 23:40:33 +00:00
menu.php
Programmatic table support. Enhances several tables with highlightable and clickable rows and
2007-07-23 19:56:43 +00:00
monitor.php
Replace direct mysql_xxx() calls with query_xxx() calls. Replace calls to mysql_insert_id()
2007-08-03 23:27:25 +00:00
note.php
Replace direct mysql_xxx() calls with query_xxx() calls. Replace calls to mysql_insert_id()
2007-08-03 23:27:25 +00:00
objectManager.php
Add missing div close tag to multipage control
2007-08-25 16:01:58 +00:00
parsedate.php
- replaced tons of tabs with spaces
2004-12-12 03:51:51 +00:00
query.php
Replace direct mysql_xxx() calls with query_xxx() calls. Replace calls to mysql_insert_id()
2007-08-03 23:27:25 +00:00
screenshot.php
Replace direct mysql_xxx() calls with query_xxx() calls. Replace calls to mysql_insert_id()
2007-08-03 23:27:25 +00:00
session.php
Replace direct mysql_xxx() calls with query_xxx() calls. Replace calls to mysql_insert_id()
2007-08-03 23:27:25 +00:00
sidebar_admin.php
No need to have 'View' in front of each of our links, it should be pretty obvious to admins
2007-07-31 03:46:16 +00:00
sidebar_login.php
Preserve current url when logging in. Pass the current url as part of the url to the login form
2007-06-15 23:40:21 +00:00
sidebar_maintainer_admin.php
More fixes and uses for objectManager's version/testData queues
2007-04-21 01:02:10 +00:00
sidebar.php
Redirect google custom search results to an appdb page to keep a consistent look-and-feel
2007-08-25 04:17:21 +00:00
table.php
objectGetHeader() should return a TableRow instance as this is closer to what the information
2007-07-31 01:51:40 +00:00
tableve.php
Replace direct mysql_xxx() calls with query_xxx() calls. Replace calls to mysql_insert_id()
2007-08-03 23:27:25 +00:00
testData_queue.php
testData_queue: always delete empty distributions if we can
2007-06-19 00:28:01 +00:00
testData.php
Replace direct mysql_xxx() calls with query_xxx() calls. Replace calls to mysql_insert_id()
2007-08-03 23:27:25 +00:00
url.php
Replace direct mysql_xxx() calls with query_xxx() calls. Replace calls to mysql_insert_id()
2007-08-03 23:27:25 +00:00
user.php
Replace direct mysql_xxx() calls with query_xxx() calls. Replace calls to mysql_insert_id()
2007-08-03 23:27:25 +00:00
util.php
Bugzilla now has an id column that we can order by. Fix wine version ordering and remove order
2007-08-11 02:20:51 +00:00
vendor.php
Replace direct mysql_xxx() calls with query_xxx() calls. Replace calls to mysql_insert_id()
2007-08-03 23:27:25 +00:00
version_queue.php
Replace direct mysql_xxx() calls with query_xxx() calls. Replace calls to mysql_insert_id()
2007-08-03 23:27:25 +00:00
version.php
Fix $bSilent parameter for comment::delete() to be 'true', which makes the deletion silent.
2007-08-24 02:54:07 +00:00
vote.php
Replace direct mysql_xxx() calls with query_xxx() calls. Replace calls to mysql_insert_id()
2007-08-03 23:27:25 +00:00