Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-02-02 | Bug 1123769: add a "rank" field to bugzilla to track priority | Byron Jones | 1 | -0/+2 | |
2014-10-14 | Bug 1074586 - New Feature: Bugs of Interest | Dylan William Hardison | 1 | -0/+2 | |
I just want to walk around in circles walk around in circles | |||||
2014-10-11 | Revert "Bug 1074586 - New Feature: Bugs of Interest" | Dylan William Hardison | 1 | -2/+0 | |
This reverts commit ccea670dcba24ff2ac0233437aa549b22edb390c. | |||||
2014-10-10 | Bug 1074586 - New Feature: Bugs of Interest | Dylan William Hardison | 1 | -0/+2 | |
r=dkl | |||||
2014-09-11 | Bug 1052851: add the ability to search by "assignee last login date" | Byron Jones | 1 | -0/+2 | |
2014-06-03 | Bug 1000917: Backport upstream bug 489028 to bmo/4.2 to allow user last ↵ | Dylan William Hardison [:dylan] | 1 | -0/+2 | |
visit searching | |||||
2014-05-12 | Bug 992767: backport bug 987032 to bmo (allow memcached to cache bugzilla ↵ | Byron Jones | 1 | -0/+5 | |
configuration information) | |||||
2014-03-04 | Bug 966180: backport bug 956233 to bmo (enable USE_MEMCACHE on most objects) | Byron Jones | 1 | -0/+2 | |
2013-12-10 | Bug 942725: backport bug 793963 to bmo (add the ability to tag comments with ↵ | Byron Jones | 1 | -0/+1 | |
arbitrary tags) | |||||
2013-11-14 | Product and Component entries in emails sent out for new bugs are positioned ↵ | Byron Jones | 1 | -3/+3 | |
too far away https://bugzilla.mozilla.org/show_bug.cgi?id=938507 | |||||
2013-05-03 | Bug 866248 - backport new date custom field type from bug 801664 to bmo/4.2 | Gervase Markham | 1 | -4/+6 | |
r=glob | |||||
2013-01-30 | Bug 102048: Display the "Blocks" and "Depends On" columns in buglists | Dave Lawrence | 1 | -2/+2 | |
r/a=LpSolit | |||||
2013-01-30 | Fix $field being undef for the field_end_of_create hook | Byron Jones | 1 | -1/+1 | |
2012-11-14 | merged with bugzilla/4.2 | Dave Lawrence | 1 | -21/+12 | |
2012-10-19 | Bug 531243: Bugzilla crashes on show_bug if it's hit while a custom field is ↵ | Frédéric Buclin | 1 | -1/+9 | |
being added r=justdave a=LpSolit | |||||
2012-01-09 | merge with bugzilla/4.2 | Dave Lawrence | 1 | -2/+4 | |
2011-12-16 | Last Comment Bug 685611 - delta_ts is updated even when no changes are made ↵ | Dave Lawrence | 1 | -2/+4 | |
to bugs created via WebServices r/a=LpSolit | |||||
2011-10-05 | more porting work | David Lawrence | 1 | -59/+108 | |
2011-07-25 | Bug 642388: Description of field days_elapsed missing from ↵ | Frédéric Buclin | 1 | -0/+1 | |
global/field-descs.none.tmpl r=wurblzap a=LpSolit | |||||
2011-03-01 | Bug 616341: Make "tag" a valid search field in Search.pm, for the new | Max Kanat-Alexander | 1 | -0/+1 | |
tagging system r=mkanat, a=mkanat (module owner) | |||||
2010-10-29 | Bug 602456: Make Search.pm not quote numeric input for numeric fields | Max Kanat-Alexander | 1 | -15/+54 | |
when generating SQL. r=glob, a=mkanat | |||||
2010-10-05 | Bug 26074 - Ability to limit search by number of Comments | Max Kanat-Alexander | 1 | -0/+2 | |
r=mkanat, a=mkanat (module owner) | |||||
2010-08-27 | Bug 479400: Add the ability to show or hide particular custom fields | Tiago Mello | 1 | -32/+84 | |
based on multiple values of another field (visibility controllers) r/a=mkanat | |||||
2010-08-24 | Bug 586871: Convert all Bugzilla->get_fields calls to Bugzilla->fields | Tiago Mello | 1 | -4/+4 | |
r/a=mkanat | |||||
2010-08-03 | Bug 583287: Some fields should not be displayed in bugmail for new bugs | Frédéric Buclin | 1 | -2/+2 | |
r/a=mkanat | |||||
2010-07-18 | Bug 119703: Create an attachment by pasting it into a text field | Frédéric Buclin | 1 | -1/+0 | |
r/a=mkanat | |||||
2010-07-09 | Bug 576670: Optimize Search.pm's "init" method for being called many times | Max Kanat-Alexander | 1 | -1/+1 | |
in a loop r=glob, a=mkanat | |||||
2010-07-06 | Bug 574177: Adds is_mandatory => 1 option for the product and version field | Tiago Mello | 1 | -1/+2 | |
definitions. r/a=mkanat | |||||
2010-07-05 | Bug 514618: Allow restricting the visibility and values of fields by | Kent Rogers | 1 | -1/+1 | |
classification. r=mkanat, r=timello, a=mkanat | |||||
2010-07-05 | Bug 455810 - Add autocomplete support to the keywords field | Reed Loden | 1 | -2/+2 | |
* Special thanks to Guy Pyrzak for the original patch [r=mkanat a=mkanat] | |||||
2010-06-24 | Bug 572602: Change the way that Bugzilla::Object determines what fields | Max Kanat-Alexander | 1 | -2/+0 | |
are required for create(). It now assumes that any column that is NOT NULL and has not DEFAULT in the database is required. We also shift the burden of throwing errors about empty values to the validators. This fixes the bug that Bugzilla::Bug->create() wasn't populating default values for fields if they weren't specified in the create() parameters. r=timello, a=mkanat | |||||
2010-06-22 | Bug 567281: Make Bugzilla::Field use VALIDATOR_DEPENDENCIES instead of | Max Kanat-Alexander | 1 | -65/+47 | |
UPDATE_VALIDATORS r=timello, a=mkanat | |||||
2010-05-19 | Bug 494395: Implement the ability to mark custom fields as mandatory when | Tiago Mello | 1 | -2/+44 | |
creating/changing bugs r=mkanat, a=mkanat | |||||
2010-04-22 | Bug 560009: Use firstidx from List::MoreUtils instead of lsearch | Max Kanat-Alexander | 1 | -2/+2 | |
r=timello, a=mkanat | |||||
2010-04-07 | Bug 557686: PostgreSQL crashes when deleting a custom field of type Date/Time | Frédéric Buclin | 1 | -5/+1 | |
r=mkanat a=LpSolit | |||||
2010-04-07 | Bug 557495: PostgreSQL crashes when deleting a custom field of type BugID | Frédéric Buclin | 1 | -2/+4 | |
r/a=mkanat | |||||
2010-03-29 | Bug 25275: Allow the URL column to be displayed in buglists | Gervase Markham | 1 | -1/+2 | |
r/a=LpSolit | |||||
2010-02-17 | Bug 329637: Add a Calendar widget to the Deadline field | Max Kanat-Alexander | 1 | -1/+1 | |
r=ghendricks, a=mkanat | |||||
2010-02-17 | Bug 529201: Add help for every single field to fields.html | Max Kanat-Alexander | 1 | -0/+18 | |
r=LpSolit, a=LpSolit | |||||
2010-02-16 | Bug 372979: Make voting into an extension | Max Kanat-Alexander | 1 | -1/+0 | |
r=mkanat, a=mkanat, a=LpSolit | |||||
2010-02-08 | Bug 251556: Allow "Bug ID" fields to have one-way mutual relationships (like ↵ | Jesse Clark | 1 | -0/+66 | |
blocks/dependson) r=mkanat, a=mkanat | |||||
2010-02-02 | Bug 487508: Allow restricting the visibility of custom fields and values by ↵ | Max Kanat-Alexander | 1 | -1/+23 | |
component r=dkl, a=mkanat | |||||
2009-11-01 | Bug 525025: Custom field names having UTF8-characters in them crash Bugzilla ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
- Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2009-10-30 | Bug 460742: The type should be mandatory to create a custom field - Patch by ↵ | lpsolit%gmail.com | 1 | -0/+5 | |
Nitish Bezzala <nbezzala@yahoo.com> r/a=mkanat | |||||
2009-08-19 | Bug 108243: Add flags as columns in buglist.cgi - Patch by Frédéric ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2009-07-18 | Bug 456743 - Add the ability to disable field values (mark them as inactive) | ghendricks%novell.com | 1 | -1/+8 | |
patch by ghendricks@novell.com r=LpSolit, a=LpSolit | |||||
2009-02-08 | Bug 371995: Allow the Product field to restrict visibility of custom fields | mkanat%bugzilla.org | 1 | -1/+1 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat | |||||
2009-01-22 | Bug 472872: Add a field where people can put the URLs to Bugzilla bugs (from ↵ | mkanat%bugzilla.org | 1 | -1/+3 | |
any Bugzilla installation) Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat | |||||
2009-01-15 | Bug 344878: Automatically generate list of acceptable columns for ↵ | lpsolit%gmail.com | 1 | -27/+66 | |
buglist.cgi from the database - Patch by Teemu Mannermaa <wicked@sci.fi> r/a=mkanat | |||||
2009-01-02 | Bug 179638: Security group inclusion isn't indicated on "New:" bugmail ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
notifications - Patch by Teemu Mannermaa <wicked@sci.fi> r/a=mkanat |