============================
2005/08/08: Version 2.2.1
============================
- Manually applied the PHPMailer 1.73 SMTP fix to prevent potential issues (skalpa)
- Fixed a bug in the installer that could prevent mainfile.php to be created correctly on PHP5 (skalpa)
- Moved module-admin item to the top of the admin menu (phppp)
- Fixed a typo for constant variable check in error.php (phppp)
- Commented out the "showrblock" from functions.php (phppp)
- Added error message for user not found in auth service (phppp)
- Corrected Header set Charset in installer (phppp)
- Moved auth language defination to its right place (phppp)
- Fixed typo in XoopsLogger->addblock (phppp)
- Minor fix on reference usage in textsanitizer (phppp)
- Changed default config for use-realname to false (phppp)
- Fixed loginUserMd5() typo in member handler (phppp)
- Changed reference to make it work when calling another module's install on a module's update (phppp)
- Rolled back system-info block (phppp)
- Dix for icon url in comment block (phppp)
- Add new PM prompt to user-menu block (phppp)
- Changed user name (which is not always available and not much infomative) to user uname in userselect (phppp)
- Added install function for inserting PM link to existing users' profile (phppp)
- Ensure to use username and not real name in PM composer (phppp)
- PM module: Bugfix for setting message as "read" (phppp)
- PM module: Bugfix for icon url (phppp)
- Fix to display profile items with value only in userinfo page (phppp)
- Fix where language file was not included in profile activation page (phppp)
- Fix for error message in changemail (phppp)
- Fixed problems with Admin right in edituser.php (phppp)
- Added possibility for admin to change users email (phppp)
============================
2005/07/27: Version 2.2
============================
???
============================
2005/07/21: Version 2.2 RC2
============================
- Fixed registration issues with dynamic user profile fields (Mithrandir)
- Added login name property for a user, so login name and displayed username is now (potentially) differerent (Mithrandir)
- Refinements in PM module (phppp)
- Refinements in Profile module (Mithrandir)
- Refinements in XoopsForm classes (phppp)
- Fixed bug where comments would not show if the user had no settings for mode and order (Mithrandir/Rowdie)
- Fixed bug in LDAP authentication where configuration values were not fetched correctly (Mithrandir)
Language constant changes:
- _PROFILE_MA_REALNAME added to modules/profile/language/english/main.php
- _PM_RUSUREEMPTY and _PM_RUSUREDELETE added to modules/pm/language/english/main.php
- _INSTALL_L37 and _INSTALL_L167 added to install/language/english/install.php
- {X_UNAME} changed to {LOGINNAME} in language/english/mail_template/lostpass2.tpl
============================
2005/07/14: Version 2.2 RC
============================
- Fixed security hole in XML-RPC for both magic_quotes_gpc on and off (Mithrandir/James@Gulftech, Onokazu)
- Fixed sanitation in Criteria class for both magic_quotes_gpc on and off (Mithrandir/Onokazu)
- Fixed sanitation bug in include/checklogin.php (Mithrandir)
- Fixed bug in comments, where editing a comment would post a new one
- Removed PHP parsing in Saxparser's handleProcessingInstruction() method (Thanks to GIJOE)
- Fixed parse error in modules/newbb/post.php
- Fixed sanitation bug in include/comment_form.php and include/comment_post.php (Mithrandir/James@Gulftech)
- Fixed sanitation bug in class/xml/rpc/xmlrpcapi.php and class/criteria.php (Mithrandir/James@Gulftech/XOOPS JP)
- Changed admin.php to fetch news from xoops.org via Snoopy (Mithrandir/XOOPS JP)
- Fixed possible XSS hole in redirect_header (Mithrandir/XOOPS JP)
- Security fixes in pda.php and misc.php (Mithrandir/XOOPS JP)
- Fixed typos in kernel/object.php (Mithrandir/brandycoke)
- Fixed bug where lostpass.php would not accept emails and send new password (Ackbarr)
- Fixed bug where search result links would be wrong if the item was in another module than the searched one (Ackbarr)
- Fixed bug in groups admin where it was impossible to add users to a group if the site had 200+ users (Ackbarr)
- Fixed bug with uploading smilies (Ackbarr)
Other Additions:
- PM Module functionality expanded (phppp)
============================
2005/05/21: Version 2.1.1
============================
- Fixed bug #970474 - class/zipdownloader.php (Mithrandir/AC-Ibu)
- Fixed bug #1087786 - Can't assign to $this in PHP5 (Mithrandir)
- Fixed bug #1156510 - Typo Fixes in XoopsObject (Mithrandir/NS Tai, Brandycoke)
- Fixed bug #962025 - Word Censoring Options (Mithrandir/Tom Hayakawa)
- Fixed bug #1168850 - activateUser method is not used in admin panel (Mithrandir/Andrey)
- Fixed bug #1167596 - Hardcoded texts in XoopsObject (Mithrandir/hthouzard)
- Fixed bug #1166354 - image.php - undefined constant (Mithrandir/dave_l)
- Fixed bug #1164226 - improvement in function xoops_refcheck (Mithrandir/sudhaker)
- Fixed bug #1163599 - Big sessions error (Mithrandir)
- Fixed bug #1162290 - The xoops_config (config_id field) reaches its max (Mithrandir)
- Fixed bug #1151930 - index.php - use "require" instead of "include" (Mithrandir/dave_l)
- Fixed bug #1144690 - XoopsFormHidden does not conform HTML rule (Mithrandir/suin)
- Fixed bug #1122854 - cannot be set up version 2.05 of module (Mithrandir/ohwada)
- Fixed bug #1122253 - show notice message when post comment (Mithrandir/ohwada)
- Fixed bug #1120729 - xoops_footer not in default theme (Mithrandir/dave_l)
- Fixed bug #1118908 - 1 html-bug in xoopscodes.php (Mithrandir/frankblack)
- Fixed bug #1098445 - problem with clickable links (dave_l/hthouzard)
- Fixed bug #1083928 - XoopsErrorHandler_HandleError - regex usage (Mithrandir/dave_l)
- Fixed bug #1082042 - Error in parsing date in calendar.js (Mithrandir/puff_daweed)
- Fixed bug #1059216 - gzip compression & php debugging Conflict (Mithrandir/Liquid, WF)
- Fixed bug #1054221 - xoops_module_header can not be cached (Mithrandir/phppp)
- Fixed bug #1020494 - Uninformative error message if admin passwords differ (Mithrandir)
- Fixed bug #1014438 - Admin popup menu when mouse over (Mithrandir)
- Fixed bug #1014408 - XoopsGroupPermForm forms req. sys admin rights to use (Mithrandir/jegelstaff)
- Fixed bug #1011296 - include/checklogin.php calculates a wrong url (Mithrandir/puntoexe)
- Fixed bug #980100 - Variable substitution in db password (dave_l/dcinege)
- Fixed bug #973918 - showImgSelected - Proposed change (Mithrandir)
- Fixed bug #972552 - stopping install without error message (PHP without mysql) (Mithrandir/snagai)
- Fixed bug #894799 - [fix] No JS validation of required fields in PM (Mithrandir/masi)
- Fixed bug - Don't show preferences link to users without permission (Mithrandir)
- Fixed bug #1174230 - wrong formatTimestamp() syntax in formtextdateselect.php (Mithrandir/ZPC)
- Fixed bug #967076 - xoops_version and templates! (Mithrandir/w4z004)
- Fixed bug #1174626 - phpkaox style sheet (Mithrandir/wardick)
- Fixed bug #1196034 - getSmileys (Mithrandir/phppp)
- Added patch #1162913 - xoops_getLinkedUnameFromId (Mithrandir/hthouzard)
- Added patch #1124749 - Module cache and one-column full-screen display (Mithrandir/phppp)
- Added patch #1105492 - CSS for backend.php (system_rss.html) (Mithrandir/ajaksu2)
- Added patch #1099086 - who's online popup (Mithrandir/banned)
- Added patch #1096514 - Activation of new user (Mithrandir/gibaphp)
- Added patch #1090132 - functions.php, redirect_header (Mithrandir/banned)
- Added patch #1065669 - Slight enhancement to XoopsPageNav::renderImageNav() (Mithrandir)
- Added patch #1052866 - language detection in install.php (Mithrandir/phppp)
- Added patch #989376 - Use REQUEST_URI instead of PHP_SELF generally (Mithrandir/mrmx)
- Added patch #944710 - Extra Cookie for the newbb (Mithrandir/Predator)
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
【项目资源】:包含前端、后端、移动开发、操作系统、人工智能、物联网、信息化管理、数据库、硬件开发、大数据、课程资源、音视频、网站开发等各种技术项目的源码。包括STM32、ESP8266、PHP、QT、Linux、iOS、C++、Java、python、web、C#、EDA、proteus、RTOS等项目的源码。【项目质量】:所有源码都经过严格测试,可以直接运行。功能在确认正常工作后才上传。【适用人群】:适用于希望学习不同技术领域的小白或进阶学习者。可作为毕设项目、课程设计、大作业、工程实训或初期项目立项。【附加价值】:项目具有较高的学习借鉴价值,也可直接拿来修改复刻。对于有一定基础或热衷于研究的人来说,可以在这些基础代码上进行修改和扩展,实现其他功能。【沟通交流】:有任何使用上的问题,欢迎随时与博主沟通,博主会及时解答。鼓励下载和使用,并欢迎大家互相学习,共同进步。
资源推荐
资源详情
资源评论
收起资源包目录
基于CMS实现的XOOPS v2.2 简体中文标准版_xoops22(使用说明+源代码+html).zip (2000个子文件)
ChangeLog 25KB
test.conf 70B
style.css 22KB
styleNN.css 22KB
styleMAC.css 22KB
style.css 12KB
style.css 10KB
style.css 9KB
style.css 8KB
wp-admin.css 7KB
calendar-win2k-2.css 6KB
calendar-win2k-cold-2.css 6KB
calendar-win2k-1.css 6KB
calendar-win2k-cold-1.css 6KB
calendar-system.css 6KB
calendar.css 6KB
calendar.css 6KB
calendar-tas.css 5KB
calendar-blue2.css 5KB
calendar-blue.css 5KB
calendar-green.css 5KB
calendar-brown.css 5KB
style.css 5KB
reference-Z-S.css 4KB
style.css 4KB
style.css 3KB
default.css 3KB
xp.css 3KB
xmline.css 2KB
newbb.css 2KB
style.css 2KB
reference.css 2KB
digest.css 1KB
styleAdmin.css 1KB
styleAdmin.css 1KB
styleAdmin.css 1KB
xoops.css 1KB
newbb_menu_hover.css 510B
newbb.css 476B
newbb_menu_click.css 328B
borders.css 183B
styleNN.css 92B
styleMAC.css 92B
styleNN.css 92B
styleMAC.css 92B
styleAdminNN.css 28B
styleAdminMAC.css 28B
styleAdminNN.css 28B
styleAdminMAC.css 28B
styleNN.css 23B
styleMAC.css 23B
styleAdmin.css 23B
lang.diff 4KB
logo.gif 5KB
t_poll-a.gif 2KB
t_poll-a.gif 2KB
t_new-a.gif 2KB
t_qr-a.gif 2KB
t_new-a.gif 2KB
t_qr-a.gif 2KB
t_reply-a.gif 2KB
t_reply-a.gif 2KB
wordpress.gif 2KB
digest.gif 2KB
t_reply-a.gif 2KB
t_qr-a.gif 2KB
t_poll-a.gif 2KB
t_qr-a.gif 2KB
t_new-a.gif 2KB
t_reply-a.gif 2KB
t_new-a.gif 2KB
t_poll-a.gif 2KB
online-a.gif 2KB
offline-a.gif 2KB
new_subforum-a.gif 2KB
xoops.gif 1KB
size.gif 1KB
xoops.gif 1KB
p_delete-a.gif 1KB
p_reply-a.gif 1KB
p_delete-a.gif 1KB
p_quote-a.gif 1KB
p_quote-a.gif 1KB
p_edit-a.gif 1KB
acrobat.gif 1KB
p_quote-a.gif 1KB
t_qr-a.gif 1KB
p_delete-a.gif 1KB
t_qr-a.gif 1KB
p_delete-a.gif 1KB
p_up-a.gif 1KB
p_up-a.gif 1KB
p_report-a.gif 1KB
p_report-a.gif 1KB
p_report-a.gif 1KB
offline-a.gif 1KB
offline-a.gif 1KB
online-a.gif 1KB
t_poll-a.gif 1KB
t_poll-a.gif 1KB
共 2000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 20
资源评论
CrMylive.
- 粉丝: 1w+
- 资源: 4万+
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- Simulink整车控制器VCU模型,别人看不懂的模型,不能说别人有问题,只能说明建模型的人有问题 好的模型一定是处理恰当,可读性强的 此模型简单易懂,也是经过实车验证的 (其中自动驾驶部分已做
- Web自动化测试-ChroPath插件快速精准定位网页元素的方法与实践
- 经纬度转度分秒 方便快捷
- 分布式驱动汽车稳定性控制 采用纯Simulink模型搭建,包括控制策略和车辆动力学模型 采用分层式直接横摆力矩控制,上层包括模型预测MPC,滑模控制SMC,PID控制,LQR控制 可灵活对四种控
- 使用c++的程序设计案例
- 图幅号求算及度分秒换算
- Altium Designer PCB设计实战技巧汇总 - 提升设计效率与质量
- 基于差动制动的横摆稳定性控制 ~carsim自带驾驶员模型计算车轮转角 ~ 滑膜控制计算车辆附加差动力矩 ~ 按照差动制动分配规则分配力矩 ~ 通过仿真验证设计算法的有效性 特殊,出不 (图一三为不
- 微信小程序实现电影列表
- 快速排序算法原理及其Python实现详解-用于高效数据排序
- (文献+程序)多智能体分布式模型预测控制 编队 队形变 lunwen复现带文档 MATLAB MPC 无人车 无人机编队 无人船无人艇控制 编队控制强化学习 嵌入式应用 simulink仿真验证 PI
- 网页版 Visual Studio Code的使用.pdf
- 字节跳动DeepSeek: 先进的人工智能语言及多模态模型及其广泛应用和发展前景
- Halcon License 1月
- 七自由度车辆动力学模型+dugoff轮胎仿真模型 车身三个自由度+四个车轮滚动自由度 simulink 附带公式说明
- OpenHands: Code Less, Make More
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功