aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/comments.html.tmpl
Commit message (Collapse)AuthorAgeFilesLines
* Bug 505039: Use $user->is_timetracker instead of ↵lpsolit%gmail.com2009-11-101-1/+1
| | | | $user->in_group(Bugzilla->params->{'timetrackinggroup'}) - Patch by XqueZme <xquezme@gmail.com> r/a=LpSolit
* Bug 472217: Create a Bugzilla::Comment object and eliminate GetCommentsmkanat%bugzilla.org2009-11-101-13/+7
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 364254: Add hook to Bugzilla::Template::quoteUrlsmkanat%bugzilla.org2009-09-301-1/+1
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
* Bug 512616: "collapse/expand comment" removes css-class 'bz_comment_text' - ↵lpsolit%gmail.com2009-09-031-2/+2
| | | | Patch by nayuta <ganaware+bugzilla+mozilla+org@gmail.com> r=pyrzak a=LpSolit
* Bug 481506: Filtering email addresses in comments can hang Bugzilla in some ↵lpsolit%gmail.com2009-03-051-2/+1
| | | | cases - Patch by Frédéric Buclin <LpSolit@gmail.com> r=glob a=mkanat
* Bug 219021: Only display email addresses to logged-in usersmkanat%bugzilla.org2009-01-291-6/+3
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 452732: Re-organize the comment headers to make them look better and be ↵mkanat%bugzilla.org2008-11-191-47/+56
| | | | | | more readable Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=mkanat
* Bug 105865: When converting bug/attachment/comment numbers to links, ↵lpsolit%gmail.com2008-10-211-1/+1
| | | | quoteUrls() should take care of newlines and not linkify them if a newline is present - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 456058: Extra space included in hyperlink to commenter mailto - Patch by ↵lpsolit%gmail.com2008-09-221-2/+1
| | | | Rob Siklos <robzilla2@siklos.ca> r/a=LpSolit
* Bug 388723: Make the browser wrap comments on display in addition to the ↵mkanat%bugzilla.org2008-02-091-1/+2
| | | | | | normal wrapping, to support CJK languages that have no spaces. Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=himorin, r=glob
* Bug 404412: Couldn't edit comments anymore because of a regression from bug ↵mkanat%bugzilla.org2007-11-211-1/+1
| | | | | | 401957. Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 401957: Move comment "isprivate" updating from process_bug to Bugzilla::Bugmkanat%bugzilla.org2007-11-131-6/+6
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 392186: Remove version headers from all templates - Patch by GavinS ↵lpsolit%gmail.com2007-08-201-1/+0
| | | | <bugzilla@chimpychompy.org> r/a=LpSolit
* First part of bug 259723 (2nd skin for Bugzilla): Fix the comment header of ↵lpsolit%gmail.com2007-08-131-44/+40
| | | | comment 0 to be easily customized - Patch by Frédéric Buclin <LpSolit@gmail.com> r=glob a=LpSolit
* Hum... 2nd attempt to fix bug 332149. I committed the wrong patch *and* I ↵lpsolit%gmail.com2007-08-081-2/+9
| | | | lost connection in the middle of the commit. Bad!
* Bug 262275: Allow to expand/collapse comments when viewing bugs - Patch by ↵lpsolit%gmail.com2007-04-071-1/+60
| | | | Frédéric Buclin <LpSolit@gmail.com> r=myk a=LpSolit
* bug 369429: bug reports should contain microformat markup in order to make ↵db48x%yahoo.com2007-02-271-2/+5
| | | | | | the information in them more useable. r=LpSolit
* Bug 321556: Prepare Bugzilla to ship with at least 2 skins.wurblzap%gmail.com2006-10-181-12/+15
| | | | | Patch by Marc Schumann <wurblzap@gmail.com>; r=myk, a=justdave
* Bug 283582: Remove UserInGroup in favor of Bugzilla->user->in_groupmkanat%bugzilla.org2006-09-041-2/+2
| | | | Patch By victory(_RSZ_) <bmo2007@rsz.jp> r=mkanat, a=myk
* Bug 281691: Misused <label>'s cause screen reader problems.wurblzap%gmail.com2006-04-181-1/+2
| | | | | Patch by Marc Schumann <wurblzap@gmail.com>, r=LpSolit, a=justdave
* Bug 238207: Comment autolinkification on midair page points to wrong cgi - ↵lpsolit%gmail.com2006-01-101-1/+1
| | | | Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
* Bug 302694: Show multiple bugs emits errors about addReplyLink missing.wurblzap%gmail.com2005-12-121-4/+6
| | | | | Patch by Marc Schumann <wurblzap@gmail.com>, r=LpSolit, a=justdave
* Bug 314547: [PostgreSQL] cannot check/uncheck the "Private" checkbox for ↵lpsolit%gmail.com2005-11-141-1/+1
| | | | comments in show_bug.cgi - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
* Bug 314548: "Error : document.refresh is not a function" appears in the JS ↵lpsolit%gmail.com2005-11-041-1/+0
| | | | console when (un)checking the "Private" checkbox in show_bug.cgi - Patch by André Batosti <batosti@async.com.br> r=joel a=justdave
* Bug 310171 Update css for private comments in real-timebugreport%peshkin.net2005-10-071-0/+16
| | | | | Patch by Andre Batosti <batosti@async.com.br> r=joel, a=justdave
* Bug 121112: long_list.cgi generates bad links - Patch by Frédéric Buclin ↵lpsolit%gmail.com2005-08-311-2/+4
| | | | <LpSolit@gmail.com> r/a=myk
* Bug 292096: Remove the extra Description label in long list format - Patch ↵lpsolit%gmail.com2005-08-101-1/+1
| | | | by Emmanuel Seyman <eseyman@linagora.com> r=LpSolit a=justdave
* Bug 293501: Add me to files where I belong and fix kerio.com emailsmkanat%kerio.com2005-06-151-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=colin, a=myk
* Bug 199048: Preference option to reverse sort the comments stack - Patch by ↵lpsolit%gmail.com2005-04-091-5/+46
| | | | Shane H. W. Travis <shane.h.w.travis@gmail.com> r=mkanat a=myk
* Bug 182939 : Remove the word 'Additional' from 'Additional Comments'travis%sedsystems.ca2005-02-261-1/+1
| | | | Patch by Shane H. W. Travis <travis@sedsystems.ca> r=myk a=myk
* Bug 282999 remove Javascript LANGUAGE attribute in all filesbugreport%peshkin.net2005-02-251-1/+1
| | | | | Patch by Anne van Kesteren <bug@annevankesteren.nl> r=LpSolit,a=myk
* Bug 11901 : Change Bugzilla comments line-wrapping policytravis%sedsystems.ca2005-02-101-1/+7
| | | | Patch by Max Kanat-Alexander <mkanat@kerio.com> r=gerv,justdave a=justdave
* Patch for bug 257765: Make replies to private comments private by default; ↵jocuri%softhome.net2004-10-101-0/+1
| | | | patch by Marc Schumann <wurblzap@gmail.com>, r=kiko, a=justdave.
* Bug 259452 Add bonsai style &mark support to showbug for bug commentstimeless%mozdev.org2004-09-221-1/+2
| | | | r=kiko a=justdave
* Patch for bug 241259: add a CSS tag for 'Additional Comments'; patch by ↵jocuri%softhome.net2004-04-281-11/+13
| | | | Albert Ting <altlst@sonic.net>; r=vladd; a=justdave.
* Bug 239346 - add hook at end of comments. Patch by nick.barnes; r=gerv, ↵gerv%gerv.net2004-04-031-0/+5
| | | | a=justdave.
* Patch for bug 228894: Change HTML comments to template-toolkit ones for ↵jocuri%softhome.net2004-01-191-1/+1
| | | | template version numbers; patch by GavinS <bugzilla@chimpychompy.org>; r=kiko; a=justdave.
* Fix for bug 207754 aka bugreplies: It should be possible to produce akiko%async.com.br2003-09-021-4/+10
| | | | | | quoted reply to a comment. Adds a reply link that uses JS to paste in a quoted comment into the comment textarea. Patch by me, r=caillon, preed, bbaetz a=justdave
* Bug 171493 - make show_bug use Bug.pm and remove bug_form.plbbaetz%student.usyd.edu.au2002-11-281-1/+1
| | | | | r=justdave, joel a=justdave
* Bug 67077 - We now include the timezone (as configured in editparams.cgi) on ↵jake%bugzilla.org2002-11-281-1/+1
| | | | | | | every time we display. r=justdave a=justdave
* Bug 175579 - make templates html compliantbbaetz%student.usyd.edu.au2002-11-191-3/+3
| | | | r=gerv, a=justdave
* Bug 24789 [E|A|R] Add Estimated, Actual, Remaining Time Fieldsbugreport%peshkin.net2002-10-131-2/+10
| | | | | patch by jeff.hedlund@matrixsi.com 2xr=joel,justdave
* Bug 143286 - Add support for Insiders, Private comments, Private ↵gerv%gerv.net2002-08-201-9/+23
| | | | Attachments. Patch by bugreport@peshkin.net; r=gerv.
* Bug 150778: Remove an extraneous linefeed above initial bug comments (not ↵jouni%heikniemi.net2002-06-231-1/+0
| | | | | | visible in all browsers). 2xr=bbaetz
* Bug 135707 - rearrange templates to normalise filenames, and create ↵gerv%gerv.net2002-04-191-0/+54
directory structure which allows for localised versions of the templates. Earlier versions of these templates can be found, cvs removed, scattered around bugzilla/template/default; but there are no substantial changes between their initial checkin there and here.