summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Comment.pm
AgeCommit message (Collapse)AuthorFilesLines
2011-03-14Bug 622943: Simple auditing of changes to Bugzilla::Object subclass objectsMax Kanat-Alexander1-0/+3
r=dkl, a=mkanat
2010-12-13Bug 617477: Fix numerous consistency and behavior issues surroudning Bug.updateMax Kanat-Alexander1-3/+19
and Bugzilla::Bug. See https://bugzilla.mozilla.org/show_bug.cgi?id=617477#c2 for details. r=LpSolit, a=LpSolit
2010-11-03Bug 607909: Hours worked / work_time is marked as changing when commenting ↵Christian Legnitto1-1/+5
even when you don't enter a value r/a=LpSolit
2010-10-14Bug 590334: Change Bug.pm to use the comment object (Bugzilla::Comment)Christian Legnitto1-8/+97
when creating or updating bug comment r=mkanat, a=mkanat
2010-10-05Bug 26074 - Ability to limit search by number of CommentsMax Kanat-Alexander1-1/+4
r=mkanat, a=mkanat (module owner)
2010-06-18Bug 556422: Move the existing bug-moving functionality into an extensionMax Kanat-Alexander1-3/+0
called OldBugMove. r=dkl, a=mkanat
2010-04-22Bug 539865: Make Bugzilla::Object pass $params to validators during create()Max Kanat-Alexander1-6/+9
(implement VALIDATOR_DEPENDENCIES) r=LpSolit, a=LpSolit
2010-03-14Bug 552168: Speed up comment display by pre-loading all Bugzilla::UserMax Kanat-Alexander1-0/+13
objects for the comment authors, for the whole list, all at once. r=LpSolit, a=LpSolit
2010-02-20Bug 499151: Only call format_comment when it's actually needed, as a slightMax Kanat-Alexander1-4/+9
performance improvement. r=glob, a=LpSolit
2010-02-16Bug 372979: Make voting into an extensionMax Kanat-Alexander1-1/+1
r=mkanat, a=mkanat, a=LpSolit
2010-02-10Bug 310450 - Bugzilla should send an email when a comment becomes private ↵Dave Lawrence1-2/+20
or un-private r=mkanat, a=mkanat
2009-12-13Bug 526734: Allow localization of the "From update of attachment" string in ↵mkanat%bugzilla.org1-2/+5
comments Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-12-04Bug 452919: Allow the "created an attachment" message in comments to be ↵mkanat%bugzilla.org1-3/+107
localized Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-11-10Bug 472217: Create a Bugzilla::Comment object and eliminate GetCommentsmkanat%bugzilla.org1-0/+173
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit