summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-07-24Bug 412054: Say "deny login" instead of "disable" in User Accounts admin UIMatt Selsky4-12/+12
r=gerv a=LpSolit
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 ↵Frédéric Buclin1-0/+5
unexpected behaviors r=dkl a=LpSolit
2012-07-24Bug 753688: Classification doesn't work as z-axis on reportsFrédéric Buclin1-4/+14
r=glob a=LpSolit
2012-07-24Bug 771302: Fix minor errors in doc of WebService::Bug::get()Koosha Khajeh Moogahi1-2/+2
r=glob, a=LpSolit
2012-07-24Bug 764517: Don't automatically select the first keyword if the search ↵Byron Jones1-0/+3
string is empty r=dkl, a=LpSolit
2012-07-24Bug 771107 - List of attachments in attachment details screen does not ↵Dave Lawrence3-6/+10
distinguish obsolete attachments r=glob, a=LpSolit
2012-07-23Bug 767308 - Bug id should be last field in URL query string (after list_id) Dave Lawrence1-5/+12
r=glob, a=LpSolit
2012-07-23Bug 764466 - Add a primary key to the profiles_activity tableDave Lawrence3-0/+7
r=glob, a=LpSolit
2012-07-23Bug 764457 - Add a primary key to the bugs_activity tableDave Lawrence3-0/+7
r=glob, a=LpSolit
2012-07-23Bug 715432 - Cloned bugs will include duplicates in the CC list if the ↵Reed Loden1-1/+4
reporter is also CC'd to the bug [r=glob a=LpSolit]
2012-07-23Bug 773948: duplicates.cgi must include Bugzilla::BugKoosha Khajeh Moogahi1-1/+1
r=glob a=LpSolit
2012-07-04Bug 770104: Fix "use of unitialized value" warning when USER_AGENT is missingByron Jones1-1/+1
r=LpSolit, a=LpSolit
2012-07-04Bug 339369: During logout, reword "Your login has been forgotten"Koosha Khajeh Moogahi1-1/+1
r/a=LpSolit
2012-07-04Bug 366152: Trim whitespaces from the URL fieldKoosha Khajeh Moogahi1-0/+1
r/a=LpSolit
2012-07-04Bug 760562: Integrate TypeSniffer into core codebase (auto-detect attachment ↵Matt Selsky3-7/+61
MIME type) r/a=LpSolit
2012-07-02Bug 553553 - We shouldn't be using terms.Bugzilla in the "please contribute" ↵Matt Selsky1-4/+6
message. (Quick fix because of borked checkin a minute ago.) r=Wurblzap, a=LpSolit
2012-07-02Bug 553553 - We shouldn't be using terms.Bugzilla in the "please contribute" ↵Matt Selsky1-3/+2
message. r=Wurblzap, a=LpSolit
2012-07-01Bug 467859: Add X-Bugzilla-Flags to mail headersMatt Selsky1-0/+1
r/a=LpSolit
2012-06-29Bug 762783: Change dependent bugs to use POST when the url exceeds the url ↵Simon Green1-5/+21
length limit r=glob, a=LpSolit
2012-06-27Bug 355620: Lines enclosed in <simplelist> do not wrap in the PDF version of ↵Christopher2-185/+344
the Bugzilla Guide r/a=LpSolit
2012-06-27Bug 768870: The "Un-forget the search" link has no tokenFrédéric Buclin1-1/+3
r=glob a=LpSolit
2012-06-27Update the release info in the doc. 4.3.1 has already been released!Frédéric Buclin1-3/+3
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
r=glob, a=LpSolit
2012-06-26Remove tabsFrédéric Buclin1-2/+2
2012-06-26Bug 725373: Making someone an admin using checksetup.pl should enable their ↵Matt Selsky1-0/+6
account if it's disabled r/a=LpSolit
2012-06-26Bug 766528: Use field-label.html.tmpl for timetracking fieldsPami Ketolainen2-19/+23
r/a=LpSolit
2012-06-26Bug 768573: Templates must INCLUDE bug/field.html.tmpl instead of PROCESS'ing itFrédéric Buclin4-6/+6
r=glob a=LpSolit
2012-06-26Bug 635882: html_light_quote() should accept the "target" attribute for linksKoosha Khajeh Moogahi1-6/+7
r/a=LpSolit
2012-06-26Bug 762288 - Change bugs_activity.removed to match data type of ↵Dave Lawrence2-1/+7
bugs_activity.added r/a=LpSolit
2012-06-26Bug 138546: Add a checkbox to add himself to the CC list when creating or ↵Reed Loden5-20/+36
editing an attachment r/a=LpSolit
2012-06-21Bug 762785: Attachments are attached to the wrong comment when created by ↵A. Shimono1-1/+2
email_in.pl r/a=LpSolit
2012-06-17Bug 759030: Clean up Bugzilla::BugUrl modulesMatt Selsky7-96/+58
r=timello a=LpSolit
2012-06-17Bug 765315: Mention the data type of 'product' param in POD of ↵Koosha Khajeh Moogahi1-4/+6
Bugzilla::Component->new to avoid misunderstanding r/a=LpSolit
2012-06-17Bug 765558: params_to_objects() does not work properly in consecutive callsKoosha Khajeh Moogahi1-2/+3
r/a=LpSolit
2012-06-11Bug 760034 - Disable all mail button sets the "but not when (overrides ↵Dave Lawrence1-1/+1
above)" row incorrectly r/a=LpSolit
2012-06-10Bug 760020 – Remove leftover support for single-file skins.Marc Schumann1-5/+1
r/a=LpSolit
2012-06-09Bug 577014: [SINGLE|MULTIPLE]_SELECT custom fields with no new values, ↵Koosha Khajeh Moogahi1-0/+6
containing only the default value '---' and marked as mandatory, blocks the user to update/create a bug r/a=LpSolit
2012-06-08Bug 745533 - database add index audit_log_class_at_time_idx for audit_logFrank Becker2-0/+6
r=dkl, a=LpSolit
2012-06-08Bug 760075: Fix error thrown when an allwords search starts with or ends ↵Simon Green1-3/+3
with a space r=glob, a=LpSolit
2012-06-07Bug 761230: The server push page no longer displays all debug dataFrédéric Buclin1-9/+4
r=timello a=LpSolit
2012-06-07Bug 760978: Remove support for Internet Explorer 5 on MacFrédéric Buclin1-8/+4
r=timello a=LpSolit
2012-06-07Bug 761199: buglist.cgi enters in an infinite loop if called without ↵Frédéric Buclin1-0/+4
arguments and the user is logged in r=timello a=LpSolit
2012-06-05Bug 761331: Remove our customized multipart_init() methodFrédéric Buclin1-29/+0
r=glob a=LpSolit
2012-06-03Bug 297553: Enable serverpush for OperaMatt Selsky1-1/+2
r/a=LpSolit
2012-06-03Bug 562314: Add support for a different bug page in URLsFrédéric Buclin1-7/+15
r/a=LpSolit
2012-05-29Bug 758148 - Comment toggling link should use &minus; so that its width ↵Marc Schumann1-2/+2
stays constant. r/a=LpSolit
2012-05-29Bug 661479: Add a debug/trace option to bz_webservice_demo.plMatt Selsky1-1/+17
r/a=LpSolit
2012-05-29Bug 754672 - CSRF vulnerability in buglist.cgi allows possible unauthorized ↵Reed Loden2-9/+16
setting of default search options [r=LpSolit a=LpSolit]