aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove tabsFrédéric Buclin2013-06-051-1/+1
|
* Bug 878623: Improvement in retrieving a classification name from bugSimon Green2013-06-051-8/+2
| | | | r=glob a=LpSolit
* Bug 875744: Bug history messed up when two comments are made privateHugo Seabrook2013-06-051-1/+2
| | | | r/a=LpSolit
* Bug 874944: Do not display the Excluded list when sending bugmailsFrédéric Buclin2013-06-054-75/+34
| | | | r=dkl a=LpSolit
* Bug 879055: Add parenthesis to prevent anywordssubstr search from returning ↵Simon Green2013-06-051-7/+7
| | | | | | incorrect results. r=glob, a=LpSolit
* Bug 828344: add missing xt broken testsByron Jones2013-05-231-2/+23
|
* Bug 874827 - Remove superfluous "and" in 4.4 release notes.Marc Schumann2013-05-221-1/+1
| | | | r/a=LpSolit
* Bug 828344: "contains all of the words" no longer looks for all words within ↵Byron Jones2013-05-212-16/+99
| | | | | | the same comment or flag r=LpSolit, a=LpSolit
* Bug 873920: Whine e-mails to other people includes invalid linkSimon Green2013-05-202-3/+7
| | | | r/a=LpSolit
* Bug 870700: Release notes for Bugzilla 4.4Frédéric Buclin2013-05-181-1/+5
| | | | r=dkl a=LpSolit
* Bug 850135 - hide the textarea custom fields by default with an (edit) linkDave Lawrence2013-05-101-3/+1
| | | | - Removal of div around pre as suggested by reviewer
* Bug 850135 - hide the textarea custom fields by default with an (edit) linkDave Lawrence2013-05-103-10/+48
| | | | r=glob,a=LpSolit
* Bug 842068: Add 'group_updated_fields' hook to 'global/messages.html.tmpl'Tiago Mello2013-05-101-0/+2
| | | | r=dkl a=LpSolit
* Bug 828344: "contains all of the words" no longer looks for all words within ↵Byron Jones2013-05-103-52/+58
| | | | | | the same comment or flag r=LpSolit, a=LpSolit
* Bug 212471: Tabular reports do not link bug counts involving the empty ↵Frédéric Buclin2013-05-051-1/+2
| | | | | | resolution correctly r=dkl a=LpSolit
* Bug 859118 - Bug.search called with no arguments returns all visible bugs, ↵Dave Lawrence2013-05-032-11/+48
| | | | | | ignoring max_search_results and search_allow_no_criteria r/a=LpSolit
* Bug 848635: Old queries based on tags are no longer listed in the page ↵Frédéric Buclin2013-04-281-6/+1
| | | | | | footer by default when upgrading from 4.0 or older to 4.2 r=glob a=LpSolit
* Bug 861519: The keyword field in the "Enter Bug" page no longer lists ↵Frédéric Buclin2013-04-281-2/+2
| | | | | | available keywords r=glob a=LpSolit
* Bug 858909: When running checksetup.pl for the first time using Oracle as DB ↵Frédéric Buclin2013-04-281-1/+1
| | | | | | server, you get an "uninitialized value" warning r=dkl a=LpSolit
* Bug 851591: Add a main-end hook into global/footer.html.tmpl to be able to ↵Frédéric Buclin2013-04-182-0/+17
| | | | | | display additional data before displaying the page footer r=dkl a=LpSolit
* Bug 858911: Oracle fails with "ORA-04043: object T_GROUP_CONCAT does not ↵Frédéric Buclin2013-04-181-1/+3
| | | | | | exist" when installing Bugzilla for the first time r=dkl a=LpSolit
* Bug 828344: Make "contains all of the words" look for all words within the ↵Byron Jones2013-04-183-51/+139
| | | | | | same comment or flag r=LpSolit, a=LpSolit
* Bug 782210: If a custom field depends on a product, component or ↵Pami Ketolainen2013-04-162-8/+13
| | | | | | classification, the "mandatory" bit is ignored on bug creation r/a=LpSolit
* Bug 861528: $user->can_enter_product() now returns the product object ↵Frédéric Buclin2013-04-151-2/+3
| | | | | | instead of 1 r=glob a=LpSolit
* Bug 861392: Be more descriptive about "Ignore Bug Email"Frédéric Buclin2013-04-121-0/+1
| | | | r=dkl a=LpSolit
* Bug 860723: Custom fields are shown twice in report axis selectorsPami Ketolainen2013-04-112-14/+0
| | | | r/a=LpSolit
* Bug 860140: Remove the obsolete <blink> HTML elementFrédéric Buclin2013-04-104-4/+4
| | | | r=sgreen a=LpSolit
* Bug 148564 - Ability to ignore specific bugs (not get email from them, even ↵Dave Lawrence2013-04-081-1/+1
| | | | | | as the reporter) - Fix broken use of $cgi->param
* Remove unintentional code commitsDave Lawrence2013-04-082-3/+1
|
* Bug 148564 - Ability to ignore specific bugs (not get email from them, even ↵Dave Lawrence2013-04-0812-28/+241
| | | | | | as the reporter) r=glob,r/a=LpSolit
* Bug 857562: ajax_user_autocompletion param ignored on Search by People fieldsFrédéric Buclin2013-04-051-2/+2
| | | | r=dkl a=LpSolit
* Bug 855258: The dependency graph always uses urlbase, even when sslbase is ↵Frédéric Buclin2013-04-051-1/+1
| | | | | | in use r=glob a=LpSolit
* Fix uninitialized warning caused by Bug 850639Byron Jones2013-03-281-1/+2
|
* Bug 850639: Set an upper limit on the number of nodes the dependency graph ↵Byron Jones2013-03-283-3/+18
| | | | | | will display r=LpSolit, a=LpSolit
* Bug 854074: Remove all references to the uwinnipeg.ca PPM repository as it ↵Frédéric Buclin2013-03-254-38/+2
| | | | | | is no longer available r=glob a=LpSolit
* Bug 852943: selectClassification() is no longer usedHugo Seabrook2013-03-251-69/+0
| | | | r/a=LpSolit
* Bug 852560: Bugzilla cannot be installed with MySQL 5.6, because the ↵Frédéric Buclin2013-03-201-3/+2
| | | | | | have_innodb variable no longer exists r=glob a=LpSolit
* Bug 852445: Mime type detection truncates the first 32 bytes from attachmentsByron Jones2013-03-201-0/+1
| | | | r=LpSolit,r=LpSolit
* Bug 830053: Should link to account information from the email preferences tabHugo Seabrook2013-03-161-0/+6
| | | | r/a=LpSolit
* Bug 821717: Table headers in the "Saved Searches" and "Email Prefs" panels ↵Christopher Trom2013-03-163-4/+9
| | | | | | are wrongly right-aligned r/a=LpSolit
* Bug 827983: "[reply]" link besides the original description will insert ("in ↵Hugo Seabrook2013-03-162-30/+12
| | | | | | reply to comment #N+1") when the comments order is "Newest to Oldest, but keep Descritption at the top" r/a=LpSolit
* Bug 525195 - Invisible fields still show up in the "New:" bugmail (fields ↵Alex Schuilenburg2013-03-141-0/+7
| | | | | | whose visibility depends on another field) r=dkl,a=LpSolit
* Bug 850322 - make see-also's (add) button consistent with other buttonsByron Jones2013-03-131-1/+1
| | | | r=glob,a=LpSolit
* Bug 850309: Allow pasted attachments to be flagged as patchesByron Jones2013-03-131-6/+4
| | | | r=LpSolit, a=LpSolit
* Bug 850126 - 'token' id defined twice on logged-out pages (in header and footer)Reed Loden2013-03-121-1/+1
| | | | [r=LpSolit a=LpSolit]
* Bug 848250: Bug summary tooltip now includes "---" for unresolved bugsFrédéric Buclin2013-03-081-1/+3
| | | | r=dkl a=LpSolit
* Bug 842038: (CVE-2013-0785) [SECURITY] XSS in show_bug.cgi when using an ↵Frédéric Buclin2013-02-193-12/+18
| | | | | | invalid page format r=glob a=LpSolit
* Bug 824399: (CVE-2013-0786) [SECURITY] build_subselect() leaks the existence ↵Simon Green2013-02-194-2/+22
| | | | | | of products and components you cannot access r/a=LpSolit
* Bug 832262: Release notes for Bugzilla 4.4rc2Frédéric Buclin2013-02-191-3/+67
| | | | r=dkl a=LpSolit
* Bug 842063: HTML injection is possible using the bug aliasFrédéric Buclin2013-02-181-2/+4
| | | | r=dkl a=LpSolit