Commit Graph

  • d127f13bd8 去除单元测试无用的环境变量 yunwuxin 2016-07-14 10:46:50 +08:00
  • 30e25f938b 改进分页类 yunwuxin 2016-07-14 10:44:04 +08:00
  • e57a60f974 修正 thinkphp 2016-07-13 21:37:28 +08:00
  • 22e1a4cab0 修正 thinkphp 2016-07-13 21:29:24 +08:00
  • 4a1474bacf 单元测试修正 thinkphp 2016-07-13 21:22:13 +08:00
  • f8143dcdb2 权限调整 thinkphp 2016-07-13 21:06:22 +08:00
  • af7f588667 修改File类目录创建权限 thinkphp 2016-07-13 20:52:31 +08:00
  • c1d74107e6 改进Route类的资源路由定义方法 thinkphp 2016-07-13 17:36:10 +08:00
  • a01304dd48 日期时间查询改进 增加 >= 和 <= 查询 Query类增加setFieldType方法 设置当前字段类型 thinkphp 2016-07-13 16:50:34 +08:00
  • f76b261e26 Merge pull request #210 from weianguo/patch-1 ThinkPHP 2016-07-12 22:53:26 -05:00
  • 0a43c5404c 添加Firebird数据库驱动 魏安国 2016-07-13 11:45:17 +08:00
  • 797c4acc11 Merge branch 'master' of https://github.com/top-think/framework thinkphp 2016-07-12 16:32:27 +08:00
  • 4c8e7e4f21 改进Request类的input方法 thinkphp 2016-07-12 16:31:46 +08:00
  • 360cad63f9 增加两种配色 yunwuxin 2016-07-12 15:07:05 +08:00
  • 4742993737 win10下支持带颜色输出 yunwuxin 2016-07-12 14:27:16 +08:00
  • 7281e76aff 创建目录权限修改为0644 thinkphp 2016-07-12 13:42:50 +08:00
  • fbe7eef11e Merge branch 'master' of https://github.com/top-think/framework thinkphp 2016-07-12 11:36:48 +08:00
  • b697c7f565 改进Request类的file方法的多文件上传获取支持 thinkphp 2016-07-12 11:30:30 +08:00
  • 56bd03d0dd 修复助手在PhpStorm中代码提示失效问题 (#209) xioxin 2016-07-12 10:44:22 +08:00
  • a7b426e63a make指令更改为make:file thinkphp 2016-07-11 22:28:59 +08:00
  • 7718730600 改进Request类的put方法 支持使用json格式解析变量 thinkphp 2016-07-11 21:44:00 +08:00
  • cd747fa49b 修正路由 yunwuxin 2016-07-11 14:35:09 +08:00
  • f671c1ad41 修正路由 yunwuxin 2016-07-11 14:30:48 +08:00
  • 6349adf19d 改进属性过滤输出 yunwuxin 2016-07-11 11:35:41 +08:00
  • e1406b969b 修正集合类 yunwuxin 2016-07-11 10:23:20 +08:00
  • f46c337b34 Merge pull request #205 from fangrenfu/patch-2 ThinkPHP 2016-07-10 01:20:14 -05:00
  • b855cef14a Merge pull request #207 from hainuo/patch-1 ThinkPHP 2016-07-10 01:17:42 -05:00
  • 11183898d7 修正一处函数名拼写错误 hainuo 2016-07-10 13:35:08 +08:00
  • 6c99692e32 Merge pull request #206 from lilwil/master ThinkPHP 2016-07-09 19:49:55 -05:00
  • 3a18b520d6 修复 lilwil 2016-07-10 08:32:20 +08:00
  • ea1b88af50 调试Model类append方法的追加顺序 thinkphp 2016-07-09 22:16:26 +08:00
  • 3e09d80cde Model类和Collection类的toarray和tojson方法增加allow参数 用于设置允许输出的属性 thinkphp 2016-07-09 21:38:51 +08:00
  • 6fa8779767 修正MSSQL的UPDATE语句语法错误 fangrenfu 2016-07-09 09:27:09 +08:00
  • 59dee0bdcc 改进当前路由匹配后的信息记录 thinkphp 2016-07-08 20:21:01 +08:00
  • 5d0884755b 改进Route类的parseRule方法 thinkphp 2016-07-08 20:12:54 +08:00
  • 94e2bb47ae 改进 thinkphp 2016-07-08 19:17:38 +08:00
  • 0e474beb44 修正Route类checkRoute方法 thinkphp 2016-07-08 19:09:52 +08:00
  • 69ba372de0 修正单元测试 thinkphp 2016-07-08 17:24:59 +08:00
  • 077df8f1b9 修正 thinkphp 2016-07-08 17:00:03 +08:00
  • 65186f1482 修正Route类的配置文件导入 thinkphp 2016-07-08 16:51:42 +08:00
  • 90f286a116 修正单元测试 thinkphp 2016-07-08 16:31:21 +08:00
  • 10dd770c39 优化路由检测 取消路由映射 映射定义并入路由规则统一定义 配合调整Url类 thinkphp 2016-07-08 16:03:20 +08:00
  • 09cac83137 改进File类 thinkphp 2016-07-08 10:32:45 +08:00
  • 5c4cadc23c 改进File日志驱动 thinkphp 2016-07-07 22:54:42 +08:00
  • b46893eb66 修正Url类生成 thinkphp 2016-07-07 15:56:12 +08:00
  • 29269e9dfa 改进路由注册和检测机制 thinkphp 2016-07-07 15:00:17 +08:00
  • 7a9e216cae 改进Route类路由注册机制 去除相同的路由规则避免冲突 thinkphp 2016-07-07 14:02:03 +08:00
  • 8c53d9d8c0 改进Url类的生成 调整Route类的getRules方法 thinkphp 2016-07-07 13:50:52 +08:00
  • 4f4eb5445b 修正sqlite缓存驱动 thinkphp 2016-07-07 12:12:18 +08:00
  • e35a0a88ac 移除sae驱动 改为扩展包 thinkphp 2016-07-07 11:55:57 +08:00
  • d5353d1e32 Merge branch 'master' of https://github.com/top-think/framework thinkphp 2016-07-06 19:12:56 +08:00
  • 4acbc4077d 修正Model类 thinkphp 2016-07-06 19:12:33 +08:00
  • f19f517c94 修正注释 修正分页 yunwuxin 2016-07-06 19:00:05 +08:00
  • 6c6ac73ee0 优化Request类的param方法 param get post put request delete server cookie env方法的第一个参数传入false 则表示获取原始数据 不进行过滤 thinkphp 2016-07-06 18:45:08 +08:00
  • 72c56548e8 改进闭包路由的参数或者 改进路由参数的获取 支持单独获取路由 thinkphp 2016-07-06 18:17:11 +08:00
  • 41844561be 修正路由分组定义 thinkphp 2016-07-06 17:31:29 +08:00
  • 8af400a8ac 修正 thinkphp 2016-07-06 17:26:26 +08:00
  • b3fb1c6045 改进Model类的getAttr方法 thinkphp 2016-07-06 17:22:01 +08:00
  • 054588e517 修正Route类和Url类对分组路由解析 thinkphp 2016-07-06 16:38:38 +08:00
  • 08bff50a26 改进Model类的getAttr异常提示 thinkphp 2016-07-06 16:30:23 +08:00
  • 3d910ea299 改进Model类的__isset方法 thinkphp 2016-07-06 16:26:31 +08:00
  • daba31339e 改进Model类的__isset方法 thinkphp 2016-07-06 16:19:16 +08:00
  • f84af6b8fe 修正Route类的import方法 thinkphp 2016-07-06 15:22:57 +08:00
  • 91da697407 修正Model类的getAttr方法返回值 thinkphp 2016-07-06 15:16:27 +08:00
  • a05cb7a1ab 改进Model类的getData和getAttr方法 不存在的属性抛出异常 修正Route类闭包的路由参数获取 thinkphp 2016-07-06 15:12:55 +08:00
  • 3745531d6f 修正 thinkphp 2016-07-06 12:37:58 +08:00
  • 75d4b064e6 改进Url类 thinkphp 2016-07-06 12:33:28 +08:00
  • 0622729b72 修正Mysql builder驱动 thinkphp 2016-07-06 11:56:10 +08:00
  • 8dcb724ec3 修正File缓存驱动 thinkphp 2016-07-06 10:14:58 +08:00
  • 350b1bda1a 改进Url类 thinkphp 2016-07-06 10:02:27 +08:00
  • d8d3a1edac Merge pull request #200 from shuipf/master ThinkPHP 2016-07-06 10:00:41 +08:00
  • e9d981078d Update Url.php 水平凡 2016-07-06 09:37:30 +08:00
  • 03ab776e38 修复变量重名导致的URL反解析错误 水平凡 2016-07-06 09:31:23 +08:00
  • 433df8c6ff 改进Route类存储结构 thinkphp 2016-07-05 18:58:58 +08:00
  • 5e6fba1920 Url类增加root方法 用于指定URL地址的root(不含域名) thinkphp 2016-07-05 13:55:03 +08:00
  • edd65cf2c7 修正注释 yunwuxin 2016-07-05 10:52:22 +08:00
  • 368beca46c 改进Jump跳转地址支持Url::build 解析 thinkphp 2016-07-04 22:35:05 +08:00
  • 928c18a2aa 配置文件调整 thinkphp 2016-07-04 21:44:37 +08:00
  • 596ffc8097 由于trace无法记录异常,Socket trace调试仍然更改为日志驱动 thinkphp 2016-07-04 21:13:30 +08:00
  • 81ff60592a 添加日志允许记录级别功能 thinkphp 2016-07-04 18:20:07 +08:00
  • ca243c3e14 改进App类的运行日志记录 thinkphp 2016-07-04 17:59:10 +08:00
  • 8b492e0ac0 改进Query类 thinkphp 2016-07-04 15:44:08 +08:00
  • d6daa4aca8 改进Route类的rule方法 合并分组的条件 thinkphp 2016-07-04 11:53:33 +08:00
  • 60850b2de8 修正Route类分组的参数 thinkphp 2016-07-04 11:46:14 +08:00
  • 9ff150e81a 改进Model类的data方法 支持修改器 thinkphp 2016-07-04 09:53:48 +08:00
  • 920d2a2ea0 去掉socket类一些不用的参数 thinkphp 2016-07-03 22:26:44 +08:00
  • 353b6621a3 socket trace驱动修改 thinkphp 2016-07-03 22:20:38 +08:00
  • 6d0a7c059e 改进make指令 thinkphp 2016-07-03 21:23:26 +08:00
  • e484f1f689 改进预载入查询的关联对象的isUpdate thinkphp 2016-07-03 20:41:34 +08:00
  • cbe9889d55 修正socket trace驱动 thinkphp 2016-07-03 17:17:37 +08:00
  • 87539871c5 改进运行时间显示精度 thinkphp 2016-07-03 16:19:21 +08:00
  • e40c06e548 修正socket驱动 thinkphp 2016-07-03 16:10:02 +08:00
  • 3c14787d4f 配置文件调整 thinkphp 2016-07-03 16:00:49 +08:00
  • ea9682c724 替换 time() 为 $_SERVER['REQUEST_TIME'] thinkphp 2016-07-03 15:03:10 +08:00
  • a322a28f27 改进Trave调试输出 socket方式支持所有的请求 thinkphp 2016-07-03 14:56:16 +08:00
  • f51c498c9b 优化命令行make指令 thinkphp 2016-07-03 14:28:31 +08:00
  • c57667b949 Merge pull request #191 from zzpuser/patch-7 ThinkPHP 2016-07-03 10:52:35 +08:00
  • fbf9e938e8 增加app_trace 参数用于配置是否开启trace调试 thinkphp 2016-07-03 10:39:23 +08:00
  • fdfebe73f6 优化Url类的路由缓存 thinkphp 2016-07-03 09:14:54 +08:00
  • 8fe3e08706 改进Query类的value和column方法 支持 fetchSql方法 thinkphp 2016-07-03 09:06:25 +08:00