thinkphp
|
4d7eb0b8a0
|
改进Loader类的model和controller方法 支持单一模块
|
2016-02-04 10:45:47 +08:00 |
|
tale
|
aef23f5205
|
修复部署模式下抛异常时的一个E_NOTICE错误
|
2016-02-03 23:03:08 +08:00 |
|
thinkphp
|
b2bea910f9
|
修正数据库驱动
|
2016-02-03 20:41:01 +08:00 |
|
thinkphp
|
b825cdc117
|
修正文件缓存类的clear方法
|
2016-02-03 20:36:18 +08:00 |
|
thinkphp
|
5c5130b5e9
|
改进Model类
|
2016-02-03 19:30:39 +08:00 |
|
thinkphp
|
3964468843
|
修正Model类
|
2016-02-03 08:34:18 +08:00 |
|
thinkphp
|
f2ac964ea7
|
修正\think\Error类
|
2016-02-02 23:39:59 +08:00 |
|
ThinkPHP
|
67df2d85b1
|
Merge pull request #276 from jinchun/master
添加 File Log 测试用例
|
2016-02-02 21:44:56 +08:00 |
|
thinkphp
|
c0e8c95237
|
notic修正
|
2016-02-02 21:41:38 +08:00 |
|
jinchun
|
927c075f29
|
1)修正notice 的拼写错误;2)英文的":"后面加了个空格;3)补全Log::send() 注释;4)删除Error.php 里重复的 key;5)添加 File Log 测试用例
|
2016-02-02 20:02:37 +08:00 |
|
thinkphp
|
8ed7c91b29
|
日志驱动调整
|
2016-02-02 19:04:58 +08:00 |
|
thinkphp
|
3aaa4e8140
|
还原
|
2016-02-02 18:41:49 +08:00 |
|
thinkphp
|
73f5ee7219
|
更新测试文件
|
2016-02-02 18:23:42 +08:00 |
|
thinkphp
|
e2fba6a7bf
|
修正错误
|
2016-02-02 18:12:35 +08:00 |
|
thinkphp
|
56d908d07e
|
修正
|
2016-02-02 18:09:29 +08:00 |
|
thinkphp
|
9a8e86ec0f
|
修正
|
2016-02-02 18:05:20 +08:00 |
|
thinkphp
|
21da52db63
|
改进View类
|
2016-02-02 17:57:08 +08:00 |
|
thinkphp
|
8651502d83
|
单元测试修改
|
2016-02-02 17:48:04 +08:00 |
|
thinkphp
|
5234d3c7f6
|
支持配置批量注册根命名空间
|
2016-02-02 17:20:00 +08:00 |
|
thinkphp
|
b67be77f1c
|
改进cookie类
|
2016-02-02 16:15:36 +08:00 |
|
thinkphp
|
9ea738ee26
|
日志初始化改进
|
2016-02-02 15:43:22 +08:00 |
|
thinkphp
|
27cc3d524a
|
修正单元测试错误
|
2016-02-02 15:29:03 +08:00 |
|
thinkphp
|
8ec6835dca
|
修正一些存在的警告错误
|
2016-02-02 15:15:44 +08:00 |
|
thinkphp
|
78718c7739
|
Merge branch 'master' of https://github.com/top-think/think
|
2016-02-02 14:31:01 +08:00 |
|
thinkphp
|
a2063b6194
|
改进Loader类的autoload方法一处警告错误
|
2016-02-02 14:30:27 +08:00 |
|
oldrind
|
b52416c3a6
|
修正自定义标签找不到方法名的问题
|
2016-02-02 13:25:13 +08:00 |
|
huangdijia
|
184dd5d1b4
|
优化session redis驱动
|
2016-02-02 12:52:57 +08:00 |
|
huangdijia
|
38f5ff2771
|
修正redis cache类一处bug
|
2016-02-02 12:45:35 +08:00 |
|
huangdijia
|
164526ea33
|
优化路由,支持以下写法
Route::domain('www', function(){
Route::register(':action', 'index/Index/:action');
Route::register(':hash', 'index/Index/redirect?type=short');
Route::register('d/:hash', 'index/Index/redirect?type=qrcode');
});
|
2016-02-02 11:43:05 +08:00 |
|
thinkphp
|
03eb08953d
|
Merge branch 'master' of https://github.com/top-think/think
|
2016-02-02 11:29:35 +08:00 |
|
thinkphp
|
fdb832cb19
|
修正\traits\model\Auto 一处警告错误
|
2016-02-02 11:29:12 +08:00 |
|
huangdijia
|
5f97437aee
|
优化redis驱动设置有效期逻辑
|
2016-02-02 11:17:57 +08:00 |
|
thinkphp
|
52a0dd1dfc
|
改进异常日志写入
|
2016-02-02 11:02:33 +08:00 |
|
麦当苗儿
|
a049b3d663
|
Merge branch 'dev' of https://github.com/Aoiujz/think into dev
|
2016-02-02 10:39:42 +08:00 |
|
麦当苗儿
|
89942815f6
|
添加Error异常的ErrorContext参数,并打印ErrorContext到异常页面
|
2016-02-02 10:38:43 +08:00 |
|
麦当苗儿
|
020cec722d
|
添加Error异常的ErrorContext参数,并打印ErrorContext到异常页面
|
2016-02-02 10:36:03 +08:00 |
|
huangdijia
|
dfa756f181
|
修正memcache驱动一处bug
|
2016-02-02 10:15:48 +08:00 |
|
thinkphp
|
6e7151145b
|
修正Model类一处BUG
|
2016-02-02 10:07:14 +08:00 |
|
thinkphp
|
97166efd34
|
Merge branch 'master' of https://github.com/top-think/think
|
2016-02-02 00:03:42 +08:00 |
|
thinkphp
|
ac7eafe9e8
|
修正\think\db\Driver一处可能的BUG
|
2016-02-02 00:03:10 +08:00 |
|
Chino Chang
|
f03c662712
|
Merge pull request #268 from dseguy/master
使用短语法
|
2016-02-01 23:54:29 +08:00 |
|
Aoiujz
|
ab0b16103b
|
Merge pull request #265 from Aoiujz/dev
添加日志记录,以及添加异常忽略支持
|
2016-02-01 23:47:08 +08:00 |
|
麦当苗儿
|
f0353910a5
|
修复Notice错误
|
2016-02-01 23:44:35 +08:00 |
|
thinkphp
|
4c1fe8f556
|
修正relation关联模型一处警告错误
|
2016-02-01 23:43:48 +08:00 |
|
麦当苗儿
|
73c931089d
|
修复Notice错误
|
2016-02-01 23:40:11 +08:00 |
|
thinkphp
|
4cd6043c2a
|
修正Url类一处警告错误
|
2016-02-01 23:30:49 +08:00 |
|
麦当苗儿
|
338532b024
|
修复错误的变量名
|
2016-02-01 21:14:34 +08:00 |
|
麦当苗儿
|
1fc0783ebf
|
添加日志记录,以及添加异常忽略支持
异常忽略支持忽略指定的异常类型,被忽略的异常仅仅记录到日志,不会中断程序执行
忽略的异常类型支持PHP的所有错误级别,多个级别支持 | 运算符
参考:http://php.net/manual/en/errorfunc.constants.php
|
2016-02-01 21:08:08 +08:00 |
|
Damien Seguy
|
d86de5ef52
|
Uses short syntax
|
2016-02-01 12:21:06 +01:00 |
|
麦当苗儿
|
d8b70444ba
|
Merge branch 'dev' of https://github.com/Aoiujz/think into dev
|
2016-02-01 18:23:02 +08:00 |
|