aboutsummaryrefslogtreecommitdiffstats
path: root/enter_bug.cgi
Commit message (Expand)AuthorAgeFilesLines
* Bug 1107874 - make Help links point to new documentation. r=dkl, a=justdave.Gervase Markham2014-12-171-1/+1
* Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin2014-08-131-1/+3
* Bug 1005780 - When cloning a bug, also add the assignee and qa contact to the...Simon Green2014-05-071-4/+8
* Bug 513212 - Allow people to set "See Also" when filing/creating/entering a b...David Lawrence2014-03-201-0/+1
* Bug 969881: All "Help" links in the header and footer of pages point to inexi...Frédéric Buclin2014-02-121-1/+1
* Bug 913364 - Reuse preset values when navigation through enter_bug.cgiSimon Green2014-01-211-4/+0
* Bug 940010 - When entering a new bug, if there's only one active version or c...Simon Green2014-01-031-3/+10
* Bug 819330: Bugzilla crashes when cloning a bug if the CC list is emptyFrédéric Buclin2012-12-191-1/+1
* Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin2012-09-011-1/+1
* Bug 779747: The "Browse" link in the page header/footer doesn't sort products...Frédéric Buclin2012-08-211-20/+1
* Bug 715432 - Cloned bugs will include duplicates in the CC list if the report...Reed Loden2012-07-231-1/+4
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ...Frédéric Buclin2012-01-111-24/+5
* Bug 706443 - The New Bug form ignores the defaultplatform and defaultopsys pa...Dave Lawrence2011-11-301-3/+4
* Bug 703975: CSRF vulnerability in post_bug.cgi allows possible unauthorized b...Frédéric Buclin2011-11-221-1/+1
* Bug 512648 - Make Bugzilla::Bug centrally control available statuses inRobert Webb2011-09-281-21/+5
* Bug 678970: Use $user and $cgi instead of Bugzilla->user and Bugzilla->cgiFrédéric Buclin2011-08-171-1/+1
* Bug 307688: Moves OS and platform detection out of enter_bug.cgiByron Jones2011-08-081-191/+3
* Bug 635243: The guided form is broken, the version field is incorrectly popul...Frédéric Buclin2011-02-181-2/+2
* Bug 598014: Document how to mark the initial comment as private when using Bu...Frédéric Buclin2010-10-211-5/+5
* Bug 603314 - Unprivileged users cannot create bugs any more.Marc Schumann2010-10-131-0/+3
* Bug 603314 - Unprivileged users cannot create bugs any more.Marc Schumann2010-10-111-1/+1
* Bug 77193 - Add the ability to retire (disable) old versions, components and ...Dave Lawrence2010-08-311-2/+2
* Bug 519835: Remove Bugzilla::Product::check_product() in favor of Bugzilla::P...Frédéric Buclin2010-07-071-6/+1
* Bug 514618: Allow restricting the visibility and values of fields byKent Rogers2010-07-051-1/+2
* Bug 565790: Unprivileged users cannot create bugs anymoreFrédéric Buclin2010-05-141-3/+2
* Bug 555850: Make fields.html help on enter_bug happen when the user hoversMax Kanat-Alexander2010-05-131-12/+14
* Bug 560009: Use firstidx from List::MoreUtils instead of lsearchMax Kanat-Alexander2010-04-221-4/+7
* Bug 349356: Correctly detect PPC as PocketPC (not only PowerPC)timeless2010-03-141-29/+39
* Bug 526184: Allow groups to be specified when creating bugs using email_in.plMax Kanat-Alexander2010-02-221-59/+7
* Bug 538211: Make value-controlled and visibility-controlled fields behaveMax Kanat-Alexander2010-02-171-1/+8
* Bug 162060: Remove the relationship between "votestoconfirm" and whether or n...mkanat%bugzilla.org2009-12-171-2/+4
* Bug 310532: Bookmarkable new bug templates do not include estimated hours or ...lpsolit%gmail.com2009-12-131-0/+3
* Bug 430014: Re-write the code hooks system so that it uses modules instead of...mkanat%bugzilla.org2009-11-241-1/+1
* Bug 475234: OS sniffing doesn't detect Windows 7 - Patch by Siddharth Agarwal...lpsolit%gmail.com2009-11-161-0/+1
* Bug 472217: Create a Bugzilla::Comment object and eliminate GetCommentsmkanat%bugzilla.org2009-11-101-6/+5
* Bug 509045: Make "use_keywords" a global template variable instead of having ...mkanat%bugzilla.org2009-08-111-2/+0
* Bug 471522: OS sniffing doesn't properly detect OS X 10.5 (and others) - Patc...lpsolit%gmail.com2009-04-051-1/+11
* Bug 371995: Allow the Product field to restrict visibility of custom fieldsmkanat%bugzilla.org2009-02-081-0/+4
* Bug 471523: Cloning a bug copies the newest visible comment for Newest to Old...lpsolit%gmail.com2009-01-281-4/+7
* Bug 422465: Cloning a bug should cc the original reporter if the cloner isn't...lpsolit%gmail.com2009-01-021-1/+6
* Bug 452907: Clone should also preserve "Blocks" and "Depends on" fields - Pat...lpsolit%gmail.com2009-01-011-2/+2
* Bug 468617: OS sniffing doesn't detect OS X 10.5 - Patch by Matt Selsky <sels...lpsolit%gmail.com2008-12-291-0/+1
* Bug 452734: Remove the keyword chooser, because it's a usability regressionmkanat%bugzilla.org2008-09-181-1/+0
* Bug 450197: Multi-select fields are ignored when cloning a bugmkanat%bugzilla.org2008-09-061-25/+19
* Bug 452793: On bug creation, the first confirmed bug status should be selecte...lpsolit%gmail.com2008-08-301-3/+7
* Bug 440612 – Use Bugzilla::Bug->check everywhere instead of ValidateBugIDmkanat%bugzilla.org2008-06-301-2/+2
* Bug 415652: Implement Bugzilla->active_custom_fields - Patch by Frédéri...lpsolit%gmail.com2008-02-251-2/+1
* Part 4 of bug 182083: add Help for non-admin pages - Patch by me, r=Colinlpsolit%gmail.com2007-11-121-0/+3
* Bug 399954: Make Bugzilla able to hold its dependencies in a local directorymkanat%bugzilla.org2007-10-191-1/+1
* Bug 344964: enter_bug.cgi should look at the custom status workflow to get th...lpsolit%gmail.com2007-06-141-21/+17