summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/user-error.html.tmpl
AgeCommit message (Collapse)AuthorFilesLines
2011-02-16Bug 624522: Add support for SourceForge URLs in "see also"Tiago Mello1-0/+1
r/a=mkanat
2011-02-14Bug 621122: Add support for MantisBT URLs in "see also".Reed Loden1-0/+1
[r=timello a=mkanat]
2011-02-14Bug 543667: Add support for Trac URLs in "see also".Matt Selsky1-0/+1
2011-02-14Bug 558784: Add support for JIRA URLs in "see also".Matt Selsky1-0/+1
2011-01-30Bug 616185: Move tags (aka lists of bugs) to their own DB tablesFrédéric Buclin1-26/+7
r/a=mkanat
2011-01-07Bug 558803: Add a parameter to specify the password complexity for new passwordsrojanu1-0/+17
r/a=LpSolit
2010-12-13Bug 617477: Fix numerous consistency and behavior issues surroudning Bug.updateMax Kanat-Alexander1-4/+4
and Bugzilla::Bug. See https://bugzilla.mozilla.org/show_bug.cgi?id=617477#c2 for details. r=LpSolit, a=LpSolit
2010-12-04Bug 529974: Let users with local editcomponents privs manage flags for ↵Frédéric Buclin1-0/+25
products they can administer a=LpSolit (module owner)
2010-11-03Bug 419014: (CVE-2010-3764) [SECURITY] Old charts are not project specific, ↵Frédéric Buclin1-1/+1
and product names are viewable in graphs/ r=wurblzap a=LpSolit
2010-10-22Remove unused error tagFrédéric Buclin1-5/+0
https://bugzilla.mozilla.org/show_bug.cgi?id=523205
2010-10-22Bug 523205: editflagtypes.cgi should use Bugzilla::FlagType methods to ↵Frédéric Buclin1-3/+4
create and edit flag types a=LpSolit
2010-10-14Bug 575947: Users with passwords length less than 6 characters can't login ↵Frédéric Buclin1-0/+8
after migration from 3.4.x or older to 3.6 or newer r/a=mkanat
2010-09-19Add a missing "FILTER html" in the bug_url_invalid error message.Max Kanat-Alexander1-1/+1
https://bugzilla.mozilla.org/show_bug.cgi?id=577835
2010-09-19Bug 593170: Disallow urls like "show_bug.cgi?id=2323" (with no domain) inMax Kanat-Alexander1-0/+2
the See Also field. r=timello, a=mkanat
2010-09-19Bug 577835: Improve the error message displayed when you put an invalidMax Kanat-Alexander1-2/+8
Bug URL into the See Also field.
2010-09-08Bug 271758: noresolveonopenblockers = on doesn't allow removing open ↵Frédéric Buclin1-25/+10
blockers and resolve the bug in a single change r/a=mkanat
2010-09-02Fix bustage due to bug 549586Frédéric Buclin1-2/+2
2010-09-02Bug 549586: Allow the See Also field to take an integer or a localTiago Mello1-0/+4
bugzilla url and treat them as a link to the local Bugzilla. r/a=mkanat
2010-08-27Bug 479400: Add the ability to show or hide particular custom fieldsTiago Mello1-0/+5
based on multiple values of another field (visibility controllers) r/a=mkanat
2010-08-24Bug 589860: Remove sidebar.cgi, because remote XUL support is going away in ↵Frédéric Buclin1-4/+0
Gecko r/a=mkanat
2010-08-04Bug 450013: (CVE-2010-2757) [SECURITY] Can sudo a user without sending emailFrédéric Buclin1-0/+16
r=glob a=LpSolit
2010-07-25Bug 581693: Missing whitespace for the auth_failure_action hookFrédéric Buclin1-1/+1
r/a=mkanat
2010-07-23Bug 581326 – Misleading JSON error message.Marc Schumann1-2/+2
Patch by Marc Schumann <wurblzap@gmail.com>, r/a=mkanat
2010-07-23Bug 398701: Replace |FILTER url_quote| by |FILTER uri|Frédéric Buclin1-11/+11
r/a=mkanat
2010-07-18Bug 119703: Create an attachment by pasting it into a text fieldFrédéric Buclin1-12/+2
r/a=mkanat
2010-07-14The illegal_changed_in_x_days error message is no longer used.Max Kanat-Alexander1-5/+0
https://bugzilla.mozilla.org/show_bug.cgi?id=578323
2010-07-08Remove two errors that are no longer used, after the $$some_var refactorMax Kanat-Alexander1-10/+0
in Search.pm. https://bugzilla.mozilla.org/show_bug.cgi?id=574556
2010-07-08Fix a template and POD bustage from the $$some_var Search.pm checkin.Max Kanat-Alexander1-2/+2
https://bugzilla.mozilla.org/show_bug.cgi?id=574556
2010-07-08Bug 574556: Refactor Search.pm so that we're not doing $$some_var everywhere.Max Kanat-Alexander1-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
2010-07-08Bug 490930: Always store attachments locally if they are over X size (and ↵Frédéric Buclin1-14/+6
below some threshold!), don't ever display "Big File" checkbox r=mkanat a=LpSolit
2010-07-07Bug 519835: Remove Bugzilla::Product::check_product() in favor of ↵Frédéric Buclin1-13/+0
Bugzilla::Product->check() r=mkanat a=LpSolit
2010-06-25Bug 573173: Make Bugzilla::Bug's add_group and remove_group take groupMax Kanat-Alexander1-4/+4
names instead of ids r=dkl, a=mkanat
2010-06-23Bug 573172: Prepare set_all for being used in a context other thanMax Kanat-Alexander1-0/+4
process_bug.cgi r=dkl, a=mkanat
2010-06-18Bug 556422: Move the existing bug-moving functionality into an extensionMax Kanat-Alexander1-7/+2
called OldBugMove. r=dkl, a=mkanat
2010-06-16Bug 24896: Make the First/Last/Prev/Next navigation on bugs work withMax Kanat-Alexander1-0/+2
multiple buglists at once r=glob, a=mkanat
2010-05-20Bug 565879: Merge ThrowCodeError("action_unrecognized"), ↵Frédéric Buclin1-4/+7
ThrowUserError("no_valid_action") and ThrowCodeError("unknown_action") r=ghendricks a=LpSolit
2010-05-19Bug 494395: Implement the ability to mark custom fields as mandatory whenTiago Mello1-0/+5
creating/changing bugs r=mkanat, a=mkanat
2010-05-14Bug 561296: A fix allowing updating a field value's name when it isMax Kanat-Alexander1-4/+5
the default value r=LpSolit, a=LpSolit
2010-05-14Bug 565881: 'flag_status_invalid' and 'request_queue_group_invalid' should ↵Frédéric Buclin1-0/+11
be user errors, not code errors a=LpSolit
2010-04-27Bug 550727: Add JSONP Support to the JSON-RPC WebService InterfaceMax Kanat-Alexander1-0/+5
r=dkl, a=mkanat
2010-04-22Bug 550732: Allow read-only JSON-RPC methods to be called with GETMax Kanat-Alexander1-2/+12
r=dkl, a=mkanat
2010-03-28Bug 553913: Add explicit error codes to WebService errors that were missingMax Kanat-Alexander1-1/+2
them r=dkl, a=mkanat
2010-03-24Bug 553770: Make the JSON-RPC WebService throw a proper error when you don'tMax Kanat-Alexander1-0/+4
provide login credentials on a LOGIN_REQUIRED page. (Before this, it was attempting to display the HTML login page to JSON-RPC clients.) r=dkl, a=mkanat
2010-03-23Bug 544332 - New bug_check_can_change_field hook for Bugzilla/Bug.pmDavid Lawrence1-2/+2
r/a=mkanat
2010-02-16Bug 372979: Make voting into an extensionMax Kanat-Alexander1-39/+0
r=mkanat, a=mkanat, a=LpSolit
2010-02-08Bug 251556: Allow "Bug ID" fields to have one-way mutual relationships (like ↵Jesse Clark1-0/+6
blocks/dependson) r=mkanat, a=mkanat
2010-02-08Bug 518293: Improve and Simplify the QuickSearch DocumentationMax Kanat-Alexander1-2/+2
r=LpSolit, a=LpSolit
2010-02-02Bug 487508: Allow restricting the visibility of custom fields and values by ↵Max Kanat-Alexander1-1/+1
component r=dkl, a=mkanat
2010-02-02Bug 514970: Clean up duplicates.cgi and make it use Bug objectsMax Kanat-Alexander1-2/+7
r=LpSolit, a=LpSolit
2010-02-01Bug 534057: Auto-completion no longer works in email_in.plFrédéric Buclin1-0/+6
Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat