aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla
Commit message (Collapse)AuthorAgeFilesLines
* Bug 682317 - Bug.create is incorrectly documented as ignoring invalid ↵Koosha Khajeh Moogahi2012-08-031-2/+3
| | | | | | fields; it should say it produces an error r=dkl, a=LpSolit
* Bug 780028: Oracle crashes if a column listed in ORDER BY appears twice in ↵Frédéric Buclin2012-08-031-4/+13
| | | | | | SELECT r=glob a=LpSolit
* Bug 756953 - Dependencies table should have unique index so that duplicate ↵Dave Lawrence2012-08-022-1/+30
| | | | | | entries are blocked r/a=LpSolit
* Bug 776982 - Increase longdescs primary key size to INTSERIAL for future growthDave Lawrence2012-07-312-4/+17
| | | | r/a=LpSolit
* Bug 778674: Throw an error in Product.get() if required params are not passedKoosha Khajeh Moogahi2012-07-311-1/+6
| | | | r/a=LpSolit
* Bug 733094: Do not populate $clause if there is no dataFrédéric Buclin2012-07-311-10/+14
| | | | r=dkl a=LpSolit
* Bug 775056 - Add prefix to filter() and filter_wants()Frank Becker2012-07-311-5/+14
| | | | r=dkl, a=LpSolit
* Bug 778226 - Add Mac OS 10.8 Mountain Lion detectionMatt Selsky2012-07-301-0/+1
| | | | r=timeless, a=LpSolit
* Bug 767623 - Use HMAC to generate tokens and sensitive graph filenamesReed Loden2012-07-301-8/+6
| | | | [r=LpSolit a=LpSolit]
* Bug 498890: Bugzilla::User::Setting doesn't need to sort DB resultsKoosha Khajeh Moogahi2012-07-301-15/+10
| | | | r/a=LpSolit
* Bump the version post-releaseFrédéric Buclin2012-07-271-1/+1
|
* Bump version to 4.3.2Dave Lawrence2012-07-261-1/+1
|
* Bug 777398: (CVE-2012-1968) [SECURITY] HTML bugmail exposes information ↵Frédéric Buclin2012-07-262-14/+24
| | | | | | about restricted bugs r=glob a=LpSolit
* Bug 774625 - describecomponents.cgi - product category listing is not sortedMarkus Kolb2012-07-261-1/+1
| | | | r=dkl, a=LpSolit
* Bug 776103 - Syntax error in Bugzilla::User::Setting API docKoosha Khajeh Moogahi2012-07-251-2/+2
| | | | r/a=LpSolit
* Bug 776972 - Increase bugs_activity primary key size to INTSERIAL for future ↵Dave Lawrence2012-07-252-2/+7
| | | | | | growth r/a=LpSolit
* Bug 697224 - Add methods to get a user's saved searches to the WebService ↵Koosha Khajeh Moogahi2012-07-241-0/+43
| | | | | | (new "User.saved_searches" or add to User.get) r=dkl, a=LpSolit
* Bug 520434 - Inconsistent naming of time fields (creation_time vs time)Koosha Khajeh Moogahi2012-07-241-0/+10
| | | | r=dkl, a=LpSolit
* Bug 412054: Say "deny login" instead of "disable" in User Accounts admin UIMatt Selsky2012-07-241-3/+3
| | | | r=gerv a=LpSolit
* Fix typo in a commentFrédéric Buclin2012-07-241-1/+1
|
* Bug 243764: Remove the Path-Info information from the URL as it causes ↵Frédéric Buclin2012-07-241-0/+5
| | | | | | unexpected behaviors r=dkl a=LpSolit
* Bug 753688: Classification doesn't work as z-axis on reportsFrédéric Buclin2012-07-241-4/+14
| | | | r=glob a=LpSolit
* Bug 771302: Fix minor errors in doc of WebService::Bug::get()Koosha Khajeh Moogahi2012-07-241-2/+2
| | | | r=glob, a=LpSolit
* Bug 764466 - Add a primary key to the profiles_activity tableDave Lawrence2012-07-232-0/+6
| | | | r=glob, a=LpSolit
* Bug 764457 - Add a primary key to the bugs_activity tableDave Lawrence2012-07-232-0/+6
| | | | r=glob, a=LpSolit
* Bug 770104: Fix "use of unitialized value" warning when USER_AGENT is missingByron Jones2012-07-041-1/+1
| | | | r=LpSolit, a=LpSolit
* Bug 366152: Trim whitespaces from the URL fieldKoosha Khajeh Moogahi2012-07-041-0/+1
| | | | r/a=LpSolit
* Bug 760562: Integrate TypeSniffer into core codebase (auto-detect attachment ↵Matt Selsky2012-07-042-7/+60
| | | | | | MIME type) r/a=LpSolit
* Fix test failures caused by Bug 762787Byron Jones2012-06-271-1/+1
|
* Bug 762787: Reduce CGI_URI_LIMIT from 8000 to 2083 (IE only)Simon Green2012-06-271-1/+2
| | | | r=glob, a=LpSolit
* Remove tabsFrédéric Buclin2012-06-261-2/+2
|
* Bug 725373: Making someone an admin using checksetup.pl should enable their ↵Matt Selsky2012-06-261-0/+6
| | | | | | account if it's disabled r/a=LpSolit
* Bug 635882: html_light_quote() should accept the "target" attribute for linksKoosha Khajeh Moogahi2012-06-261-6/+7
| | | | r/a=LpSolit
* Bug 762288 - Change bugs_activity.removed to match data type of ↵Dave Lawrence2012-06-262-1/+7
| | | | | | bugs_activity.added r/a=LpSolit
* Bug 138546: Add a checkbox to add himself to the CC list when creating or ↵Reed Loden2012-06-261-12/+12
| | | | | | editing an attachment r/a=LpSolit
* Bug 759030: Clean up Bugzilla::BugUrl modulesMatt Selsky2012-06-177-96/+58
| | | | r=timello a=LpSolit
* Bug 765315: Mention the data type of 'product' param in POD of ↵Koosha Khajeh Moogahi2012-06-171-4/+6
| | | | | | Bugzilla::Component->new to avoid misunderstanding r/a=LpSolit
* Bug 765558: params_to_objects() does not work properly in consecutive callsKoosha Khajeh Moogahi2012-06-171-2/+3
| | | | r/a=LpSolit
* Bug 760020 – Remove leftover support for single-file skins.Marc Schumann2012-06-101-5/+1
| | | | r/a=LpSolit
* Bug 577014: [SINGLE|MULTIPLE]_SELECT custom fields with no new values, ↵Koosha Khajeh Moogahi2012-06-091-0/+6
| | | | | | containing only the default value '---' and marked as mandatory, blocks the user to update/create a bug r/a=LpSolit
* Bug 745533 - database add index audit_log_class_at_time_idx for audit_logFrank Becker2012-06-082-0/+6
| | | | r=dkl, a=LpSolit
* Bug 760075: Fix error thrown when an allwords search starts with or ends ↵Simon Green2012-06-081-3/+3
| | | | | | with a space r=glob, a=LpSolit
* Bug 761199: buglist.cgi enters in an infinite loop if called without ↵Frédéric Buclin2012-06-071-0/+4
| | | | | | arguments and the user is logged in r=timello a=LpSolit
* Bug 761331: Remove our customized multipart_init() methodFrédéric Buclin2012-06-051-29/+0
| | | | r=glob a=LpSolit
* Bug 671612: Send "X-Content-Type-Options: nosniff" with every responseMatt Selsky2012-05-292-2/+4
| | | | r/a=LpSolit
* Bug 744691: Throw an error early when calling a method from a non-existent classByron Jones2012-05-241-0/+1
| | | | r=dkl, a=LpSolit
* Bug 753288: Adds support for detecting Android operating systemByron Jones2012-05-221-0/+1
| | | | r=LpSolit, a=LpSolit
* Bug 754090: Bugzilla::FlagType::match() crashes when the group parameter is ↵Frédéric Buclin2012-05-211-2/+12
| | | | | | not a number a=LpSolit
* Bug 752303: It is no longer possible to cancel an email address change when ↵Koosha Khajeh Moogahi2012-05-182-12/+22
| | | | | | this one has already been confirmed r/a=LpSolit
* Bug 486255: Timezone is displayed incorrectly in outgoing email with SMTP ↵Matt Selsky2012-05-171-1/+2
| | | | | | for 1/2 & 3/4 timezones r/a=LpSolit