Commit Graph

2273 Commits

Author SHA1 Message Date
thinkphp
a7df3d52e2 改进Request的param方法和Route类的parseUrlParams方法 2016-06-16 13:39:55 +08:00
thinkphp
3fd9f0bc13 修改单元测试 2016-06-16 12:29:35 +08:00
thinkphp
faeef16f58 Loader类改进 增加clearInstance方法 用于清除实例化对象单例存储 去除 instance方法 App类run方法增加清除实例化对象机制 2016-06-16 12:24:58 +08:00
thinkphp
0fd9a9db3f 改进自动时间戳字段的自动识别机制 取消Model类的autoFetchFieldType和fieldType属性 改为由autoWriteTimestamp属性直接设置时间戳类型 支持 datetime date 和 timestamp 2016-06-16 11:56:22 +08:00
thinkphp
6f937039d4 去除Config文件加载的日志信息 2016-06-16 11:08:53 +08:00
thinkphp
1001f8c395 修正Response类 2016-06-16 11:05:21 +08:00
thinkphp
e5740e5451 改进App类的run方法的返回值 改进Response类 2016-06-16 11:00:49 +08:00
thinkphp
5e32fa2880 改进 2016-06-16 00:28:24 +08:00
thinkphp
5aec26f10a 修正miss路由的闭包定义 2016-06-16 00:22:46 +08:00
thinkphp
f296bb6d48 改进Input类的file方法 2016-06-15 23:41:15 +08:00
thinkphp
df99a0cf16 取消CLASS_APPEND_SUFFIX常量 使用App::$suffix 替代 使用 class_suffix 配置参数设置 use_controller_suffix 配置更改为 controller_suffix Build类run和module方法增加suffix参数 2016-06-15 23:01:10 +08:00
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