• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

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

XOOPS Cube Legacy base repository


Commit MetaInfo

Revision42ac0fbaf7e8b1d909a1113bbbbe4001ccffce01 (tree)
Zeit2011-11-17 04:42:49
Autorbindi <bindi@704c...>
Commiterbindi

Log Message

merge r1048 r1049 from r2_2_00-branch to trunk

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

Ändern Zusammenfassung

Diff

--- a/docs/CHANGES.txt
+++ b/docs/CHANGES.txt
@@ -2,15 +2,17 @@
22 XOOPS Cube Legacy "Package_Legacy" & "XCube core" Changelog
33
44 ----------------------------------------
5-2011/10/XX: Package Revision 2.2.1 Beta2
5+2011/11/XX: Package Revision 2.2.1 Beta2
66 ----------------------------------------
77 [Bug Fix - From Bug Tracker]
8+- Fix Bug #3307977 - site_custom.ini for multisite
89 - Fix Bug #3313462 - trigger_error('...',E_USER_ERROR) may not halt execution
910 - Fix Bug #3314175 - user module admin UserView error
1011 - Fix Bug #3317712 - class/module.errorhandler.php bug
1112 - Fix Bug #3357632 - category path list should contain terminal cat
1213 - Fix Bug #3362690 - smarty pluigin legacy_category_select missing array key
1314 - Fix Bug #3366737 - Missing preload file SetupAltsysLangMgr.class.php
15+- Fix Bug #3387719 - Users can not delete your own account
1416 - Fix Bug #3395113 - 500 error / Apache fatal error
1517 - Fix Bug #3398687 - Users can not register at UserDataUploadAction
1618 - Fix Bug #3409051 - when get profiledata fatal error ,modifier.xoops_user.php
@@ -22,18 +24,26 @@ XOOPS Cube Legacy "Package_Legacy" & "XCube core" Changelog
2224 - Feature Request #3352820 - Add new MIME type
2325 - Feature Request #3381570 - Check client data before delete category
2426 - Feature Request #3383519 - Check child category before delete category
27+- Feature Request #3390357 - when install ,select time zone for japanese
28+- Feature Request #3398822 - Firefox, Chrome, Opera BBcode
2529 - Feature Request #3408918 - when no_avatar.gif, 0width modifier.xoops_user_avatarize.php
2630 - Feature Request #3412833 - array request handling in PageNavi
31+- Feature Request #3423505 - Add $xoops_module_header on dialog
32+- Feature Request #3423584 - Not to select branch options in function.legacy_category_sel
2733
2834 [Other Changes/Enhancements]
2935 - Update portuguese/pt_utf8 language files
3036 - Update interfaces: AbstractObject.class.php, AbstractImageObject.class.php, AbstractClientObjectHandler.class.php, ImageDelegateInterface.class.php
37+- Speed up by nbuy
3138
3239 [Staff]
40+- bindi
3341 - bluemooninc
3442 - domifara
3543 - kilica
3644 - Mikhail Miguel
45+- nao-pon
46+- nbuy
3747 - onlineco
3848
3949 ----------------------------------------
--- a/extras/extra_modules/xoops_trust_path/libs/altsys/xoops_version.php
+++ b/extras/extra_modules/xoops_trust_path/libs/altsys/xoops_version.php
@@ -6,13 +6,13 @@ include_once dirname(__FILE__).'/include/altsys_functions.php' ;
66 altsys_include_language_file( 'modinfo' ) ;
77
88 $modversion['name'] = _MI_ALTSYS_MODULENAME ;
9-$modversion['version'] = '0.71' ;
9+$modversion['version'] = '0.80' ;
1010 $modversion['description'] = _MI_ALTSYS_MODULEDESC ;
1111 $modversion['credits'] = "PEAK Corp.";
1212 $modversion['author'] = "GIJ=CHECKMATE<br />PEAK Corp.(http://www.peak.ne.jp/)" ;
1313 $modversion['license'] = "GPL see LICENSE";
1414 $modversion['official'] = 0;
15-$modversion['image'] = "altsys_slogo.png";
15+$modversion['image'] = "images/module_icon.png";
1616 $modversion['dirname'] = "altsys";
1717
1818 // Admin things