aboutsummaryrefslogtreecommitdiffstats
path: root/process_bug.cgi
Commit message (Collapse)AuthorAgeFilesLines
* Bug 148564 - Ability to ignore specific bugs (not get email from them, even ↵Dave Lawrence2013-04-081-2/+2
| | | | | | as the reporter) r=glob,r/a=LpSolit
* Bug 790909: Editing dependencies from the "Change Several Bugs at Once" page ↵Frédéric Buclin2012-10-041-1/+1
| | | | | | does not work as expected (bug IDs are incorrectly parsed) r=dkl a=LpSolit
* Bug 69447 - Make CC changes not cause midairs.Dave Lawrence2012-09-041-9/+29
| | | | r/a=LpSolit
* Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin2012-09-011-1/+1
| | | | r=wicked a=LpSolit
* Bug 616191: Implement UI to easily tag bugs from the bug report directly ↵Frédéric Buclin2012-05-071-4/+8
| | | | | | (and get rid of the current form in the footer) r=timello a=LpSolit
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin2012-01-111-28/+5
| | | | | | add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
* Bug 399080: Remove the 'usebugaliases' parameter (turned on permanently)Matt Selsky2011-12-261-1/+1
| | | | r/a=LpSolit
* Bug 169752: Activity log should fuse data fields split because they didn't fitFrédéric Buclin2011-12-141-3/+1
| | | | r=glob a=LpSolit
* Bug 703975: CSRF vulnerability in post_bug.cgi allows possible unauthorized ↵Frédéric Buclin2011-11-221-0/+3
| | | | | | bug creation r=mkanat a=LpSolit
* Bug 683025 - Add a check_for_edit to Bugzilla::Bug to return the bug objectRobert Webb2011-09-011-11/+2
| | | | | if the user can edit the bug r=mkanat, a=mkanat
* Bug 678970: Use $user and $cgi instead of Bugzilla->user and Bugzilla->cgiFrédéric Buclin2011-08-171-3/+3
| | | | r=timello a=LpSolit
* Bug 672947: Add 'require Bugzilla::BugMail' in Bugzilla::Bug->_send_bugmailTiago Mello2011-08-161-2/+0
| | | | | and remove unnecessary module imports in process_bug.cgi. r/a=LpSolit
* Bug 653477: (CVE-2011-2380) [SECURITY] Group names can be guessed when ↵Frédéric Buclin2011-08-041-0/+10
| | | | | | creating or editing a bug r=mkanat a=LpSolit
* Bug 589128: Adds a preference allowing users to choose between text or htmlByron Jones2011-07-251-1/+1
| | | | | for bugmail. r=LpSolit, a=LpSolit
* Bug 598014: Document how to mark the initial comment as private when using ↵Frédéric Buclin2010-10-211-1/+1
| | | | | | Bug.create() r/a=mkanat
* Bug 592480: Only one person is added to CC list when multiple are specifiedFrédéric Buclin2010-09-011-13/+9
| | | | r=dkl a=LpSolit
* Bug 578335: The "Show next bug in my list" user pref either doesn't display ↵Frédéric Buclin2010-07-161-5/+3
| | | | | | the next bug or display one from the wrong buglist r/a=mkanat
* Bug 576916: 'keywordaction' is undefined when editing a single bugFrédéric Buclin2010-07-061-1/+2
| | | | r/a=mkanat
* Bug 573173: Make Bugzilla::Bug's add_group and remove_group take groupMax Kanat-Alexander2010-06-251-21/+4
| | | | | names instead of ids r=dkl, a=mkanat
* Bug 573170: Make set_all set keywords consistently with how other multi-valuedMax Kanat-Alexander2010-06-231-2/+6
| | | | | fields are set r=dkl, a=mkanat
* Bug 556422: Move the existing bug-moving functionality into an extensionMax Kanat-Alexander2010-06-181-66/+0
| | | | | called OldBugMove. r=dkl, a=mkanat
* Bug 413215: Move the sending of email notifications from process_bug.cgiMax Kanat-Alexander2010-06-171-87/+4
| | | | | to Bugzilla::Bug r=dkl, a=mkanat
* Bug 567846: Modify set_status, set_resolution, and set_dup_id to useMax Kanat-Alexander2010-06-031-2/+1
| | | | VALIDATOR_DEPENDENCIES, so that they don't need custom code in set_all.
* Bug 556901: Move the code for setting status, resolution, and dup_idMax Kanat-Alexander2010-05-241-29/+3
| | | | from process_bug.cgi into Bugzilla::Bug::set_all
* Bug 556407: Move the code for setting product and checking strict_isolationMax Kanat-Alexander2010-05-241-30/+4
| | | | from process_bug.cgi into Bugzilla::Bug::set_all
* Bug 556403: Move adding/removing of CCs from process_bug.cgi intoMax Kanat-Alexander2010-05-221-36/+32
| | | | Bugzilla::Bug::set_all
* Bug 556397: Move the setting of single-bug fields from process_bug.cgiMax Kanat-Alexander2010-05-221-28/+23
| | | | | into Bugzilla::Bug::set_all r=dkl, a=mkanat
* Bug 556373: Move the adding/removing of groups from process_bug.cgi toMax Kanat-Alexander2010-05-171-25/+27
| | | | | Bugzilla::Bug::set_all r=dkl, a=mkanat
* Bug 556167: Move the setting of dependson/blocked from process_bug.cgiMax Kanat-Alexander2010-05-161-26/+11
| | | | | into Bugzilla::Bug::set_all r=dkl, a=mkanat
* Bug 428452: Move code to set/modify keywords from process_bug.cgi into Max Kanat-Alexander2010-05-161-11/+3
| | | | | Bugzilla::Bug::set_all r=dkl, a=mkanat
* Bug 556154: process_bug.cgi: move the stuff in the loop after $b->set_allMax Kanat-Alexander2010-05-161-19/+16
| | | | | into Bugzilla::Bug::set_all r=dkl, a=mkanat
* Bug 556123: process_bug.cgi: move the setting of comments and work_timeMax Kanat-Alexander2010-05-121-8/+9
| | | | | into Bugzilla::Bug::set_all r=dkl, a=mkanat
* Bug 556105: process_bug.cgi: Change the setting of normal global bug fieldsMax Kanat-Alexander2010-05-121-13/+16
| | | | | to use set_all r=dkl, a=mkanat
* Bug 395451 - "Bugzilla::BugMail needs to use Bug objects internally instead ↵Reed Loden2010-05-061-4/+4
| | | | | | of direct SQL" [r=mkanat a=mkanat]
* Bug 560009: Use firstidx from List::MoreUtils instead of lsearchMax Kanat-Alexander2010-04-221-1/+2
| | | | r=timello, a=mkanat
* Bug 556429: Stop sending bugmail from inside the templateMax Kanat-Alexander2010-04-051-4/+3
| | | | r=LpSolit, a=LpSolit
* Bug 515515: For clients, mid-air collision results when user's timezone ↵Frank Becker2010-03-301-22/+25
| | | | | | preference differs from server's r=mkanat r=LpSolit a=LpSolit
* Bug 372979: Make voting into an extensionMax Kanat-Alexander2010-02-151-15/+0
| | | | r=mkanat, a=mkanat, a=LpSolit
* Bug 532493: [SECURITY] Restricting a bug to a group while moving it to ↵Frédéric Buclin2010-02-011-17/+20
| | | | | | another product has no effect if the group is not used by both products Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 534057: Auto-completion no longer works in email_in.plFrédéric Buclin2010-02-011-1/+1
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 425668: Make the body classes and other header information show up ↵mkanat%bugzilla.org2009-12-101-29/+23
| | | | | | properly in process_bug.cgi if we're doing same_bug or next_bug Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 505039: Use $user->is_timetracker instead of ↵lpsolit%gmail.com2009-11-101-1/+1
| | | | $user->in_group(Bugzilla->params->{'timetrackinggroup'}) - Patch by XqueZme <xquezme@gmail.com> r/a=LpSolit
* Bug 472217: Create a Bugzilla::Comment object and eliminate GetCommentsmkanat%bugzilla.org2009-11-101-2/+1
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 509053: Implement Bugzilla->feature (feature_enabled in the templates), ↵mkanat%bugzilla.org2009-09-301-7/+0
| | | | | | and use it to detect when PatchReader is available. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Do requested checkin fixes for bug 509108.mkanat%bugzilla.org2009-08-121-6/+4
|
* Bug 509108: Don't require a bug_list parameter to show the bug template ↵mkanat%bugzilla.org2009-08-121-1/+0
| | | | | | (create the last_bug_list global template parameter) Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 509045: Make "use_keywords" a global template variable instead of having ↵mkanat%bugzilla.org2009-08-111-1/+0
| | | | | | to pass it to templates all the time Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 415541: Implement $bug->set_flags() and $attachment->set_flags() - Patch ↵lpsolit%gmail.com2009-08-051-13/+7
| | | | by Frédéric Buclin <LpSolit@gmail.com> a=LpSolit
* Bug 500900: Confirming bugs requires NEW state to exist - Patch by ↵lpsolit%gmail.com2009-07-011-1/+1
| | | | Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 26257: [SECURITY] Bugzilla should prevent malicious webpages from making ↵lpsolit%gmail.com2009-02-021-4/+19
| | | | bugzilla users submit changes to bugs - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit