~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

Undo rename. Again.

Show diffs side-by-side

added added

removed removed

Lines of Context:
104
104
     'boolean',
105
105
     'Shows the server-side page render time in the login widget.',
106
106
     ''),
 
107
    ('bugs.private_notification.enabled',
 
108
     'boolean',
 
109
     'Changes the appearance of notifications on private bugs.',
 
110
     ''),
107
111
    ('disclosure.dsp_picker.enabled',
108
112
     'boolean',
109
113
     'Enables the use of the new DistributionSourcePackage vocabulary for '
125
129
     'boolean',
126
130
     ('Enables ranking by pillar affiliation in the person picker.'),
127
131
     ''),
128
 
    ('disclosure.target_picker_enhancements.enabled',
129
 
     'boolean',
130
 
     ('Enables the display and use of the enhanced target pickers.'),
131
 
     ''),
132
 
    ('disclosure.private_bug_visibility_rules.enabled',
133
 
     'boolean',
134
 
     ('Enables the application of additional privacy filter terms in bug '
135
 
      'queries to allow defined project roles to see private bugs.'),
136
 
     ''),
137
 
    ('disclosure.enhanced_private_bug_subscriptions.enabled',
138
 
     'boolean',
139
 
     ('Enables the auto subscribing and unsubscribing of users as a bug '
140
 
      'transitions between public, private and security related states.'),
141
 
     ''),
142
132
    ('bugs.autoconfirm.enabled_distribution_names',
143
133
     'space delimited',
144
134
     ('Enables auto-confirming bugtasks for distributions (and their '
151
141
      'series).  Use the default domain.  Specify a single '
152
142
      'asterisk ("*") to enable for all products.'),
153
143
     'None are enabled'),
154
 
    ('longpoll.merge_proposals.enabled',
155
 
     'boolean',
156
 
     ('Enables the longpoll mechanism for merge proposals so that diffs, '
157
 
      'for example, are updated in-page when they are ready.'),
158
 
     ''),
159
144
    ])
160
145
 
161
146
# The set of all flag names that are documented.