发布于 2015-05-28 13:51:13 | 245 次阅读 | 评论: 0 | 来源: 网友投递
NodeBB 基于Node.js的论坛系统
NodeBB是Design Create Play开发的一款使用Node.js构建的论坛系统,使用redis或mongoDB数据库,采用web socket技术实现。支持响应式布局,兼容IE8,将论坛的体验带向一个新的高度。(国外的论坛系统都相当纯粹,并不会像Discuz、phpwind 那样提供各种建站所需模块)
NodeBB是Design Create Play开发的一款使用Node.js构建的论坛系统,使用redis或mongoDB数据库,采用web socket技术实现。支持响应式布局,将论坛的体验带向一个新的高度。(国外的论坛系统都相当纯粹,并不会像Discuz、phpwind那样提供各种建站所需模块)
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
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.