Commit Graph

2262 Commits

Author SHA1 Message Date
thinkphp
2aa3e4fa5b 取消APP_NAMESPACE常量定义 改为 App::$namespace 调整Build类的module和run方法 增加namespace参数 2016-06-15 22:42:49 +08:00
thinkphp
fe8f51dd68 修正Query类的一处bug 2016-06-15 19:55:31 +08:00
thinkphp
0563f2b38a Merge branch 'master' of https://github.com/top-think/framework 2016-06-15 18:09:30 +08:00
thinkphp
f005b77a8f 改进Builder类 2016-06-15 18:08:38 +08:00
yunwuxin
f416f8ee53 增加 console 命令 在程序内部直接调用 2016-06-15 17:57:12 +08:00
thinkphp
e8004676de 改进Handle类 2016-06-15 17:47:46 +08:00
thinkphp
7339e2ff76 THINK_PATH 常量优化 2016-06-15 17:35:16 +08:00
thinkphp
b97c635627 自动加载严格区分大小写 即使是非调试模式 2016-06-15 17:24:11 +08:00
thinkphp
340bb3a660 改进Error类的register方法 2016-06-15 16:54:12 +08:00
thinkphp
4c848c4a74 取消 APP_DEBUG 常量 改为 App::$debug 属性获取 设置调试模式 改为 app_debug 配置参数 在应用配置文件中设置 2016-06-15 16:43:31 +08:00
thinkphp
343252324a start文件调整 2016-06-15 15:57:12 +08:00
thinkphp
3ed5a5db3f Merge branch 'master' of https://github.com/top-think/framework 2016-06-15 15:46:27 +08:00
thinkphp
cabf5c4fdf 改进Connection类的getResult方法 改进App类的run方法返回值 Builder类的parseValue方法增加field参数 2016-06-15 15:45:42 +08:00
yunwuxin
116a289cf7 改进debug状态时console下异常的输出 2016-06-15 14:59:31 +08:00
yunwuxin
30764fe702 修正reflection-docblock版本号 2016-06-15 12:37:36 +08:00
yunwuxin
bc58cd765b 固定测试依赖库版本 2016-06-15 11:46:51 +08:00
thinkphp
381784755f Merge branch 'master' of https://github.com/top-think/framework 2016-06-15 11:45:18 +08:00
thinkphp
c88bcf45ad 改进Query类的column方法 支持 field和key相同的情况 2016-06-15 11:44:21 +08:00
yunwuxin
ea1b1af3a3 完善事务嵌套 2016-06-15 11:10:24 +08:00
yunwuxin
d08ae3671a 完善事务嵌套 2016-06-15 11:03:08 +08:00
thinkphp
ea8bad7759 修正Browser日志驱动 2016-06-14 23:58:45 +08:00
thinkphp
f4bf3620e9 代码规范 2016-06-14 23:12:05 +08:00
thinkphp
3d989e6f2c 改进日志驱动 2016-06-14 22:52:15 +08:00
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