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
42f0ceca42c1d30f94b5d9e534d37707ece9a142
qemudb
/
include
History
Jonathan Ernst
42f0ceca42
Don't show queued apps and versions
2005-02-19 01:21:14 +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
Don't show queued apps and versions
2005-02-19 01:21:14 +00:00
banner.php
make use of the new constants of the config file for db connection and base path
2004-12-23 01:12:03 +00:00
category.php
Don't show queued apps and versions
2005-02-19 01:21:14 +00:00
comment.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
config.php.sample
- use mail_appdb() instead of mail() for better error handling and to avoid code duplication
2005-01-30 00:57:34 +00:00
db.php
* Make sure PHP really opens a new connection.
2005-01-14 16:05:14 +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
- 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
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
* force usage of GD 1 functions
2005-01-27 16:13:03 +00:00
incl.php
Fix some code styling issues in incl.php
2005-02-07 23:56:32 +00:00
mail.php
- fix notifications
2005-02-02 00:14:01 +00:00
maintainer.php
Show supermaintainers names in version's page
2005-02-17 01:01:01 +00:00
menu.php
make use of the new constants of the config file for db connection and base path
2004-12-23 01:12:03 +00:00
note.php
- informs interested people about application modification.
2005-02-09 23:50:27 +00:00
parsedate.php
- replaced tons of tabs with spaces
2004-12-12 03:51:51 +00:00
screenshot.php
Don't show queued screenshots in appview
2005-02-17 01:16:51 +00:00
session.php
- replaced mysql_query with appdb_query
2005-01-08 18:24:55 +00:00
sidebar_admin.php
- remove duplicated links to add a new application
2005-01-30 02:44:26 +00:00
sidebar_login.php
- fix isMaintainer and isSuperMaintainer
2005-02-07 23:55:42 +00:00
sidebar.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
tableve.php
remove all mysql_error() instances as errors are handled by query_appdb()
2005-01-14 05:34:25 +00:00
url.php
- new Url class
2005-02-11 01:33:25 +00:00
user.php
Fix user deletion
2005-02-14 18:20:48 +00:00
util.php
- improve application and related classes
2005-02-07 23:21:33 +00:00
vendor.php
Remove an unneeded check in vendor class
2005-02-09 02:21:41 +00:00
version.php
Fix version deletion
2005-02-19 01:19:07 +00:00
vote.php
- renamed lookupVersionName and lookupAppName into lookup_version_name and lookup_app_name in respect to CODING_STANDARD
2005-02-04 02:59:05 +00:00