summaryrefslogtreecommitdiffstats
path: root/enter_bug.cgi
AgeCommit message (Expand)AuthorFilesLines
2016-05-13Rationalise lists of built-in groups and their capabilities into one correct ...Gervase Markham1-1/+0
2016-04-14Bug 1088022 - Bump min version to CGI 4.09Frédéric Buclin1-3/+3
2016-02-29Bug 1136137: Require Perl 5.14Frédéric Buclin1-1/+1
2016-02-23Bug 1246528 - Use Makefile.PL and allow Bugzilla use cpanm-compatible local d...Dylan Hardison1-1/+1
2014-12-17Bug 1107874 - make Help links point to new documentation. r=dkl, a=justdave.Gervase Markham1-1/+1
2014-08-13Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin1-1/+3
2014-05-07Bug 1005780 - When cloning a bug, also add the assignee and qa contact to the...Simon Green1-4/+8
2014-03-20Bug 513212 - Allow people to set "See Also" when filing/creating/entering a b...David Lawrence1-0/+1
2014-02-12Bug 969881: All "Help" links in the header and footer of pages point to inexi...Frédéric Buclin1-1/+1
2014-01-21Bug 913364 - Reuse preset values when navigation through enter_bug.cgiSimon Green1-4/+0
2014-01-02Bug 940010 - When entering a new bug, if there's only one active version or c...Simon Green1-3/+10
2012-12-19Bug 819330: Bugzilla crashes when cloning a bug if the CC list is emptyFrédéric Buclin1-1/+1
2012-09-01Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin1-1/+1
2012-08-21Bug 779747: The "Browse" link in the page header/footer doesn't sort products...Frédéric Buclin1-20/+1
2012-07-23Bug 715432 - Cloned bugs will include duplicates in the CC list if the report...Reed Loden1-1/+4
2012-01-11Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ...Frédéric Buclin1-24/+5
2011-11-30Bug 706443 - The New Bug form ignores the defaultplatform and defaultopsys pa...Dave Lawrence1-3/+4
2011-11-22Bug 703975: CSRF vulnerability in post_bug.cgi allows possible unauthorized b...Frédéric Buclin1-1/+1
2011-09-29Bug 512648 - Make Bugzilla::Bug centrally control available statuses inRobert Webb1-21/+5
2011-08-17Bug 678970: Use $user and $cgi instead of Bugzilla->user and Bugzilla->cgiFrédéric Buclin1-1/+1
2011-08-08Bug 307688: Moves OS and platform detection out of enter_bug.cgiByron Jones1-191/+3
2011-02-18Bug 635243: The guided form is broken, the version field is incorrectly popul...Frédéric Buclin1-2/+2
2010-10-21Bug 598014: Document how to mark the initial comment as private when using Bu...Frédéric Buclin1-5/+5
2010-10-13Bug 603314 - Unprivileged users cannot create bugs any more.Marc Schumann1-0/+3
2010-10-11Bug 603314 - Unprivileged users cannot create bugs any more.Marc Schumann1-1/+1
2010-08-31Bug 77193 - Add the ability to retire (disable) old versions, components and ...Dave Lawrence1-2/+2
2010-07-07Bug 519835: Remove Bugzilla::Product::check_product() in favor of Bugzilla::P...Frédéric Buclin1-6/+1
2010-07-05Bug 514618: Allow restricting the visibility and values of fields byKent Rogers1-1/+2
2010-05-14Bug 565790: Unprivileged users cannot create bugs anymoreFrédéric Buclin1-3/+2
2010-05-13Bug 555850: Make fields.html help on enter_bug happen when the user hoversMax Kanat-Alexander1-12/+14
2010-04-22Bug 560009: Use firstidx from List::MoreUtils instead of lsearchMax Kanat-Alexander1-4/+7
2010-03-14Bug 349356: Correctly detect PPC as PocketPC (not only PowerPC)timeless1-29/+39
2010-02-23Bug 526184: Allow groups to be specified when creating bugs using email_in.plMax Kanat-Alexander1-59/+7
2010-02-17Bug 538211: Make value-controlled and visibility-controlled fields behaveMax Kanat-Alexander1-1/+8
2009-12-18Bug 162060: Remove the relationship between "votestoconfirm" and whether or n...mkanat%bugzilla.org1-2/+4
2009-12-13Bug 310532: Bookmarkable new bug templates do not include estimated hours or ...lpsolit%gmail.com1-0/+3
2009-11-24Bug 430014: Re-write the code hooks system so that it uses modules instead of...mkanat%bugzilla.org1-1/+1
2009-11-16Bug 475234: OS sniffing doesn't detect Windows 7 - Patch by Siddharth Agarwal...lpsolit%gmail.com1-0/+1
2009-11-10Bug 472217: Create a Bugzilla::Comment object and eliminate GetCommentsmkanat%bugzilla.org1-6/+5
2009-08-11Bug 509045: Make "use_keywords" a global template variable instead of having ...mkanat%bugzilla.org1-2/+0
2009-04-06Bug 471522: OS sniffing doesn't properly detect OS X 10.5 (and others) - Patc...lpsolit%gmail.com1-1/+11
2009-02-08Bug 371995: Allow the Product field to restrict visibility of custom fieldsmkanat%bugzilla.org1-0/+4
2009-01-29Bug 471523: Cloning a bug copies the newest visible comment for Newest to Old...lpsolit%gmail.com1-4/+7
2009-01-02Bug 422465: Cloning a bug should cc the original reporter if the cloner isn't...lpsolit%gmail.com1-1/+6
2009-01-02Bug 452907: Clone should also preserve "Blocks" and "Depends on" fields - Pat...lpsolit%gmail.com1-2/+2
2008-12-29Bug 468617: OS sniffing doesn't detect OS X 10.5 - Patch by Matt Selsky <sels...lpsolit%gmail.com1-0/+1
2008-09-18Bug 452734: Remove the keyword chooser, because it's a usability regressionmkanat%bugzilla.org1-1/+0
2008-09-06Bug 450197: Multi-select fields are ignored when cloning a bugmkanat%bugzilla.org1-25/+19
2008-08-30Bug 452793: On bug creation, the first confirmed bug status should be selecte...lpsolit%gmail.com1-3/+7
2008-06-30Bug 440612 – Use Bugzilla::Bug->check everywhere instead of ValidateBugIDmkanat%bugzilla.org1-2/+2