Commit Graph

83 Commits

Author SHA1 Message Date
thinkphp
4cf9d17aec 改进Request类的create方法 2016-07-29 15:07:00 +08:00
thinkphp
8a5f4ff402 改进Request类支持PATCH请求变量获取 改进请求类型伪造后的数据获取 2016-07-20 14:31:58 +08:00
thinkphp
a4600c8032 删除Request类paramWithFile方法 改为 param(true) 获取带文件的数据 2016-07-18 14:47:26 +08:00
thinkphp
215225bc5f Request类增加paramWithFile方法 包含上传文件信息
Validate类增加image验证规则 并改进max min length支持多种数据类型
2016-07-18 14:35:24 +08:00
thinkphp
4c8e7e4f21 改进Request类的input方法 2016-07-12 16:31:46 +08:00
thinkphp
b697c7f565 改进Request类的file方法的多文件上传获取支持 2016-07-12 11:30:30 +08:00
thinkphp
7718730600 改进Request类的put方法 支持使用json格式解析变量 2016-07-11 21:44:00 +08:00
thinkphp
6c6ac73ee0 优化Request类的param方法 param get post put request delete server cookie env方法的第一个参数传入false 则表示获取原始数据 不进行过滤 2016-07-06 18:45:08 +08:00
thinkphp
72c56548e8 改进闭包路由的参数或者 改进路由参数的获取 支持单独获取路由 2016-07-06 18:17:11 +08:00
lilwil
441b482594 Request注入方法返回值 (#180) 2016-06-29 21:08:28 -05:00
thinkphp
7f13d70d0b 改进App类和Request类 2016-06-24 23:41:02 +08:00
thinkphp
c4ef774882 修正 2016-06-24 17:45:27 +08:00
thinkphp
2839d9b31d Request类dispatch方法改进 2016-06-24 17:40:36 +08:00
thinkphp
d3d7fdb83d 注释修改 2016-06-24 17:31:58 +08:00
thinkphp
73f1ae289d 改进Request类的dispatch方法 2016-06-24 17:30:47 +08:00
thinkphp
57ca7a376b 修改标签库的方法命名 取消 import标签 2016-06-23 18:37:46 +08:00
thinkphp
38124ccd12 Request类添加getContent方法,create方法增加content参数支持伪造 2016-06-23 17:13:07 +08:00
thinkphp
c654eab7e9 修正Request类的input方法 2016-06-22 16:23:23 +08:00
thinkphp
98084c7a47 Request类的input方法支持default_filter配置参数 2016-06-22 15:45:39 +08:00
yunwuxin
91ab9dfde0 改进Response类 2016-06-21 12:09:39 +08:00
thinkphp
2281f1edb4 修正request类的file方法 2016-06-21 11:53:38 +08:00
thinkphp
70f146f3e3 改进File类的架构方法 支持SplFileObject类完整参数 2016-06-21 11:22:38 +08:00
thinkphp
a032828d5c 注释规范 2016-06-20 17:34:54 +08:00
thinkphp
eca38db038 改进Request的动态方法调用 自动注入当前request对象 2016-06-20 11:48:47 +08:00
thinkphp
5618c367bf request类增加动态方法的注入hook机制 2016-06-20 11:44:46 +08:00
thinkphp
ff16a4521d 改进Request类的param方法 2016-06-20 08:56:35 +08:00
thinkphp
4686698819 改进Request类 改进input助手函数 取消Input类 2016-06-18 09:29:25 +08:00
thinkphp
323b1884dc Request类增加header方法 2016-06-17 18:31:02 +08:00
thinkphp
f91cb894c8 Input类并入Request类 2016-06-17 16:56:01 +08:00
thinkphp
d8fc0bf7aa 注释调整 2016-06-16 13:48:40 +08:00
thinkphp
a7df3d52e2 改进Request的param方法和Route类的parseUrlParams方法 2016-06-16 13:39:55 +08:00
thinkphp
00517f9125 修正Request类的create方法 修正Route类的check方法 2016-06-14 15:33:49 +08:00
thinkphp
e14174fd63 改进Request类和Route类的checkDomain方法 2016-06-13 17:51:21 +08:00
thinkphp
8b0078d936 改进Lang类的detect方法 返回当前语言 取消 LANG_SET 常量 2016-06-13 17:05:50 +08:00
thinkphp
101bfb3f83 改进Request类的create方法 2016-06-13 16:11:42 +08:00
thinkphp
5171ea302d 支持关闭伪静态访问 设置url_html_suffix 为false 2016-06-13 11:37:54 +08:00
thinkphp
451e7f0dda 改进Input类和Request类的session获取 2016-06-07 17:05:01 +08:00
thinkphp
661a470e5d 改进Request类 2016-06-03 10:26:53 +08:00
thinkphp
357d5c0e00 改进Request类 2016-06-01 21:19:07 +08:00
thinkphp
ac0cb9be42 去除 MODULE_NAME CONTROLLER_NAME ACTION_NAME 常量 2016-06-01 18:34:36 +08:00
thinkphp
6248dff43b 改进Request类 2016-05-31 23:01:21 +08:00
thinkphp
d69cd6308d 改进Request类isMobile方法 2016-05-31 22:16:21 +08:00
thinkphp
ead3cdee85 改进Request类 2016-05-31 16:20:27 +08:00
thinkphp
98f89d8f8a 参数调整 2016-05-31 14:12:05 +08:00
thinkphp
a7b2dbe86f 改进Request类method方法 2016-05-31 13:24:02 +08:00
thinkphp
bd17e3008e 改进Request类 2016-05-31 09:09:24 +08:00
thinkphp
4a974f52a9 改进Request类增加agent和isMobile方法 2016-05-30 22:49:15 +08:00
thinkphp
6599c8c758 修正Request类 2016-05-30 22:04:22 +08:00
thinkphp
d5e73c3463 配置参数调整 2016-05-30 21:49:38 +08:00
thinkphp
69fa69dc3b 添加表单请求类型伪装支持 默认变量为 _method 2016-05-30 21:34:48 +08:00