aboutsummaryrefslogtreecommitdiffstats
path: root/template
Commit message (Collapse)AuthorAgeFilesLines
* 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 576911 The admin/components/list.html template was using "component"Max Kanat-Alexander2010-07-061-5/+6
| | | | | | as a variable name, but "component" is a reserved word in Template Toolkit. This caused a warning from the template hook code. r=LpSolit, a=LpSolit
* Fix a bare "bug" word in fields.html and fix a typo.Max Kanat-Alexander2010-07-051-1/+1
| | | https://bugzilla.mozilla.org/show_bug.cgi?id=486292
* Bug 576916: 'keywordaction' is undefined when editing a single bugFrédéric Buclin2010-07-061-2/+2
| | | | r/a=mkanat
* Bug 554964 - Show if a user is a "Default CC" under the Product ↵Reed Loden2010-07-051-0/+4
| | | | | | Responsibilities section of editusers.cgi. [r=mkanat a=mkanat]
* Bug 486292: Change the default workflow to UNCONFIRMED, CONFIRMED,Max Kanat-Alexander2010-07-059-56/+34
| | | | | IN_PROGRESS, RESOLVED, VERIFIED. r=LpSolit, a=mkanat
* Bug 564433: Localized values are not displayed in the "Field only appears ↵Frédéric Buclin2010-07-062-4/+5
| | | | | | when" field when editing custom fields r/a=mkanat
* Bug 514618: Allow restricting the visibility and values of fields byKent Rogers2010-07-052-1/+25
| | | | | classification. r=mkanat, r=timello, a=mkanat
* Bug 576969 - Add missing 'autocomplete' to yui array so keyword ↵Reed Loden2010-07-053-3/+3
| | | | | | autocompletion works with charts and reports [r=LpSolit a=LpSolit]
* Bug 575173 - Add autocomplete support for adding/removing CCs on edit ↵Reed Loden2010-07-051-1/+7
| | | | | | multiple bug page [r=mkanat a=mkanat]
* Bug 455810 - Add autocomplete support to the keywords fieldReed Loden2010-07-056-32/+77
| | | | | * Special thanks to Guy Pyrzak for the original patch [r=mkanat a=mkanat]
* Bug 575340 - Remove incorrect maxlength and unneeded size parameters from ↵Reed Loden2010-07-051-2/+2
| | | | | | the new password input field on the reset password page. [r=mkanat a=mkanat]
* Bug 545766: Figure out what columns can be reported on from the database,Max Kanat-Alexander2010-07-012-5/+4
| | | | | instead of from a static list r=glob, a=mkanat
* Bug 575454 - Fix whitespacing so the space after "Bugzilla User's Guide" ↵Reed Loden2010-06-281-4/+3
| | | | | | does not get linkified. [r=mkanat a=mkanat]
* Bug 573173: Make Bugzilla::Bug's add_group and remove_group take groupMax Kanat-Alexander2010-06-254-30/+43
| | | | | names instead of ids r=dkl, a=mkanat
* Bug 457373: Refactor the permissions system in Bugzilla::Install::FilesystemMax Kanat-Alexander2010-06-241-0/+29
| | | | | | | | | to use constants instead of local variables. Also, change the permissions so that they are stricter in general, and work better under suexec. This also fixes the problem that dependency graphs didn't work under suexec, and adds a "web" directory by default to Extensions created with extension/create.pl. r=mkanat, a=mkanat (module owner)
* Bug 574029: Remove the red "required" star from fields on show_bug.cgiTiago Mello2010-06-241-1/+1
| | | | r=mkanat, a=mkanat
* Bug 573637: Add a new "before_table" hooks to the list.html.tmpl interfaceTiago Mello2010-06-244-0/+8
| | | | | for products, components, milestones, and versions r=mkanat, a=mkanat
* Bug 574376: Make checksetup.pl recommend JSON::XS to speed up the JSON-RPCMax Kanat-Alexander2010-06-241-0/+1
| | | | | WebService r=mkanat, a=mkanat (module owner)
* Bug 572603: Changing a bug that wasn't in your last search results wasMax Kanat-Alexander2010-06-231-0/+3
| | | | | causing an error thrown from user.recent_search_for. r=LpSolit, a=LpSolit
* 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
* Fix the 3.6.1 relnotes: the maxattachmentsize=0 fix only went into trunk--3.6Max Kanat-Alexander2010-06-211-5/+0
| | | | | | only got a re-wording of the parameter desc, which probably isn't worth relnoting. https://bugzilla.mozilla.org/show_bug.cgi?id=566195
* Bug 566195: Release Notes for bugzilla 3.6.1Max Kanat-Alexander2010-06-211-0/+49
| | | | r=LpSolit, a=mkanat
* Bug 570987: Fix the warning 'Argument "" isn't numeric in numeric gtTiago Mello2010-06-211-1/+1
| | | | | (>) at template/en/default/bug/field-label.html.tmpl line 34' r=mkanat, 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-212-1/+11
| | | | r=mkanat, a=mkanat
* Bug 22353: Automatic duplicate bug detection on enter_bug.cgiMax Kanat-Alexander2010-06-212-11/+56
| | | | r=glob, a=mkanat
* Bug 556422: Move the existing bug-moving functionality into an extensionMax Kanat-Alexander2010-06-188-89/+4
| | | | | called OldBugMove. r=dkl, a=mkanat
* Bug 572949: Update YUI to 2.8.1Max Kanat-Alexander2010-06-1810-29/+66
| | | | r=glob, a=mkanat
* Bug 24896: Make the First/Last/Prev/Next navigation on bugs work withMax Kanat-Alexander2010-06-152-32/+31
| | | | | multiple buglists at once r=glob, a=mkanat
* Bug 450301: Simplify searching UI, forgot some filters, fixes burning in ↵Guy Pyrzak2010-06-063-17/+18
| | | | | | tinderbox r=LpSolit, a=LpSolit
* Bug 450301: What Simplify searching UI, initial improvements to the advanced ↵Guy Pyrzak2010-06-069-461/+365
| | | | | | search ui. r=mkanat, a=mkanat
* Bug 568609: Duplicated "Bugzilla" word in the page header of ↵Tiago Mello2010-05-281-1/+1
| | | | | | describecomponents.cgi r/a=LpSolit
* Bug 271913: Don't force the user to comment when adding Hours WorkedKent Rogers2010-05-251-0/+1
| | | | r=mkanat, 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-202-18/+8
| | | | | | ThrowUserError("no_valid_action") and ThrowCodeError("unknown_action") r=ghendricks a=LpSolit
* Bug 487106: Add explanation when a whining is emptyEdmund Wong2010-05-192-34/+40
| | | | r=Callek r=LpSolit a=LpSolit
* Bug 566697 - Add a new hook in list/table.html.tmpl before the table, toTiago Mello2010-05-191-0/+2
| | | | | allow customizing the column attributes r=mkanat, a=mkanat
* 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 565650: Add a new hook in the field-help template to allow custom fieldsTiago Mello2010-05-191-0/+2
| | | | | to be documented r=mkanat, a=mkanat
* Bug 494395: Implement the ability to mark custom fields as mandatory whenTiago Mello2010-05-198-46/+72
| | | | | creating/changing bugs r=mkanat, a=mkanat
* Bug 460799: Move JS code out of bug/comments.html.tmplEdmund Wong2010-05-171-72/+4
| | | | r/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 561296: A fix allowing updating a field value's name when it isMax Kanat-Alexander2010-05-142-5/+10
| | | | | 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
* Backing out bug 271913: comments are no longer displayed, see also bug 565794Frédéric Buclin2010-05-141-2/+0
|
* Bug 555850: Make fields.html help on enter_bug happen when the user hoversMax Kanat-Alexander2010-05-136-76/+124
| | | | | over the fields r=timello, a=mkanat