~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: j.c.sackett
  • Date: 2011-11-04 18:12:47 UTC
  • mfrom: (14253 devel)
  • mto: This revision was merged to the branch mainline in revision 14287.
  • Revision ID: jonathan.sackett@canonical.com-20111104181247-5p1rmwj734n4onis
Merged in devel.

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
     ''),
43
47
    ('bugs.bugtracker_components.enabled',
44
48
     'boolean',
45
49
     ('Enables the display of bugtracker components.'),
60
64
     'boolean',
61
65
     'Shows incremental diffs on merge proposals.',
62
66
     ''),
 
67
    ('code.simplified_branches_menu.enabled',
 
68
     'boolean',
 
69
     ('Display a simplified version of the branch menu (omit the counts).'),
 
70
     ''),
63
71
    ('hard_timeout',
64
72
     'float',
65
73
     'Sets the hard request timeout in milliseconds.',
125
133
     ''),
126
134
    ('disclosure.delete_bugtask.enabled',
127
135
     'boolean',
128
 
     ('Enables bugtasks to be deleted by authorised users.'),
 
136
     'Enables bugtasks to be deleted by authorised users.',
 
137
     ''),
 
138
    ('disclosure.allow_multipillar_private_bugs.enabled',
 
139
     'boolean',
 
140
     'Allows private bugs to have more than one bug task.',
129
141
     ''),
130
142
    ('bugs.autoconfirm.enabled_distribution_names',
131
143
     'space delimited',