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
cb48d1821c834bf0e68ff4f72b00f59e3d01ec10
qemudb
/
include
History
Chris Morgan
f3ddc43dd1
Print application names correctly when versions are deleted. $this->appId should have been
...
$this->iAppId.
2006-03-19 18:06:18 +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
Replaced mysql_query() with query_appdb()
2005-01-11 00:26:05 +00:00
application.php
Cleanup email code
2006-02-22 02:20:02 +00:00
bugs.php
Add bug number to bug link emails. Fixes bug 4358.
2006-01-23 02:13:47 +00:00
category.php
Improve permission checking in objects, fix some initialization bugs
2005-10-26 02:09:49 +00:00
comment.php
Comment replies were incorrectly adding duplicate emails for threads that contained multiple posts by the same author or if a maintainer was also an admin. Ensure that there are no duplicate email addresses using array_unique()
2005-08-24 01:36:12 +00:00
config.php.sample
Bump screenshots up to 1024x768 from 800x600 in the config.php.sample and on the live server
2005-04-23 02:24:35 +00:00
db.php
Don't continue working on the bugzilla database if we were unable to connect to it
2005-08-01 20:53:44 +00:00
distributions.php
Chris Morgan
2006-01-14 03:30:35 +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
- OO version of user class
2005-01-30 23:12:48 +00:00
form_login.php
This patch make email address the user's username as requested in the TODO.
2005-01-10 22:54:04 +00:00
form_new.php
This patch make email address the user's username as requested in the TODO.
2005-01-10 22:54:04 +00:00
header.php
use banner ad code from main winehq.org
2005-11-21 17:30:58 +00:00
html.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
image.php
Check at run-time for GD 2.x or GD 1.x so we can start using GD 2.x with the new upgraded appdb server
2005-09-21 14:16:40 +00:00
incl.php
use banner ad code from main winehq.org
2005-11-21 17:30:58 +00:00
mail.php
- fix notifications
2005-02-02 00:14:01 +00:00
maintainer.php
Sort applications that the user maintains alphabetically
2005-08-25 02:26:18 +00:00
menu.php
Make votes work again
2005-02-26 16:36:52 +00:00
monitor.php
Add arrays for monitors, fix array for test results and use the arrays to delete monitors and bug links when a version is deleted
2005-10-29 04:41:10 +00:00
note.php
Add the ability for user to monitor changes to applications
2005-09-30 01:55:51 +00:00
parsedate.php
- replaced tons of tabs with spaces
2004-12-12 03:51:51 +00:00
screenshot.php
Fix display of no_screenshot.png image when there is no screenshot
2005-08-07 02:32:43 +00:00
session.php
- replaced mysql_query with appdb_query
2005-01-08 18:24:55 +00:00
sidebar_admin.php
Remove 'View Vendors' link to admin/adminVendors.php now that 'View Vendors' is part of the common sidebar
2005-10-25 02:40:27 +00:00
sidebar_login.php
Add test results as part of submitting an application or version
2005-10-28 00:11:35 +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
Add test results as part of submitting an application or version
2005-10-28 00:11:35 +00:00
tableve.php
- display the submit time correctly in admin panels
2005-02-20 01:55:53 +00:00
testResults.php
Cleanup email code
2006-02-22 02:20:02 +00:00
url.php
Add the ability for user to monitor changes to applications
2005-09-30 01:55:51 +00:00
user.php
Pass a version object into user::hasAppVersionModifyPermission() instead of
2006-01-23 02:10:31 +00:00
util.php
Add Platinum to ratings
2006-02-08 03:19:40 +00:00
vendor.php
Let users browse vendors and remove some duplicate code
2005-10-25 00:47:32 +00:00
version.php
Print application names correctly when versions are deleted. $this->appId should have been
2006-03-19 18:06:18 +00:00
vote.php
Clearing an empty vote would result in a blank screen, instead redirect the
2005-05-11 03:08:07 +00:00