Nucleus v2.0 Final (April 3, 2003)

  • FIXED: renamed the xmlrpc_encode and xmlrpc_decode methods in xmlrpc.inc.php, avoiding naming conflicts on some PHP configurations that are compiled with XMLRPC support
  • FIXED: restore did not work on some PHP configurations, and did not correctly recognize application/x-gzip encoding type
  • ADDED: if(onteam[,blogname]) skinvar
  • ADDED: automatic warning when headers have already been sent, with filename and linenumber included
  • ADDED: About 40 extra plugin events
  • ADDED: Made <%member%> available on all skin parts, and added yourname, yoururl, ... parameters
  • FIXED: plugin loading is now a little more robust (non-fatal errors in the plugin PHP file used to cause a fatal error afterwards)
  • ADDED: extra variables inside popup code/image code/media code template-parts: width, height, link and text
  • ADDED: Extra optional parameter for image skinvar, indicating which information to insert on the page
  • CHANGED: Marked the imagetext skinvar as deprecated (use image(caption) instead)
  • CHANGED: Marked the ifcat skinvar as deprecated (use if(category) instead)
  • CHANGED: Marked the vars skinvar as deprecated (if anyone needs a hidden 'itemid' formfield [are there?], the itemid skinvar can be used instead)
  • ADDED: doTemplateCommentsVar(&$item, &$comment) method in plugin interface
  • CHANGED: comments are now also parsed using the same method as skins and items, allowing plugins, includes and more to be used there as well
  • FIXED: guests cannot longer place 'fake' comments (making it look as if a regsitered memeber made the comment)
  • FIXED: item contents is no longer trimmed
  • FIXED: Made install script look less messy
  • ADDED: selectItem($id) method
  • FIXED: Unable to disable comments through 'edit item'
  • ADDED: Plugins: EditItemFormExtras event gets itemid as separate parameter
  • FIXED: missing ; in presented new blog code
  • FIXED: PHP 4.0.6 didn't show item/member/... lists on admin area (PHP bug)
  • ADDED: Plugin Hook: BlogSettingsFormExtras
  • FIXED: <%if(blogsetting,bcomments,1)%> skinvars were not working
  • ADDED: <%if(loggedin)%> skinvars were not working
Version History