summaryrefslogtreecommitdiffstats
path: root/editversions.cgi
AgeCommit message (Expand)AuthorFilesLines
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-02-12Bug 969881: All "Help" links in the header and footer of pages point to inexi...Frédéric Buclin1-1/+1
2013-09-26Bug 714523 - editversions.cgi should use ->set_allSunil Joshi1-2/+4
2012-09-01Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin1-0/+1
2012-01-11Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ...Frédéric Buclin1-22/+5
2010-08-31Bug 77193 - Add the ability to retire (disable) old versions, components and ...Dave Lawrence1-0/+2
2010-05-20Bug 565879: Merge ThrowCodeError("action_unrecognized"), ThrowUserError("no_v...Frédéric Buclin1-3/+1
2010-05-14Bug 556731 - Make Bugzilla::Milestone, Bugzilla::Version, andMax Kanat-Alexander1-1/+1
2009-04-10Bug 471871: Bugzilla::Version has duplicated code compared to Bugzilla::Objec...lpsolit%gmail.com1-2/+5
2008-01-28Bug 325487: Admin pages should require less "clicks" (remove useless confirma...lpsolit%gmail.com1-24/+7
2007-10-23Part 2 of bug 182083: add Help for more admin pages - Patch by me, r=Colinlpsolit%gmail.com1-0/+3
2007-10-19Bug 399954: Make Bugzilla able to hold its dependencies in a local directorymkanat%bugzilla.org1-1/+1
2007-10-10Bug 398968: editversions.cgi should use transactions for database interaction...lpsolit%gmail.com1-2/+2
2007-08-24Bug 373440: Make "check" into a generic function in Bugzilla::Objectmkanat%bugzilla.org1-9/+8
2006-11-11Bug 189627: Implement per-product privileges - Patch by Frédéric Buclin...lpsolit%gmail.com1-9/+9
2006-10-15Bug 281181: [SECURITY] It's way too easy to delete versions/components/milest...lpsolit%gmail.com1-4/+11
2006-07-19Bug 313125: Implement validations and database persistence functions for Vers...lpsolit%gmail.com1-86/+17
2006-06-21Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by F...lpsolit%gmail.com1-4/+3
2006-06-20Bug 313531: Move 'use Bugzilla;' out of globals.pl - Patch by Frédéric Bucl...lpsolit%gmail.com1-0/+1
2006-06-20Bug 304601: Bugzilla::Config's :locations exports need to be in their own mod...lpsolit%gmail.com1-7/+0
2006-06-20Spelling in code comments patch: 'valididy' -> 'validity'; patch by Vlad Dasc...vladd%bugzilla.org1-1/+1
2006-03-31Bug 301020: Remove useless locked tables - Patch by Frédéric Buclin <LpSoli...lpsolit%gmail.com1-3/+1
2006-03-02Bug 311258: use objects in admin templates (products & co) - Patch by André ...lpsolit%gmail.com1-15/+16
2005-12-30Bug 238780: editversions.cgi should reject newline characters - Patch by Paul...lpsolit%gmail.com1-0/+7
2005-12-23Backing out bug 238780 (Edit versions should reject newline characters) - Thi...lpsolit%gmail.com1-7/+0
2005-12-12Bug 271596: editcomponents priv allows you to see/edit products you don't hav...lpsolit%gmail.com1-7/+9
2005-12-08Bug 238780: editversions.cgi should reject newline characters (and convert th...lpsolit%gmail.com1-0/+7
2005-10-25Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav Vi...lpsolit%gmail.com1-2/+2
2005-10-07Bug 309749: Remove get_x_by_y functions from the new .pm files, in favor of o...mkanat%kerio.com1-4/+1
2005-09-28Bug 307604: "Redisplay table with bug counts" should also be available from e...lpsolit%gmail.com1-0/+4
2005-09-16Bug 304696: Replace UserInGroup() by $user->in_group() when checking user pri...lpsolit%gmail.com1-3/+2
2005-08-10Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=...lpsolit%gmail.com1-1/+0
2005-07-19Bug 300532: Update editversions.cgi to use routines from Version.pm and Produ...lpsolit%gmail.com1-177/+69
2005-04-06Bug 86328: Deleting bugs doesn't delete dependent records properly - Patch by...lpsolit%gmail.com1-48/+15
2005-03-16Bug 283581 : Move UserInGroup out of globals.pltravis%sedsystems.ca1-0/+1
2005-03-09Bug 284975: Any code after Throw*Error is a dead code.mkanat%kerio.com1-8/+0
2005-03-05Bug 277782: _throw_error should unlock tables when tables are locked, automat...mkanat%kerio.com1-3/+0
2005-02-18Bug 280503: Replace "LOCK/UNLOCK TABLES" with Bugzilla::DB function callmkanat%kerio.com1-12/+13
2005-02-17Bug 281574 : Combine version_/milestone_/component_no_action errors into one.travis%sedsystems.ca1-1/+1
2005-02-09Bug 257315 : type of delta_ts in bugs table should not be timestamptravis%sedsystems.ca1-2/+1
2005-01-30Backing out the checking from bug 257315 until it gets corrected. It prevent...justdave%bugzilla.org1-1/+2
2005-01-29Bug 257315 : type of delta_ts in bugs table should not be timestamptravis%sedsystems.ca1-2/+1
2005-01-28Bug 278650 : editversions.cgi still uses "auth_cant_edit_versions"travis%sedsystems.ca1-5/+4
2005-01-16Patch for bug 190226: templatize editversions.cgi; patch by GavinS <bugzilla@...jocuri%softhome.net1-228/+136
2004-07-28Bug 252450: Unlock tables in edit*.cgi before sending trailerbugreport%peshkin.net1-4/+1
2004-05-23Bug 141006: Run edit*.cgis in taint mode.jouni%heikniemi.net1-1/+1
2004-03-28Patch for bug 238860: remove %FORM from editversions.cgi; patch by Teemu Mann...jocuri%softhome.net1-4/+5