From cb2408a82c9bc93bef177dc33a8981bc36800839 Mon Sep 17 00:00:00 2001 From: rvelices Date: Fri, 23 Feb 2007 13:18:34 +0000 Subject: 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) git-svn-id: http://piwigo.org/svn/trunk@1852 68402e56-0260-453c-a942-63ccdbb3a9ee --- tools/ws.htm | 141 +++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 78 insertions(+), 63 deletions(-) (limited to 'tools/ws.htm') diff --git a/tools/ws.htm b/tools/ws.htm index ac525ab1d..fe2b5840b 100644 --- a/tools/ws.htm +++ b/tools/ws.htm @@ -5,22 +5,10 @@