Ignore:
Timestamp:
Feb 23, 2007, 2:18:34 PM (17 years ago)
Author:
rvelices
Message:

Plugins:

  • display author and and author url (if present) on plugin admin page
  • uniformized versions/authors... for all plugins in svn
  • security fix (html escape name, version, uri, author... to avoid javascript injection which could automatically simulate click on Install)
  • added confirmation for install/uninstall plugins

Web services:

  • web service explorer now caches method details in order to avoid unnecessary web calls
  • web service explorer can now send parameters as arrays
  • web service explorer uses now prototype.js version 1.5
  • small improvements
  • added and use function bad_request (sends http status code 400)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugins/event_tracer/main.inc.php

    r1731 r1852  
    1 <?php
    2 /*
     1<?php /*
    32Plugin Name: Event tracer
    43Version: 1.0
    54Description: For developers. Shows all calls to trigger_event.
    65Plugin URI: http://www.phpwebgallery.net
     6Author: PhpWebGallery team
     7Author URI: http://www.phpwebgallery.net
    78*/
    89if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
Note: See TracChangeset for help on using the changeset viewer.