Commit Graph

7929 Commits

Author SHA1 Message Date
ccooper%deadsquid.com
e38fcfc7ce - fix missing '=' 2006-06-22 21:00:39 +00:00
ccooper%deadsquid.com
db8959d250 - fix MochiKit case problem 2006-06-22 20:51:48 +00:00
ccooper%deadsquid.com
70262b93d0 Manage subgroups:
- allow json.cgi to return info about subgroups
- add list of Essential columns to Litmus::DB::Subgroup
- add methods to Litmus::DB::Subgroup: clone, delete_from_testgroups, delete_from_testcases, delete_with_refs, update_testgroups, update_testcases
- add EnabledBySubgroup lookup to Litmus::DB::Testgroup
- move generic Form functions to FormValidation.js
- allow product select box to accept onchange param

Manage Testcases
- fix requireField cut-n-paste omission
- also return product_id from Litmus::FormWidget::getTestcases
- fix tyop in Litmus::DB::Testcase comment
- make size static on testcase select box
2006-06-22 20:45:50 +00:00
wclouser%mozilla.com
489be8e04d got rid of -T 2006-06-21 21:28:53 +00:00
wclouser%mozilla.com
657a779d9e added incremental updating. Cuts time from 75s -> 10s 2006-06-21 21:07:24 +00:00
wclouser%mozilla.com
57355a4ba2 added a script to build csv files from the db 2006-06-21 19:05:46 +00:00
zach%zachlipton.com
d1c7b23bd4 Move buttons in manage_testcases.cgi to handle smaller monitors. Widen summary field. 2006-06-21 18:16:36 +00:00
zach%zachlipton.com
da1394cc30 Fix a few more missing $sth->finish warnings in DBTools 2006-06-21 17:01:20 +00:00
lpsolit%gmail.com
752b3697fc Bug 324783: The chartgroup, insidergroup and timetrackinggroup groups in editparams.cgi should be listed in a dropdown menu - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=Colin r=mkanat a=myk 2006-06-21 01:06:00 +00:00
lpsolit%gmail.com
7d976ba23d Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=myk 2006-06-21 00:44:48 +00:00
zach%zachlipton.com
482199d0e1 Bustage fix: Litmus has suffered an internal error - testresult is not a column of Litmus::DB::Resultbug 2006-06-20 23:46:18 +00:00
zach%zachlipton.com
1f3b40a15e Stupid typo... 2006-06-20 23:13:29 +00:00
zach%zachlipton.com
afc63ca5f3 Properly remember the previous build id entered during the current session. This avoids the need to retype it when going to run more tests. 2006-06-20 22:54:19 +00:00
zach%zachlipton.com
51ff8347ca Add missing $sth->finish() to FormWidget. This should fix the 'statement handle DBIx::ContextualFetch::st=HASH(0x897bda4) still Active' warnings. 2006-06-20 20:23:01 +00:00
vladimir%pobox.com
096cddc554 fix bogus min/max values on selection single click (infinity error); allow single-click in small graph to clear a selection 2006-06-20 20:05:35 +00:00
ccooper%deadsquid.com
c0ead5e763 - fix case in MochiKit inclusion 2006-06-20 20:01:08 +00:00
ccooper%deadsquid.com
34b31d2467 - adding missing template files for testcase management 2006-06-20 19:43:20 +00:00
vladimir%pobox.com
673cb0b446 Add bonsai query support; add bonsaibouncer helper script; add marker support to graphs; disable test select dropdown while the data is loading after a tinderbox switch 2006-06-20 19:41:05 +00:00
ccooper%deadsquid.com
e325e8c6f1 - added table related_testcases to track cloned testcase relations
- update/replace enter_test.cgi with complete management interface for testcases
- make all fields Essential in Litmus::DB::Testcase
- added new methods to Litmus::DB::Testcase: clone, delete_from_subgroups, delete_from_related, delete_with_refs, update_subgroups
- added ByTestgroup and ByTestcase sql lookups to Litmus::DB::Subgroup
- added order_by directives to has_many fields in Litmus::DB::Product
- added new Litmus::FormWidget functions getTestcases and getAuthors
- don't try to .select() select fields (FormValidation.js)
- add verifySelected function to FormValidation.ja
- update interface to use manage_testcase.cgi for editing testcases
- remove editing flags/interface from test.html.tmpl
2006-06-20 19:34:53 +00:00
zach%zachlipton.com
9951bda9c5 Fix enter_test.cgi so it sets the author, creation_date, and version fields of new testcases. 2006-06-20 17:41:53 +00:00
vladd%bugzilla.org
740f081460 Patch for bug 342130: don't display a bogus footer anymore when searching for all products with Quick Search; patch by Vlad Dascalu <vladd@bugzilla.org>; r=LpSolit, a=myk. 2006-06-20 10:32:50 +00:00
mkanat%bugzilla.org
a3664063b0 Bug 282623: Remove globals.pl from checksetup
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-06-20 10:02:27 +00:00
lpsolit%gmail.com
f2c62770e7 Bug 313531: Move 'use Bugzilla;' out of globals.pl - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=myk 2006-06-20 07:55:39 +00:00
lpsolit%gmail.com
4433df7eec Bug 278017: Eliminate use of deprecated Bugzilla::DB routines (SendSQL, etc.) - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=myk 2006-06-20 07:39:01 +00:00
lpsolit%gmail.com
466ff3b3da Bug 300552: Eliminate deprecated Bugzilla::DB routines from Search.pm - Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave 2006-06-20 07:32:31 +00:00
mkanat%bugzilla.org
6726c370af Bug 342060: checksetup fails if no database exists
Patch By Frederic Buclin <LpSolit@gmail.com> r=mkanat, a=myk
2006-06-20 06:43:53 +00:00
timeless%mozdev.org
1168ce08b0 Bug 338087 Tinderbox 'L' popups are broken in Firefox trunk due to misuse of DOM Range
patch by Olli.Pettay@gmail.com r=timeless
2006-06-20 06:28:37 +00:00
mike.morgan%oregonstate.edu
b0b52cb710 Added better checking when attempting to find latest buildId. 2006-06-20 01:21:04 +00:00
zach%zachlipton.com
462cb1e027 Provide better error handling by defining an error handler in Litmus::DBI. When a database error is thrown, this handler will take care of calling Litmus::Error::internalError() and displaying a proper error message to the user. This should do much to prevent 500 Internal Server Errors and the blank pages that previously popped up. 2006-06-19 22:05:16 +00:00
lpsolit%gmail.com
31fbfa9477 Bug 304601: Bugzilla::Config's :locations exports need to be in their own module - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat for the main patch, r=myk for the patch about CGI.pm a=justdave
Bug 328637: Remove all legal_* versioncache arrays - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=justdave

Bug 110503 - Eliminate versioncache
2006-06-19 20:15:18 +00:00
lpsolit%gmail.com
ae070720a6 Bug 342053: Quicksearch.pm defines $cgi outside routines - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wicked a=myk 2006-06-19 20:00:41 +00:00
ccooper%deadsquid.com
dd7caa2186 - only count enabled testcases in coverage measurement 2006-06-19 19:35:24 +00:00
vladd%bugzilla.org
0acdea23a2 Spelling patch: use the right spelling form for 'returned'; patch by Vlad Dascalu <vladd@bugzilla.org>. 2006-06-19 18:31:30 +00:00
vladd%bugzilla.org
b5bdc498ef Spelling patch: use the right spelling form for 'occurred'; patch by Vlad Dascalu <vladd@bugzilla.org>. 2006-06-19 18:27:04 +00:00
vladd%bugzilla.org
e4054c6dae Spelling patch: use the right spelling form for 'overridden'; patch by Vlad Dascalu <vladd@bugzilla.org>. 2006-06-19 18:17:23 +00:00
lpsolit%gmail.com
351a31d751 Bug 338793: Remove DBID_to_name() from globals.pl - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=vladd a=justdave 2006-06-19 17:30:24 +00:00
vladd%bugzilla.org
03cbcc2521 Spelling patch: use the right spelling form for 'explicitly'; patch by Vlad Dascalu <vladd@bugzilla.org>. 2006-06-19 16:43:49 +00:00
vladd%bugzilla.org
b74e9ed058 Spelling patch: use right spelling for 'navigational'; patch by Vlad Dascalu <vladd@bugzilla.org>. 2006-06-19 16:41:17 +00:00
vladd%bugzilla.org
a12c355d7f Spelling patch: 'precentage' -> 'percentage'; patch by Vlad Dascalu <vladd@bugzilla.org>. 2006-06-19 16:36:47 +00:00
vladd%bugzilla.org
dde58671b5 Spelling patch: 'valididy' -> 'validity'; patch by Vlad Dascalu <vladd@bugzilla.org>. 2006-06-19 16:31:13 +00:00
vladd%bugzilla.org
4de7d46592 Spelling patch: 'couldnt' -> 'couldn't'; patch by Vlad Dascalu <vladd@bugzilla.org>. 2006-06-19 16:25:02 +00:00
vladd%bugzilla.org
2491a8d94c Spelling patch: 'kommas' -> 'commas'; patch by Vlad Dascalu <vladd@bugzilla.org>. 2006-06-19 16:23:33 +00:00
vladd%bugzilla.org
4a61882732 Spelling patch: 'visiblility' -> 'visibility'; patch by Vlad Dascalu <vladd@bugzilla.org>. 2006-06-19 16:21:02 +00:00
vladd%bugzilla.org
819a8c43ea Spelling patch: 'functiuon' -> 'function'; patch by Vlad Dascalu <vladd@bugzilla.org>. 2006-06-19 16:18:42 +00:00
vladd%bugzilla.org
fa38389308 Spelling patch: 'usefull' -> 'useful' in contrib/bugmail_help.html; patch by Vlad Dascalu <vladd@bugzilla.org>. 2006-06-19 16:12:41 +00:00
vladd%bugzilla.org
5a06cbfaba Spelling in code comments patch: 'usefull' -> 'useful'; patch by Vlad Dascalu <vladd@bugzilla.org>. 2006-06-19 16:02:18 +00:00
vladd%bugzilla.org
067acbb665 Spelling in code comments patch: 'approriately' -> 'appropriately'; patch by Vlad Dascalu <vladd@bugzilla.org>. 2006-06-19 15:58:33 +00:00
vladd%bugzilla.org
ef3be4372d Spelling in code comments patch: 'sript' -> 'script'; patch by Vlad Dascalu <vladd@bugzilla.org>. 2006-06-19 15:49:02 +00:00
vladd%bugzilla.org
735f8b8805 Spelling in code comments patch: 'involked' -> 'invoked'; patch by Vlad Dascalu <vladd@bugzilla.org>. 2006-06-19 15:47:17 +00:00
vladd%bugzilla.org
2229adc554 Spelling in code comments patch: 'inacessible' -> 'inaccessible'; patch by Vlad Dascalu <vladd@bugzilla.org>. 2006-06-19 15:45:38 +00:00