Commit Graph

  • 899ba253b1 绑定到模块后 路由依然优先检查 thinkphp 2016-09-23 17:53:14 +08:00
  • 0bf22bf689 Replace shields badges with pugx badges 7IN0SAN9 2016-09-23 16:53:40 +08:00
  • 73e3eb9455 删除File类的md5和sha1方法 改为hash方法 支持更多的散列值类型生成 thinkphp 2016-09-23 16:22:13 +08:00
  • eaeb01bc72 改进redirct的url地址解析 thinkphp 2016-09-23 14:26:34 +08:00
  • 0d85b268e9 改进模板引擎驱动的config方法 支持获取配置参数值 thinkphp 2016-09-23 12:24:16 +08:00
  • 7d5e5fb237 改进pgsql数据库驱动的数据表字段信息读取 thinkphp 2016-09-22 15:18:57 +08:00
  • 8c15e55d21 修正App类一处bug thinkphp 2016-09-22 15:02:45 +08:00
  • ff20cccff1 改进Controller类的success和error方法的跳转地址识别 支持更多Scheme thinkphp 2016-09-22 14:05:46 +08:00
  • 093d356c31 改进操作方法的对象自动注入 Requesst类增加getInput方法 用于获取 php://input值 thinkphp 2016-09-22 13:45:02 +08:00
  • f8aaa88ecd 修正Model类 thinkphp 2016-09-22 13:38:48 +08:00
  • 50dbbd37aa 修正 thinkphp 2016-09-22 13:37:11 +08:00
  • 0f5151dde4 改进Model类 添加getDb静态方法获取db查询对象 thinkphp 2016-09-22 11:37:19 +08:00
  • 681e5eeac7 改进配置缓存生成 支持扩展配置 thinkphp 2016-09-22 11:06:23 +08:00
  • b94b0a5118 路由到方法的时候 支持实例化类注入请求对象 thinkphp 2016-09-22 10:33:34 +08:00
  • 4202fbc20b 修正单元测试 thinkphp 2016-09-21 18:50:40 +08:00
  • f7e65f4f4b 取消extra_config_list配置参数 扩展配置文件直接放到 extra目录下面即可自动加载 数据库配置文件位置不变 thinkphp 2016-09-21 17:41:01 +08:00
  • 5ad64223bb 改进Route类路由到类的判断 thinkphp 2016-09-21 17:03:14 +08:00
  • 431c09e082 改进Query类的view方法 第二个参数默认值更改为true 获取全部的字段 thinkphp 2016-09-21 14:22:56 +08:00
  • f029a433f0 改进聚合模型save方法返回值 thinkphp 2016-09-21 14:05:11 +08:00
  • 9abb98d485 改进Relation类save方法 thinkphp 2016-09-21 12:15:34 +08:00
  • fcde43a1b0 修正关联模型 多对多save方法一处问题 thinkphp 2016-09-21 12:08:07 +08:00
  • cbfa98341b 改进Model类的save方法 修正不按主键查询的更新问题 thinkphp 2016-09-20 17:16:27 +08:00
  • 35890dad5c 数据库配置信息增加query参数用于配置查询对象名称 模型类增加query属性用于配置模型需要的查询对象名称 thinkphp 2016-09-20 12:04:09 +08:00
  • c1a2db30c7 改进数据表字段缓存读取 thinkphp 2016-09-20 10:45:10 +08:00
  • fe1fd73b93 改进数据表字段缓存生成 模型为抽象类或者 没有继承Model类 不生成字段缓存 thinkphp 2016-09-19 18:28:07 +08:00
  • 64b4a53de7 改进模型的字段缓存 虚拟模型不生成字段缓存 thinkphp 2016-09-19 16:13:57 +08:00
  • fb52e8a421 改进数据表字段缓存生成 支持读取模块的模型生成 thinkphp 2016-09-19 15:28:31 +08:00
  • 85204dfaff 改进聚合模型的save方法 主键写入 thinkphp 2016-09-19 14:48:32 +08:00
  • d2b75581fb 模型类的field属性定义简化 取消Query类的allowField和setFieldType方法及相关属性 交给数据表字段缓存 thinkphp 2016-09-18 20:12:32 +08:00
  • 8c86ed3656 改进数据表字段缓存生成 支持生成多个数据库的 thinkphp 2016-09-18 19:20:17 +08:00
  • 677c4eb2fd 更新数据库驱动类 thinkphp 2016-09-18 17:19:12 +08:00
  • 2b476fe7ff 增加 optimize:schema 命令 用于生成 数据表字段信息缓存 thinkphp 2016-09-18 17:01:55 +08:00
  • 09598e67b3 cache助手函数支持判断缓存是否有效 thinkphp 2016-09-18 12:43:10 +08:00
  • 91cfa8ba4c 注释修正 thinkphp 2016-09-18 12:22:09 +08:00
  • 93ea07819c 修正一处注释错误 thinkphp 2016-09-18 12:17:23 +08:00
  • f75d1c5d80 修正 模板引擎驱动类的config方法 thinkphp 2016-09-18 11:39:37 +08:00
  • 2aa3adb2a8 Merge pull request #290 from youyoushanyu/master ThinkPHP 2016-09-17 20:36:26 +08:00
  • e562cb4080 改进model类save方法对字段的判断 thinkphp 2016-09-17 11:27:35 +08:00
  • 9032818794 修正一个查询条件多个条件的时候的参数绑定BUG thinkphp 2016-09-17 00:05:26 +08:00
  • 9a0df4ef04 修复在配置Model属性field=true情况下,通过__call调用db()引发的BUG shanyu 2016-09-16 16:19:40 +08:00
  • 8ff2e4fe5b Remove GitHub download metadata badges Chino Chang 2016-09-15 19:52:22 +08:00
  • f800f1bcf7 Update metadata badges Chino Chang 2016-09-15 19:42:43 +08:00
  • d4561fe438 Update CONTRIBUTING.md Chino Chang 2016-09-15 15:30:49 +08:00
  • 4115408538 注释调整 v5.0.0 thinkphp 2016-09-15 12:58:29 +08:00
  • 8974a5d120 改进View类的assign方法 去掉多余代码 thinkphp 2016-09-14 17:30:16 +08:00
  • c38e235f03 单元测试完善 thinkphp 2016-09-14 17:07:49 +08:00
  • e37f5aee16 操作方法的参数按照URL顺序读取的时候,参数名只能用pathinfo变量 不支持get或者post变量 thinkphp 2016-09-14 16:16:44 +08:00
  • abe0ea0783 Session类增加pull方法用于获取数据并删除 thinkphp 2016-09-14 16:05:43 +08:00
  • 1bab8ba6a0 Cache类增加pull方法用于获取缓存数据并删除 thinkphp 2016-09-14 16:05:01 +08:00
  • 7dd8e54476 redirect response类 with方法修正 thinkphp 2016-09-14 15:42:06 +08:00
  • 7a5c56ff37 改进Builder类 thinkphp 2016-09-14 12:36:22 +08:00
  • 6bc34d95ac 改进查询条件的参数绑定 thinkphp 2016-09-14 11:57:09 +08:00
  • b14c1a9dc2 Merge模型save方法和model类参数和返回值统一 thinkphp 2016-09-13 22:54:22 +08:00
  • 3e79ff0c28 软删除restore方法支持传入条件 thinkphp 2016-09-13 22:02:26 +08:00
  • 9c227e9e8e 改进Route类的路由标识存储 修正路由缓存后的URL生成 thinkphp 2016-09-13 18:54:03 +08:00
  • 79bdc2fd9a 修正EXP查询的参数绑定 thinkphp 2016-09-13 17:17:01 +08:00
  • 3d868bc2d5 修正查询条件为NULL的时候参数绑定的错误 thinkphp 2016-09-13 16:33:31 +08:00
  • 888480ca0a 还原Relation thinkphp 2016-09-13 15:53:08 +08:00
  • c676ff56cc 改进条件查询的参数绑定 支持 单个字段的多个条件查询 thinkphp 2016-09-13 15:38:29 +08:00
  • 942aa65c2d 改进Relation类增加getModel和getParentModel方法 thinkphp 2016-09-13 15:20:16 +08:00
  • e3a3acaed6 改进查询条件的参数绑定 thinkphp 2016-09-13 14:53:33 +08:00
  • f1c9a3bb88 改进查询条件的参数绑定 避免冲突 thinkphp 2016-09-13 13:20:44 +08:00
  • 9a5fe91099 改进 thinkphp 2016-09-13 12:39:22 +08:00
  • 633d0041c6 改进查询条件的自动参数绑定 thinkphp 2016-09-13 12:26:22 +08:00
  • 6e96a6aac6 Merge branch 'master' of https://github.com/top-think/framework thinkphp 2016-09-13 11:02:53 +08:00
  • acbd5b97fe 改进软删除的destory方法 thinkphp 2016-09-13 11:02:05 +08:00
  • ab1fc037a5 改进Model类destroy方法 thinkphp 2016-09-12 22:28:25 +08:00
  • 22e64aba80 完善单元测试 thinkphp 2016-09-12 16:02:58 +08:00
  • 3a983aa3e1 Request类增加bind方法用于动态绑定属性 Route类的模型绑定直接绑定到Request实例对象的属性 便于获取 thinkphp 2016-09-12 15:47:52 +08:00
  • fc0a761165 独立日志类型 依然按照日保存 方便查找日志 thinkphp 2016-09-12 13:55:14 +08:00
  • faa3e8aabc connection类quote方法默认读取主库 thinkphp 2016-09-12 13:50:54 +08:00
  • 8edc56d9f5 Merge pull request #282 from WeakSun/patch-1 ThinkPHP 2016-09-11 07:58:38 -05:00
  • f4df441b11 Hook类代码改进 WeakSun 2016-09-11 17:24:21 +08:00
  • 93e0eb46d3 Validate类优化 thinkphp 2016-09-11 14:25:13 +08:00
  • 2e930bd2a5 Connection类quote方法增加master参数 thinkphp 2016-09-11 12:47:51 +08:00
  • 739f8bef18 改进关联查询预载入 支持闭包使用条件之外的连贯操作 thinkphp 2016-09-11 12:20:15 +08:00
  • b7f38230b1 优化Builder类 thinkphp 2016-09-10 22:27:39 +08:00
  • 3176afcc25 优化Builder类的parseWhere方法 thinkphp 2016-09-10 22:16:23 +08:00
  • 4c68ded446 修正sqlsrv驱动 thinkphp 2016-09-10 21:39:21 +08:00
  • b1742361d0 优化Route类的模型绑定 thinkphp 2016-09-10 10:17:11 +08:00
  • 7a4df4c5f3 Merge branch 'master' of https://github.com/top-think/framework thinkphp 2016-09-09 23:08:03 +08:00
  • e7f8db994a 路由规则的模型绑定支持简化名称 thinkphp 2016-09-09 23:07:25 +08:00
  • c546a50a0c Merge pull request #280 from sanyc/patch-6 ThinkPHP 2016-09-09 22:50:27 +08:00
  • e63a162bc7 改进Route thinkphp 2016-09-09 20:40:39 +08:00
  • 766c410fe4 改进Route类 thinkphp 2016-09-09 20:37:00 +08:00
  • 8b55500f91 Route类增加bind_model参数用于绑定模型 thinkphp 2016-09-09 20:24:42 +08:00
  • 32484b3bd7 改进App类bindParams方法 thinkphp 2016-09-09 19:43:28 +08:00
  • b7de2f0db4 解决 php7 数组指针问题 过客 2016-09-09 18:54:00 +08:00
  • 68d1240fea 改进Route类 thinkphp 2016-09-09 18:39:48 +08:00
  • f8dfd9278b 单元测试调整 thinkphp 2016-09-09 18:32:00 +08:00
  • f52a7bf978 优化Route类的变量传值 统一使用Request类的param方法获取 thinkphp 2016-09-09 18:25:16 +08:00
  • 96f5428a5e 改进对象实例传入后的参数unset thinkphp 2016-09-09 17:53:47 +08:00
  • b84eba54c5 改进App类bindParams方法 支持对象实例 thinkphp 2016-09-09 17:51:06 +08:00
  • 9f9fa4352b sqlsrv驱动调整 默认不对数据表字段名做转换 thinkphp 2016-09-09 17:32:58 +08:00
  • a178f6243c Merge branch 'master' of https://github.com/top-think/framework thinkphp 2016-09-09 17:05:34 +08:00
  • 7facdc8c94 改进PDOException类 thinkphp 2016-09-09 17:05:22 +08:00
  • a9ceded395 Merge pull request #277 from sanyc/patch-3 ThinkPHP 2016-09-09 15:57:44 +08:00
  • 0201d4f19b Merge pull request #278 from sanyc/patch-4 ThinkPHP 2016-09-09 15:57:07 +08:00
  • 0c0da5fd44 json字段支持参数错误 过客 2016-09-09 15:54:42 +08:00
  • cd9bf11172 Update Relation.php 过客 2016-09-09 15:48:34 +08:00