Commit Graph

  • f1da00a2a3 改进模型类的save方法 thinkphp 2017-03-23 16:20:14 +08:00
  • 0a04fe1b4c 修正Request类cookie方法 thinkphp 2017-03-23 14:37:35 +08:00
  • bb6acffd53 Merge branch 'master' of https://github.com/top-think/framework thinkphp 2017-03-23 12:01:32 +08:00
  • 1e909984ea 改进Cookie类的get方法支持获取全部 改进Request类的cookie方法 thinkphp 2017-03-23 11:58:52 +08:00
  • fe30e3a0e7 Apply fixes from StyleCI yunwuxin 2017-03-23 03:04:45 +00:00
  • 6fa48e2501 命令行工具schema增加config参数,支持传入数据库连接配置 tale 2017-03-23 09:48:04 +08:00
  • 08e0261ad3 模型类的get方法第一个参数必须 如果传入null则返回null thinkphp 2017-03-22 18:49:34 +08:00
  • 5a1cb9cea1 改进cache类的store方法为当次有效 thinkphp 2017-03-22 17:12:00 +08:00
  • 00fd0b5e20 改进软删除条件在使用闭包查询情况下多次生成的问题 thinkphp 2017-03-22 16:38:51 +08:00
  • 6e27ae32a9 改进全局请求缓存的缓存标识 thinkphp 2017-03-22 12:08:12 +08:00
  • 8209f9f4b1 改进 thinkphp 2017-03-21 14:34:11 +08:00
  • f5f39422e2 改进 thinkphp 2017-03-21 14:29:33 +08:00
  • af6dc8c3f3 Merge pull request #587 from lilwil/master ThinkPHP 2017-03-21 01:28:48 -05:00
  • 716e88a821 Merge pull request #589 from shuipf/master ThinkPHP 2017-03-21 01:20:19 -05:00
  • 2971e93fd5 修复inc方法 水平凡 2017-03-21 14:08:32 +08:00
  • b9c47a1332 修复inc方法 水平凡 2017-03-21 14:06:59 +08:00
  • ba21d22213 lazyWrite方法调用Cache的inc方法时参数多余 水平凡 2017-03-21 14:05:02 +08:00
  • c36bcf6bab 改进Query类的column方法 thinkphp 2017-03-20 15:27:16 +08:00
  • 269e74770c Merge branch 'master' of https://github.com/top-think/framework thinkphp 2017-03-20 14:53:02 +08:00
  • 552d564cd6 格式规范 lilwil 2017-03-20 14:20:10 +08:00
  • b2e59eb4c7 格式 lilwil 2017-03-20 14:17:50 +08:00
  • f439a84165 验证去除相同对比 lilwil 2017-03-20 13:44:36 +08:00
  • 8e8ac352a4 修正验证字段比较 lilwil 2017-03-20 13:14:14 +08:00
  • f6a8a2804f 验证字段比较支持对比其他字段 lilwil 2017-03-20 13:13:22 +08:00
  • ca1731f705 Merge pull request #585 from hmczju/patch-2 ThinkPHP 2017-03-19 08:49:07 -05:00
  • 02948acc31 Update Session.php hmczju 2017-03-19 03:18:36 +08:00
  • ca55c135cd Update Session.php hmczju 2017-03-19 03:01:27 +08:00
  • a4c622a4a7 Update Session.php hmczju 2017-03-19 02:52:31 +08:00
  • 6f7ce4f105 修复Session::prefix('xxx');设置当前作用域BUG hmczju 2017-03-19 02:40:03 +08:00
  • 8c79c435f5 优化 thinkphp 2017-03-17 19:42:23 +08:00
  • 1f0d3bd74a 改进 thinkphp 2017-03-17 19:27:45 +08:00
  • 224a9d5bb3 改进中间表名读取 thinkphp 2017-03-17 19:03:01 +08:00
  • f4629107a2 改进多对多关联,支持中间表模型自定义 并且定义的时候不需要使用完整表名 thinkphp 2017-03-17 18:52:19 +08:00
  • ade630d979 改进optimize::schema指令 thinkphp 2017-03-17 17:13:21 +08:00
  • fdde40adae Merge pull request #566 from hugtale/optimize-console-clear ThinkPHP 2017-03-14 22:06:25 -05:00
  • e5cc8308dc 修复clear指令无法删除多级目录下文件的问题 tale 2017-03-15 10:56:44 +08:00
  • 841edf205d 改进浮点数类型转换 thinkphp 2017-03-15 10:36:24 +08:00
  • 8a8d590f4f 改进默认语言读取 thinkphp 2017-03-14 11:46:43 +08:00
  • 6e72edd354 软删除 thinkphp 2017-03-13 22:46:11 +08:00
  • 522009eaa3 调整 thinkphp 2017-03-13 17:36:29 +08:00
  • 3e44f4d448 单元测试调整 thinkphp 2017-03-13 17:35:45 +08:00
  • c2dd38c326 配置调整 thinkphp 2017-03-13 17:30:09 +08:00
  • fa2a2d0faa 修正单元测试 thinkphp 2017-03-13 17:04:00 +08:00
  • a7cdc2b126 改进软删除操作 thinkphp 2017-03-13 16:47:50 +08:00
  • 75beb3f424 改进Route类 thinkphp 2017-03-13 15:01:53 +08:00
  • 51f4e47dbe 改进日志记录格式 yunwuxin 2017-03-12 23:22:43 +08:00
  • af635db08f 改进 thinkphp 2017-03-10 22:11:02 +08:00
  • e0f2d12c20 修正Model类save方法 thinkphp 2017-03-10 21:20:26 +08:00
  • fdd6558d69 调整关联模型的save方法返回值 thinkphp 2017-03-10 14:36:17 +08:00
  • d086406a54 改进 thinkphp 2017-03-10 11:27:54 +08:00
  • e40962c346 修正Model类save方法 thinkphp 2017-03-10 11:14:16 +08:00
  • 0fd6dbc80f 改进parseData方法的对象处理参数绑定 thinkphp 2017-03-09 18:03:09 +08:00
  • b97c0a825e 改进Builder类的parseData方法 thinkphp 2017-03-09 17:38:25 +08:00
  • f548317eab Merge branch 'master' of https://git.topthink.com/topteam/framework thinkphp 2017-03-09 13:20:27 +08:00
  • c0f4d4d8bc model的save方法调整 数据没有更新不执行 thinkphp 2017-03-09 12:46:14 +08:00
  • 38908360c2 修正 thinkphp 2017-03-08 11:07:26 +08:00
  • c635c2caf1 修正单元测试 thinkphp 2017-03-08 11:02:52 +08:00
  • f3f80f6679 Merge pull request #538 from keepeye/master ThinkPHP 2017-03-08 10:56:13 +08:00
  • 61a9b9843a 修正模板标签默认值某些情况无效bug cxz 2017-03-07 16:53:49 +08:00
  • 45d3957aa4 Merge pull request #528 from thinkcmf/master ThinkPHP 2017-03-03 22:38:12 +08:00
  • c5d12b8da0 Update TagLib.php ThinkCMF 2017-03-03 14:01:48 +08:00
  • 584c1a38e0 Merge pull request #1 from top-think/master ThinkCMF 2017-03-03 13:59:52 +08:00
  • f3c4cf2b25 修正 yunwuxin 2017-03-03 12:22:34 +08:00
  • ff7c860a62 重载BelongsToMany的selectOrFail findOrFail方法 yunwuxin 2017-03-03 12:04:06 +08:00
  • 14993a7d9c 重载BelongsToMany的select find paginate方法 yunwuxin 2017-03-03 11:58:29 +08:00
  • 0952e9231f 增加Pivot对象parent属性 yunwuxin 2017-03-02 16:06:37 +08:00
  • 6d2541585d 多对多关联设置中间表模型 增加wherePivot方法 yunwuxin 2017-03-02 14:15:00 +08:00
  • 7a7ebee5c1 修正 thinkphp 2017-03-02 11:37:13 +08:00
  • b7eb24749f 修正一处BUG thinkphp 2017-03-02 11:09:44 +08:00
  • f19a02a233 优化代码 thinkphp 2017-03-02 08:35:32 +08:00
  • 158f3e5ff0 改进App类 thinkphp 2017-03-01 19:08:04 +08:00
  • 27776728eb Merge pull request #512 from mineyang/master ThinkPHP 2017-02-28 12:15:08 +08:00
  • 9f48080273 去掉多余的use mineyang 2017-02-28 10:10:23 +08:00
  • 8204ac3d72 修正注释里返回实例名称 mineyang 2017-02-28 10:03:46 +08:00
  • 16b33bc372 改进Url生成对完整域名的支持 thinkphp 2017-02-25 17:04:01 +08:00
  • 7cb4636b07 Clear指令不删除.gitignore 文件 thinkphp 2017-02-25 16:09:58 +08:00
  • bcf64f19f4 调整 v5.0.7 thinkphp 2017-02-25 10:51:57 +08:00
  • 46d76e4169 更新 thinkphp 2017-02-24 14:41:33 +08:00
  • 428a30e296 改进Request类param方法 thinkphp 2017-02-24 14:02:26 +08:00
  • ddebf78c01 修正别名路由 thinkphp 2017-02-24 13:50:13 +08:00
  • 97ee6c045b 改进Query类的view方法中字段的关键字问题 thinkphp 2017-02-24 13:13:18 +08:00
  • 55b671f3cb 版本更新 thinkphp 2017-02-24 10:22:27 +08:00
  • 138f48498e 改进Query类with方法 thinkphp 2017-02-23 18:25:20 +08:00
  • d85579faf8 改进一对一关联 thinkphp 2017-02-23 17:43:29 +08:00
  • 87c74b3944 改进 thinkphp 2017-02-23 16:39:10 +08:00
  • 4f874c1491 改进Loader类的model/controller/validate方法 thinkphp 2017-02-23 16:35:29 +08:00
  • c3e45a1a69 改进Request类 thinkphp 2017-02-22 18:21:30 +08:00
  • e482cbe7e8 改进Request类contentType方法 thinkphp 2017-02-22 11:27:07 +08:00
  • 365b2a36aa 修正update方法 thinkphp 2017-02-20 18:37:38 +08:00
  • 46353f20a0 修正JOIN方式一对一关联预载入闭包查询 thinkphp 2017-02-20 17:43:15 +08:00
  • dcb46092d1 模型改进 thinkphp 2017-02-20 11:20:18 +08:00
  • e9dd69953b Merge branch 'master' of https://github.com/top-think/framework thinkphp 2017-02-18 21:33:34 +08:00
  • f00825a477 改进软删除 thinkphp 2017-02-18 21:33:00 +08:00
  • 09629cda78 改进类型转换为array的时候输出判断 thinkphp 2017-02-17 13:33:57 +08:00
  • 140a3f82e8 Merge branch 'master' of https://github.com/top-think/framework thinkphp 2017-02-16 17:56:11 +08:00
  • 56008a2c36 修正Route类parseUrlPath方法 thinkphp 2017-02-16 17:55:42 +08:00
  • 94f5759f61 Merge pull request #477 from hldh214/patch-4 ThinkPHP 2017-02-15 16:05:21 +08:00
  • e8df221a8d 修复 WHERE IN / NOT IN 型查询条件为空导致的 sql 语法错误 Jim Liu 2017-02-15 12:22:58 +08:00
  • 855124a514 改进分页类 thinkphp 2017-02-15 08:49:22 +08:00
  • c917ad1ce9 改进Query类缓存机制 thinkphp 2017-02-14 16:25:33 +08:00