From 9dad731fe608de8585900207bbc4a91c688b15de Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Wed, 10 Mar 2010 14:27:30 -0600 Subject: added changelog item for XML-RPC server 'object' config item --- user_guide/changelog.html | 1 + 1 file changed, 1 insertion(+) diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 14f81bc44..7497f561d 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -80,6 +80,7 @@ Hg Tag:

  • Added $parse_exec_vars property to Output library.
  • Added ability to enable / disable individual sections of the Profiler
  • Added a wildcard option $config['allowed_types'] = '*' to the File Uploading Class.
  • +
  • Added an 'object' config variable to the XML-RPC Server library so that one can specify the object to look for requested methods, instead of assuming it is in the $CI superobject.
  • Added "is_object" into the list of unit tests capable of being run.
  • Table library will generate an empty cell with a blank string, or NULL value.
  • Added a parse_string() method to the Parser Class.
  • -- cgit v1.2.3-24-g4f1b