summaryrefslogtreecommitdiffstats
path: root/Bugzilla
AgeCommit message (Expand)AuthorFilesLines
2012-07-25Bug 776972 - Increase bugs_activity primary key size to INTSERIAL for future ...Dave Lawrence2-2/+7
2012-07-24Bug 697224 - Add methods to get a user's saved searches to the WebService (ne...Koosha Khajeh Moogahi1-0/+43
2012-07-24Bug 520434 - Inconsistent naming of time fields (creation_time vs time)Koosha Khajeh Moogahi1-0/+10
2012-07-24Bug 412054: Say "deny login" instead of "disable" in User Accounts admin UIMatt Selsky1-3/+3
2012-07-24Fix typo in a commentFrédéric Buclin1-1/+1
2012-07-24Bug 243764: Remove the Path-Info information from the URL as it causes unexpe...Frédéric Buclin1-0/+5
2012-07-24Bug 753688: Classification doesn't work as z-axis on reportsFrédéric Buclin1-4/+14
2012-07-24Bug 771302: Fix minor errors in doc of WebService::Bug::get()Koosha Khajeh Moogahi1-2/+2
2012-07-23Bug 764466 - Add a primary key to the profiles_activity tableDave Lawrence2-0/+6
2012-07-23Bug 764457 - Add a primary key to the bugs_activity tableDave Lawrence2-0/+6
2012-07-04Bug 770104: Fix "use of unitialized value" warning when USER_AGENT is missingByron Jones1-1/+1
2012-07-04Bug 366152: Trim whitespaces from the URL fieldKoosha Khajeh Moogahi1-0/+1
2012-07-04Bug 760562: Integrate TypeSniffer into core codebase (auto-detect attachment ...Matt Selsky2-7/+60
2012-06-27Fix test failures caused by Bug 762787Byron Jones1-1/+1
2012-06-27Bug 762787: Reduce CGI_URI_LIMIT from 8000 to 2083 (IE only)Simon Green1-1/+2
2012-06-26Remove tabsFrédéric Buclin1-2/+2
2012-06-26Bug 725373: Making someone an admin using checksetup.pl should enable their a...Matt Selsky1-0/+6
2012-06-26Bug 635882: html_light_quote() should accept the "target" attribute for linksKoosha Khajeh Moogahi1-6/+7
2012-06-26Bug 762288 - Change bugs_activity.removed to match data type of bugs_activity...Dave Lawrence2-1/+7
2012-06-26Bug 138546: Add a checkbox to add himself to the CC list when creating or edi...Reed Loden1-12/+12
2012-06-17Bug 759030: Clean up Bugzilla::BugUrl modulesMatt Selsky7-96/+58
2012-06-17Bug 765315: Mention the data type of 'product' param in POD of Bugzilla::Comp...Koosha Khajeh Moogahi1-4/+6
2012-06-17Bug 765558: params_to_objects() does not work properly in consecutive callsKoosha Khajeh Moogahi1-2/+3
2012-06-10Bug 760020 – Remove leftover support for single-file skins.Marc Schumann1-5/+1
2012-06-09Bug 577014: [SINGLE|MULTIPLE]_SELECT custom fields with no new values, contai...Koosha Khajeh Moogahi1-0/+6
2012-06-08Bug 745533 - database add index audit_log_class_at_time_idx for audit_logFrank Becker2-0/+6
2012-06-08Bug 760075: Fix error thrown when an allwords search starts with or ends with...Simon Green1-3/+3
2012-06-07Bug 761199: buglist.cgi enters in an infinite loop if called without argument...Frédéric Buclin1-0/+4
2012-06-05Bug 761331: Remove our customized multipart_init() methodFrédéric Buclin1-29/+0
2012-05-29Bug 671612: Send "X-Content-Type-Options: nosniff" with every responseMatt Selsky2-2/+4
2012-05-24Bug 744691: Throw an error early when calling a method from a non-existent classByron Jones1-0/+1
2012-05-22Bug 753288: Adds support for detecting Android operating systemByron Jones1-0/+1
2012-05-21Bug 754090: Bugzilla::FlagType::match() crashes when the group parameter is n...Frédéric Buclin1-2/+12
2012-05-18Bug 752303: It is no longer possible to cancel an email address change when t...Koosha Khajeh Moogahi2-12/+22
2012-05-17Bug 486255: Timezone is displayed incorrectly in outgoing email with SMTP for...Matt Selsky1-1/+2
2012-05-17Bug 752751: Perl modules that start with a protocol (eg HTTP::Header) are not...Simon Green1-1/+1
2012-05-17Fix bustage in PODFrédéric Buclin1-0/+1
2012-05-17Bug 728138: Custom fields should have a "Long Description" attribute to bette...rojanu4-1/+38
2012-05-08Bug 729001: Reverse resolves the IP address in account lockout notificationsByron Jones1-0/+9
2012-05-08Bug 663747: Add an option to disable 'New: ' prefix on bugmailByron Jones1-0/+2
2012-05-08Bug 744015: Fix 'use of uninitialized value in string' in PatchReaderByron Jones1-1/+3
2012-05-07Bug 616191: Implement UI to easily tag bugs from the bug report directly (and...Frédéric Buclin3-4/+8
2012-05-07Bug 571740: Add support for getsatisfaction for the See Also fieldMatt Selsky1-2/+1
2012-04-30Bug 749074: Throw an error message instead of syntax error on invalid search ...Byron Jones1-1/+3
2012-04-26Bug 747189: Remove Bugzilla::Util::file_mod_time()Matt Selsky1-25/+1
2012-04-19Bump the version post-releaseFrédéric Buclin1-1/+1
2012-04-18Bump version to 4.3.1Dave Lawrence1-1/+1
2012-04-18Bug 728639: (CVE-2012-0465) [SECURITY] User lockout policy can be bypassed by...Frédéric Buclin3-5/+117
2012-04-18Bug 746547: SMALLSERIAL is of type INT2, not INT1Frédéric Buclin1-1/+1
2012-04-18Bug 416137: WebService function to update a user's information (User.update)Julien Heyman1-2/+180