Commit Graph

2015 Commits

Author SHA1 Message Date
thinkphp
e890d43d55 关联查询支持远程一对多关联 Query类view方法的field参数支持传入true 2016-05-25 17:57:50 +08:00
thinkphp
62b01bf566 修正单元测试 改进start 2016-05-25 16:10:47 +08:00
thinkphp
458cd82507 改进页面trace输出 2016-05-25 16:03:15 +08:00
thinkphp
7a9eeba565 改进start.php环境变量处理 改进hook类方法执行返回值 2016-05-25 14:26:28 +08:00
thinkphp
4ccb4c6bdf 模式定义文件调整 2016-05-25 12:04:53 +08:00
thinkphp
f0c84ac46b 修正console模式下面日志写入 2016-05-25 11:54:49 +08:00
thinkphp
db4cbebd2e 改进Pgsql驱动 2016-05-25 11:32:40 +08:00
thinkphp
1a02bb7081 修正Request类的baseUrl方法 修正Hook类的警告错误 2016-05-25 10:29:25 +08:00
thinkphp
44e86a7f53 改进Query类的view方法 2016-05-24 22:33:52 +08:00
thinkphp
53c3312b02 修正单元测试 2016-05-24 22:16:51 +08:00
thinkphp
fb09cad6de 删除route助手函数 2016-05-24 22:09:30 +08:00
thinkphp
188e64abf6 取消APP_HOOK常量 默认开启插件机制 2016-05-24 22:08:34 +08:00
thinkphp
b848abdf3b 修正单元测试 2016-05-24 18:48:26 +08:00
thinkphp
11cda0c26d 修正Route类的rescource方法 2016-05-24 18:45:49 +08:00
thinkphp
200e51c3b1 改进Route类 2016-05-24 18:30:23 +08:00
thinkphp
901631b8d5 修正Route类 2016-05-24 17:55:05 +08:00
thinkphp
e936d7dc7d 改进Route类 2016-05-24 17:02:21 +08:00
thinkphp
d4ab8576b2 修正Route类 2016-05-24 16:49:54 +08:00
thinkphp
9d0424d34f 修正 2016-05-24 16:43:32 +08:00
thinkphp
a3fae7c6dc 改进Appe类 Request和Route类 2016-05-24 16:35:57 +08:00
thinkphp
6e11fbc025 App类的run方法参数为可选 2016-05-24 12:40:21 +08:00
thinkphp
165c72e0aa 关联定义支持数据表别名定义 2016-05-24 12:29:51 +08:00
thinkphp
38f343f69f 改进Request类的method方法 2016-05-24 11:53:54 +08:00
thinkphp
118800ed93 改进Query类的view方法 支持数据表定义别名 2016-05-24 11:34:52 +08:00
ThinkPHP
372959c7b1 Merge pull request #86 from Moobusy/master
改进Request类的pathinfo方法
2016-05-24 07:55:18 +08:00
Moobusy
1f4cb837f0 修正路由无法区分 hello 和 hello/
修正路由无法区分 hello 和  hello/,这应该是两个地址,一个是文件,一个是路径
2016-05-23 18:46:34 +08:00
thinkphp
87d544f331 改进Validate类的unique规则 支持验证字段和数据表字段 分开 2016-05-23 18:22:18 +08:00
thinkphp
71d5e668d1 改进where和whereor闭包查询 2016-05-23 18:02:32 +08:00
thinkphp
03f49b8461 改进Relation类 2016-05-23 17:16:43 +08:00
thinkphp
ff30a2133e 改进Model类 2016-05-23 17:10:24 +08:00
thinkphp
61397cb1e4 改进template类对模板文件的解析 2016-05-23 16:41:09 +08:00
thinkphp
ca1764aa00 优化App类 2016-05-23 16:15:24 +08:00
thinkphp
c779219917 修正 2016-05-23 16:13:57 +08:00
thinkphp
c4123537ef 改进Cookie类 2016-05-23 16:03:37 +08:00
thinkphp
9879f9e59e 改进Session类 2016-05-23 15:51:24 +08:00
thinkphp
c50741bfa3 注释完善 2016-05-23 15:29:44 +08:00
thinkphp
1a77246396 异常模板改动 2016-05-23 14:43:05 +08:00
thinkphp
15df0ebf34 注释修正 2016-05-23 14:33:28 +08:00
thinkphp
5d2685cc85 Route注释完善 2016-05-23 12:26:57 +08:00
thinkphp
0556e39164 改进自动时间戳写入 支持单独关闭某个字段 2016-05-23 11:56:39 +08:00
thinkphp
6172303c97 增加 database.auto_timestamp 配置参数用于配置是否需要自动写入时间戳字段 2016-05-23 11:47:33 +08:00
thinkphp
80e87d1d79 改进控制器自动搜索的后缀支持 2016-05-23 10:10:28 +08:00
thinkphp
0717458762 修正Response类send方法 2016-05-23 08:30:17 +08:00
thinkphp
2106cdceaf 改进Response类的send方法 改进Input类的自动转换 2016-05-22 15:38:45 +08:00
thinkphp
37525f0a4d 改进Request类 2016-05-22 14:49:45 +08:00
thinkphp
f4182cf38f 改进Merge的save方法 2016-05-22 13:41:16 +08:00
thinkphp
97acdbe0a5 改进Route类parseRoute方法 2016-05-22 11:59:52 +08:00
thinkphp
990f34c24c 修正Route类一处错误 2016-05-22 11:52:46 +08:00
thinkphp
988671e991 增加controller_auto_search配置参数用于设置URL解析支持自动搜索控制器 改进Route类的parseRoute方法 2016-05-22 11:50:29 +08:00
thinkphp
10d62d854c 去除error_page设置参数 2016-05-21 23:15:49 +08:00