Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug 365365: Fix various HTML and CSS validation errors when viewing ↵ | lpsolit%gmail.com | 2008-03-18 | 1 | -4/+0 |
| | | | | attachments - Patch by Frédéric Buclin <LpSolit@gmail.com> r=justdave a=LpSolit | ||||
* | Bug 392186: Remove version headers from all templates - Patch by GavinS ↵ | lpsolit%gmail.com | 2007-08-20 | 1 | -1/+0 |
| | | | | <bugzilla@chimpychompy.org> r/a=LpSolit | ||||
* | Bug 392175: Move isViewable out of attachment.cgi + some other minor cleanup ↵ | lpsolit%gmail.com | 2007-08-14 | 1 | -1/+1 |
| | | | | - Patch by Frédéric Buclin <LpSolit@gmail.com> | ||||
* | Bug 364748: Bug number not displayed when viewing all attachments - Patch by ↵ | lpsolit%gmail.com | 2006-12-23 | 1 | -2/+7 |
| | | | | Frédéric Buclin <LpSolit@gmail.com> r/a=justdave | ||||
* | Bug 321556: Prepare Bugzilla to ship with at least 2 skins. | wurblzap%gmail.com | 2006-10-18 | 1 | -3/+3 |
| | | | | | Patch by Marc Schumann <wurblzap@gmail.com>; r=myk, a=justdave | ||||
* | Bug 346086: [SECURITY] attachment.cgi lets you view descriptions of private ↵ | lpsolit%gmail.com | 2006-10-15 | 1 | -6/+6 |
| | | | | attachments even when you are not in the insidergroup - Patch by Frédéric Buclin <LpSolit@gmail.com> r=myk a=justdave | ||||
* | Bug 281358: Attachment links in bugmail are different from the link in ↵ | lpsolit%gmail.com | 2006-03-02 | 1 | -3/+3 |
| | | | | show_bug.cgi - Patch by timeless <timeless@bemail.org> r=LpSolit a=justdave | ||||
* | Bug 284875: Move GetBugLink, GetAttachmentLink, and quoteUrls out of ↵ | lpsolit%gmail.com | 2006-02-26 | 1 | -1/+1 |
| | | | | globals.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave | ||||
* | Patch for bug 326060: Remove template check for flag.setter (it always ↵ | jocuri%softhome.net | 2006-02-22 | 1 | -3/+1 |
| | | | | exists) - patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org>, r=LpSolit, a=justdave. | ||||
* | Patch for bug 97868: Rename the "Edit" action (for attachments) to something ↵ | jocuri%softhome.net | 2006-02-22 | 1 | -1/+1 |
| | | | | else (use "Details"); patch by timeless <timeless@bemail.org>, r=mkanat, a=justdave. | ||||
* | Bug 223541: Make flags show up correctly in "View all attachments" mode. | jouni%heikniemi.net | 2004-05-30 | 1 | -4/+11 |
| | | | | | r=joel a=justdave | ||||
* | Fix for bug 232397: .bz_obsolete shouldn't specify "underline". Define | kiko%async.com.br | 2004-03-17 | 1 | -5/+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.org | 2004-02-06 | 1 | -1/+2 |
| | | | | | | | | 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.net | 2004-01-19 | 1 | -1/+1 |
| | | | | template version numbers; patch by GavinS <bugzilla@chimpychompy.org>; r=kiko; a=justdave. | ||||
* | Bug 13540 - allow key terms, like "Bugzilla" and "bug", to be altered ↵ | gerv%gerv.net | 2003-07-04 | 1 | -4/+5 |
| | | | | without changing all the templates. Patch by jwilmoth@starbucks.com; r=gerv, a=justdave. | ||||
* | Bug 156169: Bug number styling issues in attachment viewer/editor. r=joel, ↵ | jouni%heikniemi.net | 2003-01-14 | 1 | -1/+3 |
| | | | | a=justdave | ||||
* | Bug 67077 - We now include the timezone (as configured in editparams.cgi) on ↵ | jake%bugzilla.org | 2002-11-28 | 1 | -1/+1 |
| | | | | | | | every time we display. r=justdave a=justdave | ||||
* | Backing out checking for bug 172874 because it broke the tree. | justdave%syndicomm.com | 2002-10-24 | 1 | -0/+96 |
| | |||||
* | Bug 172874 - cvs remove old attachstatus templates. "patch" by gerv; r=myk. | gerv%gerv.net | 2002-10-24 | 1 | -96/+0 |
| | |||||
* | Bug 109008 - Footer on create attachment page looks wrong. Patch by bbaetz; ↵ | gerv%gerv.net | 2002-08-10 | 1 | -5/+3 |
| | | | | r=gerv. | ||||
* | Bug 148488 - more HTML validation fixes | bbaetz%student.usyd.edu.au | 2002-06-28 | 1 | -1/+1 |
| | | | | r=jouni, gerv | ||||
* | Fix for bug 47251: Make HTML output HTML 4.01 Transitional compliant. | myk%mozilla.org | 2002-05-22 | 1 | -3/+3 |
| | | | | | Patch by mental <xor@ivwnet.com>. r=justdave,myk | ||||
* | Bug 138582 - convert all INCLUDEs to PROCESS. Patch by gerv, r=bbaetz, afranke. | gerv%gerv.net | 2002-04-24 | 1 | -2/+2 |
| | |||||
* | Bug 135707 - template reorganisation. This makes the new copies of the ↵ | gerv%gerv.net | 2002-04-20 | 1 | -2/+2 |
| | | | | templates use all the correct names internally. Patch by me, 2xr=myk. | ||||
* | Bug 135707 - rearrange templates to normalise filenames, and create ↵ | gerv%gerv.net | 2002-04-19 | 1 | -0/+98 |
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. |