Commit Graph

  • 43eacbb0c6 依赖 reflection-docblock 7IN0SAN9 2016-12-24 14:38:50 +08:00
  • 3c19637ac4 简化CI测试 7IN0SAN9 2016-12-24 14:36:02 +08:00
  • 5fe605705d 改进 thinkphp 2016-12-24 09:39:40 +08:00
  • 822359cfbc 改进loader类action的参数污染问题 thinkphp 2016-12-24 09:22:05 +08:00
  • d1637a9e51 Route类的rest方法支持覆盖定义 thinkphp 2016-12-24 09:12:55 +08:00
  • c8712192be 改进Request类的domain方法 thinkphp 2016-12-23 15:36:22 +08:00
  • 2c03514d98 Query类的order方法支持多次调用合并 thinkphp 2016-12-23 14:47:28 +08:00
  • c33cc2991b 增加时间戳自动写入的判断 thinkphp 2016-12-23 11:37:34 +08:00
  • 44402ae1a3 改进Model类writeTransform方法 thinkphp 2016-12-23 11:30:48 +08:00
  • 0210d3a1fb 优化 thinkphp 2016-12-23 11:17:34 +08:00
  • d07c5eff83 改进Model的时间戳字段写入和读取 thinkphp 2016-12-23 10:56:37 +08:00
  • c47621294a Merge branch 'master' of https://github.com/top-think/framework thinkphp 2016-12-23 10:53:39 +08:00
  • a996640c7e 写入数据为对象的时候检测是否有__toString方法 thinkphp 2016-12-23 10:23:54 +08:00
  • 4b6a39f6d3 修正 thinkphp 2016-12-22 23:57:47 +08:00
  • 6433f8fdca 改进 thinkphp 2016-12-22 23:40:15 +08:00
  • 35d2c6552c 修正Route类一处错误 thinkphp 2016-12-22 18:17:09 +08:00
  • 340abd05e5 改进BelongsToMany类的saveall方法 增加第三个参数 用于指定额外参数是否一致 thinkphp 2016-12-22 18:12:33 +08:00
  • c2fff2b45d BelongsToMany类的attach方法改进 支持批量写入 thinkphp 2016-12-22 18:06:01 +08:00
  • 3a78c93d11 改进Route类setRule方法 修正BelongsToMany类的attach方法 thinkphp 2016-12-22 17:55:35 +08:00
  • 6eedbc5a0a Model类的autoWriteTimestamp属性和类型转化类型支持设置为类名 dateFormat属性支持在数据库配置中设置datetime_format参数 thinkphp 2016-12-22 17:37:52 +08:00
  • 91e089b7e7 完善关联统计 避免一对一关联报错 thinkphp 2016-12-22 13:52:41 +08:00
  • bde2607442 Revert "关联预载入查询支持关联统计" thinkphp 2016-12-22 13:30:43 +08:00
  • 9657ee01b1 关联预载入查询支持关联统计 thinkphp 2016-12-22 12:52:13 +08:00
  • cd57d97f36 增加关联统计功能 thinkphp 2016-12-22 12:22:44 +08:00
  • 83c13a741c 改进Request类的create方法 thinkphp 2016-12-22 10:50:44 +08:00
  • 565222cfea 改进Request类的post和put方法 thinkphp 2016-12-21 18:11:37 +08:00
  • f417aa6662 修正聚合模型的delete方法 thinkphp 2016-12-21 17:18:04 +08:00
  • a981277c66 改进Model类的useGlobalScope方法调用后的全局影响 thinkphp 2016-12-21 12:22:24 +08:00
  • 6bd6d03440 修正Model类的useGlobalScope方法无效的问题 thinkphp 2016-12-21 12:14:37 +08:00
  • d898ab35de 改进Request类domain方法 thinkphp 2016-12-21 12:06:09 +08:00
  • 8f2ed014cc 改进Request类的domain方法 包含端口 thinkphp 2016-12-21 11:22:36 +08:00
  • c1107d3a85 修正聚合模型 thinkphp 2016-12-21 11:09:45 +08:00
  • 55ca76ccae 改进Loader类的model controller 和 validate方法 支持直接传入类名实例化 thinkphp 2016-12-20 22:36:17 +08:00
  • 6d85645d79 改进路由到控制器类的方法 对 默认渲染模板的影响 thinkphp 2016-12-20 16:03:41 +08:00
  • c83020f387 改进 thinkphp 2016-12-20 14:53:17 +08:00
  • 8b463414a4 改进unique验证规则 thinkphp 2016-12-20 14:50:15 +08:00
  • 2ee49f5dcb unique验证规则支持指定完整模型类 并且默认会优先检测模型类是否存在 不存在则检测数据表 thinkphp 2016-12-20 14:41:27 +08:00
  • c695397733 版本更新 v5.0.4 thinkphp 2016-12-20 08:28:50 +08:00
  • 573eefba3d 模板渲染支持直接渲染根路径下面的模板 例如 $this->fetch('/name'); thinkphp 2016-12-19 15:18:51 +08:00
  • c197b1f040 改进Validate thinkphp 2016-12-19 09:00:05 +08:00
  • 33b9ba4a9c 改进Validate thinkphp 2016-12-19 08:55:11 +08:00
  • efd34d53fd 改进Hook类exec方法支持指定类的方法执行 包括静态方法 thinkphp 2016-12-18 09:44:26 +08:00
  • 48a1cf0699 Merge branch 'master' of https://github.com/top-think/framework thinkphp 2016-12-18 08:21:59 +08:00
  • e2ab86b962 改进Hook类 改进Model类时间戳写入 thinkphp 2016-12-18 08:21:35 +08:00
  • 7402450390 Merge pull request #312 from chunice/master ThinkPHP 2016-12-17 12:05:10 +08:00
  • 157c26a7aa 创建Db类单元测试 chunice 2016-12-16 19:41:11 +08:00
  • 4d21d3c953 改进session驱动的read方法返回值类型 thinkphp 2016-12-16 18:04:11 +08:00
  • 1aa60c7d71 修正socket日志驱动 thinkphp 2016-12-16 16:03:04 +08:00
  • 0bef3d8944 单元测试修正 thinkphp 2016-12-16 14:44:52 +08:00
  • 3cfd718c38 改进命令行模式下 日志写入出错的问题 thinkphp 2016-12-16 14:34:44 +08:00
  • 47a0cf5b06 Merge branch 'master' of https://github.com/top-think/framework thinkphp 2016-12-15 12:30:32 +08:00
  • ce590c2e53 改进Request类的accept方法 thinkphp 2016-12-15 12:29:51 +08:00
  • 0fe0edb80e 回退一个App类的更赶 thinkphp 2016-12-14 21:57:58 +08:00
  • d96c39cb1c 验证类的验证方法支持第五个title参数传入 thinkphp 2016-12-14 16:57:15 +08:00
  • 08c3be7c4c 改进追加关联模型属性的判断 thinkphp 2016-12-14 15:08:07 +08:00
  • c0b8580738 Model类增加appendRelationAttr方法用于追加关联模型的属性到当前模型 thinkphp 2016-12-14 15:03:00 +08:00
  • 5ba052d94f 改进 thinkphp 2016-12-14 14:23:20 +08:00
  • 78e5980451 一对一关联定义支持绑定关联模型属性到当前模型 在定义关联的时候使用bind方法 thinkphp 2016-12-14 13:56:19 +08:00
  • 56c036635c 注释改进 thinkphp 2016-12-13 18:05:41 +08:00
  • 538f675cca 改进软删除destroy和restore方法 thinkphp 2016-12-13 17:58:47 +08:00
  • 59abc17750 改进Model类db方法 thinkphp 2016-12-13 17:42:54 +08:00
  • 5c1c1d5f60 修正HasManyThrough关联 thinkphp 2016-12-13 16:50:28 +08:00
  • 381f90a735 confirm和deifferent验证规则默认提示调整 支持传入验证比较字段名,例如: confirm|repassword,确认密码 thinkphp 2016-12-13 15:25:26 +08:00
  • e36987fc5d Cookie类增加forever方法用于永久缓存 thinkphp 2016-12-13 14:48:01 +08:00
  • 965e14eb76 改进Validate类的闭包规则错误 thinkphp 2016-12-13 14:47:43 +08:00
  • f77a48930a 改进Validate的getRuleMsg方法 thinkphp 2016-12-13 14:29:24 +08:00
  • 7775dd9255 修正App类 thinkphp 2016-12-13 14:21:17 +08:00
  • ebf2431a50 改进App类控制器没有返回值返回204状态码 thinkphp 2016-12-13 11:50:16 +08:00
  • 082b3bea81 改进一对一关联预载入查询 支持使用IN方式 一对一关联类增加setEagerlyType方法用于设置预载入查询方式 默认为JOIN方式,setEagerlyType(1) 使用IN方式 thinkphp 2016-12-13 11:43:26 +08:00
  • 8e8355e2d8 改进验证类的错误信息定义 thinkphp 2016-12-12 16:54:11 +08:00
  • c04bb1cd1e 规范预载入方法的调用 如果调用user_profile 预载入会自动对应 userProfile关联方法 thinkphp 2016-12-11 17:36:35 +08:00
  • 63a3936eb9 改进Query类table方法 thinkphp 2016-12-09 19:18:35 +08:00
  • b81a6c5d38 改进Session类的boot方法 thinkphp 2016-12-09 19:01:44 +08:00
  • 9e0185411e 改进Query类的trigger方法参数 thinkphp 2016-12-09 18:31:05 +08:00
  • 936e4b3b04 改进Builder类的parseDateTime方法 thinkphp 2016-12-09 18:12:27 +08:00
  • 846553ec13 增加Query对象的before_find before_select after_insert after_update after_delete 事件注册 thinkphp 2016-12-09 17:52:09 +08:00
  • b7fb12c2fb 修正File日志驱动 thinkphp 2016-12-09 15:33:30 +08:00
  • a223dd5aff 改进View类的root获取 thinkphp 2016-12-09 15:29:22 +08:00
  • 08f648966c 修正View类的root解析 thinkphp 2016-12-09 15:11:18 +08:00
  • 308a0b9ca8 MorphMany关联增加save和saveall方法 thinkphp 2016-12-09 15:01:34 +08:00
  • c5dbbb45da Relation类方法调整 thinkphp 2016-12-09 14:52:37 +08:00
  • d49b986bb8 修正Relation一处use thinkphp 2016-12-09 14:43:04 +08:00
  • 74315bb894 HasOne关联支持使用hasWhere方法 thinkphp 2016-12-09 11:25:24 +08:00
  • 0dab46114c 修正HasMany关联的has和hasWhere方法 thinkphp 2016-12-09 11:18:27 +08:00
  • da4160c2f8 改进Validate类的静态调用 thinkphp 2016-12-09 07:25:20 +08:00
  • 26e3879559 改进App类的initCommon的返回值 thinkphp 2016-12-08 22:14:06 +08:00
  • 57d78c4dbd 继续修正 thinkphp 2016-12-08 17:15:33 +08:00
  • d585442eda 修正单元测试 thinkphp 2016-12-08 17:08:41 +08:00
  • 3e22f21d34 增加默认模板替换字符串 __ROOT__ __STATIC__ __JS__ __CSS__ __URL__ 都不带域名 thinkphp 2016-12-08 17:03:32 +08:00
  • 6ba9c88c95 验证类的confirm方法field参数可选 便于静态验证 thinkphp 2016-12-08 13:34:04 +08:00
  • 501cc85207 改进Php模板引擎驱动的模板定位规则 thinkphp 2016-12-08 11:04:39 +08:00
  • 89239cceb4 Model类的append hidden和visible 方法默认会和属性设置合并 增加第二个参数用于覆盖 thinkphp 2016-12-07 18:18:38 +08:00
  • 275d04d316 修正多对多关联删除 thinkphp 2016-12-07 18:17:45 +08:00
  • c951001f6c 改进Response类getHeader方法 thinkphp 2016-12-07 17:00:25 +08:00
  • 90b0da7bed 改进Model类setAttr方法 thinkphp 2016-12-07 15:33:15 +08:00
  • 73c47acef8 改进Query类和Builder类 thinkphp 2016-12-07 12:14:31 +08:00
  • e0d23618b6 改进Query类的column方法 thinkphp 2016-12-07 11:18:04 +08:00
  • 024f75c846 记录当前的泛域名到路由变量中 变量名为__domain__ thinkphp 2016-12-07 08:13:15 +08:00
  • 0428e1b120 改进Request类的file方法 thinkphp 2016-12-07 07:47:35 +08:00
  • bf3797deda 修正闭包查询 thinkphp 2016-12-07 07:41:48 +08:00