aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/global
Commit message (Expand)AuthorAgeFilesLines
* Bug 153461: describe components shouldn't give an error for a bad producttravis%sedsystems.ca2005-01-082-4/+6
* Bug 272620: avoid XSS problem with internal error messages. Patch by gerv; r=...gerv%gerv.net2005-01-041-1/+4
* Bug 274419 - stop offering to forget a search which doesn't exist. Patch by g...gerv%gerv.net2005-01-011-2/+2
* Bug 264601 - Bugzilla will now tell a user which field contained an "invalid ...jake%bugzilla.org2004-12-212-16/+15
* Patch for bug 252889: Change Search.pm activity log joins to LEFT JOINS; patc...jocuri%softhome.net2004-12-141-0/+4
* Patch for bug 274236: Variable component overlaps in ThrowCodeError; patch by...jocuri%softhome.net2004-12-141-2/+2
* Patch for bug 233049: Improve error when filtering requests with component no...jocuri%softhome.net2004-12-091-8/+0
* Patch for bug 182375: Do not permit flags with spaces or commas; patch by FrÃ...jocuri%softhome.net2004-12-091-1/+2
* Patch for bug 180879: Implement privs for bug flags modification; patch by Fr...jocuri%softhome.net2004-11-241-0/+16
* Patch for bug 269294: Do not mention QuickSearch in the error message if not ...jocuri%softhome.net2004-11-241-7/+7
* Patch for bug 264868: show_bug.cgi should honour 'emailsuffix' in 'Reassign b...jocuri%softhome.net2004-11-201-2/+2
* Patch for bug 265679: requests error complaining about lack of group membersh...jocuri%softhome.net2004-11-031-3/+3
* Patch for bug 251596: make show.html template use customized body attribute; ...jocuri%softhome.net2004-11-031-2/+6
* Bug 250897: Enforce a 10 minute waiting period between password reset attempt...justdave%bugzilla.org2004-10-251-0/+5
* Backing out patch for bug 251596: found a problem with it after I committed. ...justdave%bugzilla.org2004-10-251-6/+2
* Bug 251596: show.html.tmpl wasn't using the customized body attributejustdave%bugzilla.org2004-10-251-2/+6
* fix for bug 265499: support custom stylesheets; r=gerv, a=mykmyk%mozilla.org2004-10-221-0/+5
* Fix for bug 256207: moves CSS files to skins/standard/ as part of CSS plan; r...myk%mozilla.org2004-10-221-1/+1
* Patch for bug 256567: Harmonize descriptions of classifications and products ...jocuri%softhome.net2004-10-071-1/+1
* Fix for bug 103794: adds 'home' link to navigation bar; patch by GavinS; r,a=mykmyk%mozilla.org2004-09-281-0/+1
* Bug 190224: templatize editmilestones.cgijustdave%bugzilla.org2004-09-111-0/+37
* Fix for bug 253480: pages should be classified rather than identified bykiko%async.com.br2004-08-241-1/+1
* Bug 224208 Add a higher level of categorization (.ie departments, locations, ...bugreport%peshkin.net2004-08-214-1/+114
* Bug 244239: Add group-based pronouns to querybugreport%peshkin.net2004-08-111-0/+4
* Bug 241903: Add Environment Variable Authentication for apache auth and SSObugreport%peshkin.net2004-08-111-2/+6
* Bug 251669: add an option to show users in a drop down menu instead of a text...bugreport%peshkin.net2004-08-111-0/+55
* Bug 185090: Add revamped whining systembugreport%peshkin.net2004-08-053-0/+9
* Bug 253588: Change Bugzilla->user to be usable even for a logged-out userbugreport%peshkin.net2004-07-311-2/+2
* Patch for bug 190220: templatize editcomponents.cgi; patch by GavinS <bugzill...jocuri%softhome.net2004-07-311-1/+67
* Bug 253447: Fix unhelpful error if user enters text in "blocks" fieldbugreport%peshkin.net2004-07-301-4/+2
* Bug 238544: Emit appropriate error if content and matches are used inbugreport%peshkin.net2004-07-221-0/+6
* Fix for bug 251841: body id from urlbase with tilde (~) failskiko%async.com.br2004-07-211-2/+2
* Bug 241900: Allow Bugzilla::Auth to have multiple login and validation stylesbugreport%peshkin.net2004-07-211-0/+4
* Bustage fix for bug 251469. Solve filtering issues with javascript_url,kiko%async.com.br2004-07-161-2/+2
* Fix for bug 251469: Add an interface argument in header template tokiko%async.com.br2004-07-161-0/+7
* Patch for bug 190222: templatize editgroups.cgi; r=joel, a=justdave.jocuri%softhome.net2004-07-132-7/+41
* Bug 226434: Add %reporter%, %user%, and %assignee% pronouns to boolean chartsbugreport%peshkin.net2004-07-131-0/+4
* Bug 103274: Site Navigation Bar incorrect if viewing a bug not in the listjouni%heikniemi.net2004-07-121-9/+14
* Fix for bug 248379: update to bug 245924; enable link groups to be styled ind...myk%mozilla.org2004-07-031-6/+6
* Fix for bug 245924: updates Bugzilla footer to take advantage of HTML4 and CS...myk%mozilla.org2004-06-233-40/+29
* Patch for bug 238675: fix the wording for the reassign_to_empty error message...jocuri%softhome.net2004-05-141-3/+3
* Bug 236779: Add UI for changing "linkinfooter" flag for saved searchesbugreport%peshkin.net2004-05-131-3/+5
* Fix for bug 240486: makes the banner template CSS friendlymyk%mozilla.org2004-05-121-14/+11
* Bug 238865: removing %::FORM from page.cgi in favor of $cgi->paramjustdave%syndicomm.com2004-04-171-0/+5
* Backing out checkin from bug 238865: patch was negatively reviewed post-mortem.justdave%syndicomm.com2004-04-151-5/+0
* Patch for bug 194332: fix spelling that caused error message mismatch for the...jocuri%softhome.net2004-04-121-3/+3
* Fix for bug 238865-v1: remove %FORM from page.cgi. Does so, fixing thekiko%async.com.br2004-04-121-0/+5
* 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 Christ...jocuri%softhome.net2004-03-281-4/+2
* Patch for bug 238677: fix wording of the "require_new_password" message; patc...jocuri%softhome.net2004-03-261-1/+1