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
ec8312233cca76ade2863059dad858790096c48d
qemudb
/
include
History
Alexander Nicolaysen Sørnes
ec8312233c
Display add item help text after fetching input values. This allows the help text functions
...
to output help depending on the state of the edited object
2007-04-24 23:40:12 +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
Add a moveChildren method to the objectManager and implement objectMoveChildren for version
2007-04-23 23:31:24 +00:00
appdb.php
Rename some variables to match our current naming scheme
2006-06-30 16:33:02 +00:00
application.php
Clean up the layout of the version and application pages and add some css classes to define
2007-04-23 02:33:19 +00:00
bugs.php
Fix bug link creation email. We only need to fetch the link id so remove the other code that
2007-04-23 23:37:30 +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
Add debug option to output e-mail on screen. Useful for testing that mails look correct.
2007-04-23 23:36:32 +00:00
distribution.php
Repalce '"' with '"' in the distribution form. Otherwise we end up with broken <input>
2007-04-21 18:09:13 +00:00
downloadurl.php
Always read input first in downloadurl::outputEditorSingle(). Makes sure changes aren't lost
2007-04-24 23:38:41 +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
Fix and enable input filtering through include/filter.php
2007-01-04 02:35:01 +00:00
form_new.php
Fix and enable input filtering through include/filter.php
2007-01-04 02:35:01 +00:00
header.php
use banner ad code from main winehq.org
2005-11-21 17:30:58 +00:00
html.php
Replace tabs by four spaces
2007-01-17 03:17:26 +00:00
image.php
Assorted spelling fixes
2006-12-31 19:39:41 +00:00
incl.php
Remove references to distributionView.php and remove now unused distributionView.php
2007-03-13 21:03:08 +00:00
mail.php
Add debug option to output e-mail on screen. Useful for testing that mails look correct.
2007-04-23 23:36:32 +00:00
maintainer.php
Display user name in the maintainer approval form
2007-04-21 18:23:11 +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
Use objectMakeUrl()/Link() in more places
2007-04-08 23:04:31 +00:00
objectManager.php
Display add item help text after fetching input values. This allows the help text functions
2007-04-24 23:40:12 +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
Remove user::deleteAppData() and replace it with an appData function
2007-04-21 19:44:10 +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
More fixes and uses for objectManager's version/testData queues
2007-04-21 01:02:10 +00:00
sidebar_login.php
Use objectManager to list a user's rejected apps
2007-04-22 00:02:30 +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
Add and use vendor::objectGetEntriesCount()
2007-03-25 03:59:58 +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
Fix a case where the admins would see the wrong help text when submitting new testData. Add
2007-04-23 23:39:44 +00:00
testData.php
Fix typo in testData::update() causing the new release info to be absent from the mail sent
2007-04-23 23:38:30 +00:00
url.php
Fix url::canEdit() to not call undefined functions
2007-04-16 22:59:48 +00:00
user.php
Use objectManager to list a user's rejected apps
2007-04-22 00:02:30 +00:00
util.php
Use objectMakeUrl()/Link() in more places
2007-04-08 23:04:31 +00:00
vendor.php
Add vendor->sQueued class variable. Not currently used but adding it keeps the vendor class
2007-04-23 23:32:30 +00:00
version_queue.php
Always read input first in downloadurl::outputEditorSingle(). Makes sure changes aren't lost
2007-04-24 23:38:41 +00:00
version.php
Prevent display of \n in version view that was caused by a typo
2007-04-23 23:40:41 +00:00
vote.php
Warn user when pressing the vote button without selecting a slot
2007-04-24 00:22:36 +00:00