aboutsummaryrefslogtreecommitdiffstats
path: root/editvalues.cgi
Commit message (Collapse)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-5/+3
| | | | r=dkl a=sgreen
* Bug 969881: All "Help" links in the header and footer of pages point to ↵Frédéric Buclin2014-02-121-1/+1
| | | | | | inexistent files r=gerv a=justdave
* Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin2012-09-011-0/+1
| | | | r=wicked a=LpSolit
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin2012-01-111-13/+5
| | | | | | add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
* Fix bustage due to bug 686630Frédéric Buclin2011-10-151-1/+1
|
* Bug 686630: editvalues.cgi should use set_all()rojanu2011-10-151-4/+7
| | | | r/a=mkanat
* Bug 678970: Use $user and $cgi instead of Bugzilla->user and Bugzilla->cgiFrédéric Buclin2011-08-171-5/+5
| | | | r=timello a=LpSolit
* Bug 586871: Convert all Bugzilla->get_fields calls to Bugzilla->fieldsTiago Mello2010-08-241-2/+2
| | | | r/a=mkanat
* Bug 565879: Merge ThrowCodeError("action_unrecognized"), ↵Frédéric Buclin2010-05-201-6/+1
| | | | | | ThrowUserError("no_valid_action") and ThrowCodeError("unknown_action") r=ghendricks a=LpSolit
* Bug 561296: A fix allowing updating a field value's name when it isMax Kanat-Alexander2010-05-141-3/+3
| | | | | the default value r=LpSolit, a=LpSolit
* Bug 487508: Allow restricting the visibility of custom fields and values by ↵Max Kanat-Alexander2010-02-011-7/+3
| | | | | | component r=dkl, a=mkanat
* Bug 456743 - Add the ability to disable field values (mark them as inactive)ghendricks%novell.com2009-07-171-0/+3
| | | | patch by ghendricks@novell.com r=LpSolit, a=LpSolit
* Bug 494072: editvalues.cgi lets you edit product names - Patch by ↵lpsolit%gmail.com2009-06-031-2/+7
| | | | Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 308253: Ability to add select (enum) fields to a bug whose list of ↵mkanat%bugzilla.org2008-11-071-4/+7
| | | | | | values depends on the value of another field Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
* Bug 458436: Allow standard global select fields to control visibility of ↵mkanat%bugzilla.org2008-10-251-15/+2
| | | | | | custom fields Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
* Bug 456922: Now that Bugzilla::Field::Choice is complete, clean up ↵mkanat%bugzilla.org2008-10-031-166/+44
| | | | | | editvalues.cgi and error messages Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
* Bug 456919: Implement Bugzilla::Field::Choice->remove_from_db and have ↵mkanat%bugzilla.org2008-10-031-51/+3
| | | | | | editvalues.cgi use it Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
* Bug 455641: Implement Bugzilla::Field::Choice->update and have ↵mkanat%bugzilla.org2008-10-031-83/+7
| | | | | | editvalues.cgi use it Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
* Bug 455632: Add Bugzilla::Field::Choice->create and have editvalues.cgi use itmkanat%bugzilla.org2008-10-031-49/+6
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
* Bug 442031: Make Bugzilla::User::groups return an arrayref of ↵mkanat%bugzilla.org2008-08-081-1/+1
| | | | Bugzilla::Group objects (instead of a hashref of group ids and names).
* Bug 414281: editvalues.cgi variables badly scoped under mod_perl - Patch by ↵lpsolit%gmail.com2008-01-281-3/+4
| | | | Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 325487: Admin pages should require less "clicks" (remove useless ↵lpsolit%gmail.com2008-01-281-22/+17
| | | | confirmation pages) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=justdave r=mkanat a=LpSolit
* Bug 410836: Field name missing in error message when trying to add an ↵lpsolit%gmail.com2008-01-051-1/+1
| | | | already existing field value - Patch by Ronaldo Maia <romaia@async.com.br> r/a=LpSolit
* Bug 410823: Bugzilla fails when editing or deleting a multi-select field ↵lpsolit%gmail.com2008-01-051-11/+36
| | | | value - Patch by Ronaldo Maia <romaia@async.com.br> r/a=LpSolit
* Part 3 of bug 182083: add Help for more admin pages - Patch by me, r=Colinlpsolit%gmail.com2007-11-121-0/+4
|
* Bug 399954: Make Bugzilla able to hold its dependencies in a local directorymkanat%bugzilla.org2007-10-191-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 398976: edit*.cgi scripts should use transactions for database ↵lpsolit%gmail.com2007-10-101-6/+4
| | | | interaction - Patch by Emmanuel Seyman <eseyman@linagora.com> r/a=mkanat
* Bug 287330: Multi-Select Custom Fieldsmkanat%bugzilla.org2007-09-081-0/+2
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 385415: Bugs marked as duplicate or moved to another installation always ↵lpsolit%gmail.com2007-07-131-4/+10
| | | | go to the RESOLVED state, even if the workflow has RESOLVED excluded from it (or if this bug status has been removed or renamed). Some major problems related to the workflow when upgrading or installing 3.1 are also fixed here - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 101179: Fully implement support for customised bug statuses and workflow ↵lpsolit%gmail.com2007-06-141-6/+38
| | | | (final checkin!) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv a=justdave
* Bug 369987: Display real field names in editvalues.cgi - Patch by ↵lpsolit%gmail.com2007-05-301-23/+8
| | | | Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
* Bug 281181: [SECURITY] It's way too easy to delete ↵lpsolit%gmail.com2006-10-151-0/+12
| | | | versions/components/milestones etc... - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 353768: "editcomponents" group is not appropriate for editvalues.cgi ↵lpsolit%gmail.com2006-09-241-2/+2
| | | | (Field Values) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
* Bug 353965: object => "field values" doesn't exist in user-error.html.tmpl - ↵lpsolit%gmail.com2006-09-241-1/+1
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
* Bug 287326: Ability to add custom single-select fields to a bug - Patch by ↵lpsolit%gmail.com2006-09-091-0/+7
| | | | Frédéric Buclin <LpSolit@gmail.com> and Max Kanat-Alexander <mkanat@bugzilla.org> r=mkanat a=myk
* Bug 346483: Fix up param-updating code in checksetup.pl to all be in a module.mkanat%bugzilla.org2006-08-011-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
* Bug 94534: Customised resolutions - Patch by Frédéric Buclin ↵lpsolit%gmail.com2006-07-141-22/+46
| | | | <LpSolit@gmail.com> r=mkanat a=myk
* Bug 338375: Use Bugzilla->params everywhere instead of Param().mkanat%bugzilla.org2006-07-041-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 342869: Use Bugzilla->params everywhere except templatesmkanat%bugzilla.org2006-07-041-3/+3
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by ↵lpsolit%gmail.com2006-06-211-2/+1
| | | | Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 304601: Bugzilla::Config's :locations exports need to be in their own ↵lpsolit%gmail.com2006-06-201-9/+1
| | | | | | | | 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
* Bug 313533: editvalues.cgi: Reference found where even-sized list expected ↵lpsolit%gmail.com2005-10-241-1/+1
| | | | at line 122 - Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
* Bug 298688: Forbid the deletion of values used by default for the priority, ↵lpsolit%gmail.com2005-10-201-2/+31
| | | | severity, platform and OS and update data/params when editing them - Patch by Frédéric Buclin <LpSolit@gmail.com> r=GavinS a=justdave
* Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com2005-08-131-4/+4
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Backout of bug 303669 which broke AppendComment and possibly a numberbugreport%peshkin.net2005-08-091-4/+4
| | | | of other items.
* Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com2005-08-091-4/+4
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 301240: editvalues.cgi should not update bugs.delta_ts - Patch by ↵lpsolit%gmail.com2005-07-201-2/+2
| | | | Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=myk
* Bug 293501: Add me to files where I belong and fix kerio.com emailsmkanat%kerio.com2005-06-151-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=colin, a=myk
* Bug 284838: editvalues.cgi does not use $dbh->bz_(un)lock_tablesmkanat%kerio.com2005-03-051-6/+6
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r=LpSolit, a=justdave