aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Bug 824346 - The flaginclusions and flagexclusions DB tables have no UNIQUE ↵Dave Lawrence2013-02-172-4/+36
| | | | | | index r/a=LpSolit
* Bug 601875: Display the "allow UNCONFIRMED" column when listing products in ↵Hugo Seabrook2013-02-171-3/+8
| | | | | | editproducts.cgi r/a=LpSolit
* Fix regression due to bug 830330Frédéric Buclin2013-02-171-1/+1
|
* Bug 839950: Cannot search by Change History on multi-select fieldsMatt Tyson2013-02-171-2/+6
| | | | r/a=LpSolit
* Bug 836436: Add a "search_tabs" hook to allow additional search tabsAlbert Ting2013-02-162-4/+21
| | | | r/a=LpSolit
* Bug 825758: Most Bugzilla::BugUrl::* modules incorrectly validate the domain ↵Hugo Seabrook2013-02-168-9/+9
| | | | | | name r/a=LpSolit
* Bug 840824: It is possible to create a new bug with a non active target ↵Simon Green2013-02-161-6/+3
| | | | | | milestone, version or component r/a=LpSolit
* Bug 838846: In Product.get, include_fields => ['components'] no longer ↵Simon Green2013-02-153-19/+41
| | | | | | returns data about components r/a=LpSolit
* Bug 830330: Make flags honour bug_check_can_change_fieldHugo Seabrook2013-02-153-3/+9
| | | | r=dkl, a=LpSolit
* Bug 830333: Make the comment box hidden if bug_check_can_change_field ↵Hugo Seabrook2013-02-152-15/+21
| | | | | | reports the user is unable to comment on the bug r=glob, a=LpSolit
* Bug 832893: changes jobqueue.pl to spawn worker processes to deliver bugmail ↵Byron Jones2013-02-154-12/+79
| | | | | | to avoid memory leaks r=dkl, a=LpSolit
* Bug 839095: Fix interdiff failing on mod_perl with "No valid patch files ↵Byron Jones2013-02-151-5/+14
| | | | | | were found in the attachment" r=dkl, a=LpSolit
* Bug 784352: Show a warning when interdiff reports errorsByron Jones2013-02-072-13/+34
| | | | r=dkl, a=LpSolit
* Bug 834770: testserver.pl should support uppercase URLsKoosha Khajeh Moogahi2013-02-031-1/+1
| | | | r/a=LpSolit
* Bug 821410: Add support for bitbucket.org for the 'See Also' fieldKoosha Khajeh Moogahi2013-02-033-0/+41
| | | | r/a=LpSolit
* Bug 102048: Display the "Blocks" and "Depends On" columns in buglistsHugo Seabrook2013-01-303-2/+17
| | | | r/a=LpSolit
* Bug 833752 - Bug id custom fields should be clickable in bug listHugo Seabrook2013-01-301-0/+4
| | | | r=dkl, a=LpSolit
* Bug 835780: Order quips chronologically when listing themDaniel Piddock2013-01-301-1/+1
| | | | r/a=LpSolit
* Bug 824636: Only show "Show dependency tree / graph" when there are bugs in ↵Olav Vitters2013-01-301-12/+14
| | | | | | the dependency chain r/a=LpSolit
* Bug 272407: Send an e-mail when the administrator creates a new account for ↵Hugo Seabrook2013-01-303-0/+50
| | | | | | a user r/a=LpSolit
* Bug 819371: Weird list of arguments passed to query.cgi when accessing ↵Frédéric Buclin2013-01-221-1/+1
| | | | | | advanced search r=glob a=LpSolit
* Bug 820766: The requester and requestee fields in the Requests page are way ↵Frédéric Buclin2013-01-172-4/+15
| | | | | | too small in narrow windows r=dkl a=LpSolit
* Bug 752946 - Fixed uninitialized error Dave Lawrence2013-01-171-1/+1
|
* Bug 752946 - Moving a bug into another product lists inactive components, ↵Dave Lawrence2013-01-172-7/+26
| | | | | | milestones and versions r/a=LpSolit
* Bug 830467: Don't call _wanted_languages() when only one is availableFrédéric Buclin2013-01-173-11/+16
| | | | r=glob a=LpSolit
* Bug 819432: Execute queries in two steps to improve performanceFrédéric Buclin2013-01-168-49/+218
| | | | r=dkl a=LpSolit
* Fix bustageFrédéric Buclin2013-01-151-1/+4
| | | https://bugzilla.mozilla.org/show_bug.cgi?id=829709
* Bug 829601: Bugzilla->local_timezone should be stored in process_cache ↵Frédéric Buclin2013-01-141-1/+1
| | | | | | instead of request_cache r=glob a=LpSolit
* Bug 830373: Remove the unused global/help.html.tmpl templateFrédéric Buclin2013-01-142-22/+0
| | | | r=wicked a=LpSolit
* Bug 829939: Only build default_authorizer on requestFrédéric Buclin2013-01-141-1/+1
| | | | r=glob a=LpSolit
* Bug 829709: Do not load CSS files from all skins by defaultFrédéric Buclin2013-01-142-72/+21
| | | | r=dkl a=LpSolit
* Bug 829852: Requirements.pm no longer uses SafeFrédéric Buclin2013-01-141-1/+0
| | | | r=glob a=LpSolit
* Bug 787668 #2: Use |use parent| instead of |use base|Frédéric Buclin2013-01-121-1/+1
|
* Bug 824361: Add an index on (bug_id, work_time) in the longdescs table to ↵Frédéric Buclin2013-01-072-1/+13
| | | | | | improve performance r=dkl a=LpSolit
* Bug 825718: Fix Bugzilla::Bug->check() wrt caching mechanismByron Jones2013-01-071-5/+7
| | | | r=LpSolit,r=LpSolit
* Bug 826678: Disable warnings about the deprecated Return::Value module when ↵Frédéric Buclin2013-01-063-0/+19
| | | | | | loading Email::Send r=wicked a=LpSolit
* Bug 824262: Querying for strings in comments is now ultra slowFrédéric Buclin2013-01-031-7/+18
| | | | r=glob a=LpSolit
* Bug 824616: The urlbase field in global/header.html.tmpl must be filteredMatt Selsky2013-01-031-1/+1
| | | | r/a=LpSolit
* Fix bustage due to bug 801664Frédéric Buclin2013-01-021-3/+3
|
* Bug 801664 - Add DATE type for custom fields. r=LpSolit.Gervase Markham2013-01-0214-16/+64
|
* Bug 413851 - add CSV output option to request lists. r=LpSolit.Gervase Markham2013-01-026-31/+99
|
* Bug 817486: fix _sync_fulltext to avoid always updating bugs_fulltext.short_descByron Jones2013-01-035-24/+43
| | | | r=LpSolit,a=LpSolit
* Bug 822547: Fix POD coverage bustageByron Jones2013-01-032-0/+5
|
* Bug 822547: Make jobqueue.pl clear the request cache before sending each mailByron Jones2013-01-032-1/+20
| | | | r=dkl,a=LpSolit
* Bug 824640: The product name generated by collectstats.pl is brokenFrédéric Buclin2013-01-021-4/+6
| | | | r=wurblzap a=LpSolit
* Bug 825781: extensions/create.pl should capitalize the name of the new ↵Frédéric Buclin2013-01-021-0/+1
| | | | | | extension automatically instead of complaining r=glob a=LpSolit
* Bug 825431: List::MoreUtils older than 0.27_04 leaks memory when using part()Frédéric Buclin2013-01-021-1/+2
| | | | r=glob a=LpSolit
* Bug 824342: The "First" and "Last" links should be disabled on bug ↵Sunil Joshi2013-01-021-7/+16
| | | | | | navigation when we are on the first or last bug respectively of the buglist r=LpSolit a=justdave