Commit Graph

  • 5cc1448a83 改进saveall方法 thinkphp 2016-08-20 14:47:23 +08:00
  • 3454e8a13c model类saveall方法自动识别数据 thinkphp 2016-08-20 14:40:31 +08:00
  • a30b5d7f01 软删除的删除字段默认值更改为null 兼容更多的时间字段类型 thinkphp 2016-08-20 14:05:19 +08:00
  • 684ed543a6 改进Session类 thinkphp 2016-08-20 11:50:21 +08:00
  • e7e79f4c78 修改 数据库事务方法的注释 取消返回值 thinkphp 2016-08-19 17:00:55 +08:00
  • 5003cd4574 改进Url生成对可选参数的支持 thinkphp 2016-08-19 11:21:43 +08:00
  • 138566d2ba 调试模式下面 日志记录增加页面的header和param参数记录 thinkphp 2016-08-19 10:47:50 +08:00
  • 9bb2c9c0d9 改进Url类 thinkphp 2016-08-18 08:51:04 +08:00
  • 3248ebd6be 缓存支持设置complex类型 支持配置多种缓存并用store切换 thinkphp 2016-08-18 08:38:41 +08:00
  • 1aea75468d 改进Url类的build方法 thinkphp 2016-08-18 08:23:02 +08:00
  • e695d072b2 Merge pull request #259 from newday-me/master Chino Chang 2016-08-17 20:12:48 +08:00
  • 6009694571 计算吞吐率出现的'Division by zero'异常 哩呵 2016-08-17 20:04:35 +08:00
  • b13bb7f816 计算吞吐率出现的'Division by zero'异常 哩呵 2016-08-17 20:02:29 +08:00
  • fd058ab9b4 Cache类tag方法增加是否覆盖参数 thinkphp 2016-08-17 19:16:10 +08:00
  • 90fc917b00 改进缓存标签的设置和删除 thinkphp 2016-08-17 19:07:29 +08:00
  • 684c04849a 改进Cache类tag方法的返回值 thinkphp 2016-08-17 18:11:19 +08:00
  • 37562f9239 路由标识没有指定的时候 自动使用路由地址作为标识 thinkphp 2016-08-17 18:01:09 +08:00
  • 16ad00f13d 修正File缓存 thinkphp 2016-08-17 16:56:25 +08:00
  • 49a9b2735f 修正File缓存驱动 thinkphp 2016-08-17 16:54:00 +08:00
  • 46a0af7723 Cache类的tag方法支持追加缓存标识 thinkphp 2016-08-17 16:50:44 +08:00
  • bce9e36ded 改进Connection类的getLastInsID方法获取 thinkphp 2016-08-17 16:37:08 +08:00
  • a77f702a9f 改进Cache类的tag方法 支持设置标签的缓存标识 thinkphp 2016-08-17 16:34:33 +08:00
  • ea1dc1ff04 修正 thinkphp 2016-08-17 16:24:31 +08:00
  • 631334b31e 缓存类增加tag方法 用于缓存标签设置 clear方法支持清除某个缓存标签的数据 thinkphp 2016-08-17 16:12:49 +08:00
  • 65053bc1a5 改进Query类的chunk方法对主键的获取 thinkphp 2016-08-17 16:07:05 +08:00
  • 40582d4012 改进Request类 避免数据批量赋值的时候 影响原始数据获取 thinkphp 2016-08-17 14:27:30 +08:00
  • 8a8ef98e92 Merge branch 'master' of https://github.com/top-think/framework thinkphp 2016-08-17 13:40:06 +08:00
  • 90d9aaa65e 修正request类 thinkphp 2016-08-17 13:39:30 +08:00
  • 1ffce96db8 Merge pull request #251 from hldh214/patch-1 ThinkPHP 2016-08-16 23:18:22 -05:00
  • 41f3423180 Db类注释完善 thinkphp 2016-08-17 12:17:12 +08:00
  • e2e77b911d 改进Request类 filter属性的初始化 thinkphp 2016-08-17 12:06:04 +08:00
  • f865efec65 改进Request类的isAjax和isPjax方法 thinkphp 2016-08-17 11:55:32 +08:00
  • 60af21b56e 改进Query类的update和delete的缓存key判断 thinkphp 2016-08-17 11:39:48 +08:00
  • dfb92fa9dd Query类的update和delete方法支持调用cache方法 会自动清除指定key的缓存 配合查询方法的cache方法一起使用 Model类的get方法第三个参数传入true的时候会自动更新缓存 thinkphp 2016-08-17 11:17:03 +08:00
  • f3ff63268a Model类get方法使用主键查询自动缓存 thinkphp 2016-08-16 22:39:53 +08:00
  • 8d32fcce08 修正路由分组的一处bug thinkphp 2016-08-16 18:07:03 +08:00
  • f96d302ad5 状态配置和扩展配置的加载顺序调整 便于状态配置文件中可以更改扩展配置的参数 thinkphp 2016-08-16 16:19:56 +08:00
  • 26c0fac85e File类型日志驱动支持设置单独文件记录不同的日志级别 thinkphp 2016-08-16 12:37:12 +08:00
  • 5912e45669 Model类saveall方法调整参数 thinkphp 2016-08-15 20:02:56 +08:00
  • 2beba43b2e Model类的save方法参数和返回值调整 返回值固定为影响的记录数 Connection类及Query类的execute方法和getLastInsID方法参数调整 thinkphp 2016-08-15 19:17:32 +08:00
  • 25ebd8e851 fix typo Jim Liu 2016-08-15 14:10:20 +08:00
  • 2fcebcced7 Merge branch 'master' of https://github.com/top-think/framework thinkphp 2016-08-15 12:37:52 +08:00
  • fd99c07e10 增加token助手函数 用于在页面快速显示令牌 thinkphp 2016-08-15 12:37:10 +08:00
  • c440acc124 完善console 增加output一些常用的方法 yunwuxin 2016-08-15 12:03:51 +08:00
  • 1440277478 改进Validate类的is方法,添加data参数的默认值 thinkphp 2016-08-15 11:37:42 +08:00
  • 03ec96c7f9 改进request类的token方法 thinkphp 2016-08-15 11:31:54 +08:00
  • cda05b5595 Db类增加注释 thinkphp 2016-08-15 11:19:59 +08:00
  • 9dd5a508d0 添加表单令牌支持 thinkphp 2016-08-14 21:52:48 +08:00
  • c436f079d0 Model类增加只读字段支持 thinkphp 2016-08-14 14:29:43 +08:00
  • f3e634f1b3 Model类增加useGlobalScope方法设置是否启用全局查询范围 thinkphp 2016-08-14 09:48:24 +08:00
  • f99a0dd536 SoftDelete trait 增加trashed方法用于判断当前数据是否已经被软删除 thinkphp 2016-08-13 21:55:54 +08:00
  • 699f268232 改进Request类 在赋值 get post put route方法的时候 清空param变量,并且取消 param方法的赋值功能 thinkphp 2016-08-12 17:36:55 +08:00
  • 895888bb15 增加halt方法用于变量调试并中断输出 thinkphp 2016-08-12 16:11:29 +08:00
  • 53c06a8015 改进Model类create方法 增加getId参数 saveAll方法 getId参数为false thinkphp 2016-08-12 15:15:45 +08:00
  • 374a8369fa 改进浏览器语言识别问题 thinkphp 2016-08-12 14:06:38 +08:00
  • 384bae66c3 改进页面trace模板 thinkphp 2016-08-12 12:01:15 +08:00
  • 0553c87a95 改进系统异常的语言包提示 thinkphp 2016-08-11 18:22:08 +08:00
  • d76137382c 改进Query类的field方法 thinkphp 2016-08-11 16:28:40 +08:00
  • 5a612058ef 改进Connection类connect方法的异常处理 改进Query类一处可能的问题 thinkphp 2016-08-11 14:00:24 +08:00
  • c19d404606 改进Validate类的number验证规则 和 integer区分开 thinkphp 2016-08-10 19:58:29 +08:00
  • bdb613fb49 Merge pull request #246 from WeakSun/patch-3 ThinkPHP 2016-08-10 03:25:41 -05:00
  • 1c05f6d31d 改进Model类的field属性定义 varchar类型的属性可以不用定义类型,例如: protected $field = [ 'id'=>'int','name','email','create_time'=>'int', ]; thinkphp 2016-08-10 16:08:01 +08:00
  • a1edf89aec 去除 Model类的fieldType属性定义 统一由field定义 thinkphp 2016-08-10 15:47:32 +08:00
  • 237e3b40e7 修正两处错误 WeakSun 2016-08-10 14:44:44 +08:00
  • 159d6c3145 optimize:autoload增加对extend扩展目录的扫描 yunwuxin 2016-08-10 14:36:04 +08:00
  • 37a6494457 optimize:autoload增加对extend扩展目录的扫描 yunwuxin 2016-08-10 14:34:12 +08:00
  • 784294f846 修正Route指令 thinkphp 2016-08-10 14:21:13 +08:00
  • a2fee88475 修正console yunwuxin 2016-08-10 14:19:49 +08:00
  • b76e9a4190 改进controller类的success error result 方法增加header参数 thinkphp 2016-08-10 12:11:12 +08:00
  • c35ee2da86 改进Build类 thinkphp 2016-08-10 10:53:48 +08:00
  • 4da468b27d 改进db助手函数增加第三个参数 用于设置是否强制重新连接 thinkphp 2016-08-09 17:08:46 +08:00
  • b1ae6b89c2 记录数据库连接时间 thinkphp 2016-08-09 16:40:34 +08:00
  • 285eb470f1 Model类的hasWhere方法支持hasone thinkphp 2016-08-09 14:14:12 +08:00
  • 6a2fda25de 改进Connection类的connect方法 thinkphp 2016-08-09 12:16:36 +08:00
  • 1a089223ea 改进Query类的chunk方法获取主键 thinkphp 2016-08-09 11:14:24 +08:00
  • 4685af2f55 改进console yunwuxin 2016-08-09 11:01:48 +08:00
  • 0f7924ed81 修正 yunwuxin 2016-08-09 10:55:45 +08:00
  • 131aaf1357 代码规范化 thinkphp 2016-08-09 10:35:06 +08:00
  • 8b147f6895 改进console yunwuxin 2016-08-08 17:55:45 +08:00
  • a6d54673c7 改进console yunwuxin 2016-08-08 17:48:14 +08:00
  • 24fee2e423 改进console yunwuxin 2016-08-08 17:42:24 +08:00
  • 41f7145ace cache类的init方法增加参数 File缓存驱动去掉不再支持的path_level参数 thinkphp 2016-08-08 17:48:17 +08:00
  • 3923c2dbb5 修正路由分组的完全匹配地址生成 thinkphp 2016-08-08 16:56:36 +08:00
  • 7b8f656827 改进Query类的feild方法 thinkphp 2016-08-08 14:25:56 +08:00
  • 8c39270c58 改进sql日志记录 thinkphp 2016-08-08 11:15:08 +08:00
  • acb6d7e99a Merge branch 'master' of https://github.com/top-think/framework thinkphp 2016-08-08 11:10:12 +08:00
  • 4e66bf24e6 Connection类的debug方法改进,增加第二个参数,改进数据库驱动的获取表信息的sql记录 thinkphp 2016-08-08 11:09:44 +08:00
  • 181961322e Merge pull request #243 from zzpuser/patch-10 ThinkPHP 2016-08-07 21:35:03 -05:00
  • f21e6827e1 改进Query类的field方法 thinkphp 2016-08-08 10:33:34 +08:00
  • 3cf55ec9ca 去掉Builder类的options属性 thinkphp 2016-08-08 10:23:01 +08:00
  • b48d81c164 修正“isMobile”方法,防止在特殊情况下崩溃 zzpuser 2016-08-07 17:24:46 +08:00
  • 5fb2c67f60 修正insertall thinkphp 2016-08-07 12:46:11 +08:00
  • 6698dd41b3 改进Relation类的一对多删除 thinkphp 2016-08-07 10:00:12 +08:00
  • c927df2f4b 配置修改 thinkphp 2016-08-06 22:51:34 +08:00
  • 736167b31a 修正Model类的delete方法 thinkphp 2016-08-06 18:48:15 +08:00
  • 9371bfc3eb 提交 thinkphp 2016-08-06 17:13:09 +08:00
  • 82103dee3a 路由配置文件支持多个 使用 route_config_file 配置参数配置 thinkphp 2016-08-06 17:08:58 +08:00
  • de4d8253da softDelete trait增加destroy方法 并增加第二个参数 用于真实删除数据 thinkphp 2016-08-06 14:55:39 +08:00
  • 10aae58d82 改进软删除trait Model类的base方法改为静态定义 全局多次调用有效 thinkphp 2016-08-06 14:49:28 +08:00
  • 177a2456e8 改进Query类的setInc和setDec方法 thinkphp 2016-08-06 13:08:04 +08:00