Alexander Nicolaysen Sørnes
2a58cf59af
Conform testData_queue to OM standards
2007-04-19 23:19:24 +00:00
Chris Morgan
b534f6d898
Use html_tr_hightlight_clickable() in menu.php add() to make linkable rows of menus
...
clickable. Provides visual feedback of which entry is active and enables users to click
anywhere in the menu row, not just on the url.
2007-04-19 01:20:55 +00:00
Alexander Nicolaysen Sørnes
cab71714cc
Include testData_queue.php in objectManager. Document usage at the top of objectManager.php.
...
----------------------------------------------------------------------
2007-04-18 23:18:45 +00:00
Alexander Nicolaysen Sørnes
74c8fe502f
Show more register links. Make registration easier by showing a register link together with
...
the log in link on the front page and on the user menu.
2007-04-17 23:30:51 +00:00
Alexander Nicolaysen Sørnes
fbb784c2f5
Fix mails for updated test results. Pass the correct 'edit' parameter to
...
sendNotificationMail() and only send mail if the test data has been changed.
2007-04-17 23:28:10 +00:00
Alexander Nicolaysen Sørnes
82ab0c467f
Allow setting admin privileges in the user mananger
2007-04-17 23:21:34 +00:00
Alexander Nicolaysen Sørnes
efae38f6bf
Use html_tr() function in distribution::outputEditor()
2007-04-17 23:19:48 +00:00
Alexander Nicolaysen Sørnes
b584fe1df7
Fix maintainer listing for versions. getMaintainersForAppIdVersionId() did not check that
...
additional entries had a superMaintainer = 1 so a maintainer of one version would be listed
as the maintainer for all versions of the application. Correct that issue and update the
unit test.
2007-04-16 23:19:44 +00:00
Alexander Nicolaysen Sørnes
46df59f063
Use objectManager for new test results
2007-04-16 23:10:08 +00:00
Alexander Nicolaysen Sørnes
a309317347
Fix url::canEdit() to not call undefined functions
2007-04-16 22:59:48 +00:00
Alexander Nicolaysen Sørnes
20ebe74913
Use absolute path in application::objectMakeUrl(), otherwise mail links won't work
2007-04-09 01:24:34 +00:00
Alexander Nicolaysen Sørnes
7825da1dc5
addcomment.php, use version::objectMakeUrl()
2007-04-09 01:23:11 +00:00
Alexander Nicolaysen Sørnes
ba3f966da4
test maintainer::getMaintainersForAppIdVersionId()
2007-04-08 23:06:27 +00:00
Alexander Nicolaysen Sørnes
169d7ca493
Use objectMakeUrl()/Link() in more places
2007-04-08 23:04:31 +00:00
Alexander Nicolaysen Sørnes
9de4e9b63b
Test version class in objectManager tests
2007-04-08 23:01:22 +00:00
Alexander Nicolaysen Sørnes
ff476b1b13
Use objectmanager to list queued/rejected versions
2007-04-07 20:42:08 +00:00
Alexander Nicolaysen Sørnes
ec0cb3dbbb
make version::objectGetEntriesCount() more consistent for rejected versions by not allowing
...
maintainers to see rejected versions for applications they maintain
2007-04-05 02:29:22 +00:00
Alexander Nicolaysen Sørnes
6c55180786
Use objectGetEntriesCount() in more places
2007-04-05 02:27:31 +00:00
Alexander Nicolaysen Sørnes
9a953f7ce8
Add return value to objectManager::displayErrors(). Return true if errors were found
2007-04-04 00:32:43 +00:00
Alexander Nicolaysen Sørnes
d76c297a41
fix display of top-voted application, one of the variables was prefixed with an 's' instead
...
of an 'sh'
2007-04-04 00:31:57 +00:00
Alexander Nicolaysen Sørnes
970cbca7f3
Add and use version::objectGetEntriesCount(). Only display the user menu's 'view rejected
...
apps' link for non-admins
2007-04-04 00:30:42 +00:00
Alexander Nicolaysen Sørnes
89535dbe01
Use objectMakeLink()/Url() in more places
2007-04-03 02:08:44 +00:00
Alexander Nicolaysen Sørnes
eeaf2c3642
Add test for testData::getNewestTestIdFromVersionId()
2007-04-03 00:05:35 +00:00
Alexander Nicolaysen Sørnes
2d9f73340d
Add and use application::objectGetEntriesCount()
2007-04-03 00:00:48 +00:00
Chris Morgan
4402ac64b1
Rename testData::get_test_for_versionid() to testData::getNewestTestIdFromVersionId() so the
...
name of the method better describes the value the method is returning
2007-04-01 22:34:33 +00:00
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