aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/global/code-error.html.tmpl
Commit message (Expand)AuthorAgeFilesLines
* Bug 288049: "internal error" from ThrowCodeError is confusing. Reword itFrédéric Buclin2011-08-071-5/+7
* Bug 676237: The traceback in code-error.html.tmpl is displayed on a single lineFrédéric Buclin2011-08-041-1/+1
* Bug 647466: Allow Search.pm to take the new URL syntax for custom searchMax Kanat-Alexander2011-04-021-0/+7
* Allow extensions to add new Jobs. r,a=mkanat.Gervase Markham2011-01-051-1/+2
* Bug 622105 - Misspelling in setting_info_invalid error message David Lawrence2010-12-301-1/+1
* Another unused error tagFrédéric Buclin2010-10-221-3/+0
* Bug 590334: Change Bug.pm to use the comment object (Bugzilla::Comment)Christian Legnitto2010-10-131-0/+4
* Bug 119703: Create an attachment by pasting it into a text fieldFrédéric Buclin2010-07-181-5/+1
* Bug 578258: Calling votes.cgi with no arguments should either display the use...Frédéric Buclin2010-07-161-0/+5
* Remove unsused error tag left by bug 578904Frédéric Buclin2010-07-151-5/+0
* Bug 578739: Instead of removing REFERENCES from _bz_real_schema and thenMax Kanat-Alexander2010-07-141-1/+6
* Bug 574556: Refactor Search.pm so that we're not doing $$some_var everywhere.Max Kanat-Alexander2010-07-081-4/+0
* Bug 490930: Always store attachments locally if they are over X size (and bel...Frédéric Buclin2010-07-081-5/+1
* Bug 556422: Move the existing bug-moving functionality into an extensionMax Kanat-Alexander2010-06-181-4/+0
* Bug 567303: Implement a working algorithm for sorting fields based onMax Kanat-Alexander2010-05-241-0/+5
* Bug 565879: Merge ThrowCodeError("action_unrecognized"), ThrowUserError("no_v...Frédéric Buclin2010-05-201-14/+1
* Bug 565899: Make the html_linebreak filter safe by having it first call theMax Kanat-Alexander2010-05-191-1/+1
* Need to do FILTER html FILTER html_linebreak to actually have a safe filter.Max Kanat-Alexander2010-05-141-1/+1
* Bug 372537: Improve CodeErrors: show the traceback (without functionMax Kanat-Alexander2010-05-141-0/+3
* Bug 565880: Do not throw an error when obsoleting an already obsolete attachmentFrédéric Buclin2010-05-141-4/+0
* Bug 565881: 'flag_status_invalid' and 'request_queue_group_invalid' should be...Frédéric Buclin2010-05-141-10/+0
* Bug 554986: Add a "notmatches" search type, which allows the minus signMax Kanat-Alexander2010-03-291-3/+0
* Fix bustage (unused error tag)Frédéric Buclin2010-02-241-4/+0
* Move the no_open_bug_status code error into the Voting extension.Max Kanat-Alexander2010-02-151-5/+0
* Bug 515568: handle_login() doesn't check $@ after evalFrédéric Buclin2010-02-061-0/+3
* Bug 467992: Login fails if the user's LDAP account is denied search in LDAP -...lpsolit%gmail.com2010-01-051-1/+5
* Bug 452919: Allow the "created an attachment" message in comments to be local...mkanat%bugzilla.org2009-12-041-0/+17
* Fix bustage: the 'extension_invalid' error tag is no longer usedlpsolit%gmail.com2009-11-241-4/+0
* Fix test failures caused by check-in of bug 430014.mkanat%bugzilla.org2009-11-241-1/+1
* Bug 430014: Re-write the code hooks system so that it uses modules instead of...mkanat%bugzilla.org2009-11-241-0/+27
* Bug 529495: The open bracket is missing for a directive in global/code-error....lpsolit%gmail.com2009-11-181-1/+1
* Bug 519142: Replace IF/ELSE statements about bug_status/resolution with just ...mkanat%bugzilla.org2009-11-181-1/+1
* Bug 460742: The type should be mandatory to create a custom field - Patch by ...lpsolit%gmail.com2009-10-301-3/+7
* Bug 520948: Use Bugzilla->feature and feature_enabled everywhere instead of c...mkanat%bugzilla.org2009-10-241-28/+9
* Bug 509053: Implement Bugzilla->feature (feature_enabled in the templates), a...mkanat%bugzilla.org2009-09-301-0/+6
* Bug 512623: Change get_status and get_resolution to display_value everywhere.mkanat%bugzilla.org2009-09-301-1/+1
* Bug 515191: [SECURITY] SQL Injection via Bug.search (CVE-2009-3125) and Bug.c...mkanat%bugzilla.org2009-09-111-0/+5
* Bug 449705: Make buglist.cgi's LookupNamedQuery use Bugzilla::Search::Savedmkanat%bugzilla.org2009-08-211-2/+2
* Bug 415541: Implement $bug->set_flags() and $attachment->set_flags() - Patch ...lpsolit%gmail.com2009-08-051-9/+4
* Bug 500900: Confirming bugs requires NEW state to exist - Patch by FrédÃ...lpsolit%gmail.com2009-07-011-1/+6
* Bug 494369: Do not throw an error if the 'order' parameter contains invalid c...lpsolit%gmail.com2009-05-251-11/+0
* Bug 454251: Implement Bugzilla::Attachment->create() and $attachment->update(...lpsolit%gmail.com2009-04-091-0/+8
* Bug 432907: Create a JSON frontend for WebServicesmkanat%bugzilla.org2009-03-311-0/+7
* Bug 450403: Add ability to view comments via the web service (Bug.comments)mkanat%bugzilla.org2009-01-071-0/+6
* Bug 284184: Allow Bugzilla to use an asynchronous job queue for sending mail.mkanat%bugzilla.org2008-12-241-0/+15
* Bug 455632: Add Bugzilla::Field::Choice->create and have editvalues.cgi use itmkanat%bugzilla.org2008-10-031-0/+6
* Bug 448593: Move code to edit product group settings from editproducts.cgi to...lpsolit%gmail.com2008-08-141-0/+10
* Bug 414236 Ð show_bug.cgi: Remove the knob in favor of normal <select> boxesguy.pyrzak%gmail.com2008-04-101-5/+1
* Bug 121069: Remove $dbh->bz_(un)lock_tables from process_bug.cgi and Error.pm...lpsolit%gmail.com2008-01-281-8/+0
* Bug 402791: Move status and resolution updating from process_bug.cgi into Bug...mkanat%bugzilla.org2008-01-181-0/+4