summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/code-error.html.tmpl
AgeCommit message (Expand)AuthorFilesLines
2009-11-24Fix bustage: the 'extension_invalid' error tag is no longer usedlpsolit%gmail.com1-4/+0
2009-11-24Fix test failures caused by check-in of bug 430014.mkanat%bugzilla.org1-1/+1
2009-11-24Bug 430014: Re-write the code hooks system so that it uses modules instead of...mkanat%bugzilla.org1-0/+27
2009-11-18Bug 529495: The open bracket is missing for a directive in global/code-error....lpsolit%gmail.com1-1/+1
2009-11-18Bug 519142: Replace IF/ELSE statements about bug_status/resolution with just ...mkanat%bugzilla.org1-1/+1
2009-10-30Bug 460742: The type should be mandatory to create a custom field - Patch by ...lpsolit%gmail.com1-3/+7
2009-10-24Bug 520948: Use Bugzilla->feature and feature_enabled everywhere instead of c...mkanat%bugzilla.org1-28/+9
2009-10-01Bug 509053: Implement Bugzilla->feature (feature_enabled in the templates), a...mkanat%bugzilla.org1-0/+6
2009-10-01Bug 512623: Change get_status and get_resolution to display_value everywhere.mkanat%bugzilla.org1-1/+1
2009-09-11Bug 515191: [SECURITY] SQL Injection via Bug.search (CVE-2009-3125) and Bug.c...mkanat%bugzilla.org1-0/+5
2009-08-21Bug 449705: Make buglist.cgi's LookupNamedQuery use Bugzilla::Search::Savedmkanat%bugzilla.org1-2/+2
2009-08-05Bug 415541: Implement $bug->set_flags() and $attachment->set_flags() - Patch ...lpsolit%gmail.com1-9/+4
2009-07-01Bug 500900: Confirming bugs requires NEW state to exist - Patch by FrédÃ...lpsolit%gmail.com1-1/+6
2009-05-25Bug 494369: Do not throw an error if the 'order' parameter contains invalid c...lpsolit%gmail.com1-11/+0
2009-04-09Bug 454251: Implement Bugzilla::Attachment->create() and $attachment->update(...lpsolit%gmail.com1-0/+8
2009-03-31Bug 432907: Create a JSON frontend for WebServicesmkanat%bugzilla.org1-0/+7
2009-01-07Bug 450403: Add ability to view comments via the web service (Bug.comments)mkanat%bugzilla.org1-0/+6
2008-12-24Bug 284184: Allow Bugzilla to use an asynchronous job queue for sending mail.mkanat%bugzilla.org1-0/+15
2008-10-03Bug 455632: Add Bugzilla::Field::Choice->create and have editvalues.cgi use itmkanat%bugzilla.org1-0/+6
2008-08-14Bug 448593: Move code to edit product group settings from editproducts.cgi to...lpsolit%gmail.com1-0/+10
2008-04-10Bug 414236 Ð show_bug.cgi: Remove the knob in favor of normal <select> boxesguy.pyrzak%gmail.com1-5/+1
2008-01-28Bug 121069: Remove $dbh->bz_(un)lock_tables from process_bug.cgi and Error.pm...lpsolit%gmail.com1-8/+0
2008-01-18Bug 402791: Move status and resolution updating from process_bug.cgi into Bug...mkanat%bugzilla.org1-0/+4
2007-08-21Bug 392186: Remove version headers from all templates - Patch by GavinS <bugz...lpsolit%gmail.com1-1/+0
2007-08-03Bug 380187 – Bugzilla should support RADIUS authentication.wurblzap%gmail.com1-0/+3
2007-08-02Bug 358486: env_no_email mistakenly refers to an environment variable where i...lpsolit%gmail.com1-3/+3
2007-07-13Bug 388022: Use Bugzilla::Bug to set/update custom fields in process_bug.cgimkanat%bugzilla.org1-0/+4
2007-07-07Fixing bustage due to the checkin of bug 385379lpsolit%gmail.com1-3/+0
2007-06-13Bug 383520 – Need to hook code-error.html.tmplghendricks%novell.com1-6/+12
2007-06-02Bug 379127: Incorrect link to the documentation when trying to view an nonexi...lpsolit%gmail.com1-1/+1
2007-04-15Bug 373869: Custom field names must be all lowercase or buglist.cgi sorting t...justdave%bugzilla.org1-1/+1
2007-03-15Post-checkin fix for Bug 121069: I had forgotten to remove an unused error me...mkanat%bugzilla.org1-3/+0
2007-03-08Bug 367480: [LDAP] Try a list of servers in order until we connect successfullymkanat%bugzilla.org1-1/+1
2007-02-24Bug 371286: Ignore deleted flags - Patch by Frédéric Buclin <LpSolit@gm...lpsolit%gmail.com1-3/+0
2007-01-08Bug 365555 . global/code-error uses strange mark uptimeless%mozdev.org1-1/+1
2006-12-19Bug 364250: If a hook fails, no error is available for diagnosismkanat%bugzilla.org1-1/+1
2006-12-19Bug 339380: Make Bugzilla::Component use Bugzilla::Objectmkanat%bugzilla.org1-0/+5
2006-11-03Bug 353711: Move to Email:: modules for email sendingmkanat%bugzilla.org1-0/+5
2006-09-22Bug 351994: Messages shouldn't contain HTML characters unless we're in USAGE_...mkanat%bugzilla.org1-1/+5
2006-09-14Bug 352608: Make checksetup more localizablemkanat%bugzilla.org1-0/+18
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
2006-09-09Bug 287326: Ability to add custom single-select fields to a bug - Patch by Fr...lpsolit%gmail.com1-0/+4
2006-09-07Bug 351462: Errors are always displayed in plain textmkanat%bugzilla.org1-1/+1
2006-09-07Bug 322693: Create a mechanism to manage multiple custom skins.wurblzap%gmail.com1-0/+4
2006-09-06Bug 351098: Make Bugzilla::Object able to update objects in the database, and...mkanat%bugzilla.org1-0/+12
2006-09-06Bug 349764: Errors print out a whole HTML page, even when we're not in USAGE_...mkanat%bugzilla.org1-4/+2
2006-08-25Bug 345958: Do not throw an error if an inactive flag type is set to "X" whil...lpsolit%gmail.com1-2/+3
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