Граф коммитов

286 Коммитов

Автор SHA1 Сообщение Дата
ccooper%deadsquid.com 9696f3fc23 - fix DISTINCT sql that doesn't work on production db 2007-01-12 18:23:22 +00:00
ccooper%deadsquid.com daf6e89f59 - avoid duplicate testcases in subgroup listing when running tests for the case where the subgroup is shared by more than one testgroup
- remve duplicate 'edit testcase' link from view testcases page
2007-01-12 18:18:26 +00:00
ccooper%deadsquid.com b7651b6c84 - 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 15d01113c4 - fix status toggle 2007-01-08 22:12:08 +00:00
ccooper%deadsquid.com f84f876175 b=363658
- fix footer links
2006-12-13 20:30:13 +00:00
ccooper%deadsquid.com 0530db5cad b=363658
- fix runaway JS from double product setting
2006-12-13 20:04:36 +00:00
ccooper%deadsquid.com 38cc2c83c0 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 02f13bc763 -removing access control file 2006-11-29 17:27:50 +00:00
ccooper%deadsquid.com f6475d5526 - add access control 2006-11-29 17:27:04 +00:00
ccooper%deadsquid.com 2fb4fb4e14 - moving migration-related scripts to generic migration directory 2006-11-29 17:24:48 +00:00
ccooper%deadsquid.com a1b49d82ec - 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 7737528927 - fix editing of testgroups 2006-11-17 01:25:15 +00:00
ccooper%deadsquid.com a8233c254b b=360954
- fix compound indexes for users table
2006-11-16 21:48:50 +00:00
zach%zachlipton.com 1fc6c579ca Remove Memoize (not mod-perl safe) from BugzillaDBI.pm 2006-11-16 18:21:51 +00:00
ccooper%deadsquid.com 6652191a6d - include subgroup_testgroups table 2006-11-14 22:50:05 +00:00
ccooper%deadsquid.com 0da6155932 - fix check for testcase ID 2006-11-14 21:32:07 +00:00
ccooper%deadsquid.com 3a5086bd74 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 8adc985708 - fix typo 2006-11-03 17:44:23 +00:00
ccooper%deadsquid.com 6da1e337ff - allow searching for results with comments attached 2006-11-03 17:23:28 +00:00
ccooper%deadsquid.com fd65463ecc - include new widgets in search sidebar 2006-11-01 23:08:01 +00:00
ccooper%deadsquid.com 7ab23e602e - fix both typos 2006-11-01 22:31:00 +00:00
ccooper%deadsquid.com 703d94fca1 - fix typo 2006-11-01 22:27:38 +00:00
ccooper%deadsquid.com 738acb35b6 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 240915952d - suggested additions to INSTALL docs and scripts from donovan@catalyst.net.nz 2006-10-18 13:05:14 +00:00
ccooper%deadsquid.com c998e1a3dd - update INSTALL docs to be closer to the truth 2006-10-16 21:04:30 +00:00
ccooper%deadsquid.com 35fc743504 - fix result status display 2006-10-11 20:08:23 +00:00
zach%zachlipton.com 050d5a75c7 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 b91f045f1d 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 203f72e573 - show email address when no IRC nick is present 2006-10-02 21:54:43 +00:00
ccooper%deadsquid.com 22c29e9fbe 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 e1fe814f5d whoops... 2006-09-30 01:17:52 +00:00
zach%zachlipton.com 300631ee12 Fix lack of coloring in result listings. 2006-09-30 01:15:36 +00:00
zach%zachlipton.com 2847bd626b 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 94dbb78a62 Hack around a bug with auto_increment columns on db-litmus01. 2006-09-30 00:11:03 +00:00
zach%zachlipton.com 4fd68b11c0 Add missing product_name entry in TEMP columns list. 2006-09-29 23:43:59 +00:00
zach%zachlipton.com e075f1beaa Define an explicit primary key for sessions. 2006-09-29 23:42:02 +00:00
zach%zachlipton.com b8c3274634 Remove unneeded memoization. 2006-09-29 23:25:09 +00:00
zach%zachlipton.com 1b8156e66f Add TEMP columns to all Litmus::DB modules. 2006-09-29 23:17:57 +00:00
zach%zachlipton.com 0521ce2f73 Fix a call to a non-existant method in test_results.tmpl. 2006-09-25 23:04:10 +00:00
ccooper%deadsquid.com d019a73952 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 ac733e5933 b=351741
- added testgroup popularity report query
2006-09-13 17:45:50 +00:00
ccooper%deadsquid.com f8d140b085 - logic inversion in IF statement for calculating trusted/personal coverage 2006-09-11 12:15:34 +00:00
ccooper%deadsquid.com ecf6006409 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 24dae74e2c - use same style for trusted completed groups as for community 2006-09-04 13:26:59 +00:00
ccooper%deadsquid.com b3ee8dbca7 b=349798
- add extra "Submit All" button to the top of testcase display
2006-09-04 13:20:44 +00:00
ccooper%deadsquid.com b83bb530bb b=350106
- sort platforms by name
2006-09-04 12:22:24 +00:00
ccooper%deadsquid.com fd770267af - fix header level for tester reports 2006-09-01 22:08:51 +00:00
ccooper%deadsquid.com 5ad4ebb2ed 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 74c8ddea5e 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 23287608a0 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