aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Bug 595380: Add a ?mtime string to all of the manually-insertedMax Kanat-Alexander2010-09-276-8/+11
| | | | | <script src> and <link href> tags in Bugzilla r=glob, a=mkanat
* Bug 594990: Make the Strict-Transport-Security HTTP header only be sentMax Kanat-Alexander2010-09-273-2/+23
| | | | | if a particular parameter is enabled. r=glob, a=mkanat
* Bug 598698 - Remove unneeded selectrow_array() call in ↵Reed Loden2010-09-241-5/+3
| | | | | | Bugzilla::Install::make_admin() [r=mkanat a=mkanat]
* Bug 599023: importxml.pl fails if UNCONFIRMED is the single bug status ↵Frédéric Buclin2010-09-231-1/+1
| | | | | | allowed when reporting a new bug r=ghendricks a=LpSolit
* Bug 595712: Return to bug page after login doesn't work with javascript disabledFrédéric Buclin2010-09-231-2/+7
| | | | r=ghendricks a=LpSolit
* Bug 598147: Can't call method "isa" without a package or object referenceFrédéric Buclin2010-09-221-1/+3
| | | | r/a=mkanat
* Bug 585028: Advanced Shortcut for Priority (P1-5 as search word) brokenFrédéric Buclin2010-09-211-12/+29
| | | | r/a=mkanat
* Remove an incorrect checkin fix in bug 136225Frédéric Buclin2010-09-191-1/+1
|
* Bug 589547: Wrong description for editing a flagA. Shimono (himorin)2010-09-191-2/+2
| | | | r/a=LpSolit
* 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 589525: fix typoA. Shimono (himorin)2010-09-191-2/+1
| | | | r/a=LpSolit
* Bug 593173: Make See Also recognize both "http" and "https" links for localMax Kanat-Alexander2010-09-181-5/+11
| | | | | bugs as being the same bug. r=timello, a=mkanat
* Bug 593170: Disallow urls like "show_bug.cgi?id=2323" (with no domain) inMax Kanat-Alexander2010-09-182-0/+11
| | | | | the See Also field. r=timello, a=mkanat
* Bug 582339: fix typoGavinS2010-09-191-1/+1
| | | | r/a=LpSolit
* Bug 594947: show_bug text boxes are not 100% widthGuy Pyrzak2010-09-194-3/+13
| | | | r/a=mkanat
* Bug 584427: "Only bugs with at least X votes" should not be in the "Search ↵Guy Pyrzak2010-09-191-10/+7
|\ | | | | | | | | | | by People" section of query.cgi r/a=mkanat
| * changes to voting extensionGuy Pyrzak2010-09-101-10/+7
| |
* | Bug 586244: Make mod_headers and mod_expires optionalMax Kanat-Alexander2010-09-186-86/+238
| | | | | | | | r=glob, a=mkanat
* | Bug 578256 - Autocomplete user names in the search UIMax Kanat-Alexander2010-09-181-1/+13
| | | | | | | | r=pyrzak, a=mkanat
* | Bug 574338: When comment box is positioned at [top|bottom], include "Add ↵Guy Pyrzak2010-09-192-0/+24
| | | | | | | | | | | | Comment" link at [bottom|top] r/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 136225: Make summary a link in buglistsGuy Pyrzak2010-09-191-1/+4
| | | | | | | | r/a=mkanat
* | Bug 594155: IE6 throws JS errors when filing new bugsGuy Pyrzak2010-09-192-3/+3
| | | | | | | | r/a=LpSolit
* | Bug 595664: Maximum password length is hardcoded in the UI when editing user ↵Artem Anisimov2010-09-142-5/+3
| | | | | | | | | | | | accounts r/a=LpSolit
* | Bug 596038: The before_table hook needs to be moved before tableheaderFrédéric Buclin2010-09-141-2/+2
|/ | | | r/a=mkanat
* Bug 463134: Remove "Show every bug in the system with dependencies" in ↵Frédéric Buclin2010-09-082-57/+42
| | | | | | dependency graphs r/a=mkanat
* Bug 271758: noresolveonopenblockers = on doesn't allow removing open ↵Frédéric Buclin2010-09-082-56/+16
| | | | | | blockers and resolve the bug in a single change r/a=mkanat
* Bug 594038 - Add new hook 'end' in footer.html.tmplTiago Mello2010-09-071-0/+2
| | | | r/a=mkanat
* Bug 516457: Bump the Email::MIME requirement to avoid a memory leak thatMax Kanat-Alexander2010-09-073-26/+2
| | | | | jobqueue.pl was hitting. r=LpSolit, a=LpSolit
* Bug 593881: Assignment to $[ has been deprecated in Perl 5.12.0Frédéric Buclin2010-09-071-1/+1
| | | | r/a=mkanat
* Bug 559549: Make checksetup.pl print out a "checksetup.pl complete" messageMax Kanat-Alexander2010-09-034-2/+20
| | | | | when it finishes. r=mkanat, a=mkanat (module owner)
* If an installation had not yet set the urlbase parameter, then insertingMax Kanat-Alexander2010-09-021-7/+5
| | | | | | *any* URL into the see_also field would cause it to think you were linking a local bug. https://bugzilla.mozilla.org/show_bug.cgi?id=549586
* 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-012-0/+44
| | | | | bugzilla url and treat them as a link to the local Bugzilla. r/a=mkanat
* Bug 587793: Add a new "object_end_of_create" hook so that extensions canChristian Legnitto2010-09-013-3/+37
| | | | | operate on any new objects r=mkanat, a=mkanat
* Bug 592480: Only one person is added to CC list when multiple are specifiedFrédéric Buclin2010-09-011-13/+9
| | | | r=dkl a=LpSolit
* Bug 77193 - Add the ability to retire (disable) old versions, components and ↵Dave Lawrence2010-08-3121-30/+128
| | | | | | milestones r/a=mkanat
* Bug 580865: Rename the "edit" link on Attachment Details to "edit details"Guy Pyrzak2010-08-291-1/+1
| | | | r=mkanat, a=mkanat
* Bug 580217: Starting a bug summary with ">" would make it purpleGuy Pyrzak2010-08-291-1/+1
| | | | r=mkanat, a=mkanat
* Bug 578599: Make it easier to scroll down past the attachment view in theGuy Pyrzak2010-08-291-1/+2
| | | | | | Details screen when using a mouse wheel, by making the view pane not take up the whole window. r=mkanat, a=mkanat
* 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 571637: Put the Custom Search (formerly "Boolean Charts") UI behindGuy Pyrzak2010-08-295-30/+40
| | | | | a show/hide widget r=mkanat, a=mkanat
* Bug 571636: Make the Advanced Search UI follow a grid designGuy Pyrzak2010-08-293-14/+75
| | | | r=mkanat, a=mkanat
* Bug 591218 - Add missing 'longdesclength' form field to fix problem when ↵Reed Loden2010-08-281-0/+1
| | | | | | receiving a mid-air after selecting "Submit only my new comment" on mid-air page. [r=mkanat a=mkanat]
* Bug 479400: Bring _add_visiblity_value_to_value_tables routine backTiago Mello2010-08-271-0/+16
| | | | | to the code. r/a=mkanat
* Bug 398701: Replace |FILTER url_quote| by |FILTER uri|, including ↵Frédéric Buclin2010-08-274-9/+9
| | | | | | extensions/Voting r/a=mkanat
* Bug 479400: Add the ability to show or hide particular custom fieldsTiago Mello2010-08-2711-69/+171
| | | | | based on multiple values of another field (visibility controllers) r/a=mkanat
* Bug 583243: Add a new hook 'search_operator_field_override'.Tiago Mello2010-08-243-3/+64
| | | | r/a=mkanat
* Bug 586871: Convert all Bugzilla->get_fields calls to Bugzilla->fieldsTiago Mello2010-08-2416-50/+51
| | | | r/a=mkanat
* Bug 589860: Remove sidebar.cgi, because remote XUL support is going away in ↵Frédéric Buclin2010-08-244-187/+0
| | | | | | Gecko r/a=mkanat