15 Commits

Author SHA1 Message Date
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
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
f94e1e295c update my/messages logic 2014-04-26 23:31:30 +08:00
Alsotang
dc0815371d change delegate element 2014-04-24 10:51:20 +08:00
jiyinyiyong
4d8a606b03 delegate click items on classes 2014-04-23 19:20:07 +08:00
Jackson Tian
25bd3d2cfa 去除用标签来制造空格的行为 2013-06-17 18:39:52 +08:00
Jackson Tian
c71d612b4e Coding style refine. 2013-02-19 17:23:30 +08:00
jiyinyiyong
f1611a233e 合并通知按钮 2012-09-18 09:08:06 +08:00
fengmk2
270653216b add sidebar 2012-03-04 02:56:01 +08:00
fengmk2
7921025aa6 fixed csrf bug in mark message read 2012-03-04 00:15:36 +08:00
fengmk2
256683ca24 * merge cnodeclub to nodeclub;
* add more settings for custom site;
* fixed upload.js not worked bug;
2012-03-03 23:37:54 +08:00
muyuan
91f7250d36 话题回复数纳入二级回复,样式调整 2012-03-01 15:10:43 +08:00
muyuan
e524b2f9b5 project init 2012-02-15 21:17:16 +08:00