thinkphp
|
5ffb2359cc
|
改进Loader类的register方法 alias.php 更改为 classmap.php addMap方法更改为 addClassMap
base.php和start.php文件调整
|
2016-06-22 14:11:23 +08:00 |
|
thinkphp
|
e028ac593b
|
取消模式扩展
|
2016-06-20 13:59:31 +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
|
4689c86e0a
|
Response类增加getCode方法和getContent方法 send方法data参数去掉 App类的run方法返回response对象
|
2016-06-13 16:45:39 +08:00 |
|
thinkphp
|
849058b89b
|
修正start.php
|
2016-05-27 17:47:13 +08:00 |
|
thinkphp
|
62b01bf566
|
修正单元测试 改进start
|
2016-05-25 16:10:47 +08:00 |
|
thinkphp
|
7a9eeba565
|
改进start.php环境变量处理 改进hook类方法执行返回值
|
2016-05-25 14:26:28 +08:00 |
|
thinkphp
|
188e64abf6
|
取消APP_HOOK常量 默认开启插件机制
|
2016-05-24 22:08:34 +08:00 |
|
thinkphp
|
6e11fbc025
|
App类的run方法参数为可选
|
2016-05-24 12:40:21 +08:00 |
|
thinkphp
|
3cb9c65c7a
|
修正request函数和start入口
|
2016-05-11 12:32:52 +08:00 |
|
thinkphp
|
b50eeb5e7d
|
App类改进run方法传入Request对象 便于构造自己的Request对象
|
2016-05-11 12:25:29 +08:00 |
|
thinkphp
|
0ddea95f80
|
改进框架入口文件
|
2016-03-25 22:57:24 +08:00 |
|
7IN0SAN9
|
796d144d65
|
添加开关量控制composer autoload行为
|
2016-03-24 18:45:34 +08:00 |
|
thinkphp
|
235e9f847f
|
调整Loader::addNamespace方法的位置 修正configTest
|
2016-03-23 15:51:01 +08:00 |
|
thinkphp
|
eff3dd828c
|
自动根据环境变量识别是否调试模式
|
2016-03-23 15:41:07 +08:00 |
|
thinkphp
|
4d90185832
|
简化模式定义文件
|
2016-02-21 22:10:53 +08:00 |
|
thinkphp
|
d014a37f36
|
废除APP_AUTO_BUILD常量 系统不再判断是否需要自动生成 自动生成交给console执行 APP_AUTO_RUN默认值更改为true(start引导文件默认自动执行应用)
|
2016-02-21 17:03:23 +08:00 |
|
thinkphp
|
98c94a1317
|
自动完成规则支持场景定义
|
2016-02-18 16:53:35 +08:00 |
|
thinkphp
|
081bf602ff
|
调整模式定义文件规范 namespace定义统一采用数组定义
|
2016-02-11 17:33:33 +08:00 |
|
huangdijia
|
ac5e6b2258
|
优化Loader,使用Loader::addNamespace()简化核心路径判断;
调整Error::register()位置,通过alias配置别名提高Error类加载速度。
|
2016-02-05 13:32:43 +08:00 |
|
麦当苗儿
|
abc67d3f55
|
调整异常处理机制
|
2016-02-01 00:23:09 +08:00 |
|
huangdijia
|
b3ad62a329
|
增加APP_AUTO_RUN常量,入口文件定义true取代\think\App::run();懒出新高度:)
|
2016-01-25 13:59:15 +08:00 |
|
thinkphp
|
3bb84e14b7
|
start.php调整 和 App::run 分离 便于在入口文件动态注册命名空间
|
2016-01-19 22:07:13 +08:00 |
|
thinkphp
|
285b0f6b29
|
修正start文件
|
2016-01-04 17:32:38 +08:00 |
|
thinkphp
|
fa897d927b
|
注释调整
|
2016-01-04 08:51:03 +08:00 |
|
thinkphp
|
ca14916bbe
|
start调整 模式定义文件支持定义 run 重新定义要执行的方法,例如:
'run'=>'\\think\cli::run'
|
2015-12-28 19:29:12 +08:00 |
|
thinkphp
|
accc680e4b
|
优化静态调用callback写法
|
2015-12-27 22:38:12 +08:00 |
|
thinkphp
|
222f913eb0
|
改写View类的instance方法
|
2015-12-24 16:15:19 +08:00 |
|
thinkphp
|
2d00377a0b
|
暂时先加上 单元测试test根命名空间注册
|
2015-12-24 15:38:20 +08:00 |
|
huangdijia
|
e4a66b73b6
|
优化Response类,兼容rest控制器
|
2015-12-23 18:20:49 +08:00 |
|
thinkphp
|
c37aba27d7
|
Create类更名为Build
|
2015-12-22 15:55:52 +08:00 |
|
thinkphp
|
4d53e9bc19
|
自动生成添加常量控制
|
2015-12-22 15:43:37 +08:00 |
|
simon
|
f726fbf6d2
|
修改单元测试命名空间等
Changes to be committed:
modified: tests/framework/application/index/controller/indexTest.php
modified: tests/framework/thinkphp/library/think/cache/driver/apcTest.php
new file: tests/framework/thinkphp/library/think/cache/driver/cache_test_case.php
modified: tests/mock.php
modified: thinkphp/library/think/cache/driver/apc.php
modified: thinkphp/start.php
|
2015-12-22 15:30:39 +08:00 |
|
huangdijia
|
a71ed560de
|
简化App::run(),省去参数$config
|
2015-12-22 15:25:38 +08:00 |
|
thinkphp
|
546addad93
|
base添加IN_UNIT_TEST常量定义
|
2015-12-18 22:52:54 +08:00 |
|
huangdijia
|
dcaef70447
|
恢复start.php中的App::run(),判断是否单元测试
|
2015-12-18 18:28:40 +08:00 |
|
7IN0SAN9
|
6db93ae890
|
indexTest
|
2015-12-18 14:13:56 +08:00 |
|
thinkphp
|
65be8f094c
|
增加APP_HOOK常量 用于是否启用 hook
|
2015-12-10 21:56:20 +08:00 |
|
thinkphp
|
ffdf06d36d
|
自动生成修正对sae的判断
|
2015-12-10 18:03:54 +08:00 |
|
thinkphp
|
257a31551f
|
添加自动生成机制
增加模块禁止访问列表设置
|
2015-12-08 22:46:29 +08:00 |
|
thinkphp
|
c14da999a6
|
规范调整
|
2015-10-04 22:48:57 +08:00 |
|
thinkphp
|
27e724bb3c
|
PSR规范调整
|
2015-10-04 13:05:15 +08:00 |
|
thinkphp
|
1cfb3704c6
|
规范调整
|
2015-10-03 21:43:48 +08:00 |
|
thinkphp
|
aa123aa8a2
|
更新核心文件
|
2015-03-26 16:15:35 +08:00 |
|
thinkphp
|
d28e27270c
|
类库别名和调用修正
增加sae日志驱动
改进Hook类的exec方法
行为扩展优先检测标签方法 不存在则调用run方法
NOW_TIME改用REQUEST_TIME_FLOAT
变量命名规范
|
2015-02-24 10:45:34 +08:00 |
|
thinkphp
|
e96ac8493f
|
session类和input类调整
注释调整
|
2015-02-23 20:54:16 +08:00 |
|
thinkphp
|
b32d00b7f8
|
更新
|
2015-01-22 09:29:54 +08:00 |
|
thinkphp
|
1df472b73e
|
删除目录
|
2015-01-22 09:28:08 +08:00 |
|
thinkphp
|
562a56a9ab
|
核心文件规范调整
|
2015-01-22 08:41:02 +08:00 |
|