Skip to content

Latest commit

 

History

History
135 lines (127 loc) · 4.83 KB

History.md

File metadata and controls

135 lines (127 loc) · 4.83 KB

0.3.5 / 2013-05-30

  • Update logo based on the new official one (@finian)
  • UI more flatter; use "white-space:pre" to show spaces (@jiyinyiyong)
  • fixed #161 xss process after markdown transfer
  • 修复reply2的逻辑;暂时屏蔽标签功能
  • use fixed-width font in reply
  • a text align and a padding
  • add padding to the read messages
  • 点击回复数直接跳到最后一个回复
  • 支持html
  • fixed #154 消息跳转没有直接跳转到回复
  • fixed #146 修复tag编辑bug
  • 增加nae config
  • 增加邮件提示内容
  • read file sync package.json

0.3.4 / 2013-05-27

  • user markd instead showdown, use ace (@fengmk2)
  • 使用加粗的边缘线; 过滤粉红色的边缘线; 加深 panel header 颜色; 去掉 scrollbar 定制 (@jiyinyiyong)
  • 指定xss模块的配置信息,禁止HTML标签的style和class属性 (@lezongmin)
  • shanzhai'd Github T3T (@jiyinyiyong)
  • @jiyinyiyong 修改界面布局 fixed #139
  • 添加话题详情主要内容的行高 (@kerngven)
  • 增加POST提交时间间隔限制 (@leizongmin)
  • 中英文间用空格
  • 发帖页面优化
  • 文本框高度不要闪烁
  • use bootstrap 2; hide tags
  • see the demo of new UI
  • 搜索页面,如果回复时间过长,会产生断行的情况
  • unit test cases
  • #132 Add https:// validate on user.js cnodejs#132 (@meteormatt)
  • Add 0.10 for travis
  • fixed #107 update user links

0.3.3 / 2013-03-11

  • Merge pull request #126 from cnodejs/updateSignFlow
  • 修复topic更新bug;修复@某人 bug
  • reply2也可以定位到
  • 修复node 0.6 test cases
  • 修复删除评论异常
  • 修复 exports.updateLastReply 没有callback的bug
  • 管理员可以帮忙激活账号
  • Merge pull request #125 from JacksonTian/refine
  • Fix http to https
  • 重构注册和发帖以及发邮件的部分
  • Merge pull request #117 from JacksonTian/get_post
  • 去除掉req.method的判断,分拆方法
  • Merge pull request #122 from JacksonTian/proxy
  • 分离controller和数据操作业务逻辑
  • 改完下划线驼峰为小驼峰式风格
  • Merge pull request #116 from JacksonTian/codingstyle
  • Coding style refine.
  • Merge pull request #113 from JacksonTian/master
  • 添加依赖服务状态图标
  • Merge pull request #112 from JacksonTian/refine
  • 修正rewire.reset()导致的单元测试异常
  • Refine coding style
  • Merge pull request #111 from JacksonTian/master
  • Merge pull request #110 from JacksonTian/reset_history
  • Update Authors
  • 恢复History.md文件
  • Merge pull request #104 from ccding/master
  • fix issue #27: lower case email address for gravatar
  • Merge pull request #103 from ccding/master
  • fix issue #92: email address with gmail label ("+" encode)
  • fixed topic delete not post method security problem.
  • empty author
  • fixed author empty bug
  • Merge pull request #99 from leizongmin/master
  • 将Markdown中的H标题解析放到代码块解析后面
  • Merge pull request #96 from leizongmin/master
  • 修正无法正确解析http://127.0.0.1这样的IP地址链接
  • fixed font
  • fixed color style
  • Merge pull request #87 from jiyinyiyong/rebased
  • Merge pull request #91 from leizongmin/master
  • 使用xss模块来过滤主题及回复内容
  • update to 0.3.2
  • Merge remote branch 'cnode/master'
  • fix escape
  • Merge pull request #89 from dead-horse/master
  • fix test
  • use in node-validator
  • Merge remote branch 'cnode/master'
  • support block code
  • Merge pull request #88 from dead-horse/master
  • fix
  • change @me to markdown
  • fix @ bug in topic content
  • Merge pull request #86 from dead-horse/master
  • not escape html in
  • add preview
  • remove tags in topics of home page
  • some css
  • 合并通知按钮
  • use escape replace of xss()
  • fixed test cases
  • Merge pull request #85 from dead-horse/master
  • 过滤url允许绝对路径

0.3.2 / 2012-03-04

  • ensure IncomingForm.UPLOAD_DIR
  • ensure upload image dir exists
  • fixed csrf bug in mark message read
  • remove customHost
  • add .naeignore files
    • merge cnodeclub to nodeclub; * add more settings for custom site; * fixed upload.js not worked bug;
  • Merge pull request #4 from dead-horse/master
  • Merge pull request #11 from thebrecht/master
  • 话题回复数纳入二级回复,样式调整
  • 支持table,邮件提醒
  • 加入亂數產生新密碼
  • fix style
  • bugs fixed
  • Merge pull request #3 from LeToNode/master
  • Merge pull request #6 from ericzhang-cn/master
  • markdown语法粗体应为两个星号,原描述有误
  • Merge pull request #2 from roymax/master
  • change to async
  • change to async
  • Update README.md
  • 修复[email protected]格式的注册邮箱不能成功激活的问题
  • commit
  • project init
  • first commit