Home News Bugs Downloads Docs Forum CVS Stats
Project: Sitellite CMS
Date: November 2, 2005 - 1:45 PM
Sitellite 4.2.6 was released today featuring preliminary PHP5 support, as well as numerous bug fixes and feature improvements. From the change log:
- Fixed saf.Database.Generic to properly pleuralize object names ending in 'x'.
- Fixed saf.Database.LDAP to use TLS if $secure is set to true.
- Removed a rule preventing content greater than 65535 in the page body.
- Fixed a case of MailForm getting the wrong default action on rare and
unusual server configurations.
- Fixed session_user_get_email() assuming it receives an array instead of an
object.
- User browse screen now checks if you're using a read-only session source
driver and disables itself with a notice.
- Added forceHttps() and forceHttp() methods to saf.CGI as well as alias
functions cgi_force_https() and cgi_force_http().
- saf.Loader now checks for the value 'sitellite_secure' in access.php files.
If set to on/yes, the box/form must be viewed under SSL, if set to off/no,
the box/form must be viewed without SSL. If not set, the box/form may be
viewed under either. This allows per-box and per-form granularity of
turning SSL on or off.
- Fixed a bug preventing multiple image chooser widgets in the same form.
- Added missing 'ignoreEmpty = no' on password fields in the
sitemember/register form.
- Fixed saf.MailForm.Widget.Radiogroup so it now properly sets selected
values on form regeneration (ie. from a rule failure in another field).
- Updated the MailForm Tie widget to work a little easier and to include
more up-to-date documentation.
- Fixed error that occurs when modes.php is missing from the active template
set.
- Fixed PHP5-related errors in numerous places related to object passing and
case sensitivity in get_class().
- Fixed RSS feeds in news app so they don't force links to be under SSL when
SSL is enabled.
- Fixed the back button when coming from the Change History screens.
- Fixed bug where deleted pages link was showing for collections without
versioning.
- Added the ability to specify custom links next to the 'Add' link on the
collection browse page.
- Fixed some issues with getTree() in saf.GUI.Menu -- thanks Russ!
- Added workflow action to relocate child pages of a deleted page to the
parent of the deleted page.
- Fixed a _return parameter 404 error on deleted pages in the Web View.
- Changed the installer to point to alternative configurations for web
servers other than PHP as an Apache module (ie. CGI-mode, FastCGI, IIS).
We have also begun the process of increasing support for additional web server configurations. You will find working solutions for installing Sitellite in CGI-mode, FastCGI, and even under Microsoft IIS, at the following page:
http://cookbook.sitellite.org/index/sitewiki-app/show.TroubleShooting