Commit Graph

1912 Commits

Author SHA1 Message Date
thinkphp
b4d90ade7a 改进Model类的db方法 并增加query属性 2016-05-18 22:33:59 +08:00
thinkphp
67500bc3c9 改进Model类的自动时间戳写入设置 时间戳自动写入 和 字段自动完成 分开 ,并且支持单独关闭 2016-05-18 18:46:09 +08:00
thinkphp
4898e333b5 改进代码 2016-05-18 18:28:25 +08:00
thinkphp
f22655cbab Merge branch 'master' of https://github.com/top-think/framework 2016-05-18 17:43:05 +08:00
thinkphp
811b22fe74 改进Model类 支持动态查询调用 2016-05-18 17:42:36 +08:00
yunwuxin
e093a6661e 分页的每页数量可以通过配置全局定义 2016-05-18 16:51:23 +08:00
thinkphp
2af19639cb 改进File类 支持闭包规则 参数为当前的文件对象 2016-05-18 15:43:16 +08:00
thinkphp
690839ddc9 文件上传规则支持 sha1 和 md5 一样 采用文件散列值 2016-05-18 15:40:07 +08:00
thinkphp
c606b75ab8 改进Merge模型类的attachQuery方法 2016-05-18 15:31:10 +08:00
thinkphp
e3f162f310 Merge branch 'master' of https://github.com/top-think/framework 2016-05-18 15:20:18 +08:00
thinkphp
2dab11d3c4 File类增加rule和isValid方法,move方法支持自动命名 2016-05-18 15:19:23 +08:00
yunwuxin
0e441d2b69 模板里发生异常时清空之前的输出 2016-05-18 14:48:45 +08:00
thinkphp
a00c4c51fe 注释改进 2016-05-18 12:30:55 +08:00
thinkphp
5dc8cd481e 去除一些无用的配置 2016-05-18 11:27:20 +08:00
thinkphp
fdd41cd1c7 改进Model类的getData方法 2016-05-18 11:01:49 +08:00
thinkphp
198ea76923 改进Query类 2016-05-18 10:20:34 +08:00
thinkphp
c0048e80ea 修正单元测试 2016-05-18 00:02:27 +08:00
thinkphp
1fab955a5f 暂时还原 2016-05-17 23:37:29 +08:00
thinkphp
223db98e1d 优化App类 2016-05-17 23:28:49 +08:00
thinkphp
28bf9b2726 优化App类 2016-05-17 23:20:09 +08:00
thinkphp
cda738b038 改进Model类的destroy方法 支持传入数组删除条件 2016-05-17 22:14:09 +08:00
thinkphp
f9469f2cfc 修正Route类一处错误 2016-05-17 21:36:46 +08:00
thinkphp
63521c1db3 改进代码 2016-05-17 18:19:13 +08:00
thinkphp
baebe7899e 改进Relation类 2016-05-17 17:53:33 +08:00
thinkphp
f6efaba3e6 改进Input类 2016-05-17 17:13:07 +08:00
thinkphp
5a01b29c30 修正Merge模型 2016-05-17 17:01:04 +08:00
thinkphp
2072a395a6 App类module方法改为public 可以在闭包中直接调用 2016-05-17 16:08:09 +08:00
thinkphp
3544809b1d Route类改进 支持在匹配到路由后 使用after_behavior支持路由规则重定向 2016-05-17 16:01:47 +08:00
thinkphp
0acf217660 修正单元测试 2016-05-17 14:13:05 +08:00
thinkphp
92319c876c 修正Input类一处问题 2016-05-17 14:07:30 +08:00
thinkphp
16bc9b9b2b Merge branch 'master' of https://github.com/top-think/framework 2016-05-17 14:05:58 +08:00
thinkphp
2b184efc47 修正App类 2016-05-17 13:15:28 +08:00
yunwuxin
132a02ba36 增加记忆跳转 2016-05-17 12:17:46 +08:00
thinkphp
9d5728c67f 优化Response类的send方法 改进app_end的监听位置 2016-05-17 12:11:45 +08:00
thinkphp
cbc0597470 修正Request类的has方法 2016-05-17 11:54:21 +08:00
thinkphp
de18afa9e6 助手函数改进 App类改进 2016-05-17 11:43:03 +08:00
thinkphp
92d999b484 response类增加create方法 改进think\response\redirect类 改进助手函数和traits\controller\Jump 2016-05-17 11:17:24 +08:00
thinkphp
df96d049b9 优化Request类的only和except方法 支持字符串传入 2016-05-17 10:23:40 +08:00
thinkphp
5e22d69e13 改进Request类的param方法增加默认值参数 优化except方法 2016-05-17 10:13:14 +08:00
thinkphp
d1f9ab38e2 修正traits\controller\Jump 2016-05-17 10:06:30 +08:00
thinkphp
7be184a7a5 修正rest控制器类 2016-05-17 08:44:07 +08:00
thinkphp
f13596e4f6 改进Request类 增加param has only except方法 去掉 get post delete put方法 2016-05-17 08:25:47 +08:00
thinkphp
9074c8a532 增加think\response\Xml 类和xml助手函数 2016-05-16 22:08:06 +08:00
thinkphp
c7c94258d0 改进Response类 增加think\response\View类 用于渲染模板响应输出 2016-05-16 18:10:46 +08:00
yunwuxin
4870d743ac 修正异常模板的一处bug 2016-05-16 17:11:35 +08:00
yunwuxin
882c3bff5a 修正异常模板输出 2016-05-16 17:06:21 +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
thinkphp
891c1f99f2 改进Route的请求类型参数 支持小写传入 2016-05-16 10:41:22 +08:00