Changeset 1880 for trunk/admin


Ignore:
Timestamp:
Mar 8, 2007, 2:55:49 AM (18 years ago)
Author:
rvelices
Message:
  • plugin administration: small fix during activation phase
  • plugins: added 3 actions in category_cats.inc.php and 1 event that allow a plugin to decide if insertion to #history occurs
  • added a warning in section_init if script_basename() is not index or picture (I think we'll have issues on some servers with this function)
  • web service methods categories.getImages, tags.getImages and images.search return now the image comment
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/plugins.php

    r1852 r1880  
    9090      {
    9191        array_push($errors, 'CANNOT '. $_GET['action'] .' - NOT INSTALLED');
     92        break;
    9293      }
    9394      if ($crt_db_plugin['state']!='inactive')
    9495      {
    9596        array_push($errors, 'invalid current state '.$crt_db_plugin['state']);
     97        break;
    9698      }
    9799      if ( file_exists($file_to_include) )
Note: See TracChangeset for help on using the changeset viewer.