Commit Graph

  • e45d791423 优化db助手函数 thinkphp 2017-05-11 18:55:47 +08:00
  • ffe7668184 修正单元测试 thinkphp 2017-05-11 18:49:30 +08:00
  • 6e721239ea 改进数据库类的一处不能嵌套查询的缺陷 thinkphp 2017-05-11 18:39:06 +08:00
  • 7576b88c99 修正模型数据变化判断 thinkphp 2017-05-11 14:53:43 +08:00
  • 06f603d737 Merge branch 'master' of https://git.topthink.com/topteam/framework thinkphp 2017-05-11 14:23:54 +08:00
  • c0763644f3 修正Query类的useSoftDelete方法返回值 thinkphp 2017-05-11 14:23:09 +08:00
  • 2525774483 Merge branch 'master' of https://git.topthink.com/topteam/framework thinkphp 2017-05-09 15:39:46 +08:00
  • 513f1f32f7 改进belongstomany的查询字段指定 thinkphp 2017-05-09 15:38:41 +08:00
  • a9d5851672 修正一对一嵌套关联数组定义的问题 thinkphp 2017-05-08 23:03:39 +08:00
  • df1b306819 分页类增加each方法 thinkphp 2017-05-06 10:56:24 +08:00
  • 3dda16bbda 改进使用了手动参数绑定的时候 缓存出现问题的情况 thinkphp 2017-05-06 09:35:43 +08:00
  • bf1ebe8ae1 修正路由分组的路由规则大小写识别问题 thinkphp 2017-05-05 17:40:58 +08:00
  • fc432d5f5d 修正Model类的save方法 thinkphp 2017-05-05 17:01:14 +08:00
  • aa0198a47c 修正异常模板 thinkphp 2017-05-03 18:13:38 +08:00
  • 7dc2a9d975 改进isBreak方法判断 thinkphp 2017-05-03 15:37:35 +08:00
  • 2c60d4a13b 改进mysql重连判断 thinkphp 2017-05-03 15:23:45 +08:00
  • f1b3ab5a3d 改进Request类的filter过滤机制 支持正则 thinkphp 2017-05-03 11:22:08 +08:00
  • 68790e8d9a 改进输入过滤 thinkphp 2017-04-30 22:58:49 +08:00
  • f3aa05f808 改进Request类filterValue方法 thinkphp 2017-04-30 21:45:09 +08:00
  • 02f8e8a909 应用类库自定义命名空间采用APP_NAMESPACE常量订阅 v5.0.8 thinkphp 2017-04-28 17:33:15 +08:00
  • e2ea42926a 修正类库命名空间自定义的问题 thinkphp 2017-04-28 17:27:02 +08:00
  • a753c7c436 Merge branch 'master' of https://github.com/top-think/framework thinkphp 2017-04-28 17:09:42 +08:00
  • 5cfeca1017 改进类库命名空间定义 thinkphp 2017-04-28 17:09:03 +08:00
  • 51adc8254d 版本更新 thinkphp 2017-04-28 09:14:37 +08:00
  • cb7c362304 修正 thinkphp 2017-04-27 18:47:09 +08:00
  • 586b1a628b 改进Validate类 thinkphp 2017-04-27 16:23:05 +08:00
  • 85b71a3088 Model类添加getRelation方法用于获取关联属性 thinkphp 2017-04-27 12:39:38 +08:00
  • 9bb01ec145 Model类增加setRelation方法和setAttr方法区分 thinkphp 2017-04-27 12:16:43 +08:00
  • 80e1b52615 改进Model类的关联属性判断 thinkphp 2017-04-27 11:25:26 +08:00
  • e9d45eb570 改进Model类的setAttr方法 thinkphp 2017-04-27 11:18:14 +08:00
  • bfcdd5ce6a 改进关联属性的判断 thinkphp 2017-04-26 17:58:04 +08:00
  • 60e9790ebe 改进useGlobalScope方法 thinkphp 2017-04-24 17:10:25 +08:00
  • a7559e0488 scope方法调整 thinkphp 2017-04-24 16:39:05 +08:00
  • 2b0bfa8e8b 改进Model类是__unset和__isset方法判断 thinkphp 2017-04-24 16:11:32 +08:00
  • 2d225b0f80 应用命名空间取消配置 便于在配置文件中调用应用类 thinkphp 2017-04-24 15:04:59 +08:00
  • 74a2cedd0c Merge branch 'master' of https://git.topthink.com/topteam/framework thinkphp 2017-04-24 14:00:34 +08:00
  • 1906c2932f 改进路由 thinkphp 2017-04-24 13:59:51 +08:00
  • aebbf980a5 修正关联定义的一些问题 thinkphp 2017-04-24 13:58:59 +08:00
  • 37b74f674e 改进命令行模式下自动完成的时间写入问题 thinkphp 2017-04-21 21:46:02 +08:00
  • 77dbb1315b 修正聚合模型 以及模型方法和属性同名的BUG thinkphp 2017-04-19 14:24:44 +08:00
  • 628b37aab1 response 的 header设置 支持值为空 yunwuxin 2017-04-17 19:03:01 +08:00
  • 04cf8a34e3 改进together方法支持传入关联模型数据 thinkphp 2017-04-17 13:40:21 +08:00
  • 9b353811af 改进model类save方法 thinkphp 2017-04-17 12:35:28 +08:00
  • 9ea7f48e1a 修正Query类 thinkphp 2017-04-17 08:54:40 +08:00
  • 8dc793d76c 修正多态一对多 关联表没有数据的情况 thinkphp 2017-04-14 19:08:21 +08:00
  • 591164dae6 改进 thinkphp 2017-04-14 18:22:27 +08:00
  • f55e7ae900 修正toarray方法 thinkphp 2017-04-14 18:10:10 +08:00
  • 35d57cfb5c 修正一处错误 thinkphp 2017-04-14 16:21:33 +08:00
  • 1661e68035 改进关联 thinkphp 2017-04-14 09:03:52 +08:00
  • 7841563bd0 模型数据和关联数据分离 thinkphp 2017-04-13 18:42:48 +08:00
  • 128ff19ce5 改进 thinkphp 2017-04-13 16:43:18 +08:00
  • 87b3283bd3 改进数据更新判断 thinkphp 2017-04-13 16:39:27 +08:00
  • 63adb4527f Merge branch 'master' of https://github.com/top-think/framework thinkphp 2017-04-13 16:23:14 +08:00
  • 79b5d43023 改进数据更新检查 thinkphp 2017-04-13 16:21:45 +08:00
  • 48bc425de8 命令行输出驱动增加getFormatter方法 tale 2017-04-12 17:18:06 +08:00
  • e9b0abd7f3 Merge branch 'master' of https://github.com/top-think/framework thinkphp 2017-04-13 11:45:11 +08:00
  • 3daaf9886a 改进模型对象直接缓存的问题 thinkphp 2017-04-13 11:44:42 +08:00
  • 513473b3cb 改进主从数据库的时候 开启事务始终操作主库 thinkphp 2017-04-10 20:59:55 +08:00
  • 2be45bfd29 改进 thinkphp 2017-04-10 20:30:13 +08:00
  • f342734c91 多语言功能改进 Axios 2017-04-10 13:34:34 +08:00
  • c0a65ccc9c -- Axios 2017-04-10 13:32:18 +08:00
  • ea2020cbbf 修正 thinkphp 2017-04-07 19:29:14 +08:00
  • fe39b35206 修正查询范围 thinkphp 2017-04-07 19:20:19 +08:00
  • a05397b341 修正Connection类 thinkphp 2017-04-07 19:02:05 +08:00
  • f1366f7833 修正软删除 thinkphp 2017-04-07 17:47:10 +08:00
  • b65592c9c5 改进Model类 thinkphp 2017-04-07 17:44:13 +08:00
  • 29846f5abc 修正关联查询的软删除数据问题 thinkphp 2017-04-07 17:28:17 +08:00
  • 92d775765b Merge branch 'master' of https://github.com/top-think/framework thinkphp 2017-04-06 22:34:12 +08:00
  • 64cba15bd3 修正一处软删除的问题 thinkphp 2017-04-06 22:33:40 +08:00
  • ec03b11d6f Merge branch 'master' of https://github.com/top-think/framework thinkphp 2017-04-06 15:02:20 +08:00
  • 3370da9a03 修正cache助手函数对option传参的支持 thinkphp 2017-04-06 15:01:34 +08:00
  • 2b4ddaa35c 注释调整 thinkphp 2017-04-03 22:34:10 +08:00
  • 6e5d6fa7b2 改进关联查询 thinkphp 2017-04-03 09:37:31 +08:00
  • 4dd5582cdd Merge branch 'master' of https://github.com/top-think/framework thinkphp 2017-04-01 16:50:56 +08:00
  • 5d89443496 Apply fixes from StyleCI ThinkPHP 2017-04-01 07:47:28 +00:00
  • d3be47e269 改进关联模型 thinkphp 2017-04-01 16:13:44 +08:00
  • 2ebf07ba16 改进 thinkphp 2017-04-01 15:46:26 +08:00
  • 2d15c762a2 注释调整 thinkphp 2017-04-01 14:17:24 +08:00
  • 68a1882e1e 改进 thinkphp 2017-04-01 14:07:27 +08:00
  • ae501f4028 改进模型关联 thinkphp 2017-04-01 12:50:32 +08:00
  • f72ff880dd Merge branch 'master' of https://github.com/top-think/framework thinkphp 2017-04-01 11:00:17 +08:00
  • 164b7521c5 改进setAttr方法 thinkphp 2017-04-01 10:59:40 +08:00
  • a489f99ef4 查询范围支持静态调用 thinkphp 2017-03-31 16:04:38 +08:00
  • 5d2a1bb61c 改进注释 tb 2017-03-30 14:26:57 +08:00
  • 8de5a3ffdf Merge branch 'master' of https://git.topthink.com/topteam/framework thinkphp 2017-03-28 19:18:06 +08:00
  • 721142f885 改进关联 thinkphp 2017-03-28 19:17:10 +08:00
  • ab12b00c5d Apply fixes from StyleCI ThinkPHP 2017-03-28 04:48:08 +00:00
  • 1d03915b82 修正 thinkphp 2017-03-28 14:03:28 +08:00
  • a4646ba1a9 调整Model类setAttr方法 thinkphp 2017-03-28 12:47:05 +08:00
  • 8d61c3b13e 增加MorphOne关联 thinkphp 2017-03-28 12:15:42 +08:00
  • 62aa6a0f14 改进BelongsTo关联 thinkphp 2017-03-28 11:56:01 +08:00
  • 8d843bec99 改进多态关联 thinkphp 2017-03-28 11:40:50 +08:00
  • 82e8da05e2 改进多态关联的关联数据添加 thinkphp 2017-03-27 19:23:21 +08:00
  • af350238f1 Merge branch 'master' of https://github.com/top-think/framework thinkphp 2017-03-27 17:57:01 +08:00
  • def37e7512 修复optimize:autoload命令在EXTEND_PATH目录不存在的情况下,类库映射生成错误问题 tale 2017-03-27 17:15:43 +08:00
  • f0aaa7290c 改进Model类的readTransform和writeTransform方法 thinkphp 2017-03-27 17:56:11 +08:00
  • 25411d35eb 支持自定义的根命名空间也可以生成类库映射缓存 tale 2017-03-27 10:57:18 +08:00
  • f9cfb6ef3b 调整Route类两处不再使用的参数 thinkphp 2017-03-24 12:37:20 +08:00
  • 05be8d9664 belongsToMany增加数据同步方法 yunwuxin 2017-03-23 17:45:15 +08:00
  • 0ee05eb1ca 改进Pivot类 thinkphp 2017-03-23 17:42:29 +08:00