Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-07-07 | Bug 1377933 - Remove trailing whitespace from all perl files | Dylan William Hardison | 1 | -8/+8 | |
2016-12-21 | Bug 1321662 - Ensure that Carp and Carp::Heavy are only loaded after @INC is ↵ | Dylan William Hardison | 1 | -7/+1 | |
setup with the vendor bundles | |||||
2016-09-13 | Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵ | Dylan William Hardison | 1 | -21/+15 | |
local symlink to data/ directory | |||||
2016-09-12 | Revert "Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to ↵ | Dylan William Hardison | 1 | -15/+21 | |
bmo/master + local symlink to data/ directory" This reverts commit e6bf4cacb10f86077fe898349485f5c7ab9fb4b6. | |||||
2016-09-12 | Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵ | Dylan William Hardison | 1 | -21/+15 | |
local symlink to data/ directory | |||||
2014-06-05 | Bug 1016273: Bugzilla whine emails missing change to From header made by bug ↵ | David Lawrence | 1 | -2/+1 | |
1010751 | |||||
2014-05-29 | Bug 1016273: Bugzilla whine emails missing change to From header made by bug ↵ | David Lawrence | 1 | -1/+2 | |
1010751 | |||||
2012-06-21 | Bug 762785: Attachments are attached to the wrong comment when created by ↵ | A. Shimono | 1 | -1/+2 | |
email_in.pl r/a=LpSolit | |||||
2011-12-05 | Bug 422256: email_in.pl should send an email if user matching fails or ↵ | Albert Ting | 1 | -5/+14 | |
returns too many results r/a=mkanat | |||||
2011-07-18 | Bug 662883: email_in.pl should ignore "out of the office" auto-reply emails | Frédéric Buclin | 1 | -0/+8 | |
r/a=mkanat | |||||
2010-11-04 | Bug 596611: Add a hook to email_in.pl | Frédéric Buclin | 1 | -0/+6 | |
r/a=mkanat | |||||
2010-09-22 | Bug 598147: Can't call method "isa" without a package or object reference | Frédéric Buclin | 1 | -1/+3 | |
r/a=mkanat | |||||
2010-08-04 | Bug 584018: @foo= bar in email_in.pl is not parsed correctly, due to a ↵ | Frédéric Buclin | 1 | -1/+1 | |
missing whitespace before "=" r/a=mkanat | |||||
2010-08-02 | Bug 547748: Wrong parsing of email_in emails if some @field has no data | Frédéric Buclin | 1 | -1/+1 | |
r/a=mkanat | |||||
2010-06-24 | Bug 572602: Change the way that Bugzilla::Object determines what fields | Max Kanat-Alexander | 1 | -7/+0 | |
are required for create(). It now assumes that any column that is NOT NULL and has not DEFAULT in the database is required. We also shift the burden of throwing errors about empty values to the validators. This fixes the bug that Bugzilla::Bug->create() wasn't populating default values for fields if they weren't specified in the create() parameters. r=timello, a=mkanat | |||||
2010-06-22 | Bug 564082: Allow specifying defaults and overrides for incoming email | Max Kanat-Alexander | 1 | -7/+21 | |
using command-line parameters to email_in.pl r=timello, a=mkanat | |||||
2010-05-07 | Bug 395451 - "Bugzilla::BugMail needs to use Bug objects internally instead ↵ | Reed Loden | 1 | -1/+1 | |
of direct SQL" [r=mkanat a=mkanat] | |||||
2010-04-22 | Bug 539865: Make Bugzilla::Object pass $params to validators during create() | Max Kanat-Alexander | 1 | -1/+2 | |
(implement VALIDATOR_DEPENDENCIES) r=LpSolit, a=LpSolit | |||||
2010-04-20 | Bug 559573: Update the POD of email_in.pl to reflect its actual, | Max Kanat-Alexander | 1 | -6/+0 | |
correct capabilities for 3.6. r=LpSolit, a=LpSolit | |||||
2010-02-23 | Bug 526184: Allow groups to be specified when creating bugs using email_in.pl | Max Kanat-Alexander | 1 | -20/+0 | |
or the WebService Bug.create method. r=LpSolit, a=LpSolit | |||||
2010-02-20 | Bug 546867: Prevent email_in.pl from throwing a cryptic error on receiving | Max Kanat-Alexander | 1 | -0/+1 | |
an invalid email r=LpSolit, a=LpSolit | |||||
2010-02-17 | Bug 494403: "Default" groups don't get set on bug creation using email_in.pl | Frédéric Buclin | 1 | -1/+22 | |
r/a=mkanat | |||||
2010-02-01 | Bug 534057: Auto-completion no longer works in email_in.pl | Frédéric Buclin | 1 | -0/+11 | |
Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2009-12-12 | Bug 381912:Add the ability to add attachments by email using email_in.pl | mkanat%bugzilla.org | 1 | -5/+66 | |
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2009-12-10 | Bug 526158: Make email_in.pl use Bugzilla::Bug->create to create bugs ↵ | mkanat%bugzilla.org | 1 | -60/+32 | |
instead of requiring post_bug.cgi Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2009-11-10 | Bug 472217: Create a Bugzilla::Comment object and eliminate GetComments | mkanat%bugzilla.org | 1 | -1/+1 | |
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2009-11-02 | Bug 518404: Make email_in.pl run in taint mode | mkanat%bugzilla.org | 1 | -3/+7 | |
Patch by Vitaliy Filippov <vitalif@yourcmc.ru> r=mkanat, a=mkanat | |||||
2009-04-28 | Bug 418672: Make email_in.pl chdir to the abs_path to avoid working from ↵ | mkanat%bugzilla.org | 1 | -4/+3 | |
/etc/smrsh with Sendmail Patch by Marques Johansson <bugzilla@displague.com> r=mkanat, a=mkanat | |||||
2009-04-18 | Bug 487904 Allow email_in.pl to accept replies with localized or modified ↵ | mkanat%bugzilla.org | 1 | -1/+1 | |
"Bug" in the header. Patch By Mikhail Gusarov <dottedmag@altlinux.org> r=mkanat, a=mkanat | |||||
2009-04-05 | Bug 486744: Accept the multipart/signed emails - Patch by Mikhail Gusarov ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
<dottedmag@altlinux.org> r/a=mkanat | |||||
2009-02-26 | Bug 479446: email_in.pl wasn't splitting lines properly when they ended with ↵ | mkanat%bugzilla.org | 1 | -1/+1 | |
CRLF (which is the actual RFC standard email line ending). Patch by Eric Olson <Eric.Olson@adm.com> r=mkanat, a=mkanat | |||||
2009-02-02 | Bug 26257: [SECURITY] Bugzilla should prevent malicious webpages from making ↵ | lpsolit%gmail.com | 1 | -0/+2 | |
bugzilla users submit changes to bugs - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit | |||||
2008-07-12 | Bug 444185: Make email_in.pl send errors with From as "mailfrom". | mkanat%bugzilla.org | 1 | -1/+3 | |
Patch By Vincent Castellano <surye80@gmail.com> r=mkanat, a=mkanat | |||||
2008-06-30 | Bug 440612 â Use Bugzilla::Bug->check everywhere instead of ValidateBugID | mkanat%bugzilla.org | 1 | -3/+2 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2008-05-14 | Bug 431704: Remove useless newlines in replies sent by email_in.pl - Patch ↵ | lpsolit%gmail.com | 1 | -1/+3 | |
by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit | |||||
2008-05-05 | Bug 419188: [SECURITY] email_in.pl lets you set the changer as @reporter ↵ | lpsolit%gmail.com | 1 | -0/+10 | |
instead of only checking the "From" header - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit | |||||
2008-05-02 | Bug 422258: Let @cc be used to add new users to the CC list when editing ↵ | lpsolit%gmail.com | 1 | -3/+7 | |
bugs, for consistency with creating bugs which already uses @cc - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2008-05-02 | Bug 431720: addtonewgroup is no longer used in Bugzilla 3.2 - Patch by ↵ | lpsolit%gmail.com | 1 | -6/+0 | |
Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit | |||||
2008-03-25 | Bug 92274: email_in.pl using the From address doesn't work with emailsuffix ↵ | lpsolit%gmail.com | 1 | -0/+5 | |
- Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2008-02-12 | Bug 384009: Global fields (priority, severity, OS, and platform) are ↵ | lpsolit%gmail.com | 1 | -56/+0 | |
required when using WebService instead of using the defaults - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2008-01-26 | Bug 413672: email_in.pl incorrectly rejects quoted charsets - Patch by ↵ | lpsolit%gmail.com | 1 | -1/+2 | |
Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2008-01-24 | Bug 391669: Modifying a bug via email_in.pl fails because there are many ↵ | lpsolit%gmail.com | 1 | -11/+6 | |
fields that process_bug.cgi requires but aren't provided to it - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit | |||||
2007-12-06 | Bug 383850: email_in.pl documentation does not contain all required fields ↵ | lpsolit%gmail.com | 1 | -3/+18 | |
for new bug creation - Patch by fedor ezeev <fe@alterplast.ru> r/a=mkanat | |||||
2007-11-23 | Bug 363153: Turn on the utf8 bit on all strings in Bugzilla that contain | mkanat%bugzilla.org | 1 | -3/+3 | |
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-10-19 | Bug 399954: Make Bugzilla able to hold its dependencies in a local directory | mkanat%bugzilla.org | 1 | -0/+2 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2007-09-24 | Bug 369835: email_in.pl should convert character encoding to utf8 | mkanat%bugzilla.org | 1 | -0/+9 | |
Patch By Fedor Ezeev <fe@alterplast.ru> r=mkanat, a=mkanat | |||||
2007-09-15 | Bug 395727: email_in.pl has not ability to add attachments by email, as ↵ | lpsolit%gmail.com | 1 | -6/+3 | |
documentation says - Patch by fedor ezeev <fe@alterplast.ru> r=Colin r=mkanat a=mkanat | |||||
2007-08-13 | Bug 380797: email_in.pl was dying with "Can't locate PatchReader.pm" when ↵ | mkanat%bugzilla.org | 1 | -0/+4 | |
PatchReader not installed because it was calling die_handler for eval {} blocks. Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=vladd, a=LpSolit | |||||
2007-01-06 | Bug 362996: email_in.pl throws warnings of uninitialized values when no ↵ | lpsolit%gmail.com | 1 | -2/+2 | |
content-type is given - Patch by Bill Barry <after.fallout@gmail.com> r=mkanat a=myk | |||||
2007-01-04 | Bug 365229: email_in.pl modifies bug permissions without user entering fields | mkanat%bugzilla.org | 1 | -0/+2 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk |