Commit Graph

2661 Commits

Author SHA1 Message Date
thinkphp
5fc054b348 Route类增加name方法 支持给路由定义命名表示 用于快速生成URL地址 2016-07-28 14:36:26 +08:00
thinkphp
3357768d14 改进 2016-07-28 10:37:11 +08:00
thinkphp
5d5a080819 改进默认的过滤方法 2016-07-28 09:54:38 +08:00
thinkphp
fc5820cf7f 改进abort助手函数 支持抛出HttpResponseException异常 2016-07-27 18:10:04 +08:00
thinkphp
d99b6ffb23 改进路由分组 2016-07-27 16:59:35 +08:00
thinkphp
b332e55dd2 修正Route类match方法一处变量解析问题 2016-07-27 11:52:36 +08:00
thinkphp
78fe41a037 改进Route类 2016-07-27 11:38:10 +08:00
thinkphp
23a0f50a7e redis缓存驱动完善 2016-07-26 16:14:54 +08:00
thinkphp
7e8a5667e3 添加redis驱动测试 2016-07-26 15:56:26 +08:00
thinkphp
efb4f13d7c 恢复redis缓存驱动 redisd驱动改为扩展 2016-07-26 15:53:52 +08:00
thinkphp
f86e3ef061 改进Route类的match方法检测 2016-07-26 15:47:59 +08:00
thinkphp
21c54c0fa6 改进路由类的checkRoute方法 2016-07-26 15:45:56 +08:00
thinkphp
42122966b9 改进Route类的静态路由检测 2016-07-26 15:40:22 +08:00
thinkphp
60a4596824 修正一处错误 2016-07-26 15:34:40 +08:00
thinkphp
f765139ea5 分组路由添加 prefix参数 用于定义路由地址的前缀部分 2016-07-26 15:30:08 +08:00
thinkphp
14c85b5462 修正Route类路由绑定的一个bug 2016-07-26 14:08:51 +08:00
thinkphp
867c5638bd 改进 2016-07-26 12:41:49 +08:00
thinkphp
7c09214962 改进Ruoute检测 2016-07-26 12:32:53 +08:00
thinkphp
64baf5be00 改进File类增加对上传错误的处理 2016-07-26 11:18:03 +08:00
thinkphp
07e5842ed2 修正一处注释错误 2016-07-26 10:55:34 +08:00
thinkphp
6210c5abe7 改进File类move方法的返回对象 增加上传表单信息,增加获取文件散列值的方法 2016-07-25 18:34:21 +08:00
thinkphp
70fa6ec5f2 精度调整为18 2016-07-25 18:11:54 +08:00
thinkphp
0b085eaf54 计算精度调整 2016-07-25 17:48:13 +08:00
thinkphp
05f5367c24 设置精度值 修正win7下面的microtime精度问题 2016-07-25 17:19:51 +08:00
thinkphp
ac49d917ea 改进时间计算 2016-07-25 16:16:24 +08:00
thinkphp
3916d0c2f7 改进THINK_START_TIME和时间计算 2016-07-25 16:13:22 +08:00
thinkphp
3e437d96fa 改进File类的move方法的返回对象 改为返回 File对象实例 2016-07-25 14:20:48 +08:00
thinkphp
8c4310f637 修正memcache缓存驱动 2016-07-25 13:58:24 +08:00
thinkphp
9cee80db6b 改进memcached缓存驱动 2016-07-25 13:47:44 +08:00
thinkphp
34f7da0d83 改进单元测试 2016-07-25 13:46:44 +08:00
thinkphp
e74907f5c9 改进Query类的lazyWrite方法 改进缓存单元测试 核心去除redis缓存驱动 2016-07-25 13:37:45 +08:00
thinkphp
e5dd77ea26 缓存类增加inc和dec方法 针对数值型数据提供自增和自减操作 2016-07-25 12:27:41 +08:00
thinkphp
12333cca20 改进Xcache驱动的clear方法 2016-07-25 11:55:49 +08:00
thinkphp
2326a9b693 改进资源路由的匹配规则 2016-07-25 11:22:31 +08:00
thinkphp
dec496e20a 改进Route类的checkRoute方法 2016-07-25 11:17:48 +08:00
thinkphp
646ce83ece 控制器类的success和error方法url参数支持传入空字符串,则不做任何处理 2016-07-24 22:06:48 +08:00
thinkphp
760b1d971d Cache类的get方法增加默认值参数 2016-07-24 21:56:00 +08:00
thinkphp
bab4398552 控制器的error success result redirect方法均不需要使用return 2016-07-24 20:56:21 +08:00
thinkphp
92e5ca0226 修正Template类 2016-07-23 23:14:34 +08:00
thinkphp
5b98de5a59 Cache类增加has方法 get方法支持默认值 2016-07-23 22:54:36 +08:00
thinkphp
587bdcde2a File类改进 2016-07-23 20:57:54 +08:00
thinkphp
253ccaaad0 优化config指令 2016-07-22 18:31:45 +08:00
thinkphp
f8070ea8db 改进 2016-07-22 18:05:58 +08:00
thinkphp
a1cbf20e6c 改进 2016-07-22 18:00:55 +08:00
thinkphp
edc1a8dbc5 增加clear和optimize:config 指令 2016-07-22 16:29:15 +08:00
thinkphp
e73ccc925f 修正路由分组的嵌套 2016-07-22 15:23:53 +08:00
thinkphp
bc00ca89e6 修正 2016-07-22 14:46:26 +08:00
thinkphp
50d3bfec2a 支持应用和模块的配置缓存文件(包括公共文件)读取 2016-07-22 14:41:15 +08:00
thinkphp
50e8b976e4 改进路由检测地址 2016-07-22 13:00:39 +08:00
thinkphp
7efe88f0c9 改进 2016-07-22 12:51:27 +08:00