发布 mantis 1.0.0 xoops 模块测试版 |
||||
|---|---|---|---|---|
|
新进会员
![]()
注册日期:
2004/12/2 20:47 所属群组:
注册会员 等级: 2; EXP: 74
HP: 0 / 43 MP: 5 / 733 ![]() |
以 Mantis 1.0.0 为基础修改完成,主要参照了 http://dev.xoops.org/modules/xfmod/project/?mantis 上 Michael van Dam (mvandam@caltech.edu)的修改方法。那个Mantis版本为0.18.3。
在 xoops 2.0.7 (老版本了,由于有些自己的hack,懒得升级了)测试通过。 安装注意事项: 1、由于 Mantis 1.0.0 采用了 adodb 进行数据库连接,和 xoops 的数据库调用方法集成问题较多,所以暂时模块内部是另外连接数据库的(表本身已经集成到xoops里去了),可能会影响效率。如果有谁知道怎么把 xoopsDB 集成到 adodb 下调用,请赐教。(直接connectID赋值不行) 2、基于上述原因,config_inc.php 中需要单独设置数据库参数 3、显示没有集成,是独立介面的,修改太麻烦,本人觉得没有必要,请各位进模块设置把集成显示-》否 4、没有block ,主要是因为... 原作者也没有,我也不太会写。如果有人愿意写的话,请赐教。 5、升级安装没有测试过,由于我不需要,没有修改,估计不行 还是测试版,请各位多提意见! 附件: xoops-mod-mantis-1.0.0b1.tar.part16.rar 大小: 19.36 KB; 下载次数: 478 xoops-mod-mantis-1.0.0b1.tar.part15.rar 大小: 97.66 KB; 下载次数: 461 xoops-mod-mantis-1.0.0b1.tar.part14.rar 大小: 97.66 KB; 下载次数: 470 xoops-mod-mantis-1.0.0b1.tar.part13.rar 大小: 97.66 KB; 下载次数: 465 xoops-mod-mantis-1.0.0b1.tar.part12.rar 大小: 97.66 KB; 下载次数: 531 xoops-mod-mantis-1.0.0b1.tar.part11.rar 大小: 97.66 KB; 下载次数: 490 xoops-mod-mantis-1.0.0b1.tar.part10.rar 大小: 97.66 KB; 下载次数: 452 xoops-mod-mantis-1.0.0b1.tar.part09.rar 大小: 97.66 KB; 下载次数: 473 xoops-mod-mantis-1.0.0b1.tar.part08.rar 大小: 97.66 KB; 下载次数: 459 xoops-mod-mantis-1.0.0b1.tar.part07.rar 大小: 97.66 KB; 下载次数: 462 xoops-mod-mantis-1.0.0b1.tar.part06.rar 大小: 97.66 KB; 下载次数: 451 xoops-mod-mantis-1.0.0b1.tar.part05.rar 大小: 97.66 KB; 下载次数: 462 xoops-mod-mantis-1.0.0b1.tar.part04.rar 大小: 97.66 KB; 下载次数: 483 xoops-mod-mantis-1.0.0b1.tar.part03.rar 大小: 97.66 KB; 下载次数: 476 xoops-mod-mantis-1.0.0b1.tar.part02.rar 大小: 97.66 KB; 下载次数: 467 xoops-mod-mantis-1.0.0b1.tar.part01.rar 大小: 97.66 KB; 下载次数: 462
2006/2/20 11:52
|
|||
|
||||
回复: 发布 mantis 1.0.0 xoops 模块测试版 |
||||
|---|---|---|---|---|
|
网站管理员
![]()
注册日期:
2005/10/29 13:32 来自 北京
所属群组:
网站管理员 注册会员 ComSupp 推广组 等级: 38; EXP: 43
HP: 187 / 935 MP: 738 / 13258 ![]() |
强烈支持!不过我看到bug track头就大,好像跟程序调试有关,不知道这东西在什么时候用。
2006/2/20 15:01
|
|||
|
||||
回复: 发布 mantis 1.0.0 xoops 模块测试版 |
||||
|---|---|---|---|---|
|
新进会员
![]()
注册日期:
2004/12/2 20:47 所属群组:
注册会员 等级: 2; EXP: 74
HP: 0 / 43 MP: 5 / 733 ![]() |
对 ./core/authentication_api.php 进行了优化,加快了速度,解决了原来的一个bug, 请大家更新! 谢谢!
2006/2/20 19:47
|
|||
|
||||
发布 mantis 1.0.1b5 xoops 模块测试版 |
||||
|---|---|---|---|---|
|
新进会员
![]()
注册日期:
2004/12/2 20:47 所属群组:
注册会员 等级: 2; EXP: 74
HP: 0 / 43 MP: 5 / 733 ![]() |
基于 Mantis 1.0.1,集成思路发生了变化,尽量少修改文件。安装请参照说明 README.xoops
为减小体积,需要到 www.mantisbt.org 下载原始文件,再加入补丁安装 附 Readme.xoops (english) Readme for Mantis 1.0.1 Xoops Module This Module base on Mantis 1.0.1. The modify is based on http://dev.xoops.org/modules/xfmod/project/?mantis module. Some Note is: 1. DB is integrate, but Mantis is still use ADODB to connect, seperate link to DB 2. No block currently 3. No Diaplay integrate 4. Upgrade is not test! I don't chang any stru to Mantis tables. And the main ideal is smallest change to origin file. I only change 3 Mantis file. Copyright and modify info is follow: # Mantis modularization for Xoops2 CMS # Based on Mantis 0.18.0a4 # Copyright 2003, Michael van Dam (mvandam@caltech.edu) # Updated to Mantis 0.18.3 by Glen Starrett # Updated to Mantis 1.0.1 by ZhouXi cszxc@163.com Thinks to the origin man. Install guide 1. Download Mantis 1.0.1 from http://www.mantisbt.org/download.php 2. untar to the $XOOPS/module/ 3. Change the directory name to the $XOOPS/module/mantis 4. untar the module file to the $XOOPS/module/mantis 5. Install in the xoops module manager 6. modify the $XOOPS/module/mantis/config_inc.php, user you DB connect info. 7. Run it! Any info can send to cszxc@163.com Thinks. Cszxc 2006.2.20
2006/2/21 12:33
|
|||
|
||||
回复: 发布 mantis 1.0.0 xoops 模块测试版 |
||||
|---|---|---|---|---|
|
新进会员
![]()
注册日期:
2005/11/4 22:41 所属群组:
注册会员
帖子:
13
等级: 2; EXP: 38
HP: 0 / 34 MP: 4 / 487 ![]() |
这个模块前段时间一直在找,曾经下到一个英文版的xoops模块(找了好久)。
我用它的时候没有设置什么东西呀! 你需要这个模块么? 我这边服务器不能修改config_inc.php 文件,能不能用啊? 我msn是hunhun1981@hotmail.com 如果需要请联系我,因为我对这个模块非常感兴趣。至少可以帮忙测试一下吧!
2006/2/21 13:14
|
|||
|
||||
楼主有mantis1.0.1b5版的吗? |
||||
|---|---|---|---|---|
|
新进会员
![]()
注册日期:
2006/3/3 9:53 所属群组:
注册会员
帖子:
2
等级: 1; EXP: 2
HP: 0 / 0 MP: 0 / 8 ![]() |
麻烦发一个给偶啊,偶这几天在mantisbt,sourceforge上老是下不下来啊。偶的邮件和MSN是b0085@163.com。不胜感激。
2006/3/3 9:58
|
|||
|
||||