summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2007-11-30Bug 99215: Attachments have no midair collision protection - Patch by ↵lpsolit%gmail.com9-10/+167
Frédéric Buclin <LpSolit@gmail.com> r=mkanat r=justdave a=justdave
2007-11-29Bug 398241: mod_perl wasn't using our precompiled CGIs. This is a huge ↵mkanat%bugzilla.org1-0/+3
performance and memory improvement for mod_perl Bugzilla users. Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=mkanat
2007-11-29Bug 397099: Date/Time Fields should have a JavaScript widget for picking a datemkanat%bugzilla.org20-33/+285
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, r=glob, a=mkanat
2007-11-29Bug 405404: HTML::Scrubber throws "undef error - Wide character in ↵lpsolit%gmail.com1-8/+1
subroutine entry" when a field filtered with html_light contains UTF-8 characters - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2007-11-29Bug 405787: product_access_denied error tag defined twice in ↵lpsolit%gmail.com2-2/+2
user-error.html.tmpl - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2007-11-29Bug 404581: add_setting() incorrectly handles settings with no values - ↵lpsolit%gmail.com1-5/+12
Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
2007-11-28Bug 353995: Make checksetup able to reset a user's passwordmkanat%bugzilla.org3-27/+64
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2007-11-27Bug 374424: unnecessary line breaks and excessive indentation in email ↵mkanat%bugzilla.org1-0/+2
subject lines Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2007-11-26Bug 405350: Email is broken on tip, "can't send mail from '1' to '1'"mkanat%bugzilla.org1-1/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
2007-11-26Bug 405342: "My requests" is broken - Patch by Frédéric Buclin ↵lpsolit%gmail.com2-2/+11
<LpSolit@gmail.com> r=bkor a=LpSolit
2007-11-23Bug 363153: Turn on the utf8 bit on all strings in Bugzilla that containmkanat%bugzilla.org8-10/+44
non-ASCII data, if the utf8 parameter is on. This means that string functions like substr() work properly on multi-byte languages, now. Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wurblzap, a=mkanat
2007-11-21Bug 404412: Couldn't edit comments anymore because of a regression from bug ↵mkanat%bugzilla.org2-5/+5
401957. Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2007-11-20Bug 393753 Go back to the group list is rendered inline with Yes, deletetimeless%mozdev.org1-4/+6
r=vladd a=mkanat
2007-11-19Bug 395924: Deleting a user account may delete other user's whine - Patch by ↵lpsolit%gmail.com2-28/+21
Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit
2007-11-19Bug 403834: Replace table locks with database transactions in tokens, votes, ↵lpsolit%gmail.com3-26/+14
and sanitycheck - Patch by Emmanuel Seyman <eseyman@linagora.com> r/a=mkanat
2007-11-19Bug 399163: Bugzilla/*.pm should use transactions for database interaction - ↵lpsolit%gmail.com6-29/+18
Patch by Emmanuel Seyman <eseyman@linagora.com> r/a=mkanat
2007-11-15Bug 403824: Replace table locks in most Bugzilla files with transactions - ↵lpsolit%gmail.com5-35/+18
Patch by Emmanuel Seyman <eseyman@linagora.com> r/a=mkanat
2007-11-15Bug 183665: Accessing post_bug.cgi directly gives a weird error message and ↵lpsolit%gmail.com2-1/+4
should redirect to enter_bug.cgi instead - Patch by Matt Tasker <mtasker@gmail.com> (based on the original patch from victory <spam@bmo2007.rsz.jp>) r/a=LpSolit
2007-11-15Bug 403755: DBI error thrown when you cannot edit a bug which is in a ↵lpsolit%gmail.com1-15/+10
product restricted by CANEDIT - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2007-11-14Bug 402609 - 'Administrate' is not the correct title for the Admin pagemozilla%colinogilvie.co.uk1-1/+1
Patch by me, r+a=mkanat
2007-11-13Bug 401957: Move comment "isprivate" updating from process_bug to Bugzilla::Bugmkanat%bugzilla.org5-30/+38
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2007-11-12Part 4 of bug 182083: add Help for non-admin pages - Patch by me, r=Colinlpsolit%gmail.com22-5/+34
2007-11-12Part 3 of bug 182083: add Help for more admin pages - Patch by me, r=Colinlpsolit%gmail.com11-7/+29
2007-11-122nd part of bug 398428: After creating or editing an attachment, immediately ↵lpsolit%gmail.com1-0/+4
display the bug it belongs to - Patch by me, a=LpSolit
2007-11-06Bug 397665: "Assigning Group Controls to Products" doesn't explain ↵mozilla%colinogilvie.co.uk1-82/+148
editcomponents, canconfirm, editbugs Patch by Sam Folk-Williams <sam.folkwilliams@gmail.com>; r=me, r=lpsolit
2007-11-05Bug 402438: Invalid deadlines can be set by unauthorized users - Patch by ↵lpsolit%gmail.com1-1/+2
Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2007-11-05Bug 383522: mod_perl creates a separate template directorymkanat%bugzilla.org1-11/+14
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
2007-11-05Bug 401953: Move work_time validation from process_bug to Bugzilla::Bugmkanat%bugzilla.org2-27/+8
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2007-11-04Bug 400678: Default CC list for components not mentioned in the documentationmozilla%colinogilvie.co.uk1-9/+11
Patch by Sam Folk-Williams <sam.folkwilliams@gmail.com>; r=me
2007-11-03Bug 23473: Implement the ability to reverse the sort order in buglist.cgi ↵lpsolit%gmail.com3-5/+16
("Ascending" and "Descending") - Patch by Alex Schuilenburg <alex@schuilenburg.org> r/a=LpSolit
2007-10-24Bug 357324: Date/Time Custom Fieldsmkanat%bugzilla.org7-2/+59
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2007-10-24Bug 262269: A tool to auto-install missing perl packages on non-Windows systemsmkanat%bugzilla.org7-38/+449
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner)
2007-10-23Bug 400729 Quick start guide suggests changing os list in localconfigtimeless%mozdev.org1-4/+1
r=lpsolit a=lpsolit
2007-10-23Part 2 of bug 182083: add Help for more admin pages - Patch by me, r=Colinlpsolit%gmail.com17-13/+43
2007-10-22Bug 182083: Help system should support more pages - Patch by Frédéric ↵lpsolit%gmail.com2-0/+16
Buclin <LpSolit@gmail.com> r=Colin a=LpSolit
2007-10-22Bug 397616: Modifying Users is mentioning <productname>, but not clear when ↵lpsolit%gmail.com1-5/+12
this appears - Patch by Sam Folk-Williams <sam.folkwilliams@gmail.com> r=LpSolit
2007-10-21Bug 400569: Bugzilla::Bug::editable_bug_fields() behaves incorrectly on ↵lpsolit%gmail.com1-1/+2
installations with custom multi-select fields - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=LpSolit
2007-10-19Bug 396245: Allow the WebService to list the installed plugins and their ↵mkanat%bugzilla.org3-1/+93
versions Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=ghendricks, a=mkanat
2007-10-19Add license blocks to the example plugin code. (Follow-up for bug 396243.)mkanat%bugzilla.org2-0/+40
2007-10-19Bug 396243: Allow extensions (aka plugins) to extend the WebService interfacemkanat%bugzilla.org6-2/+55
This also includes the first checkin of the example plugin. Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=ghendricks, a=mkanat
2007-10-19Bug 399954: Make Bugzilla able to hold its dependencies in a local directorymkanat%bugzilla.org74-83/+88
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2007-10-18Bug 398990: process_bug.cgi shouldn't check the 'reporter' field as this ↵lpsolit%gmail.com2-2/+2
field is not editable - Patch by fedor ezeev <fe@alterplast.ru> r/a=LpSolit
2007-10-18Bug 400160: contrib/merge-users.pl doesn't merge all required fields - Patch ↵lpsolit%gmail.com1-0/+2
by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
2007-10-16Bug 383522: mod_perl creates a separate template directorymkanat%bugzilla.org1-1/+20
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
2007-10-16Bug 356926: contrib/README doesn't reflect reality - Patch by Sam ↵lpsolit%gmail.com1-26/+52
Folk-Williams <sam.folkwilliams@gmail.com> r=vladd
2007-10-16Bug 105366: add documentation for running Bugzilla under suexecjustdave%bugzilla.org1-2/+31
r=mkanat, colin
2007-10-15Bug 398198: Multiple Bugzilla databases with a single installation docs ↵mozilla%colinogilvie.co.uk1-2/+2
should have an id Patch by Sam Folk-Williams <sam.folkwilliams@gmail.com>; r=colin
2007-10-13Bug 380712: Move distro-specific installation instructions to Wiki - Patch ↵lpsolit%gmail.com1-26/+19
by Sam Folk-Williams <sam.folkwilliams@gmail.com> r=LpSolit r=kevin.benton
2007-10-12Bug 313123: Implement $component->create and $component->update based on ↵lpsolit%gmail.com12-357/+442
Object.pm - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2007-10-12Bug 399461: Bugzilla::Hook::process() doesn't flush Bugzilla->hook_args() ↵lpsolit%gmail.com1-0/+2
after executing an extension - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat