From 4002f708e1b701a800b3d6968d12ab9a49c2d071 Mon Sep 17 00:00:00 2001 From: rvelices Date: Thu, 4 Sep 2008 00:57:55 +0000 Subject: - remove hello_world plugin (not working anymore) - web service method images.add works only for admins now - fix template-common js web service calls did not have the parameters url encoded - improve admin user_list - submitting the form with no user selected triggers a javascript alert (had fun with jquery selectors) git-svn-id: http://piwigo.org/svn/trunk@2496 68402e56-0260-453c-a942-63ccdbb3a9ee --- plugins/hello_world/main.inc.php | 56 ---------------------------------------- 1 file changed, 56 deletions(-) delete mode 100644 plugins/hello_world/main.inc.php (limited to 'plugins/hello_world/main.inc.php') diff --git a/plugins/hello_world/main.inc.php b/plugins/hello_world/main.inc.php deleted file mode 100644 index 07808d0d9..000000000 --- a/plugins/hello_world/main.inc.php +++ /dev/null @@ -1,56 +0,0 @@ -assign( 'PAGE_BANNER', - '

"'.$page['page_banner'].'" from Piwigo plugin!

'); -} - -?> \ No newline at end of file -- cgit v1.2.3