aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/global/code-error.html.tmpl
Commit message (Collapse)AuthorAgeFilesLines
* Bug 978070: Do not use document.write() to insert HTML codeFrédéric Buclin2014-03-261-9/+3
| | | | r/a=justdave
* Bug 770073 - Hardcode "Bugzilla" in templates when it's not related to a ↵Connor Behan2014-01-071-3/+3
| | | | | | specific Bugzilla installation r=dkl,a=justdave
* Bug 920681: Remove the cellspacing and cellpadding attributes from tablesFrédéric Buclin2013-12-311-8/+7
| | | | r/a=justdave
* Bug 952793: Remove HTML4 elements which are obsolete in HTML5Frédéric Buclin2013-12-221-8/+8
| | | | r/a=justdave
* Bug 906745 - In MySQL, tokens are not case-sensitive, reducing total entropy ↵Dave Lawrence2013-10-161-0/+3
| | | | | | and allowing easier brute force r=LpSolit,a=glob
* Bug 676844: Replace ThrowCodeError() by ThrowUserError() when the error is ↵Frédéric Buclin2012-11-121-73/+0
| | | | | | not triggered by the code itself r=glob a=LpSolit
* Bug 604388 - Filenames used to store data for Old Charts should be based on ↵Marc Schumann2012-10-161-2/+2
| | | | | | product IDs, not names (avoid dataloss when renaming products). r/a=LpSolit
* Bug 749074: Throw an error message instead of syntax error on invalid search ↵Byron Jones2012-04-301-0/+4
| | | | | | type operators r=LpSolit,a=LpSolit
* Bug 745197: Add a hook in Bugzilla::Error::_throw_error() so that extensions ↵Frédéric Buclin2012-04-171-4/+2
| | | | | | can control the way to throw errors r=dkl a=LpSolit
* Bug 696387: Remove useless calls to field-descs.none.tmplMatt Selsky2012-02-261-2/+0
| | | | r/a=LpSolit
* Bug 319953: Missing real email syntax checkFrédéric Buclin2012-01-231-2/+1
| | | | r=glob a=LpSolit
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin2012-01-111-17/+5
| | | | | | add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
* Bug 714664: The content of the "emailregexpdesc" parameter is not escaped ↵Frédéric Buclin2012-01-061-1/+1
| | | | | | when displayed to the user r=dkl a=LpSolit
* Fix missing-space bugs in error messages. a=LpSolit.Gervase Markham2011-11-011-4/+4
| | | https://bugzilla.mozilla.org/show_bug.cgi?id=698737
* Bug 288049: "internal error" from ThrowCodeError is confusing. Reword itFrédéric Buclin2011-08-071-5/+7
| | | | r=justdave a=LpSolit
* Bug 676237: The traceback in code-error.html.tmpl is displayed on a single lineFrédéric Buclin2011-08-041-1/+1
| | | | r=glob a=LpSolit
* Bug 647466: Allow Search.pm to take the new URL syntax for custom searchMax Kanat-Alexander2011-04-021-0/+7
| | | | r=mkanat, a=mkanat (module owner)
* Allow extensions to add new Jobs. r,a=mkanat.Gervase Markham2011-01-051-1/+2
| | | https://bugzilla.mozilla.org/show_bug.cgi?id=617012
* Bug 622105 - Misspelling in setting_info_invalid error message David Lawrence2010-12-301-1/+1
| | | | r/a=LpSolit
* Another unused error tagFrédéric Buclin2010-10-221-3/+0
| | | https://bugzilla.mozilla.org/show_bug.cgi?id=523205
* Bug 590334: Change Bug.pm to use the comment object (Bugzilla::Comment)Christian Legnitto2010-10-131-0/+4
| | | | | when creating or updating bug comment r=mkanat, a=mkanat
* Bug 119703: Create an attachment by pasting it into a text fieldFrédéric Buclin2010-07-181-5/+1
| | | | r/a=mkanat
* Bug 578258: Calling votes.cgi with no arguments should either display the ↵Frédéric Buclin2010-07-161-0/+5
| | | | | | user's votes, or give a better error message if the extension is disabled r/a=mkanat
* 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
| | | | | | | populating FKs from _bz_schema at the end of checksetup, store REFERENCES in _bz_real_schema with a special "created => 0" key that tells us that we still need to create the FK. r=mkanat, a=mkanat (module owner)
* Bug 574556: Refactor Search.pm so that we're not doing $$some_var everywhere.Max Kanat-Alexander2010-07-081-4/+0
| | | | | | | Instead, we pass around a hashref and update the hashref. This patch also includes some cleanup for bugs surrounding percentage_complete, attachments.isobsolete, attachments.ispatch, and owner_idle_time. r=mkanat, a=mkanat
* Bug 490930: Always store attachments locally if they are over X size (and ↵Frédéric Buclin2010-07-081-5/+1
| | | | | | below some threshold!), don't ever display "Big File" checkbox r=mkanat a=LpSolit
* Bug 556422: Move the existing bug-moving functionality into an extensionMax Kanat-Alexander2010-06-181-4/+0
| | | | | called OldBugMove. r=dkl, a=mkanat
* Bug 567303: Implement a working algorithm for sorting fields based onMax Kanat-Alexander2010-05-241-0/+5
| | | | | | VALIDATOR_DEPENDENCIES in Bugzilla::Object. (The previous code did not actually sort fields correctly.) r=timello, a=mkanat
* Bug 565879: Merge ThrowCodeError("action_unrecognized"), ↵Frédéric Buclin2010-05-201-14/+1
| | | | | | ThrowUserError("no_valid_action") and ThrowCodeError("unknown_action") r=ghendricks a=LpSolit
* Bug 565899: Make the html_linebreak filter safe by having it first call theMax Kanat-Alexander2010-05-191-1/+1
| | | | | "html" filter r=LpSolit, a=LpSolit
* Need to do FILTER html FILTER html_linebreak to actually have a safe filter.Max Kanat-Alexander2010-05-141-1/+1
| | | https://bugzilla.mozilla.org/show_bug.cgi?id=372537
* Bug 372537: Improve CodeErrors: show the traceback (without functionMax Kanat-Alexander2010-05-141-0/+3
| | | | | arguments) r=LpSolit, a=LpSolit
* Bug 565880: Do not throw an error when obsoleting an already obsolete attachmentFrédéric Buclin2010-05-141-4/+0
| | | | a=LpSolit
* Bug 565881: 'flag_status_invalid' and 'request_queue_group_invalid' should ↵Frédéric Buclin2010-05-141-10/+0
| | | | | | be user errors, not code errors a=LpSolit
* Bug 554986: Add a "notmatches" search type, which allows the minus signMax Kanat-Alexander2010-03-291-3/+0
| | | | | operator to start working for bare words in Quicksearch again r=LpSolit, a=LpSolit
* Fix bustage (unused error tag)Frédéric Buclin2010-02-241-4/+0
| | | https://bugzilla.mozilla.org/show_bug.cgi?id=526184
* Move the no_open_bug_status code error into the Voting extension.Max Kanat-Alexander2010-02-151-5/+0
| | | https://bugzilla.mozilla.org/show_bug.cgi?id=372979
* Bug 515568: handle_login() doesn't check $@ after evalFrédéric Buclin2010-02-061-0/+3
| | | | r/a=mkanat
* Bug 467992: Login fails if the user's LDAP account is denied search in LDAP ↵lpsolit%gmail.com2010-01-051-1/+5
| | | | - Patch by Adam Batkin <adam@batkin.net> r/a=mkanat
* Bug 452919: Allow the "created an attachment" message in comments to be ↵mkanat%bugzilla.org2009-12-041-0/+17
| | | | | | localized Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* 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 ↵mkanat%bugzilla.org2009-11-241-0/+27
| | | | | | of individual .pl files Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 529495: The open bracket is missing for a directive in ↵lpsolit%gmail.com2009-11-181-1/+1
| | | | global/code-error.html.tmpl - Patch by A.A. Shimono (himorin) <shimono+bug@gmail.com> r/a=LpSolit
* Bug 519142: Replace IF/ELSE statements about bug_status/resolution with just ↵mkanat%bugzilla.org2009-11-181-1/+1
| | | | | | a display_value call, and use display_value in more places to translate field values. Patch by Vitaly Fedrushkov <vitaly.fedrushkov@gmail.com> r=mkanat, a=mkanat
* Bug 460742: The type should be mandatory to create a custom field - Patch by ↵lpsolit%gmail.com2009-10-301-3/+7
| | | | Nitish Bezzala <nbezzala@yahoo.com> r/a=mkanat
* Bug 520948: Use Bugzilla->feature and feature_enabled everywhere instead of ↵mkanat%bugzilla.org2009-10-241-28/+9
| | | | | | checking if modules are installed Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 509053: Implement Bugzilla->feature (feature_enabled in the templates), ↵mkanat%bugzilla.org2009-09-301-0/+6
| | | | | | and use it to detect when PatchReader is available. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 512623: Change get_status and get_resolution to display_value everywhere.mkanat%bugzilla.org2009-09-301-1/+1
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit