aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/global/user-error.html.tmpl
Commit message (Collapse)AuthorAgeFilesLines
* Bug 696256: global/variables.none.tmpl should be PRE_PROCESS'edFrédéric Buclin2011-10-231-2/+0
| | | | r/a=mkanat
* Bug 582529: Ambiguous error message "You did not specify a file to attach" ↵Frédéric Buclin2011-10-011-0/+4
| | | | | | when deleting an existing attachment filename a=LpSolit
* Bug 661476: sanitycheck.pl should check if all products have components defined.Frédéric Buclin2011-08-171-0/+10
| | | | | Also, creating a new product from the web UI asks you to create a component too. r=glob a=LpSolit
* Bug 678844: When trying to edit a non-existent classification, the error ↵Frédéric Buclin2011-08-161-2/+4
| | | | | | message has missing words r=glob a=LpSolit
* Bug 677187: If the attachment filename contains a newline, an error is ↵Frédéric Buclin2011-08-101-2/+3
| | | | | | thrown when trying to download the attachment r/a=mkanat
* Bug 622203 - Allow filing closed bugs via the WebServiceMax Kanat-Alexander2011-08-091-4/+9
| | | | r=dkl, a=mkanat
* Bug 660691: Allow Bugzilla to parse HTML-only inbound email via email_in.plMax Kanat-Alexander2011-08-091-3/+2
| | | | r=glob, a=mkanat
* Bug 437076: Allow email_in to accept multipart/alternative HTML email withMax Kanat-Alexander2011-08-091-2/+2
| | | | | attachments r=glob, a=mkanat
* Bug 637981: (CVE-2011-2379) [SECURITY] "Raw Unified" patch diffs can cause ↵Byron Jones2011-08-041-0/+5
| | | | | | XSS on this domain in IE 6-8 and Safari r/a=LpSolit
* Bug 653477: (CVE-2011-2380) [SECURITY] Group names can be guessed when ↵Frédéric Buclin2011-08-041-20/+8
| | | | | | creating or editing a bug r=mkanat a=LpSolit
* Bug 674574: When all components or versions are disabled, you cannot enter ↵Frédéric Buclin2011-08-011-2/+2
| | | | | | bugs into the product but it's listed in enter_bug.cgi anyway r=dkl a=LpSolit
* Bug 674089: Add a new hook 'end_object_name' in user-error.html.tmpl templateTiago Mello2011-07-251-0/+1
| | | | r/a=mkanat
* Bug 674117: Add a new hook 'auth_failure_object' in user-error.html.tmpl ↵Tiago Mello2011-07-251-0/+2
| | | | | | template r/a=mkanat
* Bug 28849: Block users from CCing other users if they do not have editbugs privsByron Jones2011-05-101-0/+4
| | | | r=LpSolit, a=LpSolit
* Bug 653341: Bug.create() fails to error out if an invalid group is passedFrédéric Buclin2011-05-061-0/+7
| | | | r/a=mkanat
* Bug 653406: fix escaping of url vars in error messagesByron Jones2011-04-291-8/+8
| | | | r=LpSolit, a=LpSolit
* Bug 423612 - Allow editing extern_id for users from the admin interfaceJochen Wiedmann2011-04-271-0/+8
| | | | r=mkanat, a=mkanat
* Bug 638489 - Make all boolean charts work with longdescs.isprivateMax Kanat-Alexander2011-03-031-0/+4
| | | | r=mkanat, a=mkanat (module owner)
* Bug 624522: Add support for SourceForge URLs in "see also"Tiago Mello2011-02-161-0/+1
| | | | r/a=mkanat
* Bug 621122: Add support for MantisBT URLs in "see also".Reed Loden2011-02-131-0/+1
| | | | [r=timello a=mkanat]
* Bug 543667: Add support for Trac URLs in "see also".Matt Selsky2011-02-131-0/+1
|
* Bug 558784: Add support for JIRA URLs in "see also".Matt Selsky2011-02-131-0/+1
|
* Bug 616185: Move tags (aka lists of bugs) to their own DB tablesFrédéric Buclin2011-01-301-26/+7
| | | | r/a=mkanat
* Bug 558803: Add a parameter to specify the password complexity for new passwordsrojanu2011-01-071-0/+17
| | | | r/a=LpSolit
* Bug 617477: Fix numerous consistency and behavior issues surroudning Bug.updateMax Kanat-Alexander2010-12-131-4/+4
| | | | | | and Bugzilla::Bug. See https://bugzilla.mozilla.org/show_bug.cgi?id=617477#c2 for details. r=LpSolit, a=LpSolit
* Bug 529974: Let users with local editcomponents privs manage flags for ↵Frédéric Buclin2010-12-041-0/+25
| | | | | | products they can administer a=LpSolit (module owner)
* Bug 419014: (CVE-2010-3764) [SECURITY] Old charts are not project specific, ↵Frédéric Buclin2010-11-031-1/+1
| | | | | | and product names are viewable in graphs/ r=wurblzap a=LpSolit
* Remove unused error tagFrédéric Buclin2010-10-221-5/+0
| | | https://bugzilla.mozilla.org/show_bug.cgi?id=523205
* Bug 523205: editflagtypes.cgi should use Bugzilla::FlagType methods to ↵Frédéric Buclin2010-10-221-3/+4
| | | | | | create and edit flag types a=LpSolit
* Bug 575947: Users with passwords length less than 6 characters can't login ↵Frédéric Buclin2010-10-141-0/+8
| | | | | | after migration from 3.4.x or older to 3.6 or newer r/a=mkanat
* Add a missing "FILTER html" in the bug_url_invalid error message.Max Kanat-Alexander2010-09-181-1/+1
| | | https://bugzilla.mozilla.org/show_bug.cgi?id=577835
* Bug 593170: Disallow urls like "show_bug.cgi?id=2323" (with no domain) inMax Kanat-Alexander2010-09-181-0/+2
| | | | | the See Also field. r=timello, a=mkanat
* Bug 577835: Improve the error message displayed when you put an invalidMax Kanat-Alexander2010-09-181-2/+8
| | | | Bug URL into the See Also field.
* Bug 271758: noresolveonopenblockers = on doesn't allow removing open ↵Frédéric Buclin2010-09-081-25/+10
| | | | | | blockers and resolve the bug in a single change r/a=mkanat
* Fix bustage due to bug 549586Frédéric Buclin2010-09-021-2/+2
|
* Bug 549586: Allow the See Also field to take an integer or a localTiago Mello2010-09-011-0/+4
| | | | | bugzilla url and treat them as a link to the local Bugzilla. r/a=mkanat
* Bug 479400: Add the ability to show or hide particular custom fieldsTiago Mello2010-08-271-0/+5
| | | | | based on multiple values of another field (visibility controllers) r/a=mkanat
* Bug 589860: Remove sidebar.cgi, because remote XUL support is going away in ↵Frédéric Buclin2010-08-241-4/+0
| | | | | | Gecko r/a=mkanat
* Bug 450013: (CVE-2010-2757) [SECURITY] Can sudo a user without sending emailFrédéric Buclin2010-08-041-0/+16
| | | | r=glob a=LpSolit
* Bug 581693: Missing whitespace for the auth_failure_action hookFrédéric Buclin2010-07-251-1/+1
| | | | r/a=mkanat
* Bug 581326 – Misleading JSON error message.Marc Schumann2010-07-231-2/+2
| | | | Patch by Marc Schumann <wurblzap@gmail.com>, r/a=mkanat
* Bug 398701: Replace |FILTER url_quote| by |FILTER uri|Frédéric Buclin2010-07-231-11/+11
| | | | r/a=mkanat
* Bug 119703: Create an attachment by pasting it into a text fieldFrédéric Buclin2010-07-181-12/+2
| | | | r/a=mkanat
* The illegal_changed_in_x_days error message is no longer used.Max Kanat-Alexander2010-07-131-5/+0
| | | https://bugzilla.mozilla.org/show_bug.cgi?id=578323
* Remove two errors that are no longer used, after the $$some_var refactorMax Kanat-Alexander2010-07-081-10/+0
| | | | | in Search.pm. https://bugzilla.mozilla.org/show_bug.cgi?id=574556
* Fix a template and POD bustage from the $$some_var Search.pm checkin.Max Kanat-Alexander2010-07-081-2/+2
| | | https://bugzilla.mozilla.org/show_bug.cgi?id=574556
* Bug 574556: Refactor Search.pm so that we're not doing $$some_var everywhere.Max Kanat-Alexander2010-07-081-6/+16
| | | | | | | 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-14/+6
| | | | | | below some threshold!), don't ever display "Big File" checkbox r=mkanat a=LpSolit
* Bug 519835: Remove Bugzilla::Product::check_product() in favor of ↵Frédéric Buclin2010-07-071-13/+0
| | | | | | Bugzilla::Product->check() r=mkanat a=LpSolit
* Bug 573173: Make Bugzilla::Bug's add_group and remove_group take groupMax Kanat-Alexander2010-06-251-4/+4
| | | | | names instead of ids r=dkl, a=mkanat