aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Comment.pm
Commit message (Expand)AuthorAgeFilesLines
* Bug 1143874: Improve load time of bug commentsFrédéric Buclin2015-04-051-5/+13
* Revert Bug 330707 - Add optional support for MarkDownDavid Lawrence2014-11-041-18/+0
* Bug 330707: Add optional support for MarkDownKoosha KM2014-08-281-0/+18
* Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin2014-08-131-0/+1
* Remove "Unicode non-character 0xfdd0 is illegal for interchange" warnings thr...Frédéric Buclin2014-02-261-1/+4
* Bug 405011: Text is cut off when containing Unicode supplementary characters ...Frédéric Buclin2014-02-251-0/+9
* Bug 793963: add the ability to tag comments with arbitrary tagsByron Jones2013-11-251-6/+189
* Bug 817486: fix _sync_fulltext to avoid always updating bugs_fulltext.short_descByron Jones2013-01-031-1/+1
* Bug 815532: Add caching for Bugzilla::User objectsByron Jones2012-12-191-1/+2
* Bug 787668: Use |use parent| instead of |use base|Matt Selsky2012-12-011-1/+1
* Bug 816747 - Add dummy POD for unPODded methods.Marc Schumann2012-11-301-0/+26
* Bug 811280: Adds a caching mechanism to Bugzilla::Object to avoid querying th...Byron Jones2012-11-221-1/+2
* Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin2012-09-011-2/+3
* Bug 715902: Do not log personal common activities in audit_logFrédéric Buclin2012-01-121-1/+3
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ...Frédéric Buclin2012-01-111-19/+5
* Bug 622943: Simple auditing of changes to Bugzilla::Object subclass objectsMax Kanat-Alexander2011-03-131-0/+3
* Bug 617477: Fix numerous consistency and behavior issues surroudning Bug.updateMax Kanat-Alexander2010-12-131-3/+19
* Bug 607909: Hours worked / work_time is marked as changing when commenting ev...Christian Legnitto2010-11-031-1/+5
* Bug 590334: Change Bug.pm to use the comment object (Bugzilla::Comment)Christian Legnitto2010-10-131-8/+97
* Bug 26074 - Ability to limit search by number of CommentsMax Kanat-Alexander2010-10-051-1/+4
* Bug 556422: Move the existing bug-moving functionality into an extensionMax Kanat-Alexander2010-06-181-3/+0
* Bug 539865: Make Bugzilla::Object pass $params to validators during create()Max Kanat-Alexander2010-04-221-6/+9
* Bug 552168: Speed up comment display by pre-loading all Bugzilla::UserMax Kanat-Alexander2010-03-131-0/+13
* Bug 499151: Only call format_comment when it's actually needed, as a slightMax Kanat-Alexander2010-02-201-4/+9
* Bug 372979: Make voting into an extensionMax Kanat-Alexander2010-02-151-1/+1
* Bug 310450 - Bugzilla should send an email when a comment becomes private or...Dave Lawrence2010-02-101-2/+20
* Bug 526734: Allow localization of the "From update of attachment" string in c...mkanat%bugzilla.org2009-12-131-2/+5
* Bug 452919: Allow the "created an attachment" message in comments to be local...mkanat%bugzilla.org2009-12-041-3/+107
* Bug 472217: Create a Bugzilla::Comment object and eliminate GetCommentsmkanat%bugzilla.org2009-11-101-0/+173