[geeklog-cvs] Geeklog-1.x/plugins/staticpages functions.inc, 1.100, 1.101

Ramnath Iyer riyer at qs1489.pair.com
Fri Nov 23 03:40:54 EST 2007


Update of /cvsroot/geeklog/Geeklog-1.x/plugins/staticpages
In directory qs1489.pair.com:/tmp/cvs-serv98907/plugins/staticpages

Modified Files:
	functions.inc 
Log Message:
* Webservices introspection document returns a collection for each plugin
* Every plugin that claims to support WS should have a function
      plugin_ws_enabled_XXX()
  that returns true
* PLG_servicesEnabled($type) added that returns true for function that support WS



Index: functions.inc
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/staticpages/functions.inc,v
retrieving revision 1.100
retrieving revision 1.101
diff -C2 -d -r1.100 -r1.101
*** functions.inc	9 Oct 2007 08:56:29 -0000	1.100
--- functions.inc	23 Nov 2007 08:40:52 -0000	1.101
***************
*** 1162,1164 ****
--- 1162,1173 ----
  }
  
+ /**
+  * Return true since this plugin supports webservices
+  *
+  * @return  bool	True, of webservices are supported
+  */
+ function plugin_ws_enabled_staticpages() {
+     return true;
+ }
+ 
  ?>




More information about the geeklog-cvs mailing list