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
e635d2919c7fbf0bc94a99c8cd18d2b5c20b766a
qemudb
/
include
History
Tony Lambregts
f8c64330a5
Add a generic function to make a clickable image
2005-07-26 03:53:16 +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
Fix backlink to application/version when sending email
2005-07-13 03:44:38 +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
bugs.php
Hack a fix for "$this->iLinkId = mysql_insert_id();" not working
2005-07-16 20:02:17 +00:00
category.php
Sort categories by their name and applications by their name to make it easier
2005-06-04 03:04:45 +00:00
comment.php
Put some single quotes around application name and version name so they can be distinguished from the rest of the email notification text more easily.
2005-06-19 15:46:57 +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
* 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
When sending screenshots in an unknown format (txt, gif, etc.) the user is warned
2005-02-24 04:48:42 +00:00
incl.php
Send last modified information for images so the browser can use the cached version instead of re-downloading images each page refresh.
2005-07-10 02:22:21 +00:00
mail.php
- fix notifications
2005-02-02 00:14:01 +00:00
maintainer.php
Fix comment
2005-06-05 18:33:01 +00:00
menu.php
Make votes work again
2005-02-26 16:36:52 +00:00
note.php
Improve mail messages on version description changes and include the note description when sending a
2005-05-27 23:53:26 +00:00
parsedate.php
- replaced tons of tabs with spaces
2004-12-12 03:51:51 +00:00
screenshot.php
Add a generic function to make a clickable image
2005-07-26 03:53:16 +00:00
session.php
- replaced mysql_query with appdb_query
2005-01-08 18:24:55 +00:00
sidebar_admin.php
Add sidebar link for administrators to maintain buglinks
2005-07-20 02:31:13 +00:00
sidebar_login.php
- fix isMaintainer and isSuperMaintainer
2005-02-07 23:55:42 +00:00
sidebar.php
Remove mention of api coverage for developers from main page, we don't
2005-05-14 14:47:13 +00:00
tableve.php
- display the submit time correctly in admin panels
2005-02-20 01:55:53 +00:00
url.php
- new Url class
2005-02-11 01:33:25 +00:00
user.php
Delete a users comments when the user is deleted. Return the correct
2005-05-13 00:28:28 +00:00
util.php
Add some functions that will be used to maintain buglinks
2005-07-20 02:27:43 +00:00
vendor.php
Security fixes. Ensure that numeric values are actually numeric using is_numeric
2005-03-23 23:56:38 +00:00
version.php
Fix backlink to application/version when sending email
2005-07-13 03:44:38 +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