Commit Graph

3715 Commits

Author SHA1 Message Date
thinkphp
c2dd38c326 配置调整 2017-03-13 17:30:09 +08:00
thinkphp
fa2a2d0faa 修正单元测试 2017-03-13 17:04:00 +08:00
thinkphp
a7cdc2b126 改进软删除操作 2017-03-13 16:47:50 +08:00
thinkphp
75beb3f424 改进Route类 2017-03-13 15:01:53 +08:00
yunwuxin
51f4e47dbe 改进日志记录格式 2017-03-12 23:22:43 +08:00
thinkphp
af635db08f 改进 2017-03-10 22:11:02 +08:00
thinkphp
e0f2d12c20 修正Model类save方法 2017-03-10 21:20:26 +08:00
thinkphp
fdd6558d69 调整关联模型的save方法返回值 2017-03-10 14:36:17 +08:00
thinkphp
d086406a54 改进 2017-03-10 11:27:54 +08:00
thinkphp
e40962c346 修正Model类save方法 2017-03-10 11:14:16 +08:00
thinkphp
0fd6dbc80f 改进parseData方法的对象处理参数绑定 2017-03-09 18:03:09 +08:00
thinkphp
b97c0a825e 改进Builder类的parseData方法 2017-03-09 17:38:25 +08:00
thinkphp
f548317eab Merge branch 'master' of https://git.topthink.com/topteam/framework 2017-03-09 13:20:27 +08:00
thinkphp
c0f4d4d8bc model的save方法调整 数据没有更新不执行 2017-03-09 12:46:14 +08:00
thinkphp
38908360c2 修正 2017-03-08 11:07:26 +08:00
thinkphp
c635c2caf1 修正单元测试 2017-03-08 11:02:52 +08:00
ThinkPHP
f3f80f6679 Merge pull request #538 from keepeye/master
修正模板标签默认值某些情况无效bug
2017-03-08 10:56:13 +08:00
cxz
61a9b9843a 修正模板标签默认值某些情况无效bug 2017-03-07 16:53:49 +08:00
ThinkPHP
45d3957aa4 Merge pull request #528 from thinkcmf/master
修改标签库 方法getRegex private为public
2017-03-03 22:38:12 +08:00
ThinkCMF
c5d12b8da0 Update TagLib.php
修改getRegex为 public
2017-03-03 14:01:48 +08:00
ThinkCMF
584c1a38e0 Merge pull request #1 from top-think/master
合并最新
2017-03-03 13:59:52 +08:00
yunwuxin
f3c4cf2b25 修正 2017-03-03 12:22:34 +08:00
yunwuxin
ff7c860a62 重载BelongsToMany的selectOrFail findOrFail方法 2017-03-03 12:04:06 +08:00
yunwuxin
14993a7d9c 重载BelongsToMany的select find paginate方法 2017-03-03 11:58:29 +08:00
yunwuxin
0952e9231f 增加Pivot对象parent属性 2017-03-02 16:06:37 +08:00
yunwuxin
6d2541585d 多对多关联设置中间表模型
增加wherePivot方法
2017-03-02 14:16:12 +08:00
thinkphp
7a7ebee5c1 修正 2017-03-02 11:37:13 +08:00
thinkphp
b7eb24749f 修正一处BUG 2017-03-02 11:09:44 +08:00
thinkphp
f19a02a233 优化代码 2017-03-02 08:35:32 +08:00
thinkphp
158f3e5ff0 改进App类 2017-03-01 19:08:04 +08:00
ThinkPHP
27776728eb Merge pull request #512 from mineyang/master
修正注释里返回实例名称
2017-02-28 12:15:08 +08:00
mineyang
9f48080273 去掉多余的use 2017-02-28 10:10:23 +08:00
mineyang
8204ac3d72 修正注释里返回实例名称 2017-02-28 10:03:46 +08:00
thinkphp
16b33bc372 改进Url生成对完整域名的支持 2017-02-25 17:04:01 +08:00
thinkphp
7cb4636b07 Clear指令不删除.gitignore 文件 2017-02-25 16:09:58 +08:00
thinkphp
bcf64f19f4 调整 v5.0.7 2017-02-25 10:51:57 +08:00
thinkphp
46d76e4169 更新 2017-02-24 14:41:33 +08:00
thinkphp
428a30e296 改进Request类param方法 2017-02-24 14:02:26 +08:00
thinkphp
ddebf78c01 修正别名路由 2017-02-24 13:50:13 +08:00
thinkphp
97ee6c045b 改进Query类的view方法中字段的关键字问题 2017-02-24 13:13:18 +08:00
thinkphp
55b671f3cb 版本更新 2017-02-24 10:22:27 +08:00
thinkphp
138f48498e 改进Query类with方法 2017-02-23 18:25:20 +08:00
thinkphp
d85579faf8 改进一对一关联 2017-02-23 17:43:29 +08:00
thinkphp
87c74b3944 改进 2017-02-23 16:39:10 +08:00
thinkphp
4f874c1491 改进Loader类的model/controller/validate方法 2017-02-23 16:35:29 +08:00
thinkphp
c3e45a1a69 改进Request类 2017-02-22 18:21:30 +08:00
thinkphp
e482cbe7e8 改进Request类contentType方法 2017-02-22 11:27:07 +08:00
thinkphp
365b2a36aa 修正update方法 2017-02-20 18:37:38 +08:00
thinkphp
46353f20a0 修正JOIN方式一对一关联预载入闭包查询 2017-02-20 17:43:15 +08:00
thinkphp
dcb46092d1 模型改进 2017-02-20 11:20:18 +08:00