Commit Graph

3635 Commits

Author SHA1 Message Date
thinkphp
f2b4a0680e 修正单元测试 2017-02-09 11:44:05 +08:00
thinkphp
4824c43e90 改进URl生成对ext参数的支持 2017-02-09 11:39:56 +08:00
thinkphp
1cdb0ba693 改进全局自动请求缓存对子域名的支持 2017-02-09 10:29:45 +08:00
thinkphp
89ee5379b7 清空缓存方法删除空目录 2017-02-08 19:02:06 +08:00
thinkphp
cc9aa76f31 改进路由的ext和deny_ext参数 允许设置为空 表示不允许任何后缀或者必须使用后缀访问 2017-02-08 18:51:20 +08:00
thinkphp
13924b5a8b 改进Query类的insert方法一处可能存在的警告错误 改进Model类一处Collection的use 2017-02-08 18:06:12 +08:00
thinkphp
22b4fff3dd 改进withCount用法支持指定统计字段名称 2017-02-07 22:49:00 +08:00
thinkphp
669f70acf0 改进关联用法 2017-02-07 22:32:20 +08:00
thinkphp
550de110fe 改进Model类relationQuery方法 2017-02-07 22:23:57 +08:00
thinkphp
a3a37e6cfa 修正Model类hasWhere方法 v5.0.6 2017-02-07 17:39:59 +08:00
thinkphp
7f6102d12e readme调整 2017-02-07 16:03:44 +08:00
thinkphp
719a1547d0 版本更新 可无缝升级 2017-02-07 15:55:12 +08:00
thinkphp
742e2c3de3 改进Model类的has和hasWhere方法 2017-02-06 18:00:35 +08:00
thinkphp
002cd48d54 改进软删除的兼容性 2017-02-06 14:07:12 +08:00
thinkphp
0b8d05efdb 数据库配置参数 datetime_format 为false则关闭时间字段自动格式转换输出 2017-02-05 14:26:15 +08:00
thinkphp
113616fa0f 修正验证类的ip验证规则 2017-02-05 12:30:46 +08:00
thinkphp
fcfe91a97d 修正hasMany关联的has方法 2017-02-04 20:08:30 +08:00
thinkphp
fb8415e653 Query类增加cacheData方法用于数据缓存统一写入 2017-02-04 14:13:44 +08:00
thinkphp
bd3bce86f0 去除一些数据库惯例配置 避免使用数据库扩展的时候影响 2017-02-03 17:37:37 +08:00
thinkphp
3f0fa05a7c redirect助手函数和controller类的redirect方法增加with参数 2017-02-02 14:26:06 +08:00
thinkphp
ca228203c9 改进多对多的attach方法的返回值 2017-01-31 16:50:38 +08:00
thinkphp
509905bbe4 单元测试改进 2017-01-31 16:20:37 +08:00
thinkphp
1d23f67e11 优化代码 2017-01-31 10:47:17 +08:00
thinkphp
a3aa8a6de8 find方法查询缓存改进 2017-01-31 10:44:10 +08:00
thinkphp
570b5d1ed6 改进Url类生成 root为/的情况 2017-01-30 20:28:35 +08:00
thinkphp
88dab63314 增加断线重连机制和开关 2017-01-30 20:06:02 +08:00
thinkphp
aa7a5e8c32 改进Query类的find方法数据缓存机制 2017-01-30 15:38:15 +08:00
thinkphp
e5b42f95c5 改进Query类after_insert after_updata after_delete before_select before_find 回调方法的参数 统一传入$options['data'] 2017-01-30 14:53:16 +08:00
thinkphp
85245fdf35 改进Query类的after_insert回调方法参数 2017-01-30 14:37:28 +08:00
thinkphp
96238de8e3 改进Query类after_update回调方法 2017-01-30 14:33:56 +08:00
thinkphp
ff85b8c3cf 改进after_insert回调方法的参数 传入最终的data数据 包括自增ID 2017-01-30 14:29:12 +08:00
thinkphp
f12adbb943 改进Query类的自动缓存更新 2017-01-30 13:31:05 +08:00
thinkphp
57ff2d9fc5 Merge branch 'master' of https://github.com/top-think/framework 2017-01-30 08:34:33 +08:00
thinkphp
ba4c5d39b4 Model类增加readonly方法 2017-01-30 08:33:55 +08:00
ThinkPHP
eb5673878b Merge pull request #458 from hldh214/patch-2
修复闭包查询条件为空导致的 sql 语法错误
2017-01-30 08:19:21 +08:00
thinkphp
8a06e801c8 改进模型类的get和all方法 第二个参数为true或者数字表示缓存参数 2017-01-29 18:45:56 +08:00
Jim Liu
47bfd562fe 修复闭包查询条件为空导致的 sql 语法错误 2017-01-29 17:24:06 +08:00
thinkphp
9a308b94e3 改进Query类delete方法的缓存标识读取 2017-01-29 17:01:51 +08:00
thinkphp
e192f97a6d 修正Query类的update和delete方法的自动缓存清理 2017-01-29 16:40:03 +08:00
thinkphp
79fb229181 全局请求缓存添加排除规则 添加request_cache_except配置参数 2017-01-26 20:38:22 +08:00
thinkphp
13c7eb8452 改进连接器类 2017-01-26 15:10:21 +08:00
thinkphp
55b99355d7 改进Query类的setBuilder方法 避免因自定义连接器类后找不到生成器类 2017-01-26 13:55:01 +08:00
thinkphp
2ef5da7b1b Cache类store方法参数允许为空 表示获取当前缓存驱动句柄 2017-01-26 09:56:21 +08:00
thinkphp
7d517177bc 删除Connection类废弃属性resultSetType 2017-01-24 16:49:20 +08:00
thinkphp
33849140da 优化Connection类close方法 2017-01-24 16:44:50 +08:00
thinkphp
cc77fe99e3 改进Validate类的ip验证规则 2017-01-24 13:09:08 +08:00
ThinkPHP
8c3a50744e Merge pull request #455 from shuipf/master
修正bindParam方法
2017-01-24 13:03:28 +08:00
水平凡
d8cc777e1d 修正bindParam方法 2017-01-24 11:51:10 +08:00
thinkphp
86cc9378a0 collection助手函数调整 v5.0.5 2017-01-23 13:59:21 +08:00
thinkphp
390aeb3f01 Merge branch 'master' of https://git.topthink.com/topteam/framework 2017-01-23 13:58:41 +08:00