index
:
bugzilla
flyspray
harmony-master
harmony-unstable
master
Bugzilla
Florian Pritz
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Bugzilla
/
Field.pm
Age
Commit message (
Expand
)
Author
Files
Lines
2010-07-06
Bug 574177: Adds is_mandatory => 1 option for the product and version field
Tiago Mello
1
-1
/
+2
2010-07-05
Bug 514618: Allow restricting the visibility and values of fields by
Kent Rogers
1
-1
/
+1
2010-07-05
Bug 455810 - Add autocomplete support to the keywords field
Reed Loden
1
-2
/
+2
2010-06-24
Bug 572602: Change the way that Bugzilla::Object determines what fields
Max Kanat-Alexander
1
-2
/
+0
2010-06-22
Bug 567281: Make Bugzilla::Field use VALIDATOR_DEPENDENCIES instead of
Max Kanat-Alexander
1
-65
/
+47
2010-05-19
Bug 494395: Implement the ability to mark custom fields as mandatory when
Tiago Mello
1
-2
/
+44
2010-04-22
Bug 560009: Use firstidx from List::MoreUtils instead of lsearch
Max Kanat-Alexander
1
-2
/
+2
2010-04-07
Bug 557686: PostgreSQL crashes when deleting a custom field of type Date/Time
Frédéric Buclin
1
-5
/
+1
2010-04-07
Bug 557495: PostgreSQL crashes when deleting a custom field of type BugID
Frédéric Buclin
1
-2
/
+4
2010-03-29
Bug 25275: Allow the URL column to be displayed in buglists
Gervase Markham
1
-1
/
+2
2010-02-17
Bug 329637: Add a Calendar widget to the Deadline field
Max Kanat-Alexander
1
-1
/
+1
2010-02-17
Bug 529201: Add help for every single field to fields.html
Max Kanat-Alexander
1
-0
/
+18
2010-02-16
Bug 372979: Make voting into an extension
Max Kanat-Alexander
1
-1
/
+0
2010-02-08
Bug 251556: Allow "Bug ID" fields to have one-way mutual relationships (like ...
Jesse Clark
1
-0
/
+66
2010-02-02
Bug 487508: Allow restricting the visibility of custom fields and values by c...
Max Kanat-Alexander
1
-1
/
+23
2009-11-01
Bug 525025: Custom field names having UTF8-characters in them crash Bugzilla ...
lpsolit%gmail.com
1
-1
/
+1
2009-10-30
Bug 460742: The type should be mandatory to create a custom field - Patch by ...
lpsolit%gmail.com
1
-0
/
+5
2009-08-19
Bug 108243: Add flags as columns in buglist.cgi - Patch by Frédéric Buc...
lpsolit%gmail.com
1
-1
/
+1
2009-07-18
Bug 456743 - Add the ability to disable field values (mark them as inactive)
ghendricks%novell.com
1
-1
/
+8
2009-02-08
Bug 371995: Allow the Product field to restrict visibility of custom fields
mkanat%bugzilla.org
1
-1
/
+1
2009-01-22
Bug 472872: Add a field where people can put the URLs to Bugzilla bugs (from ...
mkanat%bugzilla.org
1
-1
/
+3
2009-01-15
Bug 344878: Automatically generate list of acceptable columns for buglist.cgi...
lpsolit%gmail.com
1
-27
/
+66
2009-01-02
Bug 179638: Security group inclusion isn't indicated on "New:" bugmail notifi...
lpsolit%gmail.com
1
-1
/
+1
2008-11-07
Handle "Use of uninitialized value in numeric eq (==) at Bugzilla/Field.pm li...
mkanat%bugzilla.org
1
-1
/
+1
2008-11-07
Bug 308253: Ability to add select (enum) fields to a bug whose list of values...
mkanat%bugzilla.org
1
-3
/
+79
2008-10-25
Bug 458436: Allow standard global select fields to control visibility of cust...
mkanat%bugzilla.org
1
-8
/
+33
2008-10-25
Bug 291433: Ability to have custom fields whose visibility depends on the val...
mkanat%bugzilla.org
1
-16
/
+153
2008-10-03
Bug 455632: Add Bugzilla::Field::Choice->create and have editvalues.cgi use it
mkanat%bugzilla.org
1
-2
/
+2
2008-09-24
Bug 357904: Create an object for a Field Value and have Bugzilla::Field->lega...
mkanat%bugzilla.org
1
-3
/
+6
2008-08-22
Bug 287334: Ability to add custom "Bug ID" fields
mkanat%bugzilla.org
1
-1
/
+2
2008-02-25
Bug 415652: Implement Bugzilla->active_custom_fields - Patch by Frédéri...
lpsolit%gmail.com
1
-5
/
+2
2008-02-06
Bug 349369: Allow unused custom fields to be deleted from editfields.cgi - Pa...
lpsolit%gmail.com
1
-0
/
+83
2007-10-24
Bug 357324: Date/Time Custom Fields
mkanat%bugzilla.org
1
-1
/
+2
2007-09-17
Bug 357315: Add the ability to create <textarea> fields
mkanat%bugzilla.org
1
-1
/
+2
2007-09-08
Bug 287330: Multi-Select Custom Fields
mkanat%bugzilla.org
1
-7
/
+14
2007-04-19
Bug 372531: "match" should be a generic function in Bugzilla::Object
mkanat%bugzilla.org
1
-75
/
+0
2007-04-15
Bug 373869: Custom field names must be all lowercase or buglist.cgi sorting t...
justdave%bugzilla.org
1
-1
/
+1
2006-12-20
Bug 364195 - "No way to search for private comments" [p=reed r=justdave a=jus...
reed%reedloden.com
1
-0
/
+1
2006-11-13
Bug 350307: Split out the create and update functionality of Bugzilla::Field:...
mkanat%bugzilla.org
1
-74
/
+186
2006-09-19
Bug 333040: Cannot search based on "Attachment Creator" - Patch by Frédéric...
lpsolit%gmail.com
1
-0
/
+1
2006-09-09
Bug 287326: Ability to add custom single-select fields to a bug - Patch by Fr...
lpsolit%gmail.com
1
-14
/
+70
2006-08-27
Bug 349368: Allow custom fields to be edited from editfields.cgi - Patch by F...
lpsolit%gmail.com
1
-11
/
+26
2006-08-20
Bug 344875: Implement a UI to manage custom fields and remove customfield.pl ...
lpsolit%gmail.com
1
-6
/
+42
2006-08-10
Bug 345113: Change the descriptions of dependson and blocked - Patch by Fréd...
lpsolit%gmail.com
1
-4
/
+3
2006-08-04
Fix bad POD on previous checkin that was causing tinderbox to burn.
mkanat%bugzilla.org
1
-0
/
+4
2006-08-04
Bug 347116: Move field-definition code from checksetup.pl into a module
mkanat%bugzilla.org
1
-1
/
+159
2006-08-03
Bug 289357: Move AddFDef from checksetup into Field.pm
mkanat%bugzilla.org
1
-28
/
+52
2006-07-26
Bug 339382: Make Bugzilla::Field use Bugzilla::Object
mkanat%bugzilla.org
1
-54
/
+24
2006-07-19
Bug 344521: Make custom fields optionally functional on enter_bug.cgi
mkanat%bugzilla.org
1
-1
/
+18
2006-06-20
Bug 304601: Bugzilla::Config's :locations exports need to be in their own mod...
lpsolit%gmail.com
1
-9
/
+45
[next]