Commit Graph

188 Commits

Author SHA1 Message Date
thinkphp
53c3312b02 修正单元测试 2016-05-24 22:16:51 +08:00
thinkphp
901631b8d5 修正Route类 2016-05-24 17:55:05 +08:00
thinkphp
e936d7dc7d 改进Route类 2016-05-24 17:02:21 +08:00
thinkphp
c0048e80ea 修正单元测试 2016-05-18 00:02:27 +08:00
thinkphp
0acf217660 修正单元测试 2016-05-17 14:13:05 +08:00
thinkphp
c7c94258d0 改进Response类 增加think\response\View类 用于渲染模板响应输出 2016-05-16 18:10:46 +08:00
thinkphp
199825ec32 改进Response类 支持扩展不同的输出类型 改进Model类 不同的模型采用不同的查询对象实例 修正Request类一处错误 助手函数view改进 直接返回Response类对象实例 2016-05-16 14:18:47 +08:00
yunwuxin
f78ba76767 修正异常处理和单元测试 2016-05-15 10:14:17 +08:00
thinkphp
a4fb28a310 废除模块映射功能 改进route助手函数 Route类增加rule方法替代原register方法,原register方法更名为import方法用于导入路由配置 2016-05-11 23:00:59 +08:00
thinkphp
cbd8ea477d 修正Relation类 改进Route类的group方法 2016-05-11 22:03:26 +08:00
thinkphp
7f385217b9 改进response类 2016-05-11 14:04:56 +08:00
thinkphp
fce80eb623 修正单元测试 2016-05-11 12:55:56 +08:00
thinkphp
f83632cb7f 修正 2016-05-11 12:49:10 +08:00
thinkphp
03b87a9eb0 改进App类 修正单元测试 2016-05-11 12:45:06 +08:00
thinkphp
b50eeb5e7d App类改进run方法传入Request对象 便于构造自己的Request对象 2016-05-11 12:25:29 +08:00
thinkphp
8e1cd9c51f 改进Response类 改进traits\controller\Jump 添加response助手函数 2016-05-11 07:51:41 +08:00
thinkphp
5746ee456e 修正单元测试 2016-05-10 12:12:05 +08:00
thinkphp
a6d29fedc9 修正 2016-05-10 12:04:59 +08:00
尘缘
dbe744370a 取消hhvm跳过测试 2016-05-09 19:55:33 +08:00
尘缘
6786e8d9ab 优化hhvm下session的默认值 2016-05-09 18:06:45 +08:00
尘缘
72a45d6a8d hhvm下debug存在特殊异常,功能测试ok,暂时不处理 2016-05-08 23:55:20 +08:00
尘缘
2dd7e7ef20 完善redisd的单元测试 2016-05-08 23:37:39 +08:00
尘缘
dccca49419 Merge branch 'master' of https://github.com/top-think/framework 2016-05-08 23:21:57 +08:00
yunwuxin
1f6cde00eb 修正标签解析单元测试 2016-05-08 19:04:16 +08:00
尘缘
83202fb9fc 修复一个 mac 上的 failure 2016-05-08 10:48:03 +08:00
尘缘
f5a74eb60e 添加 key expire = 0 的单元测试 2016-05-08 09:01:56 +08:00
尘缘
2ace73254f 删除db cache的单元测试 2016-05-08 08:54:53 +08:00
Chino Chang
40ee791221 Merge pull request #57 from vus520/master
redis cache 优化
2016-05-07 15:55:20 +08:00
thinkphp
a16e5009b5 修正单元测试 2016-05-07 10:27:02 +08:00
尘缘
e2828d3ff6 redisd驱动优化,添加handler方法,暴露对象以调用高级方法 2016-05-06 17:28:34 +08:00
尘缘
63fde0a6fc redis驱动添加handler方法,暴露对象以调用高级方法 2016-05-06 17:20:48 +08:00
尘缘
4e65e7f470 Merge branch 'master' of https://github.com/top-think/framework 2016-05-05 16:51:00 +08:00
thinkphp
c22b26026e Merge branch 'master' of https://github.com/top-think/framework 2016-05-05 16:37:31 +08:00
thinkphp
2aafd538d2 单元测试调整 2016-05-05 16:35:05 +08:00
尘缘
fb1f35fe3c redis testcase 添加数组的检查 2016-05-05 15:58:03 +08:00
尘缘
239f8aa52f 添加Redisd驱动及单元测试 2016-05-05 12:17:12 +08:00
thinkphp
f87642c6ea 修正单元测试 2016-05-04 18:09:09 +08:00
thinkphp
7c74dd9591 改进view类 调整模板引擎的配置参数定义和传入方式 2016-04-26 17:00:55 +08:00
thinkphp
dd71f679ee 改进Template类import标签库 2016-04-25 10:17:00 +08:00
thinkphp
d0ad5f6beb 修正单元测试 2016-04-24 16:15:10 +08:00
thinkphp
ff46880ab4 修正单元测试 2016-04-24 14:39:50 +08:00
thinkphp
1f40eed301 修正单元测试 2016-04-23 20:44:17 +08:00
thinkphp
7482335aea 修正单元测试 2016-04-19 10:09:45 +08:00
thinkphp
ba0c3de8ba 修正responseTest 2016-04-18 20:28:44 +08:00
thinkphp
262b333538 修正 2016-04-18 18:11:41 +08:00
thinkphp
da9c1a8a81 修正单元测试 删除controller类show方法 用 display方法替代 2016-04-18 18:08:08 +08:00
thinkphp
0baf54f7fd viewTest改动 2016-04-18 16:40:29 +08:00
thinkphp
a66842a030 修正 2016-04-18 16:11:52 +08:00
thinkphp
f8eb8952e2 修正单元测试 2016-04-18 15:41:29 +08:00
thinkphp
10cee95027 改进单元测试 2016-04-13 16:20:55 +08:00