18 Commits

Author SHA1 Message Date
alsotang
bc7bbd34e7 use github user profile 2014-10-01 14:20:14 +08:00
alsotang
f42b91b544 add more tests
modified:   test/controllers/message.test.js
	modified:   test/controllers/topic.test.js
	modified:   test/controllers/user.test.js
	modified:   test/support/support.js
2014-09-27 17:18:31 +08:00
alsotang
1f0954c057 reformat html indent width to 2 2014-08-29 12:19:27 +08:00
alsotang
7e030b5d9f reformat 所有代码 2014-08-12 20:10:50 +08:00
alsotang
4b4b63d368 个性签名 2014-08-12 20:06:10 +08:00
alsotang
49d647d3b5 button 样式扁平化 2014-08-12 17:41:36 +08:00
alsotang
eb8f732afb UI 修改. thx to https://github.com/cnodejs/nodeclub/pull/373 2014-08-12 14:52:08 +08:00
Raven WANG
376925338c 修正无法通过 if (locals.variable) 判定 variable 是否存在的问题
由于partial早在Express 3.x已经是被抛弃的特性,几个middleware包括这里使用的ejs-locals已经无人维护,不建议继续使用
而ejs-locals对于locals对象的处理有问题,有时候不能使用 if (locals.variable) 来判定variable是否存在,只能使用 if (typeof(variable) !== 'undefined')
2014-05-07 14:33:55 +08:00
Raven WANG
e4048e9042 解决Express 3以后模板不再支持partial的问题 2014-05-07 14:33:44 +08:00
Alsotang
7fddd22ff3 关闭邮件通知功能 2014-04-23 11:30:08 +08:00
Alsotang
b82d443da2 帮页面做减法 2014-02-25 14:03:42 +08:00
Alsotang
bba13c1efd GitHub link in Settings 2013-12-30 16:04:44 +08:00
Jackson Tian
25bd3d2cfa 去除用标签来制造空格的行为 2013-06-17 18:39:52 +08:00
fengmk2
c30c50f4be 模板必须使用双引号 2012-09-17 22:19:12 +08:00
fengmk2
69f0d832e2 support custom profile image url fixed #54 2012-08-26 00:15:16 +08:00
fengmk2
270653216b add sidebar 2012-03-04 02:56:01 +08:00
muyuan
cdb833d4f1 支持table,邮件提醒 2012-02-29 18:06:19 +08:00
muyuan
e524b2f9b5 project init 2012-02-15 21:17:16 +08:00