summaryrefslogtreecommitdiffstats
path: root/template/en/default/attachment
AgeCommit message (Collapse)AuthorFilesLines
2004-09-10Fix for bug 232659: Fix inconsistent attachment links (and clean up diffkiko%async.com.br3-39/+48
viewer UI while we're at it). Do just that. r=myk, a=myk.
2004-09-01Patch for bug 254371: include Flag Types in create new attachments form; ↵jocuri%softhome.net1-0/+14
patch by Alexandre Michetti Manduca <michetti@grad.icmc.usp.br>; r=jouni, a=myk.
2004-08-24Fix for bug 254370: attachment/choose.html.tmpl focus onload. r=jouni, a=myk.kiko%async.com.br1-2/+3
2004-07-29Fix for bug 252839: Remove &action=view from links in attachment table;kiko%async.com.br1-1/+1
this was done to improve link target consistency and avoid shell-pasting bustage from the & character. r=myk, a=justdave.
2004-07-28Fix for bug 252943: broken title in interdiff. Adds reasonable title whilekiko%async.com.br1-3/+8
doing an interdiff, and fixes some broken and confusing double-linking in the text. r=joel, a=justdave.
2004-07-19Fix for bug 251898: Add function information to PatchReader output.kiko%async.com.br1-5/+11
Added support for the function strings included in unified and contextual diffs, which is included in PatchReader-0.9.5. r=jkeiser, a=justdave.
2004-05-31Bug 223541: Make flags show up correctly in "View all attachments" mode.jouni%heikniemi.net1-4/+11
r=joel a=justdave
2004-04-14Additional fix for bug 87770: attachment.cgi should work with nokiko%async.com.br1-2/+2
parameters. Use <button> tags to allow for localization of the labels. r=myk, a=myk. I padded the Edit button with &nbsp;s to ensure it has the same width as the View button; it may not be kosher but passes as visually agreeable, at least.
2004-04-11Patch for bug 87770: make attachment.cgi work with no parameters; patch by ↵jocuri%softhome.net1-0/+43
GavinS <bugzilla@chimpychompy.org>; r=kiko; a=myk.
2004-03-17Fix for bug 232397: .bz_obsolete shouldn't specify "underline". Definekiko%async.com.br2-6/+2
specific bz_obsolete/closed/inactive classes (that don't specify underline, but line-through instead) and additional Template filters for conveniently applying them. Change occurences of <strike> to use new classes and clean up callsites. Patch by byron jones <bugzilla@glob.com.au>. r=myk, gerv. a=myk.
2004-03-15Bug 237435 h1 |Edit Attachment #129471 for Bugs 215587| uses the wrong Termstimeless%mozdev.org1-1/+1
r=justdave a=justdave
2004-02-06Fix for bug 127995: shows the size of attachments in the show bug and ↵myk%mozilla.org3-2/+6
attachment interfaces. Patch by Dave Swegen <dswegen@software.plasmon.com> r=myk a=myk
2004-02-03Bug 232413 - remove occurrences of &nbsp; in favour of [%+ construct to ↵gerv%gerv.net1-1/+1
prevent whitespace chomping. Patch by gerv; r=kiko, a=justdave.
2004-01-30Bug 232494 - fix missing space between words. Patch by gerv; r,a=justdave.gerv%gerv.net1-1/+1
2004-01-19Patch for bug 228894: Change HTML comments to template-toolkit ones for ↵jocuri%softhome.net10-10/+10
template version numbers; patch by GavinS <bugzilla@chimpychompy.org>; r=kiko; a=justdave.
2003-11-14Bug 219358 - Make attachments with all supported MIME types viewable in the ↵gerv%gerv.net1-2/+7
edit page. Patch by gerv; r=kiko, r,a=justdave.
2003-11-09Bug 224913 - Need tests to check whether any templates uses the bareword ↵gerv%gerv.net1-5/+9
"bug" or variations. Patch by gerv; r,a=justdave.
2003-09-07Bug 207044 - Filter more template directives. None of these are security ↵gerv%gerv.net1-3/+3
bugs, but they need fixing anyway. Patch by gerv; r,a=justdave.
2003-08-20Check for PatchReader as a part of the installation and disable the "Diff"jkeiser%netscape.com2-2/+16
links if it is not there (bug 215268)
2003-07-31Patch Viewer, a pretty way of viewing and manipulating patches (bug 174942). ↵jkeiser%netscape.com5-32/+552
Requires PatchIterator to be installed, classes uploaded to that bug and will be soon in CPAN.
2003-07-27Bug 153583 - Links to obsoleted attachment should use line-through stylecaillon%returnzero.com1-5/+1
r=kiko@async.com.br a=justdave@netscape.com
2003-07-22Fix tinderbox bustagejustdave%syndicomm.com1-1/+1
2003-07-22Fix for bug 98147: disables "View All Attachments" link if there are no ↵myk%mozilla.org1-3/+9
attachments to view. Patch by Vlad Dascalu <jocuri@softhome.net>. Thanks Vlad! r=myk, a=myk
2003-07-04Bug 13540 - allow key terms, like "Bugzilla" and "bug", to be altered ↵gerv%gerv.net5-39/+49
without changing all the templates. Patch by jwilmoth@starbucks.com; r=gerv, a=justdave.
2003-06-03Bug 180635 - Enhance Bugzilla::User to store additional informationbbaetz%acm.org1-1/+2
r=myk,jake
2003-04-25Bug 192677: Add new test to flag failure-to-filter situations in the ↵justdave%syndicomm.com1-1/+1
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
2003-02-10Bug 124174 - make processmail a package (Bugzilla::BugMail), r=gerv, r=jth, ↵preed%sigkill.com2-4/+2
a=justdave
2003-01-14Bug 156169: Bug number styling issues in attachment viewer/editor. r=joel, ↵jouni%heikniemi.net3-3/+7
a=justdave
2002-12-15Bug 116819 - Attach and Reassign in one fell swoop. Patch by gerv; r,a=justdave.gerv%gerv.net1-0/+11
2002-11-28Bug 67077 - We now include the timezone (as configured in editparams.cgi) on ↵jake%bugzilla.org2-2/+2
every time we display. r=justdave a=justdave
2002-11-19Fix for bug 179876: Labels the "Requestee" field to reduce confusion about ↵myk%mozilla.org1-2/+1
its purpose. r=bbaetz a=myk
2002-11-09Fix for bug 171505: shows disabled flags in the UImyk%mozilla.org1-6/+3
r=bbaetz a=justdave
2002-10-24Backing out checking for bug 172874 because it broke the tree.justdave%syndicomm.com7-0/+733
2002-10-24Bug 172874 - cvs remove old attachstatus templates. "patch" by gerv; r=myk.gerv%gerv.net7-733/+0
2002-09-29Fix for bug 98801: Implementation of the request tracker, a set of ↵myk%mozilla.org2-24/+32
enhancements to attachment statuses. r=gerv,bbaetz
2002-09-22Fix for bug 63601: Recommend filename when downloading attachments (except ↵justdave%syndicomm.com1-0/+3
in IE4, which chokes on the Content-Disposition header) Patch by Daniel Raichle <draichle@gmx.net> and Dave Miller <justdave@syndicomm.com> r= bbaetz, gerv
2002-08-20Bug 143286 - Add support for Insiders, Private comments, Private ↵gerv%gerv.net3-4/+22
Attachments. Patch by bugreport@peshkin.net; r=gerv.
2002-08-14Bug 153578 - Attachment modified date is meant to be attachment creationbbaetz%student.usyd.edu.au1-1/+1
date r=preed, joel
2002-08-10Bug 109008 - Footer on create attachment page looks wrong. Patch by bbaetz; ↵gerv%gerv.net3-14/+19
r=gerv.
2002-07-28Bug 159687 - attachment/*.tmpl should use <label>. Patch by burnus; r=gerv.gerv%gerv.net2-11/+30
2002-06-28Bug 148488 - more HTML validation fixesbbaetz%student.usyd.edu.au2-2/+2
r=jouni, gerv
2002-06-11Bug 150826 - missing space between list of attachmentsbbaetz%student.usyd.edu.au1-1/+1
r=mattyt x2
2002-06-05Fix for bug 148179: Cleans up interface to header.html.tmpl.myk%mozilla.org1-1/+1
r=justdave,bbaetz
2002-05-22Fix for bug 47251: Make HTML output HTML 4.01 Transitional compliant.myk%mozilla.org5-12/+12
Patch by mental <xor@ivwnet.com>. r=justdave,myk
2002-05-07Bug 140993 - Pass javascript correctly into header; templatise the rest of ↵gerv%gerv.net1-1/+1
the header-related parameters. Patch by gerv; r=bbaetz, caillon.
2002-05-07Bug 141036 - add INTERFACE comments to all templates. This does the first 20 ↵gerv%gerv.net2-0/+16
or so - many more to go... Patch by gerv; 2xr=bbaetz.
2002-04-27Fix for bug 140354: Prevents "edit attachment as comment" from displaying ↵myk%mozilla.org1-2/+2
opening and closing HTML tags on recent versions of Mozilla by making the regexp that finds and removes them case-insensitive. Patch by Myk Melez <myk@mozilla.org> 2xr=gerv
2002-04-25Bug 139787 - more template name fixes to stop tree burning. Patch by ddk, ↵gerv%gerv.net1-1/+1
2xr=gerv.
2002-04-24Bug 138582 - convert all INCLUDEs to PROCESS. Patch by gerv, r=bbaetz, afranke.gerv%gerv.net5-10/+10
2002-04-20Bug 135707 - template reorganisation. This makes the new copies of the ↵gerv%gerv.net5-10/+10
templates use all the correct names internally. Patch by me, 2xr=myk.