Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-09-26 | Bug 714523 - editversions.cgi should use ->set_all | Sunil Joshi | 1 | -2/+4 | |
r=simon, a=simon | |||||
2012-09-01 | Bug 787529: Use |use 5.10.1| everywhere | Frédéric Buclin | 1 | -0/+1 | |
r=wicked a=LpSolit | |||||
2012-01-11 | Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵ | Frédéric Buclin | 1 | -22/+5 | |
add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit | |||||
2010-08-31 | Bug 77193 - Add the ability to retire (disable) old versions, components and ↵ | Dave Lawrence | 1 | -0/+2 | |
milestones r/a=mkanat | |||||
2010-05-20 | Bug 565879: Merge ThrowCodeError("action_unrecognized"), ↵ | Frédéric Buclin | 1 | -3/+1 | |
ThrowUserError("no_valid_action") and ThrowCodeError("unknown_action") r=ghendricks a=LpSolit | |||||
2010-05-14 | Bug 556731 - Make Bugzilla::Milestone, Bugzilla::Version, and | Max Kanat-Alexander | 1 | -1/+1 | |
Bugzilla::Component use VALIDATOR_DEPENDENCIES instead of UPDATE_VALIDATORS r=LpSolit, a=LpSolit | |||||
2009-04-10 | Bug 471871: Bugzilla::Version has duplicated code compared to ↵ | lpsolit%gmail.com | 1 | -2/+5 | |
Bugzilla::Object (make Bugzilla::Version really a subclass of Bugzilla::Object) - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2008-01-28 | Bug 325487: Admin pages should require less "clicks" (remove useless ↵ | lpsolit%gmail.com | 1 | -24/+7 | |
confirmation pages) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=justdave r=mkanat a=LpSolit | |||||
2007-10-23 | Part 2 of bug 182083: add Help for more admin pages - Patch by me, r=Colin | lpsolit%gmail.com | 1 | -0/+3 | |
2007-10-19 | Bug 399954: Make Bugzilla able to hold its dependencies in a local directory | mkanat%bugzilla.org | 1 | -1/+1 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2007-10-10 | Bug 398968: editversions.cgi should use transactions for database ↵ | lpsolit%gmail.com | 1 | -2/+2 | |
interaction - Patch by Emmanuel Seyman <eseyman@linagora.com> r/a=mkanat | |||||
2007-08-24 | Bug 373440: Make "check" into a generic function in Bugzilla::Object | mkanat%bugzilla.org | 1 | -9/+8 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2006-11-11 | Bug 189627: Implement per-product privileges - Patch by Frédéric ↵ | lpsolit%gmail.com | 1 | -9/+9 | |
Buclin <LpSolit@gmail.com> r=mkanat a=myk | |||||
2006-10-15 | Bug 281181: [SECURITY] It's way too easy to delete ↵ | lpsolit%gmail.com | 1 | -4/+11 | |
versions/components/milestones etc... - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk | |||||
2006-07-19 | Bug 313125: Implement validations and database persistence functions for ↵ | lpsolit%gmail.com | 1 | -86/+17 | |
Versions.pm and clean-up editversions.cgi - Patch by André Batosti <batosti@async.com.br> r=LpSolit a=myk | |||||
2006-06-21 | Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by ↵ | lpsolit%gmail.com | 1 | -4/+3 | |
Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk | |||||
2006-06-20 | Bug 313531: Move 'use Bugzilla;' out of globals.pl - Patch by Frédéric ↵ | lpsolit%gmail.com | 1 | -0/+1 | |
Buclin <LpSolit@gmail.com> r=mkanat a=myk | |||||
2006-06-20 | Bug 304601: Bugzilla::Config's :locations exports need to be in their own ↵ | lpsolit%gmail.com | 1 | -7/+0 | |
module - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat for the main patch, r=myk for the patch about CGI.pm a=justdave Bug 328637: Remove all legal_* versioncache arrays - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave Bug 110503 - Eliminate versioncache | |||||
2006-06-20 | Spelling in code comments patch: 'valididy' -> 'validity'; patch by Vlad ↵ | vladd%bugzilla.org | 1 | -1/+1 | |
Dascalu <vladd@bugzilla.org>. | |||||
2006-03-31 | Bug 301020: Remove useless locked tables - Patch by Frédéric Buclin ↵ | lpsolit%gmail.com | 1 | -3/+1 | |
<LpSolit@gmail.com> r=wurblzap a=justdave | |||||
2006-03-02 | Bug 311258: use objects in admin templates (products & co) - Patch by André ↵ | lpsolit%gmail.com | 1 | -15/+16 | |
Batosti <batosti@async.com.br> r=LpSolit a=justdave | |||||
2005-12-30 | Bug 238780: editversions.cgi should reject newline characters - Patch by ↵ | lpsolit%gmail.com | 1 | -0/+7 | |
Paul <pdemarco@zoominternet.net> r=LpSolit a=justdave | |||||
2005-12-23 | Backing out bug 238780 (Edit versions should reject newline characters) - ↵ | lpsolit%gmail.com | 1 | -7/+0 | |
This patch prevents you to edit or delete existing versions having control characters. | |||||
2005-12-12 | Bug 271596: editcomponents priv allows you to see/edit products you don't ↵ | lpsolit%gmail.com | 1 | -7/+9 | |
have access to - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave | |||||
2005-12-08 | Bug 238780: editversions.cgi should reject newline characters (and convert ↵ | lpsolit%gmail.com | 1 | -0/+7 | |
them to whitespaces) - Patch by Paul <pdemarco@ppg.com> r=LpSolit a=justdave | |||||
2005-10-25 | Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav ↵ | lpsolit%gmail.com | 1 | -2/+2 | |
Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave | |||||
2005-10-07 | Bug 309749: Remove get_x_by_y functions from the new .pm files, in favor of ↵ | mkanat%kerio.com | 1 | -4/+1 | |
object methods Patch By André Batosti <batosti@async.com.br> r=LpSolit, a=justdave | |||||
2005-09-28 | Bug 307604: "Redisplay table with bug counts" should also be available from ↵ | lpsolit%gmail.com | 1 | -0/+4 | |
editmilestones.cgi and editversions.cgi - Patch by Frédéric Buclin <LpSolit@gmail.com> r=GavinS a=justdave | |||||
2005-09-16 | Bug 304696: Replace UserInGroup() by $user->in_group() when checking user ↵ | lpsolit%gmail.com | 1 | -3/+2 | |
privs in edit*.cgi files - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave | |||||
2005-08-10 | Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> ↵ | lpsolit%gmail.com | 1 | -1/+0 | |
r=mkanat,wicked a=justdave | |||||
2005-07-19 | Bug 300532: Update editversions.cgi to use routines from Version.pm and ↵ | lpsolit%gmail.com | 1 | -177/+69 | |
Product.pm - Patch by Tiago R. Mello <timello@async.com.br> r=LpSolit a=myk | |||||
2005-04-06 | Bug 86328: Deleting bugs doesn't delete dependent records properly - Patch ↵ | lpsolit%gmail.com | 1 | -48/+15 | |
by Frederic Buclin <LpSolit@gmail.com> r=wurblzap a=justdave | |||||
2005-03-16 | Bug 283581 : Move UserInGroup out of globals.pl | travis%sedsystems.ca | 1 | -0/+1 | |
Patch by Colin Ogilvie <colin.ogilvie@gmail.com> r=mkanat a=justdave | |||||
2005-03-09 | Bug 284975: Any code after Throw*Error is a dead code. | mkanat%kerio.com | 1 | -8/+0 | |
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=LpSolit, a=myk | |||||
2005-03-05 | Bug 277782: _throw_error should unlock tables when tables are locked, ↵ | mkanat%kerio.com | 1 | -3/+0 | |
automatically Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=travis, r=LpSolit, a=justdave | |||||
2005-02-18 | Bug 280503: Replace "LOCK/UNLOCK TABLES" with Bugzilla::DB function call | mkanat%kerio.com | 1 | -12/+13 | |
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat,a=myk | |||||
2005-02-17 | Bug 281574 : Combine version_/milestone_/component_no_action errors into one. | travis%sedsystems.ca | 1 | -1/+1 | |
Patch by Shane H. W. Travis <travis@sedsystems.ca> r=LpSolit a=myk | |||||
2005-02-09 | Bug 257315 : type of delta_ts in bugs table should not be timestamp | travis%sedsystems.ca | 1 | -2/+1 | |
Patch by Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, LpSolit a=justdave | |||||
2005-01-30 | Backing out the checking from bug 257315 until it gets corrected. It ↵ | justdave%bugzilla.org | 1 | -1/+2 | |
prevents new bugs from being filed. a=justdave | |||||
2005-01-29 | Bug 257315 : type of delta_ts in bugs table should not be timestamp | travis%sedsystems.ca | 1 | -2/+1 | |
Patch by Tomas Kopal <Tomas.Kopal@altap.cz> r=vladd, LpSolit a=justdave | |||||
2005-01-28 | Bug 278650 : editversions.cgi still uses "auth_cant_edit_versions" | travis%sedsystems.ca | 1 | -5/+4 | |
Patch by Frederic Buclin <LpSolit@gmail.com> r=vladd a=justdave | |||||
2005-01-16 | Patch for bug 190226: templatize editversions.cgi; patch by GavinS ↵ | jocuri%softhome.net | 1 | -228/+136 | |
<bugzilla@chimpychompy.org>, r=jouni, a=myk. | |||||
2004-07-28 | Bug 252450: Unlock tables in edit*.cgi before sending trailer | bugreport%peshkin.net | 1 | -4/+1 | |
r=kiko a=justdave | |||||
2004-05-23 | Bug 141006: Run edit*.cgis in taint mode. | jouni%heikniemi.net | 1 | -1/+1 | |
Patch by byron jones <bugzilla@glob.com.au> r=jouni, a=justdave | |||||
2004-03-28 | Patch for bug 238860: remove %FORM from editversions.cgi; patch by Teemu ↵ | jocuri%softhome.net | 1 | -4/+5 | |
Mannermaa <wicked@etlicon.fi>; r=justdave; a=justdave. | |||||
2004-03-27 | Bug 235265: Getting rid of some unwanted form value dumps. | justdave%syndicomm.com | 1 | -4/+0 | |
Patch by Jouni Heikniemi <jouni@heikniemi.net> r= justdave, kiko; a= justdave | |||||
2004-03-27 | Fix for bug 234175: Remove deprecated ConnectToDatabase() and | kiko%async.com.br | 1 | -2/+2 | |
quietly_check_login()/confirm_login() calls. Cleans up callsites (consisting of most of our CGIs), swapping (where appropriate) for calls to Bugzilla->login. Patch by Teemu Mannermaa <wicked@etlicon.fi>. r=bbaetz, kiko. a=justdave. | |||||
2003-11-22 | Bug 208604 - Make data/template dir locations configurable | bbaetz%acm.org | 1 | -5/+4 | |
2003-05-05 | Bug 201816 - use CGI.pm for header output | bbaetz%acm.org | 1 | -1/+1 | |
r=joel, a=justdave | |||||
2003-03-30 | Bug 65319 editmilestones & editversions don't have extra add. | timeless%mozdev.org | 1 | -1/+1 | |
r=justdave a=justdave |