Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-06-24 | Bug 574029: Remove the red "required" star from fields on show_bug.cgi | Tiago Mello | 1 | -1/+1 | |
r=mkanat, a=mkanat | |||||
2010-06-24 | Bug 573637: Add a new "before_table" hooks to the list.html.tmpl interface | Tiago Mello | 4 | -0/+8 | |
for products, components, milestones, and versions r=mkanat, a=mkanat | |||||
2010-06-24 | Bug 574376: Make checksetup.pl recommend JSON::XS to speed up the JSON-RPC | Max Kanat-Alexander | 1 | -0/+1 | |
WebService r=mkanat, a=mkanat (module owner) | |||||
2010-06-24 | Bug 572603: Changing a bug that wasn't in your last search results was | Max Kanat-Alexander | 1 | -0/+3 | |
causing an error thrown from user.recent_search_for. r=LpSolit, a=LpSolit | |||||
2010-06-23 | Bug 573172: Prepare set_all for being used in a context other than | Max Kanat-Alexander | 1 | -0/+4 | |
process_bug.cgi r=dkl, a=mkanat | |||||
2010-06-22 | Fix the 3.6.1 relnotes: the maxattachmentsize=0 fix only went into trunk--3.6 | Max Kanat-Alexander | 1 | -5/+0 | |
only got a re-wording of the parameter desc, which probably isn't worth relnoting. https://bugzilla.mozilla.org/show_bug.cgi?id=566195 | |||||
2010-06-22 | Bug 566195: Release Notes for bugzilla 3.6.1 | Max Kanat-Alexander | 1 | -0/+49 | |
r=LpSolit, a=mkanat | |||||
2010-06-22 | Bug 570987: Fix the warning 'Argument "" isn't numeric in numeric gt | Tiago Mello | 1 | -1/+1 | |
(>) at template/en/default/bug/field-label.html.tmpl line 34' r=mkanat, a=mkanat | |||||
2010-06-22 | Bug 568595: Add a hook to the end of variables.none.tmpl | Tiago Mello | 1 | -0/+2 | |
r=mkanat, a=mkanat | |||||
2010-06-22 | Bug 568383: Add a new hook in the header.html.tmpl template right after <head> | Tiago Mello | 1 | -0/+1 | |
r=mkanat, a=mkanat | |||||
2010-06-22 | Bug 398473: User preference for the position of the comment box | Matt McHenry | 2 | -1/+11 | |
r=mkanat, a=mkanat | |||||
2010-06-22 | Bug 22353: Automatic duplicate bug detection on enter_bug.cgi | Max Kanat-Alexander | 2 | -11/+56 | |
r=glob, a=mkanat | |||||
2010-06-18 | Bug 556422: Move the existing bug-moving functionality into an extension | Max Kanat-Alexander | 8 | -89/+4 | |
called OldBugMove. r=dkl, a=mkanat | |||||
2010-06-18 | Bug 572949: Update YUI to 2.8.1 | Max Kanat-Alexander | 10 | -29/+66 | |
r=glob, a=mkanat | |||||
2010-06-16 | Bug 24896: Make the First/Last/Prev/Next navigation on bugs work with | Max Kanat-Alexander | 2 | -32/+31 | |
multiple buglists at once r=glob, a=mkanat | |||||
2010-06-06 | Bug 450301: Simplify searching UI, forgot some filters, fixes burning in ↵ | Guy Pyrzak | 3 | -17/+18 | |
tinderbox r=LpSolit, a=LpSolit | |||||
2010-06-06 | Bug 450301: What Simplify searching UI, initial improvements to the advanced ↵ | Guy Pyrzak | 9 | -461/+365 | |
search ui. r=mkanat, a=mkanat | |||||
2010-05-28 | Bug 568609: Duplicated "Bugzilla" word in the page header of ↵ | Tiago Mello | 1 | -1/+1 | |
describecomponents.cgi r/a=LpSolit | |||||
2010-05-26 | Bug 271913: Don't force the user to comment when adding Hours Worked | Kent Rogers | 1 | -0/+1 | |
r=mkanat, a=mkanat | |||||
2010-05-25 | Bug 567303: Implement a working algorithm for sorting fields based on | Max Kanat-Alexander | 1 | -0/+5 | |
VALIDATOR_DEPENDENCIES in Bugzilla::Object. (The previous code did not actually sort fields correctly.) r=timello, a=mkanat | |||||
2010-05-20 | Bug 565879: Merge ThrowCodeError("action_unrecognized"), ↵ | Frédéric Buclin | 2 | -18/+8 | |
ThrowUserError("no_valid_action") and ThrowCodeError("unknown_action") r=ghendricks a=LpSolit | |||||
2010-05-19 | Bug 487106: Add explanation when a whining is empty | Edmund Wong | 2 | -34/+40 | |
r=Callek r=LpSolit a=LpSolit | |||||
2010-05-19 | Bug 566697 - Add a new hook in list/table.html.tmpl before the table, to | Tiago Mello | 1 | -0/+2 | |
allow customizing the column attributes r=mkanat, a=mkanat | |||||
2010-05-19 | Bug 565899: Make the html_linebreak filter safe by having it first call the | Max Kanat-Alexander | 2 | -2/+2 | |
"html" filter r=LpSolit, a=LpSolit | |||||
2010-05-19 | Bug 565650: Add a new hook in the field-help template to allow custom fields | Tiago Mello | 1 | -0/+2 | |
to be documented r=mkanat, a=mkanat | |||||
2010-05-19 | Bug 494395: Implement the ability to mark custom fields as mandatory when | Tiago Mello | 8 | -46/+72 | |
creating/changing bugs r=mkanat, a=mkanat | |||||
2010-05-17 | Bug 460799: Move JS code out of bug/comments.html.tmpl | Edmund Wong | 1 | -72/+4 | |
r/a=LpSolit | |||||
2010-05-14 | Need to do FILTER html FILTER html_linebreak to actually have a safe filter. | Max Kanat-Alexander | 1 | -1/+1 | |
https://bugzilla.mozilla.org/show_bug.cgi?id=372537 | |||||
2010-05-14 | Bug 561296: A fix allowing updating a field value's name when it is | Max Kanat-Alexander | 2 | -5/+10 | |
the default value r=LpSolit, a=LpSolit | |||||
2010-05-14 | Bug 372537: Improve CodeErrors: show the traceback (without function | Max Kanat-Alexander | 1 | -0/+3 | |
arguments) r=LpSolit, a=LpSolit | |||||
2010-05-14 | Bug 565880: Do not throw an error when obsoleting an already obsolete attachment | Frédéric Buclin | 1 | -4/+0 | |
a=LpSolit | |||||
2010-05-14 | Bug 565881: 'flag_status_invalid' and 'request_queue_group_invalid' should ↵ | Frédéric Buclin | 2 | -10/+11 | |
be user errors, not code errors a=LpSolit | |||||
2010-05-14 | Backing out bug 271913: comments are no longer displayed, see also bug 565794 | Frédéric Buclin | 1 | -2/+0 | |
2010-05-13 | Bug 555850: Make fields.html help on enter_bug happen when the user hovers | Max Kanat-Alexander | 6 | -76/+124 | |
over the fields r=timello, a=mkanat | |||||
2010-05-13 | Replace "in_group(timetracker)" in bug/comments.html with is_timetracker. | Max Kanat-Alexander | 1 | -1/+1 | |
https://bugzilla.mozilla.org/show_bug.cgi?id=271913 | |||||
2010-05-13 | Bug 271913: Do not force the user to comment when adding Hours Worked | Kent Rogers | 1 | -0/+2 | |
r=mkanat, a=mkanat | |||||
2010-05-12 | Bug 486050: Bugzilla should prefill quicksearch box when showing search ↵ | David Lawrence | 1 | -1/+2 | |
results from a quicksearch r/a=mkanat | |||||
2010-05-07 | Bug 561745: Impossible to uncheck boxes in the Email preferences | Frédéric Buclin | 1 | -23/+6 | |
r/a=mkanat | |||||
2010-05-07 | Bug 395451 - "Bugzilla::BugMail needs to use Bug objects internally instead ↵ | Reed Loden | 1 | -12/+12 | |
of direct SQL" [r=mkanat a=mkanat] | |||||
2010-05-06 | Bug 455302 - "Change the "Name and Password" tab to be "Account Information" ↵ | Reed Loden | 1 | -1/+1 | |
(as password may or may not be changeable)" [r=mkanat a=mkanat] | |||||
2010-04-27 | Bug 550727: Add JSONP Support to the JSON-RPC WebService Interface | Max Kanat-Alexander | 1 | -0/+5 | |
r=dkl, a=mkanat | |||||
2010-04-23 | Bug 561362: Remove the 'sendmailnow' parameter | Frédéric Buclin | 1 | -8/+0 | |
r=justdave a=LpSolit | |||||
2010-04-22 | Bug 550732: Allow read-only JSON-RPC methods to be called with GET | Max Kanat-Alexander | 1 | -2/+12 | |
r=dkl, a=mkanat | |||||
2010-04-19 | Bug 560215: maxattachmentsize = 0 means that you cannot attach any file to bugs | Frédéric Buclin | 3 | -5/+10 | |
r=mkanat a=LpSolit | |||||
2010-04-19 | Bug 560161 - "Minor typo in Quicksearch help file" | Reed Loden | 1 | -2/+2 | |
[r=mkanat a=mkanat] | |||||
2010-04-12 | Bug 557385: Update the 3.6 Release Notes for the final release | Max Kanat-Alexander | 1 | -2/+19 | |
r=LpSolit | |||||
2010-04-08 | Bug 69621: Remove the keyword cache (which is not updated on keyword ↵ | Frédéric Buclin | 2 | -28/+1 | |
rename/delete) r/a=mkanat | |||||
2010-04-07 | Bug 552647: CSS fixes for the search-direction arrows and the buglist table | Max Kanat-Alexander | 1 | -2/+2 | |
headers r=LpSolit, a=LpSolit | |||||
2010-04-06 | Bug 556429: Stop sending bugmail from inside the template | Max Kanat-Alexander | 4 | -23/+8 | |
r=LpSolit, a=LpSolit | |||||
2010-03-30 | Bug 556021: Remove "buglist" bareword from request queue page. | Marc Schumann | 1 | -1/+3 | |
r/a=mkanat |