Commit Graph

  • c44474e57e 完善app单元测试 Haotong Lin 2016-03-04 13:02:10 +08:00
  • 48dd15adda 完善route单元测试 Haotong Lin 2016-03-04 12:02:07 +08:00
  • 7d76daa8a6 完善view单元测试 Haotong Lin 2016-03-04 12:01:19 +08:00
  • c7be6204c9 修正 thinkphp 2016-03-04 09:31:00 +08:00
  • 0ea0835e05 改进Build类测试 thinkphp 2016-03-04 09:25:10 +08:00
  • 420fbde2a0 Merge branch 'master' of https://github.com/top-think/think thinkphp 2016-03-04 09:11:41 +08:00
  • 5bbc0e423d 改进Loader类 thinkphp 2016-03-03 23:17:08 +08:00
  • 279153b1b5 提升Model类单元测试覆盖率 oldrind 2016-03-03 21:28:06 +08:00
  • cd10fa6492 Merge pull request #340 from Lofanmi/master ThinkPHP 2016-03-03 20:30:50 +08:00
  • 4e3423983b 模板解析 include 时支持 $var_name = value 动态赋值,保留[var_name]静态渲染试 huangdijia 2016-03-03 18:11:49 +08:00
  • 3104b310b5 增加命名空间别名功能 背景: app\common\org\xx\yy 这样的命名空间太长,但是里面文件又很多,不想每个改namespace,怎么办? 解决方案: Loader::addNamespaceAlias('yy', 'app\\common\\org\\xx\\yy'); 直接使用 \yy\Abc::func(); huangdijia 2016-03-03 13:32:05 +08:00
  • 4c059e619e 修正url huangdijia 2016-03-03 13:05:02 +08:00
  • 1db6c886a0 完善单元测试 Haotong Lin 2016-03-03 11:13:59 +08:00
  • d95da2de1f 修复url生成一个bug huangdijia 2016-03-03 10:43:48 +08:00
  • 4759b994b5 添加IS_MAC常量 thinkphp 2016-03-03 10:08:54 +08:00
  • 19a446c7de 完善单元测试 Haotong Lin 2016-03-03 00:02:55 +08:00
  • 0e6d985601 统一controller类fetch方法的参数 和 view一致 thinkphp 2016-03-02 22:50:34 +08:00
  • e86aa09de0 Merge pull request #336 from Lofanmi/master Chino Chang 2016-03-02 21:51:33 +08:00
  • 214387f392 添加Build类单元测试 chunice 2016-03-02 17:45:49 +08:00
  • 6c2562a75b Merge pull request #334 from oldrind/model ThinkPHP 2016-03-02 15:59:18 +08:00
  • 91f1137dac 更新modelTest类数据库连接信息 oldrind 2016-03-02 15:47:04 +08:00
  • b305bc04ef 修改medelTest类数据库连接配置 oldrind 2016-03-02 15:35:19 +08:00
  • 7e66268307 Merge branch 'model' of https://github.com/oldrind/think into model oldrind 2016-03-02 15:19:35 +08:00
  • 4404027016 增加model类单元测试文件;单条规则返回值为数组时改成与$this->error合并; 增加验证规则条件是否为正则的判断。 oldrind 2016-03-01 20:42:42 +08:00
  • 8de6671a62 Update modelTest.php oldrind 2016-03-02 01:29:29 +08:00
  • 61fdbe227b 增加model类单元测试文件;单条规则返回值为数组时改成与$this->error合并; 增加验证规则条件是否为正则的判断。 oldrind 2016-03-01 20:42:42 +08:00
  • 47a549e664 修正单元测试署名 Haotong Lin 2016-03-02 15:07:37 +08:00
  • 694ba8a0b6 Update README.md chunice 2016-03-02 14:27:57 +08:00
  • a3b95c9991 修正 thinkphp 2016-03-02 11:05:32 +08:00
  • c6fb37b3a9 修正mysql驱动 thinkphp 2016-03-02 10:50:51 +08:00
  • ebfc8b0be8 Update modelTest.php oldrind 2016-03-02 01:29:29 +08:00
  • f9c6ecafdb 改进Error类 thinkphp 2016-03-01 22:41:56 +08:00
  • a5cf62b7d6 增加model类单元测试文件;单条规则返回值为数组时改成与$this->error合并; 增加验证规则条件是否为正则的判断。 oldrind 2016-03-01 20:42:42 +08:00
  • 28a627acac 改进Model类一处大小写字段的识别错误 thinkphp 2016-03-01 20:37:35 +08:00
  • 8e05713b6a Merge pull request #331 from Aoiujz/dev Aoiujz 2016-03-01 16:03:58 +08:00
  • e3c90ea9ad 修复部署模式异常页面不显示信息的BUG 麦当苗儿 2016-03-01 15:59:12 +08:00
  • 6294f8b887 模型类增加attrCase属性 用于设置数据表的字段大小写 值和PDO的属性PDO::ATTR_CASE一致,该设置需要和数据库的params参数一起使用才有效 thinkphp 2016-03-01 14:24:26 +08:00
  • ad6d17ac9c 日志增加REQUEST_METHOD huangdijia 2016-03-01 08:22:45 +08:00
  • a61e05b20f 完善测试文件 thinkphp 2016-02-29 21:53:27 +08:00
  • c447e900a7 改进Cookie类的clear方法 thinkphp 2016-02-29 21:00:43 +08:00
  • a229f10a31 修正异常页面报未定义函数错误 huangdijia 2016-02-29 16:54:50 +08:00
  • ef801ec6c3 添加Route类域名绑定测试 thinkphp 2016-02-29 14:24:33 +08:00
  • 0ab55d6246 Route类调整 thinkphp 2016-02-29 13:55:55 +08:00
  • d93d0feb2a Merge branch 'master' of https://github.com/top-think/think thinkphp 2016-02-29 10:30:10 +08:00
  • 9496e4a42e 增加Log类测试 thinkphp 2016-02-29 10:29:52 +08:00
  • d332870bef 优化异常模型,避免重复加载引起致命错误 huangdijia 2016-02-29 10:04:08 +08:00
  • e7ed4be654 Merge pull request #327 from oldrind/template ThinkPHP 2016-02-29 09:53:37 +08:00
  • 4931fb2c24 测试readme更新 thinkphp 2016-02-29 09:50:35 +08:00
  • 884e036a46 修复标签属性不支持-的问题 oldrind 2016-02-29 09:43:33 +08:00
  • 755a3d22b5 改进Redis缓存驱动 thinkphp 2016-02-28 22:48:56 +08:00
  • e3a95fe994 增加缓存驱动的queue测试 thinkphp 2016-02-28 22:37:10 +08:00
  • 92e7ca7a1b 增加queue缓存测试 thinkphp 2016-02-28 22:31:40 +08:00
  • a4e344cdb4 修正Url类 thinkphp 2016-02-28 22:17:26 +08:00
  • 5691284f2f 添加Url类测试文件 thinkphp 2016-02-28 22:13:48 +08:00
  • 4358fc90f7 完善Route类测试 thinkphp 2016-02-28 21:12:24 +08:00
  • f416386bd3 修正 thinkphp 2016-02-28 20:09:49 +08:00
  • 9491e06511 添加缓存类静态调用测试方法 thinkphp 2016-02-28 20:04:13 +08:00
  • 5e44527ffb 改进缓存驱动测试的有效期测试 thinkphp 2016-02-28 17:46:24 +08:00
  • 0e54067872 完善测试 thinkphp 2016-02-28 16:26:09 +08:00
  • ada74bcb26 改进测试 thinkphp 2016-02-28 16:14:53 +08:00
  • 5e592de087 添加Hook类测试 thinkphp 2016-02-28 16:08:40 +08:00
  • c4d0e097fb 完善路由类单元测试 thinkphp 2016-02-28 15:37:02 +08:00
  • 69055ca068 完善单元测试 thinkphp 2016-02-28 15:25:33 +08:00
  • 4cc8e7d52b 添加Route类单元测试 thinkphp 2016-02-28 15:04:03 +08:00
  • 58eebe7763 添加lang类单元测试 thinkphp 2016-02-28 13:41:16 +08:00
  • 8d79e07dc5 添加loader类单元测试 thinkphp 2016-02-28 12:28:44 +08:00
  • 15a017b629 改进单元测试 thinkphp 2016-02-28 10:59:04 +08:00
  • c8464f04f2 删除traits\model\Adv 中的序列号写入方法 thinkphp 2016-02-27 23:26:37 +08:00
  • bfd864c42a 改进 字段检查 增加serialize 自动完成类型 thinkphp 2016-02-27 23:00:27 +08:00
  • 2ba3c7cfa7 改进数据批量验证的错误信息返回 thinkphp 2016-02-27 11:24:14 +08:00
  • 124697a1cc 修复一处header判断bug huangdijia 2016-02-26 16:01:14 +08:00
  • a95a0e963e Merge branch 'master' of https://github.com/top-think/think thinkphp 2016-02-26 14:25:17 +08:00
  • c37c4b2dfa 增加response_auto_output参数用于控制是否自动调用Response类响应输出 如果设置为false 则由控制器自行输出 thinkphp 2016-02-26 14:22:11 +08:00
  • ea42277be7 Update Route.php xiaobo.sun 2016-02-26 10:21:40 +08:00
  • b7c6c497ab 改进Model类_write_data方法 thinkphp 2016-02-25 20:24:52 +08:00
  • 5c8db926a6 完善Build类支持CLASS_APPEND_SUFFIX常量配置 thinkphp 2016-02-25 20:13:48 +08:00
  • 1989acf8ef 添加CLASS_APPEND_SUFFIX常量用于设置 Loader::parseClass方法分析类名的时候是否需要增加类的后缀(默认关闭),例如: app\index\controller\index 控制器类 开启CLASS_APPEND_SUFFIX后变成 app\index\controller\indexController thinkphp 2016-02-25 19:01:35 +08:00
  • fad58a3082 修正console模式 云无心 2016-02-25 17:10:31 +08:00
  • 9f01dfa429 Update Input.php xiaobo.sun 2016-02-24 19:35:25 +08:00
  • 76848ca61c 修正Url生成一处问题 thinkphp 2016-02-24 11:19:37 +08:00
  • 77004dec4b 修正 thinkphp 2016-02-23 12:28:25 +08:00
  • 2dfd60d416 改进Session类 thinkphp 2016-02-23 12:27:48 +08:00
  • 341882c13f U函數默認第一個參數為空,獲取當前操作url huangdijia 2016-02-23 10:10:26 +08:00
  • 8dc055ebac 修正生成url前面有兩個/的問題 huangdijia 2016-02-23 09:54:23 +08:00
  • 17a78925ee 修正Url类对驼峰控制器名的自动转换 thinkphp 2016-02-22 20:22:49 +08:00
  • fe98db2c1e 删除无用配置参数 use_session thinkphp 2016-02-22 14:44:06 +08:00
  • bcd1375aa8 修正单元测试 thinkphp 2016-02-22 09:38:47 +08:00
  • 71747579b9 字段缓存和路由规则缓存 调试模式不生效 thinkphp 2016-02-22 09:34:09 +08:00
  • 4d90185832 简化模式定义文件 thinkphp 2016-02-21 22:10:53 +08:00
  • a5ce8bd747 修正 console build 指令的config参数默认值 thinkphp 2016-02-21 17:50:27 +08:00
  • d014a37f36 废除APP_AUTO_BUILD常量 系统不再判断是否需要自动生成 自动生成交给console执行 APP_AUTO_RUN默认值更改为true(start引导文件默认自动执行应用) thinkphp 2016-02-21 17:03:23 +08:00
  • ae07e1c4f1 改进Loader类的import方法 thinkphp 2016-02-21 16:25:08 +08:00
  • cc75433512 添加.htaccess文件 thinkphp 2016-02-21 14:00:16 +08:00
  • e16cb705ba model类的setField方法忽略数据副本 thinkphp 2016-02-21 11:37:28 +08:00
  • b7632a5a52 Template类增加layout方法 模板引擎驱动支持直接调用模板引擎的方法 thinkphp 2016-02-20 18:24:55 +08:00
  • 5217692224 Update Think.php shuipf 2016-02-20 12:58:48 +08:00
  • 0203b3cf38 Update View.php shuipf 2016-02-20 12:55:05 +08:00
  • b9d4c41efa 视图配置方法config支持获取某个配置的值 thinkphp 2016-02-20 12:44:02 +08:00
  • 2277add345 取消 traits\controller\view类 并入controller类 thinkphp 2016-02-20 11:25:28 +08:00
  • 0521aebd1e traits\controller\View类增加engine方法用于初始化模板引擎 增加validate和auto额外扩展配置文件 thinkphp 2016-02-20 11:11:53 +08:00