Commit Graph

1787 Commits

Author SHA1 Message Date
yunwuxin
6ca3dad850 修正模板标签解析
新增几个常用的数组处理方法
2016-05-08 12:36:08 +08:00
ThinkPHP
422b3dee6b Merge pull request #62 from vus520/master
优化redis缓存驱动及单元测试
2016-05-08 09:12:28 +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
尘缘
b5d7338bce 优化 redis set,redis不能设置一个 expire 为 0 的key 2016-05-08 08:50:37 +08:00
尘缘
0061f52a31 优化 redis connect time, redis扩展已兼容time参数 2016-05-08 08:48:49 +08:00
ThinkPHP
bec4595914 Merge pull request #51 from shenfakuan/master
修改在使用域名路由时,url方法结果不正确的bug(优化parseDomain)
2016-05-08 08:44:52 +08:00
ThinkPHP
506d33a4eb Merge pull request #60 from vus520/master
修复一个错误变量,完善注释
2016-05-08 08:16:11 +08:00
尘缘
0982878a0c 统计TP文件注释,统一psr2换行规范 2016-05-08 07:58:50 +08:00
尘缘
8bc451d21c 统计TP文件注释,统一psr2换行规范 2016-05-08 07:58:06 +08:00
尘缘
72398312b2 Socketlog统一注释 2016-05-08 07:48:58 +08:00
尘缘
5a3721e4e9 优化几个注释,其它文件太多了,改不过来啊 2016-05-08 07:35:10 +08:00
尘缘
8410162e3a 修复一处变量错误命名 2016-05-08 07:29:26 +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
044ef6098c 修正request类dispatch方法bug 2016-05-07 18:33:30 +08:00
thinkphp
3b3751f3d5 改进App类 2016-05-07 18:20:04 +08:00
thinkphp
f495332abc Merge branch 'master' of https://github.com/top-think/framework 2016-05-07 17:42:07 +08:00
thinkphp
5e239e934f 增加Request类 2016-05-07 17:41:39 +08:00
Chino Chang
40ee791221 Merge pull request #57 from vus520/master
redis cache 优化
2016-05-07 15:55:20 +08:00
thinkphp
388c595f5f 改进Response类的type方法 2016-05-07 12:59:48 +08:00
thinkphp
a16e5009b5 修正单元测试 2016-05-07 10:27:02 +08:00
thinkphp
0ab483d67b 改进Input类对file的支持 Validate类增加file fileSize fileExt fileMime验证规则 增加File类 2016-05-07 10:15:16 +08:00
thinkphp
ac97882da9 修正Relation的save方法 2016-05-06 23:31:01 +08:00
thinkphp
5bcc13a273 Template类改进layout方法 2016-05-06 21:45:13 +08:00
yunwuxin
896b568533 集合类 添加几个常用的数组方法 2016-05-06 19:02:21 +08:00
thinkphp
f9f53c032b 增加UploadFile类 2016-05-06 18:50:50 +08:00
thinkphp
0c0e485d50 调整下Error类的trace输出 2016-05-06 18:48:59 +08:00
thinkphp
583af3aed6 Query类value和column增加对调用field链式操作方法的处理 2016-05-06 18:31:43 +08:00
yunwuxin
a00df4246e 分页功能 2016-05-06 18:09:53 +08:00
尘缘
5afe5bdc13 Merge branch 'master' of https://github.com/top-think/framework 2016-05-06 17:28:57 +08:00
尘缘
e2828d3ff6 redisd驱动优化,添加handler方法,暴露对象以调用高级方法 2016-05-06 17:28:34 +08:00
尘缘
63fde0a6fc redis驱动添加handler方法,暴露对象以调用高级方法 2016-05-06 17:20:48 +08:00
thinkphp
2a42932f12 Relation类调整 2016-05-06 16:23:43 +08:00
thinkphp
b8e5437f1c Relation类save方法支持传入模型对象 2016-05-06 16:23:13 +08:00
尘缘
336b0908a6 Merge branch 'master' of https://github.com/top-think/framework 2016-05-06 16:03:42 +08:00
thinkphp
e71a864915 支持单独启用控制器类的类名后缀 CLASS_APPEND_SUFFIX 作为全局开关 2016-05-05 18:46:54 +08:00
thinkphp
28a88d9937 改进Query类的column对没有查询到数据的处理 2016-05-05 17:30:29 +08:00
尘缘
4e65e7f470 Merge branch 'master' of https://github.com/top-think/framework 2016-05-05 16:51:00 +08:00
thinkphp
b6072ebe48 修正Cache类 2016-05-05 16:46:03 +08:00
thinkphp
a134da6563 改进redisd驱动 2016-05-05 16:40:02 +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
thinkphp
855c2c75da 改进Cache类 及 驱动 改进Connection类及驱动 2016-05-05 16:32:47 +08:00
尘缘
fb1f35fe3c redis testcase 添加数组的检查 2016-05-05 15:58:03 +08:00
ThinkPHP
3570ce0d23 Merge pull request #53 from vus520/master
添加Redisd驱动及单元测试
2016-05-05 13:27:21 +08:00
thinkphp
fd5447fc4f 修正Validate类的require规则 2016-05-05 13:17:55 +08:00
thinkphp
f7a63cbd9f relation类delete方法删除 (因为影响模型删除事件) 2016-05-05 13:13:21 +08:00
thinkphp
b5beaeded3 改进Model类支持 按照查询条件 更新 2016-05-05 12:34:39 +08:00
尘缘
239f8aa52f 添加Redisd驱动及单元测试 2016-05-05 12:17:12 +08:00