From: <be...@us...> - 2012-03-25 22:33:50
|
Revision: 9187 http://xoops.svn.sourceforge.net/xoops/?rev=9187&view=rev Author: beckmi Date: 2012-03-25 22:33:44 +0000 (Sun, 25 Mar 2012) Log Message: ----------- - Adding "xoops_lib/modules/protector/configs/" to list of writable directories in Install Wizard and Release Notes - updating Changelog Modified Paths: -------------- XoopsCore/branches/2.5.x/2.5.5/docs/changelog.250.txt XoopsCore/branches/2.5.x/2.5.5/htdocs/install/include/config.php XoopsCore/branches/2.5.x/2.5.5/release_notes.txt Modified: XoopsCore/branches/2.5.x/2.5.5/docs/changelog.250.txt =================================================================== --- XoopsCore/branches/2.5.x/2.5.5/docs/changelog.250.txt 2012-03-25 16:35:47 UTC (rev 9186) +++ XoopsCore/branches/2.5.x/2.5.5/docs/changelog.250.txt 2012-03-25 22:33:44 UTC (rev 9187) @@ -5,13 +5,18 @@ =============================== Bugfixes: - adding missing check for local timezone (XavierS) - - ID: 3494895: When changing the # of visible entries, it goes to Admin (jcweb/mamba) + - ID: 3494895 When changing the # of visible entries, it goes to Admin (jcweb/mamba) + - ID: 3494894 Calendar shows 40 days (peekay/mage) + - ID: 3494896 Image Manager category creation restrictions (voltan/mage) + - ID: 3494893 PM Messages deleted from Saved box (Danielw42/mage) + - ID: 3501897 Protector errors (cesag/XavierS) Improved: - replacing "msnbot" with "bingbot" in Protector (mamba) Updated: - HTML Purifier to 4.4.0 (mamba) + - TinyMCE to 3.4.9 (mamba) =============================== 2011/02/19: Version 2.5.5 Beta Modified: XoopsCore/branches/2.5.x/2.5.5/htdocs/install/include/config.php =================================================================== --- XoopsCore/branches/2.5.x/2.5.5/htdocs/install/include/config.php 2012-03-25 16:35:47 UTC (rev 9186) +++ XoopsCore/branches/2.5.x/2.5.5/htdocs/install/include/config.php 2012-03-25 22:33:44 UTC (rev 9187) @@ -50,7 +50,7 @@ ); // Writable files and directories -$configs['writable'] = array('uploads/', 'uploads/avatars/', 'uploads/images/', 'uploads/ranks/', 'uploads/smilies/', 'mainfile.php', 'include/license.php'); +$configs['writable'] = array('uploads/', 'uploads/avatars/', 'uploads/images/', 'uploads/ranks/', 'uploads/smilies/','xoops_lib/modules/protector/configs/', 'mainfile.php', 'include/license.php'); // Modules to be installed by default $configs['modules'] = array(); Modified: XoopsCore/branches/2.5.x/2.5.5/release_notes.txt =================================================================== --- XoopsCore/branches/2.5.x/2.5.5/release_notes.txt 2012-03-25 16:35:47 UTC (rev 9186) +++ XoopsCore/branches/2.5.x/2.5.5/release_notes.txt 2012-03-25 22:33:44 UTC (rev 9187) @@ -35,7 +35,11 @@ ----------------------------------- 1. Copy the content of the htdocs/ folder where it can be accessed by your server - 2. Ensure mainfile.php and uploads/ are writable by the web server + 2. Ensure that directories: + - uploads/', 'uploads/avatars/', 'uploads/images/', 'uploads/ranks/', 'uploads/smilies/','xoops_lib/modules/protector/configs/ + and files: + - mainfile.php and include/license.php + are writable by the web server 3. For security considerations, you are encouraged to move directories "/xoops_lib" (for XOOPS libraries) and "/xoops_data" (for XOOPS data) out of Document Root, and change the folder names. 4. Make the directory xoops_data/ writable; Create (if not already present) and make the directories xoops_data/caches/, xoops_data/caches/xoops_cache/, xoops_data/caches/smarty_cache/ and xoops_data/caches/smarty_compile/ writable. 5. Access the folder where you installed the htdocs/ files using your web browser to launch the installation wizard This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |