Ignore:
Timestamp:
Nov 15, 2008, 10:11:58 PM (15 years ago)
Author:
patdenice
Message:

merge -c2880 from trunk to branch 2.0

  • 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.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/admin/include/functions_upgrade.php

    r2839 r2881  
    128128
    129129    array_push($page['infos'],
    130       l10n('deactivated plugins') . '<pre>' . implode(', ', $plugins) . '</pre>');
     130      l10n('deactivated plugins').'<br /><br /><i>'.implode(', ', $plugins).'</i><br />');
    131131  }
    132132}
Note: See TracChangeset for help on using the changeset viewer.