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
6f1ac4d0743d616dcd2d550ed2d641ee779e8360
qemudb
/
include
History
Chris Morgan
4078ad879f
Add some common responses to the entry processing page, selectable via radio buttons. This
...
should make admin responses more consistent and make it quicker and easier to process submissions.
2007-06-14 01:27:59 +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
Replace objectOutputTableRow() with objectGetTableRow(). Redesign the table output mechanism so
2007-06-14 00:50:35 +00:00
appdb.php
Rename some variables to match our current naming scheme
2006-06-30 16:33:02 +00:00
application_queue.php
Display the help text for application queues
2007-06-14 00:51:21 +00:00
application.php
Fix admin response in submitter notifications. Some code was in the wrong place inside of a
2007-06-14 00:52:57 +00:00
bugs.php
Include bug id in more buglink mails
2007-05-26 01:39:46 +00:00
category.php
category: use objectMakeLink()
2007-04-01 00:09:05 +00:00
comment.php
Fix comment creation. addcomment.php was passing a filled-in object to comment::create()
2007-04-21 18:05:32 +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
Replace objectOutputTableRow() with objectGetTableRow(). Redesign the table output mechanism so
2007-06-14 00:50:35 +00:00
downloadurl.php
Replace objectOutputTableRow() with objectGetTableRow(). Redesign the table output mechanism so
2007-06-14 00:50:35 +00:00
error_log.php
Unit tests should run with E_ALL so we can detect all errors. Fix dozens of errors that popped up after enabling all errors.
2006-11-25 17:24:44 +00:00
filter.php
filter_gpc() should report success or failure, a higher level function should take care of calling out to an error page.
2007-01-06 06:27:50 +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
Allow setting admin privileges in the user mananger
2007-04-17 23:21:34 +00:00
form_login.php
Layout improvements. Change default inner padding for html_frame_start() from 5 to 0, this
2007-05-02 01:08:22 +00:00
form_new.php
Layout improvements. Change default inner padding for html_frame_start() from 5 to 0, this
2007-05-02 01:08:22 +00:00
header.php
use banner ad code from main winehq.org
2005-11-21 17:30:58 +00:00
html.php
Layout improvements. Change default inner padding for html_frame_start() from 5 to 0, this
2007-05-02 01:08:22 +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
Add page generation times to the bottom of each page. This should help us figure out which pages
2007-05-26 04:05:20 +00:00
mail.php
Use separate setting for the email sender address. This allows the appdb emails to be sent
2007-05-12 16:30:32 +00:00
maintainer.php
Replace objectOutputTableRow() with objectGetTableRow(). Redesign the table output mechanism so
2007-06-14 00:50:35 +00:00
menu.php
Include <a> links for menu items. This is necessary for browsers without JavaScript and it
2007-04-21 16:54:17 +00:00
monitor.php
Objects should set class variables and call create() instead of passing the parameters into the
2007-04-21 02:30:22 +00:00
note.php
Fix note update mails to include changes again. Append the version url to the message text
2007-04-27 23:33:34 +00:00
objectManager.php
Add some common responses to the entry processing page, selectable via radio buttons. This
2007-06-14 01:27:59 +00:00
parsedate.php
- replaced tons of tabs with spaces
2004-12-12 03:51:51 +00:00
query.php
Unit tests should run with E_ALL so we can detect all errors. Fix dozens of errors that popped up after enabling all errors.
2006-11-25 17:24:44 +00:00
screenshot.php
Replace objectOutputTableRow() with objectGetTableRow(). Redesign the table output mechanism so
2007-06-14 00:50:35 +00:00
session.php
Unit tests should run with E_ALL so we can detect all errors. Fix dozens of errors that popped up after enabling all errors.
2006-11-25 17:24:44 +00:00
sidebar_admin.php
Add 'View Test Results' entry to admin sidebar. Enable testData deletion so we can either edit
2007-06-11 23:51:29 +00:00
sidebar_login.php
Use objectManager to submit and process applications. Remove now unused appsubmit.php
2007-04-24 23:48:14 +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
Use objectManager to submit and process applications. Remove now unused appsubmit.php
2007-04-24 23:48:14 +00:00
tableve.php
Fix TableVE::make_option_list's where handling to prevent sql injection
2007-04-24 23:36:10 +00:00
testData_queue.php
Replace objectOutputTableRow() with objectGetTableRow(). Redesign the table output mechanism so
2007-06-14 00:50:35 +00:00
testData.php
Replace objectOutputTableRow() with objectGetTableRow(). Redesign the table output mechanism so
2007-06-14 00:50:35 +00:00
url.php
Url::normalize() shouldn't be prepending anything to empty strings
2007-06-11 01:27:29 +00:00
user.php
user: don't make links when userId is not set
2007-05-31 14:55:36 +00:00
util.php
Remove "CVS" version from the array of Wine versions we present to the user. It was a dumb idea
2007-06-11 00:25:50 +00:00
vendor.php
Replace objectOutputTableRow() with objectGetTableRow(). Redesign the table output mechanism so
2007-06-14 00:50:35 +00:00
version_queue.php
Replace objectOutputTableRow() with objectGetTableRow(). Redesign the table output mechanism so
2007-06-14 00:50:35 +00:00
version.php
Replace objectOutputTableRow() with objectGetTableRow(). Redesign the table output mechanism so
2007-06-14 00:50:35 +00:00
vote.php
Warn user when pressing the vote button without selecting a slot
2007-04-24 00:22:36 +00:00