Commit Graph

1189 Commits

Author SHA1 Message Date
Chris Morgan
0d9766059c Remove extra 'slash' in url that was causing all kinds of issues like users going to odd websites
after clicking on some links on the site
2006-04-06 02:02:52 +00:00
Tony Lambregts
4bd603af4f Give maintainers/administrators an easy way to edit test results 2006-04-03 03:51:26 +00:00
Tony Lambregts
f6beae01cf Add tag to comment id and link it to the notification email 2006-03-24 05:01:48 +00:00
Tony Lambregts
d20c6c6fee Change link in email footer to link to the AppDB site instead of WineHQ 2006-03-24 03:21:26 +00:00
Tony Lambregts
d38adfedac Fix up inactivity warnings and include login link on inactivity email 2006-03-24 03:20:34 +00:00
Tony Lambregts
cb48d1821c Fix up vendor view code to be more useful with a link for administrators to edit the vendor. Fix
the link to the vendors website
2006-03-24 03:15:04 +00:00
Chris Morgan
f3ddc43dd1 Print application names correctly when versions are deleted. $this->appId should have been
$this->iAppId.
2006-03-19 18:06:18 +00:00
Tony Lambregts
092487fe91 Cleanup email code 2006-02-22 02:20:02 +00:00
Tony Lambregts
2b544fd6b1 Add email reply text to admin test results form. 2006-02-22 02:17:54 +00:00
Tony Lambregts
385a7c2e0d Cleanup deletion and rejection code 2006-02-20 02:53:23 +00:00
Tony Lambregts
602d15cdca Fix deletion of test results when a version is deleted 2006-02-20 02:51:19 +00:00
Tony Lambregts
d1ee3e66b0 Add Platinum to ratings 2006-02-08 03:19:40 +00:00
Tony Lambregts
facd6bdb17 Modify 'installs' and 'runs' fields 2006-02-08 01:44:11 +00:00
Chris Morgan
72080953ef Don't urlencode the users email address when displaying it back to the user, otherwise
we'll see stuff like blah%40yourdomain.com
2006-02-05 20:46:10 +00:00
Rafal Maj
05cacbfe22 Clarify that appdb and bugzilla have separate accounts when a user is requesting
their password from the appdb.
2006-02-05 20:44:32 +00:00
Chris Morgan
e309c1b44a Move html output of application and version into the application and version classes 2006-01-29 04:04:46 +00:00
Tony Lambregts
da2c7c6bb6 Prevent the choice of unspecified Wine versions 2006-01-28 23:06:53 +00:00
Tony Lambregts
9afa15776e Version class fixes. Let update() be silent if desired, get rid of redundant message in unqueue(). 2006-01-28 23:06:07 +00:00
Tony Lambregts
767faeac75 Application class fixes. Let update be silent when we want it to be. Get rid of redundant message in unqueue(). Fix logic in SendNotificationMail(). 2006-01-28 23:04:21 +00:00
Tony Lambregts
0192470558 Fix spelling of 'testing' 2006-01-28 23:00:35 +00:00
Tony Lambregts
4aa90c6cf9 Allow administrators to submit app, version and testresults in one step instead of three. Fix minor vendor logic bug. 2006-01-28 22:59:51 +00:00
Jason Weisberger
b5d70fc27a Allow the user to limit or show all of the testing results for a particular version 2006-01-28 22:53:28 +00:00
Tony Lambregts
7714218746 Fix Edit Application Family back link 2006-01-26 01:19:01 +00:00
Tony Lambregts
689f7fcb9d Fix maintainer queue display to correctly display the version of applications 2006-01-23 02:56:31 +00:00
Tony Lambregts
cc286b6375 Add bug number to bug link emails. Fixes bug 4358. 2006-01-23 02:13:47 +00:00
Tony Lambregts
57119ed39a Fix maintainer queue showing the wrong version due to the creation of a Application object instead of a Version object. 2006-01-23 02:12:40 +00:00
Chris Morgan
e7935b1f4f Pass a version object into user::hasAppVersionModifyPermission() instead of
the integer that is the index of the version in the database.
2006-01-23 02:10:31 +00:00
Tony Lambregts
488c74dbf0 Users don't have permission to modify application versions if they aren't logged in. 2006-01-19 05:25:52 +00:00
Tony Lambregts
33302f72ef Make back link in rejection emails point to appsubmit.php 2006-01-18 04:32:28 +00:00
Tony Lambregts
60c8b7806a Redirect admin/resubmitRejectedApps.php to appsubmit.php 2006-01-18 04:21:04 +00:00
Tony Lambregts
7fb18a00fb Fix appsubmit to display versions for resubmission by calling the correct function 2006-01-18 04:18:56 +00:00
Tony Lambregts
9a72e97f53 Test result count should not include queued tests. Don't display queued test results in test results table. 2006-01-17 02:34:58 +00:00
Tony Lambregts
b587dbfd17 Only create new distributions if the user didn't pick one from the dropdown menu. Previous behavior would create a new distribution if any text was present in the 'distribution' textbox, even if a distribution is picked from the dropdown menu. 2006-01-17 02:33:14 +00:00
WineHQ
8f65897592 Chris Morgan
Only display testing results for applications that are not currently queued if the user isn't an admin.
2006-01-14 03:30:35 +00:00
Chris Morgan
2be058a66d Check that users can view applications and versions before displaying them. Present an error message if they lack permission. Fixes a bug where we were allowing users to view applications and versions that were rejected. 2006-01-13 03:05:06 +00:00
Chris Morgan
8786179180 Upgrade to xinha svn head to fix issues with xinha editors not appearing in Firefox 1.5 2005-12-07 03:37:36 +00:00
Chris Morgan
369b40b046 Fix SendNotificationEmail() so it appends to the existing message in the 'edit' case instead of overwriting the message passed in 2005-12-05 04:19:14 +00:00
Jeremy Newman
312ebc2b1f use banner ad code from main winehq.org 2005-11-21 17:30:58 +00:00
Chris Morgan
91fe4dd26c Fix two bugs found after upgrading to php5 2005-11-12 04:37:48 +00:00
Tony Lambregts
3efdcb188c Fix merging of versions into existing applications 2005-11-12 03:06:55 +00:00
Chris Morgan
b7a68c68e2 Fix extra slash in url causing browsers to go to odd places when submitting changes to testing results 2005-10-31 01:39:00 +00:00
Chris Morgan
db1f434d6f Create a version instead of an application from $ob->versionId 2005-10-31 01:29:37 +00:00
Tony Lambregts
f3e45892e7 Fix up help and allow administrators and maintainers to use adminTestResults to edit test results that are not queued 2005-10-30 22:29:14 +00:00
Tony Lambregts
62077d5a10 Give administrators and maintainers a way to edit test results from distributionView.php 2005-10-30 22:28:09 +00:00
Tony Lambregts
8bb0882cb2 Don't display queued versions, make the function name more descriptive 2005-10-30 22:27:14 +00:00
Chris Morgan
8b0a52f782 Add comment to clarify a permissions check 2005-10-30 02:10:36 +00:00
Chris Morgan
2ff66ab389 Simplify and fix User::hasAppVersionModifyPermission() 2005-10-30 02:07:54 +00:00
Tony Lambregts
7bbe114e6d Add arrays for monitors, fix array for test results and use the arrays to delete monitors and bug links when a version is deleted 2005-10-29 04:41:10 +00:00
Chris Morgan
d1ebda9a8d "to ass a screenshot" really should be "to add a screenshot" hah 2005-10-28 03:22:37 +00:00
Chris Morgan
b8cfcda4b5 Remove GetDefaultVersionDescription() now that we don't include testing results in the version description anymore. Remove one final call to it that isn't really necessary 2005-10-28 00:32:20 +00:00