summaryrefslogtreecommitdiffstats
path: root/Bugzilla
AgeCommit message (Collapse)AuthorFilesLines
2014-03-06Bug 956229: develop a system to track the lifetime of ↵1-0/+4
review/feedback/needinfo requests
2014-03-06fix insecure dependency when calling metrics.plByron Jones1-0/+1
2014-03-05restore old show_bug timing code to allow for before/after comparisonsByron Jones1-0/+68
2014-03-04Bug 956230: improve instrumentation of bugzilla's internalsByron Jones15-69/+787
2014-03-04Bug 966180: backport bug 956233 to bmo (enable USE_MEMCACHE on most objects)Byron Jones16-15/+110
2014-03-04Bug 916633: join_activity_entries doesn't reconstitute text with commas ↵Simon Green1-2/+3
correctly.
2014-02-26Bug 976796 - Spelling mistakes in Bugzilla/WebService/Bug.pmDave Lawrence1-7/+7
2014-02-25Bug 976765 - backport upstream bug 972881 to bmo/4.2 to add hooks to ↵Dave Lawrence3-3/+98
Bugzilla/WebService/Server/REST.pm
2014-02-25Bug 975943: add special support for a "deleted" comment tagByron Jones2-13/+17
2014-02-18Bug 941671: Rename "mozilla-corporation-confidential" to ↵Byron Jones1-1/+4
"mozilla-employee-confidential" and update membership accordingly
2014-02-17Bug 785565: Search by change history between two dates doesn't give expected ↵Frédéric Buclin1-35/+14
result
2014-02-13Bug 40896: Bugzilla needs a "preview" mode for commentsByron Jones1-0/+67
2014-02-11Bug 970184: "possible duplicates" shouldn't truncate words at the first ↵Byron Jones1-2/+4
non-word character
2014-02-10Bug 961789: large dependency trees with lots of resolved bugs are very slow ↵Byron Jones1-8/+15
to load
2014-02-06Bug 967607: User.get shouldn't load data that requires extra database ↵Byron Jones1-28/+36
queries unless required
2014-02-05Bug 968482 - backport bug 966277 to bmo/4.2 to set default content type if ↵Dave Lawrence2-3/+10
no accept header provided
2014-01-29Bug 105865: bugzilla should pay attention to linebreaks when making ↵Byron Jones1-6/+10
bugnumbers to links
2014-01-28Bug 76498: QuickSearch: support comparison operators other than substringByron Jones1-3/+17
2014-01-22Bug 951974: backport bug 237498 to bmo (Use memcached to improve performance)Byron Jones6-21/+454
2014-01-17Bug 960883 - backport bug 960748 to bmo/4.2 to fix issue with queries ↵Dave Lawrence1-1/+9
involving comment tags crashing
2014-01-07Bug 956052 - backport upstream bug 945535 to bmo/4.2 for performance ↵Dave Lawrence2-2/+2
improvement in bugs with large number of attachments
2014-01-07Bug 956052 - backport upstream bug 945535 to bmo/4.2 for performance ↵Dave Lawrence1-15/+21
improvement in bugs with large number of attachments
2014-01-07Bug 956135 - backport upstream bug 952284 to bmo/4.2 to hide tags set to ↵Dave Lawrence1-0/+11
private comments in the bug activity table
2014-01-01Bug 918384 - backport upstream bug 756048 to bmo/4.2 to allow setting ↵Dave Lawrence4-8/+557
bug/attachment flags using the webservices
2013-12-31merged with bugzilla/4.2Dave Lawrence2-2/+3
2013-12-21Bug 748095: Bugzilla crashes when the shutdownhtml parameter is set and ↵Frédéric Buclin1-1/+1
using a non-cookie based authentication method r=dkl a=justdave
2013-12-17Bug 815026: Bugzilla::Object cache should be cleared when an object is ↵Byron Jones1-0/+2
updated or removed from the database
2013-12-10fix issue with switching to the super_user during checksetupByron Jones1-2/+2
2013-12-10Bug 942725: backport bug 793963 to bmo (add the ability to tag comments with ↵Byron Jones11-15/+424
arbitrary tags)
2013-12-10Bug 942725: add the ability to tag comments with arbitrary tagsByron Jones4-2/+73
2013-12-05Bug 942599: Documentation about possible_duplicates() lists 'products' as ↵Frédéric Buclin1-1/+1
argument instead of 'product' r=dkl a=justdave
2013-12-05Bug 943636: SQL error in quicksearch API when providing just a bug IDByron Jones1-16/+52
2013-12-05merged with bugzilla/4.2Dave Lawrence1-15/+14
2013-12-02Bug 938300: vers_cmp() incorrectly compares module versionsFrédéric Buclin1-15/+14
r=sgreen a=justdave
2013-12-02Bug 781672: checksetup.pl fails to check the version of the latest ↵Frédéric Buclin1-2/+9
Apache2::SizeLimit release (it throws "Invalid version format (non-numeric data)") r=dkl a=justdave
2013-11-22merged with bugzilla/4.2Dave Lawrence2-4/+12
2013-11-19Bug 929345: bug history/activity shouldn't collapse multi-line values to a ↵Byron Jones1-8/+0
single line
2013-11-19Bug 939844: Don't cache template filters when arguments are suppliedByron Jones1-1/+2
2013-11-18Bug 936241 - Bug.create doesn't allow tracking flags to be set, but ↵Dave Lawrence1-0/+6
Bug.update does r=glob
2013-11-18Bug 937180: creation_ts of bugs and attachments always at 0 secondsByron Jones2-17/+14
2013-11-14Bug 938161: sql_date_format() method for SQLite has an incorrect default formatFrédéric Buclin1-1/+1
r/a=glob
2013-11-14Product and Component entries in emails sent out for new bugs are positioned ↵Byron Jones1-3/+3
too far away https://bugzilla.mozilla.org/show_bug.cgi?id=938507
2013-11-13Bug 843457: PROJECT environment variable is not honored when mod_perl is enabledFrédéric Buclin1-3/+11
r/a=glob
2013-11-13Bug 932346: Simple bug-change push extensionByron Jones1-9/+16
2013-11-07Bug 935570: add ProjectHoneyPot protectionByron Jones1-0/+3
2013-11-06Bug 934573 - Date range for Bug.history WebService API method Dave Lawrence1-7/+10
2013-10-31Bug 887117: Move the compiled template cache dir to a directory in the ↵Dave Lawrence1-1/+1
document root to avoid storing on NFS
2013-10-31Bug 920026: show reminder of pending review, feedback, and needinfo requests ↵Byron Jones1-2/+2
in the header
2013-10-29Bug 927497 - "Add me to CC list" feature of bug creation screen gives token ↵Dave Lawrence1-10/+18
error
2013-10-28Bug 931192: Add support for product aliases to searchByron Jones1-1/+51