Show
Ignore:
Timestamp:
11/15/08 22:10:05 (5 years ago)
Author:
patdenice
Message:

- Add fetchRemote function which allow to retrieve datas over HTTP protocol using cURL method, file_get_contents function or fsockopen method. This allow to retrieve datas or files even if allow_url_fopen is deactivated.
- Use fetchRemote function in plugins manager and in latest version checking.
- Add german translations for upgrade.lang.php.
- Remove empty line at the end of pclzip.lib.php.
- Change display of deactivated plugins after upgrade.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/language/en_UK/admin.lang.php

    r2678 r2880  
    178178$lang['The %d following tag were deleted'] = 'The following tag were deleted'; 
    179179$lang['The %d following tags were deleted'] = 'The %d following tags were deleted'; 
    180 $lang['Unable to check for upgrade since allow_url_fopen is disabled.'] = 'Unable to check for upgrade since allow_url_fopen is disabled.'; 
     180$lang['Unable to check for upgrade.'] = 'Unable to check for upgrade.'; 
    181181$lang['Uninstall'] = 'Uninstall'; 
    182182$lang['Use default sort order']='Use the default image sort order (defined in the configuration file)';