Commit Graph

2239 Commits

Author SHA1 Message Date
thinkphp
5ce406abd2 改进Model类自动时间戳写入支持date字段类型 2016-06-14 22:30:24 +08:00
thinkphp
aa2eedb0fa 改进File类 2016-06-14 18:28:14 +08:00
thinkphp
9920be6098 Merge branch 'master' of https://github.com/top-think/framework 2016-06-14 18:13:16 +08:00
thinkphp
ec6617dc15 修正单元测试 2016-06-14 18:12:26 +08:00
yunwuxin
3845e5d77f 修正异常模板的一处bug 2016-06-14 17:28:02 +08:00
yunwuxin
8d08655670 修正异常模板的一处bug 2016-06-14 17:27:30 +08:00
thinkphp
6fb951a29d 改进App类的route方法 2016-06-14 16:55:30 +08:00
ThinkPHP
2f398bbc5c Merge pull request #127 from cbwfree/patch-1
Query 的 delete() 方法使用 fetchSql() 报错
2016-06-14 16:53:57 +08:00
cbwfree
02595c8350 Query 的 delete() 方法使用 fetchSql() 报错
原代码第 `1976` 行 `$this->getRealSql($sql,$this->bind);` 应该修改为 `$this->connection->getRealSql($sql,$this->bind);`
2016-06-14 16:24:52 +08:00
thinkphp
cf7282d1d9 Merge branch 'master' of https://github.com/top-think/framework 2016-06-14 15:35:15 +08:00
thinkphp
00517f9125 修正Request类的create方法 修正Route类的check方法 2016-06-14 15:33:49 +08:00
ThinkPHP
02dd890df5 Merge pull request #126 from yangweijie/patch-3
调整变量的输出
2016-06-14 15:18:34 +08:00
jay
af4e544937 调整变量的输出 2016-06-14 15:02:45 +08:00
thinkphp
5e7c8e9902 取消 MODULE_PATH 常量 用 App::$modulePath 替代 2016-06-14 14:57:12 +08:00
thinkphp
09a7b91fef 修正Connection类 2016-06-14 14:49:24 +08:00
thinkphp
b15f411ae3 改进Builder类 2016-06-14 14:46:43 +08:00
thinkphp
15aeb6d7f4 改进Log类的record方法 2016-06-14 14:24:25 +08:00
thinkphp
c9155c016d 数据库查询的数据集类型设置改为字符串 2016-06-14 14:06:40 +08:00
thinkphp
fb188291d5 File类改进支持单元测试 2016-06-14 12:53:45 +08:00
thinkphp
c5bde96086 Cookie类增加has方法 2016-06-14 12:34:08 +08:00
thinkphp
5f76cd826a Query类whereTime方法改进 支持日期表达式的缩写 2016-06-14 12:29:05 +08:00
thinkphp
8fa12a4d16 Query类的datetime方法更改为whereTime方法 并支持日期表达式查询 2016-06-14 12:23:44 +08:00
thinkphp
af648cfa8d ViewResponse类增加getVars方法 2016-06-14 11:49:07 +08:00
thinkphp
2e35cf1cb0 改进Response类的getCode方法 2016-06-14 10:52:21 +08:00
thinkphp
aa714f87a7 Merge branch 'master' of https://github.com/top-think/framework 2016-06-14 10:32:33 +08:00
thinkphp
fbb792eb2e 改进Builder类的时间日期查询 2016-06-14 10:32:13 +08:00
ThinkPHP
1c806ae192 Merge pull request #122 from yangweijie/patch-1
add Browser console log support
2016-06-14 10:22:45 +08:00
thinkphp
b1f4125678 修正单元测试 2016-06-14 10:14:48 +08:00
jay
4993f4a0cb 分组默认展开基本和调试和错误 2016-06-14 08:44:55 +08:00
thinkphp
9bfeeb8ac6 改进Query类的selectInsert方法 对 table参数的处理 2016-06-14 08:37:14 +08:00
thinkphp
87a3c5577c APP_MULTI_MODULE常量改为app_multi_module配置参数 2016-06-14 08:12:14 +08:00
jay
1914fcad4d 修改为适合最新版本的浏览器输出 Browser trace
支持数组的前端显示,对象的有问题。采用分组模式
2016-06-14 00:15:03 +08:00
yunwuxin
eb026e02a6 改进console模式 2016-06-13 18:48:07 +08:00
thinkphp
e14174fd63 改进Request类和Route类的checkDomain方法 2016-06-13 17:51:21 +08:00
thinkphp
8c7302f04f Merge branch 'master' of https://github.com/top-think/framework 2016-06-13 17:06:23 +08:00
thinkphp
8b0078d936 改进Lang类的detect方法 返回当前语言 取消 LANG_SET 常量 2016-06-13 17:05:50 +08:00
yunwuxin
19cc11c59e Redirect增加获取跳转地址的方法 2016-06-13 17:05:37 +08:00
thinkphp
126bb348ca 改进Response类的send方法和getContent方法 2016-06-13 16:54:07 +08:00
thinkphp
4689c86e0a Response类增加getCode方法和getContent方法 send方法data参数去掉 App类的run方法返回response对象 2016-06-13 16:45:39 +08:00
thinkphp
a9cfe2a801 增加日期和时间查询方法 datetime 2016-06-13 16:27:59 +08:00
thinkphp
101bfb3f83 改进Request类的create方法 2016-06-13 16:11:42 +08:00
thinkphp
5c084d92d3 改进 model controller validate action 助手函数 增加 $appendSuffix 参数 2016-06-13 12:37:45 +08:00
thinkphp
5171ea302d 支持关闭伪静态访问 设置url_html_suffix 为false 2016-06-13 11:37:54 +08:00
thinkphp
b6b8b6dcb4 Controller类增加batchValidate属性 validate方法增加batch参数,用于设置是否批量验证
异常类改进
2016-06-13 11:09:42 +08:00
thinkphp
00b0c0f229 改进Model类 改进查询方法的SQL返回机制 2016-06-12 22:47:08 +08:00
thinkphp
6d0c3a633e Model类的强制类型转换定义支持数组方式 2016-06-12 18:26:40 +08:00
thinkphp
420fdd9eaf Model类的json类型转换支持传入参数 2016-06-12 18:22:48 +08:00
thinkphp
8c08015a6a Model的类型转换增加serialize类型 2016-06-12 18:14:35 +08:00
thinkphp
cc191effcc 改进Oracle驱动的execute方法 2016-06-12 17:34:54 +08:00
thinkphp
4d9a4bcaae 修正Oracle驱动 2016-06-12 17:26:36 +08:00