372 Commits

Author SHA1 Message Date
lichengyin
48bf873e2d optimize model, support read & write separate config 2015-11-12 10:56:20 +08:00
lichengyin
597e8350e0 fix redis session test error 2015-11-12 09:48:23 +08:00
lichengyin
14c14187d7 optimize get socket instance 2015-11-11 10:59:25 +08:00
lichengyin
c25f8f68d6 refactoring app exec method 2015-11-10 11:54:25 +08:00
lichengyin
afa2b170c4 update test case 2015-11-08 08:44:19 +08:00
lichengyin
aa84bfd48c rename middleware route to parse_route 2015-11-07 22:16:33 +08:00
lichengyin
f600991ab1 optimize redis session 2015-11-07 22:07:46 +08:00
lichengyin
eb6e5a78d9 add parseConfig method to think.adapter.base, optimize redis & memcache cache 2015-11-07 22:00:56 +08:00
lichengyin
2c8e58bf38 remove view.options config, use view.adapter instead 2015-11-07 21:40:32 +08:00
lichengyin
28b7d59276 refactory adapter 2015-11-07 20:39:16 +08:00
lichengyin
efa63ddda5 support resource request has range header 2015-11-07 08:53:27 +08:00
lichengyin
eecb792aab fix can not reload when base file updated 2015-11-06 13:02:59 +08:00
lichengyin
ade5397a14 fix test case error 2015-11-06 09:25:35 +08:00
lichengyin
13721ab12a add file auto compile 2015-11-05 11:12:54 +08:00
lichengyin
46bbf75204 add think.parallelLimit test case 2015-11-05 09:33:35 +08:00
lichengyin
2e48cd5f59 optimize cache config 2015-11-04 10:42:00 +08:00
lichengyin
a280aac849 add think.mergeConfig test case 2015-11-04 09:32:08 +08:00
lichengyin
366fd64be4 remove read_html_cache & write_html_cache middleware, add vender middleware think-html-cache 2015-11-04 09:21:00 +08:00
lichengyin
485d876e7b update file store test case 2015-11-03 10:59:51 +08:00
lichengyin
94c9c46c1e fix get payload error when has third middleware to parse payload 2015-11-03 10:54:50 +08:00
lichengyin
d61a0af865 allow action has - char 2015-11-02 17:15:31 +08:00
lichengyin
89a8096fd0 fix hook test error 2015-11-02 13:25:28 +08:00
lichengyin
3a2a00b160 fix template test errors 2015-11-01 21:57:09 +08:00
lichengyin
88ca914266 remove deny_ip middleware, use vender think-ip-filter middleware instead 2015-11-01 13:25:52 +08:00
lichengyin
590c2a84fe check where condition when update db data 2015-11-01 09:31:45 +08:00
lichengyin
db7c33db69 fix can not change cache type in think.cache method. fix #186 2015-11-01 08:06:28 +08:00
lichengyin
3cb4f2c980 fix mongo parseWhere error when mongodb is not installed 2015-10-31 16:35:20 +08:00
lichengyin
a1af2dfb87 auto convert mongoId string to ObjectID in parseWhere method 2015-10-31 16:21:22 +08:00
lichengyin
5116f861d9 send object data when has error on validate parameters, fix #183 2015-10-30 22:22:00 +08:00
lichengyin
b49efc9299 fix parse field has SQL functions 2015-10-29 11:47:42 +08:00
lichengyin
22bf598b33 change some methods name, etc: _afterSelect to afterSelect 2015-10-29 11:24:04 +08:00
lichengyin
2dd15e38f9 optimize file download 2015-10-29 10:15:12 +08:00
lichengyin
80f8652cdf support where({title: null}) 2015-10-29 08:59:28 +08:00
lichengyin
ce84658390 rename hook names 2015-10-28 17:02:35 +08:00
lichengyin
97cae81bbd fix test case error 2015-10-28 14:14:08 +08:00
lichengyin
34c4960c8f add base socket test case 2015-10-27 11:57:54 +08:00
lichengyin
dbeaaa35a2 update test case 2015-10-27 11:24:34 +08:00
lichengyin
6365f1a3c8 add app test case 2015-10-27 11:00:19 +08:00
lichengyin
5d45179d0b add redis session test case 2015-10-27 10:08:11 +08:00
lichengyin
c3a08d8ba0 add db session test case 2015-10-27 09:48:44 +08:00
lichengyin
08a1025815 add http_base test case 2015-10-27 09:19:28 +08:00
lichengyin
5a7bda18d0 add think.statusAction test case 2015-10-27 08:27:53 +08:00
lichengyin
5d8fcab3ce add adapter/template/numjucks test case 2015-10-26 20:43:09 +08:00
lichengyin
03db37c76e update test case 2015-10-26 19:38:51 +08:00
lichengyin
cabe9bb560 add relation model test case 2015-10-26 18:21:18 +08:00
lichengyin
b630e640fe add mongo model test case 2015-10-26 16:14:32 +08:00
lichengyin
4884a1ae9d add bootstrap/_payload.js test case 2015-10-26 14:40:47 +08:00
lichengyin
6516ea251a add base service test case 2015-10-26 13:01:58 +08:00
lichengyin
3459d1e67e add websocket adapter test case 2015-10-26 12:53:06 +08:00
lichengyin
bf4b20346e support {id: {IN: [1,2,3]}} in where condition 2015-10-25 19:45:39 +08:00