Commit Graph

2553 Commits

Author SHA1 Message Date
thinkphp
4a1474bacf 单元测试修正 2016-07-13 21:22:13 +08:00
thinkphp
f8143dcdb2 权限调整 2016-07-13 21:06:22 +08:00
thinkphp
af7f588667 修改File类目录创建权限 2016-07-13 20:52:31 +08:00
thinkphp
c1d74107e6 改进Route类的资源路由定义方法 2016-07-13 17:36:10 +08:00
thinkphp
a01304dd48 日期时间查询改进 增加 >= 和 <= 查询 Query类增加setFieldType方法 设置当前字段类型 2016-07-13 16:50:34 +08:00
ThinkPHP
f76b261e26 Merge pull request #210 from weianguo/patch-1
添加Firebird数据库驱动
2016-07-12 22:53:26 -05:00
魏安国
0a43c5404c 添加Firebird数据库驱动 2016-07-13 11:45:17 +08:00
thinkphp
797c4acc11 Merge branch 'master' of https://github.com/top-think/framework 2016-07-12 16:32:27 +08:00
thinkphp
4c8e7e4f21 改进Request类的input方法 2016-07-12 16:31:46 +08:00
yunwuxin
360cad63f9 增加两种配色 2016-07-12 15:07:05 +08:00
yunwuxin
4742993737 win10下支持带颜色输出 2016-07-12 14:27:16 +08:00
thinkphp
7281e76aff 创建目录权限修改为0644 2016-07-12 13:42:50 +08:00
thinkphp
fbe7eef11e Merge branch 'master' of https://github.com/top-think/framework 2016-07-12 11:36:48 +08:00
thinkphp
b697c7f565 改进Request类的file方法的多文件上传获取支持 2016-07-12 11:30:30 +08:00
xioxin
56bd03d0dd 修复助手在PhpStorm中代码提示失效问题 (#209) 2016-07-11 21:44:22 -05:00
thinkphp
a7b426e63a make指令更改为make:file 2016-07-11 22:28:59 +08:00
thinkphp
7718730600 改进Request类的put方法 支持使用json格式解析变量 2016-07-11 21:44:00 +08:00
yunwuxin
cd747fa49b 修正路由 2016-07-11 14:35:09 +08:00
yunwuxin
f671c1ad41 修正路由 2016-07-11 14:30:48 +08:00
yunwuxin
6349adf19d 改进属性过滤输出 2016-07-11 11:35:41 +08:00
yunwuxin
e1406b969b 修正集合类 2016-07-11 10:23:20 +08:00
ThinkPHP
f46c337b34 Merge pull request #205 from fangrenfu/patch-2
修正MSSQL的UPDATE语句语法错误
2016-07-10 01:20:14 -05:00
ThinkPHP
b855cef14a Merge pull request #207 from hainuo/patch-1
修正一处函数名拼写错误
2016-07-10 01:17:42 -05:00
hainuo
11183898d7 修正一处函数名拼写错误
修正一处函数名拼写错误
2016-07-10 13:35:08 +08:00
ThinkPHP
6c99692e32 Merge pull request #206 from lilwil/master
修复
2016-07-09 19:49:55 -05:00
lilwil
3a18b520d6 修复 2016-07-10 08:32:20 +08:00
thinkphp
ea1b88af50 调试Model类append方法的追加顺序 2016-07-09 22:16:26 +08:00
thinkphp
3e09d80cde Model类和Collection类的toarray和tojson方法增加allow参数 用于设置允许输出的属性 2016-07-09 21:38:51 +08:00
fangrenfu
6fa8779767 修正MSSQL的UPDATE语句语法错误
query->table('a')->join('b','b.id=a.map')->where('b.id=1')->update($data);
以上应用时update生成的sql语句语法错误。
更正方法:join前增加from 源表名
2016-07-09 09:27:09 +08:00
thinkphp
59dee0bdcc 改进当前路由匹配后的信息记录 2016-07-08 20:21:01 +08:00
thinkphp
5d0884755b 改进Route类的parseRule方法 2016-07-08 20:12:54 +08:00
thinkphp
94e2bb47ae 改进 2016-07-08 19:17:38 +08:00
thinkphp
0e474beb44 修正Route类checkRoute方法 2016-07-08 19:09:52 +08:00
thinkphp
69ba372de0 修正单元测试 2016-07-08 17:24:59 +08:00
thinkphp
077df8f1b9 修正 2016-07-08 17:00:03 +08:00
thinkphp
65186f1482 修正Route类的配置文件导入 2016-07-08 16:51:42 +08:00
thinkphp
90f286a116 修正单元测试 2016-07-08 16:31:21 +08:00
thinkphp
10dd770c39 优化路由检测 取消路由映射 映射定义并入路由规则统一定义 配合调整Url类 2016-07-08 16:03:20 +08:00
thinkphp
09cac83137 改进File类 2016-07-08 10:32:45 +08:00
thinkphp
5c4cadc23c 改进File日志驱动 2016-07-07 22:54:42 +08:00
thinkphp
b46893eb66 修正Url类生成 2016-07-07 15:56:12 +08:00
thinkphp
29269e9dfa 改进路由注册和检测机制 2016-07-07 15:00:17 +08:00
thinkphp
7a9e216cae 改进Route类路由注册机制 去除相同的路由规则避免冲突 2016-07-07 14:02:03 +08:00
thinkphp
8c53d9d8c0 改进Url类的生成 调整Route类的getRules方法 2016-07-07 13:50:52 +08:00
thinkphp
4f4eb5445b 修正sqlite缓存驱动 2016-07-07 12:12:18 +08:00
thinkphp
e35a0a88ac 移除sae驱动 改为扩展包 2016-07-07 11:55:57 +08:00
thinkphp
d5353d1e32 Merge branch 'master' of https://github.com/top-think/framework 2016-07-06 19:12:56 +08:00
thinkphp
4acbc4077d 修正Model类 2016-07-06 19:12:33 +08:00
yunwuxin
f19f517c94 修正注释
修正分页
2016-07-06 19:00:31 +08:00
thinkphp
6c6ac73ee0 优化Request类的param方法 param get post put request delete server cookie env方法的第一个参数传入false 则表示获取原始数据 不进行过滤 2016-07-06 18:45:08 +08:00