From: Max B. <mb...@rg...> - 2005-02-09 16:01:30
|
Hello everybody, I'm glad to announce that new version of SAPID has been released. Download link: http://sourceforge.net/project/showfiles.php?group_id=118100&package_id=131949&release_id=303662 Upgrade of existing installations ================================= Existing installations of SAPID may be upgraded manually by overwriting system files without chagnging site structure, content and users files. If you choose to upgrade SAPID in this way, DO NOT overwrite the following files: usr/xml/tree.xml usr/xml/users.xml usr/xml/content/*.* usr/templates/* Also you may need to modify your etc/rc.conf.php to add following lines: define("DEBUG", true); define("DAL", "files"); //Set data abstraction layer to files ... then you may want to change $VERSION = "1.2.0"; to $VERSION = "1.2.1 BETA 1"; in etc/rc.conf.php ================================ Changes since 1.2.0: - Major changes to WYSIWYG (styles inheritance and much more) - Added additional WYSIWYG abilities - Modified Inerst Picture dialog to handle flash movies (swf) - WYSIWYG for gecko browsers now uses a bit rewritten mozile (http://mozile.mozdev.org) - Fixed php "magic quotes" incompatibility in user functions editing interface - Fixed JS insertAtCaret function (thanks to ice <ice at dross dot spb dot ru>) - Added visual ddc algorythm generator - Added parameters passed to ddc using XML Sapiens v1.1 parsing - Added redirection of ddc parsed stream to variable (<sapi:apply name="ddc.obj.value" redirect="var1" />) - Added some debugging options for ddc's and embedded PHP code (add to rc.conf.php define("DEBUG", true); and do an error in your ddc definition. Then take a look at page with this ddc :) ) - Reorganazed kernel data abstraction layer. TODO: expand DAL to other I/O operations. -- Sincerely, Max Baryshnikov, developer |