aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/global/code-error.html.tmpl
Commit message (Collapse)AuthorAgeFilesLines
* Bug 450403: Add ability to view comments via the web service (Bug.comments)mkanat%bugzilla.org2009-01-071-0/+6
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
* Bug 284184: Allow Bugzilla to use an asynchronous job queue for sending mail.mkanat%bugzilla.org2008-12-241-0/+15
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> and Mark Smith <mark@plogs.net> r=glob, a=mkanat
* Bug 455632: Add Bugzilla::Field::Choice->create and have editvalues.cgi use itmkanat%bugzilla.org2008-10-031-0/+6
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
* Bug 448593: Move code to edit product group settings from editproducts.cgi ↵lpsolit%gmail.com2008-08-141-0/+10
| | | | to Bugzilla/Product.pm - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 414236 Ð show_bug.cgi: Remove the knob in favor of normal <select> boxesguy.pyrzak%gmail.com2008-04-101-5/+1
| | | | | Patch By Guy Pyrzak<guy.pyrzak@gmail.com> r=mkanat, a=LpSolit. Removes knob from edit single and edit multiple bugs.
* Bug 121069: Remove $dbh->bz_(un)lock_tables from process_bug.cgi and ↵lpsolit%gmail.com2008-01-281-8/+0
| | | | Error.pm in favor of DB transactions. These methods are no longer used and are completely removed now - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 402791: Move status and resolution updating from process_bug.cgi into ↵mkanat%bugzilla.org2008-01-181-0/+4
| | | | | | Bugzilla::Bug Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 392186: Remove version headers from all templates - Patch by GavinS ↵lpsolit%gmail.com2007-08-201-1/+0
| | | | <bugzilla@chimpychompy.org> r/a=LpSolit
* Bug 380187 – Bugzilla should support RADIUS authentication.wurblzap%gmail.com2007-08-031-0/+3
| | | | | Patch by Marc Schumann <wurblzap@gmail.com>; r=mkanat, a=mkanat
* Bug 358486: env_no_email mistakenly refers to an environment variable where ↵lpsolit%gmail.com2007-08-021-3/+3
| | | | it should refer to a param - Patch by timeless <timeless@bemail.org> r=wurblzap a=mkanat
* Bug 388022: Use Bugzilla::Bug to set/update custom fields in process_bug.cgimkanat%bugzilla.org2007-07-131-0/+4
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Fixing bustage due to the checkin of bug 385379lpsolit%gmail.com2007-07-071-3/+0
|
* Bug 383520 – Need to hook code-error.html.tmplghendricks%novell.com2007-06-131-6/+12
| | | | Patch by ghendricks r=mkanat a=mkanat
* Bug 379127: Incorrect link to the documentation when trying to view an ↵lpsolit%gmail.com2007-06-021-1/+1
| | | | nonexistent saved search - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit
* Bug 373869: Custom field names must be all lowercase or buglist.cgi sorting ↵justdave%bugzilla.org2007-04-151-1/+1
| | | | | | | throws an error Patch by mkanat and justdave r=LpSolit,mkanat; a=mkanat
* Post-checkin fix for Bug 121069: I had forgotten to remove an unused error ↵mkanat%bugzilla.org2007-03-151-3/+0
| | | | message from code-error.html.tmpl.
* Bug 367480: [LDAP] Try a list of servers in order until we connect successfullymkanat%bugzilla.org2007-03-081-1/+1
| | | | Patch By Tony Bajan <firefox@tonyb.me.uk> r=mkanat, a=mkanat
* Bug 371286: Ignore deleted flags - Patch by Frédéric Buclin ↵lpsolit%gmail.com2007-02-241-3/+0
| | | | <LpSolit@gmail.com> r=myk a=LpSolit
* Bug 365555 . global/code-error uses strange mark uptimeless%mozdev.org2007-01-081-1/+1
| | | | patch by bmo2007@rsz.jp r=timeless a=justdave
* Bug 364250: If a hook fails, no error is available for diagnosismkanat%bugzilla.org2006-12-191-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=colin, a=myk
* Bug 339380: Make Bugzilla::Component use Bugzilla::Objectmkanat%bugzilla.org2006-12-191-0/+5
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 353711: Move to Email:: modules for email sendingmkanat%bugzilla.org2006-11-031-0/+5
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=glob, a=myk
* Bug 351994: Messages shouldn't contain HTML characters unless we're in ↵mkanat%bugzilla.org2006-09-221-1/+5
| | | | | | USAGE_MODE_BROWSER Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=ghendricks, a=myk
* Bug 352608: Make checksetup more localizablemkanat%bugzilla.org2006-09-141-0/+18
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
* Post-checkin fix for bug 351332.mkanat%bugzilla.org2006-09-101-1/+1
|
* Bug 351332: Move Group validation into Bugzilla::Bug from post_bug.cgimkanat%bugzilla.org2006-09-101-2/+2
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 287326: Ability to add custom single-select fields to a bug - Patch by ↵lpsolit%gmail.com2006-09-091-0/+4
| | | | Frédéric Buclin <LpSolit@gmail.com> and Max Kanat-Alexander <mkanat@bugzilla.org> r=mkanat a=myk
* Bug 351462: Errors are always displayed in plain textmkanat%bugzilla.org2006-09-071-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 322693: Create a mechanism to manage multiple custom skins.wurblzap%gmail.com2006-09-071-0/+4
| | | | | Patch by Marc Schumann <wurblzap@gmail.com>; r=myk,mkanat; a=myk
* Bug 351098: Make Bugzilla::Object able to update objects in the database, ↵mkanat%bugzilla.org2006-09-061-0/+12
| | | | | | and make Bugzilla::Keyword use it Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 349764: Errors print out a whole HTML page, even when we're not in ↵mkanat%bugzilla.org2006-09-061-4/+2
| | | | | | USAGE_MODE_BROWSER Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=kevin.benton, a=myk
* Bug 345958: Do not throw an error if an inactive flag type is set to "X" ↵lpsolit%gmail.com2006-08-251-2/+3
| | | | while editing a bug - Patch by Frédéric Buclin <LpSolit@gmail.com> a=myk
* Fixing bustage (unfiltered directive in code-error.html.tmpl)lpsolit%gmail.com2006-08-201-1/+1
|
* Bug 224577: Bugzilla could use a web services interface.wurblzap%gmail.com2006-08-201-4/+15
| | | | | Patch by Marc Schumann <wurblzap@gmail.com>; r=mkanat; a=myk
* Fixing warnings due to bug 347291 (unused tag in code-error.html.tmpl)lpsolit%gmail.com2006-08-111-5/+0
|
* Bug 347061: Create Bugzilla::Object->create and make Bugzilla::Keyword use itmkanat%bugzilla.org2006-08-111-0/+6
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bkor, a=myk
* Bug 343810: Remove Bugzilla::FlagType::get() and implement real flagtype ↵lpsolit%gmail.com2006-07-251-4/+0
| | | | objects - Patch by Frédéric Buclin <LpSolit@gmail.com> a=myk
* Bug 174039: Set flags on bug entry - Patch by Frédéric Buclin ↵lpsolit%gmail.com2006-07-251-0/+7
| | | | <LpSolit@gmail.com> r=wurblzap r=myk a=myk
* Spelling patch: use the right spelling form for 'occurred'; patch by Vlad ↵vladd%bugzilla.org2006-06-201-2/+2
| | | | Dascalu <vladd@bugzilla.org>.
* Bug 319067: editflagtypes.cgi should allow to filter flag types based on ↵lpsolit%gmail.com2006-06-151-3/+0
| | | | their product/component - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=myk
* Bug 340253: .cgi scripts should call Throw*Error() instead of die() - Patch ↵lpsolit%gmail.com2006-06-041-1/+4
| | | | by Frédéric Buclin <LpSolit@gmail.com> r=vladd a=justdave
* Bug 282687: LDAP: TLS Support - Patch by guillomovitch@zarb.org r=mkanat ↵lpsolit%gmail.com2006-06-021-0/+3
| | | | a=justdave
* Bug 337054: Remove get_component_id() and get_component_name() from ↵lpsolit%gmail.com2006-05-301-15/+3
| | | | globals.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 337705: ldap_search_error AUTH_ERROR code is not defined - Patch by Max ↵lpsolit%gmail.com2006-05-151-0/+5
| | | | Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit a=justdave
* Bug 300410: Bugzilla::Auth needs to be restructured to not require a BEGIN blockmkanat%bugzilla.org2006-05-121-7/+45
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Fix ThrowCodeError calls by giving them an unique ID (tree fix).jocuri%softhome.net2006-02-281-0/+7
|
* Bug 316127: Implement an infrastructure to link to the documentation - Patch ↵lpsolit%gmail.com2006-02-221-0/+10
| | | | by Marc Schumann <wurblzap@gmail.com> r=vladd a=justdave
* Bug 314039: editusers.cgi edits user 0 if you don't pass a userid - Patch by ↵lpsolit%gmail.com2005-11-301-3/+10
| | | | Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
* Bug 314088: Several Bugzilla::Foo->new crash when passing a string instead ↵lpsolit%gmail.com2005-10-281-0/+5
| | | | of a valid ID as a param - Patch by Frédéric Buclin <LpSolit@gmail.com> r=kiko a=justdave
* Bug 313732: fix typo in name of error message variable. Patch by ↵gerv%gerv.net2005-10-261-1/+1
| | | | bugzilla.mozilla@rjb.za.net; r=gerv, a=myk.