summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Bug.pm
AgeCommit message (Collapse)AuthorFilesLines
2016-10-14Bug 1309487 - include longdescs.count in result for /rest/bugDavid Lawrence1-0/+12
2016-09-13Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵Dylan William Hardison1-28/+7
local symlink to data/ directory
2016-09-12Revert "Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to ↵Dylan William Hardison1-7/+28
bmo/master + local symlink to data/ directory" This reverts commit e6bf4cacb10f86077fe898349485f5c7ab9fb4b6.
2016-09-12Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵Dylan William Hardison1-28/+7
local symlink to data/ directory
2016-07-04Bug 1282606 - Fix TrackingFlags memory leakDylan Hardison1-0/+14
2016-06-30Bug 1283310 - Optimizations for Bugzilla::active_custom_fields()Dylan Hardison1-6/+4
2015-10-05Bug 1164063 - show a warning near the attachments table for ↵Byron Jones1-0/+6
sec-high/sec-crit bugs without sec-approval? on patches
2015-10-05Bug 1205748 - Can't mark inaccessible bug dependent on a regression it causedByron Jones1-5/+15
2015-08-17Bug 981487 - change bugs_fulltext from myisam to innodbByron Jones1-10/+4
2015-08-01Bug 1189362 - Fix memory leak in Bugzilla::Bug->commentsDylan William Hardison1-1/+2
2015-07-27Bug 1186776 - allow users to set keywords on bug creation (via ↵Byron Jones1-7/+1
API/internally only)
2015-07-23Bug 1185823 - add additional [audit] syslog entriesByron Jones1-0/+6
2015-07-15Bug 1183975 - limit the number of accounts a new user can add to any ↵Byron Jones1-1/+1
multi-user field
2015-06-10remove debuggingByron Jones1-1/+0
2015-06-10Bug 1173235: "Can't call method "id" without a package or object reference" ↵Byron Jones1-0/+1
when viewing a security bug
2015-05-27Bug 1162427: the "reset assignee to default" checkbox / functionality should ↵Byron Jones1-0/+3
be visible
2015-05-19Bug 1160430: Backport bug 69267 to BMO (Add the ability to deactivate keywords)Dylan William Hardison1-0/+13
2015-05-11Bug 1161716: backport bug 1140575 to allow adding comment tags via ↵David Lawrence1-2/+22
webservice API when creating/updating
2015-05-11Bug 1163333: Per-product default platform is set to (undefined) ↵Dylan William Hardison1-1/+1
default_product method instead of default_platform
2015-05-07Bug 1161567: always show the intermediate confirmation page when not using ↵Byron Jones1-2/+7
the modal view
2015-05-05Bug 1161568: unable to move non-public bugs between products when groups ↵Byron Jones1-3/+4
need updating (hitting save on intermediate page shows the intermediate page again)
2015-04-30Bug 1151745: add ui to minimise steps required to move bugs between productsByron Jones1-22/+50
2015-04-21Bug 579089: Change default Hardware / OS values to be "Unspecified/Unspecified"Byron Jones1-4/+9
2015-02-02Bug 1123769: add a "rank" field to bugzilla to track priorityByron Jones1-0/+25
2014-10-29Bug 1090175 - Backport upstream bug 1083258 (fix single value select elements)Dylan William Hardison1-0/+5
r=dkl
2014-10-23Bug 1062940: Please increase bmo's alias length to match bugzilla 5.0 (40 ↵David Lawrence1-1/+1
chars instead of 20)
2014-10-06merged with upstream 4.2David Lawrence1-6/+9
2014-10-06Bug 1064140: [SECURITY] Private comments can be shown to flagmail recipients ↵Simon Green1-6/+9
who aren't in the insider group r=glob,a=glob
2014-09-10Bug 1053513: remove last-visited entries when a user removes involvement ↵Dylan William Hardison1-1/+1
from a bug (fixed)
2014-09-10Bug 1053513: remove last-visited entries when a user removes involvement ↵Dylan William Hardison1-0/+6
from a bug
2014-08-26Bug 1051655: mentor field updated/reset when a bug is updated as a result of ↵Byron Jones1-2/+9
a change on a different bug (eg. see also, duplicate)
2014-07-07Bug 1033955: backport bug 1028795 to bmo (pre-load all related bugs during ↵Byron Jones1-4/+63
show_bug initialisation)
2014-06-26Bug 1029991: "bug_comments" hook should run after comment tags are pre-loadedByron Jones1-1/+3
2014-06-11Bug 978146: activity entry when setting flags isn't split across multiple rowsByron Jones1-5/+9
2014-06-06Bug 1020023: update a user's last-visited timestamp for a bug when they ↵Byron Jones1-0/+5
perform any actions on it
2014-06-03Bug 1000917: Backport upstream bug 489028 to bmo/4.2 to allow user last ↵Dylan William Hardison [:dylan]1-0/+18
visit searching
2014-05-20Bug 504461: Allow everyone to make bugs security-sensitive retroactivelyByron Jones1-5/+5
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 Lawrence1-0/+20
add see_also values in enter_bug.cgi and Bug.create
2014-03-04Bug 966180: backport bug 956233 to bmo (enable USE_MEMCACHE on most objects)Byron Jones1-0/+2
2014-03-04Bug 916633: join_activity_entries doesn't reconstitute text with commas ↵Simon Green1-2/+3
correctly.
2014-02-25Bug 975943: add special support for a "deleted" comment tagByron Jones1-1/+2
2014-02-18Bug 941671: Rename "mozilla-corporation-confidential" to ↵Byron Jones1-1/+4
"mozilla-employee-confidential" and update membership accordingly
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-01-22Bug 951974: backport bug 237498 to bmo (Use memcached to improve performance)Byron Jones1-2/+2
2014-01-07Bug 956052 - backport upstream bug 945535 to bmo/4.2 for performance ↵Dave Lawrence1-1/+1
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
2013-12-10Bug 942725: backport bug 793963 to bmo (add the ability to tag comments with ↵Byron Jones1-6/+30
arbitrary tags)
2013-11-18Bug 937180: creation_ts of bugs and attachments always at 0 secondsByron Jones1-1/+1