Commit Graph

3256 Commits

Author SHA1 Message Date
thinkphp
23102de352 修正redis驱动 2017-11-21 17:10:52 +08:00
thinkphp
ea36fdfbe9 模型类增加force方法设置是否强制更新所有数据 2017-11-21 16:46:09 +08:00
thinkphp
44c1257326 改进Pivot 2017-11-21 16:30:47 +08:00
thinkphp
e7ab1e9a2d 改进 2017-11-21 15:36:36 +08:00
thinkphp
c38d2a6d0d 改进中间表模型的实例化 2017-11-21 15:17:52 +08:00
thinkphp
1bbf37a20b Merge branch 'master' of https://github.com/top-think/framework 2017-11-20 16:02:55 +08:00
Chino Chang
310c53421d Merge pull request #854 from yinggaozhen/tc-dir_clean
调整template相关test case
2017-11-20 15:59:28 +08:00
Lin07ux
c937fbdbd5 补全 Db、Debug、Env、Error、Exception、File、Hook、Lang、Loader、Log 类的文档,调整代码样式 2017-11-20 15:46:27 +08:00
thinkphp
776fb3e2a3 改进上传文件验证 2017-11-19 14:14:25 +08:00
thinkphp
883ddc3ca8 Merge branch 'master' of https://github.com/top-think/framework 2017-11-19 13:55:08 +08:00
thinkphp
ba5428e335 模型saveall方法支持配合isUpdate方法 2017-11-19 13:54:43 +08:00
thinkphp
622192acd7 改进异常捕获 2017-11-17 14:36:31 +08:00
thinkphp
2d61cde943 Redis缓存驱动改用serialize序列化替代json序列化 2017-11-17 14:27:36 +08:00
thinkphp
c661cc7c46 改进日志记录的ip地址 2017-11-16 17:45:21 +08:00
thinkphp
3fd0d5eb00 修正 2017-11-16 16:01:48 +08:00
thinkphp
9f8b4f9357 单个日志文件支持大小设置 2017-11-16 15:43:21 +08:00
thinkphp
21c1dc40e8 改进Model类save方法对oracle的支持 2017-11-16 14:18:00 +08:00
thinkphp
941279bc0b 修正Loader类 2017-11-15 14:40:16 +08:00
thinkphp
dd050112a7 代码规范 2017-11-14 17:40:12 +08:00
thinkphp
4677d41352 取消single驱动 2017-11-14 17:35:35 +08:00
thinkphp
be7a257e5f File日志驱动增加single参数配置是否记录单个文件日志 2017-11-14 17:34:56 +08:00
thinkphp
f8c63f7167 调整 2017-11-14 17:20:56 +08:00
thinkphp
06a4aa1fb1 Merge branch 'master' of https://git.topthink.com/topteam/framework 2017-11-14 17:20:00 +08:00
thinkphp
901f0eb9aa 增加single日志驱动 2017-11-14 17:19:29 +08:00
thinkphp
f12ae184e9 cookie类httponly参数默认改为false 2017-11-14 13:53:20 +08:00
Lin07ux
5df96ceff5 调整 Build、Cache、Collection、Config、Console、Controller、Cookie 的代码样式 2017-11-13 18:26:28 +08:00
yunwuxin
c3c57d126a 增加app_dispatch钩子位置 2017-11-10 16:00:46 +08:00
thinkphp
75ddca152a 增加app_dispatch钩子 2017-11-08 21:41:29 +08:00
Lin07ux
35e763c8ff 格式化 start、base、traits 和 App、Config、Error、Loader 代码的样式。其他代码的样式待处理。 2017-11-06 12:40:40 +08:00
thinkphp
a1ad4e97df 改进多对多关联的中间表模型提示 2017-11-02 17:59:28 +08:00
thinkphp
83fbae0d2b Merge branch 'master' of https://git.topthink.com/topteam/framework 2017-11-02 15:42:33 +08:00
yunwuxin
7af0a6a22b 改进HOST的获取 2017-11-02 14:29:22 +08:00
thinkphp
b0f2e21cca 改进insertall方法的分批处理 2017-11-01 18:10:49 +08:00
thinkphp
9db0007e36 改进参数绑定类型对枚举类型的支持 2017-10-31 12:12:49 +08:00
thinkphp
5b15364fd2 修正has方法 2017-10-30 11:00:56 +08:00
Gaozhen Ying
4005af6f26 调整template相关test case 2017-10-27 20:44:33 +08:00
thinkphp
d6118aa53e 修正 2017-10-27 13:34:55 +08:00
thinkphp
f85f897070 验证提示信息支持多语言 2017-10-27 11:54:59 +08:00
thinkphp
0ba3eb1c9c 修正 2017-10-26 15:44:11 +08:00
thinkphp
e414fc644a Connection类quote方法默认连接从库 2017-10-26 11:17:44 +08:00
thinkphp
7b5044b888 增加排除字段方法except 废弃字段使用disuse定义 2017-10-23 16:25:47 +08:00
thinkphp
4c84b08944 模型增加排除字段定义 2017-10-23 15:57:24 +08:00
thinkphp
b289997565 改进MorphTo关联 2017-10-23 12:05:11 +08:00
thinkphp
ba9efa867f 调整 2017-10-23 11:52:30 +08:00
thinkphp
4d131bb3e5 修正MorphTo关联 2017-10-23 11:47:55 +08:00
thinkphp
230ff0ec64 改进HasManyThrough 2017-10-22 22:43:29 +08:00
thinkphp
caf8657b9f 改进appendRelationAttr方法 2017-10-22 22:39:18 +08:00
thinkphp
983b3afe49 修正 2017-10-20 11:28:42 +08:00
thinkphp
07b7b90327 改进Loader类controller和validate方法 支持多层 2017-10-20 11:23:53 +08:00
thinkphp
c5731c81f1 修正模型类的append处理 2017-10-18 19:14:21 +08:00