aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/global
Commit message (Collapse)AuthorAgeFilesLines
* Patch for bug 238675: fix the wording for the reassign_to_empty error ↵jocuri%softhome.net2004-05-141-3/+3
| | | | message; patch by Christopher Nehren <apeiron@comcast.net>; r=justdave; a=justdave.
* Bug 236779: Add UI for changing "linkinfooter" flag for saved searchesbugreport%peshkin.net2004-05-131-3/+5
| | | | | r=gerv,preed a=justdave
* Fix for bug 240486: makes the banner template CSS friendlymyk%mozilla.org2004-05-121-14/+11
| | | | | | Patch by Vitaly Harisov r=myk a=myk
* Bug 238865: removing %::FORM from page.cgi in favor of $cgi->paramjustdave%syndicomm.com2004-04-171-0/+5
| | | | Patch by kiko, r=vlad, justdave, a=justdave
* Backing out checkin from bug 238865: patch was negatively reviewed post-mortem.justdave%syndicomm.com2004-04-151-5/+0
| | | | a=justdave
* Patch for bug 194332: fix spelling that caused error message mismatch for ↵jocuri%softhome.net2004-04-121-3/+3
| | | | the "invalid_maxrows" error message; r=timeless, a=justdave.
* Fix for bug 238865-v1: remove %FORM from page.cgi. Does so, fixing thekiko%async.com.br2004-04-121-0/+5
| | | | | linked page template and adding a code error for the "bad id provided" case. r=vladd, a=myk.
* Bug 238650 tinderbox bustage fix by apeiron, a= justdavejustdave%syndicomm.com2004-03-281-2/+3
|
* Patch for bug 238650: reword duplicate of self error message; patch by ↵jocuri%softhome.net2004-03-281-4/+2
| | | | Christopher Nehren <apeiron@comcast.net>; r=kiko; a=justdave.
* Patch for bug 238677: fix wording of the "require_new_password" message; ↵jocuri%softhome.net2004-03-261-1/+1
| | | | patch by Christopher Nehren <apeiron@comcast.net>; r=vlad; a=justdave.
* Patch for bug 238673: add missing article in change email address page; ↵jocuri%softhome.net2004-03-261-1/+1
| | | | patch by Christopher Nehren <apeiron@comcast.net>; r=kiko; a=justdave.
* Patch for bug 238656: reword the "Account self-creation" error message; ↵jocuri%softhome.net2004-03-261-1/+1
| | | | patch by Christopher Nehren <apeiron@comcast.net>; r=kiko; a=justdave.
* Patch for bug 238669: add a space between 'entered' and '(' in ↵jocuri%softhome.net2004-03-261-1/+1
| | | | illegal_email_address error; patch by Christopher Nehren <apeiron@comcast.net>; r=vlad; a=justdave.
* Bug 232338 - make the footer wrap cleanly, so it doesn't over-widen the ↵gerv%gerv.net2004-03-201-36/+36
| | | | page. Patch by gerv; r,a=justdave.
* Bug 234293 - complete the conversion from "query" terminology to "search" ↵gerv%gerv.net2004-03-192-21/+21
| | | | terminology. Patch by gerv; r=justdave, kiko, a=justdave.
* Bug 237517 inconsistent spelling of cancelled or canceledtimeless%mozdev.org2004-03-191-1/+1
| | | | r=kiko a=justdave
* Bug 24496 part 2: fix burning tinderbox - a couple filters were left out.justdave%syndicomm.com2004-03-181-5/+5
|
* Bug 24496: Adds a parameter "noresolveonopenblockers" which when enabled, ↵justdave%syndicomm.com2004-03-181-0/+26
| | | | | | | prevents bugs from being closed if there are any bugs blocking it which are still open. Patch by Andreas Höfler <andreas.hoefler@bearingpoint.com> r= justdave, a= myk
* Fix for bug 237757: Resolved bugs are no longer struck out on dependencykiko%async.com.br2004-03-181-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.
* Bug 232491 - try harder to avoid parameterless searches (either saved or ↵gerv%gerv.net2004-03-151-3/+1
| | | | otherwise.) Patch by gerv; r,a=myk.
* Bug 232141 - all all saved searches to footer until linkinfooter UI returns. ↵gerv%gerv.net2004-03-081-5/+3
| | | | Patch by gerv; r=myk, a=justdave.
* Bug 232749 - fix various charting problems revealed by b.m.o. upgrade, ↵gerv%gerv.net2004-02-132-11/+7
| | | | including editing, subscribe buttons and terminology. Patch by gerv; r=kiko, a=justdave.
* Patch for bug 194472; link to the product's component editor when displaying ↵jocuri%softhome.net2004-02-041-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.
* Bug 224242: Add a CSS id signature to the <body> attribute on Bugzilla pages ↵justdave%syndicomm.com2004-02-041-1/+3
| | | | | | to allow user CSS to explicitly affect Bugzilla. r= myk, a= myk
* Bug 232903: hook to allow addition of extra administration links in the ↵gerv%gerv.net2004-02-031-0/+1
| | | | footer. Patch by gerv; r,a=myk.
* Bug 232413 - remove occurrences of &nbsp; in favour of [%+ construct to ↵gerv%gerv.net2004-02-031-1/+1
| | | | prevent whitespace chomping. Patch by gerv; r=kiko, a=justdave.
* Patch for bug 213679: Implement a parameter that allows administrators to ↵jocuri%softhome.net2004-01-311-0/+4
| | | | control whether blank comments are allowed when filling new bugs; code by Dave Swegen <dswegen@software.plasmon.com>; r=myk; a=myk.
* Bug 232161 - add ability to forget or edit saved searches when the search ↵gerv%gerv.net2004-01-271-0/+22
| | | | throws an error. Patch by gerv; r,a=justdave.
* Backing out code change that was accidently left in the patch on bug 228894 ↵justdave%syndicomm.com2004-01-201-2/+1
| | | | (see comment 9)
* Patch for bug 228894: Change HTML comments to template-toolkit ones for ↵jocuri%softhome.net2004-01-1915-16/+17
| | | | template version numbers; patch by GavinS <bugzilla@chimpychompy.org>; r=kiko; a=justdave.
* Fix for bug 229658: Implements a mechanism for extensions to hook into ↵myk%mozilla.org2004-01-121-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
* Bug 190223: Complete templatization for editkeywords.cgi; reviewed by kiko, ↵jocuri%softhome.net2003-12-102-0/+25
| | | | jth, gerv; r/a=justdave.
* Bug 223078 - Provide classes to allow user to style bugs depending on bug ↵gerv%gerv.net2003-12-081-1/+3
| | | | number, component or status. Patch by gerv; r=kiko, a=justdave.
* Fix for bug 227213: Chomping murder in token emails and pages. Fixkiko%async.com.br2003-12-081-6/+6
| | | | | | chomping issues, a spurious &nbsp; in an email template, and minor rewordings to make the text prettier -- oh, I realize this isn't Chaucer yet, but who knows? r=jouni, a=justdave.
* Bug 223473: Query not resubmitted after changing columns; r=justdave; ↵jocuri%softhome.net2003-11-141-0/+2
| | | | a=justdave.
* Bug 179339 - Simplify and improve the stored query mechanism. Patch by gerv; ↵gerv%gerv.net2003-11-092-21/+9
| | | | r,a=myk.
* Bug 224913 - Need tests to check whether any templates uses the bareword ↵gerv%gerv.net2003-11-092-11/+12
| | | | "bug" or variations. Patch by gerv; r,a=justdave.
* Bug 217219 Messages in votes errors are incorrectly CHOMP'dtimeless%mozdev.org2003-10-311-7/+6
| | | | r=kiko a=justdave
* Bug 108528: knob is not a defined error message and it does not help a user ↵jocuri%softhome.net2003-10-191-1/+5
| | | | find the error; patch by chaduv (caduvall@glue.umd.edu); r=justdave; a=justdave.
* Backing out patch from bug 108528 - failed to take i10n concerns into accountjustdave%syndicomm.com2003-10-171-6/+1
|
* Bug 108528 - knob is not defined doesn't explain to 2001110503 users what to dotimeless%mozdev.org2003-10-161-1/+6
| | | | patch by caduvall@glue.umd.edu r=timeless a=justdave
* Bug 208699 - Move Throw{Code,Template}Error into Error.pmbbaetz%acm.org2003-09-141-29/+24
| | | | r,a=justdave
* Bug 217632 - Remove @@@ comment from message.html.tmpl. Patch by gerv; ↵gerv%gerv.net2003-09-101-1/+1
| | | | r,a=justdave.
* Bug 207044 - Filter more template directives. None of these are security ↵gerv%gerv.net2003-09-076-69/+78
| | | | bugs, but they need fixing anyway. Patch by gerv; r,a=justdave.
* Fix for bug 145588: adds full-text search option for more accurate finding ↵myk%mozilla.org2003-09-031-0/+4
| | | | | | | of individual bugs via words that appear in their descriptions/comments/summaries. r=bbaetz a=myk
* Patch Viewer, a pretty way of viewing and manipulating patches (bug 174942). ↵jkeiser%netscape.com2003-07-311-0/+17
| | | | Requires PatchIterator to be installed, classes uploaded to that bug and will be soon in CPAN.
* Bug 13540 - allow key terms, like "Bugzilla" and "bug", to be altered ↵gerv%gerv.net2003-07-0413-202/+267
| | | | without changing all the templates. Patch by jwilmoth@starbucks.com; r=gerv, a=justdave.
* Bug 16009 - generic charting. Patch by gerv; r,a=justdave.gerv%gerv.net2003-06-263-2/+74
|
* Bug 208583 - Remove PerformSubsts from templatesbbaetz%acm.org2003-06-071-2/+1
| | | | r,a=justdave
* Bug 180635 - Enhance Bugzilla::User to store additional informationbbaetz%acm.org2003-06-031-19/+11
| | | | r=myk,jake