aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/show-multiple.html.tmpl
Commit message (Collapse)AuthorAgeFilesLines
* Bug 718289: The deadline field should be visible by non-members of the ↵Frédéric Buclin2012-11-261-0/+2
| | | | | | timetracking group r=dkl a=LpSolit
* Backout bug 768573Frédéric Buclin2012-07-291-1/+1
|
* Bug 768573: Templates must INCLUDE bug/field.html.tmpl instead of PROCESS'ing itFrédéric Buclin2012-06-261-1/+1
| | | | r=glob a=LpSolit
* Bug 696387: Remove useless calls to field-descs.none.tmplMatt Selsky2012-02-261-2/+0
| | | | r/a=LpSolit
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin2012-01-111-22/+5
| | | | | | add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
* Bug 695294: The See Also field is not visible in "Format for Printing"Matt Selsky2012-01-061-0/+12
| | | | r/a=LpSolit
* Bug 399080: Remove the 'usebugaliases' parameter (turned on permanently)Matt Selsky2011-12-261-2/+2
| | | | r/a=LpSolit
* Bug 619588: (CVE-2010-4567) [SECURITY] Safety checks that disallow clicking ↵Frédéric Buclin2011-01-241-3/+3
| | | | | | | | | | for javascript: or data: URLs in the URL field can be evaded with prefixed whitespace and Bug 628034: (CVE-2011-0048) [SECURITY] For not-logged-in users, the URL field doesn't safeguard against javascript: or data: URLs r=dkl a=LpSolit
* Bug 398701: Replace |FILTER url_quote| by |FILTER uri|Frédéric Buclin2010-07-231-1/+1
| | | | r/a=mkanat
* Bug 251556: Allow "Bug ID" fields to have one-way mutual relationships (like ↵Jesse Clark2010-02-071-0/+7
| | | | | | blocks/dependson) r=mkanat, a=mkanat
* Bug 519142: Replace IF/ELSE statements about bug_status/resolution with just ↵mkanat%bugzilla.org2009-11-181-3/+3
| | | | | | a display_value call, and use display_value in more places to translate field values. Patch by Vitaly Fedrushkov <vitaly.fedrushkov@gmail.com> r=mkanat, a=mkanat
* 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-1/+1
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 512623: Change get_status and get_resolution to display_value everywhere.mkanat%bugzilla.org2009-09-301-2/+2
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 219021: Only display email addresses to logged-in usersmkanat%bugzilla.org2009-01-291-2/+2
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 437010: Add hook to show-multiple.html.tmpl to add fields to detailed ↵mkanat%bugzilla.org2008-06-041-0/+4
| | | | | | bug list. Patch By Elliotte Martin <elliotte_martin@yahoo.com> r=mkanat, a=mkanat
* Bug 425665: [SECURITY] XSS in show_bug.cgi: id isn't filtered for ↵lpsolit%gmail.com2008-05-051-3/+3
| | | | format=multiple - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat r=wurblzap a=LpSolit
* Bug 415652: Implement Bugzilla->active_custom_fields - Patch by ↵lpsolit%gmail.com2008-02-251-1/+1
| | | | Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Part 4 of bug 182083: add Help for non-admin pages - Patch by me, r=Colinlpsolit%gmail.com2007-11-121-0/+1
|
* Bug 389537 bug title should linkify alias next to already linkified bug numbertimeless%mozdev.org2007-08-241-1/+2
| | | | r=vladd, r=mkanat a=mkanat
* Bug 389541 Provide a way to get from full text bug listing to short bug listingtimeless%mozdev.org2007-08-241-0/+10
| | | | r=vladd a=mkanat
* Bug 392186: Remove version headers from all templates - Patch by GavinS ↵lpsolit%gmail.com2007-08-201-1/+0
| | | | <bugzilla@chimpychompy.org> r/a=LpSolit
* Bug 259723 – Alternative Bugzilla CSS.wurblzap%gmail.com2007-08-151-1/+0
| | | | | Patch by Marc Schumann <wurblzap@gmail.com>, r=glob,LpSolit; a=LpSolit
* Bug 377026: Replace all occurences of status_descs.FOO by get_status("FOO") ↵lpsolit%gmail.com2007-04-101-1/+1
| | | | (next step in supporting custom bug statuses) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv a=LpSolit
* Bug 364165 - ""Unclassified" classification appears in "Format for Printing" ↵reed%reedloden.com2006-12-271-1/+1
| | | | but not normal view" [p=reed r=bkor a=justdave]
* Bug 206037: [SECURITY] Fix escaping/quoting in edit*.cgi scripts - Patch by ↵lpsolit%gmail.com2006-10-151-1/+1
| | | | Frédéric Buclin <LpSolit@gmail.com> r=justdave a=justdave
* Bug 283582: Remove UserInGroup in favor of Bugzilla->user->in_groupmkanat%bugzilla.org2006-09-041-1/+1
| | | | Patch By victory(_RSZ_) <bmo2007@rsz.jp> r=mkanat, a=myk
* Bug 348057: Move the checks for bug visibility out of Bugzilla::Bug->newmkanat%bugzilla.org2006-08-121-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 344513: Make plain-text custom fields functional on all pages except ↵mkanat%bugzilla.org2006-07-181-0/+14
| | | | | | enter_bug.cgi Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 94534: Customised resolutions - Patch by Frédéric Buclin ↵lpsolit%gmail.com2006-07-141-1/+1
| | | | <LpSolit@gmail.com> r=mkanat a=myk
* Bug 341924: When viewing several bugs at once using ↵lpsolit%gmail.com2006-06-191-0/+17
| | | | show_bug.cgi?format=multiple, invalid bugs should generate an error message - Patch by Frédéric Buclin <LpSolit@gmail.com> r=timeless a=myk
* Bug 219555: 'Format for Printing' page is a mess - Patch by Olav Vitters ↵lpsolit%gmail.com2006-02-221-111/+219
| | | | <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
* Bug 320960: When viewing bugs in the "Format for printing" (aka Long ↵lpsolit%gmail.com2006-01-031-5/+9
| | | | format), the bug status and resolution are not translated correctly - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
* Bug 292096: Remove the extra Description label in long list format - Patch ↵lpsolit%gmail.com2005-08-101-5/+0
| | | | by Emmanuel Seyman <eseyman@linagora.com> r=LpSolit a=justdave
* Bug 201818 : Convert long_list.cgi to a formattravis%sedsystems.ca2005-01-251-7/+13
| | | | Patch by Rob Siklos <robzilla@siklos.ca> r=wurblzap, glob a=myk
* Tinderbox is burning: backing out the pach for Bug 201818travis%sedsystems.ca2005-01-241-13/+7
|
* Bug 201818 : Convert long_list.cgi to a formattravis%sedsystems.ca2005-01-241-7/+13
| | | | Patch by Rob Siklos <robzilla@siklos.ca> r=wurblzap, glob a=myk
* Patch for bug 103636: Support specifying a date on which a bug is expected ↵jocuri%softhome.net2005-01-161-0/+2
| | | | to be resolved; patch by Alexandre Michetti Manduca <michetti@grad.icmc.usp.br>, r=jouni, a=myk.
* Bug 276907: Don't linkify javascript: or data: URLs in the URL field on a bug.justdave%bugzilla.org2005-01-151-2/+7
| | | | | Patch by Gervase Markham <gerv@mozilla.org> r= justdave,vladd, a= justdave
* Patch for bug 258355: remove 1x1.gif and use CSS instead in order to create ↵jocuri%softhome.net2004-11-031-1/+0
| | | | suitable spacing; patch by Frédéric Buclin <LpSolit@netscape.net>; r=kiko, a=justdave.
* Fix for bug 256207: moves CSS files to skins/standard/ as part of CSS plan; ↵myk%mozilla.org2004-10-221-1/+1
| | | | r=gerv, a=justdave
* Bug 224208 Add a higher level of categorization (.ie departments, locations, ↵bugreport%peshkin.net2004-08-211-2/+8
| | | | | | | | etc.) patch by Albert Ting r=joel, glob a=myk
* Fix for bug 251727: Create a /images directory. Moved 1x1.gif into it; leftkiko%async.com.br2004-07-221-1/+1
| | | | | | ant.jpg out to avoid complaints about "this very important testing resource" <wink>. Fixed single callsite (and someone please explain to me what it's useful for!) a=justdave, myk.
* Bug 232413 - remove occurrences of &nbsp; in favour of [%+ construct to ↵gerv%gerv.net2004-02-031-1/+1
| | | | prevent whitespace chomping. Patch by gerv; r=kiko, 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.
* Bug 207044 - Filter more template directives. None of these are security ↵gerv%gerv.net2003-09-071-2/+2
| | | | bugs, but they need fixing anyway. Patch by gerv; r,a=justdave.
* Fix for bug 204560: display alias in long listing.myk%mozilla.org2003-08-051-0/+3
| | | | | Fix by GavinS <bugzilla@chimpychompy.org>. r=myk, a=myk
* Bug 13540 - allow key terms, like "Bugzilla" and "bug", to be altered ↵gerv%gerv.net2003-07-041-29/+31
| | | | without changing all the templates. Patch by jwilmoth@starbucks.com; r=gerv, a=justdave.
* Bug 192677: Add new test to flag failure-to-filter situations in the ↵justdave%syndicomm.com2003-04-251-1/+2
| | | | | | | | | templates, and correct the XSS holes that were discovered as a result of it. Patch by Gervase Markham <gerv@mozilla.org> r= myk, bbaetz, justdave a= justdave
* Bug 187869 long_list.cgi output includes <font ="+3"> before each bug summarytimeless%mozdev.org2003-01-071-1/+1
| | | | r=burnus a=justdave