Commit Graph

1983 Commits

Author SHA1 Message Date
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
thinkphp
dd8fb56b10 改进视图驱动类 2016-05-21 23:11:21 +08:00
thinkphp
90c5dc79ed 修正Query类的getLastSql方法 2016-05-21 17:25:53 +08:00
thinkphp
60f6d10e16 完善Error类 2016-05-21 17:16:02 +08:00
thinkphp
744cdaebff 取消 url_module_map 配置参数 改进Redis session驱动 2016-05-21 15:21:12 +08:00
thinkphp
3bcb764973 修正Builder类的selectinsert方法 2016-05-21 14:42:37 +08:00
thinkphp
f3aceca2b0 改进Query类的field方法 2016-05-21 11:38:18 +08:00
thinkphp
25981119ad Query类的view方法field参数支持字符串 2016-05-21 10:24:08 +08:00
thinkphp
2005296267 修正File类 2016-05-21 09:26:56 +08:00
thinkphp
e1abc0844b 改进Builder类对field字符串的空格支持 2016-05-20 23:53:23 +08:00
thinkphp
f7e26259d0 Query类增加view方法用于视图查询 2016-05-20 23:30:26 +08:00
thinkphp
e6d8a22c3b 改进Route类 2016-05-20 21:44:40 +08:00
thinkphp
b289af3070 改进Relation类 2016-05-20 21:19:24 +08:00
thinkphp
277e253e44 修正Route类一处BUG 2016-05-20 19:13:11 +08:00
thinkphp
26270b2ca9 改进Route类,支持分组名使用变量 2016-05-20 18:03:36 +08:00
thinkphp
36a3bdc875 改进Hook类的日志记录 2016-05-20 17:13:27 +08:00
thinkphp
a24a2155eb 修正Hook类 改进Template对于布局的处理 2016-05-20 16:59:26 +08:00
thinkphp
d9416c7e2d 修正 2016-05-20 16:49:28 +08:00
thinkphp
5f053e4aa7 Hook类的行为添加支持 对象和方法 2016-05-20 16:43:34 +08:00
thinkphp
34c80c1116 改进 2016-05-20 16:30:28 +08:00
thinkphp
b67e98ad2b 改进Request类的root方法 2016-05-20 16:28:25 +08:00
thinkphp
1ad2f7af31 改进Request类 2016-05-20 16:14:22 +08:00
thinkphp
d4993fa37c 修正Model类的字段类型获取 2016-05-20 15:52:32 +08:00
thinkphp
92496f65a1 Query类增加getlastsql方法 2016-05-20 14:47:20 +08:00
thinkphp
82eb899990 统一后缀设置为不带点号 2016-05-20 14:26:32 +08:00
thinkphp
626d0a2674 改进Request和Url类 去掉base_url配置参数 2016-05-20 14:11:13 +08:00
thinkphp
685d7ef3b7 修正视图驱动 2016-05-20 12:01:38 +08:00
thinkphp
952d18af17 视图驱动类增加exists方法用于判断模板文件是否存在 2016-05-20 11:27:21 +08:00
thinkphp
6dd393bd71 改进Query类的insertGetId方法 支持传入自增序列名 2016-05-20 11:10:20 +08:00
thinkphp
97e12c1a8a 改进Socket驱动 2016-05-20 10:28:45 +08:00
thinkphp
6c294b58fc Model类destroy方法返回成功删除的记录数 2016-05-19 22:14:56 +08:00
thinkphp
b235c16589 Merge branch 'master' of https://github.com/top-think/framework 2016-05-19 18:42:45 +08:00
thinkphp
40d4bfe4da 改进Request类baseUrl和basePath方法 2016-05-19 18:42:20 +08:00