aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/global/code-error.html.tmpl
Commit message (Expand)AuthorAgeFilesLines
* Bug 388022: Use Bugzilla::Bug to set/update custom fields in process_bug.cgimkanat%bugzilla.org2007-07-131-0/+4
* 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
* Bug 379127: Incorrect link to the documentation when trying to view an nonexi...lpsolit%gmail.com2007-06-021-1/+1
* Bug 373869: Custom field names must be all lowercase or buglist.cgi sorting t...justdave%bugzilla.org2007-04-151-1/+1
* Post-checkin fix for Bug 121069: I had forgotten to remove an unused error me...mkanat%bugzilla.org2007-03-151-3/+0
* Bug 367480: [LDAP] Try a list of servers in order until we connect successfullymkanat%bugzilla.org2007-03-081-1/+1
* Bug 371286: Ignore deleted flags - Patch by Frédéric Buclin <LpSolit@gm...lpsolit%gmail.com2007-02-241-3/+0
* Bug 365555 . global/code-error uses strange mark uptimeless%mozdev.org2007-01-081-1/+1
* Bug 364250: If a hook fails, no error is available for diagnosismkanat%bugzilla.org2006-12-191-1/+1
* Bug 339380: Make Bugzilla::Component use Bugzilla::Objectmkanat%bugzilla.org2006-12-191-0/+5
* Bug 353711: Move to Email:: modules for email sendingmkanat%bugzilla.org2006-11-031-0/+5
* Bug 351994: Messages shouldn't contain HTML characters unless we're in USAGE_...mkanat%bugzilla.org2006-09-221-1/+5
* Bug 352608: Make checksetup more localizablemkanat%bugzilla.org2006-09-141-0/+18
* 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
* Bug 287326: Ability to add custom single-select fields to a bug - Patch by Fr...lpsolit%gmail.com2006-09-091-0/+4
* Bug 351462: Errors are always displayed in plain textmkanat%bugzilla.org2006-09-071-1/+1
* Bug 322693: Create a mechanism to manage multiple custom skins.wurblzap%gmail.com2006-09-071-0/+4
* Bug 351098: Make Bugzilla::Object able to update objects in the database, and...mkanat%bugzilla.org2006-09-061-0/+12
* Bug 349764: Errors print out a whole HTML page, even when we're not in USAGE_...mkanat%bugzilla.org2006-09-061-4/+2
* Bug 345958: Do not throw an error if an inactive flag type is set to "X" whil...lpsolit%gmail.com2006-08-251-2/+3
* 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
* 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
* Bug 343810: Remove Bugzilla::FlagType::get() and implement real flagtype obje...lpsolit%gmail.com2006-07-251-4/+0
* Bug 174039: Set flags on bug entry - Patch by Frédéric Buclin <LpSolit@gmai...lpsolit%gmail.com2006-07-251-0/+7
* Spelling patch: use the right spelling form for 'occurred'; patch by Vlad Das...vladd%bugzilla.org2006-06-201-2/+2
* Bug 319067: editflagtypes.cgi should allow to filter flag types based on thei...lpsolit%gmail.com2006-06-151-3/+0
* Bug 340253: .cgi scripts should call Throw*Error() instead of die() - Patch b...lpsolit%gmail.com2006-06-041-1/+4
* Bug 282687: LDAP: TLS Support - Patch by guillomovitch@zarb.org r=mkanat a=ju...lpsolit%gmail.com2006-06-021-0/+3
* Bug 337054: Remove get_component_id() and get_component_name() from globals.p...lpsolit%gmail.com2006-05-301-15/+3
* Bug 337705: ldap_search_error AUTH_ERROR code is not defined - Patch by Max K...lpsolit%gmail.com2006-05-151-0/+5
* Bug 300410: Bugzilla::Auth needs to be restructured to not require a BEGIN blockmkanat%bugzilla.org2006-05-121-7/+45
* 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
* Bug 314039: editusers.cgi edits user 0 if you don't pass a userid - Patch by ...lpsolit%gmail.com2005-11-301-3/+10
* Bug 314088: Several Bugzilla::Foo->new crash when passing a string instead of...lpsolit%gmail.com2005-10-281-0/+5
* Bug 313732: fix typo in name of error message variable. Patch by bugzilla.moz...gerv%gerv.net2005-10-261-1/+1
* Bug 312307: Misused Throw*Error tags in code and templates - Patch by Dennis ...lpsolit%gmail.com2005-10-241-9/+7
* Bug 310982: Remove the 'browserbugmessage' parameter completely - Patch by Fr...lpsolit%gmail.com2005-10-071-1/+1
* Bug 298306: For new products, the charting error message "The tool which gath...lpsolit%gmail.com2005-09-021-2/+12
* Fix for bug 305773: fixes regression in flag validation code that let through...myk%mozilla.org2005-08-311-2/+3
* Bug 257767: Option to have fields in CSV files separated by semicolons instea...lpsolit%gmail.com2005-07-201-0/+4
* Bug 294160: Step 1 (RO): Create libraries for Products, Components, Classific...lpsolit%gmail.com2005-07-131-0/+5
* Bug 63536: User preference for whether or not to go to the next bug after pro...lpsolit%gmail.com2005-07-111-0/+3
* Bug 293159: [SECURITY] Anyone can change flags and access bug summaries due t...mkanat%kerio.com2005-07-081-0/+27
* Bug 299212: "already locked" errors should be more informative - Patch by FrÃ...lpsolit%gmail.com2005-07-081-1/+3
* Bug 268146: mod_security complain: Invalid cookie format: Cookie value is mis...lpsolit%gmail.com2005-07-071-0/+3