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

9732 Коммитов

Автор SHA1 Сообщение Дата
ghendricks%novell.com 9cbf139db3 Fixed numerous bugs 2007-06-12 22:10:18 +00:00
ghendricks%novell.com 0f76a5d504 Bug 383520 ��� Need to hook code-error.html.tmpl
Patch by ghendricks r=mkanat a=mkanat
2007-06-12 20:20:05 +00:00
gerv%gerv.net 7d8c7de461 Add support for Developer Center 2007-06-11 15:22:34 +00:00
timeless%mozdev.org 0b09691d65 Bug 380552 don't strike out "cancel and return to" it makes the link unreadable
r=mkanat a=mkanat
2007-06-11 04:15:48 +00:00
lpsolit%gmail.com 9274778899 Bug 383903: Voting for a bug gives a table lock error - Patch by Fr��d��ric Buclin <LpSolit@gmail.com> r=timeless a=LpSolit 2007-06-10 10:18:42 +00:00
zach%zachlipton.com 17e511a1f8 Fix another duplication in the same sql statement 2007-06-08 18:00:20 +00:00
zach%zachlipton.com 16fae1ec5d Fix a duplicated entry in a FROM line 2007-06-08 17:50:48 +00:00
ccooper%deadsquid.com 10e2fa515c b=383749
- fix table aliases
2007-06-08 16:52:30 +00:00
ccooper%deadsquid.com 1a243ebff4 b=383152
- add previewTestgroup function
2007-06-08 15:18:54 +00:00
ghendricks%novell.com 7345f69fc8 Satisfy /t tests. 2007-06-07 23:11:57 +00:00
ghendricks%novell.com c2182aae39 Convert TestPlan to use Bugzilla::Object 2007-06-07 22:18:29 +00:00
ccooper%deadsquid.com ba97500cad b=383433
- add new methods to DBTools for manipulating primary keys
- updated schema: remove auto-inc column from test_result_bugs and make compound primary key
- update populatedb.pl to update test_result_bugs table on existing installs
2007-06-06 14:48:16 +00:00
zach%zachlipton.com 5c89276b0b Allow superusers to edit all products. Fix a duplicated id in
manage_testcases that had been making the testcase_id go away when the
edit button was pressed.
2007-06-05 23:46:23 +00:00
ghendricks%novell.com ae8da7d384 Fix throwing of errors under mod_perl 2007-06-05 23:10:11 +00:00
zach%zachlipton.com 54bc12a59f No need to revoke a user's session when changing group bits. 2007-06-05 22:53:43 +00:00
zach%zachlipton.com 0326829766 Fix unneeded module dependencies in Litmus::Mailer. Also fix a warning in
login.cgi.
2007-06-05 22:46:32 +00:00
zach%zachlipton.com fd47ba0945 Two significant user authentication changes:
Bug 329250 - User permission groups. Creates several layers of admin
groups, including super-administrators, test run/test day administrators,
and product administrators, and restricts access to administrative
functions according to user group levels. Also adds auth tools to search
for users by group and to grant/revoke group permissions.

Added hooks for testcases to belong to security groups (much like
Bugzilla's group system) for future use.

Bug 314928 - Forgot Password feature. Allows users who have forgotten
their passwords to change them without intervention from the QA team.
Password change requests are authenticated by an email to the user and a
link they must follow to confirm their identity. Also adds Litmus::Mailer,
with general support for sending email from within Litmus for future email
features.

Also reinstated Memoization in a mod_perl-aware way for a few common
functions.
2007-06-05 22:29:44 +00:00
ghendricks%novell.com 4f88627c6c Add ability to remove tags from multiple cases, runs, plans. 2007-06-05 21:35:05 +00:00
ghendricks%novell.com b2eb09d606 numerous fixes 2007-06-05 21:11:53 +00:00
ccooper%deadsquid.com 2b0fce4aeb b=383293
- add ability to persist single form variables
- only persist subgroup variable when repopulating subgroups
2007-06-05 14:00:08 +00:00
ghendricks%novell.com 4103bafb15 Make tags not reload the combobox each time a tag is added or removed. 2007-06-04 23:20:38 +00:00
ghendricks%novell.com 05a61964e7 Removing the concept of current case runs. Since changing a build or environment actually creates a new row in the test_case_runs table, these should be shown directly to the user. This was in effect a hidden filter. Now all case-runs are shown. 2007-06-04 22:41:07 +00:00
ghendricks%novell.com 399e03bcb1 Calculate percentages based on complete cases, not total. 2007-06-04 19:19:43 +00:00
reed%reedloden.com af8802e714 Bug 382929 - [p=reed r=bear] 2007-06-04 08:25:26 +00:00
lpsolit%gmail.com fe8cfa30ca Bug 382974: $duplicate can be set even when not marking a bug as a dupe (security check bypass) - Patch by Fr��d��ric Buclin <LpSolit@gmail.com> r=justdave a=LpSolit 2007-06-03 09:21:55 +00:00
lpsolit%gmail.com d7ccda1c07 Bug 379127: Incorrect link to the documentation when trying to view an nonexistent saved search - Patch by Fr��d��ric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit 2007-06-02 15:59:19 +00:00
reed%reedloden.com 23463ba300 Bug 382928 - "doeditmessage.cgi attempts to use $ReadFilename instead of $RealFilename" [p=reed r=justdave] 2007-06-02 05:30:40 +00:00
ccooper%deadsquid.com 9e01de91db - remove STDERR messages 2007-06-01 21:03:34 +00:00
ccooper%deadsquid.com 839605ffc1 b=360620
- revoke session whenever we disable a user or revoke their admin status
2007-06-01 21:02:50 +00:00
ccooper%deadsquid.com 1ed2d9bb47 - order test runs by product
- fix coverage display when there is no coverage
2007-06-01 20:32:29 +00:00
ccooper%deadsquid.com c8f64e7dab b=364136
- when filtering the select list, keep track of values we already displayed and don't display them again
2007-06-01 17:36:21 +00:00
reed%reedloden.com 47cb63b84d Bug 382829 - "Bonsai shouldn't help spammers and e-mail collectors by exposing e-mail addresses" [p=reed r=bear] 2007-06-01 17:21:55 +00:00
ccooper%deadsquid.com ae8391129f b=363662
- allow listings to be sorted by name or id
- change testcase display on manage subgroups page to be 'Name (ID)' to match other pages
2007-06-01 16:50:38 +00:00
ccooper%deadsquid.com 3335a8d99f - clone testgroups/subgroups/testcases between 2.0 and 3.0 2007-06-01 15:10:06 +00:00
gerv%gerv.net 8cf91dc033 Bug 378590 - rewrite and reduce the length of the bug-writing guidelines. Patch by gerv; r=lpsolit,mkanat, a=mkanat 2007-06-01 09:35:52 +00:00
ghendricks%novell.com 74f7843f79 Undef to trick taint issues 2007-05-31 19:47:39 +00:00
lpsolit%gmail.com c5b199ce21 Bug 364164: <select> fields for flags are of different widths if you are not in the grant group for all flags - Patch by Fr��d��ric Buclin <LpSolit@gmail.com> r=reed r=gerv a=LpSolit 2007-05-31 15:49:39 +00:00
ccooper%deadsquid.com db53c97e7e - updated INSTALL instructions 2007-05-31 14:13:51 +00:00
cls%seawood.org a6b7a8a2f9 Bring clean.pl up to date and make the log trimming code common
Bug #378530 r=bear
2007-05-31 14:11:39 +00:00
ccooper%deadsquid.com 6925acd2c0 b=355298
- new strawman install data for current schema
- deny web access to .sql files
2007-05-31 13:39:35 +00:00
gerv%gerv.net 1bfeed5cb4 Bug 250604 - add link to Talkback instructions. Patch by gerv; r,a=lpsolit. 2007-05-31 09:53:03 +00:00
ghendricks%novell.com ff90ba3abb Typo in variable name 2007-05-30 22:04:43 +00:00
zach%zachlipton.com 79439823e9 Make the container take up no more than the window width (reported by ispiked). 2007-05-30 20:28:04 +00:00
zach%zachlipton.com 32d6de742b Fix typo in ManageTestcases.js (reported by ispiked) 2007-05-30 20:10:01 +00:00
gerv%gerv.net 54c5cca6b9 Changes to support new "prerelease" feedback newsgroups, and do UA sniffing to set the default product. 2007-05-30 17:25:19 +00:00
ghendricks%novell.com 005c9cfcdb Minor fixes 2007-05-30 17:12:39 +00:00
lpsolit%gmail.com ab6d550010 Bug 369987: Display real field names in editvalues.cgi - Patch by Fr��d��ric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit 2007-05-30 14:08:11 +00:00
reed%reedloden.com 9a8aace4c0 Bug 379664 - "bulk data insertion for the graph server" [p=alice r=vlad] 2007-05-29 23:34:45 +00:00
ghendricks%novell.com 3168d7e7cb numerous bugzilla 3.0 fixes 2007-05-29 23:21:48 +00:00
lpsolit%gmail.com ae38b026a0 Bug 344968: importxml.pl should support custom statuses - Patch by Fr��d��ric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit 2007-05-29 17:24:41 +00:00
lpsolit%gmail.com cc0672cd20 Bug 382330: Dependency trees broken when resolved bugs are hidden (regression) - Patch by Fr��d��ric Buclin <LpSolit@gmail.com> r=justdave a=LpSolit 2007-05-29 16:38:37 +00:00
ccooper%deadsquid.com 9e80e0c266 - add some missing perl modules 2007-05-29 15:18:27 +00:00
lpsolit%gmail.com 34479fe300 Better fix for bug 381837: Clicking a bug in the dependency graph will open the search page instead of the bug - Patch by Fr��d��ric Buclin <LpSolit@gmail.com> r=justdave a=LpSolit 2007-05-29 15:14:33 +00:00
ccooper%deadsquid.com 46433d3b53 - update tutorial link for QMO 2007-05-29 13:41:40 +00:00
lpsolit%gmail.com 52312ea6d0 Bug 218618: Show line numbers on patch attachments when viewing them in "diff" mode - Patch by Fr��d��ric Buclin <LpSolit@gmail.com> r=justdave a=LpSolit 2007-05-26 22:34:42 +00:00
lpsolit%gmail.com 06dc218090 Bug 344965: Fix process_bug.cgi and bug/* templates to work with custom bug status workflow - Patch by Fr��d��ric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit 2007-05-26 22:27:49 +00:00
lpsolit%gmail.com cdf43a1467 Bug 381737: POD for the --field option of bz_webservice_demo.pl 2007-05-26 12:00:34 +00:00
lpsolit%gmail.com 447740b32f Bug 381837: Clicking a bug in the dependency graph will open the search page instead of the bug - Patch by Fr��d��ric Buclin <LpSolit@gmail.com> (original idea from Sebastian W.H. Czymaj <sczymaj@msls.de>) r=mkanat a=LpSolit 2007-05-26 01:10:40 +00:00
lpsolit%gmail.com 9e24d11df7 Bug 381737: Unable to get legal values of custom fields via XML-RPC - Patch by Fr��d��ric Buclin <LpSolit@gmail.com> r/a=mkanat 2007-05-26 01:01:22 +00:00
lpsolit%gmail.com 510aabd119 Bug 381732: Old tokens are not deleted on time when changing the email address - Patch by Fr��d��ric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit 2007-05-26 00:51:43 +00:00
mkanat%bugzilla.org 54b62aa596 Bug 382037: Default CC is ignored when a bug is created via the webservice
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2007-05-25 23:42:53 +00:00
mkanat%bugzilla.org 58e01537c0 Bug 381640: abstract_schema hook is broken--it prevents modification of the extension's own tables
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
2007-05-25 20:18:03 +00:00
rflint%ryanflint.com 618bfedd7f Bug 378977 - Migrate to and ship with Cake 1.2 (part 2). r=reed 2007-05-25 06:30:21 +00:00
rflint%ryanflint.com af2b70fd4f Bug 378977 - Migrate to and ship with Cake 1.2 (part 1) - r=reed a=me 2007-05-25 05:54:28 +00:00
rflint%ryanflint.com e4aa101e7b Removing old images 2007-05-25 04:27:45 +00:00
ghendricks%novell.com 9deb706d3e Fixed several 3.0 issues.
Backed out change to Search.pm using group_by.
2007-05-24 23:48:59 +00:00
lpsolit%gmail.com 377d3910b9 Bug 304999: Emails not generating Date header for non-sendmail methods - Patch by Brion Vibber <brion@pobox.com> r=glob a=mkanat 2007-05-24 22:21:37 +00:00
ghendricks%novell.com 2c32d8398c Excluding large numbers of test cases when adding to a run is too big for the URL. 2007-05-24 21:05:39 +00:00
ghendricks%novell.com 2b3bc55c61 Remove unused reports. 2007-05-24 20:08:57 +00:00
ghendricks%novell.com 8f09c3628b Default tester can be null, but adding to a run can't be. 2007-05-24 19:28:18 +00:00
ghendricks%novell.com 8382cff5b0 Remove batch and Param references. 2007-05-24 18:25:09 +00:00
reed%reedloden.com d7553beabe Bug 381844 - "Update graph.cgi to support more mainstream versions of gnuplot" [p=reed r=bear] 2007-05-24 16:48:11 +00:00
ghendricks%novell.com f277eb6715 CLean up errors on tr_show_run.cgi 2007-05-24 15:41:16 +00:00
ccooper%deadsquid.com dbf1dad4a6 - display only valid results by default 2007-05-24 15:34:26 +00:00
ccooper%deadsquid.com 98ce4624b0 - point help links to QMO
- add link to Date::Manip syntax for advanced search
2007-05-24 14:36:53 +00:00
ghendricks%novell.com 556bb35361 Default to showing the text fields when creating a new case. 2007-05-23 22:00:31 +00:00
ghendricks%novell.com 788cd315dd Use the skin mechanism for css. 2007-05-23 21:29:59 +00:00
ghendricks%novell.com ca369e80b7 fix mod_perl warnings 2007-05-23 20:42:27 +00:00
lpsolit%gmail.com f0e88ca0ed This file has been committed by accident. It has nothing to do here. Backing it out! 2007-05-23 18:18:52 +00:00
ghendricks%novell.com ddea0f7b46 Bug 380928 ��� Bugzilla::Auth::Verify::create_or_update_user can return stale Bugzilla::User object
patch by vrb@novell.com r=mkanat a=mkanat
2007-05-23 18:05:49 +00:00
rhelmer%mozilla.com a9afb511b7 back out 1.63 as per bug 381445 comment #3 2007-05-22 05:01:41 +00:00
rhelmer%mozilla.com e6cb0c3bd7 add branch attribute to bonsai xml output b=381445 r=bear 2007-05-22 04:21:58 +00:00
justdave%bugzilla.org 6d4fa963a3 Bug 364008: Work around 405 error on login from home page when using IIS 5.
Patch by Michael Kincaid <michael@luidia.com>
r=justdave, a=justdave
2007-05-21 18:19:22 +00:00
morgamic%mozilla.com e8d17943a3 Removing ini_set calls that should not be in init.php. error_reporting and
display_errors should be set in the config or vhost conf if needed.
2007-05-21 17:33:23 +00:00
lpsolit%gmail.com 1d0013d0f9 Bug 377485: Implement editworkflow.cgi - Patch by Fr��d��ric Buclin <LpSolit@gmail.com> r=gerv r=mkanat a=mkanat 2007-05-17 15:10:54 +00:00
lpsolit%gmail.com 940f80785b Bug 380709: collectstats.pl can't find ThrowCodeError when a failure occurs - Patch by Fr��d��ric Buclin <LpSolit@gmail.com> r/a=mkanat 2007-05-15 21:09:13 +00:00
ghendricks%novell.com 1e3bdb2df2 Bug 380416: template/en/default/admin/users/userdata.html.tmpl should honor can_change_password()
Patch by Vance Baarda <vrb@novell.com>
r=mkanat, a=mkanat
2007-05-15 16:28:16 +00:00
mkanat%bugzilla.org 6a6b823eb6 Bug 373660: Move dependency checking from process_bug into Bugzilla::Bug
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2007-05-14 19:57:36 +00:00
ccooper%deadsquid.com 3b0ad42593 - creating scripts/ dir
- adding script for Tracy -> submits Eggplant results to Litmus via web services
2007-05-14 19:30:21 +00:00
lpsolit%gmail.com 68e729cc6c Bug 379787: Flag request mail has a blank requestee when requestee doesn't get the mail - Patch by Fr��d��ric Buclin <LpSolit@gmail.com> r=wicked r=myk a=LpSolit 2007-05-14 19:25:21 +00:00
ccooper%deadsquid.com 0345824bc1 - update Litmus::XML: fix logic that couldn't have ever worked, updted to current field names, also fixed some whitespace abuse
- add essential fields to LogType
- add search option for automated results to advanced search page
- make automated test result info display conform with the rest of the look and feel
2007-05-14 19:17:08 +00:00
lpsolit%gmail.com 26cb84ad73 Bug 80169: JavaScript-enhanced keyword editing - Patch by Teemu Mannermaa <wicked@etlicon.fi> r=justdave a=LpSolit 2007-05-14 17:56:32 +00:00
lpsolit%gmail.com fb345f0e3a Bug 379918: Replace ListIDsForEmail() with subselect - Patch by Joel Peshkin <bugreport@peshkin.net> r/a=mkanat 2007-05-14 17:31:43 +00:00
lpsolit%gmail.com d48c4d02fe I forgot this template in my previous checkin :) 2007-05-13 19:00:03 +00:00
lpsolit%gmail.com 1e79ea3bfc Bug 327077: Implement a way to get all the components with a given default assignee (owner) and/or default QA contact - Patch by Fr��d��ric Buclin <LpSolit@gmail.com> r=bkor a=LpSolit 2007-05-13 18:58:27 +00:00
ghendricks%novell.com d0ad3ed566 Remove globals.pl.
Remove references to Params() and UserInGroup.
2007-05-11 22:35:11 +00:00
ghendricks%novell.com 8d47759338 Bug 380426 ��� Error running reports on PostGres 2007-05-11 19:59:38 +00:00
ghendricks%novell.com ccbbdf9933 Bug 378633 ��� 'test_plan_permissions_regexp' failure when creating a new account in bugzilla since testopia install
Patch by Mike Primm r=ghendricks
2007-05-11 18:55:29 +00:00
ghendricks%novell.com 9426ed93f0 Fix postgres issues. 2007-05-11 18:42:40 +00:00
lpsolit%gmail.com 6788c2d90b Bug 380103: No product name provided when editing a component - Patch by Fr��d��ric Buclin <LpSolit@gmail.com> r=dkl r=justdave a=LpSolit 2007-05-10 20:15:08 +00:00