Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-01-03 | Bug 377956: Tabular and graphical reports should support single-select ↵ | lpsolit%gmail.com | 3 | -3/+31 | |
custom fields - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit | |||||
2009-01-03 | Bug 471060: The mod_perl CGI requirement isn't necessary anymore | mkanat%bugzilla.org | 1 | -13/+0 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2009-01-02 | Post-checkin fix for bug 313126 (better wording when the classification ↵ | lpsolit%gmail.com | 1 | -1/+5 | |
description is removed) | |||||
2009-01-02 | Bug 313126: Clean up editclassification.cgi and make it use ↵ | lpsolit%gmail.com | 4 | -112/+55 | |
Bugzilla::Classification methods - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=LpSolit | |||||
2009-01-02 | Bug 339381: Make Bugzilla::Classification use Bugzilla::Object - Patch by ↵ | lpsolit%gmail.com | 5 | -159/+75 | |
Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit | |||||
2009-01-02 | Bug 422465: Cloning a bug should cc the original reporter if the cloner ↵ | lpsolit%gmail.com | 1 | -1/+6 | |
isn't the reporter - Patch by Nitish Bezzala <nbezzala@yahoo.com> r/a=mkanat | |||||
2009-01-02 | Bug 211006: Make Bugzilla use SHA-256 instead of crypt() to store hashed ↵ | mkanat%bugzilla.org | 4 | -28/+75 | |
passwords in the database Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2009-01-02 | Bug 455476: clicking "mark as duplicate" should focus the dup_id field - ↵ | lpsolit%gmail.com | 1 | -3/+17 | |
Patch by Guy Pyrzak <guy.pyrzak@gmail.com> r/a=mkanat | |||||
2009-01-02 | Bug 179638: Security group inclusion isn't indicated on "New:" bugmail ↵ | lpsolit%gmail.com | 2 | -1/+10 | |
notifications - Patch by Teemu Mannermaa <wicked@sci.fi> r/a=mkanat | |||||
2009-01-02 | Bug 452907: Clone should also preserve "Blocks" and "Depends on" fields - ↵ | lpsolit%gmail.com | 1 | -2/+2 | |
Patch by Nitish Bezzala <nbezzala@yahoo.com> r/a=mkanat | |||||
2009-01-02 | Bug 332995: Steps to Reproduce not removed from comment when user leaves ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
default content (steps without blanks) - Patch by Teemu Mannermaa <wicked@sci.fi> r/a=LpSolit | |||||
2009-01-01 | Bug 471777: $type_id is no longer in use in Search.pm - Patch by ↵ | lpsolit%gmail.com | 1 | -2/+0 | |
Frédéric Buclin <LpSolit@gmail.com> r=wicked a=LpSolit | |||||
2009-01-01 | Bug 309383: New bug submission should include the bug summary in the title ↵ | lpsolit%gmail.com | 1 | -1/+4 | |
of the page - Patch by Alex Eiser <aeiser@arc.nasa.gov> r/a=LpSolit | |||||
2009-01-01 | Bug 471771: editflagtypes.cgi should display the number of flags per type - ↵ | lpsolit%gmail.com | 2 | -0/+41 | |
Patch by Frédéric Buclin <LpSolit@gmail.com> r=justdave a=LpSolit | |||||
2008-12-30 | Bug 105960: xml.cgi generates invalid XML - Patch by Kip Hampton ↵ | lpsolit%gmail.com | 1 | -0/+10 | |
<khampton@totalcinema.com> r/a=mkanat | |||||
2008-12-29 | Bug 385163: The guided enter bug form says "Create a new Attachment" link on ↵ | lpsolit%gmail.com | 2 | -2/+2 | |
the bug, but the link is "Add an attachment" - Patch by timeless <timeless@bemail.org> r=wicked a=LpSolit | |||||
2008-12-29 | Bug 468617: OS sniffing doesn't detect OS X 10.5 - Patch by Matt Selsky ↵ | lpsolit%gmail.com | 1 | -0/+1 | |
<selsky@columbia.edu> r=timeless a=LpSolit | |||||
2008-12-29 | Bug 471324: Don't build mail headers for existing bugs (too many calls to ↵ | lpsolit%gmail.com | 1 | -19/+13 | |
multiline_sprintf()) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit | |||||
2008-12-29 | Bug 465589: Already selected user accounts are no longer displayed when ↵ | lpsolit%gmail.com | 7 | -17/+57 | |
usemenuforusers is enabled and the account has been disabled - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=LpSolit | |||||
2008-12-27 | Fix a POD error in Bugzila::JobQueue::Runner. | mkanat%bugzilla.org | 1 | -0/+2 | |
2008-12-24 | Bug 347707: Changing parameters could silently fail because we weren't ↵ | mkanat%bugzilla.org | 1 | -1/+1 | |
correctly checking the return code from "rename" Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=mkanat | |||||
2008-12-24 | Fix some test failures caused by the checkin of bug 284184. | mkanat%bugzilla.org | 2 | -2/+3 | |
2008-12-24 | Bug 284184: Allow Bugzilla to use an asynchronous job queue for sending mail. | mkanat%bugzilla.org | 17 | -6/+491 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> and Mark Smith <mark@plogs.net> r=glob, a=mkanat | |||||
2008-12-22 | Bug 470442: Only delete tainted environment variables if we're running in ↵ | mkanat%bugzilla.org | 3 | -15/+9 | |
taint mode Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2008-12-19 | Bug 469136: The font size is too small with the Classic skin (especially in ↵ | lpsolit%gmail.com | 1 | -1/+5 | |
bug comments) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=pyrzak a=LpSolit | |||||
2008-12-18 | Typo in filename. Should be extensions/example/code/product-confirm_delete.pl | ghendricks%novell.com | 1 | -0/+0 | |
2008-12-18 | Bug 419748 - Need to hook deleting products | ghendricks%novell.com | 4 | -1/+43 | |
patch by ghendricks@novell.com r=mkanat a=mkanat | |||||
2008-12-18 | Bug 419496 - Cannot easily share saved searches | dkl%redhat.com | 1 | -1/+2 | |
Patch by Dave Lawrence <dkl@redhat.com> - r/a=LpSolit | |||||
2008-12-18 | Bug 31117 - should have a "submit only my comments" option on midair collision | dkl%redhat.com | 1 | -0/+11 | |
Patch by Dave Lawrence <dkl@redhat.com> - r/a=LpSolit | |||||
2008-12-17 | Bug 460909 - Mass edit bug form does not allow adding private comments | dkl%redhat.com | 3 | -9/+16 | |
Patch by Dave Lawrence <dkl@redhat.com> - r/a=LpSolit | |||||
2008-12-17 | Bug 469992: Bugzilla Installer is no longer available - Patch by miketosh ↵ | lpsolit%gmail.com | 1 | -9/+1 | |
<michael.j.tosh@lmco.com> r=LpSolit | |||||
2008-12-17 | Bug 467171: Editing attachments doesn't update the Last-Modified bug ↵ | lpsolit%gmail.com | 1 | -0/+13 | |
timestamp - Patch by A.A. Shimono <shimono@mozilla.gr.jp> r/a=LpSolit | |||||
2008-12-16 | Bug 461534: search_plugin.cgi should get icon from images/favicon.ico - ↵ | lpsolit%gmail.com | 2 | -2/+16 | |
Patch by Rob Siklos <robzilla2@siklos.ca> r/a=LpSolit | |||||
2008-12-16 | Bug 468728: The 'allowemailchange' parameter should default to 1 | mkanat%bugzilla.org | 1 | -1/+1 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2008-12-16 | Bug 467701: USAGE_MODE_CMDLINE should be the default if not i_am_cgi() | mkanat%bugzilla.org | 6 | -13/+1 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2008-12-16 | Bug 469793: [MySQL] In MySQL 5, columns sometimes had defaults that have no ↵ | mkanat%bugzilla.org | 1 | -1/+47 | |
defaults in the Schema Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | |||||
2008-12-14 | Bug 469207: Old chart reports crash if there is no data yet - Patch by ↵ | lpsolit%gmail.com | 1 | -0/+1 | |
Frédéric Buclin <LpSolit@gmail.com> r=gerv a=LpSolit | |||||
2008-12-10 | Bug 399079: Remove the 'showallproducts' parameter - Patch by Frédéric ↵ | lpsolit%gmail.com | 3 | -12/+0 | |
Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2008-12-10 | Bug 399076: Remove the 'commentonreassignbycomponent' parameter - Patch by ↵ | lpsolit%gmail.com | 3 | -19/+0 | |
Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2008-12-10 | Bug 399075: Remove the 'commentonclearresolution' parameter - Patch by ↵ | lpsolit%gmail.com | 3 | -14/+0 | |
Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2008-12-10 | Bug 399074: Remove the 'maxpatchsize' parameter - Patch by Frédéric ↵ | lpsolit%gmail.com | 4 | -16/+4 | |
Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2008-12-10 | Bug 399072: Remove the 'supportwatchers' parameter - Patch by Frédéric ↵ | lpsolit%gmail.com | 6 | -87/+43 | |
Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2008-12-09 | Remove extra item (fix bustage) | lpsolit%gmail.com | 1 | -1/+0 | |
2008-12-09 | Bug 460752: Move hardcoded CSS from attachment/diff-header.html.tmpl into a ↵ | lpsolit%gmail.com | 2 | -74/+73 | |
separate CSS file - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit | |||||
2008-12-06 | Fix bustage due to bug 463002 | lpsolit%gmail.com | 2 | -5/+1 | |
2008-12-06 | Bug 468009: SOAP::Lite versions greater than 0.68 and less than 0.710.06 ↵ | mkanat%bugzilla.org | 1 | -0/+2 | |
return the wrong XML for methods Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat | |||||
2008-12-06 | Bug 467569: Make release notes correctly indicate that the required version ↵ | mkanat%bugzilla.org | 1 | -1/+1 | |
of CGI is newer than it was in 3.0. Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2008-12-06 | Bug 467506: -d $dir check in add_language_set should not be commented-out | mkanat%bugzilla.org | 1 | -2/+2 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat | |||||
2008-12-06 | Bug 467324: PROJECT specific template directory was being ignored | mkanat%bugzilla.org | 1 | -1/+1 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2008-12-06 | Bug 467279: Make "flags.cgi" into "flag.cgi" in config.rdf.tmpl (so that ↵ | mkanat%bugzilla.org | 1 | -1/+1 | |
both URLs are equal) Patch By Frank Becker <Frank@Frank-Becker.de> r=wicked, a=mkanat |