summaryrefslogtreecommitdiffstats
path: root/template
AgeCommit message (Collapse)AuthorFilesLines
2004-03-18Fix for bug 237757: Resolved bugs are no longer struck out on dependencykiko%async.com.br1-0/+2
trees. This was bustage from bug bug 232397 which added CSS classes but didn't add them consistently to all templates. Includes a global CSS file that defines the relevant bz_* classes and adds a link to it from the global header template. r,a=myk.
2004-03-17Fix for bug 232397: .bz_obsolete shouldn't specify "underline". Definekiko%async.com.br7-19/+13
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-17Fix for bug 236424: Allow showdependencies trees to collapse. Addskiko%async.com.br1-0/+37
[optional] Javascript-enabled +/- controls that allow branches in the dependency tree to collapse. Patch by Mike Shaver <shaver@mozilla.org>, minor cleanups by me, r=myk, kiko, a=justdave.
2004-03-17Patch for bug 237646: fix for regression in userprefs.cgi that disallowed ↵jocuri%softhome.net1-3/+2
users to change their password via this page; r=kiko; a=myk.
2004-03-17Patch for bug 235459: add icalendar output format in buglist; patch by ↵jocuri%softhome.net2-0/+105
William Jon McCann <mccannwj@pha.jhu.edu>; r=vlad; a=justdave.
2004-03-17Patch for bug 237540: remove unused hidden field from edit-multiple; patch ↵jocuri%softhome.net1-2/+0
by Dave Swegen <dswegen@software.plasmon.com>; r=timeless,myk; 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-03-15Bug 232491 - try harder to avoid parameterless searches (either saved or ↵gerv%gerv.net1-3/+1
otherwise.) Patch by gerv; r,a=myk.
2004-03-12Patch for bug 178162: move the vote checkbox to the left; r=myk, a=myk.jocuri%softhome.net1-12/+12
2004-03-12Fix for bug 236322: trivial inaccuracy in description of "find a specific ↵myk%mozilla.org1-2/+2
bug" search corrected (the search doesn't really search summaries, so I've removed the text that says it does). r=justdave a=justdave
2004-03-10Bug 236575 - update the "newer build" information to cover the new ↵gerv%gerv.net1-19/+24
mozilla.org products. Patch by gerv; r,a=justdave.
2004-03-08Bug 232176 - Add a preferences panel for saved searches, to allow management ↵gerv%gerv.net2-0/+40
all in one place. Patch by gerv; r,a=justdave.
2004-03-08Bug 170213 - make static HTML files into page.cgi pages. This does ↵gerv%gerv.net9-17/+741
votehelp.html (-> id=voting.html), bug_status.html (-> id=fields.html) and bugwritinghelp.html (-> id=bug-writing.html). Patch by gerv; r=kiko, a=justdave.
2004-03-08Bug 232141 - all all saved searches to footer until linkinfooter UI returns. ↵gerv%gerv.net1-5/+3
Patch by gerv; r=myk, a=justdave.
2004-03-07Patch for bug 235278: eliminate %::FORM from userprefs.cgi; r=kiko, a=justdave.jocuri%softhome.net1-2/+1
2004-03-07Fix for bug 236634: move colon out of anchor text in "Targetkiko%async.com.br1-2/+1
Milestone:" in show_bug. r=gerv, a=justdave.
2004-03-06Patch for bug 236443: respect customization of customized words in ↵jocuri%softhome.net1-1/+3
create.html.tmpl; r=kiko, a=justdave.
2004-03-06Patch for bug 236019; make request.cgi use $cgi->param instead of %::FORM; ↵jocuri%softhome.net1-7/+10
r=kiko, a=justdave.
2004-03-05Bug 236296 - fix Build Identifier on guided entry form. Patch by gerv; ↵gerv%gerv.net1-1/+2
r,a=justdave.
2004-03-01Backing out patch for bug 235459 which set tree on fire.jocuri%softhome.net2-77/+0
2004-03-01Patch for bug 235459: add icalendar todo output format for buglist; patch by ↵jocuri%softhome.net2-0/+77
William Jon McCann <mccannwj@pha.jhu.edu>; r,a=justdave.
2004-02-24Patch for bug 234264; eliminates a double escaping issue by removing ↵jocuri%softhome.net1-1/+1
filtering of searchname in title; patch by Jeff Walden <Jswalden86@netzero.net>; r=gerv; a=justdave.
2004-02-14Patch for bug 234171; removes \%COOKIE from index.cgi; patch by Teemu ↵jocuri%softhome.net1-3/+3
Mannermaa <wicked@etlicon.fi>; r=gerv; a=justdave.
2004-02-13Bug 232749 - fix various charting problems revealed by b.m.o. upgrade, ↵gerv%gerv.net7-28/+43
including editing, subscribe buttons and terminology. Patch by gerv; r=kiko, 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-05Patch for bug 218401; add in some places templatization support for the bug ↵jocuri%softhome.net1-1/+1
term in query.cgi; patch by Andreas Höfler <andreas.hoefler@bearingpoint.com>; r=gerv; a=justdave.
2004-02-05Patch for bug 194472; link to the product's component editor when displaying ↵jocuri%softhome.net1-1/+2
error regarding lack of components; patch written by me based on the work and review of chaduv and jouni; r=kiko; a=justdave.
2004-02-04Bug 232830 - use url_quote instead of html filtering to make sure we can ↵gerv%gerv.net3-7/+7
delete queries which contain a "+". Patch by gerv; r,a=myk.
2004-02-04Bug 224242: Add a CSS id signature to the <body> attribute on Bugzilla pages ↵justdave%syndicomm.com1-1/+3
to allow user CSS to explicitly affect Bugzilla. r= myk, a= myk
2004-02-04Fix for bug 220998: Allows blocks, dependson, and keywords values to be part ↵myk%mozilla.org1-3/+3
of a bug entry template (i.e. a URL that presets those fields to specific values). Original patch by Ludovic Dubost. r=kiko
2004-02-03Bug 232903: hook to allow addition of extra administration links in the ↵gerv%gerv.net1-0/+1
footer. Patch by gerv; r,a=myk.
2004-02-03Bug 232413 - remove occurrences of &nbsp; in favour of [%+ construct to ↵gerv%gerv.net10-17/+21
prevent whitespace chomping. Patch by gerv; r=kiko, a=justdave.
2004-01-31Patch for bug 213679: Implement a parameter that allows administrators to ↵jocuri%softhome.net1-0/+4
control whether blank comments are allowed when filling new bugs; code by Dave Swegen <dswegen@software.plasmon.com>; r=myk; a=myk.
2004-01-30Bug 232485 - fix missing space between words. Patch by gerv; r,a=justdave.gerv%gerv.net1-1/+1
2004-01-30Bug 232494 - fix missing space between words. Patch by gerv; r,a=justdave.gerv%gerv.net1-1/+1
2004-01-30Fix for bug 232508: adds back missing space between "tell" and "[% ↵myk%mozilla.org1-1/+1
terms.Bugzilla %]". Patch by Stephen Reindl <sr@stephenreindl.de> r=myk a=myk
2004-01-27Bug 232161 - add ability to forget or edit saved searches when the search ↵gerv%gerv.net1-0/+22
throws an error. Patch by gerv; r,a=justdave.
2004-01-26Fix for bug 232160: adds the header back in to the "verify component, etc." ↵myk%mozilla.org1-0/+2
page that appears when a user changes the product to which a bug belongs. r=gerv
2004-01-25Bug 232055 - add more colours to line graphs (default is 7; we now have 16.) ↵gerv%gerv.net2-3/+11
Patch by gerv; r,a=justdave.
2004-01-22Bug 231391 - make "cumulate" option work on new charts, together with a few ↵gerv%gerv.net2-17/+19
UI tweaks. Patch by gerv; r=kiko, a=myk.
2004-01-21Bug 231026 - improve the appearance of the buglist options at the bottom of ↵gerv%gerv.net1-5/+5
the buglist. Patch by gerv; r,a=justdave.
2004-01-20Bug 227026 - remove obsolete MacsBug information from guided template (we no ↵gerv%gerv.net1-3/+1
longer support OS 9.) Patch by gerv; r,a=justdave.
2004-01-20Backing out code change that was accidently left in the patch on bug 228894 ↵justdave%syndicomm.com1-2/+1
(see comment 9)
2004-01-19Patch for bug 228894: Change HTML comments to template-toolkit ones for ↵jocuri%softhome.net112-113/+114
template version numbers; patch by GavinS <bugzilla@chimpychompy.org>; r=kiko; a=justdave.
2004-01-18Bug 224420 - fix test bustage caused by accidental use of the word "bugs". Oops.gerv%gerv.net1-1/+1
2004-01-17Bug 224420 - add a warning that only public bugs are counted by the new ↵gerv%gerv.net1-0/+5
charting system at the moment. Patch by gerv; r,a=justdave.
2004-01-17Fix for bug 90468: Bugzilla does not log out automatically when closingkiko%async.com.br1-0/+15
the session. Patch by toms@myrealbox.com (Toms Baugis), with minor cleanups by me. r=kiko, a=myk.
2004-01-16Bug 231037 - remove JS popup from bug entry page. Patch by gerv; r,a=myk.gerv%gerv.net1-5/+1
2004-01-12Fix for bug 229658: Implements a mechanism for extensions to hook into ↵myk%mozilla.org1-0/+33
standard Bugzilla templates so they can extend the Bugzilla UI without having to modify the standard templates themselves, making it easier to develop and use Bugzilla extensions. r=bbaetz, gerv a=myk
2003-12-10Bug 227979: Editkeywords.cgi HTML validation; r=kiko; a=justdave.jocuri%softhome.net3-3/+3