红联Linux门户
Linux帮助

NodeBB v0.7.0发布,Node.js论坛程序

发布时间:2015-05-29 09:30:59来源:红联作者:empast
NodeBB是Design Create Play开发的一款使用Node.js构建的论坛系统,使用redis或mongoDB数据库,采用web socket技术实现。支持响应式布局,将论坛的体验带向一个新的高度。(国外的论坛系统都相当纯粹,并不会像Discuz、phpwind那样提供各种建站所需模块)

Hook changes

Filter

filter:topic.get see this commit

filter:topic.thread_tools see this commit

filter:post.save changed to filter:post.edit when editing a post. see this commit

filter:templates.get_config and filter:templates.get_virtual removed.

filter:search.query parameters changed, see this commit

Other changes

app.uid and friends are removed see this commit. Please use app.user.uid from now on.

All templates in widget-essentials has been moved to a subfolder called widgets. see this commit

Home.tpl has been renamed to categories.tpl see this commit

settings.language has been renamed to settings.userLang to match the config see this commit

Updates to search system, upgrading to 0.7.0 requires clearing and reindexing content from the appropriate search plugin.

the _key, value index changed to a unique/sparse index. Only affects mongodb.

posts.getPostsByTid renamed to posts.getPostsFromSet, first param removed.

软件详情:https://github.com/NodeBB/NodeBB

来自:开源中国社区
文章评论

共有 0 条评论