summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2013-07-24Bug 345194: fix for xt testsByron Jones1-0/+5
2013-07-24Bug 345194: Add "is empty" and "is not empty" search operators to the ↵Byron Jones4-3/+167
boolean chart r=LpSolit, a=sgreen
2013-07-24Bug 533878: Allow relative date searches involving date/time custom fieldsByron Jones2-18/+37
r=LpSolit, a=sgreen
2013-07-23Bug 896066 - Allow REST WebService API to for GET /product to allow ↵Dave Lawrence1-1/+0
retrieval of multiple product objects instead of ids
2013-07-23Bug 896066 - Allow REST WebService API to for GET /product to allow ↵Dave Lawrence3-52/+106
retrieval of multiple product objects r/a=glob
2013-07-23Bug 871473: New code hook "before_read" in Migrate.pmrojanu1-0/+7
r=LpSolit a=sgreen
2013-07-23Bug 893953: Duplicated CSS rule for "bug_id_container input" in search_form.cssSunil Joshi1-4/+0
r=LpSolit a=sgreen
2013-07-23Bug 880227 - Install of Bugzilla DBI module fails due to mirror.hiwaay.net ↵Hugo Seabrook1-7/+1
not being available
2013-07-22Bug 850986: don't allow setting a flag's requestee to a disabled accountByron Jones2-2/+12
r=dkl, a=justdave
2013-07-22Bug 895306: REST endpoint returns both JSON and HTML errors when running ↵Byron Jones1-1/+8
under mod_perl r=dkl, a=glob
2013-07-19remove accidental commit from bug 866927Byron Jones1-1/+0
2013-07-16Bug 894221 - API Documentation ErrorSimon Green1-4/+0
2013-07-15Bug 893922 - checksetup.pl failes to locate the string 'feature_rest'Dave Lawrence1-0/+1
2013-07-15Bug 787328 - xmlrpc.cgi doesn't send any security-related headers Dave Lawrence1-2/+10
r=glob,a=justdave
2013-07-12Bug 866927 - Enhance Bugzilla WebServices to allow data access using RESTDave Lawrence25-39/+1649
r=glob,a=justdave
2013-07-09Bug 885646: Bugzilla::BugMail::_get_diff should rejoin split activity entriesSimon Green3-34/+60
r=glob, a=justdave
2013-07-06Bug 890563: DateTime error when going to editwhines.cgiJohn Nishinaga1-0/+2
r/a=LpSolit
2013-06-27Bug 861519: The keyword field in the "Enter Bug" and "Change several bugs at ↵Frédéric Buclin1-0/+1
once" pages no longer lists available keywords a=LpSolit
2013-06-27Remove incorrect linebreakFrédéric Buclin1-4/+1
https://bugzilla.mozilla.org/show_bug.cgi?id=286374
2013-06-27Bug 882568: Remove unnecessary text about a bug not being part of last searchByron Jones1-15/+5
r=dkl, a=LpSolit
2013-06-26Bug 886034: Remove deprecated code about CGI 2.75Frédéric Buclin1-7/+1
r=dkl a=LpSolit
2013-06-17Bug 880097 - Only retrieve database fetched values if requestedSimon Green1-4/+13
r=glob, a=LpSolit
2013-06-12Bug 877083 - "Ignore Bug Mail" shouldn't lead to request email being dropped Dave Lawrence2-6/+5
r=glob,a=LpSolit
2013-06-11Bug 875377: Hint how to change the email address should only be displayed if ↵Marc Schumann1-5/+7
the address can be changed r/a=LpSolit
2013-06-11Bug 856158: A question mark inside quoted strings triggers flag detection ↵Frédéric Buclin1-13/+33
when using QuickSearch r=glob a=LpSolit
2013-06-07Bug 880315: Fix malformed sql generated by the fix for bug 879055Byron Jones1-4/+4
r=LpSolit, a=LpSolit
2013-06-06Bug 878035: Do not disclose whether a user account exists or not when a user ↵Frédéric Buclin4-6/+16
clicks "forgot password" r=dkl a=LpSolit
2013-06-05Remove tabsFrédéric Buclin1-1/+1
2013-06-05Bug 878623: Improvement in retrieving a classification name from bugSimon Green1-8/+2
r=glob a=LpSolit
2013-06-05Bug 875744: Bug history messed up when two comments are made privateHugo Seabrook1-1/+2
r/a=LpSolit
2013-06-05Bug 874944: Do not display the Excluded list when sending bugmailsFrédéric Buclin4-75/+34
r=dkl a=LpSolit
2013-06-05Bug 879055: Add parenthesis to prevent anywordssubstr search from returning ↵Simon Green1-7/+7
incorrect results. r=glob, a=LpSolit
2013-05-22Bug 828344: add missing xt broken testsByron Jones1-2/+23
2013-05-22Bug 874827 - Remove superfluous "and" in 4.4 release notes.Marc Schumann1-1/+1
r/a=LpSolit
2013-05-20Bug 828344: "contains all of the words" no longer looks for all words within ↵Byron Jones2-16/+99
the same comment or flag r=LpSolit, a=LpSolit
2013-05-20Bug 873920: Whine e-mails to other people includes invalid linkSimon Green2-3/+7
r/a=LpSolit
2013-05-18Bug 870700: Release notes for Bugzilla 4.4Frédéric Buclin1-1/+5
r=dkl a=LpSolit
2013-05-10Bug 850135 - hide the textarea custom fields by default with an (edit) linkDave Lawrence1-3/+1
- Removal of div around pre as suggested by reviewer
2013-05-10Bug 850135 - hide the textarea custom fields by default with an (edit) linkDave Lawrence3-10/+48
r=glob,a=LpSolit
2013-05-10Bug 842068: Add 'group_updated_fields' hook to 'global/messages.html.tmpl'Tiago Mello1-0/+2
r=dkl a=LpSolit
2013-05-10Bug 828344: "contains all of the words" no longer looks for all words within ↵Byron Jones3-52/+58
the same comment or flag r=LpSolit, a=LpSolit
2013-05-05Bug 212471: Tabular reports do not link bug counts involving the empty ↵Frédéric Buclin1-1/+2
resolution correctly r=dkl a=LpSolit
2013-05-04Bug 859118 - Bug.search called with no arguments returns all visible bugs, ↵Dave Lawrence2-11/+48
ignoring max_search_results and search_allow_no_criteria r/a=LpSolit
2013-04-28Bug 848635: Old queries based on tags are no longer listed in the page ↵Frédéric Buclin1-6/+1
footer by default when upgrading from 4.0 or older to 4.2 r=glob a=LpSolit
2013-04-28Bug 861519: The keyword field in the "Enter Bug" page no longer lists ↵Frédéric Buclin1-2/+2
available keywords r=glob a=LpSolit
2013-04-28Bug 858909: When running checksetup.pl for the first time using Oracle as DB ↵Frédéric Buclin1-1/+1
server, you get an "uninitialized value" warning r=dkl a=LpSolit
2013-04-18Bug 851591: Add a main-end hook into global/footer.html.tmpl to be able to ↵Frédéric Buclin2-0/+17
display additional data before displaying the page footer r=dkl a=LpSolit
2013-04-18Bug 858911: Oracle fails with "ORA-04043: object T_GROUP_CONCAT does not ↵Frédéric Buclin1-1/+3
exist" when installing Bugzilla for the first time r=dkl a=LpSolit
2013-04-17Bug 828344: Make "contains all of the words" look for all words within the ↵Byron Jones3-51/+139
same comment or flag r=LpSolit, a=LpSolit
2013-04-16Bug 782210: If a custom field depends on a product, component or ↵Pami Ketolainen2-8/+13
classification, the "mandatory" bit is ignored on bug creation r/a=LpSolit