summaryrefslogtreecommitdiffstats
path: root/Bugzilla
AgeCommit message (Collapse)AuthorFilesLines
2014-04-01Bug 981756: add support for "bigint unsigned" to db/schema and update ↵Byron Jones3-8/+34
bz_schema to reflect the current state
2014-03-31Bug 989633 - Unable to change content type using Bug.update_attachment if ↵David Lawrence1-1/+2
attachment previously set to is_patch = 1
2014-03-31Bug 990070 - backport bug 989647 to bmo/4.2 to allow Bug.update_attachment ↵David Lawrence1-1/+14
to add a comment when updating attachment details similar to attachment.cgi
2014-03-31Bug 989650 - backport bug 294021 to bmo/4.2 to allow requestees to set ↵David Lawrence3-10/+9
attachment flags even if they don't have editbugs privs r=glob
2014-03-31Bug 987741: deleted comment checking runs before tags are preloaded, ↵Byron Jones1-0/+3
triggering excessive database queries
2014-03-27Bug 880113: Use the cache for the product and component nameSimon Green1-8/+2
2014-03-20Bug 986124 - backport upstream bug 513212 to bmo/4.2 to add the ability to ↵David Lawrence2-1/+22
add see_also values in enter_bug.cgi and Bug.create
2014-03-19Bug 985305: update the metrics elasticsearch reporter to bypass es node ↵Byron Jones2-5/+19
discovery
2014-03-06Bug 980392 - Storable error generating when create etags for Bug.get under ↵Dave Lawrence1-1/+1
certain circumstances
2014-03-06Bug 980388: metrics.pl is being called even when metrics_enabled is falseByron Jones2-2/+7
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