Commit Graph

4050 Commits

Author SHA1 Message Date
thinkphp
8d39aa9b05 改进Connection类的getRealSql方法 2017-09-14 18:29:22 +08:00
tale
c7ee078c23 执行路由缓存命令前检测RUNTIME_PATH是否存在 2017-09-14 14:57:31 +08:00
thinkphp
926c9edb0c 改进mysql驱动对socket支持 v5.0.11 2017-09-13 11:30:29 +08:00
thinkphp
568864e008 改进分页类 2017-09-12 15:04:40 +08:00
thinkphp
5a74ffca25 改进文件上传的非法图像异常 2017-09-12 14:55:12 +08:00
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
f3a47f30ff Apply fixes from StyleCI 2017-09-08 16:06:27 +08:00
Gaozhen Ying
6d82fe4a56 修复Request Test中isAjax和isPjax错误的测试用例 2017-09-08 14:18:24 +08:00
Gaozhen Ying
627cfe5616 调整Config相关单元测试用例 2017-09-08 14:18:24 +08:00
thinkphp
45268eeba3 版本更新 2017-09-07 18:37:47 +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