[ Index ]
 

Code source de Mantis 1.1.0rc3

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/api/soap/ -> mc_config_defaults_inc.php (source)

   1  <?php
   2      # MantisConnect - A webservice interface to Mantis Bug Tracker
   3      # Copyright (C) 2004-2007  Victor Boctor - vboctor@users.sourceforge.net
   4      # This program is distributed under dual licensing.  These include
   5      # GPL and a commercial licenses.  Victor Boctor reserves the right to
   6      # change the license of future releases.
   7      # See docs/ folder for more details
   8  
   9      # --------------------------------------------------------
  10      # $Id: mc_config_defaults_inc.php,v 1.1 2007-07-18 06:52:50 vboctor Exp $
  11      # --------------------------------------------------------
  12  
  13      # Minimum global access level required to access webservice for readonly operations.
  14      $g_mc_readonly_access_level_threshold = REPORTER;
  15  
  16      # Minimum global access level required to access webservice for read/write operations.
  17      $g_mc_readwrite_access_level_threshold = DEVELOPER;
  18      
  19      # Minimum global access level required to access the administrator webservices
  20      $g_mc_admin_access_level_threshold = MANAGER;
  21  
  22      # Minimum project access level required to be able to specify a reporter name when
  23      # adding an issue.  Otherwise, the current user is used as the reporter.  Users
  24      # who don't have this access level can always do another step to modify the issue
  25      # and specify a different name, but in this case it will be logged in the history
  26      # who original reported the issue.
  27      $g_mc_specify_reporter_on_add_access_level_threshold = DEVELOPER;
  28  
  29      # The following enum ids are used when the webservices get enum labels that are not
  30      # defined in the associated Mantis installation.  In this case, the enum id is set
  31      # to the value specified by the corresponding configuration option.
  32      $g_mc_priority_enum_default_when_not_found = 0;
  33      $g_mc_severity_enum_default_when_not_found = 0;
  34      $g_mc_status_enum_default_when_not_found = 0;
  35      $g_mc_resolution_enum_default_when_not_found = 0;
  36      $g_mc_projection_enum_default_when_not_found = 0;
  37      $g_mc_eta_enum_default_when_not_found = 0;
  38  
  39      # If ON and the supplied category is not found, then a SoapException will be raised.
  40      # (at the moment this value does not depend on the project).
  41      $g_mc_error_when_category_not_found = ON;
  42  
  43      # Default category to be used if the specified category is not found and $g_mc_error_when_category_not_found == OFF.
  44      $g_mc_category_when_not_found = '';
  45  
  46      # If ON and the supplied version is not found, then a SoapException will be raised.
  47      $g_mc_error_when_version_not_found = ON;
  48  
  49      # Default version to be used if the specified version is not found and $g_mc_error_when_version_not_found == OFF.
  50      # (at the moment this value does not depend on the project).
  51      $g_mc_version_when_not_found = '';
  52  ?>


Généré le : Thu Nov 29 09:42:17 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics