~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/features/flags.py

[r=danilo][bug=878260] macro
        bugtarget-macros-search/simple-search-form: Show a title;
        drop the 'order by' widget; CSS changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
# NOTE: "default behaviour" does not specify a default value.  It
41
41
# merely documents the code's behaviour if no value is specified.
42
42
flag_info = sorted([
43
 
    ('baselayout.careers_link.disabled',
44
 
     'boolean',
45
 
     'Hide the link to the Canonical Careers site.',
46
 
     ''),
47
43
    ('bugs.bugtracker_components.enabled',
48
44
     'boolean',
49
45
     ('Enables the display of bugtracker components.'),
117
113
     'Enables the use of the new DistributionSourcePackage vocabulary for '
118
114
     'the source and binary package name pickers.',
119
115
     ''),
 
116
    ('disclosure.picker_enhancements.enabled',
 
117
     'boolean',
 
118
     ('Enables the display of extra details in the person picker.'),
 
119
     ''),
 
120
    ('disclosure.picker_expander.enabled',
 
121
     'boolean',
 
122
     ('Enables the expanding of extra details in the person picker.'),
 
123
     ''),
 
124
    ('disclosure.personpicker_affiliation.enabled',
 
125
     'boolean',
 
126
     ('Enables display of affiliation details in the person picker.'),
 
127
     ''),
 
128
    ('disclosure.person_affiliation_rank.enabled',
 
129
     'boolean',
 
130
     ('Enables ranking by pillar affiliation in the person picker.'),
 
131
     ''),
 
132
    ('disclosure.target_picker_enhancements.enabled',
 
133
     'boolean',
 
134
     ('Enables the display and use of the enhanced target pickers.'),
 
135
     ''),
120
136
    ('disclosure.private_bug_visibility_rules.enabled',
121
137
     'boolean',
122
138
     ('Enables the application of additional privacy filter terms in bug '
127
143
     ('Enables the auto subscribing and unsubscribing of users as a bug '
128
144
      'transitions between public, private and security related states.'),
129
145
     ''),
130
 
    ('disclosure.delete_bugtask.enabled',
131
 
     'boolean',
132
 
     ('Enables bugtasks to be deleted by authorised users.'),
133
 
     ''),
134
146
    ('bugs.autoconfirm.enabled_distribution_names',
135
147
     'space delimited',
136
148
     ('Enables auto-confirming bugtasks for distributions (and their '