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
72a8cd48c149dde421192e8246faedc8581db701
qemudb
/
include
History
Alexander Nicolaysen Sørnes
72a8cd48c1
Add some missing quotes to input tags, to prevent the variables from being
...
assigned garbage values. Also conform the affected tags to newer HTML standards.
2006-12-02 05:10:11 +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
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
bugs.php
Standardize the case of Bug class constructors
2006-09-06 01:43:30 +00:00
category.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
comment.php
Add user.php to includes as comment.php creates a new user.
2006-09-01 02:27:31 +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
distribution.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
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
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
Add a subtle highlight when mouse is over top X rows to provide better feedback to users that they may click anywhere
2006-07-21 19:18:10 +00:00
image.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
incl.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
mail.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
maintainer.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
menu.php
Make votes work again
2005-02-26 16:36:52 +00:00
monitor.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
note.php
Add some missing quotes to input tags, to prevent the variables from being
2006-12-02 05:10:11 +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
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
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
Start to move maintainer related functions into maintainer class and separate maintainer related queries and logic from
2006-07-24 16:20:40 +00:00
sidebar_login.php
Start to move maintainer related functions into maintainer class and separate maintainer related queries and logic from
2006-07-24 16:20:40 +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 the page and sidebar entry for a 'Browse newest applications' page
2006-11-27 03:14:57 +00:00
tableve.php
Standardize the case of all User constructors to match the case defined in
2006-09-01 02:28:38 +00:00
testData.php
Add basic rating logic checking to testData::CheckOutputEditorInput() to prevent people from saying a running application is
2006-11-27 02:32:22 +00:00
url.php
Fix missing reply text by renaming replyText to sReplyText
2006-07-13 18:54:10 +00:00
user.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
util.php
Add the page and sidebar entry for a 'Browse newest applications' page
2006-11-27 03:14:57 +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
Change the maintainer button from 'be a maintainer for this app' to 'be a
2006-12-02 05:05:54 +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