Commit Graph

2640 Commits

Author SHA1 Message Date
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
thinkphp
7273f78b27 改进Route类的match方法 2016-07-22 12:50:07 +08:00
thinkphp
b54cc49d18 修正Validate类的image方法 2016-07-22 12:25:37 +08:00
thinkphp
a3de59f7d0 改进File类和Validate类的图像文件类型验证 2016-07-22 12:21:50 +08:00
ThinkPHP
5500183a8c Merge pull request #222 from shuipf/master
完善数据库驱动扩展
2016-07-21 22:17:55 -05:00
水平凡
b59098a559 修改getDriverName方法 2016-07-22 11:14:40 +08:00
thinkphp
e9be7dc76a Merge branch 'master' of https://github.com/top-think/framework 2016-07-22 11:13:52 +08:00
水平凡
0351563c84 优化builder方法 2016-07-22 11:13:49 +08:00
thinkphp
2461657c28 控制器的操作方法支持注入Request之外的对象实例 2016-07-22 11:12:36 +08:00
thinkphp
c45773f646 改进Route类复合路由变量的时候多选参数问题 2016-07-21 23:11:26 +08:00
thinkphp
bba6ecefcd 改进File类的checkImg方法 2016-07-21 12:20:55 +08:00
yunwuxin
1b20d1ef24 自定义异常页面保持原来的状态码 2016-07-21 10:55:56 +08:00
thinkphp
ac94906c91 改进db助手函数 2016-07-20 17:37:25 +08:00
thinkphp
64f2ae3df8 改进Query的参数绑定 2016-07-20 17:01:18 +08:00
thinkphp
8a5f4ff402 改进Request类支持PATCH请求变量获取 改进请求类型伪造后的数据获取 2016-07-20 14:31:58 +08:00
thinkphp
ab5dfcf111 view助手函数增加replace参数 取消ViewResponse类的vars方法 使用assign方法替代 2016-07-20 12:20:38 +08:00
thinkphp
f3302d6e38 Merge branch 'master' of https://github.com/top-think/framework 2016-07-20 12:09:15 +08:00
thinkphp
985f025e78 改进Route类 2016-07-20 12:08:46 +08:00
yunwuxin
df766d6d8a 验证增加 验证是否和某个字段的值是否不同 的规则 2016-07-20 11:43:22 +08:00
thinkphp
adc5533603 路由规则增加PATCH请求类型支持 2016-07-20 11:33:02 +08:00
thinkphp
2c62a82a92 改进Route类分组 2016-07-20 08:06:49 +08:00
thinkphp
9e4611118b input助手函数第一个参数增加默认值 2016-07-19 18:14:05 +08:00