web/webconfig.py
brancholdstable
changeset 5428 98e0b7421e51
parent 5424 8ecbcbff9777
child 5456 d040889fac4e
--- a/web/webconfig.py	Wed Apr 28 12:15:52 2010 +0200
+++ b/web/webconfig.py	Wed Apr 28 14:05:50 2010 +0200
@@ -96,7 +96,7 @@
          {'type' : 'string',
           'default': None,
           'help': 'web instance query log file',
-          'group': 'main', 'inputlevel': 2,
+          'group': 'main', 'inputlevel': 3,
           }),
         # web configuration
         ('https-url',
@@ -110,20 +110,20 @@
           'differentiate between http vs https access. For instance: \n'\
           'RewriteRule ^/demo/(.*) http://127.0.0.1:8080/https/$1 [L,P]\n'\
           'where the cubicweb web server is listening on port 8080.',
-          'group': 'main', 'inputlevel': 2,
+          'group': 'main', 'inputlevel': 3,
           }),
         ('auth-mode',
          {'type' : 'choice',
           'choices' : ('cookie', 'http'),
           'default': 'cookie',
           'help': 'authentication mode (cookie / http)',
-          'group': 'web', 'inputlevel': 1,
+          'group': 'web', 'inputlevel': 3,
           }),
         ('realm',
          {'type' : 'string',
           'default': 'cubicweb',
           'help': 'realm to use on HTTP authentication mode',
-          'group': 'web', 'inputlevel': 2,
+          'group': 'web', 'inputlevel': 3,
           }),
         ('http-session-time',
          {'type' : 'time',
@@ -131,7 +131,7 @@
           'help': "duration of the cookie used to store session identifier. "
           "If 0, the cookie will expire when the user exist its browser. "
           "Should be 0 or greater than repository\'s session-time.",
-          'group': 'web', 'inputlevel': 2,
+          'group': 'web', 'inputlevel': 3,
           }),
         ('cleanup-session-time',
          {'type' : 'time',
@@ -142,7 +142,7 @@
           'So even if http-session-time is 0 and the user don\'t close his '
           'browser, he will have to reauthenticate after this time of '
           'inactivity. Default to 24h.',
-          'group': 'web', 'inputlevel': 2,
+          'group': 'web', 'inputlevel': 3,
           }),
         ('cleanup-anonymous-session-time',
          {'type' : 'time',
@@ -150,14 +150,14 @@
           'help': 'Same as cleanup-session-time but specific to anonymous '
           'sessions. You can have a much smaller timeout here since it will be '
           'transparent to the user. Default to 5min.',
-          'group': 'web', 'inputlevel': 2,
+          'group': 'web', 'inputlevel': 3,
           }),
         ('force-html-content-type',
          {'type' : 'yn',
           'default': False,
           'help': 'force text/html content type for your html pages instead of cubicweb user-agent based'\
           'deduction of an appropriate content type',
-          'group': 'web', 'inputlevel': 2,
+          'group': 'web', 'inputlevel': 3,
           }),
         ('embed-allowed',
          {'type' : 'regexp',
@@ -165,7 +165,7 @@
           'help': 'regular expression matching URLs that may be embeded. \
 leave it blank if you don\'t want the embedding feature, or set it to ".*" \
 if you want to allow everything',
-          'group': 'web', 'inputlevel': 1,
+          'group': 'web', 'inputlevel': 3,
           }),
         ('submit-mail',
          {'type' : 'string',
@@ -195,14 +195,14 @@
           'default': join(CubicWebConfiguration.shared_dir(), 'data', 'porkys.ttf'),
           'help': 'True type font to use for captcha image generation (you \
 must have the python imaging library installed to use captcha)',
-          'group': 'web', 'inputlevel': 2,
+          'group': 'web', 'inputlevel': 3,
           }),
         ('captcha-font-size',
          {'type' : 'int',
           'default': 25,
           'help': 'Font size to use for captcha image generation (you must \
 have the python imaging library installed to use captcha)',
-          'group': 'web', 'inputlevel': 2,
+          'group': 'web', 'inputlevel': 3,
           }),
 
         ))