Commit Graph

3255 Commits

Author SHA1 Message Date
thinkphp
e3db097287 路由的ajax pjax https 检测参数支持 非检测 2016-11-02 16:53:00 +08:00
thinkphp
3a1cf0bb9a 修正Query类getJoinTable方法 2016-11-02 10:32:26 +08:00
thinkphp
1d30c47de3 改进Query类的alias方法 2016-11-01 18:17:37 +08:00
thinkphp
12b9dad495 增加request_cache_expire配置参数用于配置全局的请求缓存有效期 2016-11-01 18:06:58 +08:00
thinkphp
bef0eebaed 调整请求缓存自动检查位置 2016-11-01 17:57:06 +08:00
thinkphp
57f206b757 增强请求缓存功能 支持全局配置 增加request_cache配置参数 增加特殊缓存规则定义 如果同一次请求存在多次请求缓存调用 则第一次有效 2016-11-01 17:51:38 +08:00
thinkphp
7a0d53d071 完善路由绑定 2016-11-01 12:00:50 +08:00
thinkphp
98baf43cf8 修正单元测试 2016-11-01 11:46:12 +08:00
thinkphp
4a609c7254 改进File类checkImg方法 2016-11-01 11:43:50 +08:00
thinkphp
17d146d0d9 修正路由绑定到命名空间后 类的自动定位 2016-11-01 11:41:27 +08:00
thinkphp
64317fcec4 readme调整 2016-11-01 11:00:46 +08:00
thinkphp
fd670ce955 修正路由绑定到命名空间后的类自动定位问题 2016-11-01 10:53:41 +08:00
thinkphp
594d263ea2 注释调整 2016-10-31 18:07:06 +08:00
thinkphp
e8b05a7642 改进Route类的parseRule方法 路由地址中的变量替换不自动去除路由变量 2016-10-31 16:25:30 +08:00
thinkphp
f11c53db7c 改进控制器自动搜索 2016-10-31 08:13:15 +08:00
thinkphp
650eff7232 修正input助手函数 2016-10-30 22:08:32 +08:00
thinkphp
9710abaf02 Merge branch 'master' of https://github.com/top-think/framework 2016-10-30 10:11:42 +08:00
thinkphp
223a48b6b8 改进Query类join和view方法 2016-10-30 10:11:12 +08:00
ThinkPHP
30ce5372d6 Merge pull request #336 from clyoko/master
Db类完善注释
2016-10-29 09:35:48 +08:00
thinkphp
e3dd324b94 Merge branch 'master' of https://git.topthink.com/topteam/framework 2016-10-29 09:26:21 +08:00
HyperQing
a4ec5cafa0 Db类完善注释 2016-10-29 09:26:02 +08:00
thinkphp
05e341a80d 改进Query类的join方法 2016-10-29 09:24:34 +08:00
HyperQing
d748b9966e Merge pull request #1 from top-think/master
update thinkphp
2016-10-28 20:13:24 -05:00
thinkphp
d392d310e3 版本还原 2016-10-28 15:07:45 +08:00
thinkphp
dba952b608 路由增加角色参数 增加getRole方法获取路由的角色 2016-10-28 14:58:25 +08:00
thinkphp
e2de014dd1 改进 2016-10-28 11:19:44 +08:00
thinkphp
796921a4b0 Route类增加setOption和getOption方法 用于记录当前路由执行过程中的参数信息 2016-10-28 10:46:44 +08:00
thinkphp
756992ef2e cache助手函数支持清空操作 cache(null) 或者 cache(null,'tagName'); 2016-10-27 14:39:26 +08:00
thinkphp
eed8bfb12d 改进Config类load方法 一级配置名称强制转为小写 2016-10-27 14:18:44 +08:00
thinkphp
40dd37e374 版本号更新为5.0.3beta 2016-10-27 14:10:25 +08:00
thinkphp
b2e2d440ed 修正Url多次生成的问题 2016-10-27 10:42:50 +08:00
thinkphp
741ef90a3d 改进Url类 2016-10-27 10:38:43 +08:00
thinkphp
4ca0e81d31 File类 兼容性处理 2016-10-26 20:05:04 +08:00
thinkphp
c977af7921 优化路由分组方法 2016-10-26 18:11:38 +08:00
thinkphp
9062808a05 改进分组路由的url生成 2016-10-26 17:44:15 +08:00
thinkphp
82b94b555f 改进 2016-10-26 12:10:35 +08:00
thinkphp
087e968b80 改进Query类where方法 2016-10-26 11:34:36 +08:00
thinkphp
39cbbc0a38 改进Url类 域名部署url生成 URL生成不依赖 url_domain_deploy 配置参数 2016-10-26 11:09:49 +08:00
thinkphp
31aae17f55 改进App类的空操作方法调用 2016-10-26 08:45:25 +08:00
thinkphp
97fbbbc0e3 修正Url类域名部署的问题 2016-10-26 08:29:25 +08:00
thinkphp
d96a037e49 视图文件目录支持集中式存放 不放入模块目录 2016-10-25 23:56:17 +08:00
thinkphp
d8c25a7970 cache助手函数支持 remember方法 ,用法为:
cache('?name',function(){
   return 'value';
});
或者
cache('?name','value);
2016-10-25 23:15:41 +08:00
thinkphp
a3f80621b5 改进Query类的paginate方法 2016-10-25 22:54:40 +08:00
thinkphp
535e17b1a0 修正软删除withTrashed方法 2016-10-25 20:42:21 +08:00
thinkphp
2477345218 优化Connection类的getRealSql方法生成的sql 2016-10-25 14:46:02 +08:00
thinkphp
6e5d83d513 资源路由自动注册的路由规则 记录当前使用的 资源标识 使用 路由参数 rest 获取 2016-10-24 18:13:35 +08:00
thinkphp
0674c77498 改进Query类的view和join方法 v5.0.2 2016-10-24 14:15:09 +08:00
thinkphp
4e8467b830 增加 新的RouteNotFoundException异常 2016-10-24 11:12:02 +08:00
thinkphp
fa2bc7343d 配置调整 2016-10-24 07:11:16 +08:00
thinkphp
aca32d1da3 路由条件增加ajax和pjax 2016-10-23 23:40:36 +08:00