Changes between Version 19 and Version 20 of WebConfig


Ignore:
Timestamp:
Feb 8, 2013, 1:23:16 AM (11 years ago)
Author:
Christian Beer
Comment:

updated to reflect current code

Legend:

Unmodified
Added
Removed
Modified
  • WebConfig

    v19 v20  
    3131 '''PROJECT'''::
    3232        The name of your project
    33  '''MASTER_URL'''::
    34         Your project's master URL (warning: if you change this, volunteers will have to detach/reattach your project)
    3533 '''URL_BASE'''::
    36         Base URL for web pages (usually same as master URL)
     34        Base URL for web pages (usually same as master_url defined in config.xml). Warning: if you change your master URL, volunteers will have to detach/reattach your project.
    3735 '''SECURE_URL_BASE'''::
    3836        (optional) URL prefix for forms with passwords.  If your web server supports HTTPS, set this accordingly.
    3937 '''STYLESHEET'''::
    4038        Name of stylesheet file (such as `white.css`)
     39 '''STYLESHEET2'''::
     40        Name of an optional project supplied stylesheet.
     41 '''IMAGE_PATH'''::
     42        relative path to user-uploaded profile images (default: ../user_profile/images/)
     43 '''IMAGE_URL'''::
     44        url path to above defined path, is appended to URL_BASE (default: user_profile/images/)
     45 '''PROFILE_PATH'''::
     46        relative path to user profiles (default: ../user_profile/)
     47 '''PROFILE_URL'''::
     48        url path to user profiles, is appended to URL_BASE (default: user_profile/)
     49 '''LANGUAGE_FILE'''::
     50        name of a text file that contains language names that are shown in a selection box to the user at his profile. File is expected in html/user. (default: languages.txt)
    4151 '''COPYRIGHT_HOLDER'''::
    4252        Name of copyright holder
    4353 '''SYS_ADMIN_EMAIL'''::
    44         Users are directed here if they have complaints about message-board moderation. Also, messages about user-of-the-day running low are sent here.
    45  '''FORUM_MODERATION_EMAIL_USER_ID'''::
     54        Users are directed here if they have complaints about message-board moderation.
     55 '''UOTD_ADMIN_EMAIL'''::
     56        Messages about user-of-the-day running low are sent here.
     57 '''POST_REPORT_EMAILS'''::
    4658        Moderation-related emails (such as user complaints) are sent here.
    4759 '''INVITE_CODES'''::
     
    5567 '''NO_TEAMS'''::
    5668       If defined, nothing related to teams is displayed.
     69 '''FORUM_QA_MERGED_MODE'''::
     70       Set this to true to merge Message boards and Q&A section
    5771
    5872Certificate-related constants: