summaryrefslogtreecommitdiffstats
path: root/Bugzilla
AgeCommit message (Collapse)AuthorFilesLines
2013-02-19Bug 824399Byron Jones1-0/+8
2013-02-19Bug 842038Byron Jones1-0/+1
2013-02-19merge with bugzilla/4.2Byron Jones1-2/+6
2013-02-18Bug 840824: It is possible to create a new bug with a non active target ↵Dave Lawrence1-6/+3
milestone, version or component
2013-02-18Bug 824346 - The flaginclusions and flagexclusions DB tables have no UNIQUE ↵Dave Lawrence2-4/+36
index r/a=LpSolit
2013-02-17Bug 839950: Cannot search by Change History on multi-select fieldsMatt Tyson1-2/+6
r/a=LpSolit
2013-02-16Bug 840824: It is possible to create a new bug with a non active target ↵Simon Green1-6/+3
milestone, version or component r/a=LpSolit
2013-02-15Bug 828344: Fix comment "contains all of the words" behavourByron Jones1-1/+38
2013-02-13Bug 690833: Add the ability to restrict who can add comments to a bug reportByron Jones2-2/+8
2013-02-08Bug 839095: interdiff fails with "No valid patch files were found in the ↵Byron Jones1-5/+14
attachment" on mod_perl
2013-02-07Bug 832893: change jobqueue.pl to spawn worker processes to deliver bugmail ↵Byron Jones2-9/+69
to avoid memory leaks
2013-02-07Bug 784352: show a warning when interdiff reports errorsByron Jones1-1/+2
2013-01-30Bug 102048: Display the "Blocks" and "Depends On" columns in buglistsDave Lawrence2-2/+15
r/a=LpSolit
2013-01-30Fix $field being undef for the field_end_of_create hookByron Jones1-1/+1
2013-01-30Bug 784352: show a warning when interdiff reports errorsByron Jones1-5/+22
2013-01-17Bug 830467 - Don't call _wanted_languages() when only one is availableDave Lawrence2-10/+7
2013-01-17Bug 752946 - Fixed uninitialized error Dave Lawrence1-1/+1
2013-01-17Bug 752946 - Fixed uninitialized errorDave Lawrence1-1/+1
2013-01-17Bug 752946 - Moving a bug into another product lists inactive components, ↵Dave Lawrence1-7/+21
milestones and versions
2013-01-17Bug 752946 - Moving a bug into another product lists inactive components, ↵Dave Lawrence1-7/+21
milestones and versions r/a=LpSolit
2013-01-14merged with bugzilla/4.2Dave Lawrence1-1/+1
2013-01-14Bug 829709 - Do not load CSS files from all skins by defaultDave Lawrence1-36/+13
2013-01-14Bug 829939: Only build default_authorizer on requestFrédéric Buclin1-1/+1
r=glob a=LpSolit
2013-01-10Bug 829273 - Certain webservice tests failing due to improper error being ↵Dave Lawrence2-3/+4
thrown for undef or empty bug id values
2013-01-10Bug 825718: Fix Bugzilla::Bug->check() wrt caching mechanismDave Lawrence1-7/+11
r=LpSolit, r=LpSolit - Also fixes the webservices automated tests
2013-01-09Fixed filter_wants in Bugzilla::WebService::Bug to work properly with ↵Dave Lawrence1-3/+2
exludes/includes. Founds by automated webservice tests
2013-01-07Bug 823153 - Duplicate bugs are created when requestee confirmation is ↵Dave Lawrence1-1/+1
required and SKIP_REQUESTEE_ON_ERROR is disabled
2013-01-07merged with bugzilla/4.2Dave Lawrence3-0/+19
2013-01-06Bug 826678: Disable warnings about the deprecated Return::Value module when ↵Frédéric Buclin3-0/+19
loading Email::Send r=wicked a=LpSolit
2013-01-03More MyDashboard workDave Lawrence1-2/+7
2012-12-28merged with bugzilla/4.2Dave Lawrence1-1/+1
2012-12-20Bug 822547: jobqueue.pl should clear the request cache before sending each mailByron Jones1-0/+7
2012-12-18Bug 813628 - New extension hook for Bugzilla::Bug::update called ↵Dave Lawrence1-0/+33
bug_start_of_update
2012-12-17Bug 818890: Bugzilla doesn't obey the "Comment required on status ↵Alexander Tereschenko1-1/+1
transition" for {Start}-> transition (for new bugs) r/a=LpSolit
2012-12-12merged with bugzilla/4.2Dave Lawrence1-1/+1
2012-12-07Bug 818007: Searching by commenter is slowFrédéric Buclin1-1/+1
r=dkl a=LpSolit
2012-12-05merged with bugzilla/4.2Dave Lawrence2-1/+32
2012-12-04Bugzilla/Search.pm: revert LpSolit's test patchDave Lawrence1-1/+1
2012-12-04Bugzilla/Search.pm: Patch requested by LpSolit@gmail.comDave Lawrence1-1/+1
2012-11-29Bug 579189 - New methods added to Bugzilla/User.pm by bug 24896 have no PODHugo1-0/+29
r=dkl, a=LpSolit
2012-11-28Bug 814411: Add a caching mechanism to Bugzilla::Object to avoid querying ↵Byron Jones6-12/+68
the database repeatedly for the same information
2012-11-26Bug 812543 - Back port patch from bug 797636 to bmo/4.2 to bring in ↵Dave Lawrence4-15/+24
performance enhancements r=glob
2012-11-26Add missing fileByron Jones1-0/+96
2012-11-22Bug 780820: Allows for multiple custom search criteria to match one fieldByron Jones4-32/+57
2012-11-20Bug 640756 - Make the documentation clearer that attachments created with ↵Dave Miller1-1/+3
Bug.add_attachment must by of type 'base64' when non-ASCII . r=LpSolit, a=LpSolit
2012-11-20Bug 812420: When creating a needinfo request and a comment at the same time, ↵Dave Lawrence1-0/+4
comment is added twice
2012-11-14merged with bugzilla/4.2Dave Lawrence13-64/+76
2012-11-14Bump version post-releaseDave Lawrence1-1/+1
https://bugzilla.mozilla.org/show_bug.cgi?id=805644
2012-11-13Bump version to 4.2.4Dave Lawrence1-1/+1
https://bugzilla.mozilla.org/show_bug.cgi?id=805644
2012-11-13Bug 781850 (CVE-2012-4198): [SECURITY] Do not leak the existence of groups ↵Frédéric Buclin2-6/+21
when using User.get() r=dkl a=LpSolit