~ubuntu-branches/ubuntu/gutsy/moin/gutsy

« back to all changes in this revision

Viewing changes to wiki/underlay/pages/HelpOnConfiguration(2f)UserPreferences/revisions/00000001

  • Committer: Bazaar Package Importer
  • Author(s): Sivan Greenberg
  • Date: 2006-07-09 19:28:02 UTC
  • Revision ID: james.westby@ubuntu.com-20060709192802-oaeuvt4v3e9300uj
Tags: 1.5.3-1ubuntu1
* Merge new debian version.
* Reapply Ubuntu changes:
    + debian/rules:
      - Comment out usage of control.ubuntu.in (doesn't fit!).
    + debian/control.in:
      - Dropped python2.3 binary package.
    + debian/control:
      - Dropped python2.3 binary, again.
      - Dropped python2.3-dev from Build-Depends-Indep.
    + debian/patches/001-attachment-xss-fix.patch:
      - Dropped this patch. It's now in upstream's distribution.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## Please edit system and help pages ONLY in the moinmaster wiki! For more
 
2
## information, please see MoinMaster:MoinPagesEditorGroup.
 
3
##master-page:Unknown-Page
 
4
##master-date:Unknown-Date
 
5
#acl MoinPagesEditorGroup:read,write,delete,revert All:read
 
6
#format wiki
 
7
#language en
 
8
You can predefine, disable or remove several options on the UserPreferences page using the following parameters in wikiconfig.py like shown on HelpOnConfiguration:
 
9
 
 
10
 * user_checkbox_defaults
 
11
 * user_checkbox_disable
 
12
 * user_checkbox_fields
 
13
 * user_checkbox_remove
 
14
 * user_form_defaults
 
15
 * user_form_disable
 
16
 * user_form_fields
 
17
 * user_form_remove
 
18
 
 
19
The possible values are found in multiconfig.py:
 
20
 
 
21
user_checkbox_remove = ['edit_on_doubleclick', 'show_nonexist_qm', 'show_toolbar', 'show_topbottom', 'show_fancy_diff', 'wikiname_add_spaces', 'remember_me', 'disabled',]
 
22
 
 
23
user_form_remove = ['password', 'password2', 'css_url', 'logout', 'create', 'account_sendmail',]