Commit Graph

  • ca86ee8007 修正 thinkphp 2015-12-11 21:08:19 +08:00
  • 46c0f4fe84 traits层次调整去掉 think目录 用户自定义的traits可以放到模块目录下面区分 thinkphp 2015-12-11 20:39:48 +08:00
  • b176949a7a 修正C函数的批量设置功能 thinkphp 2015-12-11 20:31:14 +08:00
  • 902c10bced Merge pull request #42 from Lofanmi/master ThinkPHP 2015-12-11 16:03:46 +08:00
  • 9a5b5245e8 Update thinkphp/library/think/controller/rest.php liuzhaowei55 2015-12-11 15:55:03 +08:00
  • ab30f26a4a 重写ThinkPHP加密模块(AES加密) Haotong Lin 2015-12-11 15:51:37 +08:00
  • ebc26f9043 traits目录移动到library下面 thinkphp 2015-12-11 14:14:24 +08:00
  • 73d75227a9 db\driver类修正 thinkphp 2015-12-11 14:04:20 +08:00
  • 8f594e5cb2 Url类添加Route方法根据路由别名获取URL地址 thinkphp 2015-12-11 13:18:02 +08:00
  • d1a8d8c765 Merge branch 'master' of http://git.topthink.com/thinkphp/thinkphp4 thinkphp 2015-12-11 11:24:12 +08:00
  • dc8f70f2c0 改进trace方法支持调用栈 thinkphp 2015-12-11 11:23:24 +08:00
  • 2716cc578a 修正内存计数公式 upfy@qq.com 2015-12-11 10:50:25 +08:00
  • 6a5840b8e2 路由别名 thinkphp 2015-12-11 10:25:44 +08:00
  • 78d5bbd471 模块目录默认只生成config.php文件 其他的需要指定生成 thinkphp 2015-12-11 09:35:52 +08:00
  • b34d2f3a1b 改进Url类 thinkphp 2015-12-11 09:16:42 +08:00
  • ea9041b858 改进 thinkphp 2015-12-11 08:32:17 +08:00
  • 01cc676a7a 修正M函数实例化问题 D函数自动实例化公共模块的模型 thinkphp 2015-12-11 08:23:54 +08:00
  • 3440c28552 增加控制器扩展 thinkphp 2015-12-10 23:58:03 +08:00
  • b2c0c61cd2 web访问目录移动到public目录下面 thinkphp 2015-12-10 23:19:21 +08:00
  • f83eecb853 改进异常页面 thinkphp 2015-12-10 22:43:47 +08:00
  • 65be8f094c 增加APP_HOOK常量 用于是否启用 hook thinkphp 2015-12-10 21:56:20 +08:00
  • 8972df8a98 trace方法调整 thinkphp 2015-12-10 20:06:28 +08:00
  • 10cd211758 修正 thinkphp 2015-12-10 19:51:32 +08:00
  • b39b4ed15d 封装trace方法用于远程调试输出 thinkphp 2015-12-10 19:25:21 +08:00
  • 0a1cc5b73a 注释修改 thinkphp 2015-12-10 18:31:30 +08:00
  • ffdf06d36d 自动生成修正对sae的判断 thinkphp 2015-12-10 18:03:54 +08:00
  • 45dc26a656 改进 hook类的exec方法 thinkphp 2015-12-10 17:46:23 +08:00
  • b1f4cad00b 改进hook类 thinkphp 2015-12-10 17:37:05 +08:00
  • 52b1f098dc 添加verify和upload扩展类库 thinkphp 2015-12-10 17:28:31 +08:00
  • c6d09020fa 删除behavior类 thinkphp 2015-12-10 16:37:23 +08:00
  • 78a68f2d6c 去掉不需要的常量 thinkphp 2015-12-10 16:30:33 +08:00
  • 67c8bb5cde controller类默认use traits thinkphp 2015-12-10 15:44:54 +08:00
  • fcb4478b3b 修复 自动生成 runtime模块的bug thinkphp 2015-12-10 15:40:40 +08:00
  • 159d425cd0 slog移动到核心think包 将来进一步改进 thinkphp 2015-12-10 15:23:24 +08:00
  • 7b0fe7286d 增加sae相关驱动 thinkphp 2015-12-10 15:17:32 +08:00
  • 9f0ee6acbb 删除部分org类库 thinkphp 2015-12-10 13:59:50 +08:00
  • fde9141736 Merge pull request #35 from oldrind/patch-2 ThinkPHP 2015-12-10 13:53:42 +08:00
  • 71628c2d04 惯例配置修改 thinkphp 2015-12-10 13:36:20 +08:00
  • 222710a106 Merge branch 'master' of https://github.com/liu21st/think thinkphp 2015-12-10 13:32:51 +08:00
  • d767203541 Merge pull request #36 from oldrind/patch-1 ThinkPHP 2015-12-10 13:32:19 +08:00
  • ba72cf44ef 路径用DS常量规范 thinkphp 2015-12-10 13:31:12 +08:00
  • 74c2bac6d6 merge luofei614 2015-12-09 23:36:52 -05:00
  • 6ad5a19913 方便使用session_id luofei614 2015-12-09 23:35:09 -05:00
  • 9a2ff2f231 改进实例化类 命名空间大小写的问题 thinkphp 2015-12-10 12:11:33 +08:00
  • 829a09fc83 配置调整 thinkphp 2015-12-10 09:38:36 +08:00
  • 6568afa1af Merge branch 'master' of https://github.com/liu21st/think thinkphp 2015-12-10 09:38:20 +08:00
  • c72aa08aff 修复xml返回的bug luofei614 2015-12-09 20:26:40 -05:00
  • dd065dfdb8 Update model.php oldrind 2015-12-10 02:08:29 +08:00
  • 8250a4268b Update cookie.php oldrind 2015-12-10 01:28:02 +08:00
  • 4eb69edf46 完善config类的load方法 thinkphp 2015-12-09 22:52:22 +08:00
  • e970a2974a 修正警告错误 thinkphp 2015-12-09 22:29:05 +08:00
  • 80c0a11891 修正response类的sendHttpStatus方法 thinkphp 2015-12-09 22:08:56 +08:00
  • 8ae7a684bd 增加vendor behavior目录 thinkphp 2015-12-09 19:11:07 +08:00
  • 9b94cb9d4b controller类增加config属性 thinkphp 2015-12-09 17:12:24 +08:00
  • 3b6e19c716 response 类的result方法执行后强制退出 thinkphp 2015-12-09 16:58:36 +08:00
  • 1b31bfafb8 简化 traits\think\controller\ajax::result huangdijia 2015-12-09 15:12:26 +08:00
  • 879e323de6 增加 traits\think\controller\ajax huangdijia 2015-12-09 15:09:31 +08:00
  • 3b5767cc26 补充注释 huangdijia 2015-12-09 15:00:45 +08:00
  • b6837ab37b 简化控制器,view抽离成为trait huangdijia 2015-12-09 14:54:50 +08:00
  • 830541a970 改进Url类 thinkphp 2015-12-09 00:15:24 +08:00
  • b3da4637e1 配置去除 thinkphp 2015-12-09 00:04:30 +08:00
  • e1276159b2 修正config类的set方法返回值问题 thinkphp 2015-12-08 23:53:36 +08:00
  • 386228958b 改写 控制器类的 error和sucess方法 thinkphp 2015-12-08 23:30:41 +08:00
  • 257a31551f 添加自动生成机制 增加模块禁止访问列表设置 thinkphp 2015-12-08 22:46:29 +08:00
  • 2b5b84e9a5 自动生成改进 thinkphp 2015-12-08 19:23:33 +08:00
  • 393629d61c Merge branch 'master' of https://github.com/liu21st/think thinkphp 2015-12-08 18:29:25 +08:00
  • 3cf65dd413 view类增加show方法 thinkphp 2015-12-08 18:28:39 +08:00
  • 4db4a228a2 修复几处notice报错 luofei614 2015-12-08 05:01:50 -05:00
  • e153f7f074 修正警告错误 thinkphp 2015-12-08 17:56:35 +08:00
  • 192dfa1b7c slog关闭控制用常量 luofei614 2015-12-08 04:41:13 -05:00
  • ea6a67b5d5 删除行为扩展 thinkphp 2015-12-08 17:28:48 +08:00
  • 3269ade972 Merge branch 'master' of https://github.com/liu21st/think thinkphp 2015-12-08 17:25:31 +08:00
  • 15d975ddc8 异常信息调整 thinkphp 2015-12-08 17:21:48 +08:00
  • 791f9dbd6d Merge branch 'master' of https://github.com/liu21st/think luofei614 2015-12-08 03:59:08 -05:00
  • 08d118a154 修正route类的parseURL解析 thinkphp 2015-12-08 16:59:06 +08:00
  • e2f0c4d193 修复slog的bug root 2015-12-08 03:57:56 -05:00
  • 003b99cdd6 增加SLOG_ON 常量定义 默认false thinkphp 2015-12-08 16:02:57 +08:00
  • ed8741629e 修复 socketlog 的bug upfy@qq.com 2015-12-08 15:30:48 +08:00
  • 31bf125994 修正 thinkphp 2015-12-08 13:13:17 +08:00
  • 931986143f 记录日志的时候 支持 样式别名 thinkphp 2015-12-08 12:52:54 +08:00
  • 64348512ef 简化slog类 thinkphp 2015-12-08 12:49:26 +08:00
  • a679f878df Merge branch 'master' of https://github.com/liu21st/think thinkphp 2015-12-08 11:30:30 +08:00
  • 23b91dbaba Merge pull request #29 from Lofanmi/dev ThinkPHP 2015-12-08 11:30:14 +08:00
  • ec23d96d78 error类调整 thinkphp 2015-12-08 11:03:50 +08:00
  • 788aeb686c 修正 thinkphp 2015-12-08 10:56:47 +08:00
  • 0c6a768456 修正app类一处判断 thinkphp 2015-12-08 10:44:00 +08:00
  • 87061e1744 移动slog类到 org类库包 thinkphp 2015-12-08 10:36:18 +08:00
  • f0c915b3db 修正 Parser的路径 规范 Slog的编码规则 huangdijia 2015-12-08 10:20:35 +08:00
  • eba3b29bbc Merge branch 'master' of https://github.com/liu21st/think upfy@qq.com 2015-12-08 09:57:45 +08:00
  • dfb9a73bea 添加socketlog调试的支持 upfy@qq.com 2015-12-08 09:57:32 +08:00
  • 6be0caaeaa 更正Org命名空间 Haotong Lin 2015-12-07 21:17:22 +08:00
  • d7e920c6b6 新增Base64编(解)码驱动 Haotong Lin 2015-12-07 20:48:25 +08:00
  • 155ebeffbc 简化高级Model命名,去掉后缀 Extend改名,Adv正式回归 huangdijia 2015-12-07 18:45:38 +08:00
  • 0e2186cb6b 注释规范 huangdijia 2015-12-07 18:07:38 +08:00
  • e98345d1e4 代码规范 []取代array() huangdijia 2015-12-07 17:54:50 +08:00
  • b599c503be 注释规范 huangdijia 2015-12-07 17:53:52 +08:00
  • 99aee9ca8d 优化一处数组的写法,避免Notice错误 huangdijia 2015-12-07 17:52:03 +08:00
  • c2523f3516 优化一处数组的写法,避免Notice错误 huangdijia 2015-12-07 17:44:51 +08:00
  • 5cb7f8bc92 使用DS常量,兼容win/linux路径 huangdijia 2015-12-07 17:39:42 +08:00
  • d3103ec143 增加DS常量,兼容win/linux路径 补充session几个方法的return值 huangdijia 2015-12-07 17:36:04 +08:00