summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/code-error.html.tmpl
AgeCommit message (Expand)AuthorFilesLines
2012-01-06Bug 714664: The content of the "emailregexpdesc" parameter is not escaped whe...Frédéric Buclin1-1/+1
2011-11-01Fix missing-space bugs in error messages. a=LpSolit.Gervase Markham1-4/+4
2011-08-07Bug 288049: "internal error" from ThrowCodeError is confusing. Reword itFrédéric Buclin1-5/+7
2011-08-04Bug 676237: The traceback in code-error.html.tmpl is displayed on a single lineFrédéric Buclin1-1/+1
2011-04-02Bug 647466: Allow Search.pm to take the new URL syntax for custom searchMax Kanat-Alexander1-0/+7
2011-01-05Allow extensions to add new Jobs. r,a=mkanat.Gervase Markham1-1/+2
2010-12-30Bug 622105 - Misspelling in setting_info_invalid error message David Lawrence1-1/+1
2010-10-22Another unused error tagFrédéric Buclin1-3/+0
2010-10-14Bug 590334: Change Bug.pm to use the comment object (Bugzilla::Comment)Christian Legnitto1-0/+4
2010-07-18Bug 119703: Create an attachment by pasting it into a text fieldFrédéric Buclin1-5/+1
2010-07-16Bug 578258: Calling votes.cgi with no arguments should either display the use...Frédéric Buclin1-0/+5
2010-07-15Remove unsused error tag left by bug 578904Frédéric Buclin1-5/+0
2010-07-15Bug 578739: Instead of removing REFERENCES from _bz_real_schema and thenMax Kanat-Alexander1-1/+6
2010-07-08Bug 574556: Refactor Search.pm so that we're not doing $$some_var everywhere.Max Kanat-Alexander1-4/+0
2010-07-08Bug 490930: Always store attachments locally if they are over X size (and bel...Frédéric Buclin1-5/+1
2010-06-18Bug 556422: Move the existing bug-moving functionality into an extensionMax Kanat-Alexander1-4/+0
2010-05-25Bug 567303: Implement a working algorithm for sorting fields based onMax Kanat-Alexander1-0/+5
2010-05-20Bug 565879: Merge ThrowCodeError("action_unrecognized"), ThrowUserError("no_v...Frédéric Buclin1-14/+1
2010-05-19Bug 565899: Make the html_linebreak filter safe by having it first call theMax Kanat-Alexander1-1/+1
2010-05-14Need to do FILTER html FILTER html_linebreak to actually have a safe filter.Max Kanat-Alexander1-1/+1
2010-05-14Bug 372537: Improve CodeErrors: show the traceback (without functionMax Kanat-Alexander1-0/+3
2010-05-14Bug 565880: Do not throw an error when obsoleting an already obsolete attachmentFrédéric Buclin1-4/+0
2010-05-14Bug 565881: 'flag_status_invalid' and 'request_queue_group_invalid' should be...Frédéric Buclin1-10/+0
2010-03-29Bug 554986: Add a "notmatches" search type, which allows the minus signMax Kanat-Alexander1-3/+0
2010-02-24Fix bustage (unused error tag)Frédéric Buclin1-4/+0
2010-02-16Move the no_open_bug_status code error into the Voting extension.Max Kanat-Alexander1-5/+0
2010-02-06Bug 515568: handle_login() doesn't check $@ after evalFrédéric Buclin1-0/+3
2010-01-05Bug 467992: Login fails if the user's LDAP account is denied search in LDAP -...lpsolit%gmail.com1-1/+5
2009-12-04Bug 452919: Allow the "created an attachment" message in comments to be local...mkanat%bugzilla.org1-0/+17
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