aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/global
Commit message (Collapse)AuthorAgeFilesLines
* Bug 577574: Make YUI's unload listener into a "pagehide" listener onGuy Pyrzak2010-08-291-1/+4
| | | | | | browsers that support it. Before this patch, fields using YUI autocomplete were losing their entered data when pressing "Back" in the browser r=mkanat, 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 584069: IE6 throws many JS errorsGuy Pyrzak2010-08-031-1/+1
| | | | r/a=LpSolit
* Bug 578572: Make the user autocomplete and keyword autocomplete behaveMax Kanat-Alexander2010-08-011-1/+2
| | | | | | | similarly, and fix a race condition in user autocomplete where sometimes an older result would appear after a newer result, overriding the newer result. r=pyrzak, a=mkanat
* Bug 581622: When a quicksearch includes the "content" field, it is limited ↵Frédéric Buclin2010-08-021-4/+0
| | | | | | to 200 bugs r/a=mkanat
* 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 581316 – Minor typos in notification reason descriptions.Marc Schumann2010-07-231-2/+2
| | | | Patch by Marc Schumann <wurblzap@gmail.com>, r/a=LpSolit
* Bug 398701: Replace |FILTER url_quote| by |FILTER uri|Frédéric Buclin2010-07-237-32/+32
| | | | r/a=mkanat
* Bug 580761: YUI scripts no longer workFrédéric Buclin2010-07-211-1/+1
| | | | r/a=mkanat
* Bug 428313: Properly expire the browser's CSS and JS cache when thereMax Kanat-Alexander2010-07-201-128/+73
| | | | | | are new versions of those files. This also eliminates single-file skins and should also allow Extensions to have skins. r=glob, a=mkanat
* Bug 119703: Create an attachment by pasting it into a text fieldFrédéric Buclin2010-07-183-18/+3
| | | | 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 578587: Make checksetup be way quieter when creating a new installMax Kanat-Alexander2010-07-141-0/+9
| | | | r=mkanat, a=mkanat (module owner)
* 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
* Bug 578253 - Add autocomplete support to the requester and requestee fields ↵Reed Loden2010-07-121-3/+9
| | | | | | | on request.cgi [r=mkanat a=mkanat] https://bugzilla.mozilla.org/show_bug.cgi?id=578254
* Bug 490767: Make validation happen with JS, when filing a bugMax Kanat-Alexander2010-07-121-1/+11
| | | | r=pyrzak, a=mkanat
* Bug 577881 - Add missing space before 'class' parameter in ↵Reed Loden2010-07-121-1/+1
| | | | | | global/textarea.html.tmpl so class and previous parameters don't run into each other. [r=LpSolit a=LpSolit]
* 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-082-10/+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-082-19/+7
| | | | | | 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 486292: Change the default workflow to UNCONFIRMED, CONFIRMED,Max Kanat-Alexander2010-07-052-1/+4
| | | | | IN_PROGRESS, RESOLVED, VERIFIED. r=LpSolit, a=mkanat
* Bug 545766: Figure out what columns can be reported on from the database,Max Kanat-Alexander2010-07-011-0/+3
| | | | | instead of from a static list r=glob, a=mkanat
* 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
* Bug 573172: Prepare set_all for being used in a context other thanMax Kanat-Alexander2010-06-231-0/+4
| | | | | process_bug.cgi r=dkl, a=mkanat
* Bug 568595: Add a hook to the end of variables.none.tmplTiago Mello2010-06-211-0/+2
| | | | r=mkanat, a=mkanat
* Bug 568383: Add a new hook in the header.html.tmpl template right after <head>Tiago Mello2010-06-211-0/+1
| | | | r=mkanat, a=mkanat
* Bug 398473: User preference for the position of the comment boxMatt McHenry2010-06-211-0/+3
| | | | r=mkanat, a=mkanat
* Bug 22353: Automatic duplicate bug detection on enter_bug.cgiMax Kanat-Alexander2010-06-211-6/+15
| | | | r=glob, a=mkanat
* Bug 556422: Move the existing bug-moving functionality into an extensionMax Kanat-Alexander2010-06-183-13/+4
| | | | | called OldBugMove. r=dkl, a=mkanat
* Bug 572949: Update YUI to 2.8.1Max Kanat-Alexander2010-06-181-2/+41
| | | | r=glob, a=mkanat
* Bug 24896: Make the First/Last/Prev/Next navigation on bugs work withMax Kanat-Alexander2010-06-151-0/+2
| | | | | multiple buglists at once r=glob, a=mkanat
* Bug 568609: Duplicated "Bugzilla" word in the page header of ↵Tiago Mello2010-05-281-1/+1
| | | | | | describecomponents.cgi r/a=LpSolit
* 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-202-18/+8
| | | | | | 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-192-2/+2
| | | | | "html" filter r=LpSolit, a=LpSolit
* Bug 494395: Implement the ability to mark custom fields as mandatory whenTiago Mello2010-05-192-0/+10
| | | | | creating/changing bugs r=mkanat, a=mkanat
* 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 561296: A fix allowing updating a field value's name when it isMax Kanat-Alexander2010-05-141-4/+5
| | | | | the default value r=LpSolit, a=LpSolit
* 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-142-10/+11
| | | | | | be user errors, not code errors a=LpSolit
* Bug 486050: Bugzilla should prefill quicksearch box when showing search ↵David Lawrence2010-05-121-1/+2
| | | | | | results from a quicksearch r/a=mkanat
* Bug 550727: Add JSONP Support to the JSON-RPC WebService InterfaceMax Kanat-Alexander2010-04-271-0/+5
| | | | r=dkl, a=mkanat