Commit Graph

1428 Commits

Author SHA1 Message Date
Alexander Nicolaysen Sørnes
74cf6afeb2 bug: Let objectManager delete bug links 2007-09-17 21:27:10 -04:00
Alexander Nicolaysen Srnes
09d96b79bd comment: Fix delete permissions 2007-09-17 21:25:57 -04:00
Alexander Nicolaysen Srnes
0f21daba18 Return user to the version view after submitting test data 2007-09-17 21:23:43 -04:00
Chris Morgan
f9e712382d Alexander Nicolaysen Sørnes <alex@thehandofagony.com>
Adapt the missing screenshots mail in the cron screenshots cleanup code to specify more clearly what action was taken.
2007-09-14 23:48:05 -04:00
Chris Morgan
607b130577 Alexander Nicolaysen Sørnes <alex@thehandofagony.com>
Show the versions for an app if they have the same queue status.

Instead of checking whether the version is un-queued, check if it has the same
status as the application.  This is needed to allow users to edit a queued
application they have submitted.
Modify the function name to reflect the change.
2007-09-14 23:45:51 -04:00
Chris Morgan
232e889344 Alexander Nicolaysen Sørnes <alex@thehandofagony.com>
testData: Make the distribution help text more relevant. It should reflect the current situation instead of being static.
2007-09-14 23:43:57 -04:00
Chris Morgan
def14310d5 Alexander Nicolaysen Sørnes <alex@thehandofagony.com>
Improve vendor help in the application editor. Fix the help to reflect the vendor/application state.
2007-09-14 23:42:51 -04:00
Chris Morgan
e963bbdfda Alexander Nicolaysen Sørnes <alex@thehandofagony.com>
Remove the vendor from keywords hack. There are no longer any entries with this data in the application queues.
2007-09-14 23:41:02 -04:00
Chris Morgan
9ac39b46e6 Alexander Nicolaysen Sørnes <alex@thehandofagony.com>
Don't show addresses in the 'mail sent' messages. Just print a message saying whether it failed or not.
2007-09-14 23:38:45 -04:00
Chris Morgan
6671c7c38e Alexander Nicolaysen Sørnes <alex@thehandofagony.com>
Let objectManager add bug links.
2007-09-14 23:37:10 -04:00
Chris Morgan
b2cc871f09 Alexander Nicolaysen Sørnes <alex@thehandofagony.com>
Use objectManager to create monitors.
2007-09-14 23:31:20 -04:00
Chris Morgan
d5cf2375dd Alexander Nicolaysen Sørnes <alex@thehandofagony.com>
Use objectManager to delete monitors.
2007-09-14 23:27:36 -04:00
Chris Morgan
2827e0654e Alexander Nicolaysen Sørnes <alex@thehandofagony.com>
Let objectManager handle deletion and delete notification.
2007-09-14 23:02:12 -04:00
Alexandre Julliard
e3ca73f7df Replaced .cvsignore by .gitignore. 2007-09-12 12:06:18 +02:00
Alexander Nicolaysen Sørnes
e8e68bf76f Fix obsolete notice in setup emails 2007-09-09 00:32:29 +00:00
Alexander Nicolaysen Sørnes
d2a53b510c Allow marking versions as obsolete 2007-09-08 22:52:00 +00:00
Alexander Nicolaysen Sørnes
4d65a32e17 Only show the 'add entry' link if the class has enabled it. The link is only useful for classes
that have no parent objects. The objectShowAddEntry() method is not required because it only
affects the user interface.
2007-09-08 22:42:34 +00:00
Alexander Nicolaysen Sørnes
5a4cbf49a3 Add and use objectGetChildren() method. Add support for initializing comment class from SQL
result.
2007-09-08 22:38:20 +00:00
Alexander Nicolaysen Sørnes
faf7d9bb19 Add objectGetChildren() method to classes without child objects 2007-09-08 22:29:17 +00:00
Chris Morgan
3c6340e581 Set a specific name for the vendor object created during the unit tests 2007-09-08 22:25:52 +00:00
Tony Lambregts
bf36c8a001 bug::objectGetTableRow() should reference $this and not the non-existant $oRow. Fixes bug where
buglink urls are broken due to a missing bug id.
2007-09-08 04:42:34 +00:00
Alexander Nicolaysen Sørnes
ee70aeaaa2 make_maintainer_rating_list() should return a string containing the html for the list. Update
users of make_maintainer_rating_list() to echo its return value.
2007-09-08 01:48:53 +00:00
Alexander Nicolaysen Sørnes
f07272f089 Add a missing Table::AddRow() call and clean up some whitespace 2007-09-08 01:41:23 +00:00
Chris Morgan
38f7214406 Add a couple of brackets to flush out a minor code change that has been sitting for a while. 2007-09-08 01:38:35 +00:00
Chris Morgan
43a7ea8f1d Add object manager support to the bug class. Add menu entries for displaying the bug queue and
list of bugs and remove the existing link to admin/adminBugs.php. Remove now unused
admin/adminBugs.php. Remove now unused getNumberOfQueuedBugLinks() and getNumberOfBugLinks()
from util.php. Add object manager unit test support for the bug class.
2007-08-27 03:48:44 +00:00
Chris Morgan
82d02d655f Skip deleting a distributions test results if there are no test results for the distribution 2007-08-27 03:46:03 +00:00
Alexander Nicolaysen Sørnes
db00c49d73 Add missing div close tag to multipage control 2007-08-25 16:01:58 +00:00
Alexander Nicolaysen Sørnes
d4c7b3f9f7 Add multipage controls to lists of distributions 2007-08-25 16:01:03 +00:00
Chris Morgan
23986e7220 Ignore another google search variable 2007-08-25 04:31:27 +00:00
Chris Morgan
fd8fd2c732 Filter should ignore google search variables 2007-08-25 04:26:55 +00:00
Chris Morgan
2eb1d01026 Redirect google custom search results to an appdb page to keep a consistent look-and-feel 2007-08-25 04:17:21 +00:00
Chris Morgan
bde24d410b Replace appdb search with a Google Custom Search Engine 2007-08-25 03:47:55 +00:00
Chris Morgan
4d82c32adc Enable deletion of a distribution's test results along with the distribution, if the user has
admin privileges.
2007-08-24 03:49:33 +00:00
Chris Morgan
82cd3b245b Create a version instance from $aClean['iVersionId'], if $aClean['iVersionId'] is set. We use
this version instance in several sets of logic. Fixes bug 9275.
2007-08-24 03:17:25 +00:00
Chris Morgan
156312f16f Fix $bSilent parameter for comment::delete() to be 'true', which makes the deletion silent.
Fixes previous commit.
2007-08-24 02:54:07 +00:00
Chris Morgan
9e05efb1b6 Fix comment::delete() to take $bSilent as an input parameter and use
comment::SendNotificationEmail(). Update version::delete() to pass false into comment::delete()
so we don't send an email for each comment we are deleting for a given version. Fixes bug 8473.
2007-08-24 02:52:34 +00:00
Chris Morgan
6b5305d1bf Add page selection control at the bottom of pages, without the items per-page selector. Fix
objectMananger::handleMultiPageControls() to not display the items per-page selector if
the $bItemsPerPageSelector input parameter is false.
2007-08-24 02:10:23 +00:00
Chris Morgan
2dcfdc24f6 Update the structure and data of the bugzilla versions table. The structure and data changed
after a bugzilla update.
2007-08-24 01:50:49 +00:00
Chris Morgan
7a0a47bd1e Remove logic that was preventing the opening of the version frame. The code to open the version
frame also determins if the user maintains the version or not, which decides whether we include
the "Delete Image" link. Change fixes missing "Delete Image" link for maintainers.
2007-08-23 02:33:57 +00:00
Chris Morgan
26fce69f0f Require that users be logged in to submit screenshots. Display a login link on the screenshots
page for users that aren't logged in so they know that if they login they'll be able to submit
screenshots.
2007-08-23 01:48:45 +00:00
Chris Morgan
13c67aa5e9 Add a 'move children' link to the object editing pages, if we have permission to move the
entries
2007-08-22 02:52:08 +00:00
Chris Morgan
cd03785d95 Add an entry for redirecting the site during an outage 2007-08-21 00:53:44 +00:00
Chris Morgan
a65312f265 Add a site outage page that we can use when the site is offline 2007-08-21 00:45:47 +00:00
Chris Morgan
3e1af76f64 Bugzilla now has an id column that we can order by. Fix wine version ordering and remove order
processing code.
2007-08-11 02:20:51 +00:00
Chris Morgan
e9f4bdc86c Add a request for application maintainers to the main page of the appdb site. We can't keep up
with the number of test results we are receiving and we need to get a handle on the existing
queues.
2007-08-09 02:12:32 +00:00
Chris Morgan
fb5a695e12 Fix formatting issue with 2nd notification email where we didn't specify that the duration was
in days and we were missing a space after the day interval.
2007-08-08 23:40:33 +00:00
Chris Morgan
218beb0f83 Order appData entries by the application name, otherwise the order is based on when the
application was added to the database and this grouping doesn't work well for screenshots.
2007-08-08 00:55:27 +00:00
Chris Morgan
242849cc04 Clean up error handling in processForm() to only check for errors when submitting an entry.
This enables the deletion or rejection of entries that produce errors. While we can't always
know why errors in objects make it this far we don't want to make it impossible to delete or
reject malformed entries.
2007-08-05 20:14:07 +00:00
Chris Morgan
25c0346ce3 Switch from spaces to &nbsp; to prevent the entries in the processing column from wrapping 2007-08-05 19:26:02 +00:00
Chris Morgan
af3c857f72 Limit the current page to the available pages 2007-08-05 19:02:59 +00:00