Commit Graph

2390 Commits

Author SHA1 Message Date
thinkphp
c4ef774882 修正 2016-06-24 17:45:27 +08:00
thinkphp
2839d9b31d Request类dispatch方法改进 2016-06-24 17:40:36 +08:00
thinkphp
d3d7fdb83d 注释修改 2016-06-24 17:31:58 +08:00
thinkphp
73f1ae289d 改进Request类的dispatch方法 2016-06-24 17:30:47 +08:00
thinkphp
1e21d9af34 去除控制器名的检测 2016-06-24 17:13:31 +08:00
thinkphp
75f855757b 改进App的模块设置 2016-06-24 14:59:18 +08:00
thinkphp
87ad5e95bb Route类的bind方法参数顺序调整 增加getBind方法用于获取绑定信息 2016-06-24 12:33:07 +08:00
thinkphp
1a8bbf6725 改进TagLib类 2016-06-24 11:09:26 +08:00
thinkphp
0c63b2a172 支持分组MISS路由 2016-06-23 22:38:21 +08:00
thinkphp
689c4aa4ea 修正标签库解析一处可能的bug 2016-06-23 19:21:49 +08:00
thinkphp
7b03d319b2 改进标签库的不区分大小写 2016-06-23 19:08:57 +08:00
thinkphp
588a4a5bd4 修正单元测试 2016-06-23 18:48:19 +08:00
thinkphp
57ca7a376b 修改标签库的方法命名 取消 import标签 2016-06-23 18:37:46 +08:00
thinkphp
ebc862e5fb 改进Route类可选参数的完整匹配检测 2016-06-23 17:49:38 +08:00
thinkphp
38124ccd12 Request类添加getContent方法,create方法增加content参数支持伪造 2016-06-23 17:13:07 +08:00
thinkphp
dc73254db3 reamde文件修正 2016-06-23 17:08:12 +08:00
thinkphp
5b061cd998 数据库数据读取改为默认 保持数据库字段大小写 Connection类fieldCase方法改为public 2016-06-23 12:07:25 +08:00
thinkphp
34579bfa44 改进Model类的relation方法 2016-06-22 23:51:20 +08:00
thinkphp
275d93cc38 修正Connection类的batchQuery 2016-06-22 23:44:49 +08:00
thinkphp
62de83358a 修正Merge模型 2016-06-22 22:28:41 +08:00
thinkphp
13103c84c7 注释修正 2016-06-22 18:14:25 +08:00
thinkphp
8ac769f343 修正一处错误 2016-06-22 18:09:46 +08:00
thinkphp
eebcadc976 改进Loader类的parsePhpNamespace方法 2016-06-22 18:06:35 +08:00
thinkphp
9beac2bba4 Loader类scanComposerPackage方法增加classmap解析支持 2016-06-22 17:53:00 +08:00
thinkphp
c654eab7e9 修正Request类的input方法 2016-06-22 16:23:23 +08:00
thinkphp
18a4eee00f Loader类的composer包扫描方法改为public 供命令行调用 2016-06-22 16:00:03 +08:00
thinkphp
98084c7a47 Request类的input方法支持default_filter配置参数 2016-06-22 15:45:39 +08:00
thinkphp
54d16627d7 改进lang类的detect方法 2016-06-22 15:41:36 +08:00
thinkphp
b696d6186b 修正单元测试 2016-06-22 15:26:17 +08:00
thinkphp
897be354e4 改进Loader类自动加载的文档定位 2016-06-22 15:20:42 +08:00
yunwuxin
7a00c1c14a 增加控制台入口文件 2016-06-22 15:00:11 +08:00
thinkphp
b454adeef5 改进Loader自动加载 支持一个命名空间对应多个路径 兼容composer 2016-06-22 14:54:28 +08:00
thinkphp
f14ef530e8 取消APP_AUTO_RUN常量 调整单元测试入口文件 2016-06-22 14:17:14 +08:00
thinkphp
cc50d44914 Merge branch 'master' of https://github.com/top-think/framework 2016-06-22 14:11:46 +08:00
thinkphp
5ffb2359cc 改进Loader类的register方法 alias.php 更改为 classmap.php addMap方法更改为 addClassMap
base.php和start.php文件调整
2016-06-22 14:11:23 +08:00
yunwuxin
10750db828 修正异常模板 2016-06-22 11:00:49 +08:00
thinkphp
ee171fa963 修正Loader类的addNamespaceAlias方法 2016-06-22 10:31:58 +08:00
thinkphp
a1b75332de 优化Loader自动加载 支持子命名空间定义 合并composer自动加载缓存文件 2016-06-21 22:32:51 +08:00
ThinkPHP
73bd3201be Merge pull request #149 from leunggamciu/enhance-url
使用Request来获取请求
2016-06-21 19:20:42 +08:00
thinkphp
d95ef85e86 改进Loader类 2016-06-21 17:33:58 +08:00
thinkphp
7229a1d76a 修正Model类的saveall方法参数 2016-06-21 17:28:46 +08:00
thinkphp
a8cd946ac6 改进Loader类 2016-06-21 17:26:49 +08:00
thinkphp
b244cff844 Merge branch 'master' of https://github.com/top-think/framework 2016-06-21 17:22:19 +08:00
thinkphp
e2e271e381 改进composer包的自动加载机制 不依赖composer安装 增加AUTO_SCAN_PACKAGE常量用于设置是否开启自动扫描vendor目录下面的下载composer包 2016-06-21 17:21:05 +08:00
leunggamciu
53db5d0a7a 使用Request来获取请求 2016-06-21 16:57:32 +08:00
yunwuxin
f906b0fc77 增加方法注释 2016-06-21 16:47:03 +08:00
yunwuxin
dc37f8080f 增加方法注释 2016-06-21 16:39:53 +08:00
thinkphp
4989d2ad55 改进Model类saveall方法的返回值 并增加replace参数 2016-06-21 15:14:33 +08:00
thinkphp
4c24572871 Merge branch 'master' of https://github.com/top-think/framework 2016-06-21 14:55:07 +08:00
thinkphp
1cc1976eaa 改进Model类的saveall方法 2016-06-21 14:53:56 +08:00