Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-07-30 | Fix for bug 302083: automatically converts BMP files to PNG files to ↵ | myk%mozilla.org | 1 | -1/+6 | |
conserve disk space; patch by Greg Hendricks; r=myk, a=myk | |||||
2005-07-14 | Bug 300507: "View All" is misplaced in the attachment table - Patch by ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
Frédéric Buclin <LpSolit@gmail.com> r=glob a=myk | |||||
2005-07-10 | Bug 297870: attachments table/list should show attachment creator | bugzilla%glob.com.au | 1 | -0/+6 | |
Patch by Byron Jones <bugzilla@glob.com.au> r=LpSolit,a=justdave | |||||
2005-06-16 | Bug 297797: New Hook - add actions to attachment table - Patch by Dennis ↵ | bugreport%peshkin.net | 1 | -0/+1 | |
Melentyev <dennis.melentyev@infopulse.com.ua> r/a=myk | |||||
2005-05-23 | Bug 295137: Unneeded "#" in interdiff page title - Patch by Gavin Sharp ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
<gavin.sharp@gmail.com> r=LpSolit a=justdave | |||||
2005-04-28 | Bug 274724: The 'Edit Attachment' link is now available even if a user does ↵ | lpsolit%gmail.com | 1 | -35/+30 | |
not have 'editbugs' privs - Patch by Frédéric Buclin <LpSolit@gmail.com> r=myk a=myk | |||||
2005-03-30 | Bug 288131: PatchViewer adds extra empty lines in modified parts of patches ↵ | lpsolit%gmail.com | 1 | -1/+0 | |
- Patch by Frederic Buclin <LpSolit@gmail.com> r=glob a=justdave | |||||
2005-02-27 | Bug 87976: application/xml should be in default list for attachment types | mkanat%kerio.com | 1 | -0/+1 | |
Patch By Anne van Kesteren <bug@annevankesteren.nl> r=myk, r=mkanat, a=myk | |||||
2005-02-26 | Bug 282999 remove Javascript LANGUAGE attribute in all files | bugreport%peshkin.net | 3 | -4/+4 | |
Patch by Anne van Kesteren <bug@annevankesteren.nl> r=LpSolit,a=myk | |||||
2005-02-21 | Bug 252272: Allow extremely large attachments to be stored locally | bugreport%peshkin.net | 1 | -0/+12 | |
r=wurblzap.a=justdave | |||||
2005-02-05 | Bug 280410 : Use more <label> elements in attachment/create.html.tmpl | travis%sedsystems.ca | 1 | -10/+7 | |
Patch by Anne van Kesteren <bug@annevankesteren.nl> r=GavinS a=justdave | |||||
2005-01-19 | Bug 245282 : Flags should use nonbreaking hyphens or nowrap or somehow ↵ | travis%sedsystems.ca | 1 | -1/+1 | |
prevent hyphens from breaking flag names Patch by LpSolit@gmail.com r=wurblzap a=myk | |||||
2004-11-05 | Patch for bug 266955: Only display interdiff options if we have ↵ | jocuri%softhome.net | 1 | -1/+1 | |
other_patches; patch by Christian Reis <kiko@async.com.br>; r=myk, a=myk. | |||||
2004-09-24 | Bug 261071 Error: Error in parsing value for property 'vertical-align'. ↵ | timeless%mozdev.org | 1 | -1/+1 | |
Declaration dropped. r=vladd a=myk | |||||
2004-09-10 | Fix for bug 232659: Fix inconsistent attachment links (and clean up diff | kiko%async.com.br | 3 | -39/+48 | |
viewer UI while we're at it). Do just that. r=myk, a=myk. | |||||
2004-09-01 | Patch for bug 254371: include Flag Types in create new attachments form; ↵ | jocuri%softhome.net | 1 | -0/+14 | |
patch by Alexandre Michetti Manduca <michetti@grad.icmc.usp.br>; r=jouni, a=myk. | |||||
2004-08-24 | Fix for bug 254370: attachment/choose.html.tmpl focus onload. r=jouni, a=myk. | kiko%async.com.br | 1 | -2/+3 | |
2004-07-29 | Fix for bug 252839: Remove &action=view from links in attachment table; | kiko%async.com.br | 1 | -1/+1 | |
this was done to improve link target consistency and avoid shell-pasting bustage from the & character. r=myk, a=justdave. | |||||
2004-07-28 | Fix for bug 252943: broken title in interdiff. Adds reasonable title while | kiko%async.com.br | 1 | -3/+8 | |
doing an interdiff, and fixes some broken and confusing double-linking in the text. r=joel, a=justdave. | |||||
2004-07-19 | Fix for bug 251898: Add function information to PatchReader output. | kiko%async.com.br | 1 | -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-31 | Bug 223541: Make flags show up correctly in "View all attachments" mode. | jouni%heikniemi.net | 1 | -4/+11 | |
r=joel a=justdave | |||||
2004-04-14 | Additional fix for bug 87770: attachment.cgi should work with no | kiko%async.com.br | 1 | -2/+2 | |
parameters. Use <button> tags to allow for localization of the labels. r=myk, a=myk. I padded the Edit button with 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-11 | Patch for bug 87770: make attachment.cgi work with no parameters; patch by ↵ | jocuri%softhome.net | 1 | -0/+43 | |
GavinS <bugzilla@chimpychompy.org>; r=kiko; a=myk. | |||||
2004-03-17 | Fix for bug 232397: .bz_obsolete shouldn't specify "underline". Define | kiko%async.com.br | 2 | -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-15 | Bug 237435 h1 |Edit Attachment #129471 for Bugs 215587| uses the wrong Terms | timeless%mozdev.org | 1 | -1/+1 | |
r=justdave a=justdave | |||||
2004-02-06 | Fix for bug 127995: shows the size of attachments in the show bug and ↵ | myk%mozilla.org | 3 | -2/+6 | |
attachment interfaces. Patch by Dave Swegen <dswegen@software.plasmon.com> r=myk a=myk | |||||
2004-02-03 | Bug 232413 - remove occurrences of in favour of [%+ construct to ↵ | gerv%gerv.net | 1 | -1/+1 | |
prevent whitespace chomping. Patch by gerv; r=kiko, a=justdave. | |||||
2004-01-30 | Bug 232494 - fix missing space between words. Patch by gerv; r,a=justdave. | gerv%gerv.net | 1 | -1/+1 | |
2004-01-19 | Patch for bug 228894: Change HTML comments to template-toolkit ones for ↵ | jocuri%softhome.net | 10 | -10/+10 | |
template version numbers; patch by GavinS <bugzilla@chimpychompy.org>; r=kiko; a=justdave. | |||||
2003-11-14 | Bug 219358 - Make attachments with all supported MIME types viewable in the ↵ | gerv%gerv.net | 1 | -2/+7 | |
edit page. Patch by gerv; r=kiko, r,a=justdave. | |||||
2003-11-09 | Bug 224913 - Need tests to check whether any templates uses the bareword ↵ | gerv%gerv.net | 1 | -5/+9 | |
"bug" or variations. Patch by gerv; r,a=justdave. | |||||
2003-09-07 | Bug 207044 - Filter more template directives. None of these are security ↵ | gerv%gerv.net | 1 | -3/+3 | |
bugs, but they need fixing anyway. Patch by gerv; r,a=justdave. | |||||
2003-08-20 | Check for PatchReader as a part of the installation and disable the "Diff" | jkeiser%netscape.com | 2 | -2/+16 | |
links if it is not there (bug 215268) | |||||
2003-07-31 | Patch Viewer, a pretty way of viewing and manipulating patches (bug 174942). ↵ | jkeiser%netscape.com | 5 | -32/+552 | |
Requires PatchIterator to be installed, classes uploaded to that bug and will be soon in CPAN. | |||||
2003-07-27 | Bug 153583 - Links to obsoleted attachment should use line-through style | caillon%returnzero.com | 1 | -5/+1 | |
r=kiko@async.com.br a=justdave@netscape.com | |||||
2003-07-22 | Fix tinderbox bustage | justdave%syndicomm.com | 1 | -1/+1 | |
2003-07-22 | Fix for bug 98147: disables "View All Attachments" link if there are no ↵ | myk%mozilla.org | 1 | -3/+9 | |
attachments to view. Patch by Vlad Dascalu <jocuri@softhome.net>. Thanks Vlad! r=myk, a=myk | |||||
2003-07-04 | Bug 13540 - allow key terms, like "Bugzilla" and "bug", to be altered ↵ | gerv%gerv.net | 5 | -39/+49 | |
without changing all the templates. Patch by jwilmoth@starbucks.com; r=gerv, a=justdave. | |||||
2003-06-03 | Bug 180635 - Enhance Bugzilla::User to store additional information | bbaetz%acm.org | 1 | -1/+2 | |
r=myk,jake | |||||
2003-04-25 | Bug 192677: Add new test to flag failure-to-filter situations in the ↵ | justdave%syndicomm.com | 1 | -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-10 | Bug 124174 - make processmail a package (Bugzilla::BugMail), r=gerv, r=jth, ↵ | preed%sigkill.com | 2 | -4/+2 | |
a=justdave | |||||
2003-01-14 | Bug 156169: Bug number styling issues in attachment viewer/editor. r=joel, ↵ | jouni%heikniemi.net | 3 | -3/+7 | |
a=justdave | |||||
2002-12-15 | Bug 116819 - Attach and Reassign in one fell swoop. Patch by gerv; r,a=justdave. | gerv%gerv.net | 1 | -0/+11 | |
2002-11-28 | Bug 67077 - We now include the timezone (as configured in editparams.cgi) on ↵ | jake%bugzilla.org | 2 | -2/+2 | |
every time we display. r=justdave a=justdave | |||||
2002-11-19 | Fix for bug 179876: Labels the "Requestee" field to reduce confusion about ↵ | myk%mozilla.org | 1 | -2/+1 | |
its purpose. r=bbaetz a=myk | |||||
2002-11-09 | Fix for bug 171505: shows disabled flags in the UI | myk%mozilla.org | 1 | -6/+3 | |
r=bbaetz a=justdave | |||||
2002-10-24 | Backing out checking for bug 172874 because it broke the tree. | justdave%syndicomm.com | 7 | -0/+733 | |
2002-10-24 | Bug 172874 - cvs remove old attachstatus templates. "patch" by gerv; r=myk. | gerv%gerv.net | 7 | -733/+0 | |
2002-09-29 | Fix for bug 98801: Implementation of the request tracker, a set of ↵ | myk%mozilla.org | 2 | -24/+32 | |
enhancements to attachment statuses. r=gerv,bbaetz | |||||
2002-09-22 | Fix for bug 63601: Recommend filename when downloading attachments (except ↵ | justdave%syndicomm.com | 1 | -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 |