Release Notes for Cognifty-0009

This release adds a lot of consistency to the admin interfaces. New module functionality allows for greater customizations of your own modules.

New Features

  • New HTTP library (uses only php native sockets).
  • New config variables modules (use config.ini).
  • Pre and Post events for each service event call. (preEvent() and postEvent())

Bug Fixes

  • fixing image delete functions.
  • store the link_text with a newly uploaded image.
  • fix rank issues for menu items.
  • fix bug where a non-existant db handle would die.
  • stop warnings when there are no expanding menus.
  • fix tests to work with new dir layout.
  • Fix for wrong percentage math in the DB blob streamer.
  • fix delete bug that didn't pass the ID correctly to the data item.

Minor Changes

  • Turn off rewrite urls by default.
  • allow image previews on content page.
  • fix some consistency problems with restoring images, web pages.
  • adding some default redirect for front-end modules that require a login.
  • adding in special checks for Ajax requests, don't redirect them to login if ajax calls fail.
  • new icons: attention and caution.
  • added a function for articles to un-publish.
  • new toolbar shortcuts for pages, assets, images and articles.
  • adding a new uploaded file pre-populates the default filename.
  • activate getSessionId method.
  • adding visitor log handler.