XPressME Integration Kit

Trac


Ignore:
Timestamp:
Sep 26, 2009, 12:48:32 PM (15 years ago)
Author:
toemon
Message:

XOOPSのモジュールオプションとして、手動でlibxml2バグ回避をONさせるオプションを追加 fixed #215

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/xpressme_integration_kit/language/english/modinfo.php

    r336 r387  
    2222        define("_MI_XP2_MENU_XPRESS","XPressME Setting"); 
    2323        define("_MI_XP2_MENU_TO_MODULE","to Modules"); 
     24 
     25        // Module Config 
     26        define("_MI_LIBXML_PATCH","Force a patch for the libxml2 bug in a block"); 
     27        define("_MI_LIBXML_PATCH_DESC","libxml2 Ver 2.70-2.72 have the bug that '<' and '>' are removed.  
     28XPressME acquires a version of libxml2 automatically, and it is adapted a patch if it is necessary.  
     29When XPressME cannot acquire a version of libxml2, you can let a patch fit it with this option forcibly."); 
    2430 
    2531        // Block Name 
Note: See TracChangeset for help on using the changeset viewer.