Ignore:
Timestamp:
Nov 15, 2008, 10:11:58 PM (16 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/plugins_new.php

    r2652 r2881  
    9090// |                     start template output                             |
    9191// +-----------------------------------------------------------------------+
    92 if (!ini_get('allow_url_fopen'))
    93 {
    94   array_push($page['errors'], l10n('Unable to retrieve server informations since allow_url_fopen is disabled.'));
    95 }
    96 elseif ($plugins->get_server_plugins(true))
     92if ($plugins->get_server_plugins(true))
    9793{
    9894  $plugins->sort_server_plugins($order);
Note: See TracChangeset for help on using the changeset viewer.