aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bug 5179: Need to be able to put attachment on new bug - Patch by Marc ↵lpsolit%gmail.com2006-06-189-452/+670
| | | | Schumann <wurblzap@gmail.com> r=LpSolit a=justdave
* Bug 338796: Remove get_product_* from globals.pl - Patch by Frédéric ↵lpsolit%gmail.com2006-06-1810-139/+100
| | | | Buclin <LpSolit@gmail.com> r=wicked a=justdave
* Bug 328438: Eliminate @::log_columns - Patch by Max Kanat-Alexander ↵lpsolit%gmail.com2006-06-166-24/+27
| | | | <mkanat@bugzilla.org> r=LpSolit a=myk
* Bug 341689: 'Edit Attachment As Comment' converts plain text to HTML ↵lpsolit%gmail.com2006-06-161-1/+1
| | | | entities - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=myk
* Bug 341492: ./collectstats.pl --regenerate fails - Patch by Emmanuel Seyman ↵lpsolit%gmail.com2006-06-151-2/+2
| | | | <eseyman@linagora.com> r=LpSolit a=myk
* Bug 341456: Bugzilla/Search/Quicksearch.pm shouldn't use Bugzilla.pm - Patch ↵lpsolit%gmail.com2006-06-151-1/+0
| | | | by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 319067: editflagtypes.cgi should allow to filter flag types based on ↵lpsolit%gmail.com2006-06-157-52/+148
| | | | their product/component - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=myk
* Bug 341453: Bugzilla::Series looks for functions in global scope that are ↵mkanat%bugzilla.org2006-06-151-8/+9
| | | | | | not global functions Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 313255: Move $::ENV{foo} and $::SIG{foo} out of globals.pl - Patch by ↵lpsolit%gmail.com2006-06-144-39/+22
| | | | Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Patch for bug 340848: remove obsolete values from page.cgi?id=fields; ↵vladd%bugzilla.org2006-06-131-6/+2
| | | | r=LpSolit, a=justdave.
* Bug 340426: Add a navbar at the top of each pages + have a better title - ↵lpsolit%gmail.com2006-06-137-145/+113
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> and Byron Jones <bugzilla@glob.com.au> r=glob a=justdave
* Bug 330487: Automatic Update Notification for Bugzilla - Patch by Frédéric ↵lpsolit%gmail.com2006-06-138-7/+305
| | | | Buclin <LpSolit@gmail.com> r=mkanat a=justdave
* Spelling patch: replace 'Saved searches' with 'Saved Searches' in the prefs ↵vladd%bugzilla.org2006-06-091-1/+1
| | | | panel for UI consistency; r=timeless on IRC, no bug number.
* Documentation patch for bug 340904: remove false statement from ↵vladd%bugzilla.org2006-06-091-3/+3
| | | | documentation that specified the fact that we still store plain text passwords in the database (which is false); patch by Vlad Dascalu <vladd@bugzilla.org>, r=LpSolit.
* Follow-up spelling patch for bug 44595: replace 'a irreversible way' with ↵vladd%bugzilla.org2006-06-081-1/+1
| | | | 'an irreversible way'; patch by Vlad Dascalu <vladd@bugzilla.org>.
* Documentation patch for bug 314385: fine-tune the MySQL configuration ↵vladd%bugzilla.org2006-06-081-34/+38
| | | | instructions for allowing large attachments to be stored; patch by Colin Ogilvie <colin.ogilvie@gmail.com>, r=vladd.
* Patch for bug 329178: Remove old code specific to MySQL 3.x from DB::Mysql ↵uid6232006-06-081-14/+3
| | | | as we no longer support it; patch by Vlad Dascalu <vladd@bugzilla.org>, r=mkanat, a=myk.
* Bug 339667: Attachment data not deleted when deleting a component or a ↵lpsolit%gmail.com2006-06-082-3/+51
| | | | product - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave
* Patch for bug 340154: readd #chart anchor in query.cgi; patch by Vlad ↵uid6232006-06-081-1/+1
| | | | Dascalu <vladd@bugzilla.org>, r=LpSolit, a=myk.
* Patch for bug 330804: don't talk about QA if the QA contact parameter is ↵uid6232006-06-081-2/+6
| | | | disabled; patch by Vlad Dascalu <vladd@bugzilla.org>, r=colin, r=LpSolit, a=myk.
* Patch for bug 330838: Fix still_unresolved_bugs to not say 'has still'; ↵uid6232006-06-081-1/+1
| | | | patch by Vlad Dascalu <vladd@bugzilla.org>, r=colin, a=myk.
* Bug 275638: Templatise 'whinemail' email - Patch by Emmanuel Seyman ↵lpsolit%gmail.com2006-06-084-66/+79
| | | | <eseyman@linagora.com> r=LpSolit a=myk
* Bug 312935: User Account Log should start with a creation date - Patch by ↵lpsolit%gmail.com2006-06-083-10/+22
| | | | Frédéric Buclin <LpSolit@gmail.com> r=bkor, r=wicked a=myk
* Patch for bug 335743: modify checksetup.pl so it no longer generates an ↵uid6232006-06-081-2/+2
| | | | extra \ sign in localconfig; patch by Vlad Dascalu <vladd@bugzilla.org>, r=LpSolit, a=myk.
* Documentation patch for bug 340713: remove troubleshooting question (related ↵uid6232006-06-081-19/+1
| | | | to Perl 5.6.1 upgrade) from the 2.20, 2.22 and trunk docs, as we already require 5.6.1 in these places; patch by Vlad Dascalu <vladd@bugzilla.org>, r=colin.
* Patch for bug 305506: reduce number of SQL calls in Bugzilla::User->groups; ↵uid6232006-06-071-12/+40
| | | | increase speed when DB connectivity is poor and shift the burden on the webserver in order to improve scalability when multiple web frontends are used with a single backend DB; patch by Dennis Melentyev <dennis.melentyev@infopulse.com.ua>, r=wicked, r=mkanat, a=myk.
* Bug 340309: process_bug.cgi fails when changing several bugs at once if all ↵lpsolit%gmail.com2006-06-071-1/+1
| | | | bugs are in the same product - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
* Follow-up patch for bug 315590: fix scenario where we have private ↵uid6232006-06-071-1/+1
| | | | attachments, and make the numbering behaviour consistent with the way we currently treat private bug comments; patch by Vlad Dascalu <vladd@bugzilla.org>, r=timeless; a=myk on the bug.
* Spelling patch: replace 'specify a email-adress' with 'specify an ↵uid6232006-06-061-1/+1
| | | | email-address' in bugmail_help.html; patch by Vlad Dascalu <vladd@bugzilla.org>.
* Spelling patch: replace 'adresses' with 'addresses' in bugmail_help.html; ↵uid6232006-06-061-1/+1
| | | | patch by Vlad Dascalu <vladd@bugzilla.org>.
* Follow-up spelling patch for bug 320751: 'adress' should be 'address' in ↵uid6232006-06-061-2/+2
| | | | instalation.xml docs.
* Patch for bug 315590: add anchors to flag section; patch by timeless ↵uid6232006-06-061-2/+4
| | | | <timeless@bemail.org>, r=vladd, a=myk.
* Documentation patch for bug 338434: update newsgroup links in the ↵uid6232006-06-063-7/+8
| | | | documentation; patch by Emmanuel Seyman, r=vladd.
* Bug 42946: Bugs filed at same time causing one to be duplicated - Patch by ↵lpsolit%gmail.com2006-06-055-0/+94
| | | | Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
* Bug 340226: Util.pm shouldn't depend on Bugzilla::Config - Patch by ↵lpsolit%gmail.com2006-06-042-17/+15
| | | | Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
* Patch for bug 340126: Fix Windows PPM package name for XML::Twig; patch by ↵jocuri%softhome.net2006-06-041-0/+1
| | | | Vlad Dascalu <vladd@bugzilla.org>, r=colin, a=justdave.
* Bug 340139: When adding a new attachment, data inserted in the bugs_activity ↵lpsolit%gmail.com2006-06-041-16/+7
| | | | table are quoted - Patch by Frédéric Buclin <LpSolit@gmail.com> r=bkor, r=ghendricks, r=vladd a=justdave
* Bug 340253: .cgi scripts should call Throw*Error() instead of die() - Patch ↵lpsolit%gmail.com2006-06-044-4/+12
| | | | by Frédéric Buclin <LpSolit@gmail.com> r=vladd a=justdave
* Bug 340104: Move Bugzilla::Auth::get_netaddr() in Util.pm - Patch by ↵lpsolit%gmail.com2006-06-034-44/+40
| | | | Frédéric Buclin <LpSolit@gmail.com> r/a=justdave
* Bug 340116: Flag::FormToNewFlags() uses incorrect data - Patch by Frédéric ↵lpsolit%gmail.com2006-06-032-17/+12
| | | | Buclin <LpSolit@gmail.com> r=kiko a=myk
* Documentation patch, bug 340130: add a section ID in troubleshooting.xml for ↵jocuri%softhome.net2006-06-031-2/+2
| | | | section B9; patch by Vlad Dascalu <vladd@bugzilla.org>, r=Colin.
* Bug 282687: LDAP: TLS Support - Patch by guillomovitch@zarb.org r=mkanat ↵lpsolit%gmail.com2006-06-024-0/+20
| | | | a=justdave
* Bug 339862: Move Bugzilla::BugMail::MessageToMTA() in a separate module - ↵lpsolit%gmail.com2006-06-0210-187/+234
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
* Bug 329377: Bugzilla::Object base class for objectsmkanat%bugzilla.org2006-06-014-130/+238
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, r=kevin.benton, a=justdave
* Bug 339858: Remove useless module dependencies in Bugzilla::Auth::* - Patch ↵lpsolit%gmail.com2006-06-014-4/+3
| | | | by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
* Bug 338573: Auth could throw an insecure dependency error if username is taintedmkanat%bugzilla.org2006-05-311-0/+6
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 320751: LDAP: Ability to have Bugzilla use the LDAP username directly as ↵mkanat%bugzilla.org2006-05-313-18/+29
| | | | | | the Bugzilla username Patch By guillomovitch@zarb.org r=mkanat, a=myk
* Bug 335790: Field names in search form lists should be ordered ↵lpsolit%gmail.com2006-05-302-4/+11
| | | | alphabetically - Patch by Toms Baugis <toms.baugis@gmail.com> r=wicked a=myk
* Bug 150795: 'Numbering' is silly and should be changed - Patch by timeless ↵lpsolit%gmail.com2006-05-301-1/+5
| | | | <timeless@bemail.org> r=LpSolit a=myk
* Bug 317774: The template file admin/users/confirm-delete.html.tmpl ↵lpsolit%gmail.com2006-05-301-2/+2
| | | | incorrectly uses [% terms.bug %] - Patch by Vlad Dascalu <vladd@bugzilla.org> r=LpSolit a=myk