aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Comment.pm
Commit message (Collapse)AuthorAgeFilesLines
* Bug 499151: Only call format_comment when it's actually needed, as a slightMax Kanat-Alexander2010-02-201-4/+9
| | | | | performance improvement. r=glob, a=LpSolit
* Bug 372979: Make voting into an extensionMax Kanat-Alexander2010-02-151-1/+1
| | | | r=mkanat, a=mkanat, a=LpSolit
* Bug 310450 - Bugzilla should send an email when a comment becomes private ↵Dave Lawrence2010-02-101-2/+20
| | | | | | or un-private r=mkanat, a=mkanat
* Bug 526734: Allow localization of the "From update of attachment" string in ↵mkanat%bugzilla.org2009-12-131-2/+5
| | | | | | comments Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 452919: Allow the "created an attachment" message in comments to be ↵mkanat%bugzilla.org2009-12-041-3/+107
| | | | | | localized Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 472217: Create a Bugzilla::Comment object and eliminate GetCommentsmkanat%bugzilla.org2009-11-101-0/+173
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit