Commit Graph

  • c917ad1ce9 改进Query类缓存机制 thinkphp 2017-02-14 16:25:33 +08:00
  • bc1bd1b742 改进Model类delete方法 thinkphp 2017-02-13 19:02:18 +08:00
  • 0fa7dd3f85 Merge pull request #432 from dotku/master ThinkPHP 2017-02-13 15:34:04 +08:00
  • af2b5d474c Merge pull request #471 from mineyang/master ThinkPHP 2017-02-13 15:17:12 +08:00
  • 342448dfdd Merge pull request #436 from cnbailian/master ThinkPHP 2017-02-13 15:11:52 +08:00
  • d4c9a933e6 Merge pull request #438 from hooklife/bugfix3 ThinkPHP 2017-02-13 15:09:16 +08:00
  • 21834f797d Merge branch 'master' into bugfix3 苗高鹏 2017-02-13 14:53:24 +08:00
  • a414d123f9 配置参数名只分割为两部分 mineyang 2017-02-13 14:26:30 +08:00
  • 59c6ec2dce Merge pull request #469 from mineyang/master ThinkPHP 2017-02-13 13:38:12 +08:00
  • ea9fe74bc3 默认关闭session的安全传输,此选项仅能在HTTPS下设置开启 mineyang 2017-02-13 13:09:45 +08:00
  • 2c0ee2f616 改进软删除 thinkphp 2017-02-09 19:12:45 +08:00
  • 1e1f36eb40 改进Query类缓存更新 修正Connection类一处可能的错误 thinkphp 2017-02-09 17:49:47 +08:00
  • 0d48f4a80c 改进Query类的find方法的缓存机制 thinkphp 2017-02-09 16:28:10 +08:00
  • 76d78048a2 readme更新 thinkphp 2017-02-09 16:03:52 +08:00
  • 532173e010 优化HasOne的has方法 thinkphp 2017-02-09 14:42:39 +08:00
  • a01c43472d 改进Model类的has和hasWhere方法 thinkphp 2017-02-09 14:26:36 +08:00
  • 2639db4f9e 修正BelongsTo关联 thinkphp 2017-02-09 12:21:50 +08:00
  • a8a903bfd4 改进url生成 thinkphp 2017-02-09 11:59:34 +08:00
  • f2b4a0680e 修正单元测试 thinkphp 2017-02-09 11:44:05 +08:00
  • 4824c43e90 改进URl生成对ext参数的支持 thinkphp 2017-02-09 11:39:56 +08:00
  • 1cdb0ba693 改进全局自动请求缓存对子域名的支持 thinkphp 2017-02-09 10:29:45 +08:00
  • 89ee5379b7 清空缓存方法删除空目录 thinkphp 2017-02-08 19:02:06 +08:00
  • cc9aa76f31 改进路由的ext和deny_ext参数 允许设置为空 表示不允许任何后缀或者必须使用后缀访问 thinkphp 2017-02-08 18:51:20 +08:00
  • 13924b5a8b 改进Query类的insert方法一处可能存在的警告错误 改进Model类一处Collection的use thinkphp 2017-02-08 18:06:12 +08:00
  • 22b4fff3dd 改进withCount用法支持指定统计字段名称 thinkphp 2017-02-07 22:49:00 +08:00
  • 669f70acf0 改进关联用法 thinkphp 2017-02-07 22:32:20 +08:00
  • 550de110fe 改进Model类relationQuery方法 thinkphp 2017-02-07 22:23:57 +08:00
  • a3a37e6cfa 修正Model类hasWhere方法 v5.0.6 thinkphp 2017-02-07 17:39:59 +08:00
  • 7f6102d12e readme调整 thinkphp 2017-02-07 16:03:44 +08:00
  • 719a1547d0 版本更新 可无缝升级 thinkphp 2017-02-07 15:55:12 +08:00
  • 742e2c3de3 改进Model类的has和hasWhere方法 thinkphp 2017-02-06 18:00:35 +08:00
  • 002cd48d54 改进软删除的兼容性 thinkphp 2017-02-06 14:07:12 +08:00
  • 0b8d05efdb 数据库配置参数 datetime_format 为false则关闭时间字段自动格式转换输出 thinkphp 2017-02-05 14:26:15 +08:00
  • 113616fa0f 修正验证类的ip验证规则 thinkphp 2017-02-05 12:30:46 +08:00
  • fcfe91a97d 修正hasMany关联的has方法 thinkphp 2017-02-04 20:08:30 +08:00
  • fb8415e653 Query类增加cacheData方法用于数据缓存统一写入 thinkphp 2017-02-04 14:13:44 +08:00
  • bd3bce86f0 去除一些数据库惯例配置 避免使用数据库扩展的时候影响 thinkphp 2017-02-03 17:37:37 +08:00
  • 3f0fa05a7c redirect助手函数和controller类的redirect方法增加with参数 thinkphp 2017-02-02 14:26:06 +08:00
  • ca228203c9 改进多对多的attach方法的返回值 thinkphp 2017-01-31 16:50:38 +08:00
  • 509905bbe4 单元测试改进 thinkphp 2017-01-31 16:20:37 +08:00
  • 1d23f67e11 优化代码 thinkphp 2017-01-31 10:47:17 +08:00
  • a3aa8a6de8 find方法查询缓存改进 thinkphp 2017-01-31 10:44:10 +08:00
  • 570b5d1ed6 改进Url类生成 root为/的情况 thinkphp 2017-01-30 20:28:35 +08:00
  • 88dab63314 增加断线重连机制和开关 thinkphp 2017-01-30 20:06:02 +08:00
  • aa7a5e8c32 改进Query类的find方法数据缓存机制 thinkphp 2017-01-30 15:38:15 +08:00
  • e5b42f95c5 改进Query类after_insert after_updata after_delete before_select before_find 回调方法的参数 统一传入$options['data'] thinkphp 2017-01-30 14:53:16 +08:00
  • 85245fdf35 改进Query类的after_insert回调方法参数 thinkphp 2017-01-30 14:37:28 +08:00
  • 96238de8e3 改进Query类after_update回调方法 thinkphp 2017-01-30 14:33:56 +08:00
  • ff85b8c3cf 改进after_insert回调方法的参数 传入最终的data数据 包括自增ID thinkphp 2017-01-30 14:29:12 +08:00
  • f12adbb943 改进Query类的自动缓存更新 thinkphp 2017-01-30 13:31:05 +08:00
  • 57ff2d9fc5 Merge branch 'master' of https://github.com/top-think/framework thinkphp 2017-01-30 08:34:33 +08:00
  • ba4c5d39b4 Model类增加readonly方法 thinkphp 2017-01-30 08:33:55 +08:00
  • eb5673878b Merge pull request #458 from hldh214/patch-2 ThinkPHP 2017-01-30 08:19:21 +08:00
  • 8a06e801c8 改进模型类的get和all方法 第二个参数为true或者数字表示缓存参数 thinkphp 2017-01-29 18:45:56 +08:00
  • 47bfd562fe 修复闭包查询条件为空导致的 sql 语法错误 Jim Liu 2017-01-29 17:24:06 +08:00
  • 9a308b94e3 改进Query类delete方法的缓存标识读取 thinkphp 2017-01-29 17:01:51 +08:00
  • e192f97a6d 修正Query类的update和delete方法的自动缓存清理 thinkphp 2017-01-29 16:40:03 +08:00
  • 79fb229181 全局请求缓存添加排除规则 添加request_cache_except配置参数 thinkphp 2017-01-26 20:38:22 +08:00
  • 13c7eb8452 改进连接器类 thinkphp 2017-01-26 15:10:21 +08:00
  • 55b99355d7 改进Query类的setBuilder方法 避免因自定义连接器类后找不到生成器类 thinkphp 2017-01-26 13:55:01 +08:00
  • 2ef5da7b1b Cache类store方法参数允许为空 表示获取当前缓存驱动句柄 thinkphp 2017-01-26 09:56:21 +08:00
  • 7d517177bc 删除Connection类废弃属性resultSetType thinkphp 2017-01-24 16:49:20 +08:00
  • 33849140da 优化Connection类close方法 thinkphp 2017-01-24 16:44:50 +08:00
  • cc77fe99e3 改进Validate类的ip验证规则 thinkphp 2017-01-24 13:09:08 +08:00
  • 8c3a50744e Merge pull request #455 from shuipf/master ThinkPHP 2017-01-24 13:03:28 +08:00
  • d8cc777e1d 修正bindParam方法 水平凡 2017-01-24 11:51:10 +08:00
  • 86cc9378a0 collection助手函数调整 v5.0.5 thinkphp 2017-01-23 13:59:21 +08:00
  • 390aeb3f01 Merge branch 'master' of https://git.topthink.com/topteam/framework thinkphp 2017-01-23 13:58:41 +08:00
  • c270a32b9f 调整 thinkphp 2017-01-23 13:58:30 +08:00
  • 6078d0ea39 模型注释 yunwuxin 2017-01-23 13:46:17 +08:00
  • 8311a4e39b 改进 yunwuxin 2017-01-23 13:02:34 +08:00
  • c45229c762 改进Merge类save方法 thinkphp 2017-01-23 11:06:07 +08:00
  • 6ade10482a 改进hidden visible append 支持单个点语法用于关联模型 thinkphp 2017-01-23 09:13:52 +08:00
  • 9d1b13b666 Model类append方法支持追加关联对象属性 thinkphp 2017-01-23 08:42:20 +08:00
  • 7348729b40 Query类的hidden和visible方法取消 改进Model类的hidden和visible方法支持操作关联属性 thinkphp 2017-01-22 23:21:46 +08:00
  • 44654c76ef 修正软数据的delete(true)用法 thinkphp 2017-01-22 20:46:34 +08:00
  • d7dda49cbf 调整注释 thinkphp 2017-01-22 18:07:13 +08:00
  • d96ec0c350 添加方法声明注释 thinkphp 2017-01-22 18:04:36 +08:00
  • e2e217f1d6 改进一对一关联预载入 thinkphp 2017-01-22 17:36:56 +08:00
  • b1fa683e3d Query类增加hidden和visible方法 用于模型输出的字段隐藏和显示 with和relation方法支持多次调用 thinkphp 2017-01-22 17:13:41 +08:00
  • 1b17858887 改进Model类toCollection方法 thinkphp 2017-01-22 13:45:54 +08:00
  • 6f02e4b127 关联预载入方法调整 取消class参数 关联的数据集查询根据模型的数据集返回类型设定 thinkphp 2017-01-22 12:42:24 +08:00
  • a7a0051a78 改进关联属性 thinkphp 2017-01-21 23:01:31 +08:00
  • 0944d0fe0e 预载入关联属性的默认规则 thinkphp 2017-01-21 17:27:17 +08:00
  • a13eb10116 改进写入数据的自动参数绑定 thinkphp 2017-01-21 14:20:26 +08:00
  • 776bf4805e 改进数据集对象的返回 由Query类select方法返回数据集对象 Connection类getResult方法不再进行数据集对象转换 thinkphp 2017-01-21 12:36:50 +08:00
  • 7e0282081d 改进Model类的allowField方法支持传入逗号分隔字符串 thinkphp 2017-01-20 21:36:52 +08:00
  • 48b856a7f1 改进Model类的delete方法 支持没有主键情况下的删除操作 thinkphp 2017-01-20 21:26:51 +08:00
  • 249c5e62e4 改进parseOrder对rand的支持 thinkphp 2017-01-20 20:27:55 +08:00
  • 069d63a2fc 单元测试 thinkphp 2017-01-20 13:28:57 +08:00
  • bbfc33f334 修正单元测试 thinkphp 2017-01-20 13:20:47 +08:00
  • 5981a54c40 改进模型类的allowField方法 thinkphp 2017-01-20 12:37:51 +08:00
  • 35ae8decf7 修正验证类的布尔值规则 thinkphp 2017-01-20 12:37:25 +08:00
  • e1b35abd51 改进count查询对group的支持 thinkphp 2017-01-19 18:52:26 +08:00
  • ecd0ff3536 完善Model的自动关联更新 thinkphp 2017-01-19 14:18:26 +08:00
  • 55bcfca1bd Model类增加一对一关联自动删除功能 thinkphp 2017-01-19 13:50:57 +08:00
  • 542b432fa6 支持聚合更新 thinkphp 2017-01-19 12:57:13 +08:00
  • 5d4323feee Merge branch 'master' of https://github.com/top-think/framework thinkphp 2017-01-19 12:38:43 +08:00
  • 6afb6e981c Model类增加一对一关联自动写入机制 thinkphp 2017-01-19 12:35:20 +08:00
  • f22e317b9f Merge branch 'master' of https://github.com/top-think/framework thinkphp 2017-01-18 22:01:55 +08:00