| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 787529: Use |use 5.10.1| everywhere | Frédéric Buclin | 2012-09-01 | 1 | -0/+1 |
* | Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ... | Frédéric Buclin | 2012-01-11 | 1 | -13/+5 |
* | Fix bustage due to bug 686630 | Frédéric Buclin | 2011-10-15 | 1 | -1/+1 |
* | Bug 686630: editvalues.cgi should use set_all() | rojanu | 2011-10-15 | 1 | -4/+7 |
* | Bug 678970: Use $user and $cgi instead of Bugzilla->user and Bugzilla->cgi | Frédéric Buclin | 2011-08-17 | 1 | -5/+5 |
* | Bug 586871: Convert all Bugzilla->get_fields calls to Bugzilla->fields | Tiago Mello | 2010-08-24 | 1 | -2/+2 |
* | Bug 565879: Merge ThrowCodeError("action_unrecognized"), ThrowUserError("no_v... | Frédéric Buclin | 2010-05-20 | 1 | -6/+1 |
* | Bug 561296: A fix allowing updating a field value's name when it is | Max Kanat-Alexander | 2010-05-14 | 1 | -3/+3 |
* | Bug 487508: Allow restricting the visibility of custom fields and values by c... | Max Kanat-Alexander | 2010-02-01 | 1 | -7/+3 |
* | Bug 456743 - Add the ability to disable field values (mark them as inactive) | ghendricks%novell.com | 2009-07-17 | 1 | -0/+3 |
* | Bug 494072: editvalues.cgi lets you edit product names - Patch by Frédé... | lpsolit%gmail.com | 2009-06-03 | 1 | -2/+7 |
* | Bug 308253: Ability to add select (enum) fields to a bug whose list of values... | mkanat%bugzilla.org | 2008-11-07 | 1 | -4/+7 |
* | Bug 458436: Allow standard global select fields to control visibility of cust... | mkanat%bugzilla.org | 2008-10-25 | 1 | -15/+2 |
* | Bug 456922: Now that Bugzilla::Field::Choice is complete, clean up editvalues... | mkanat%bugzilla.org | 2008-10-03 | 1 | -166/+44 |
* | Bug 456919: Implement Bugzilla::Field::Choice->remove_from_db and have editva... | mkanat%bugzilla.org | 2008-10-03 | 1 | -51/+3 |
* | Bug 455641: Implement Bugzilla::Field::Choice->update and have editvalues.cgi... | mkanat%bugzilla.org | 2008-10-03 | 1 | -83/+7 |
* | Bug 455632: Add Bugzilla::Field::Choice->create and have editvalues.cgi use it | mkanat%bugzilla.org | 2008-10-03 | 1 | -49/+6 |
* | Bug 442031: Make Bugzilla::User::groups return an arrayref of Bugzilla::Group... | mkanat%bugzilla.org | 2008-08-08 | 1 | -1/+1 |
* | Bug 414281: editvalues.cgi variables badly scoped under mod_perl - Patch by F... | lpsolit%gmail.com | 2008-01-28 | 1 | -3/+4 |
* | Bug 325487: Admin pages should require less "clicks" (remove useless confirma... | lpsolit%gmail.com | 2008-01-28 | 1 | -22/+17 |
* | Bug 410836: Field name missing in error message when trying to add an already... | lpsolit%gmail.com | 2008-01-05 | 1 | -1/+1 |
* | Bug 410823: Bugzilla fails when editing or deleting a multi-select field valu... | lpsolit%gmail.com | 2008-01-05 | 1 | -11/+36 |
* | Part 3 of bug 182083: add Help for more admin pages - Patch by me, r=Colin | lpsolit%gmail.com | 2007-11-12 | 1 | -0/+4 |
* | Bug 399954: Make Bugzilla able to hold its dependencies in a local directory | mkanat%bugzilla.org | 2007-10-19 | 1 | -1/+1 |
* | Bug 398976: edit*.cgi scripts should use transactions for database interactio... | lpsolit%gmail.com | 2007-10-10 | 1 | -6/+4 |
* | Bug 287330: Multi-Select Custom Fields | mkanat%bugzilla.org | 2007-09-08 | 1 | -0/+2 |
* | Bug 385415: Bugs marked as duplicate or moved to another installation always ... | lpsolit%gmail.com | 2007-07-13 | 1 | -4/+10 |
* | Bug 101179: Fully implement support for customised bug statuses and workflow ... | lpsolit%gmail.com | 2007-06-14 | 1 | -6/+38 |
* | Bug 369987: Display real field names in editvalues.cgi - Patch by Frédé... | lpsolit%gmail.com | 2007-05-30 | 1 | -23/+8 |
* | Bug 281181: [SECURITY] It's way too easy to delete versions/components/milest... | lpsolit%gmail.com | 2006-10-15 | 1 | -0/+12 |
* | Bug 353768: "editcomponents" group is not appropriate for editvalues.cgi (Fie... | lpsolit%gmail.com | 2006-09-24 | 1 | -2/+2 |
* | Bug 353965: object => "field values" doesn't exist in user-error.html.tmpl - ... | lpsolit%gmail.com | 2006-09-24 | 1 | -1/+1 |
* | Bug 287326: Ability to add custom single-select fields to a bug - Patch by Fr... | lpsolit%gmail.com | 2006-09-09 | 1 | -0/+7 |
* | Bug 346483: Fix up param-updating code in checksetup.pl to all be in a module. | mkanat%bugzilla.org | 2006-08-01 | 1 | -1/+1 |
* | Bug 94534: Customised resolutions - Patch by Frédéric Buclin <LpSolit@gmail... | lpsolit%gmail.com | 2006-07-14 | 1 | -22/+46 |
* | Bug 338375: Use Bugzilla->params everywhere instead of Param(). | mkanat%bugzilla.org | 2006-07-04 | 1 | -1/+1 |
* | Bug 342869: Use Bugzilla->params everywhere except templates | mkanat%bugzilla.org | 2006-07-04 | 1 | -3/+3 |
* | Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by F... | lpsolit%gmail.com | 2006-06-21 | 1 | -2/+1 |
* | Bug 304601: Bugzilla::Config's :locations exports need to be in their own mod... | lpsolit%gmail.com | 2006-06-20 | 1 | -9/+1 |
* | Bug 313533: editvalues.cgi: Reference found where even-sized list expected at... | lpsolit%gmail.com | 2005-10-24 | 1 | -1/+1 |
* | Bug 298688: Forbid the deletion of values used by default for the priority, s... | lpsolit%gmail.com | 2005-10-20 | 1 | -2/+31 |
* | Bug 303669: Bugzilla mis-uses perl subroutine prototypes | mkanat%kerio.com | 2005-08-13 | 1 | -4/+4 |
* | Backout of bug 303669 which broke AppendComment and possibly a number | bugreport%peshkin.net | 2005-08-09 | 1 | -4/+4 |
* | Bug 303669: Bugzilla mis-uses perl subroutine prototypes | mkanat%kerio.com | 2005-08-09 | 1 | -4/+4 |
* | Bug 301240: editvalues.cgi should not update bugs.delta_ts - Patch by Frédé... | lpsolit%gmail.com | 2005-07-20 | 1 | -2/+2 |
* | Bug 293501: Add me to files where I belong and fix kerio.com emails | mkanat%kerio.com | 2005-06-15 | 1 | -1/+1 |
* | Bug 284838: editvalues.cgi does not use $dbh->bz_(un)lock_tables | mkanat%kerio.com | 2005-03-05 | 1 | -6/+6 |
* | Bug 281876: New Admin Interface to manage old Enum fields (Field Values) | mkanat%kerio.com | 2005-02-25 | 1 | -0/+386 |