XOOPS Cube Legacy base repository
Revision | 42ac0fbaf7e8b1d909a1113bbbbe4001ccffce01 (tree) |
---|---|
Zeit | 2011-11-17 04:42:49 |
Autor | bindi <bindi@704c...> |
Commiter | bindi |
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
@@ -2,15 +2,17 @@ | ||
2 | 2 | XOOPS Cube Legacy "Package_Legacy" & "XCube core" Changelog |
3 | 3 | |
4 | 4 | ---------------------------------------- |
5 | -2011/10/XX: Package Revision 2.2.1 Beta2 | |
5 | +2011/11/XX: Package Revision 2.2.1 Beta2 | |
6 | 6 | ---------------------------------------- |
7 | 7 | [Bug Fix - From Bug Tracker] |
8 | +- Fix Bug #3307977 - site_custom.ini for multisite | |
8 | 9 | - Fix Bug #3313462 - trigger_error('...',E_USER_ERROR) may not halt execution |
9 | 10 | - Fix Bug #3314175 - user module admin UserView error |
10 | 11 | - Fix Bug #3317712 - class/module.errorhandler.php bug |
11 | 12 | - Fix Bug #3357632 - category path list should contain terminal cat |
12 | 13 | - Fix Bug #3362690 - smarty pluigin legacy_category_select missing array key |
13 | 14 | - Fix Bug #3366737 - Missing preload file SetupAltsysLangMgr.class.php |
15 | +- Fix Bug #3387719 - Users can not delete your own account | |
14 | 16 | - Fix Bug #3395113 - 500 error / Apache fatal error |
15 | 17 | - Fix Bug #3398687 - Users can not register at UserDataUploadAction |
16 | 18 | - Fix Bug #3409051 - when get profiledata fatal error ,modifier.xoops_user.php |
@@ -22,18 +24,26 @@ XOOPS Cube Legacy "Package_Legacy" & "XCube core" Changelog | ||
22 | 24 | - Feature Request #3352820 - Add new MIME type |
23 | 25 | - Feature Request #3381570 - Check client data before delete category |
24 | 26 | - 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 | |
25 | 29 | - Feature Request #3408918 - when no_avatar.gif, 0width modifier.xoops_user_avatarize.php |
26 | 30 | - 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 | |
27 | 33 | |
28 | 34 | [Other Changes/Enhancements] |
29 | 35 | - Update portuguese/pt_utf8 language files |
30 | 36 | - Update interfaces: AbstractObject.class.php, AbstractImageObject.class.php, AbstractClientObjectHandler.class.php, ImageDelegateInterface.class.php |
37 | +- Speed up by nbuy | |
31 | 38 | |
32 | 39 | [Staff] |
40 | +- bindi | |
33 | 41 | - bluemooninc |
34 | 42 | - domifara |
35 | 43 | - kilica |
36 | 44 | - Mikhail Miguel |
45 | +- nao-pon | |
46 | +- nbuy | |
37 | 47 | - onlineco |
38 | 48 | |
39 | 49 | ---------------------------------------- |
@@ -6,13 +6,13 @@ include_once dirname(__FILE__).'/include/altsys_functions.php' ; | ||
6 | 6 | altsys_include_language_file( 'modinfo' ) ; |
7 | 7 | |
8 | 8 | $modversion['name'] = _MI_ALTSYS_MODULENAME ; |
9 | -$modversion['version'] = '0.71' ; | |
9 | +$modversion['version'] = '0.80' ; | |
10 | 10 | $modversion['description'] = _MI_ALTSYS_MODULEDESC ; |
11 | 11 | $modversion['credits'] = "PEAK Corp."; |
12 | 12 | $modversion['author'] = "GIJ=CHECKMATE<br />PEAK Corp.(http://www.peak.ne.jp/)" ; |
13 | 13 | $modversion['license'] = "GPL see LICENSE"; |
14 | 14 | $modversion['official'] = 0; |
15 | -$modversion['image'] = "altsys_slogo.png"; | |
15 | +$modversion['image'] = "images/module_icon.png"; | |
16 | 16 | $modversion['dirname'] = "altsys"; |
17 | 17 | |
18 | 18 | // Admin things |