[ Index ]
 

Code source de Mantis 1.1.0rc3

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/core/ -> obsolete.php (source)

   1  <?php
   2  # Mantis - a php based bugtracking system
   3  
   4  # Copyright (C) 2000 - 2002  Kenzaburo Ito - kenito@300baud.org
   5  # Copyright (C) 2002 - 2007  Mantis Team   - mantisbt-dev@lists.sourceforge.net
   6  
   7  # Mantis is free software: you can redistribute it and/or modify
   8  # it under the terms of the GNU General Public License as published by
   9  # the Free Software Foundation, either version 2 of the License, or
  10  # (at your option) any later version.
  11  #
  12  # Mantis is distributed in the hope that it will be useful,
  13  # but WITHOUT ANY WARRANTY; without even the implied warranty of
  14  # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  15  # GNU General Public License for more details.
  16  #
  17  # You should have received a copy of the GNU General Public License
  18  # along with Mantis.  If not, see <http://www.gnu.org/licenses/>.
  19  
  20      # --------------------------------------------------------
  21      # $Id: obsolete.php,v 1.32.2.2 2007-10-16 22:15:41 giallu Exp $
  22      # --------------------------------------------------------
  23  
  24      ### Obsolete API ###
  25  
  26      ###########################################################################
  27      # Check that obsolete configs are not used.
  28      # THIS FILE ASSUMES THAT THE CONFIGURATION IS INCLUDED AS WELL AS THE
  29      # config_api.php.
  30      ###########################################################################
  31  
  32      # Check for obsolete variables
  33  
  34      # ==== Changes after 0.18.2 ====
  35  
  36      config_obsolete( 'use_phpMailer', '' );
  37      config_obsolete( 'phpMailer_path', '' );
  38      config_obsolete( 'use_x_priority', '' );
  39  
  40      # ==== Changes after 0.17.5 ====
  41  
  42      config_obsolete( 'new_color', 'status_colors' );
  43      config_obsolete( 'feedback_color', 'status_colors' );
  44      config_obsolete( 'acknowledged_color', 'status_colors' );
  45      config_obsolete( 'confirmed_color', 'status_colors' );
  46      config_obsolete( 'assigned_color', 'status_colors' );
  47      config_obsolete( 'resolved_color', 'status_colors' );
  48      config_obsolete( 'closed_color', 'status_colors' );
  49  
  50      config_obsolete( 'primary_table_tags', '' );
  51      config_obsolete( 'background_color', '' );
  52      config_obsolete( 'required_color', '' );
  53      config_obsolete( 'table_border_color', '' );
  54      config_obsolete( 'category_title_color', '' );
  55      config_obsolete( 'primary_color1', '' );
  56      config_obsolete( 'primary_color2', '' );
  57      config_obsolete( 'form_title_color', '' );
  58      config_obsolete( 'spacer_color', '' );
  59      config_obsolete( 'menu_color', '' );
  60      config_obsolete( 'fonts', '' );
  61      config_obsolete( 'font_small', '' );
  62      config_obsolete( 'font_normal', '' );
  63      config_obsolete( 'font_large', '' );
  64      config_obsolete( 'font_color', '' );
  65  
  66      config_obsolete( 'notify_developers_on_new', 'notify_flags' );
  67      config_obsolete( 'notify_on_new_threshold', 'notify_flags' );
  68      config_obsolete( 'notify_admin_on_new', 'notify_flags' );
  69      config_obsolete( 'view_bug_inc', '' );
  70      config_obsolete( 'ldap_organisation', 'ldap_organization' );
  71      config_obsolete( 'ldapauth_type', '' );
  72      config_obsolete( 'summary_product_colon_category', 'summary_category_include_project' );
  73  
  74      config_obsolete( 'allow_href_tags', 'html_make_links' );
  75      config_obsolete( 'allow_html_tags', 'html_valid_tags' );
  76      config_obsolete( 'html_tags', 'html_valid_tags' );
  77      config_obsolete( 'show_user_email', 'show_user_email_threshold' );
  78  
  79      config_obsolete( 'manage_custom_fields', 'manage_custom_fields_threshold' );
  80      config_obsolete( 'allow_bug_delete_access_level', 'delete_bug_threshold' );
  81      config_obsolete( 'bug_move_access_level', 'move_bug_threshold' );
  82  
  83      config_obsolete( 'php', '' );
  84      config_obsolete( 'use_experimental_custom_fields', '' );
  85      config_obsolete( 'mail_send_crlf', '' );
  86  
  87      config_obsolete( 'bugnote_include_file', '' );
  88      config_obsolete( 'bugnote_view_include_file', '' );
  89      config_obsolete( 'bugnote_add_include_file', '' );
  90      config_obsolete( 'history_include_file', '' );
  91      config_obsolete( 'print_bugnote_include_file', '' );
  92      config_obsolete( 'view_all_include_file', '' );
  93      config_obsolete( 'bug_view_inc', '' );
  94      config_obsolete( 'bug_file_upload_inc', '' );
  95  
  96      config_obsolete( 'show_source', '' );
  97  
  98      config_obsolete( 'summary_pad', '' );
  99  
 100      config_obsolete( 'show_project_in_title', '' );
 101  
 102  # removed in 0.19
 103      config_obsolete( 'hide_closed_default', 'hide_status_default' );
 104  
 105      config_obsolete( 'close_bug_threshold', 'set_status_threshold' );
 106  
 107      config_obsolete( 'status_pulldown_enum_mask_string', '' );
 108      config_obsolete( 'to_email', '' );
 109      config_obsolete( 'use_bcc', '' );
 110  
 111  #removed in 0.19.1
 112      config_obsolete( 'port', 'hostname');
 113  
 114  # changes in 0.19.3
 115      config_obsolete( 'relationship_graph_fontpath', 'system_font_folder' );
 116  
 117  # changes in 1.1.0rc1
 118      config_obsolete( 'show_notices', 'display_errors' );
 119      config_obsolete( 'show_warnings', 'display_errors' );
 120  
 121  # changes in 1.1.0rc2
 122      config_obsolete( 'wait_time', 'default_redirect_delay' );
 123  ?>


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