• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

XOOPS Cube Legacy base repository


コミットメタ情報

リビジョン67c3846fc32fe016133f789312a11fb7bef4f955 (tree)
日時2009-05-24 09:08:10
作者minahito <minahito@704c...>
コミッターminahito

ログメッセージ

Merge 2.0.7 release version to r_2_1_07 tag.

git-svn-id: https://xoopscube.svn.sourceforge.net/svnroot/xoopscube/Package_Legacy/tags/r_2_1_07@200 704cf05f-ae62-4b0e-a484-234ee0250e75

変更サマリ

差分

--- a/docs/CHANGES.txt
+++ b/docs/CHANGES.txt
@@ -1,7 +1,7 @@
11 XOOPS Cube Legacy "Package_Legacy" & "XCube core" Changelog
22
33 ----------------------------------------
4-2009/04/05: Package Revision 2.1.7 RC
4+2009/05/23: Package Revision 2.1.7
55 ----------------------------------------
66 [Bug Fix - From Bug Tracker]
77 - Fix Bug #2491813 - SmileEditAction include multi byte comment.
@@ -14,13 +14,14 @@ XOOPS Cube Legacy "Package_Legacy" & "XCube core" Changelog
1414 - Fix Bug #2686374 - Bugs in class.phpmailer.php v2.0.2 (Updated PHPmailer to v2.0.3)
1515 - Fix Bug #2690736 - typo: X_ITEM_TILE (X_ITEM_TITLE?) default_notify.tpl
1616 - Fix Bug #2690739 - typo in /install/include/functions.php, line 38
17+- Fix Bug #2696001 - images/pointer.gif is missing (ref:include/cp_functions.php)
1718 - Fix Bug #2696701 - user_lostpass.html email maxlength too short
1819 - Fix Bug #2699408 - Specify 2nd argument of mysql_real_escape_string().
1920 - Fix Bug #2724748 - XoopsMemberHandler::getUserByEmail() cannot get user object.
21+- Fix Bug #2746729 - Fatal error: Call to undefined function XC_CLASS_EXISTS()
2022 - Fix Bug #2769264 - a typo in Japanese Help.
2123 - Fix Bug #2794397 - User admin menu is mistaken.
2224
23-
2425 [BUG Fix - From "XCube" Bug Tracker]
2526 - Fix Bug #2656854 - XC_CLASS_EXISTS loops infinity.
2627 - Fix Bug #2635869 - Abstracts difference of class_exists between two versions.
@@ -28,6 +29,7 @@ XOOPS Cube Legacy "Package_Legacy" & "XCube core" Changelog
2829 [Patches - From Feature Request Tracker]
2930 - Request #2642992 - exclude extra trim()
3031 - Request #2662922 - DB Layer can be overridden.
32+- Request #2795674 - Update phpmailer from 2.0.3 to 2.0.4
3133 - Patch #2697022 - Package_Legacy\html\ - new portuguese translations
3234 - Patch #2697034 - extra_languages\ - new pt_utf8 translations
3335 - patch #2697044 - missing: XUpgrade and system pt language files
@@ -39,17 +41,18 @@ XOOPS Cube Legacy "Package_Legacy" & "XCube core" Changelog
3941 - Legacy Controller class provides LEGACY_MODULE_VERSION constant as phpversion.
4042
4143 [Staff]
44+- gigamaster
4245 - GIJOE
43-- Gusagi
44-- Hxrr
45-- Marijuana
46+- gusagi
47+- hxrr
48+- marijuana
4649 - Mikhail
47-- Minahito
48-- Mumincacao
49-- Onokazu
50-- Roger
51-- Salamander
52-- Tohokuaiki
50+- minahito
51+- mumincacao
52+- onokazu
53+- roger
54+- salamander
55+- tohokuaiki
5356 - Tom_G3X
5457
5558
--- a/html/include/version.php
+++ b/html/include/version.php
@@ -4,6 +4,6 @@
44 * @version $Id: version.php,v 1.21 2008/11/16 10:31:30 minahito Exp $
55 */
66
7-define("XOOPS_VERSION", "XOOPS Cube Legacy 2.1.7 RC");
7+define("XOOPS_VERSION", "XOOPS Cube Legacy 2.1.7");
88
99 ?>
\ No newline at end of file
--- a/html/modules/legacy/xoops_version.php
+++ b/html/modules/legacy/xoops_version.php
@@ -9,7 +9,7 @@
99 */
1010
1111 $modversion['name'] = _MI_LEGACY_NAME;
12-$modversion['version'] = 1.06; // 2.1.6 RC
12+$modversion['version'] = 1.07; // 2.1.7
1313 $modversion['description'] = _MI_LEGACY_NAME_DESC;
1414 $modversion['author'] = "";
1515 $modversion['credits'] = "XOOPS Cube Project";
--- a/html/modules/legacyRender/xoops_version.php
+++ b/html/modules/legacyRender/xoops_version.php
@@ -5,7 +5,7 @@
55 */
66
77 $modversion['name']=_MI_LEGACYRENDER_NAME;
8-$modversion['version'] = 1.06; // 2.1.6 RC
8+$modversion['version'] = 1.07; // 2.1.7
99 $modversion['description']=_MI_LEGACYRENDER_NAME_DESC;
1010 $modversion['author']="";
1111 $modversion['credits']="The XOOPS Cube Project";
--- a/html/modules/pm/xoops_version.php
+++ b/html/modules/pm/xoops_version.php
@@ -2,7 +2,7 @@
22 // $Id: xoops_version.php,v 1.11 2008/10/12 03:55:37 minahito Exp $
33
44 $modversion['name'] = _MI_PM_NAME;
5-$modversion['version'] = 1.06; // 2.1.6 RC
5+$modversion['version'] = 1.07; // 2.1.7
66 $modversion['description'] = _MI_PM_NAME_DESC;
77 $modversion['author'] = "";
88 $modversion['credits'] = "XOOPS Cube Project";
--- a/html/modules/stdCache/xoops_version.php
+++ b/html/modules/stdCache/xoops_version.php
@@ -2,7 +2,7 @@
22 // $Id: xoops_version.php,v 1.11 2008/10/12 03:55:38 minahito Exp $
33
44 $modversion['name'] = _MI_STDCACHE_NAME;
5-$modversion['version'] = 1.06; // 2.1.6 RC
5+$modversion['version'] = 1.07; // 2.1.7
66 $modversion['description'] = _MI_STDCACHE_NAME_DESC;
77 $modversion['author'] = "";
88 $modversion['credits'] = "XOOPS Cube Project";
--- a/html/modules/user/xoops_version.php
+++ b/html/modules/user/xoops_version.php
@@ -26,7 +26,7 @@
2626 // ------------------------------------------------------------------------ //
2727
2828 $modversion['name'] = _MI_USER_NAME;
29-$modversion['version'] = 1.06; // 2.1.6 RC
29+$modversion['version'] = 1.07; // 2.1.7
3030 $modversion['description'] = _MI_USER_NAME_DESC;
3131 $modversion['author'] = "";
3232 $modversion['credits'] = "XOOPS Cube Project";