Commit Graph

  • 4dc60088b1 Merge pull request #111 from fangrenfu/patch-1 ThinkPHP 2016-06-07 12:00:59 +08:00
  • ae2824ced1 改进response助手函数 改进Response类的header方法 支持批量设置 thinkphp 2016-06-07 11:52:23 +08:00
  • 5988f36102 改进Model类的JSON类型转换 支持非数组类型 thinkphp 2016-06-07 11:38:30 +08:00
  • 71bcc1bb7b 修正Merge类 改进File类 thinkphp 2016-06-07 10:46:05 +08:00
  • b06bee1b0a 改进默认上传的日期目录 thinkphp 2016-06-06 22:52:26 +08:00
  • 174102836e 修改mssql 删除数据时错误 fangrenfu 2016-06-06 22:40:25 +08:00
  • aa2e844b73 Connection类的数据库连接参数增加sql_explain配置 用于配置是否需要分析SQL性能 默认关闭 thinkphp 2016-06-06 18:48:09 +08:00
  • 2cb0f1ed4a 改进Log类的getLog方法 支持获取某个类型的日志信息 thinkphp 2016-06-06 18:29:33 +08:00
  • 3baf150ce1 Query类增加connect方法用于切换数据库 thinkphp 2016-06-06 18:01:55 +08:00
  • 29c8faf118 日志Log类增加日志写入授权Key功能 thinkphp 2016-06-06 17:32:18 +08:00
  • 37caffb6bc 增加HTTP异常的重定向页面定义 增加 http_exception_url 配置参数 thinkphp 2016-06-06 16:57:18 +08:00
  • 96999f04ac 改进Sqlsrv驱动 thinkphp 2016-06-06 15:32:24 +08:00
  • 45ac960080 Merge pull request #107 from fangrenfu/branch Chino Chang 2016-06-06 15:29:00 +08:00
  • d3540cff5b 修正mssql查询和更新时生成语句的错误 fangrenfu 2016-06-06 15:21:08 +08:00
  • dc2fa95429 修正 thinkphp 2016-06-06 14:33:08 +08:00
  • 936b1e20e9 单元测试修正 thinkphp 2016-06-06 14:29:11 +08:00
  • 0efb5d02fd 改进日志存储结构和输出驱动 thinkphp 2016-06-06 14:22:37 +08:00
  • 486e58975b Model类注释修正 thinkphp 2016-06-06 10:19:52 +08:00
  • bf72c1d408 Model类save方法改进 支持replace 写入 thinkphp 2016-06-06 08:08:25 +08:00
  • 8647534372 改进Model类event方法 thinkphp 2016-06-05 13:29:09 +08:00
  • 690ae910ef 改进Loader类 增加Composer自动加载开关 thinkphp 2016-06-05 09:42:27 +08:00
  • 850aa53374 改进Model类的save方法 thinkphp 2016-06-04 23:11:42 +08:00
  • 33e045c1e5 调整模式定义中的别名定义 thinkphp 2016-06-04 23:08:38 +08:00
  • 72c5781259 模式定义文件调整 thinkphp 2016-06-04 19:52:17 +08:00
  • d041ee665c Controller和Model类增加failException方法 用于设置验证失败后是否抛出异常 thinkphp 2016-06-04 17:52:47 +08:00
  • 326ef84f3b 改进Input类 thinkphp 2016-06-04 17:33:33 +08:00
  • 40b8b30dc7 改进Query类的value方法 添加default参数 改进聚合查询方法 thinkphp 2016-06-04 14:01:02 +08:00
  • 6dd242ab4b 改进Route类 路由规则检测的时候去除开头的/ thinkphp 2016-06-04 13:41:00 +08:00
  • 4dbc959a89 模型类初始化默认不自动获取字段信息 thinkphp 2016-06-04 12:03:52 +08:00
  • 150a3fe190 改进Validate类 支持静态调用 可用于单独的验证规则 thinkphp 2016-06-04 11:59:16 +08:00
  • e9b60d1e4d 改进Model类的getData方法和getAttr方法 增加autoFetchFieldType属性 用于设置是否自动获取字段信息 默认为true thinkphp 2016-06-04 10:55:21 +08:00
  • e0005ea5ad 修正模型(Model)属性获取值时与Model类的方法冲突BUG fix #105 thinkphp 2016-06-04 10:07:10 +08:00
  • e54a81d720 Model类的data方法支持设置某个属性的值 thinkphp 2016-06-03 18:12:47 +08:00
  • fa0e85983c 改进Model类的修改器机制 增加 setAttr和 getAttr方法 thinkphp 2016-06-03 17:33:52 +08:00
  • bd498a587e 验证类的check方法 和 模型类的 validateData 方法 取消引用传参 thinkphp 2016-06-03 16:45:55 +08:00
  • 40f113b05f 改进Model类的validateData方法 使用引用传值 thinkphp 2016-06-03 16:16:50 +08:00
  • 87d1fddfe5 改进Model类 thinkphp 2016-06-03 16:12:09 +08:00
  • 57e72fcee0 改进Model类的数据验证机制 thinkphp 2016-06-03 16:07:07 +08:00
  • 99acf3d0b0 改进Query类 thinkphp 2016-06-03 14:28:35 +08:00
  • 8af18e3527 改进Query类的parseExpress方法 thinkphp 2016-06-03 14:27:14 +08:00
  • 1d74eaaab9 Merge branch 'master' of https://github.com/top-think/framework thinkphp 2016-06-03 14:00:41 +08:00
  • c6b8cecc89 改进Db类注释 thinkphp 2016-06-03 14:00:08 +08:00
  • d34a9caa66 Merge pull request #103 from tsingsun/master ThinkPHP 2016-06-03 12:56:13 +08:00
  • f05e7427d9 去掉缓存驱动的length参数 thinkphp 2016-06-03 12:20:18 +08:00
  • e37cf2cc17 添加validate助手函数 用于实例化验证器类 thinkphp 2016-06-03 12:12:45 +08:00
  • 661a470e5d 改进Request类 thinkphp 2016-06-03 10:26:53 +08:00
  • 50810bef0c 改进Query类的find和select方法对cache的处理 thinkphp 2016-06-02 20:59:52 +08:00
  • 378cdf3403 完善对appError的处理 tsingsun 2016-06-02 17:24:51 +08:00
  • d2f69855c2 Merge branch 'top-think/master' tsingsun 2016-06-02 17:23:41 +08:00
  • 625a8767c5 Model类增加全局查询范围定义 改进Query类 thinkphp 2016-06-02 14:18:18 +08:00
  • 5048f7c767 修正Response类的send方法 thinkphp 2016-06-02 12:26:05 +08:00
  • d65882e20c 去除 IS_CGI IS_MAC NOW_TIME 常量 thinkphp 2016-06-02 12:21:36 +08:00
  • 8099a001e2 改进Response类的send方法 去除 REQUEST_METHOD IS_GET IS_POST IS_PUT IS_DELETE IS_AJAX __EXT__ 常量 由应用自己定义 thinkphp 2016-06-02 12:13:00 +08:00
  • ee9d5df56f 修正App类 thinkphp 2016-06-02 11:10:19 +08:00
  • bf7e974fae 去掉 COMMON_MODULE 常量 thinkphp 2016-06-02 10:51:10 +08:00
  • 8deabb737a 改进App类 thinkphp 2016-06-01 21:36:51 +08:00
  • 357d5c0e00 改进Request类 thinkphp 2016-06-01 21:19:07 +08:00
  • dd906ccaf2 增加module_init标签位用于扩展 thinkphp 2016-06-01 21:13:52 +08:00
  • 3a154657e3 去掉 VIEW_PATH 常量定义 thinkphp 2016-06-01 18:47:37 +08:00
  • ac0cb9be42 去除 MODULE_NAME CONTROLLER_NAME ACTION_NAME 常量 thinkphp 2016-06-01 18:34:36 +08:00
  • 4a4c53bf6b Merge branch 'master' of https://github.com/top-think/framework thinkphp 2016-06-01 16:34:41 +08:00
  • 12196d21b8 取消 CONTROLLER_LAYER MODEL_LAYER VIEW_LAYER VALIDATE_LAYER 常量 增加url_controller_layer 配置参数 thinkphp 2016-06-01 16:34:24 +08:00
  • 96992e9f7b 修正注释 yunwuxin 2016-06-01 16:33:02 +08:00
  • 5ab7f81c44 完善行为扩展 yunwuxin 2016-06-01 16:32:31 +08:00
  • bebe73e5a7 改进路由解析的参数绑定 thinkphp 2016-06-01 14:40:11 +08:00
  • 48ab620b34 改进Model类的saveAll方法 thinkphp 2016-06-01 14:16:37 +08:00
  • dfa5143dad 增加url_param_type配置参数 用于配置操作方法的参数绑定方式 thinkphp 2016-06-01 14:13:21 +08:00
  • 3420eb5f60 注释改进 thinkphp 2016-06-01 12:56:22 +08:00
  • c6595f23aa Connection类的parseSqlTable方法移动到Query类 thinkphp 2016-06-01 12:42:51 +08:00
  • 4d00aa539f 注释改进 增加Json配置驱动 thinkphp 2016-06-01 12:27:28 +08:00
  • ec8234d5b6 注释改进 thinkphp 2016-06-01 12:14:26 +08:00
  • 994b15944e 注释改进 thinkphp 2016-06-01 11:10:53 +08:00
  • 83cb8093aa 注释完善 thinkphp 2016-06-01 10:47:30 +08:00
  • 431c5d1a28 改进Query类的chunk方法 支持参数绑定 thinkphp 2016-06-01 08:34:04 +08:00
  • 6248dff43b 改进Request类 thinkphp 2016-05-31 23:01:21 +08:00
  • d69cd6308d 改进Request类isMobile方法 thinkphp 2016-05-31 22:16:21 +08:00
  • a730f81522 注释完善 thinkphp 2016-05-31 22:02:56 +08:00
  • dae42e9fa7 Db类注释完善 thinkphp 2016-05-31 21:57:12 +08:00
  • 28254c8126 修正Query类的inserGetId方法 thinkphp 2016-05-31 18:46:27 +08:00
  • c3d673dab4 改进Connection类的事务方法 thinkphp 2016-05-31 18:03:48 +08:00
  • bf59fd8097 改进Connection类 thinkphp 2016-05-31 17:37:04 +08:00
  • 923c6657ad 改进Query类的lock方法 支持主从 thinkphp 2016-05-31 16:52:20 +08:00
  • ead3cdee85 改进Request类 thinkphp 2016-05-31 16:20:27 +08:00
  • 98f89d8f8a 参数调整 thinkphp 2016-05-31 14:12:05 +08:00
  • a7b2dbe86f 改进Request类method方法 thinkphp 2016-05-31 13:24:02 +08:00
  • bd17e3008e 改进Request类 thinkphp 2016-05-31 09:09:24 +08:00
  • 4a974f52a9 改进Request类增加agent和isMobile方法 thinkphp 2016-05-30 22:49:15 +08:00
  • 6599c8c758 修正Request类 thinkphp 2016-05-30 22:04:22 +08:00
  • d5e73c3463 配置参数调整 thinkphp 2016-05-30 21:49:38 +08:00
  • 69fa69dc3b 添加表单请求类型伪装支持 默认变量为 _method thinkphp 2016-05-30 21:34:48 +08:00
  • 07683eea75 Merge pull request #96 from TrojanBox/master ThinkPHP 2016-05-30 20:52:16 +08:00
  • 2f5db5f222 修改部分类注释 trojanbox 2016-05-30 18:35:19 +08:00
  • 3f138c0395 改进Model类的__isset方法 thinkphp 2016-05-30 18:16:53 +08:00
  • 6858abef7c 修改部分类注释 trojanbox 2016-05-30 18:14:18 +08:00
  • d36903bddc 改进Query类的getTableInfo方法 支持对表名的特殊字符定义 thinkphp 2016-05-30 16:28:53 +08:00
  • 7d72c6743f 优化Model类代码 thinkphp 2016-05-30 16:01:40 +08:00
  • 031de8c99d 改进Model类的__isset方法 支持获取器判断 thinkphp 2016-05-30 15:19:52 +08:00
  • 42fe2d3025 修正APP thinkphp 2016-05-30 12:52:42 +08:00
  • c287745704 由于无法实现 方法的自动提示 Request类静态调用仍然改回动态调用 改进Model类一处关联定义 thinkphp 2016-05-30 12:43:47 +08:00
  • 309c79f8c0 改进Builder类的insertAll方法 过滤非标量数据 thinkphp 2016-05-30 11:31:16 +08:00