Commit Graph

62 Commits

Author SHA1 Message Date
thinkphp
532dcb1c14 增加response_end行为标签位 2016-09-24 20:46:48 +08:00
thinkphp
450d7ab313 增加请求缓存功能 路由支持设置请求缓存 2016-09-24 18:14:59 +08:00
thinkphp
5fb0ea7c7d 页面trace支持 环境变量设置 2016-09-03 22:01:38 +08:00
thinkphp
1a5f9dc5e1 改进页面trace信息记录不全的问题 2016-08-22 11:53:29 +08:00
yunwuxin
95c92a5f92 改进trace 2016-06-29 18:14:51 +08:00
yunwuxin
f01b2cd8b7 改进trace 2016-06-29 18:14:51 +08:00
yunwuxin
b94c54bcc2 修正类名冲突 2016-06-21 13:59:48 +08:00
thinkphp
92b3fb7006 修改 Model类的saveall方法 返回值 2016-06-21 13:49:02 +08:00
yunwuxin
91ab9dfde0 改进Response类 2016-06-21 12:09:39 +08:00
thinkphp
948d0ea0bb 改进驱动命名空间检测 2016-06-21 00:01:31 +08:00
thinkphp
a032828d5c 注释规范 2016-06-20 17:34:54 +08:00
thinkphp
30cec3abb1 取消驱动配置的namespace参数 2016-06-18 23:42:16 +08:00
thinkphp
9d56033b6d 去除Response类的result方法 改进Jump里面的result方法 2016-06-17 16:19:09 +08:00
thinkphp
50d1798e92 改进Handle类支持异常的多语言 Lang类增加has方法 增加核心中文语言包 2016-06-16 16:07:44 +08:00
thinkphp
1001f8c395 修正Response类 2016-06-16 11:05:21 +08:00
thinkphp
e5740e5451 改进App类的run方法的返回值 改进Response类 2016-06-16 11:00:49 +08:00
thinkphp
2e35cf1cb0 改进Response类的getCode方法 2016-06-14 10:52:21 +08:00
thinkphp
126bb348ca 改进Response类的send方法和getContent方法 2016-06-13 16:54:07 +08:00
thinkphp
4689c86e0a Response类增加getCode方法和getContent方法 send方法data参数去掉 App类的run方法返回response对象 2016-06-13 16:45:39 +08:00
thinkphp
b10635e22e 异常类规范 增加异常类 改进Query类的value和column的缓存冲突问题 2016-06-12 16:35:42 +08:00
thinkphp
7a579ca60e 404异常跳转URL配置参数 改为 异常模板地址参数 http_exception_template 2016-06-07 12:24:32 +08:00
thinkphp
ae2824ced1 改进response助手函数 改进Response类的header方法 支持批量设置 2016-06-07 11:52:23 +08:00
thinkphp
5048f7c767 修正Response类的send方法 2016-06-02 12:26:05 +08:00
thinkphp
d65882e20c 去除 IS_CGI IS_MAC NOW_TIME 常量 2016-06-02 12:21:36 +08:00
thinkphp
8099a001e2 改进Response类的send方法 去除 REQUEST_METHOD IS_GET IS_POST IS_PUT IS_DELETE IS_AJAX __EXT__ 常量 由应用自己定义 2016-06-02 12:13:00 +08:00
trojanbox
2f5db5f222 修改部分类注释 2016-05-30 18:35:19 +08:00
trojanbox
6858abef7c 修改部分类注释 2016-05-30 18:14:18 +08:00
thinkphp
62b01bf566 修正单元测试 改进start 2016-05-25 16:10:47 +08:00
thinkphp
458cd82507 改进页面trace输出 2016-05-25 16:03:15 +08:00
thinkphp
7a9eeba565 改进start.php环境变量处理 改进hook类方法执行返回值 2016-05-25 14:26:28 +08:00
thinkphp
188e64abf6 取消APP_HOOK常量 默认开启插件机制 2016-05-24 22:08:34 +08:00
thinkphp
a3fae7c6dc 改进Appe类 Request和Route类 2016-05-24 16:35:57 +08:00
thinkphp
0717458762 修正Response类send方法 2016-05-23 08:30:17 +08:00
thinkphp
2106cdceaf 改进Response类的send方法 改进Input类的自动转换 2016-05-22 15:38:45 +08:00
thinkphp
e5de35ed43 改进Response类create方法 支持自定义子类的命名空间位置 2016-05-19 13:36:10 +08:00
thinkphp
28bf9b2726 优化App类 2016-05-17 23:20:09 +08:00
thinkphp
9d5728c67f 优化Response类的send方法 改进app_end的监听位置 2016-05-17 12:11:45 +08:00
thinkphp
92d999b484 response类增加create方法 改进think\response\redirect类 改进助手函数和traits\controller\Jump 2016-05-17 11:17:24 +08:00
thinkphp
c7c94258d0 改进Response类 增加think\response\View类 用于渲染模板响应输出 2016-05-16 18:10:46 +08:00
thinkphp
a4a14b3bf1 修正Query类 改进Response类 改进异常输出 2016-05-16 16:39:17 +08:00
thinkphp
30a6bd7e8a 改进Response类 改进view助手函数 增加 think\response\Html 类 2016-05-16 15:16:47 +08:00
thinkphp
199825ec32 改进Response类 支持扩展不同的输出类型 改进Model类 不同的模型采用不同的查询对象实例 修正Request类一处错误 助手函数view改进 直接返回Response类对象实例 2016-05-16 14:18:47 +08:00
yunwuxin
aaa0fd7c9f 完善框架的异常处理 2016-05-13 19:06:08 +08:00
thinkphp
7f385217b9 改进response类 2016-05-11 14:04:56 +08:00
thinkphp
5a7840dfa8 改进Response类send方法 2016-05-11 10:12:01 +08:00
thinkphp
8e1cd9c51f 改进Response类 改进traits\controller\Jump 添加response助手函数 2016-05-11 07:51:41 +08:00
thinkphp
2862f07ce9 改进Route Response和request类 2016-05-07 22:34:08 +08:00
thinkphp
02e8b2e8d0 Request类增加url方法 Response类增加sendHttpStatus方法 2016-05-07 22:06:17 +08:00
thinkphp
388c595f5f 改进Response类的type方法 2016-05-07 12:59:48 +08:00
thinkphp
2ba7455047 修正response类变量和方法名 2016-04-18 20:24:41 +08:00