|
From: <be...@us...> - 2012-04-02 10:00:23
|
Revision: 9223
http://xoops.svn.sourceforge.net/xoops/?rev=9223&view=rev
Author: beckmi
Date: 2012-04-02 10:00:12 +0000 (Mon, 02 Apr 2012)
Log Message:
-----------
Updating release notes and lang_diff.txt file for Profile
Modified Paths:
--------------
XoopsCore/branches/2.5.x/2.5.5/htdocs/modules/profile/docs/lang_diff.txt
XoopsCore/branches/2.5.x/2.5.5/release_notes.txt
Modified: XoopsCore/branches/2.5.x/2.5.5/htdocs/modules/profile/docs/lang_diff.txt
===================================================================
--- XoopsCore/branches/2.5.x/2.5.5/htdocs/modules/profile/docs/lang_diff.txt 2012-04-02 09:43:44 UTC (rev 9222)
+++ XoopsCore/branches/2.5.x/2.5.5/htdocs/modules/profile/docs/lang_diff.txt 2012-04-02 10:00:12 UTC (rev 9223)
@@ -3,6 +3,18 @@
Below are language differences from a version to next version.
+Release 1.63
+=================
+admin.php
+-----------
+define('_PROFILE_AM_REQUIRED_TOGGLE', 'Toggle Required Field');
+define('_PROFILE_AM_REQUIRED_TOGGLE_SUCCESS', 'Successfully Changed Required Field ');
+define('_PROFILE_AM_REQUIRED_TOGGLE_FAILED', 'Changing Required Field Failed');
+
+define('_PROFILE_AM_SAVESTEP_TOGGLE', 'Toggle Save');
+define('_PROFILE_AM_SAVESTEP_TOGGLE_SUCCESS', 'Successfully Changed Save After Step');
+define('_PROFILE_AM_SAVESTEP_TOGGLE_FAILED', "Changing 'Save After Step' Failed");
+
Release 1.62
=================
@@ -16,4 +28,3 @@
define("_PROFILE_MI_ABOUT", "About");
define("_PROFILE_MI_HOME", "Home");
-
Modified: XoopsCore/branches/2.5.x/2.5.5/release_notes.txt
===================================================================
--- XoopsCore/branches/2.5.x/2.5.5/release_notes.txt 2012-04-02 09:43:44 UTC (rev 9222)
+++ XoopsCore/branches/2.5.x/2.5.5/release_notes.txt 2012-04-02 10:00:12 UTC (rev 9223)
@@ -1,13 +1,14 @@
-XOOPS 2.5.5 Beta
+XOOPS 2.5.5 RC
-The XOOPS Development Team is pleased to announce the release of XOOPS 2.5.5 Beta.
+The XOOPS Development Team is pleased to announce the release of XOOPS 2.5.5 RC (Release Candidate).
This release is focused on fixing open bugs, and on updating our libraries to the latest versions:
- phpMailer 5.2.1
-- TinyMCE 3.4.8
-- jQuery 1.7.1
-- jQueryUI 1.8.17
+- TinyMCE 3.4.9
+- jQuery 1.7.2
+- jQueryUI 1.8.18
+- HTML Purifier to 4.4.0
See the Changelog for more details.
@@ -27,7 +28,7 @@
Downloading XOOPS
-----------------------------------
-You can get this release package from the [url=https://sourceforge.net/projects/xoops/files/XOOPS%20Core%20%28Beta%20Releases%29/XOOPS_2.5.5_Beta/]Sourceforge repository[/url].
+You can get this release package from the [url=https://sourceforge.net/projects/xoops/files/XOOPS%20Core%20%28Beta%20Releases%29/XOOPS_2.5.5_RC/]Sourceforge repository[/url].
There are .zip, .7z, and .gz archives provided.
@@ -36,9 +37,15 @@
1. Copy the content of the htdocs/ folder where it can be accessed by your server
2. Ensure that directories:
- - uploads/', 'uploads/avatars/', 'uploads/images/', 'uploads/ranks/', 'uploads/smilies/','xoops_lib/modules/protector/configs/
+ - uploads/,
+ - uploads/avatars/
+ - uploads/images/
+ - uploads/ranks/
+ - uploads/smilies/
+ - xoops_lib/modules/protector/configs/
and files:
- - mainfile.php and include/license.php
+ - 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.
@@ -118,4 +125,4 @@
XOOPS Development Team
-February 21st, 2012
\ No newline at end of file
+April 2nd, 2012
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|