Commit Graph

3287 Commits

Author SHA1 Message Date
thinkphp
d1a99bb02c 改进Query类的getCacheKey方法 2017-09-12 10:48:51 +08:00
thinkphp
e2d2f37930 修正hasMany关联 2017-09-11 18:29:14 +08:00
thinkphp
1b65f2ec41 改进关联Relation类 2017-09-10 12:46:55 +08:00
Gaozhen Ying
60d6be4627 新增Jump相关测试用例 2017-09-08 18:05:39 +08:00
thinkphp
4882617edb 改进Query类group方法的解析 2017-09-07 11:45:04 +08:00
thinkphp
56bce822f3 调整 2017-09-07 11:40:07 +08:00
thinkphp
6bab32b1ea hasOne关联的has方法改进 2017-09-07 11:26:46 +08:00
thinkphp
50e834c5b5 hasMany的has方法默认不指定字段 2017-09-07 11:24:14 +08:00
thinkphp
49b349be90 改进hasMany关联 2017-09-07 10:53:52 +08:00
thinkphp
accd0b6db4 改进一处异常错误 2017-09-06 10:18:06 +08:00
thinkphp
067237fa1f 改进一个字段多次查询条件 2017-09-05 18:12:05 +08:00
thinkphp
4ef35fa4bb Query类lock方法支持传入字符串 2017-09-05 17:36:15 +08:00
thinkphp
c5a826bcc1 改进sqlsrv驱动 2017-09-05 16:46:10 +08:00
thinkphp
b115680a4d 改进分页类和数据集类的each方法 2017-09-05 15:12:51 +08:00
thinkphp
495020b7b0 改进Request类filterExp方法 2017-09-05 14:16:54 +08:00
thinkphp
13ea433ad6 改进缓存的tag缓存时间 2017-09-05 11:52:34 +08:00
thinkphp
26482e4ed0 改进 2017-09-05 10:28:21 +08:00
thinkphp
bb3fb74bb7 改进软删除的关联删除 2017-09-05 10:27:28 +08:00
thinkphp
ad48ec693f 改进Query类的connect方法 2017-09-04 11:29:19 +08:00
thinkphp
3f813b293f 改进上传类对swf的支持 2017-09-03 19:43:25 +08:00
thinkphp
d6716ddd82 改进Query类的cache方法 2017-09-01 17:23:19 +08:00
thinkphp
764d2676db 改进session类的prefix方法 2017-08-31 19:24:04 +08:00
thinkphp
306ce289c4 改进Model类的save方法对sequence的支持 2017-08-31 18:09:20 +08:00
thinkphp
ed5d05f4b7 修正 2017-08-31 17:01:03 +08:00
thinkphp
3664e46d2f Pivot架构方法添加默认值 2017-08-31 16:57:50 +08:00
thinkphp
18aa14924e chunk方法添加异常处理 2017-08-31 16:15:24 +08:00
thinkphp
aa0583fee4 改进Query类chunk方法避免受order方法影响 2017-08-31 15:58:48 +08:00
thinkphp
d41efe86dd 缓存有效期参数支持传入DateTime对象 2017-08-30 15:47:26 +08:00
thinkphp
fe779ee04c 改进 2017-08-30 15:39:04 +08:00
thinkphp
e05d6aecd6 改进Builder类的parseData方法 2017-08-30 14:14:43 +08:00
thinkphp
8aacceac69 改进HasMany关联的getRelationCountQuery方法 2017-08-30 10:49:35 +08:00
thinkphp
a217d88e38 改进缓存驱动 2017-08-30 10:49:10 +08:00
thinkphp
64ccd7ea68 Merge branch 'master' of https://github.com/top-think/framework 2017-08-28 11:30:42 +08:00
thinkphp
6e75d3c6c7 改进model类的save方法 2017-08-28 11:30:15 +08:00
thinkphp
9e86f2877a Merge branch 'master' of https://github.com/top-think/framework 2017-08-24 22:33:51 +08:00
thinkphp
aa9ce71cda 改进 2017-08-24 22:33:14 +08:00
thinkphp
e2c7ba29e3 改进chunk方法的order参数大小写 2017-08-21 11:16:56 +08:00
thinkphp
6b98a9974c 改进Query类的chunk方法支持排序设置 2017-08-19 10:42:05 +08:00
thinkphp
04ee016643 缓存类的remember方法增加锁定机制 2017-08-17 16:17:55 +08:00
thinkphp
5d80302da5 请求缓存支持缓存标签设置 2017-08-17 14:22:53 +08:00
thinkphp
db965e1786 改进文件缓存 2017-08-15 14:39:02 +08:00
thinkphp
930de63aba 文件缓存增加高并发锁定支持 2017-08-15 12:14:07 +08:00
thinkphp
68b274aa52 exception_handle配置参数支持使用闭包定义render处理 2017-08-14 15:40:32 +08:00
thinkphp
fdb5a966ed 修正路由批量注册的一个BUG 2017-08-10 12:25:00 +08:00
thinkphp
2a07b7dbb8 改进数组查询条件中的null查询 2017-08-10 10:34:23 +08:00
thinkphp
62a6a0270b 改进requireIf requireWith requireCallback验证规则及内置错误提示 2017-08-09 11:39:14 +08:00
水平凡
28ac7c2fad 获取缓存标签的时候过滤无效的缓存标识 2017-08-09 11:20:22 +08:00
Axios
dcd1b8af9c 增加clear方法 2017-08-08 14:25:35 +08:00
Axios
05c562403d 增加clear方法
在进行异步多进程操作时,当父进程初始化了Db类之后,异步出的子进程继续使用Db类进行数据库操作,会出现broken pipe或者mysql has gone away等异常错误。
而在创建子进程之前,清空Db类,则可以避免该错误发生。所以建议在Db类中增加clear函数方法,进行Db类的清空操作。
2017-08-08 14:25:35 +08:00
蒋文健
f96e5ccc21 优先使用Cookie中的语言设置
多语言自动切换时,优先使用COOKIE中的语言设置,方便保持用户自己选择的语言。
2017-08-08 14:22:02 +08:00