2015 Commits

Author SHA1 Message Date
lichengyin
a3973e9ff0 change module/controller/action when invoke another action 2015-11-18 13:00:45 +08:00
lichengyin
6d7625af2a replace think.co.wrap with think.co 2015-11-18 11:33:42 +08:00
lichengyin
80f8823a77 support -v to show thinkjs version 2015-11-17 19:33:57 +08:00
lichengyin
ee3fae5567 update readme 2015-11-17 12:16:00 +08:00
lichengyin
4d4596ef3b close socket when has error Connection lost: The server closed the connection. 2015-11-16 09:44:37 +08:00
lichengyin
0225d468a2 fix missing comma when create rest controller without es6 2015-11-15 21:29:12 +08:00
lichengyin
0512537d84 logic rules allow object 2015-11-15 08:59:07 +08:00
lichengyin
a68c45309a release 2.0.9 2.0.9 2015-11-15 08:07:43 +08:00
lichengyin
70df8aea50 logic rules support object 2015-11-15 08:04:55 +08:00
lichengyin
2d525760bf fix multi sql connect when differrent query 2015-11-15 07:55:42 +08:00
lichengyin
014d8de104 fix adapter error when use db session 2015-11-15 07:48:02 +08:00
lichengyin
1073b9d93c fix countSelect error when count is zero 2015-11-14 22:24:57 +08:00
lichengyin
fa923e6343 fix think.npm test error 2015-11-14 22:14:48 +08:00
lichengyin
697db4ae23 change think.npm install path, add --save options 2015-11-14 22:08:02 +08:00
lichengyin
1e888852ce clear route cache before reload 2015-11-14 21:59:11 +08:00
lichengyin
5da77e7019 release 2.0.8 2.0.8 2015-11-14 15:25:55 +08:00
lichengyin
fe27a00983 fix load sys module method error in some platforms 2015-11-14 15:24:57 +08:00
lichengyin
5c2bdc47d7 use view root_path for nunjucks root path 2015-11-14 12:53:50 +08:00
lichengyin
728cdccb8a fix copy error package.json file when use es6 mode create application 2015-11-14 09:22:50 +08:00
lichengyin
9535cabbc5 fix not fresh cache when template file changed 2015-11-14 09:05:48 +08:00
lichengyin
987cdf11d6 fix get app mode error when app dir is not exist 2015-11-14 07:49:28 +08:00
lichengyin
6641921a71 release 2.0.7 2.0.7 2015-11-13 22:01:13 +08:00
lichengyin
f1e6b239d4 ignore module which start with . 2015-11-13 20:13:05 +08:00
lichengyin
2eac0d23b0 delete compiled file & clear file cache when src file is deleted 2015-11-13 18:09:02 +08:00
lichengyin
8f4bbf8cfc update dependency package version 2015-11-13 17:00:51 +08:00
lichengyin
f5699eeb2f when pk not set, use * for count, sum method in base model 2015-11-13 09:20:58 +08:00
lichengyin
f68416caf8 user async/await refactroing getData method is file session 2015-11-12 18:32:39 +08:00
lichengyin
07a3e59e3d fix eslint error 2015-11-12 18:32:10 +08:00
lichengyin
a97840397a when has error, send json data when request is ajax or jsonp 2015-11-12 18:22:35 +08:00
lichengyin
01d9ce3443 rename www/index.js to www/development.js when create applications 2015-11-12 17:44:22 +08:00
lichengyin
9c701cfbce add compile code for file www/index.js when mode is ES6 2015-11-12 17:39:30 +08:00
lichengyin
8ffe441267 show error page when babel compile error 2015-11-12 17:17:02 +08:00
lichengyin
be3fbff5ab fix sometimes babel compiled error, fix file auto reload bug when change base file 2015-11-12 16:52:37 +08:00
lichengyin
d0237e0405 show error when write promise 2015-11-12 13:10:41 +08:00
lichengyin
48bf873e2d optimize model, support read & write separate config 2015-11-12 10:56:20 +08:00
lichengyin
9af0fe3317 db session support adapter config 2015-11-12 09:49:43 +08:00
lichengyin
597e8350e0 fix redis session test error 2015-11-12 09:48:23 +08:00
lichengyin
61d2f0ef18 fix cache adapter options 2015-11-12 09:15:33 +08:00
lichengyin
97df544c35 enable retainLines when use babel compile 2015-11-11 18:59:53 +08:00
lichengyin
114943acf7 add think.camelCase method 2015-11-11 18:58:22 +08:00
lichengyin
14c14187d7 optimize get socket instance 2015-11-11 10:59:25 +08:00
lichengyin
cc2ccb3ac9 Update 2015-11-10 19:51:40 +08:00
lichengyin
e6a3800377 hide resource request log when log_request config is open 2015-11-10 11:54:50 +08:00
lichengyin
c25f8f68d6 refactoring app exec method 2015-11-10 11:54:25 +08:00
lichengyin
9a23777f1e optimize include cookie 2015-11-10 09:43:14 +08:00
lichengyin
54bfad6cb0 optimize get template file content 2015-11-10 09:13:28 +08:00
lichengyin
a5e713f26f optimize check dependency 2015-11-10 09:00:06 +08:00
lichengyin
930c0d3188 fix not load bootstrap when application mode is not mode_module 2015-11-09 10:02:23 +08:00
lichengyin
719853869e add check dependencies is installed before start server 2015-11-08 15:57:27 +08:00
lichengyin
1e1533e598 fix load bootstrap error when is not .js file, fix #192 2015-11-08 15:47:18 +08:00