| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 596611: Add a hook to email_in.pl | Frédéric Buclin | 2010-11-04 | 1 | -0/+6 |
* | Bug 598147: Can't call method "isa" without a package or object reference | Frédéric Buclin | 2010-09-22 | 1 | -1/+3 |
* | Bug 584018: @foo= bar in email_in.pl is not parsed correctly, due to a missin... | Frédéric Buclin | 2010-08-04 | 1 | -1/+1 |
* | Bug 547748: Wrong parsing of email_in emails if some @field has no data | Frédéric Buclin | 2010-08-02 | 1 | -1/+1 |
* | Bug 572602: Change the way that Bugzilla::Object determines what fields | Max Kanat-Alexander | 2010-06-23 | 1 | -7/+0 |
* | Bug 564082: Allow specifying defaults and overrides for incoming email | Max Kanat-Alexander | 2010-06-21 | 1 | -7/+21 |
* | Bug 395451 - "Bugzilla::BugMail needs to use Bug objects internally instead o... | Reed Loden | 2010-05-06 | 1 | -1/+1 |
* | Bug 539865: Make Bugzilla::Object pass $params to validators during create() | Max Kanat-Alexander | 2010-04-22 | 1 | -1/+2 |
* | Bug 559573: Update the POD of email_in.pl to reflect its actual, | Max Kanat-Alexander | 2010-04-19 | 1 | -6/+0 |
* | Bug 526184: Allow groups to be specified when creating bugs using email_in.pl | Max Kanat-Alexander | 2010-02-22 | 1 | -20/+0 |
* | Bug 546867: Prevent email_in.pl from throwing a cryptic error on receiving | Max Kanat-Alexander | 2010-02-20 | 1 | -0/+1 |
* | Bug 494403: "Default" groups don't get set on bug creation using email_in.pl | Frédéric Buclin | 2010-02-17 | 1 | -1/+22 |
* | Bug 534057: Auto-completion no longer works in email_in.pl | Frédéric Buclin | 2010-02-01 | 1 | -0/+11 |
* | Bug 381912:Add the ability to add attachments by email using email_in.pl | mkanat%bugzilla.org | 2009-12-12 | 1 | -5/+66 |
* | Bug 526158: Make email_in.pl use Bugzilla::Bug->create to create bugs instead... | mkanat%bugzilla.org | 2009-12-10 | 1 | -60/+32 |
* | Bug 472217: Create a Bugzilla::Comment object and eliminate GetComments | mkanat%bugzilla.org | 2009-11-10 | 1 | -1/+1 |
* | Bug 518404: Make email_in.pl run in taint mode | mkanat%bugzilla.org | 2009-11-02 | 1 | -3/+7 |
* | Bug 418672: Make email_in.pl chdir to the abs_path to avoid working from /etc... | mkanat%bugzilla.org | 2009-04-28 | 1 | -4/+3 |
* | Bug 487904 Allow email_in.pl to accept replies with localized or modified "Bu... | mkanat%bugzilla.org | 2009-04-17 | 1 | -1/+1 |
* | Bug 486744: Accept the multipart/signed emails - Patch by Mikhail Gusarov <do... | lpsolit%gmail.com | 2009-04-05 | 1 | -1/+1 |
* | Bug 479446: email_in.pl wasn't splitting lines properly when they ended with ... | mkanat%bugzilla.org | 2009-02-26 | 1 | -1/+1 |
* | Bug 26257: [SECURITY] Bugzilla should prevent malicious webpages from making ... | lpsolit%gmail.com | 2009-02-02 | 1 | -0/+2 |
* | Bug 444185: Make email_in.pl send errors with From as "mailfrom". | mkanat%bugzilla.org | 2008-07-12 | 1 | -1/+3 |
* | Bug 440612 â Use Bugzilla::Bug->check everywhere instead of ValidateBugID | mkanat%bugzilla.org | 2008-06-30 | 1 | -3/+2 |
* | Bug 431704: Remove useless newlines in replies sent by email_in.pl - Patch by... | lpsolit%gmail.com | 2008-05-14 | 1 | -1/+3 |
* | Bug 419188: [SECURITY] email_in.pl lets you set the changer as @reporter inst... | lpsolit%gmail.com | 2008-05-05 | 1 | -0/+10 |
* | Bug 422258: Let @cc be used to add new users to the CC list when editing bugs... | lpsolit%gmail.com | 2008-05-02 | 1 | -3/+7 |
* | Bug 431720: addtonewgroup is no longer used in Bugzilla 3.2 - Patch by Fré... | lpsolit%gmail.com | 2008-05-02 | 1 | -6/+0 |
* | Bug 92274: email_in.pl using the From address doesn't work with emailsuffix -... | lpsolit%gmail.com | 2008-03-25 | 1 | -0/+5 |
* | Bug 384009: Global fields (priority, severity, OS, and platform) are required... | lpsolit%gmail.com | 2008-02-12 | 1 | -56/+0 |
* | Bug 413672: email_in.pl incorrectly rejects quoted charsets - Patch by Fré... | lpsolit%gmail.com | 2008-01-26 | 1 | -1/+2 |
* | Bug 391669: Modifying a bug via email_in.pl fails because there are many fiel... | lpsolit%gmail.com | 2008-01-24 | 1 | -11/+6 |
* | Bug 383850: email_in.pl documentation does not contain all required fields fo... | lpsolit%gmail.com | 2007-12-06 | 1 | -3/+18 |
* | Bug 363153: Turn on the utf8 bit on all strings in Bugzilla that contain | mkanat%bugzilla.org | 2007-11-23 | 1 | -3/+3 |
* | Bug 399954: Make Bugzilla able to hold its dependencies in a local directory | mkanat%bugzilla.org | 2007-10-19 | 1 | -0/+2 |
* | Bug 369835: email_in.pl should convert character encoding to utf8 | mkanat%bugzilla.org | 2007-09-24 | 1 | -0/+9 |
* | Bug 395727: email_in.pl has not ability to add attachments by email, as docum... | lpsolit%gmail.com | 2007-09-15 | 1 | -6/+3 |
* | Bug 380797: email_in.pl was dying with "Can't locate PatchReader.pm" when Pat... | mkanat%bugzilla.org | 2007-08-13 | 1 | -0/+4 |
* | Bug 362996: email_in.pl throws warnings of uninitialized values when no conte... | lpsolit%gmail.com | 2007-01-06 | 1 | -2/+2 |
* | Bug 365229: email_in.pl modifies bug permissions without user entering fields | mkanat%bugzilla.org | 2007-01-04 | 1 | -0/+2 |
* | Bug 365696: Posting a new bug via email_in.pl fails due to typo in default pl... | lpsolit%gmail.com | 2007-01-03 | 1 | -4/+4 |
* | Bug 353994: [email_in] Make the email interface able to update (process) bugs | mkanat%bugzilla.org | 2006-10-17 | 1 | -1/+106 |
* | Bug 350921: [email_in] Create an email interface that can create a bug in Bug... | mkanat%bugzilla.org | 2006-10-17 | 1 | -0/+423 |