aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/global/user-error.html.tmpl
Commit message (Collapse)AuthorAgeFilesLines
* Bug 190224: templatize editmilestones.cgijustdave%bugzilla.org2004-09-111-0/+37
| | | | | Patch by GavinS <bugzilla@chimpychompy.org> r=jouni, a=justdave
* Bug 224208 Add a higher level of categorization (.ie departments, locations, ↵bugreport%peshkin.net2004-08-211-0/+38
| | | | | | | | etc.) patch by Albert Ting r=joel, glob a=myk
* Bug 244239: Add group-based pronouns to querybugreport%peshkin.net2004-08-111-0/+4
| | | | | r=erik,justdave a=justdave
* Bug 185090: Add revamped whining systembugreport%peshkin.net2004-08-051-0/+5
| | | | | | | patch by: Erik r=joel r=jouni a=justdave
* Patch for bug 190220: templatize editcomponents.cgi; patch by GavinS ↵jocuri%softhome.net2004-07-311-1/+67
| | | | <bugzilla@chimpychompy.org>; r=jouni, a=justdave.
* Bug 253447: Fix unhelpful error if user enters text in "blocks" fieldbugreport%peshkin.net2004-07-301-4/+2
| | | | | r=kiko a=justdave
* Bug 238544: Emit appropriate error if content and matches are used inbugreport%peshkin.net2004-07-221-0/+6
| | | | | | invalid search combinations. r=jouni a=justdave
* Bug 241900: Allow Bugzilla::Auth to have multiple login and validation stylesbugreport%peshkin.net2004-07-211-0/+4
| | | | | | patch by erik r=joel, kiko a=myk
* Patch for bug 190222: templatize editgroups.cgi; r=joel, a=justdave.jocuri%softhome.net2004-07-131-2/+31
|
* Bug 226434: Add %reporter%, %user%, and %assignee% pronouns to boolean chartsbugreport%peshkin.net2004-07-131-0/+4
| | | | | r=jouni a=justdave
* 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.
* 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.
* 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 234293 - complete the conversion from "query" terminology to "search" ↵gerv%gerv.net2004-03-191-11/+11
| | | | terminology. Patch by gerv; r=justdave, 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
* 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 232749 - fix various charting problems revealed by b.m.o. upgrade, ↵gerv%gerv.net2004-02-131-0/+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 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-191-2/+3
| | | | template version numbers; patch by GavinS <bugzilla@chimpychompy.org>; r=kiko; a=justdave.
* Bug 190223: Complete templatization for editkeywords.cgi; reviewed by kiko, ↵jocuri%softhome.net2003-12-101-0/+21
| | | | jth, gerv; r/a=justdave.
* Bug 224913 - Need tests to check whether any templates uses the bareword ↵gerv%gerv.net2003-11-091-9/+9
| | | | "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 207044 - Filter more template directives. None of these are security ↵gerv%gerv.net2003-09-071-29/+49
| | | | bugs, but they need fixing anyway. Patch by gerv; r,a=justdave.
* 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-041-124/+130
| | | | 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-261-2/+40
|
* Bug 200198 - user-error.html.tmpl's use [% changedsince %] instead of ↵burnus%gmx.de2003-04-291-1/+2
| | | | | | $changedsince r=gerv, a=justdave
* Fix for bug 179510: takes group restrictions into account when sending ↵myk%mozilla.org2003-04-251-0/+21
| | | | | | | request notifications r=bbaetz,jpreed a=justdave
* Bug 192677: Add new test to flag failure-to-filter situations in the ↵justdave%syndicomm.com2003-04-251-2/+7
| | | | | | | | | 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
* Bug 199813 - Make all users of ThrowUserError pass $vars in explicitly.bbaetz%acm.org2003-04-021-29/+13
| | | | | r=gerv a=justdave
* Bug 197689 Missing Query - The query named $name seems to no longer exist.timeless%mozdev.org2003-03-301-1/+1
| | | | r=bbaetz a=justdave
* Bug 180642 - Move authentication code into a modulebbaetz%acm.org2003-03-221-5/+6
| | | | | r=gerv, justdave a=justdave
* Bug 195695 - Requesting a non-existant format results in an Internal Errorbbaetz%acm.org2003-03-221-0/+5
| | | | r=gerv, a=myk
* bug 191087 - process_bug.cgi: "Mid-air collision!" title when not allowed to ↵burnus%gmx.de2003-02-051-0/+1
| | | | | | change a field r=gerv, a=justdave
* Bug 181047 - Change non-output templates to have a ctype of "none". Patch by ↵gerv%gerv.net2003-01-061-1/+1
| | | | gerv; r=bbaetz, a=justdave.
* Bug 86029 create permission restrictions for createaccount.cgi (prevent ↵bugreport%peshkin.net2002-12-091-0/+6
| | | | | | | people from creating accounts) r=burnus a=justdave
* Bug 159627 quips should be editable and deleteable using the web interfacebugreport%peshkin.net2002-12-091-1/+5
| | | | | patch by burnus r=timeless,a=justdave
* Bug 181960 Reason for account being disabled is not shownbugreport%peshkin.net2002-11-261-1/+1
| | | | | Patch by joel r,a=justdave
* Bug 147275 Rearchitect product groupsbugreport%peshkin.net2002-11-251-0/+10
| | | | | | Patch by joel r=bbaetz,justdave a=justdave
* Fix for bug 179380: if "enablequips" is off, quips.cgi now presents a ↵justdave%syndicomm.com2002-11-111-0/+4
| | | | | | message that the quips are disabled instead of letting you view or add quips. r=myk, a=me