Commit Graph

  • e8004676de 改进Handle类 thinkphp 2016-06-15 17:47:46 +08:00
  • 7339e2ff76 THINK_PATH 常量优化 thinkphp 2016-06-15 17:35:16 +08:00
  • b97c635627 自动加载严格区分大小写 即使是非调试模式 thinkphp 2016-06-15 17:24:11 +08:00
  • 340bb3a660 改进Error类的register方法 thinkphp 2016-06-15 16:54:12 +08:00
  • 4c848c4a74 取消 APP_DEBUG 常量 改为 App::$debug 属性获取 设置调试模式 改为 app_debug 配置参数 在应用配置文件中设置 thinkphp 2016-06-15 16:43:31 +08:00
  • 343252324a start文件调整 thinkphp 2016-06-15 15:57:12 +08:00
  • 3ed5a5db3f Merge branch 'master' of https://github.com/top-think/framework thinkphp 2016-06-15 15:46:27 +08:00
  • cabf5c4fdf 改进Connection类的getResult方法 改进App类的run方法返回值 Builder类的parseValue方法增加field参数 thinkphp 2016-06-15 15:45:42 +08:00
  • 116a289cf7 改进debug状态时console下异常的输出 yunwuxin 2016-06-15 14:59:31 +08:00
  • 30764fe702 修正reflection-docblock版本号 yunwuxin 2016-06-15 12:37:36 +08:00
  • bc58cd765b 固定测试依赖库版本 yunwuxin 2016-06-15 11:46:33 +08:00
  • 381784755f Merge branch 'master' of https://github.com/top-think/framework thinkphp 2016-06-15 11:45:18 +08:00
  • c88bcf45ad 改进Query类的column方法 支持 field和key相同的情况 thinkphp 2016-06-15 11:44:21 +08:00
  • ea1b1af3a3 完善事务嵌套 yunwuxin 2016-06-15 11:10:24 +08:00
  • d08ae3671a 完善事务嵌套 yunwuxin 2016-06-15 11:03:08 +08:00
  • ea8bad7759 修正Browser日志驱动 thinkphp 2016-06-14 23:58:45 +08:00
  • f4bf3620e9 代码规范 thinkphp 2016-06-14 23:12:05 +08:00
  • 3d989e6f2c 改进日志驱动 thinkphp 2016-06-14 22:52:15 +08:00
  • 5ce406abd2 改进Model类自动时间戳写入支持date字段类型 thinkphp 2016-06-14 22:30:24 +08:00
  • aa2eedb0fa 改进File类 thinkphp 2016-06-14 18:28:14 +08:00
  • 9920be6098 Merge branch 'master' of https://github.com/top-think/framework thinkphp 2016-06-14 18:13:16 +08:00
  • ec6617dc15 修正单元测试 thinkphp 2016-06-14 18:12:26 +08:00
  • 3845e5d77f 修正异常模板的一处bug yunwuxin 2016-06-14 17:28:02 +08:00
  • 8d08655670 修正异常模板的一处bug yunwuxin 2016-06-14 17:26:41 +08:00
  • 6fb951a29d 改进App类的route方法 thinkphp 2016-06-14 16:55:30 +08:00
  • 2f398bbc5c Merge pull request #127 from cbwfree/patch-1 ThinkPHP 2016-06-14 16:53:57 +08:00
  • 02595c8350 Query 的 delete() 方法使用 fetchSql() 报错 cbwfree 2016-06-14 16:24:52 +08:00
  • cf7282d1d9 Merge branch 'master' of https://github.com/top-think/framework thinkphp 2016-06-14 15:35:15 +08:00
  • 00517f9125 修正Request类的create方法 修正Route类的check方法 thinkphp 2016-06-14 15:33:49 +08:00
  • 02dd890df5 Merge pull request #126 from yangweijie/patch-3 ThinkPHP 2016-06-14 15:18:34 +08:00
  • af4e544937 调整变量的输出 jay 2016-06-14 15:02:45 +08:00
  • 5e7c8e9902 取消 MODULE_PATH 常量 用 App::$modulePath 替代 thinkphp 2016-06-14 14:57:12 +08:00
  • 09a7b91fef 修正Connection类 thinkphp 2016-06-14 14:49:24 +08:00
  • b15f411ae3 改进Builder类 thinkphp 2016-06-14 14:46:43 +08:00
  • 15aeb6d7f4 改进Log类的record方法 thinkphp 2016-06-14 14:24:25 +08:00
  • c9155c016d 数据库查询的数据集类型设置改为字符串 thinkphp 2016-06-14 14:06:40 +08:00
  • fb188291d5 File类改进支持单元测试 thinkphp 2016-06-14 12:53:45 +08:00
  • c5bde96086 Cookie类增加has方法 thinkphp 2016-06-14 12:34:08 +08:00
  • 5f76cd826a Query类whereTime方法改进 支持日期表达式的缩写 thinkphp 2016-06-14 12:29:05 +08:00
  • 8fa12a4d16 Query类的datetime方法更改为whereTime方法 并支持日期表达式查询 thinkphp 2016-06-14 12:23:44 +08:00
  • af648cfa8d ViewResponse类增加getVars方法 thinkphp 2016-06-14 11:49:07 +08:00
  • 2e35cf1cb0 改进Response类的getCode方法 thinkphp 2016-06-14 10:52:21 +08:00
  • aa714f87a7 Merge branch 'master' of https://github.com/top-think/framework thinkphp 2016-06-14 10:32:33 +08:00
  • fbb792eb2e 改进Builder类的时间日期查询 thinkphp 2016-06-14 10:32:13 +08:00
  • 1c806ae192 Merge pull request #122 from yangweijie/patch-1 ThinkPHP 2016-06-14 10:22:45 +08:00
  • b1f4125678 修正单元测试 thinkphp 2016-06-14 10:14:48 +08:00
  • 4993f4a0cb 分组默认展开基本和调试和错误 jay 2016-06-14 08:44:55 +08:00
  • 9bfeeb8ac6 改进Query类的selectInsert方法 对 table参数的处理 thinkphp 2016-06-14 08:37:14 +08:00
  • 87a3c5577c APP_MULTI_MODULE常量改为app_multi_module配置参数 thinkphp 2016-06-14 08:12:14 +08:00
  • 1914fcad4d 修改为适合最新版本的浏览器输出 Browser trace jay 2016-06-14 00:15:03 +08:00
  • eb026e02a6 改进console模式 yunwuxin 2016-06-13 18:48:07 +08:00
  • e14174fd63 改进Request类和Route类的checkDomain方法 thinkphp 2016-06-13 17:51:21 +08:00
  • 8c7302f04f Merge branch 'master' of https://github.com/top-think/framework thinkphp 2016-06-13 17:06:23 +08:00
  • 8b0078d936 改进Lang类的detect方法 返回当前语言 取消 LANG_SET 常量 thinkphp 2016-06-13 17:05:50 +08:00
  • 19cc11c59e Redirect增加获取跳转地址的方法 yunwuxin 2016-06-13 17:05:37 +08:00
  • 126bb348ca 改进Response类的send方法和getContent方法 thinkphp 2016-06-13 16:54:07 +08:00
  • 4689c86e0a Response类增加getCode方法和getContent方法 send方法data参数去掉 App类的run方法返回response对象 thinkphp 2016-06-13 16:45:39 +08:00
  • a9cfe2a801 增加日期和时间查询方法 datetime thinkphp 2016-06-13 16:27:59 +08:00
  • 101bfb3f83 改进Request类的create方法 thinkphp 2016-06-13 16:11:42 +08:00
  • 5c084d92d3 改进 model controller validate action 助手函数 增加 $appendSuffix 参数 thinkphp 2016-06-13 12:37:45 +08:00
  • 5171ea302d 支持关闭伪静态访问 设置url_html_suffix 为false thinkphp 2016-06-13 11:37:54 +08:00
  • b6b8b6dcb4 Controller类增加batchValidate属性 validate方法增加batch参数,用于设置是否批量验证 异常类改进 thinkphp 2016-06-13 11:09:42 +08:00
  • 00b0c0f229 改进Model类 改进查询方法的SQL返回机制 thinkphp 2016-06-12 22:47:08 +08:00
  • 6d0c3a633e Model类的强制类型转换定义支持数组方式 thinkphp 2016-06-12 18:26:40 +08:00
  • 420fdd9eaf Model类的json类型转换支持传入参数 thinkphp 2016-06-12 18:22:48 +08:00
  • 8c08015a6a Model的类型转换增加serialize类型 thinkphp 2016-06-12 18:14:35 +08:00
  • cc191effcc 改进Oracle驱动的execute方法 thinkphp 2016-06-12 17:34:54 +08:00
  • 4d9a4bcaae 修正Oracle驱动 thinkphp 2016-06-12 17:26:36 +08:00
  • a09cf8d3a1 修正Oracle驱动 thinkphp 2016-06-12 17:17:21 +08:00
  • b1c8665b99 改进异常类 thinkphp 2016-06-12 17:08:48 +08:00
  • af1bc0429d 修正Query类的with方法 thinkphp 2016-06-12 16:51:49 +08:00
  • b10635e22e 异常类规范 增加异常类 改进Query类的value和column的缓存冲突问题 thinkphp 2016-06-12 16:35:42 +08:00
  • 659900ab91 Model类和Controller类的failException更改为 validateFailException 避免和Query类的failException方法冲突 thinkphp 2016-06-12 14:06:36 +08:00
  • 9023041e6b Query类增加findOrFail selectOrFail快捷方法 thinkphp 2016-06-12 12:53:06 +08:00
  • ccd1e2c2e7 修正Query类的with方法 thinkphp 2016-06-12 12:08:47 +08:00
  • 75cfc95b38 修正Controller类的display方法参数 thinkphp 2016-06-12 11:36:14 +08:00
  • b5fa195ad6 修正Controller类 thinkphp 2016-06-12 11:21:38 +08:00
  • 67a6f398c6 add Browser console log support jay 2016-06-12 08:53:21 +08:00
  • 069673ea3f 修正Relation类的getRelationInfo方法 thinkphp 2016-06-11 09:50:55 +08:00
  • 34a08232aa 一对一关联定义支持指定 join类型 用于预载入查询 thinkphp 2016-06-09 17:19:13 +08:00
  • fb5f93f429 Merge branch 'master' of https://github.com/top-think/framework thinkphp 2016-06-09 10:45:59 +08:00
  • 399e7b4573 修正Console thinkphp 2016-06-09 10:45:19 +08:00
  • e136951b66 Merge pull request #118 from fangrenfu/patch-3 ThinkPHP 2016-06-09 10:42:24 +08:00
  • 3c57c610dc 预载入查询支持指定字段查询 thinkphp 2016-06-09 10:30:04 +08:00
  • 541b765eb4 修正selectInsert方法字段数不一致错误 fangrenfu 2016-06-09 09:32:40 +08:00
  • b50bcd5298 改进Route类的alias方法 改进Url类生成支持路由别名 thinkphp 2016-06-09 09:00:42 +08:00
  • c4edb2e426 改进Route类 路由别名支持条件检测 thinkphp 2016-06-09 08:50:56 +08:00
  • 6de814bd54 改进Controller类 thinkphp 2016-06-08 18:30:03 +08:00
  • 0b16a5c5a3 Route类原来的alias方法更名为controller,路由增加别名方法 alias 支持使用别名简化路由定义,例如: // 使用 user 路由别名指向 index模块的user控制器 Route::alias('user','index/user'); thinkphp 2016-06-08 17:50:54 +08:00
  • 27bd976916 修正Route类的parseUrlParams方法 thinkphp 2016-06-08 13:53:49 +08:00
  • 2a026c6aef Merge branch 'master' of https://github.com/top-think/framework thinkphp 2016-06-07 22:26:26 +08:00
  • a7f9fa3603 改进代码 thinkphp 2016-06-07 22:26:03 +08:00
  • bdd304b369 Merge pull request #114 from ZoaChou/patch-2 ThinkPHP 2016-06-07 21:46:21 +08:00
  • 36a0f4456d 修正Merge类的delete方法 thinkphp 2016-06-07 21:16:12 +08:00
  • 0b2359e856 改进路由到类的方法的地址写法 thinkphp 2016-06-07 18:46:07 +08:00
  • 451e7f0dda 改进Input类和Request类的session获取 thinkphp 2016-06-07 17:05:01 +08:00
  • 29bf26fd11 Fix #113 ZoaChou 2016-06-07 16:47:05 +08:00
  • ee7ef63c00 修正Route类的after_behavior和before_behavior行为调用 thinkphp 2016-06-07 16:09:06 +08:00
  • e4fee11cca Merge branch 'master' of https://github.com/top-think/framework thinkphp 2016-06-07 12:26:48 +08:00
  • 7a579ca60e 404异常跳转URL配置参数 改为 异常模板地址参数 http_exception_template thinkphp 2016-06-07 12:24:32 +08:00