Commit Graph

284 Commits

Author SHA1 Message Date
ccooper%deadsquid.com
b0588e5c7b - some edit users interface improvements i've had sitting in my tree for a while 2007-01-09 21:44:45 +00:00
ccooper%deadsquid.com
762e23cd14 - fix status toggle 2007-01-08 22:12:08 +00:00
ccooper%deadsquid.com
7ca5ac579c b=363658
- fix footer links
2006-12-13 20:30:13 +00:00
ccooper%deadsquid.com
e4b5678f89 b=363658
- fix runaway JS from double product setting
2006-12-13 20:04:36 +00:00
ccooper%deadsquid.com
a0b5af87db b=355278
- associate branches directly with testcases, subgroups, and testgroups
- existing Litmus installs will need to run the migration/update_branch_relationships.pl script to update their installs
- fix fidelity of testcase, subgroup, and testgroup listings so that entities th
at don't belong to groupings are still displayed

Misc.
- standardize how we call 'onchange' js functions to avoid capitalization errors that were plaguing us before
- enable differential sorting in FormWidget listings
2006-12-06 18:18:31 +00:00
ccooper%deadsquid.com
e7c7b2a6e5 -removing access control file 2006-11-29 17:27:50 +00:00
ccooper%deadsquid.com
935b902bb8 - add access control 2006-11-29 17:27:04 +00:00
ccooper%deadsquid.com
330ac68abf - moving migration-related scripts to generic migration directory 2006-11-29 17:24:48 +00:00
ccooper%deadsquid.com
f508d6b750 - preferentially sort subgroup and testcase lists by name to make it easier for admins to find what they're looking for 2006-11-28 23:28:33 +00:00
ccooper%deadsquid.com
cc915af2da - fix editing of testgroups 2006-11-17 01:25:15 +00:00
ccooper%deadsquid.com
8df548ade5 b=360954
- fix compound indexes for users table
2006-11-16 21:48:50 +00:00
zach%zachlipton.com
302dc615c6 Remove Memoize (not mod-perl safe) from BugzillaDBI.pm 2006-11-16 18:21:51 +00:00
ccooper%deadsquid.com
22e0bdb747 - include subgroup_testgroups table 2006-11-14 22:50:05 +00:00
ccooper%deadsquid.com
f3ce4789d6 - fix check for testcase ID 2006-11-14 21:32:07 +00:00
ccooper%deadsquid.com
d4615cb201 b=355548
- display regression bug ID in simple view of testcase

b=355459
- display enabled/community enabled status in simple testcase view for admin users

b=359744
- display testcases in testcase/subgroup sort order when printing

b=360621
- validate view testcase forms prior to submission

Misc.
- use JSON filters to limit view testcase results
- add enabled toggle for entity form widgets where appropriate
2006-11-14 20:23:31 +00:00
ccooper%deadsquid.com
8a520cd3e7 - fix typo 2006-11-03 17:44:23 +00:00
ccooper%deadsquid.com
6f6c62fe99 - allow searching for results with comments attached 2006-11-03 17:23:28 +00:00
ccooper%deadsquid.com
059595f6da - include new widgets in search sidebar 2006-11-01 23:08:01 +00:00
ccooper%deadsquid.com
0be607f6ea - fix both typos 2006-11-01 22:31:00 +00:00
ccooper%deadsquid.com
59dec876f8 - fix typo 2006-11-01 22:27:38 +00:00
ccooper%deadsquid.com
0ec4ebbc76 b=358035
- add automated testday reporting
- rejig sidebar -> divide up testing and reporting links
- added management category for testdays
2006-11-01 22:13:32 +00:00
ccooper%deadsquid.com
d0eb51cfc9 - suggested additions to INSTALL docs and scripts from donovan@catalyst.net.nz 2006-10-18 13:05:14 +00:00
ccooper%deadsquid.com
a8b6029482 - update INSTALL docs to be closer to the truth 2006-10-16 21:04:30 +00:00
ccooper%deadsquid.com
b9eada5a4e - fix result status display 2006-10-11 20:08:23 +00:00
zach%zachlipton.com
7a88c0b8a6 Make error messages in Litmus::DBI suck less by not going into an infinite error loop whenever something goes wrong :-) 2006-10-04 19:47:06 +00:00
ccooper%deadsquid.com
0960f66ca1 b=355030
- set regression bug ID to an empty string if the testcase does not have a regression bug associated with it
2006-10-03 20:08:23 +00:00
ccooper%deadsquid.com
a9b680accd - show email address when no IRC nick is present 2006-10-02 21:54:43 +00:00
ccooper%deadsquid.com
803e5116d3 b=355146
- jump to edit mode immediately when that's the user's intention
2006-10-02 21:54:15 +00:00
zach%zachlipton.com
01dbc0a915 whoops... 2006-09-30 01:17:52 +00:00
zach%zachlipton.com
94b77d81b0 Fix lack of coloring in result listings. 2006-09-30 01:15:36 +00:00
zach%zachlipton.com
3b048baff0 Work around an issue where getting the last value of an auto_increment column
wasn't working properly.
2006-09-30 01:12:04 +00:00
zach%zachlipton.com
3c076a1100 Hack around a bug with auto_increment columns on db-litmus01. 2006-09-30 00:11:03 +00:00
zach%zachlipton.com
397620ad7f Add missing product_name entry in TEMP columns list. 2006-09-29 23:43:59 +00:00
zach%zachlipton.com
fb3b6c8ed7 Define an explicit primary key for sessions. 2006-09-29 23:42:02 +00:00
zach%zachlipton.com
3c32775f41 Remove unneeded memoization. 2006-09-29 23:25:09 +00:00
zach%zachlipton.com
da4a743b63 Add TEMP columns to all Litmus::DB modules. 2006-09-29 23:17:57 +00:00
zach%zachlipton.com
959d5d7716 Fix a call to a non-existant method in test_results.tmpl. 2006-09-25 23:04:10 +00:00
ccooper%deadsquid.com
f63071d750 b=352877
- add default '-Branch-' option to branches list when managing testgroups -> allows for limiting subgroup display by product only, but also allows display of subgroups that have not yet been assigned to a testgroup a therefore have no branch information associated with them

Misc.
- add helper text to Manage Testgroups and Manage Subgroups when in add mode, similar to what was already present for Manage Testcases
- search for all entities when using json.cgi, not just those that are Enabled
- move JS functions into separate JS files for each management interface
2006-09-17 17:19:58 +00:00
ccooper%deadsquid.com
5ed2cd6ba4 b=351741
- added testgroup popularity report query
2006-09-13 17:45:50 +00:00
ccooper%deadsquid.com
34a52378bc - logic inversion in IF statement for calculating trusted/personal coverage 2006-09-11 12:15:34 +00:00
ccooper%deadsquid.com
f55a9d4468 b=343919
- users can now change the status of their own results, and admin can change the status of any result
2006-09-06 17:34:39 +00:00
ccooper%deadsquid.com
34a2b72314 - use same style for trusted completed groups as for community 2006-09-04 13:26:59 +00:00
ccooper%deadsquid.com
892078cadd b=349798
- add extra "Submit All" button to the top of testcase display
2006-09-04 13:20:44 +00:00
ccooper%deadsquid.com
c4e87c2b67 b=350106
- sort platforms by name
2006-09-04 12:22:24 +00:00
ccooper%deadsquid.com
a8fb881469 - fix header level for tester reports 2006-09-01 22:08:51 +00:00
ccooper%deadsquid.com
fb4ceb969a b=350251
- for admins, replace personal coverage column with trusted coverage to minimize db lookups
2006-08-29 21:33:15 +00:00
ccooper%deadsquid.com
3e33316f5f b=333041
- allow admins to mark individual test results as VALID/INVALID, and update the VETTED status automatically

Misc.
- whitespace fix in manage testgroup template
2006-08-29 19:06:55 +00:00
ccooper%deadsquid.com
d3da767e77 b=328489
- adapted existing user manip page/routines to allow non-admin users to access their own profile information
- broke Litmus::Auth::expireSessions and Litmus::Auth::checkPassword out into their own subroutines
- add emptyOK checking to comparePasswords js function

Misc.
- whitespace fixes in testgroup files
2006-08-29 17:49:14 +00:00
ccooper%deadsquid.com
5a8e13c498 b=349746
- add trusted coverage display
2006-08-22 23:02:43 +00:00
ccooper%deadsquid.com
fe87d034a1 - order opsyses by name 2006-08-22 19:31:43 +00:00