redbbs-pro/work_redbbs.md
2019-05-01 11:12:56 +08:00

69 lines
1.7 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

======================
redbbs
redoss
redbbs-app
redim
redtimer
redexcel
jfly
待办:
1、redtimer 文档编写
# redbbs
1. √文章编辑加入未保存浏览器缓存
2. √文章编辑标题加入长度检查
3. 注册邮箱验证--
4. √加入管理员功能
5. 丰富个人中心
6. 加入资源模块--
7. √|-|管理员浏览文章阅读数不做增长
8. √个人中心-收藏数据不对
9. √管理员查询不到用户未公开帖子
10. √注册/资料修改 成功后未提示
11. √首页帖子用户头像链接地址错误
12. +帖子访客记录
13. 指定好友帖子权限--指定好友可见
14. ~项目更新记录页使用时光线展示
15. +SEO设置
16. +标签
17. +访问日志记录
18. +管理后台
19. +读书频道
20. +网站自动升级功能
21. +灵感说
22. +工作簿
社区升级
1、表字段统一小写
2、表模块划分
3、表状态等字段统一smallint
4、部分字段值重新定义
升级程序实录:
1.导出表结构
mysqldump -u root -d -p redbbs > redbbs-t-06.17.sql
2.导出数据
mysqldump -u root -t -p redbbs > redbbs-t-06.17.sql
3.创建数据库
create database redbbs_dev default charset utf8;
4.导入数据库
mysql -u root -p redbbs_dev < redbbs-t-06.17.sql
echo '[mongodb-org-3.6]
name=MongoDB Repository
baseurl=https://repo.mongodb.org/yum/redhat/$releasever/mongodb-org/3.6/x86_64/
gpgcheck=1
enabled=1
gpgkey=https://www.mongodb.org/static/pgp/server-3.6.asc'
>> /etc/yum.repos.d/mongodb-org-3.6.repo
灵感说功能