aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/attachment/list.html.tmpl
Commit message (Collapse)AuthorAgeFilesLines
* Bug 149504 Permit a reference to a URL to be treated as an attachmentbugreport%peshkin.net2005-10-201-0/+2
| | | | | Patch by Joel Peshkin <bugreport@peshkin.net> r=lpsolit, a=justdave
* Partial fix for bug 302669: rewrites Attachment.pm to provide a real ↵myk%mozilla.org2005-09-011-6/+6
| | | | Attachment class; r=lpsolit
* Bug 300507: "View All" is misplaced in the attachment table - Patch by ↵lpsolit%gmail.com2005-07-141-1/+1
| | | | Frédéric Buclin <LpSolit@gmail.com> r=glob a=myk
* Bug 297870: attachments table/list should show attachment creatorbugzilla%glob.com.au2005-07-101-0/+6
| | | | Patch by Byron Jones <bugzilla@glob.com.au> r=LpSolit,a=justdave
* Bug 297797: New Hook - add actions to attachment table - Patch by Dennis ↵bugreport%peshkin.net2005-06-161-0/+1
| | | | Melentyev <dennis.melentyev@infopulse.com.ua> r/a=myk
* Bug 274724: The 'Edit Attachment' link is now available even if a user does ↵lpsolit%gmail.com2005-04-281-35/+30
| | | | not have 'editbugs' privs - Patch by Frédéric Buclin <LpSolit@gmail.com> r=myk a=myk
* Bug 245282 : Flags should use nonbreaking hyphens or nowrap or somehow ↵travis%sedsystems.ca2005-01-191-1/+1
| | | | | | prevent hyphens from breaking flag names Patch by LpSolit@gmail.com r=wurblzap a=myk
* Fix for bug 252839: Remove &action=view from links in attachment table;kiko%async.com.br2004-07-291-1/+1
| | | | | this was done to improve link target consistency and avoid shell-pasting bustage from the & character. r=myk, a=justdave.
* Fix for bug 232397: .bz_obsolete shouldn't specify "underline". Definekiko%async.com.br2004-03-171-1/+1
| | | | | | | | 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.
* Fix for bug 127995: shows the size of attachments in the show bug and ↵myk%mozilla.org2004-02-061-1/+3
| | | | | | | | attachment interfaces. Patch by Dave Swegen <dswegen@software.plasmon.com> r=myk a=myk
* 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-3/+3
| | | | bugs, but they need fixing anyway. Patch by gerv; r,a=justdave.
* Check for PatchReader as a part of the installation and disable the "Diff"jkeiser%netscape.com2003-08-201-1/+1
| | | | links if it is not there (bug 215268)
* Patch Viewer, a pretty way of viewing and manipulating patches (bug 174942). ↵jkeiser%netscape.com2003-07-311-2/+6
| | | | Requires PatchIterator to be installed, classes uploaded to that bug and will be soon in CPAN.
* Bug 153583 - Links to obsoleted attachment should use line-through stylecaillon%returnzero.com2003-07-271-5/+1
| | | | | r=kiko@async.com.br a=justdave@netscape.com
* Fix tinderbox bustagejustdave%syndicomm.com2003-07-221-1/+1
|
* Fix for bug 98147: disables "View All Attachments" link if there are no ↵myk%mozilla.org2003-07-221-3/+9
| | | | | | | attachments to view. Patch by Vlad Dascalu <jocuri@softhome.net>. Thanks Vlad! r=myk, a=myk
* 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
* Fix for bug 171505: shows disabled flags in the UImyk%mozilla.org2002-11-091-6/+3
| | | | | r=bbaetz a=justdave
* Backing out checking for bug 172874 because it broke the tree.justdave%syndicomm.com2002-10-241-0/+96
|
* Bug 172874 - cvs remove old attachstatus templates. "patch" by gerv; r=myk.gerv%gerv.net2002-10-241-96/+0
|
* Fix for bug 98801: Implementation of the request tracker, a set of ↵myk%mozilla.org2002-09-291-11/+24
| | | | | | enhancements to attachment statuses. r=gerv,bbaetz
* Bug 143286 - Add support for Insiders, Private comments, Private ↵gerv%gerv.net2002-08-201-2/+4
| | | | Attachments. Patch by bugreport@peshkin.net; r=gerv.
* Bug 153578 - Attachment modified date is meant to be attachment creationbbaetz%student.usyd.edu.au2002-08-141-1/+1
| | | | | date r=preed, joel
* Bug 135707 - rearrange templates to normalise filenames, and create ↵gerv%gerv.net2002-04-191-0/+81
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.