aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* Bug 584115: Some comments incorrectly disappear for users not in the ↵Frédéric Buclin2010-08-211-2/+3
| | | | | | timetracking group r/a=mkanat
* Bug 583154: If you don't comment while setting the work_time (Hours Worked) ↵Frédéric Buclin2010-08-211-0/+2
| | | | | | field, you get an empty comment in bugmails r/a=mkanat
* Bug 583884: User autocomplete fills in empty values instead of the ↵Frédéric Buclin2010-08-131-2/+6
| | | | | | autocomplete value r=pyrzak r=mkanat a=mkanat
* Bug 581690: Restore the ability to move several bugs at once to another ↵Frédéric Buclin2010-08-134-13/+38
| | | | | | installation r=ghendricks a=LpSolit
* Fix "No language defines the string 'update_summary_truncated'" when upgradingMax Kanat-Alexander2010-08-111-1/+1
| | | | | from certain versions. https://bugzilla.mozilla.org/show_bug.cgi?id=586210
* Bug 586210: Make every important string printed by checksetup.pl localizable,Max Kanat-Alexander2010-08-116-239/+274
| | | | | including the localconfig parameter descriptions r=mkanat, a=mkanat (module owner)
* Bug 585490: Instead of hardcoding <i> for UNCONFIRMED bug links, useChristian Legnitto2010-08-092-6/+21
| | | | | a CSS class. r=mkanat, a=mkanat
* Bug 585498 - RADIUS auth isn't experimental any more.Marc Schumann2010-08-091-2/+2
| | | | r/a=mkanat
* Bug 585454 - In flagmail, the Date header field splits the Subject header ↵Marc Schumann2010-08-081-1/+1
| | | | | | field in two. r/a=LpSolit
* Bug 466968: Remove hardcoded strings from BugMail.pm, and refactor it so ↵Frédéric Buclin2010-08-065-257/+223
| | | | | | that bugmails are 100% localizable r/a=mkanat
* s/where missing/were missing/ (no bug)Reed Loden2010-08-061-1/+1
| | | | [r=mkanat a=mkanat] (via IRC)
* Bug 584032: Cannot set requestees on bug creationFrédéric Buclin2010-08-051-2/+3
| | | | r=pyrzak a=LpSolit
* Bug 583690: (CVE-2010-2759) [SECURITY][PostgreSQL] Bugzilla crashes when ↵Frédéric Buclin2010-08-053-12/+13
| | | | | | viewing a bug if a comment contains 'bug <num>' or 'attachment <num>' where <num> is greater than the max allowed integer r=mkanat a=LpSolit
* Bug 450013: (CVE-2010-2757) [SECURITY] Can sudo a user without sending emailFrédéric Buclin2010-08-044-19/+57
| | | | r=glob a=LpSolit
* Bug 417048: (CVE-2010-2756) [SECURITY] Boolean charts let me query for users ↵Frédéric Buclin2010-08-041-0/+7
| | | | | | being in any given group r=mkanat a=LpSolit
* Bug 583649: Release Notes for Bugzilla 3.6.2Max Kanat-Alexander2010-08-041-0/+58
| | | | r=LpSolit
* Bug 583614: Simple Search no longer worksFrédéric Buclin2010-08-041-1/+1
| | | | r/a=mkanat
* Bug 584036: _sync_fulltext() not called when (un)setting an existing comment ↵Frédéric Buclin2010-08-041-1/+2
| | | | | | as private r/a=mkanat
* Bug 584021: FILTER txt should also remove &nbsp;Frédéric Buclin2010-08-041-0/+2
| | | | r/a=mkanat
* Bug 584018: @foo= bar in email_in.pl is not parsed correctly, due to a ↵Frédéric Buclin2010-08-041-1/+1
| | | | | | missing whitespace before "=" r/a=mkanat
* Bug 584110: Don't name attachment files "attachment.txt" by default, because ↵Frédéric Buclin2010-08-042-2/+2
| | | | | | this confuses IE a=LpSolit
* Bug 584069: IE6 throws many JS errorsGuy Pyrzak2010-08-032-2/+2
| | | | r/a=LpSolit
* Bug 453425 - Send "X-Content-Type-Options: nosniff" header when displaying ↵Reed Loden2010-08-031-1/+2
| | | | | | attachments so IE8 doesn't try to sniff the content type. [r=LpSolit a=LpSolit]
* Bug 583287: Some fields should not be displayed in bugmail for new bugsFrédéric Buclin2010-08-032-4/+4
| | | | r/a=mkanat
* Bug 583165: Un(setting) a comment as private doesn't update bugs.delta_tsFrédéric Buclin2010-08-031-1/+3
| | | | r/a=mkanat
* Bug 553884: Quicksearch incorrectly treats "-" in quotes as negationFrédéric Buclin2010-08-021-0/+3
| | | | r/a=mkanat
* Bug 583622: email_in.pl doesn't let me set timetracking fieldsFrédéric Buclin2010-08-022-7/+5
| | | | r/a=mkanat
* Bug 578494: We can't use "shellwords" to split words for sql_fulltext on Pg,Max Kanat-Alexander2010-08-011-6/+17
| | | | | | because it doesn't work with unbalanced single quotes. So we just do a hack to make Quicksearch work right, for Pg. r=LpSolit, a=mkanat
* Bug 578572: Make the user autocomplete and keyword autocomplete behaveMax Kanat-Alexander2010-08-013-8/+12
| | | | | | | 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 583645: Make $dbh->quote always detaint its output, even on DBDs thatMax Kanat-Alexander2010-08-011-0/+11
| | | | | don't normally detaint output from $dbh->quote. r=LpSolit, a=LpSolit
* Bug 577956: Bugs which were never confirmed cannot be reopened as UNCONFIRMEDFrédéric Buclin2010-08-021-2/+2
| | | | r/a=mkanat
* Bug 581622: When a quicksearch includes the "content" field, it is limited ↵Frédéric Buclin2010-08-023-11/+0
| | | | | | to 200 bugs r/a=mkanat
* Bug 547748: Wrong parsing of email_in emails if some @field has no dataFrédéric Buclin2010-08-021-1/+1
| | | | r/a=mkanat
* Bug 581327: The patch to allow commas in Product (etc.) names broke theMax Kanat-Alexander2010-08-011-1/+15
| | | | | | entering of comma-separated values in other search fields, like bug_id. So now we split on commas in text fields, but not for <select> fields. r=mkanat, a=mkanat (module owner)
* Bug 526272: Do not duplicate the 'File a new bug in the "Foo" product' link ↵Frédéric Buclin2010-08-021-1/+1
| | | | | | when the buglist is empty r=timello a=LpSolit