aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla
Commit message (Collapse)AuthorAgeFilesLines
...
* Bug 491316 - Allow the reporter to enter keywords at bug creationSunil Joshi2013-08-061-7/+1
| | | r=sgreen, a=sgreen
* Fix wrong links in REST PODFrédéric Buclin2013-08-033-3/+3
|
* Bug 834290: Add support for iPads and iPhones in useragent stringsFrédéric Buclin2013-08-011-0/+7
| | | | r=dkl a=sgreen
* Bug 781672: checksetup.pl fails to check the version of the latest ↵Frédéric Buclin2013-08-011-2/+9
| | | | | | Apache2::SizeLimit release (it throws "Invalid version format (non-numeric data)") r=dkl a=sgreen
* Bug 896330: patchreader should not set the "expires" headerByron Jones2013-07-311-2/+1
| | | | r=sgreen, a=sgreen
* Bug 877078: shift bugmail generation to the jobqueueByron Jones2013-07-315-28/+163
| | | | r=sgreen, a=sgreen
* Bug 856736 - Set X-Bugzilla-Type to dep_changed for 'dependency changed" bugmailDave Lawrence2013-07-301-4/+11
| | | | r/a=sgreen
* Bug 897029: Preload bug permissions when calling Bug.get to improve performanceFrédéric Buclin2013-07-301-0/+6
| | | | r/a=sgreen
* Bug 897003: Improve _strip_undefs() performanceFrédéric Buclin2013-07-291-8/+9
| | | | r/a=sgreen
* Bug 880093 - Cache filter_wantsSimon Green2013-07-261-7/+17
| | | r=glob, a=glob
* Remove debug codeFrédéric Buclin2013-07-251-1/+0
| | | https://bugzilla.mozilla.org/show_bug.cgi?id=895309
* Bug 880113 - Use the cache for the product and component nameSimon Green2013-07-251-8/+2
| | | r=LpSolit, a=glob
* Bug 896298: Bugzilla::JobQueue requires TheSchwartz 1.07 to use the ↵Frédéric Buclin2013-07-251-1/+2
| | | | | | prioritization of jobs r=gerv a=glob
* Bug 895309 - comments returned via the REST endpoint shouldn't be wrappedDave Lawrence2013-07-241-1/+3
| | | | | r/a=glob https://bugzilla.mozilla.org/show_bug.cgi?id=859309
* Bug 880653 - Add POD for Bug.possible_duplicates webserviceDave Lawrence2013-07-241-2/+53
| | | | r=LpSolit,a=sgreen
* Bug 345194: Add "is empty" and "is not empty" search operators to the ↵Byron Jones2013-07-241-1/+161
| | | | | | boolean chart r=LpSolit, a=sgreen
* Bug 533878: Allow relative date searches involving date/time custom fieldsByron Jones2013-07-241-18/+36
| | | | r=LpSolit, a=sgreen
* Bug 896066 - Allow REST WebService API to for GET /product to allow ↵Dave Lawrence2013-07-231-1/+0
| | | | retrieval of multiple product objects instead of ids
* Bug 896066 - Allow REST WebService API to for GET /product to allow ↵Dave Lawrence2013-07-232-49/+103
| | | | | | retrieval of multiple product objects r/a=glob
* Bug 871473: New code hook "before_read" in Migrate.pmrojanu2013-07-231-0/+7
| | | | r=LpSolit a=sgreen
* Bug 880227 - Install of Bugzilla DBI module fails due to mirror.hiwaay.net ↵Hugo Seabrook2013-07-231-7/+1
| | | | not being available
* Bug 850986: don't allow setting a flag's requestee to a disabled accountByron Jones2013-07-221-1/+6
| | | | r=dkl, a=justdave
* Bug 894221 - API Documentation ErrorSimon Green2013-07-161-4/+0
|
* Bug 787328 - xmlrpc.cgi doesn't send any security-related headers Dave Lawrence2013-07-141-2/+10
| | | | r=glob,a=justdave
* Bug 866927 - Enhance Bugzilla WebServices to allow data access using RESTDave Lawrence2013-07-1220-39/+1585
| | | | r=glob,a=justdave
* Bug 885646: Bugzilla::BugMail::_get_diff should rejoin split activity entriesSimon Green2013-07-093-34/+60
| | | | r=glob, a=justdave
* Bug 886034: Remove deprecated code about CGI 2.75Frédéric Buclin2013-06-261-7/+1
| | | | r=dkl a=LpSolit
* Bug 880097 - Only retrieve database fetched values if requestedSimon Green2013-06-171-4/+13
| | | | r=glob, a=LpSolit
* Bug 877083 - "Ignore Bug Mail" shouldn't lead to request email being dropped Dave Lawrence2013-06-121-3/+0
| | | | r=glob,a=LpSolit
* Bug 856158: A question mark inside quoted strings triggers flag detection ↵Frédéric Buclin2013-06-111-13/+33
| | | | | | when using QuickSearch r=glob a=LpSolit
* Bug 880315: Fix malformed sql generated by the fix for bug 879055Byron Jones2013-06-071-4/+4
| | | | r=LpSolit, a=LpSolit
* Bug 878035: Do not disclose whether a user account exists or not when a user ↵Frédéric Buclin2013-06-061-1/+3
| | | | | | clicks "forgot password" r=dkl a=LpSolit
* 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-051-17/+8
| | | | 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: "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 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 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 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
* Remove unintentional code commitsDave Lawrence2013-04-081-2/+0
|
* Bug 148564 - Ability to ignore specific bugs (not get email from them, even ↵Dave Lawrence2013-04-086-14/+118
| | | | | | as the reporter) r=glob,r/a=LpSolit
* Bug 850639: Set an upper limit on the number of nodes the dependency graph ↵Byron Jones2013-03-281-0/+4
| | | | | | will display r=LpSolit, a=LpSolit
* Bug 854074: Remove all references to the uwinnipeg.ca PPM repository as it ↵Frédéric Buclin2013-03-251-10/+0
| | | | | | is no longer available r=glob 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