Changeset 2287


Ignore:
Timestamp:
Mar 20, 2008, 11:23:42 PM (16 years ago)
Author:
rub
Message:

Add new obsolete plugins on c13y_upgrade list.
Fix new plugin uninstall url.

Location:
trunk/plugins/c13y_upgrade
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugins/c13y_upgrade/initialize.inc.php

    r2232 r2287  
    6565
    6666  /* Check plugin included in Piwigo sources */
    67   $included_plugins = array('dew');
     67  $included_plugins = array('dew', 'UpToDate', 'PluginsManager');
    6868  $query = '
    6969select
     
    9191      '<a href="'.
    9292      PHPWG_ROOT_PATH.
    93       'admin.php?page=plugins&amp;plugin='.$row['id'].'&amp;action=uninstall'.
     93      'admin.php?page=plugins_list&amp;plugin='.$row['id'].'&amp;action=uninstall'.
    9494      '" onclick="window.open(this.href, \'\'); return false;">'.
    9595      sprintf(l10n('c13y_correction_obsolete_plugin'), $row['id']).'</a>';
  • trunk/plugins/c13y_upgrade/main.inc.php

    r2243 r2287  
    1111// | PhpWebGallery - a PHP based picture gallery                           |
    1212// | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
    13 // | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
     13// | Copyright (C) 2003-2008 PhpWebGallery Team - http://phpwebgallery.net |
    1414// +-----------------------------------------------------------------------+
    1515// | file          : $Id$
Note: See TracChangeset for help on using the changeset viewer.