Commit Graph

1381 Commits

Author SHA1 Message Date
Alexander Nicolaysen Sørnes
fa442e0c8e Fix testData::unQueue() emails by passing 'add' to ::mailSubmitter(). Previously 'unQueue'
was passed but testData::mailSubmitter() doesn't recognize this so likely the response email
had an empty subject
2007-04-01 16:49:28 +00:00
Alexander Nicolaysen Sørnes
cecc4bf6c0 Use objectMakeLink() in more places 2007-04-01 01:21:58 +00:00
Alexander Nicolaysen Sørnes
434ef17426 category: use objectMakeLink() 2007-04-01 00:09:05 +00:00
Alexander Nicolaysen Sørnes
6b9abce52c Avoid overlapping maintainer entries. When a user becomes a super maintainer of an
application remove all of their maintainer entries for the application versions. Update unit
tests to test maintainter overlapping.
2007-04-01 00:08:12 +00:00
Alexander Nicolaysen Sørnes
6194da096e Use objectMakeLink() to list maintainers 2007-03-31 17:25:12 +00:00
Chris Morgan
e2b15c0566 Keep track of global success or failure and print out a summary success or failure when the
tests are complete. Makes it less likely that a test failure will be missed.
2007-03-31 17:12:55 +00:00
Alexander Nicolaysen Sørnes
c494af3eb5 Fix display of latest testData to exclude queued entries 2007-03-28 00:09:12 +00:00
Chris Morgan
2de363c2d7 Add 'testing reports' count to appdb stats page 2007-03-26 00:39:53 +00:00
Chris Morgan
5913b9b43f Implement Alexander's suggestion and use version::fullName() to reduce code duplication 2007-03-25 21:04:33 +00:00
Alexander Nicolaysen Sørnes
a93bcb6ffe maintainer::deleteMaintainersForVersion() should properly return $hResult 2007-03-25 20:29:58 +00:00
Chris Morgan
08afa4283e testData should display the application name and version in outputEditor() 2007-03-25 19:58:34 +00:00
Alexander Nicolaysen Sørnes
d6e58f9676 Only show checked test results in version display 2007-03-25 18:58:13 +00:00
Alexander Nicolaysen Sørnes
ac978bfad7 objectManager: check editor values 2007-03-25 18:52:19 +00:00
Alexander Nicolaysen Sørnes
f11a4cf77f Add and use testData::objectDisplayAddItemHelp() 2007-03-25 16:10:15 +00:00
Alexander Nicolaysen Sørnes
a1ab25e58b Reorganize admin sidebar. Place the most used items higher and the least used items lower 2007-03-25 16:05:37 +00:00
Alexander Nicolaysen Sørnes
fa3872b256 Add user::objectMakeLink(), used by appData and testData objectOutputTableRow() 2007-03-25 16:03:35 +00:00
Chris Morgan
558ff17e36 Refer to the Vendor version of objectGetEntriesCount() via Vendor::objectGetEntriesCount() 2007-03-25 04:21:34 +00:00
Alexander Nicolaysen Sørnes
2e6ddd24c9 Add and use vendor::objectGetEntriesCount() 2007-03-25 03:59:58 +00:00
Alexander Nicolaysen Sørnes
8b1271b185 testData: remove un-needed functions now that admin/adminTestResults.php has been removed 2007-03-25 03:58:25 +00:00
Alexander Nicolaysen Sørnes
6aea19138a Add more links in testData::objectOutputTableRow() 2007-03-25 03:57:10 +00:00
Alexander Nicolaysen Sørnes
37296b2242 Let objectManager handle rejected testData 2007-03-25 03:56:20 +00:00
Alexander Nicolaysen Sørnes
b57a9f516c Add links to maintainer::objectOutputTableRow() 2007-03-25 03:54:07 +00:00
Alexander Nicolaysen Sørnes
89f3692b9a Add more links in appData::objectOutputTableRow 2007-03-25 03:53:01 +00:00
Alexander Nicolaysen Sørnes
f3eb9ffa01 Add more links in application::objectOutputTableRow(), now vendors and users are clickable 2007-03-25 03:51:20 +00:00
Alexander Nicolaysen Sørnes
2e46a5a04d Fix date display in appData lists 2007-03-24 18:49:26 +00:00
Alexander Nicolaysen Sørnes
8e6db0334b Link usernames in comments to the contact form instead of exposing email addresses 2007-03-24 18:36:43 +00:00
Alexander Nicolaysen Sørnes
c545581571 objectManager, add rejection support. Add support in objectManager for handling rejected
data.
2007-03-24 18:30:16 +00:00
Alexander Nicolaysen Sørnes
18bb33902e Let objectmanager handle testData queue 2007-03-24 02:12:05 +00:00
Chris Morgan
eb98fde3c9 Fix accidental mention of $oTest that should have been $this 2007-03-24 02:10:49 +00:00
Alexander Nicolaysen Sørnes
7d6772b5b1 Test more classes with objectManager 2007-03-24 02:04:16 +00:00
Alexander Nicolaysen Sørnes
7f397c1dc4 Let objectManager show testResults queue. Maintainers now get a list of queued test results
for versions they maintain.
2007-03-18 22:15:06 +00:00
Alexander Nicolaysen Sørnes
eb019fb611 Remove queue listing from testResults.php, the queue is displayed in admin/adminTestData.php 2007-03-18 22:11:28 +00:00
Alexander Nicolaysen Sørnes
fa7ddf3322 Use the full AppDB url in makeLink() 2007-03-18 00:47:14 +00:00
Alexander Nicolaysen Sørnes
f4c5077094 Let objectManager show the application queue 2007-03-17 23:45:54 +00:00
Alexander Nicolaysen Sørnes
3757716b1a Fix version queue link text for maintainers. Should say 'version queue' instead of 'app
queue' since maintainers can only view versions.
2007-03-17 23:40:55 +00:00
Alexander Nicolaysen Sørnes
ed7026be6e Let objectManager output table headers. A class returns an array of header cells and then
the objectManager adds an edit column if appropriate.
2007-03-17 21:04:43 +00:00
Chris Morgan
80e30b65a8 Distributions don't have descriptions, so don't try to retrieve this entry from the database
row object. Call out to objectMakeUrl() instead of using its address. Fixes two errors
exposed by the unit tests.
2007-03-17 21:00:41 +00:00
Alexander Nicolaysen Sørnes
75e6320a51 Show links in maintainer processing form 2007-03-17 19:39:29 +00:00
Alexander Nicolaysen Sørnes
fafe8c505d Show downloads on 'Apps affected by this bug' page 2007-03-17 19:19:19 +00:00
Alexander Nicolaysen Sørnes
49b1e9b78a Fix handling of rejected applications 2007-03-17 00:53:17 +00:00
Alexander Nicolaysen Sørnes
23ca478ce0 Fix ambiguous query 2007-03-17 00:51:59 +00:00
Alexander Nicolaysen Sørnes
4d5b566a78 Fix maintainer::objectGetEntries(). Remove UNION SELECT and properly check for application
queue status for un-queued maintainers
2007-03-17 00:51:20 +00:00
Alexander Nicolaysen Sørnes
641e1c32f6 Test objectGetEntries() in the objectManager tests 2007-03-17 00:50:10 +00:00
Alexander Nicolaysen Sørnes
6a403ecc0f Parse MySQL timestamps according to the MySQL version 2007-03-15 23:45:49 +00:00
Alexander Nicolaysen Sørnes
fef587a60e Fix appData::listSubmittedBy() to run faster. Add a unit test for appData::listSubmittedBy() 2007-03-15 23:43:46 +00:00
Alexander Nicolaysen Sørnes
9ef6268fa6 Let objectManager label the edit link in objectOutputTableRow() because the edit link text
depends on the queue state
2007-03-13 21:08:39 +00:00
Alexander Nicolaysen Sørnes
fc47fdabcd Test more objectManager functions 2007-03-13 21:05:11 +00:00
Alexander Nicolaysen Sørnes
9becc84b36 Remove references to distributionView.php and remove now unused distributionView.php 2007-03-13 21:03:08 +00:00
Alexander Nicolaysen Sørnes
df607a5832 Remove references to vendorview.php and remove now unused vendorview.php 2007-03-13 20:59:45 +00:00
Alexander Nicolaysen Sørnes
00bc2fbd27 Add comment for distribution::objectGetEntries()'s LIMIT behavior 2007-03-13 18:29:28 +00:00