aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/global/user-error.html.tmpl
Commit message (Expand)AuthorAgeFilesLines
* Add a missing "FILTER html" in the bug_url_invalid error message.Max Kanat-Alexander2010-09-181-1/+1
* Bug 593170: Disallow urls like "show_bug.cgi?id=2323" (with no domain) inMax Kanat-Alexander2010-09-181-0/+2
* Bug 577835: Improve the error message displayed when you put an invalidMax Kanat-Alexander2010-09-181-2/+8
* Bug 271758: noresolveonopenblockers = on doesn't allow removing open blockers...Frédéric Buclin2010-09-081-25/+10
* 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
* Bug 479400: Add the ability to show or hide particular custom fieldsTiago Mello2010-08-271-0/+5
* Bug 589860: Remove sidebar.cgi, because remote XUL support is going away in G...Frédéric Buclin2010-08-241-4/+0
* Bug 450013: (CVE-2010-2757) [SECURITY] Can sudo a user without sending emailFrédéric Buclin2010-08-041-0/+16
* Bug 581693: Missing whitespace for the auth_failure_action hookFrédéric Buclin2010-07-251-1/+1
* Bug 581326 – Misleading JSON error message.Marc Schumann2010-07-231-2/+2
* Bug 398701: Replace |FILTER url_quote| by |FILTER uri|Frédéric Buclin2010-07-231-11/+11
* Bug 119703: Create an attachment by pasting it into a text fieldFrédéric Buclin2010-07-181-12/+2
* The illegal_changed_in_x_days error message is no longer used.Max Kanat-Alexander2010-07-131-5/+0
* Remove two errors that are no longer used, after the $$some_var refactorMax Kanat-Alexander2010-07-081-10/+0
* Fix a template and POD bustage from the $$some_var Search.pm checkin.Max Kanat-Alexander2010-07-081-2/+2
* Bug 574556: Refactor Search.pm so that we're not doing $$some_var everywhere.Max Kanat-Alexander2010-07-081-6/+16
* Bug 490930: Always store attachments locally if they are over X size (and bel...Frédéric Buclin2010-07-081-14/+6
* Bug 519835: Remove Bugzilla::Product::check_product() in favor of Bugzilla::P...Frédéric Buclin2010-07-071-13/+0
* Bug 573173: Make Bugzilla::Bug's add_group and remove_group take groupMax Kanat-Alexander2010-06-251-4/+4
* Bug 573172: Prepare set_all for being used in a context other thanMax Kanat-Alexander2010-06-231-0/+4
* Bug 556422: Move the existing bug-moving functionality into an extensionMax Kanat-Alexander2010-06-181-7/+2
* Bug 24896: Make the First/Last/Prev/Next navigation on bugs work withMax Kanat-Alexander2010-06-151-0/+2
* Bug 565879: Merge ThrowCodeError("action_unrecognized"), ThrowUserError("no_v...Frédéric Buclin2010-05-201-4/+7
* Bug 494395: Implement the ability to mark custom fields as mandatory whenTiago Mello2010-05-191-0/+5
* Bug 561296: A fix allowing updating a field value's name when it isMax Kanat-Alexander2010-05-141-4/+5
* Bug 565881: 'flag_status_invalid' and 'request_queue_group_invalid' should be...Frédéric Buclin2010-05-141-0/+11
* Bug 550727: Add JSONP Support to the JSON-RPC WebService InterfaceMax Kanat-Alexander2010-04-271-0/+5
* Bug 550732: Allow read-only JSON-RPC methods to be called with GETMax Kanat-Alexander2010-04-221-2/+12
* Bug 553913: Add explicit error codes to WebService errors that were missingMax Kanat-Alexander2010-03-281-1/+2
* Bug 553770: Make the JSON-RPC WebService throw a proper error when you don'tMax Kanat-Alexander2010-03-231-0/+4
* Bug 544332 - New bug_check_can_change_field hook for Bugzilla/Bug.pmDavid Lawrence2010-03-231-2/+2
* Bug 372979: Make voting into an extensionMax Kanat-Alexander2010-02-151-39/+0
* Bug 251556: Allow "Bug ID" fields to have one-way mutual relationships (like ...Jesse Clark2010-02-071-0/+6
* Bug 518293: Improve and Simplify the QuickSearch DocumentationMax Kanat-Alexander2010-02-071-2/+2
* Bug 487508: Allow restricting the visibility of custom fields and values by c...Max Kanat-Alexander2010-02-011-1/+1
* Bug 514970: Clean up duplicates.cgi and make it use Bug objectsMax Kanat-Alexander2010-02-011-2/+7
* Bug 534057: Auto-completion no longer works in email_in.plFrédéric Buclin2010-02-011-0/+6
* Bug 520318: Add remove_from_db to Bugzilla:Group and use it to delete groups ...mkanat%bugzilla.org2009-12-311-2/+5
* Bug 502683: Ability to get attachments by ID in the WebServicemkanat%bugzilla.org2009-12-131-1/+5
* Bug 355283: Lock out a user account on a particular IP for 30 minutes if they...mkanat%bugzilla.org2009-12-131-0/+15
* Bug 526158: Make email_in.pl use Bugzilla::Bug->create to create bugs instead...mkanat%bugzilla.org2009-12-101-0/+2
* Bug 518024: Make quicksearch accept any field name or any unique starting sub...mkanat%bugzilla.org2009-12-081-11/+13
* Bug 452919: Allow the "created an attachment" message in comments to be local...mkanat%bugzilla.org2009-12-041-1/+3
* Bug 530252: Create a script that sets up the framework of an extensionmkanat%bugzilla.org2009-11-251-4/+12
* Bug 519584: Implement a framework for migrating from other bug-trackers, and ...mkanat%bugzilla.org2009-10-241-0/+9
* Bug 176002: Move duplicate statistics into the dbmkanat%bugzilla.org2009-09-061-25/+0
* Bug 449705: Make buglist.cgi's LookupNamedQuery use Bugzilla::Search::Savedmkanat%bugzilla.org2009-08-211-0/+2
* Bug 471620: USER_PASSWORD_MAX_LENGTH is no longer needed - Patch by FrédÃ...lpsolit%gmail.com2009-08-091-5/+0
* Bug 415541: Implement $bug->set_flags() and $attachment->set_flags() - Patch ...lpsolit%gmail.com2009-08-051-8/+14