summaryrefslogtreecommitdiffstats
path: root/Bugzilla
AgeCommit message (Collapse)AuthorFilesLines
2013-04-30Bug 866805: don't send illegal unicode warnings to sentryByron Jones1-0/+1
2013-04-30Bug 866807: fix undef warnings in quicksearchByron Jones1-0/+2
2013-04-29rollback Bug 828344Byron Jones3-93/+31
2013-04-23categorise all patchreader errors as "patchreader" in sentryByron Jones1-1/+1
2013-04-23Bug 828344: "contains all of the words" no longer looks for all words within ↵Byron Jones3-31/+93
the same comment or flag
2013-04-22Bug 750170: switch from arecibo to sentry for error reportingByron Jones4-125/+121
2013-04-22Bug 859315: lots of "Lock wait timeout exceeded" errors when updating ↵Byron Jones2-8/+6
cf_crash_signature
2013-04-19merged with bugzilla/4.2Dave Lawrence4-11/+19
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-17revert commit for bug 828344Byron Jones3-138/+34
2013-04-17Bug 828344: Make "contains all of the words" look for all words within the ↵Byron Jones3-34/+138
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
2013-04-15Bug 861528: $user->can_enter_product() now returns the product object ↵Frédéric Buclin1-2/+3
instead of 1 r=glob a=LpSolit
2013-04-11Bug 859480: Ability to ignore specific bugs (not get email from them, even ↵Dave Lawrence4-13/+95
as the reporter)
2013-04-09Bug 859480 - Backport upstream bug 148564 to current BMO code baseDave Lawrence1-0/+17
- DB Schema change only
2013-04-04Bug 852750 - Flags requested of me, shows only requested flags in ↵Dave Lawrence1-1/+1
non-restricted bugs r=glob
2013-04-04+x bin/* not just bin/*.plByron Jones1-1/+1
2013-04-04make all extension/bin files executableByron Jones1-0/+1
2013-04-04merge with bugzilla/4.2Byron Jones2-23/+2
2013-03-28Bug 850639: the dependency graph should have an upper limit on the number of ↵Byron Jones1-0/+4
nodes it attempts to graph
2013-03-27Bug 855414 - Editing of FlagTypeComment values for each status is broken due ↵Dave Lawrence1-0/+6
to the 4.2 upgrade
2013-03-26Bug 854901: don't allow setting a flag's requestee to a disabled accountByron Jones1-1/+7
2013-03-26Bug 854074: Remove all references to the uwinnipeg.ca PPM repository as it ↵Frédéric Buclin1-20/+0
is no longer available r=glob a=LpSolit
2013-03-26Bug 854769: arecibo is causing high load over short durationsByron Jones1-31/+6
2013-03-25Bug 838846 - In Product.get, include_fields => ['components'] no longer ↵Simon Green1-0/+7
returns data about components
2013-03-25Bug 838846 - In Product.get, include_fields => ['components'] no longer ↵Simon Green2-12/+26
returns data about components
2013-03-25Bug 848583: Use of uninitialized value in subroutine entry at ↵Byron Jones1-0/+3
/data/www/bugzilla.mozilla.org/Bugzilla/BugMail.pm line 408.
2013-03-25Bug 849120: change "send error to error reporter" from forking to running a ↵Byron Jones2-21/+13
process
2013-03-20Bug 852560: Bugzilla cannot be installed with MySQL 5.6, because the ↵Frédéric Buclin1-3/+2
have_innodb variable no longer exists r=glob a=LpSolit
2013-03-13Bug 850429: Searching on Due Date Is Empty does not work anymoreByron Jones1-4/+13
2013-03-05Bug 817486: _sync_fulltext always updates bugs_fulltext.short_desc, even if ↵Byron Jones3-22/+41
it wasn't changed
2013-02-27Bug 836067 - backport bug 819432 to BMO 4.2 to improve search performanceDave Lawrence1-3/+175
2013-02-27disable debugging on jobqueue worker processesByron Jones1-1/+1
2013-02-26Reverted Bug 836067 due to buglist crashing and do not yet know the reasonDave Lawrence1-175/+3
2013-02-26Bug 836067 - backport bug 819432 to BMO 4.2 to improve search performanceDave Lawrence1-3/+175
2013-02-26restore isempty/isnotempty operators to bmo/4.2Byron Jones1-0/+24
2013-02-25Bug 844724: updates for the push extensionByron Jones1-1/+3
2013-02-20Merge with bugzilla/4.2Reed Loden1-1/+1
2013-02-20Update and enable LimitedEmail extensionByron Jones1-0/+3
2013-02-20Bump version post-releaseDave Lawrence1-1/+1
2013-02-19Merge with bugzilla/4.2Reed Loden1-1/+1
2013-02-19Bug 842651 - Bump HSTS max-age from one month to one year.Reed Loden1-2/+2
2013-02-19Bump version to 4.2.5Dave Lawrence1-1/+1
2013-02-19Bug 842038: (CVE-2013-0785) [SECURITY] XSS in show_bug.cgi when using an ↵Frédéric Buclin1-0/+1
invalid page format r=glob a=LpSolit
2013-02-19Bug 824399: (CVE-2013-0786) [SECURITY] build_subselect() leaks the existence ↵Simon Green1-0/+8
of products and components you cannot access r/a=LpSolit
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