Commit Graph

2890 Commits

Author SHA1 Message Date
lilwil
f439a84165 验证去除相同对比 2017-03-20 13:44:36 +08:00
lilwil
8e8ac352a4 修正验证字段比较 2017-03-20 13:14:14 +08:00
lilwil
f6a8a2804f 验证字段比较支持对比其他字段 2017-03-20 13:13:22 +08:00
hmczju
02948acc31 Update Session.php 2017-03-19 03:18:36 +08:00
hmczju
ca55c135cd Update Session.php 2017-03-19 03:01:27 +08:00
hmczju
a4c622a4a7 Update Session.php 2017-03-19 02:52:31 +08:00
hmczju
6f7ce4f105 修复Session::prefix('xxx');设置当前作用域BUG
Session在执行第一次set或者get等操作后才会执行一次Session初始化。
而在此之前调用Session::prefix('xxx');方法设置当前控制器的Session作用域会被之后的第一次set或者get等操作调用self::init();覆盖Session::prefix('xxx');设置。
我这里的改变使得可以在第一次session操作之前通过Session::prefix('xxx');有效设置作用域
2017-03-19 02:40:03 +08:00
thinkphp
1f0d3bd74a 改进 2017-03-17 19:27:45 +08:00
thinkphp
224a9d5bb3 改进中间表名读取 2017-03-17 19:03:01 +08:00
thinkphp
f4629107a2 改进多对多关联,支持中间表模型自定义 并且定义的时候不需要使用完整表名 2017-03-17 18:52:19 +08:00
thinkphp
ade630d979 改进optimize::schema指令 2017-03-17 17:13:21 +08:00
tale
e5cc8308dc 修复clear指令无法删除多级目录下文件的问题 2017-03-15 10:56:44 +08:00
thinkphp
841edf205d 改进浮点数类型转换 2017-03-15 10:36:24 +08:00
thinkphp
8a8d590f4f 改进默认语言读取 2017-03-14 11:46:43 +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
cxz
61a9b9843a 修正模板标签默认值某些情况无效bug 2017-03-07 16:53:49 +08:00
ThinkCMF
c5d12b8da0 Update TagLib.php
修改getRegex为 public
2017-03-03 14:01:48 +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
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 调整 2017-02-25 10:51:57 +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
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