Commit Graph

  • f0eafc1ea8 Model类的validate方法支持第三个参数 使用批量验证 thinkphp 2016-11-02 19:24:15 +08:00
  • 82a8c2170a 修正Model类的saveall方法的验证 thinkphp 2016-11-02 19:09:48 +08:00
  • e3db097287 路由的ajax pjax https 检测参数支持 非检测 thinkphp 2016-11-02 16:53:00 +08:00
  • 3a1cf0bb9a 修正Query类getJoinTable方法 thinkphp 2016-11-02 10:32:26 +08:00
  • 1d30c47de3 改进Query类的alias方法 thinkphp 2016-11-01 18:17:37 +08:00
  • 12b9dad495 增加request_cache_expire配置参数用于配置全局的请求缓存有效期 thinkphp 2016-11-01 18:06:58 +08:00
  • bef0eebaed 调整请求缓存自动检查位置 thinkphp 2016-11-01 17:57:06 +08:00
  • 57f206b757 增强请求缓存功能 支持全局配置 增加request_cache配置参数 增加特殊缓存规则定义 如果同一次请求存在多次请求缓存调用 则第一次有效 thinkphp 2016-11-01 17:51:38 +08:00
  • 7a0d53d071 完善路由绑定 thinkphp 2016-11-01 12:00:50 +08:00
  • 98baf43cf8 修正单元测试 thinkphp 2016-11-01 11:46:12 +08:00
  • 4a609c7254 改进File类checkImg方法 thinkphp 2016-11-01 11:43:50 +08:00
  • 17d146d0d9 修正路由绑定到命名空间后 类的自动定位 thinkphp 2016-11-01 11:41:27 +08:00
  • 64317fcec4 readme调整 thinkphp 2016-11-01 11:00:46 +08:00
  • fd670ce955 修正路由绑定到命名空间后的类自动定位问题 thinkphp 2016-11-01 10:53:41 +08:00
  • 594d263ea2 注释调整 thinkphp 2016-10-31 18:07:06 +08:00
  • e8b05a7642 改进Route类的parseRule方法 路由地址中的变量替换不自动去除路由变量 thinkphp 2016-10-31 16:25:30 +08:00
  • f11c53db7c 改进控制器自动搜索 thinkphp 2016-10-31 08:13:15 +08:00
  • 650eff7232 修正input助手函数 thinkphp 2016-10-30 22:08:32 +08:00
  • 9710abaf02 Merge branch 'master' of https://github.com/top-think/framework thinkphp 2016-10-30 10:11:42 +08:00
  • 223a48b6b8 改进Query类join和view方法 thinkphp 2016-10-30 10:11:12 +08:00
  • 30ce5372d6 Merge pull request #336 from clyoko/master ThinkPHP 2016-10-29 09:35:48 +08:00
  • e3dd324b94 Merge branch 'master' of https://git.topthink.com/topteam/framework thinkphp 2016-10-29 09:26:21 +08:00
  • a4ec5cafa0 Db类完善注释 HyperQing 2016-10-29 09:26:02 +08:00
  • 05e341a80d 改进Query类的join方法 thinkphp 2016-10-29 09:24:34 +08:00
  • d748b9966e Merge pull request #1 from top-think/master HyperQing 2016-10-28 20:13:24 -05:00
  • d392d310e3 版本还原 thinkphp 2016-10-28 15:07:45 +08:00
  • dba952b608 路由增加角色参数 增加getRole方法获取路由的角色 thinkphp 2016-10-28 14:58:25 +08:00
  • e2de014dd1 改进 thinkphp 2016-10-28 11:19:44 +08:00
  • 796921a4b0 Route类增加setOption和getOption方法 用于记录当前路由执行过程中的参数信息 thinkphp 2016-10-28 10:46:44 +08:00
  • 756992ef2e cache助手函数支持清空操作 cache(null) 或者 cache(null,'tagName'); thinkphp 2016-10-27 14:39:26 +08:00
  • eed8bfb12d 改进Config类load方法 一级配置名称强制转为小写 thinkphp 2016-10-27 14:18:44 +08:00
  • 40dd37e374 版本号更新为5.0.3beta thinkphp 2016-10-27 14:10:25 +08:00
  • b2e2d440ed 修正Url多次生成的问题 thinkphp 2016-10-27 10:42:50 +08:00
  • 741ef90a3d 改进Url类 thinkphp 2016-10-27 10:38:43 +08:00
  • 4ca0e81d31 File类 兼容性处理 thinkphp 2016-10-26 20:05:04 +08:00
  • c977af7921 优化路由分组方法 thinkphp 2016-10-26 18:11:38 +08:00
  • 9062808a05 改进分组路由的url生成 thinkphp 2016-10-26 17:44:15 +08:00
  • 82b94b555f 改进 thinkphp 2016-10-26 12:10:35 +08:00
  • 087e968b80 改进Query类where方法 thinkphp 2016-10-26 11:34:36 +08:00
  • 39cbbc0a38 改进Url类 域名部署url生成 URL生成不依赖 url_domain_deploy 配置参数 thinkphp 2016-10-26 11:09:49 +08:00
  • 31aae17f55 改进App类的空操作方法调用 thinkphp 2016-10-26 08:45:25 +08:00
  • 97fbbbc0e3 修正Url类域名部署的问题 thinkphp 2016-10-26 08:29:25 +08:00
  • d96a037e49 视图文件目录支持集中式存放 不放入模块目录 thinkphp 2016-10-25 23:56:17 +08:00
  • d8c25a7970 cache助手函数支持 remember方法 ,用法为: cache('?name',function(){ return 'value'; }); 或者 cache('?name','value); thinkphp 2016-10-25 23:15:41 +08:00
  • a3f80621b5 改进Query类的paginate方法 thinkphp 2016-10-25 22:54:40 +08:00
  • 535e17b1a0 修正软删除withTrashed方法 thinkphp 2016-10-25 20:42:21 +08:00
  • 2477345218 优化Connection类的getRealSql方法生成的sql thinkphp 2016-10-25 14:46:02 +08:00
  • 6e5d83d513 资源路由自动注册的路由规则 记录当前使用的 资源标识 使用 路由参数 rest 获取 thinkphp 2016-10-24 18:13:35 +08:00
  • 0674c77498 改进Query类的view和join方法 v5.0.2 thinkphp 2016-10-24 14:15:09 +08:00
  • 4e8467b830 增加 新的RouteNotFoundException异常 thinkphp 2016-10-24 11:12:02 +08:00
  • fa2bc7343d 配置调整 thinkphp 2016-10-24 07:11:16 +08:00
  • aca32d1da3 路由条件增加ajax和pjax thinkphp 2016-10-23 23:40:36 +08:00
  • 8f6cee67ed 路由请求类型改为小写 thinkphp 2016-10-23 22:29:11 +08:00
  • 4865355dfc 改进Route类parseUrl方法 thinkphp 2016-10-23 22:10:53 +08:00
  • 747b7fe7fa 改进绑定支持绑定到控制器分级 thinkphp 2016-10-23 21:53:10 +08:00
  • ae7a9a08a7 改进Route类rules方法 thinkphp 2016-10-23 13:22:40 +08:00
  • 70e534f2fb 改进Route类 thinkphp 2016-10-22 21:02:04 +08:00
  • b5b5390832 完善绑定模块情况下 路由标识识别 thinkphp 2016-10-22 20:24:55 +08:00
  • d961dd9765 改进路由类的parseUrl方法 thinkphp 2016-10-22 20:05:51 +08:00
  • 79d640f3a9 修正Route类name方法 thinkphp 2016-10-22 19:53:48 +08:00
  • 9c57100d67 路由标识不区分大小写 thinkphp 2016-10-22 19:42:55 +08:00
  • a6f72f9ce2 改进App类的反射异常无法捕获问题 thinkphp 2016-10-22 15:02:10 +08:00
  • 11f750071c 修正Query类一处错误 thinkphp 2016-10-22 13:25:31 +08:00
  • eb103a63a5 改进Request类ip方法 thinkphp 2016-10-22 13:21:49 +08:00
  • 04149e3cce 改进session助手函数 thinkphp 2016-10-22 13:15:14 +08:00
  • 463dda9d01 改进路由域名绑定后的url生成 thinkphp 2016-10-22 12:58:05 +08:00
  • 2c15118f60 改进Query类的join方法 thinkphp 2016-10-21 23:18:29 +08:00
  • a83af51903 改进Query类的view方法和join方法 支持使用不带前缀的表名 thinkphp 2016-10-21 23:05:33 +08:00
  • d33ed07d00 修正验证类一处BUG thinkphp 2016-10-21 18:03:47 +08:00
  • 294a49b8b1 改进验证类的image方法 thinkphp 2016-10-21 17:51:19 +08:00
  • 35a12fac90 Merge branch 'master' of https://github.com/top-think/framework thinkphp 2016-10-21 17:36:49 +08:00
  • 5a417480a1 改进验证类的activeUrl方法 改进Query类分页方法的参数绑定 thinkphp 2016-10-21 17:36:09 +08:00
  • d0fd890ce9 Merge pull request #325 from clyoko/master ThinkPHP 2016-10-21 17:25:16 +08:00
  • afa1376941 改进自定义验证规则的使用 thinkphp 2016-10-21 17:21:09 +08:00
  • 367242113d 改进控制器自动搜索后的控制器名获取 thinkphp 2016-10-21 12:02:29 +08:00
  • c64a335884 为Request类的几个方法完善注释 HyperQing 2016-10-21 11:36:55 +08:00
  • 3be17ea06b 修正静态路由检测 thinkphp 2016-10-20 23:38:14 +08:00
  • 0117543df0 改进Session类的flush方法 判断是否开启session thinkphp 2016-10-20 10:59:28 +08:00
  • cbd4c2c98c 路由变量规则支持闭包 thinkphp 2016-10-19 22:51:09 +08:00
  • d0cc9a7146 改进Model类的save方法 新增数据的时候添加不是自增主键的处理 thinkphp 2016-10-19 17:23:34 +08:00
  • 4ceee7c5b2 invoke自动注入方法传入当前请求对象 thinkphp 2016-10-19 17:12:11 +08:00
  • a25b16b0cf Session类增加flash方法用于设置下一次请求有效的值 flush方法用于清空当前请求有效的值 增加push方法 Redirect response类的with方法改为调用session类的flash方法 thinkphp 2016-10-19 15:16:31 +08:00
  • 53233db821 改进App类 thinkphp 2016-10-19 12:27:43 +08:00
  • 3a0bf10c3d Merge branch 'master' of https://github.com/top-think/framework thinkphp 2016-10-19 11:24:16 +08:00
  • 3f654b6e5e 改进自动注入机制 需要依赖注入的类如果定义了invoke方法则自动调用 thinkphp 2016-10-19 11:22:35 +08:00
  • 020a8aa49a Merge pull request #321 from lw78665806/master ThinkPHP 2016-10-18 21:23:50 +08:00
  • cb9b2b5803 Cache类增加remember方法 用于当获取的缓存不存在的时候自动写入 thinkphp 2016-10-18 16:19:06 +08:00
  • 9e0b5da416 Update Validate.php lw78665806 2016-10-18 10:14:37 +08:00
  • a449e236fa Update Validate.php lw78665806 2016-10-18 10:08:55 +08:00
  • bb9e33e9a5 修正json_encode时 "Failed calling XXX::jsonSerialize()" 的异常 yunwuxin 2016-10-17 17:52:09 +08:00
  • 63d6f49a1b 添加配置参数 thinkphp 2016-10-17 16:35:26 +08:00
  • d9be9ddf6f 改进Loader类model和validate方法 thinkphp 2016-10-17 13:53:53 +08:00
  • f2e51604f4 改进整型字段的参数绑定写入 默认值 thinkphp 2016-10-17 12:09:13 +08:00
  • 99300f8d4d 修正Query类setInc和setDec方法 thinkphp 2016-10-16 19:26:04 +08:00
  • c37f1fc39b 修正单元测试 thinkphp 2016-10-15 11:17:26 +08:00
  • 4554f99451 改进 thinkphp 2016-10-15 11:09:34 +08:00
  • 2ef3ad748b 改进 thinkphp 2016-10-15 11:03:56 +08:00
  • 9bb981368a 单元测试修正 thinkphp 2016-10-15 09:04:38 +08:00
  • fbd76aaf51 改进路由地址生成 thinkphp 2016-10-15 00:02:02 +08:00
  • 381a56f334 路由生成改进对 路由地址为类的方法的支持 thinkphp 2016-10-14 23:38:38 +08:00