summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/code-error.html.tmpl
AgeCommit message (Collapse)AuthorFilesLines
2006-12-19Bug 364250: If a hook fails, no error is available for diagnosismkanat%bugzilla.org1-1/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=colin, a=myk
2006-12-19Bug 339380: Make Bugzilla::Component use Bugzilla::Objectmkanat%bugzilla.org1-0/+5
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-11-03Bug 353711: Move to Email:: modules for email sendingmkanat%bugzilla.org1-0/+5
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=glob, a=myk
2006-09-22Bug 351994: Messages shouldn't contain HTML characters unless we're in ↵mkanat%bugzilla.org1-1/+5
USAGE_MODE_BROWSER Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=ghendricks, a=myk
2006-09-14Bug 352608: Make checksetup more localizablemkanat%bugzilla.org1-0/+18
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
2006-09-10Post-checkin fix for bug 351332.mkanat%bugzilla.org1-1/+1
2006-09-10Bug 351332: Move Group validation into Bugzilla::Bug from post_bug.cgimkanat%bugzilla.org1-2/+2
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-09-09Bug 287326: Ability to add custom single-select fields to a bug - Patch by ↵lpsolit%gmail.com1-0/+4
Frédéric Buclin <LpSolit@gmail.com> and Max Kanat-Alexander <mkanat@bugzilla.org> r=mkanat a=myk
2006-09-07Bug 351462: Errors are always displayed in plain textmkanat%bugzilla.org1-1/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-09-07Bug 322693: Create a mechanism to manage multiple custom skins.wurblzap%gmail.com1-0/+4
Patch by Marc Schumann <wurblzap@gmail.com>; r=myk,mkanat; a=myk
2006-09-06Bug 351098: Make Bugzilla::Object able to update objects in the database, ↵mkanat%bugzilla.org1-0/+12
and make Bugzilla::Keyword use it Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-09-06Bug 349764: Errors print out a whole HTML page, even when we're not in ↵mkanat%bugzilla.org1-4/+2
USAGE_MODE_BROWSER Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=kevin.benton, a=myk
2006-08-25Bug 345958: Do not throw an error if an inactive flag type is set to "X" ↵lpsolit%gmail.com1-2/+3
while editing a bug - Patch by Frédéric Buclin <LpSolit@gmail.com> a=myk
2006-08-20Fixing bustage (unfiltered directive in code-error.html.tmpl)lpsolit%gmail.com1-1/+1
2006-08-20Bug 224577: Bugzilla could use a web services interface.wurblzap%gmail.com1-4/+15
Patch by Marc Schumann <wurblzap@gmail.com>; r=mkanat; a=myk
2006-08-11Fixing warnings due to bug 347291 (unused tag in code-error.html.tmpl)lpsolit%gmail.com1-5/+0
2006-08-11Bug 347061: Create Bugzilla::Object->create and make Bugzilla::Keyword use itmkanat%bugzilla.org1-0/+6
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bkor, a=myk
2006-07-25Bug 343810: Remove Bugzilla::FlagType::get() and implement real flagtype ↵lpsolit%gmail.com1-4/+0
objects - Patch by Frédéric Buclin <LpSolit@gmail.com> a=myk
2006-07-25Bug 174039: Set flags on bug entry - Patch by Frédéric Buclin ↵lpsolit%gmail.com1-0/+7
<LpSolit@gmail.com> r=wurblzap r=myk a=myk
2006-06-20Spelling patch: use the right spelling form for 'occurred'; patch by Vlad ↵vladd%bugzilla.org1-2/+2
Dascalu <vladd@bugzilla.org>.
2006-06-15Bug 319067: editflagtypes.cgi should allow to filter flag types based on ↵lpsolit%gmail.com1-3/+0
their product/component - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=myk
2006-06-04Bug 340253: .cgi scripts should call Throw*Error() instead of die() - Patch ↵lpsolit%gmail.com1-1/+4
by Frédéric Buclin <LpSolit@gmail.com> r=vladd a=justdave
2006-06-02Bug 282687: LDAP: TLS Support - Patch by guillomovitch@zarb.org r=mkanat ↵lpsolit%gmail.com1-0/+3
a=justdave
2006-05-30Bug 337054: Remove get_component_id() and get_component_name() from ↵lpsolit%gmail.com1-15/+3
globals.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-05-16Bug 337705: ldap_search_error AUTH_ERROR code is not defined - Patch by Max ↵lpsolit%gmail.com1-0/+5
Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit a=justdave
2006-05-12Bug 300410: Bugzilla::Auth needs to be restructured to not require a BEGIN blockmkanat%bugzilla.org1-7/+45
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-03-01Fix ThrowCodeError calls by giving them an unique ID (tree fix).jocuri%softhome.net1-0/+7
2006-02-22Bug 316127: Implement an infrastructure to link to the documentation - Patch ↵lpsolit%gmail.com1-0/+10
by Marc Schumann <wurblzap@gmail.com> r=vladd a=justdave
2005-11-30Bug 314039: editusers.cgi edits user 0 if you don't pass a userid - Patch by ↵lpsolit%gmail.com1-3/+10
Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
2005-10-28Bug 314088: Several Bugzilla::Foo->new crash when passing a string instead ↵lpsolit%gmail.com1-0/+5
of a valid ID as a param - Patch by Frédéric Buclin <LpSolit@gmail.com> r=kiko a=justdave
2005-10-26Bug 313732: fix typo in name of error message variable. Patch by ↵gerv%gerv.net1-1/+1
bugzilla.mozilla@rjb.za.net; r=gerv, a=myk.
2005-10-24Bug 312307: Misused Throw*Error tags in code and templates - Patch by Dennis ↵lpsolit%gmail.com1-9/+7
Melentyev <dennis.melentyev@infopulse.com.ua> r=LpSolit a=justdave
2005-10-07Bug 310982: Remove the 'browserbugmessage' parameter completely - Patch by ↵lpsolit%gmail.com1-1/+1
Frédéric Buclin <LpSolit@gmail.com> r=joel a=justdave
2005-09-02Bug 298306: For new products, the charting error message "The tool which ↵lpsolit%gmail.com1-2/+12
gathers bug counts has not been run yet" is misleading - Patch by Marc Schumann <wurblzap@gmail.com> r=gerv a=myk
2005-08-31Fix for bug 305773: fixes regression in flag validation code that let ↵myk%mozilla.org1-2/+3
through untrusted requestees when multiple requestees were entered into a requestee field (per the new feature that lets multiple requestees be entered into those fields); r=lpsolit
2005-07-20Bug 257767: Option to have fields in CSV files separated by semicolons ↵lpsolit%gmail.com1-0/+4
instead of commas - Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit a=myk
2005-07-13Bug 294160: Step 1 (RO): Create libraries for Products, Components, ↵lpsolit%gmail.com1-0/+5
Classifications, Milestones, and Versions - Patch by Tiago R. Mello <timello@async.com.br> r=mkanat a=myk
2005-07-11Bug 63536: User preference for whether or not to go to the next bug after ↵lpsolit%gmail.com1-0/+3
processing - Patch by byron jones (glob) <bugzilla@glob.com.au> r=LpSolit a=justdave
2005-07-08Bug 293159: [SECURITY] Anyone can change flags and access bug summaries due ↵mkanat%kerio.com1-0/+27
to a bad check in Flag::validate() and Flag::modify() Patch By Frederic Buclin <LpSolit@gmail.com> r=myk, a=justdave
2005-07-08Bug 299212: "already locked" errors should be more informative - Patch by ↵lpsolit%gmail.com1-1/+3
Frédéric Buclin <LpSolit@gmail.com> r=glob a=justdave
2005-07-07Bug 268146: mod_security complain: Invalid cookie format: Cookie value is ↵lpsolit%gmail.com1-0/+3
missing #2 - Patch by Marc Schumann <wurblzap@gmail.com> r=kiko a=justdave
2005-04-11Bug 289570: Blank value always shown on target type code error from ↵lpsolit%gmail.com1-1/+1
editflagtypes.cgi - Patch by Teemu Mannermaa <wicked@etlicon.fi> r=LpSolit a=myk
2005-03-15Bug 251960: Search.pm uses DB dependent comma operatormkanat%kerio.com1-0/+5
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=joel, a=justdave
2005-03-11Bug 98123 : Create a user preferences infrastructure (became 'General Settings')travis%sedsystems.ca1-0/+9
Patch by Shane H. W. Travis <travis@sedsystems.ca> r=jouni, mkanat a=myk
2005-03-08Bug 284185 : Incorrect parameter in the "attachment_already_obsolete" error ↵travis%sedsystems.ca1-1/+1
message Patch by Frederic Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
2005-03-01Bug 119485 : Templatise editusers.cgitravis%sedsystems.ca1-1/+5
Patch by Marc Schumann <wurblzap@gmail.com> r=GavinS, mkanat a=justdave
2005-02-19Bug 282570: Missing errors for DB compatibility layermkanat%kerio.com1-0/+12
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=justdave
2005-01-04Bug 272620: avoid XSS problem with internal error messages. Patch by gerv; ↵gerv%gerv.net1-1/+4
r=justdave; a=justdave.
2004-12-14Patch for bug 274236: Variable component overlaps in ThrowCodeError; patch ↵jocuri%softhome.net1-2/+2
by me, r=wurblzap (Marc), a=justdave.
2004-12-09Patch for bug 233049: Improve error when filtering requests with component ↵jocuri%softhome.net1-8/+0
not in the selected product; patch by Marc Schumann <wurblzap@gmail.com>, r=vladd, a=justdave.