Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-12-04 | Bug 452919: Allow the "created an attachment" message in comments to be ↵ | mkanat%bugzilla.org | 2 | -5/+11 | |
localized Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2009-12-04 | Bug 204106: Make enter_bug indicate which fields are mandatory | mkanat%bugzilla.org | 1 | -9/+15 | |
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat | |||||
2009-11-18 | Bug 525429: Template hook for verify-new-product | mkanat%bugzilla.org | 1 | -0/+2 | |
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat | |||||
2009-11-18 | Bug 421265: Let the user easily override the language used to display HTML pages | mkanat%bugzilla.org | 1 | -1/+1 | |
Patch by Jacques Supcik <jacques@supcik.org> r=mkanat, a=mkanat | |||||
2009-11-18 | Bug 519142: Replace IF/ELSE statements about bug_status/resolution with just ↵ | mkanat%bugzilla.org | 3 | -18/+7 | |
a display_value call, and use display_value in more places to translate field values. Patch by Vitaly Fedrushkov <vitaly.fedrushkov@gmail.com> r=mkanat, a=mkanat | |||||
2009-11-10 | Bug 505039: Use $user->is_timetracker instead of ↵ | lpsolit%gmail.com | 5 | -7/+7 | |
$user->in_group(Bugzilla->params->{'timetrackinggroup'}) - Patch by XqueZme <xquezme@gmail.com> r/a=LpSolit | |||||
2009-11-10 | Bug 505038: Use $user->is_insider instead of ↵ | lpsolit%gmail.com | 2 | -3/+3 | |
$user->in_group(Bugzilla->params->{'insidergroup'}) - Patch by XqueZme <xquezme@gmail.com> r/a=LpSolit | |||||
2009-11-10 | Bug 472217: Create a Bugzilla::Comment object and eliminate GetComments | mkanat%bugzilla.org | 5 | -39/+32 | |
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2009-11-09 | Bug 525617: Template Hook for bug/field.html.tmpl | mkanat%bugzilla.org | 1 | -0/+2 | |
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat | |||||
2009-11-01 | Bug 524891: Make leading whitespace not be trimmed from comments on display. | mkanat%bugzilla.org | 1 | -11/+10 | |
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat | |||||
2009-10-26 | Bug 521398 - make XML version of bug supply more data (flags, comment IDs ↵ | gerv%gerv.net | 1 | -25/+22 | |
etc.) Patch by gerv; r,a=LpSolit. | |||||
2009-10-26 | Bug 493242: UTF-8 characters in custom field names are mangled in ↵ | lpsolit%gmail.com | 1 | -2/+1 | |
show_activity.cgi - Patch by Vitaly Fedrushkov <vitaly.fedrushkov@gmail.com> r/a=LpSolit | |||||
2009-10-19 | Bug 378681: Bug XML only contains group names, while process_bug only ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
accepts group IDs - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit | |||||
2009-10-19 | Backout changes that weren't supposed to be committed. Oops\! | reed%reedloden.com | 2 | -19/+0 | |
2009-10-19 | Bug 516635 - "Add "bz_product_<product-name>" to body classes" [p=reed ↵ | reed%reedloden.com | 3 | -0/+20 | |
r=LpSolit a=LpSolit] | |||||
2009-10-09 | Bug 514913: Eliminate ssl="authenticated sessions" | mkanat%bugzilla.org | 1 | -1/+2 | |
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat | |||||
2009-10-06 | Bug 512618: Make Bugzilla::Bug::choices return Field::Choice objects, not ↵ | mkanat%bugzilla.org | 2 | -20/+9 | |
just values Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2009-10-01 | Bug 364254: Add hook to Bugzilla::Template::quoteUrls | mkanat%bugzilla.org | 2 | -2/+2 | |
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat | |||||
2009-10-01 | Bug 512623: Change get_status and get_resolution to display_value everywhere. | mkanat%bugzilla.org | 8 | -18/+18 | |
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2009-10-01 | Bug 512623: Implement the basic infrastructure for localization of all ↵ | mkanat%bugzilla.org | 1 | -1/+2 | |
custom and standard field values Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2009-09-30 | Bug 452813: No link to the "duplicate of" bug when JS is turned off - Patch ↵ | lpsolit%gmail.com | 1 | -0/+3 | |
by Frédéric Buclin <LpSolit@gmail.com> r=pyrzak a=LpSolit | |||||
2009-09-22 | Bug 514378: 'Submit only my new comment' leads to Suspicious Action - Patch ↵ | lpsolit%gmail.com | 1 | -0/+1 | |
by Frédéric Buclin <LpSolit@gmail.com> r=dkl a=LpSolit | |||||
2009-09-16 | Bug 516269: New Template Hook: after the bug comment textarea | mkanat%bugzilla.org | 1 | -0/+1 | |
Patch by Frederic Peters <fpeters@0d.be> r=mkanat, a=mkanat | |||||
2009-09-11 | Bug 512598: The "Save Changes" button wasn't aligned with the comment box if ↵ | mkanat%bugzilla.org | 1 | -3/+2 | |
you were in the insidergroup Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2009-09-03 | Bug 512616: "collapse/expand comment" removes css-class 'bz_comment_text' - ↵ | lpsolit%gmail.com | 1 | -2/+2 | |
Patch by nayuta <ganaware+bugzilla+mozilla+org@gmail.com> r=pyrzak a=LpSolit | |||||
2009-08-12 | Bug 359854: Put set_assign_to() back into onload - Patch by Frédéric ↵ | lpsolit%gmail.com | 1 | -4/+1 | |
Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit | |||||
2009-08-12 | Do requested checkin fixes for bug 509108. | mkanat%bugzilla.org | 1 | -4/+6 | |
2009-08-12 | Bug 509108: Don't require a bug_list parameter to show the bug template ↵ | mkanat%bugzilla.org | 2 | -11/+10 | |
(create the last_bug_list global template parameter) Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2009-08-06 | Bug 508737: Allow Bugzilla::Template::get_bug_link to take a Bugzilla::Bug ↵ | mkanat%bugzilla.org | 3 | -5/+5 | |
object if one is available Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2009-08-05 | Bug 508416: Bug flags are always displayed in the XML view of bugs - Patch ↵ | lpsolit%gmail.com | 1 | -9/+12 | |
by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit | |||||
2009-08-01 | The previous fix for bug 507389 was bogus, this one is fine, r=mkanat | lpsolit%gmail.com | 1 | -3/+5 | |
2009-08-01 | Bug 507389: [SECURITY] Users can see all products when editing bugs - Patch ↵ | lpsolit%gmail.com | 2 | -1/+13 | |
by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit | |||||
2009-07-23 | Bug 505640 - "Linkify bug numbers when displaying bug summary at the top of ↵ | reed%reedloden.com | 1 | -1/+1 | |
a bug" [p=reed r=LpSolit a=LpSolit] | |||||
2009-07-20 | Bug 490928: Use a clearer word than "Commit" for filing and updating bugs. | mkanat%bugzilla.org | 2 | -2/+3 | |
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=pyrzak, r=LpSolit, a=LpSolit | |||||
2009-07-20 | Bug 488943: Clarify the text of the "Private" checkbox for comments and ↵ | mkanat%bugzilla.org | 2 | -4/+9 | |
attachments Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=pyrzak, r=LpSolit, a=LpSolit | |||||
2009-07-18 | Bug 456743 - Add the ability to disable field values (mark them as inactive) | ghendricks%novell.com | 1 | -1/+1 | |
patch by ghendricks@novell.com r=LpSolit, a=LpSolit | |||||
2009-06-21 | Bug 463598: Improve the performance of the JavaScript that adjusts field ↵ | mkanat%bugzilla.org | 2 | -6/+11 | |
values based on the value of another field Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=mkanat | |||||
2009-06-03 | Bug 457657 â Make e-mail comment header localizable. | wurblzap%gmail.com | 1 | -0/+61 | |
Patch by Marc Schumann <wurblzap@gmail.com>, r/a=LpSolit | |||||
2009-06-01 | Bug 494628 - Crash when trying to file a bug in a closed product r=LpSolit ↵ | ghendricks%novell.com | 1 | -1/+1 | |
patch by ghendricks@novell.com | |||||
2009-05-21 | Bug 493826: Disabled products show up in the pick list for existing bugs - ↵ | lpsolit%gmail.com | 1 | -2/+3 | |
Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2009-04-22 | Bug 488027: Fix "Argument isn't numeric in numeric lt (<)" errors from ↵ | wicked%sci.fi | 1 | -1/+2 | |
summarize_time.cgi - Patch by Teemu Mannermaa <wicked@sci.fi> r/a=LpSolit | |||||
2009-04-18 | Bug 482584: Add a parameter to hide the "See Also" field | mkanat%bugzilla.org | 2 | -15/+21 | |
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, r=dkl, a=LpSolit | |||||
2009-04-11 | Bug 487865: Exporting bugs in XML format uses non-unique timezones (they ↵ | lpsolit%gmail.com | 1 | -3/+3 | |
cannot be imported back) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit | |||||
2009-03-30 | Bug 476603 - "[SECURITY] Editing attachments doesn't have any CSRF ↵ | reed%reedloden.com | 1 | -3/+7 | |
protection" [p=reed r=LpSolit a=LpSolit] | |||||
2009-03-17 | Bug 482365: Values displayed in userselect.html.tmpl may be incorrect if ↵ | lpsolit%gmail.com | 1 | -0/+1 | |
"value" is not explicitly set - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=LpSolit | |||||
2009-03-05 | 2nd part of bug 481506: Filtering email addresses in comments can hang ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
Bugzilla in some cases - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2009-03-05 | Bug 481506: Filtering email addresses in comments can hang Bugzilla in some ↵ | lpsolit%gmail.com | 1 | -2/+1 | |
cases - Patch by Frédéric Buclin <LpSolit@gmail.com> r=glob a=mkanat | |||||
2009-02-25 | Bug 480061: Lots of JS was toggling the "display" attribute instead of ↵ | mkanat%bugzilla.org | 1 | -1/+1 | |
removing/adding the bz_default_hidden class. Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=glob, a=mkanat | |||||
2009-02-12 | Bug 464187: Make the text inputs in the show_bug edit form grow with the window | mkanat%bugzilla.org | 2 | -6/+8 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=pyrzak, a=mkanat | |||||
2009-02-12 | Bug 477391: The "Commit" and "Move to..." buttons at the top of show_bug ↵ | guy.pyrzak%gmail.com | 1 | -6/+8 | |
should only be displayed if the user is logged in Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=LpSolit, a=LpSolit |