Skip to content

Commit 8e83286

Browse files
committed
Release 0.3.3
1 parent 156d8bb commit 8e83286

File tree

4 files changed

+92
-49
lines changed

4 files changed

+92
-49
lines changed

AUTHORS

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Total 18 contributors.
1+
# Total 19 contributors.
22
# Ordered by date of first contribution.
3-
# Auto-generated (https://github.com/fengmk2/node-authors) on Mon Sep 17 2012 22:58:42 GMT+0800 (CST).
3+
# Auto-generated (https://github.com/fengmk2/node-authors) on Mon Mar 11 2013 09:48:50 GMT+0800 (CST).
44

55
muyuan <muyuan.qsf@taobao.com> (https://github.com/muyuan)
66
roymax <roymax@gmail.com> (https://github.com/roymax)
@@ -19,4 +19,5 @@ sunwenchao <sunstyle@yeah.net> (https://github.com/sunwenchao)
1919
jiyinyiyong <jiyinyiyong@gmail.com> (https://github.com/jiyinyiyong)
2020
aisk <aisk1988@gmail.com> (https://github.com/aisk)
2121
Xiang Gao <392041299@qq.com> (https://github.com/gxmari007)
22-
spout <snoopyxdy@gmail.com> (https://github.com/DoubleSpout)
22+
spout <snoopyxdy@gmail.com> (https://github.com/DoubleSpout)
23+
Cong Ding <cong@cding.org> (https://github.com/ccding)

History.md

Lines changed: 66 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,73 @@
11

2-
n.n.n / 2012-03-04
2+
0.3.3 / 2013-03-11
33
==================
44

5-
* ensure IncomingForm.UPLOAD_DIR
6-
* ensure upload image dir exists
7-
* fixed csrf bug in mark message read
8-
* remove customHost
9-
* add .naeignore files
10-
* * merge cnodeclub to nodeclub; * add more settings for custom site; * fixed upload.js not worked bug;
11-
* Merge pull request #4 from dead-horse/master
12-
* Merge pull request #11 from thebrecht/master
13-
* 话题回复数纳入二级回复,样式调整
14-
* 支持table,邮件提醒
15-
* 加入亂數產生新密碼
16-
* fix style
17-
* bugs fixed
18-
* Merge pull request #3 from LeToNode/master
19-
* Merge pull request #6 from ericzhang-cn/master
20-
* markdown语法粗体应为两个星号,原描述有误
21-
* Merge pull request #2 from roymax/master
22-
* change to async
23-
* change to async
24-
* Update README.md
25-
* 修复`abc+label@gmail.com`格式的注册邮箱不能成功激活的问题
26-
* commit
27-
* project init
28-
* first commit
5+
* Merge pull request #126 from cnodejs/updateSignFlow
6+
* 修复topic更新bug;修复@某人 bug
7+
* reply2也可以定位到
8+
* 修复node 0.6 test cases
9+
* 修复删除评论异常
10+
* 修复 exports.updateLastReply 没有callback的bug
11+
* 管理员可以帮忙激活账号
12+
* Merge pull request #125 from JacksonTian/refine
13+
* Fix http to https
14+
* 重构注册和发帖以及发邮件的部分
15+
* Merge pull request #117 from JacksonTian/get_post
16+
* 去除掉req.method的判断,分拆方法
17+
* Merge pull request #122 from JacksonTian/proxy
18+
* 分离controller和数据操作业务逻辑
19+
* 改完下划线驼峰为小驼峰式风格
20+
* Merge pull request #116 from JacksonTian/codingstyle
21+
* Coding style refine.
22+
* Merge pull request #113 from JacksonTian/master
23+
* 添加依赖服务状态图标
24+
* Merge pull request #112 from JacksonTian/refine
25+
* 修正rewire.reset()导致的单元测试异常
26+
* Refine coding style
27+
* Merge pull request #111 from JacksonTian/master
28+
* Merge pull request #110 from JacksonTian/reset_history
29+
* Update Authors
30+
* 恢复History.md文件
31+
* Merge pull request #104 from ccding/master
32+
* fix issue #27: lower case email address for gravatar
33+
* Merge pull request #103 from ccding/master
34+
* fix issue #92: email address with gmail label ("+" encode)
35+
* fixed topic delete not post method security problem.
36+
* empty author
37+
* fixed author empty bug
38+
* Merge pull request #99 from leizongmin/master
39+
* 将Markdown中的H标题解析放到代码块解析后面
40+
* Merge pull request #96 from leizongmin/master
41+
* 修正无法正确解析http://127.0.0.1这样的IP地址链接
42+
* fixed font
43+
* fixed color style
44+
* Merge pull request #87 from jiyinyiyong/rebased
45+
* Merge pull request #91 from leizongmin/master
46+
* 使用xss模块来过滤主题及回复内容
47+
* update to 0.3.2
48+
* Merge remote branch 'cnode/master'
49+
* fix escape
50+
* Merge pull request #89 from dead-horse/master
51+
* fix test
52+
* use in node-validator
53+
* Merge remote branch 'cnode/master'
54+
* support block code
55+
* Merge pull request #88 from dead-horse/master
56+
* fix
57+
* change @me to markdown
58+
* fix @ bug in topic content
59+
* Merge pull request #86 from dead-horse/master
60+
* not escape html in
61+
* add preview
62+
* remove tags in topics of home page
63+
* some css
64+
* 合并通知按钮
65+
* use escape replace of xss()
66+
* fixed test cases
67+
* Merge pull request #85 from dead-horse/master
68+
* 过滤url允许绝对路径
2969

30-
n.n.n / 2012-03-04
70+
0.3.2 / 2012-03-04
3171
==================
3272

3373
* ensure IncomingForm.UPLOAD_DIR

README.md

Lines changed: 21 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -67,33 +67,35 @@ if (req.body && req.body.user_action === 'upload_image') return next();
6767
Below is the output from `git-summary`.
6868

6969
```
70+
$ git summary
71+
7072
project : nodeclub
71-
repo age : 1 year
72-
active : 100 days
73-
commits : 244
74-
files : 268
73+
repo age : 1 year, 1 month
74+
active : 113 days
75+
commits : 270
76+
files : 280
7577
authors :
76-
114 fengmk2 46.7%
77-
30 dead-horse 12.3%
78-
20 Jackson Tian 8.2%
79-
16 jiyinyiyong 6.6%
80-
10 Kenny Zhao 4.1%
81-
9 Lei Zongmin 3.7%
82-
9 muyuan 3.7%
83-
7 young40 2.9%
84-
6 aisk 2.5%
85-
5 ericzhang 2.0%
86-
4 spout 1.6%
87-
3 Json Shen 1.2%
88-
2 Cong Ding 0.8%
89-
2 chang 0.8%
78+
129 fengmk2 47.8%
79+
31 Jackson Tian 11.5%
80+
30 dead-horse 11.1%
81+
16 jiyinyiyong 5.9%
82+
10 Kenny Zhao 3.7%
83+
9 Lei Zongmin 3.3%
84+
9 muyuan 3.3%
85+
7 young40 2.6%
86+
6 aisk 2.2%
87+
5 ericzhang 1.9%
88+
4 spout 1.5%
89+
3 Json Shen 1.1%
90+
2 Cong Ding 0.7%
91+
2 chang 0.7%
9092
1 sunwenchao 0.4%
9193
1 roymax 0.4%
9294
1 Xiang Gao 0.4%
9395
1 leizongmin 0.4%
9496
1 thebrecht 0.4%
9597
1 LeToNode 0.4%
96-
1 张洋 0.4%
98+
1 张洋 0.4%
9799
```
98100

99101
## License

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nodeclub",
3-
"version": "0.3.2",
3+
"version": "0.3.3",
44
"main": "app.js",
55
"private": true,
66
"dependencies": {

0 commit comments

Comments
 (0)