This website requires JavaScript.
Explore
Help
Register
Sign In
archive-gh-me
/
thinkjs
Watch
1
Star
0
Fork
0
You've already forked thinkjs
mirror of
https://github.com/thinkjs/thinkjs.git
synced
2026-01-25 14:42:47 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
thinkjs
/
lib
/
Lib
/
Core
History
pjk420838945
1d2445baab
Update Http.js
...
commonPost方法在遍历Post参数时 取post[name].length 如果有参数null会报错。
2015-06-04 15:53:38 +08:00
..
App.js
修正APP_DEBUG=true时,App.sendError()报错 Fixed issue
#162
2015-05-10 09:19:02 +08:00
Controller.js
给下载添加异常捕获
2014-11-18 12:26:53 +08:00
Db.js
修复sql查询数据缓存后,通过S()无法取出的情况.
fix
#134
2014-11-09 14:18:01 +08:00
Dispatcher.js
不强制将controller名改为小写,
fix
#166
2015-05-29 07:50:31 +08:00
Http.js
Update Http.js
2015-06-04 15:53:38 +08:00
Model.js
修复高级模型下数据表含有下划线导致key错误的bug
2015-05-15 19:07:34 +08:00
Think.js
将setInterval时间间隔由100ms改为500ms
2014-11-18 13:44:47 +08:00
View.js
修复assign promise,extend导致promise失效的问题
2014-11-10 10:13:22 +08:00