Cognifty is the new PHP framework based on old ideas. Flexible enough to run other frameworks inside itself, Cognifty is the perfect choice for new integration or legacy development.
This release includes a lot of new features in the blog module. The signal/slot mechanism now can support multiple slots per signal.
Database changes required: yes
Changes to config file definitions: yes *
Breaking changes to custom code: no
* Changes were made to the way the signals/slots are defined in the signal.ini file.
Added tagline and description saving to blogs.
Altered blog module to set the site tag line and display the blog description.
Added an article's title to the html page title.
Added 4th init parameter to trusted services.
Altered redirectHome and getHomeUrl methods to take an extra array of parameters to pass along.
Made significant speedups to the bootstrap process.
Added PDO-mysql database driver.
Added ability to have local.ini on a per module basis for local config settings.
Changed slot/signal configuration syntax to support multiple slots per signal.
Added styleshout's ReFresh 1.0 as the default template.
Added support for using excerpts in blog posts.
Added social bookmarks to the blog module.
Added next and previous links to main blog page.
Fixed unpublish/delete links for blog posts.
Fixed a potential problem when freeing MySQL result sets out of order.
Fixed problem with saving excerpt field for blogs and pages.
Fixed page numbering bug which caused page 1 to appear twice in the blog.
Added new object store unit test.
Small spacing tweak to refresh template.
Added template function to set the global site tag line.
Added loading gif for suckerfish to admin template to stop bad 404s
Minor speedups to the most commonly used functions.
If a user is not accepting cookies, consider them to be flooding for the purposes of throttling trust plugin.