aboutsummaryrefslogtreecommitdiffstats
path: root/editversions.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 969881: All "Help" links in the header and footer of pages point to inexi...Frédéric Buclin2014-02-121-1/+1
* Bug 714523 - editversions.cgi should use ->set_allSunil Joshi2013-09-261-2/+4
* Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin2012-09-011-0/+1
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ...Frédéric Buclin2012-01-111-22/+5
* Bug 77193 - Add the ability to retire (disable) old versions, components and ...Dave Lawrence2010-08-311-0/+2
* Bug 565879: Merge ThrowCodeError("action_unrecognized"), ThrowUserError("no_v...Frédéric Buclin2010-05-201-3/+1
* Bug 556731 - Make Bugzilla::Milestone, Bugzilla::Version, andMax Kanat-Alexander2010-05-141-1/+1
* Bug 471871: Bugzilla::Version has duplicated code compared to Bugzilla::Objec...lpsolit%gmail.com2009-04-101-2/+5
* Bug 325487: Admin pages should require less "clicks" (remove useless confirma...lpsolit%gmail.com2008-01-281-24/+7
* Part 2 of bug 182083: add Help for more admin pages - Patch by me, r=Colinlpsolit%gmail.com2007-10-231-0/+3
* Bug 399954: Make Bugzilla able to hold its dependencies in a local directorymkanat%bugzilla.org2007-10-191-1/+1
* Bug 398968: editversions.cgi should use transactions for database interaction...lpsolit%gmail.com2007-10-101-2/+2
* Bug 373440: Make "check" into a generic function in Bugzilla::Objectmkanat%bugzilla.org2007-08-241-9/+8
* Bug 189627: Implement per-product privileges - Patch by Frédéric Buclin...lpsolit%gmail.com2006-11-111-9/+9
* Bug 281181: [SECURITY] It's way too easy to delete versions/components/milest...lpsolit%gmail.com2006-10-151-4/+11
* Bug 313125: Implement validations and database persistence functions for Vers...lpsolit%gmail.com2006-07-191-86/+17
* Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by F...lpsolit%gmail.com2006-06-211-4/+3
* Bug 313531: Move 'use Bugzilla;' out of globals.pl - Patch by Frédéric Bucl...lpsolit%gmail.com2006-06-201-0/+1
* Bug 304601: Bugzilla::Config's :locations exports need to be in their own mod...lpsolit%gmail.com2006-06-201-7/+0
* Spelling in code comments patch: 'valididy' -> 'validity'; patch by Vlad Dasc...vladd%bugzilla.org2006-06-191-1/+1
* Bug 301020: Remove useless locked tables - Patch by Frédéric Buclin <LpSoli...lpsolit%gmail.com2006-03-311-3/+1
* Bug 311258: use objects in admin templates (products & co) - Patch by André ...lpsolit%gmail.com2006-03-021-15/+16
* Bug 238780: editversions.cgi should reject newline characters - Patch by Paul...lpsolit%gmail.com2005-12-301-0/+7
* Backing out bug 238780 (Edit versions should reject newline characters) - Thi...lpsolit%gmail.com2005-12-231-7/+0
* Bug 271596: editcomponents priv allows you to see/edit products you don't hav...lpsolit%gmail.com2005-12-121-7/+9
* Bug 238780: editversions.cgi should reject newline characters (and convert th...lpsolit%gmail.com2005-12-081-0/+7
* Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav Vi...lpsolit%gmail.com2005-10-251-2/+2
* Bug 309749: Remove get_x_by_y functions from the new .pm files, in favor of o...mkanat%kerio.com2005-10-071-4/+1
* Bug 307604: "Redisplay table with bug counts" should also be available from e...lpsolit%gmail.com2005-09-281-0/+4
* Bug 304696: Replace UserInGroup() by $user->in_group() when checking user pri...lpsolit%gmail.com2005-09-161-3/+2
* Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=...lpsolit%gmail.com2005-08-101-1/+0
* Bug 300532: Update editversions.cgi to use routines from Version.pm and Produ...lpsolit%gmail.com2005-07-191-177/+69
* Bug 86328: Deleting bugs doesn't delete dependent records properly - Patch by...lpsolit%gmail.com2005-04-061-48/+15
* Bug 283581 : Move UserInGroup out of globals.pltravis%sedsystems.ca2005-03-161-0/+1
* Bug 284975: Any code after Throw*Error is a dead code.mkanat%kerio.com2005-03-091-8/+0
* Bug 277782: _throw_error should unlock tables when tables are locked, automat...mkanat%kerio.com2005-03-051-3/+0
* Bug 280503: Replace "LOCK/UNLOCK TABLES" with Bugzilla::DB function callmkanat%kerio.com2005-02-181-12/+13
* Bug 281574 : Combine version_/milestone_/component_no_action errors into one.travis%sedsystems.ca2005-02-171-1/+1
* Bug 257315 : type of delta_ts in bugs table should not be timestamptravis%sedsystems.ca2005-02-091-2/+1
* Backing out the checking from bug 257315 until it gets corrected. It prevent...justdave%bugzilla.org2005-01-301-1/+2
* Bug 257315 : type of delta_ts in bugs table should not be timestamptravis%sedsystems.ca2005-01-291-2/+1
* Bug 278650 : editversions.cgi still uses "auth_cant_edit_versions"travis%sedsystems.ca2005-01-281-5/+4
* Patch for bug 190226: templatize editversions.cgi; patch by GavinS <bugzilla@...jocuri%softhome.net2005-01-161-228/+136
* Bug 252450: Unlock tables in edit*.cgi before sending trailerbugreport%peshkin.net2004-07-271-4/+1
* Bug 141006: Run edit*.cgis in taint mode.jouni%heikniemi.net2004-05-231-1/+1
* Patch for bug 238860: remove %FORM from editversions.cgi; patch by Teemu Mann...jocuri%softhome.net2004-03-281-4/+5
* Bug 235265: Getting rid of some unwanted form value dumps.justdave%syndicomm.com2004-03-271-4/+0
* Fix for bug 234175: Remove deprecated ConnectToDatabase() andkiko%async.com.br2004-03-271-2/+2