Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-06-20 | Bug 1468818 - Re-introduce is_markdown to the longdescs table (schema-only) | Dylan William Hardison | 1 | -8/+0 | |
2018-06-15 | Bug 1468818 - Re-introduce is_markdown to the Bugzilla::Comment model | Dylan William Hardison | 1 | -0/+8 | |
2018-03-07 | Revert Bug 1273381 | Dylan William Hardison | 1 | -7/+0 | |
This reverts commit ed53ecda0546d6c639fa3d227a59ace4d57b81a5. | |||||
2018-03-05 | Bug 1273381 - Improve bugzilla object performance by using Class::XSAccessor ↵ | Upasana | 1 | -0/+7 | |
for object accessors | |||||
2017-07-28 | Bug 1383802 - Elasticsearch indexed documents lack an _id based on the ↵ | Dylan William Hardison | 1 | -1/+1 | |
object's primary key | |||||
2017-07-20 | Bug 1381869 - Use separate elasticsearch index for Bugzilla::User | Dylan William Hardison | 1 | -2/+2 | |
This patch removes the concept of a single, bugzilla-wide index in favor of a per-class index. bugs and comments continue to use Bugzilla->params->{elasticsearch_index} but users use Bugzilla->params->{elasticsearch_index} . "_user". It is assured via the ChildObject trait (role) that comments will share the index with bugs, and we have kept the index for bugs/comments the same to avoid the multi-hour reindexing of production. Re-indexing users takes only five minutes. Subsequent work on this will allow use to version the index names and use aliases, but I wanted to keep this patch small. This patch also corrects some mistakes 1. $indexer->put_mapping() should not have been a public method. 2. Time::HiRes should be imported at the top of the file, not in a sub. | |||||
2017-07-07 | Bug 1377933 - Remove trailing whitespace from all perl files | Dylan William Hardison | 1 | -9/+9 | |
2017-01-04 | Bug 1307478 - Elasticsearch Indexer / Bulk Indexer | Dylan William Hardison | 1 | -0/+54 | |
2016-09-20 | Bug 1303659 - Bug.comments (/rest/bug/<id>/comment) should return the count ↵ | David Lawrence | 1 | -5/+5 | |
value in the results | |||||
2016-09-13 | Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵ | Dylan William Hardison | 1 | -21/+9 | |
local symlink to data/ directory | |||||
2016-09-12 | Revert "Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to ↵ | Dylan William Hardison | 1 | -9/+21 | |
bmo/master + local symlink to data/ directory" This reverts commit e6bf4cacb10f86077fe898349485f5c7ab9fb4b6. | |||||
2016-09-12 | Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵ | Dylan William Hardison | 1 | -21/+9 | |
local symlink to data/ directory | |||||
2016-07-13 | Bug 1284521 - Reference is already weak at Bugzilla/Comment.pm line 245. | Dylan Hardison | 1 | -2/+2 | |
2016-07-04 | Bug 1282606 - Fix TrackingFlags memory leak | Dylan Hardison | 1 | -3/+4 | |
2015-06-15 | Bug 1146774: treeherder/tbpl comments are not automatically collapsed | Byron Jones | 1 | -9/+15 | |
2014-03-31 | Bug 987741: deleted comment checking runs before tags are preloaded, ↵ | Byron Jones | 1 | -0/+3 | |
triggering excessive database queries | |||||
2014-02-25 | Bug 975943: add special support for a "deleted" comment tag | Byron Jones | 1 | -12/+15 | |
2013-12-10 | Bug 942725: backport bug 793963 to bmo (add the ability to tag comments with ↵ | Byron Jones | 1 | -6/+189 | |
arbitrary tags) | |||||
2013-07-10 | Bug 822980 - backport bug 815532 to bmo (Bugzilla::User objects should be ↵ | Dave Lawrence | 1 | -2/+2 | |
cached where appropriate) r=glob | |||||
2013-03-05 | Bug 817486: _sync_fulltext always updates bugs_fulltext.short_desc, even if ↵ | Byron Jones | 1 | -1/+1 | |
it wasn't changed | |||||
2012-11-28 | Bug 814411: Add a caching mechanism to Bugzilla::Object to avoid querying ↵ | Byron Jones | 1 | -1/+2 | |
the database repeatedly for the same information | |||||
2012-01-12 | Bug 715902: Do not log personal common activities in audit_log | Frédéric Buclin | 1 | -1/+3 | |
r=dkl a=LpSolit | |||||
2011-03-14 | Bug 622943: Simple auditing of changes to Bugzilla::Object subclass objects | Max Kanat-Alexander | 1 | -0/+3 | |
r=dkl, a=mkanat | |||||
2010-12-13 | Bug 617477: Fix numerous consistency and behavior issues surroudning Bug.update | Max Kanat-Alexander | 1 | -3/+19 | |
and Bugzilla::Bug. See https://bugzilla.mozilla.org/show_bug.cgi?id=617477#c2 for details. r=LpSolit, a=LpSolit | |||||
2010-11-03 | Bug 607909: Hours worked / work_time is marked as changing when commenting ↵ | Christian Legnitto | 1 | -1/+5 | |
even when you don't enter a value r/a=LpSolit | |||||
2010-10-14 | Bug 590334: Change Bug.pm to use the comment object (Bugzilla::Comment) | Christian Legnitto | 1 | -8/+97 | |
when creating or updating bug comment r=mkanat, a=mkanat | |||||
2010-10-05 | Bug 26074 - Ability to limit search by number of Comments | Max Kanat-Alexander | 1 | -1/+4 | |
r=mkanat, a=mkanat (module owner) | |||||
2010-06-18 | Bug 556422: Move the existing bug-moving functionality into an extension | Max Kanat-Alexander | 1 | -3/+0 | |
called OldBugMove. r=dkl, a=mkanat | |||||
2010-04-22 | Bug 539865: Make Bugzilla::Object pass $params to validators during create() | Max Kanat-Alexander | 1 | -6/+9 | |
(implement VALIDATOR_DEPENDENCIES) r=LpSolit, a=LpSolit | |||||
2010-03-14 | Bug 552168: Speed up comment display by pre-loading all Bugzilla::User | Max Kanat-Alexander | 1 | -0/+13 | |
objects for the comment authors, for the whole list, all at once. r=LpSolit, a=LpSolit | |||||
2010-02-20 | Bug 499151: Only call format_comment when it's actually needed, as a slight | Max Kanat-Alexander | 1 | -4/+9 | |
performance improvement. r=glob, a=LpSolit | |||||
2010-02-16 | Bug 372979: Make voting into an extension | Max Kanat-Alexander | 1 | -1/+1 | |
r=mkanat, a=mkanat, a=LpSolit | |||||
2010-02-10 | Bug 310450 - Bugzilla should send an email when a comment becomes private ↵ | Dave Lawrence | 1 | -2/+20 | |
or un-private r=mkanat, a=mkanat | |||||
2009-12-13 | Bug 526734: Allow localization of the "From update of attachment" string in ↵ | mkanat%bugzilla.org | 1 | -2/+5 | |
comments Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2009-12-04 | Bug 452919: Allow the "created an attachment" message in comments to be ↵ | mkanat%bugzilla.org | 1 | -3/+107 | |
localized Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2009-11-10 | Bug 472217: Create a Bugzilla::Comment object and eliminate GetComments | mkanat%bugzilla.org | 1 | -0/+173 | |
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit |