2168575 发表于 2016-11-23 04:09:17

PHPBB 3.1.10 正式发布,添加UI测试功能

  欢迎加入运维网交流群:263444886
                              PHPBB 发布了代号为"Bertie's Indian summer"的最新版本(3.1.10)。此版本是3.1.x分支的维护版本,主要是修复了一些安全问题和小错误。较为实用的是表单检查功能的强化和添加了UI的测试功能。
  新功能:

[*]  检查的phpBB版本的常对配置版本: Display a warning in the ACP if the version constant (files) does not match the phpbb_config version
[*]  在UI测试支持扩展:UI tests now also support installing extensions and testing their behavior
  显著变化:

[*]  Improved migrator - The migrator will now properly prevent timeouts and infinite loops. It will no longer unexpectedly try to revert update_data() implementations using "if": https://www.phpbb.com/community/viewtopic.php?f=461&t=2383821
[*]  Dropped support for MySQL versions improperly implementing FULLTEXT support - Some MySQL versions used improper implementations of FULLTEXT support. Versions with correct support are now required: https://github.com/phpbb/phpbb/pull/4426
[*]  Users removed from newly registered group when limit set to 0 posts - Users will now be able to exit the newly registered users group when the limit is set to according to the setting's definition in the ACP.
[*]
  Further hardened checking links and form submissions - Added link hashes and form keys to all forms in the ACP that were still>
  bug修复:

[*]  Prevent MySQL error when looking at your posts - Wrong column was selected in certain cases.
[*]  Q&A CAPTCHA no longer logs error when solved - A change in 3.1.9 caused the CAPTCHA to log an error even though it was solved.
[*]  Min/max form values no longer preventing update of avatar settings - The newly introduced form validation on the html side will no longer report invalid min/max settings when updating avatar settings.
[*]  Fixed fatal error when upgrading from 3.0.x - Fixed error when upgrading from version with softdelete MOD installed.
[*]  Limit prunes per cron for large forums - Prunes on large forums were not limited. This could cause the prune query to fail at an unspecified point in time and leave topics unpruned.
[*]  Rollback transactions in notifications manager - Fixed issues with not rolled back transactions when using non-existent notification types
  phpBB是一款开源的网络论坛系统,使用PHP作为程式语言,并支持如MySQL、PostgreSQL、MSSQL、SQLite、Microsoft Access与Oracle等的资料库。除去资料库支持上,以下为phpBB的几项优点:
  使用样板系统设计可方便地快速修改
  国际化并支持64种可用的语言翻译,可同时安装多套翻译庞大且众多的网络论坛提供使用者自由交流与外挂软件的支援
  本次版本新闻的亮点可参见:https://wiki.phpbb.com/Release_Highlights/3.1.10   
  本次修复的详细信息:https://tracker.phpbb.com/issues/?filter=13908
  PHPBB 下载地址:https://www.phpbb.com/downloads/
页: [1]
查看完整版本: PHPBB 3.1.10 正式发布,添加UI测试功能