Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

ThinkPHP

PHP Framework
Collective - Host: opensource - https://opencollective.com/thinkphp - Website: https://www.thinkphp.cn - Code: https://github.com/top-think

修正miss路由

github.com/top-think/framework - bdba22f78a6ab5a4762bbc242c2e1f7968aa0cc3 authored over 1 year ago
将部分代码使用语法糖来代替

* isset改为??
* ?:null改为?->
* 数值比对使用max
* 获取布尔值不使用三元表达式,改为直接类型转换

github.com/top-think/think-orm - 4071b33d0994f8575cee08514fa06bdb3f77ffc2 authored over 1 year ago
序列化已确定返回类型为array,故mixed缩减范围至array

github.com/top-think/think-orm - 2f6d8bb40597e1c3e2e4ed8be421767bb5944737 authored over 1 year ago
修复代码风格错误

github.com/top-think/think-orm - 35787e6ca069e4ba7d542ac23e3859f1b28ef7c5 authored over 1 year ago
删除多余的异常判断分支

github.com/top-think/think-orm - 7b013e9f9bbbee8b64f0f1b6bc2d570ebb7d8572 authored over 1 year ago
修复发生错误中止时,日志没有写入、中间件end回调没有执行

github.com/top-think/framework - 743304037e6838736ec4f06dd8dcec2f21c09732 authored over 1 year ago
文件缓存驱动写文件加锁机制

github.com/top-think/framework - 1bed276e94e7660ff3aa012fbd7c80a69c56172d authored over 1 year ago
增加IteratorResponse 用于分段输出

github.com/top-think/think-swoole - 18b134bd50564a8df0ff83ba6b7aae9cb7ae6d10 authored over 1 year ago
增加stream response

github.com/top-think/think-swoole - 2a64091ad1563ef1d7fa09ff4e9251877f837d35 authored over 1 year ago
增加startWith endWith及Contain验证规则

github.com/top-think/framework - 6fd54461bb5e5e24588cb34eee905685f1e17c72 authored over 1 year ago
改进虚拟模型

github.com/top-think/think-orm - 68b011d5e8b350f8739b9e92c0503a723b47a29c authored over 1 year ago
添加常驻内存型的单元测试 (#29)

github.com/top-think/think-throttle - 54cb3cd90778dba3d78f517d87208ce27da93962 authored over 1 year ago
重构单元测试架构

github.com/top-think/think-throttle - ef6b0d6f6ff237d72565a51390de96ccbd5d5740 authored over 1 year ago
添加访问频率的单元测试

github.com/top-think/think-throttle - cb638cf32a2e7493fa66d289dd6b5fdfefdb9a07 authored over 1 year ago
单元测试的基础父类设置为抽象类

github.com/top-think/think-throttle - 9b55c2de55300beb4750b965a91dd60ac4a14dd0 authored over 1 year ago
添加 php 8.2 的单元测试

github.com/top-think/think-throttle - 18c7231530609081da9020b95bf2630815187d73 authored over 1 year ago
添加对自定义缓存的单元测试

github.com/top-think/think-throttle - 3c12e9c05e43b54a258768ecda2bf087c8491c21 authored over 1 year ago
添加单元测试与 workflows 流程

github.com/top-think/think-throttle - f2984fcc3665469bc065f67540df599ed01f72f5 authored over 1 year ago
tp6.0 要求php 7.2+,因此调整composer.json中php版本依赖

github.com/top-think/think-throttle - da0a5202a94893d474d52bad29998c2ea5c0683b authored over 1 year ago
记录提交的spans

github.com/top-think/think-tracing - 14db9e53638ed034b2d650423b8017782cd75137 authored over 1 year ago
记录提交的spans

github.com/top-think/think-tracing - e14f1da48883316422c32727afc3e27c8bc06482 authored over 1 year ago
修正think\db\connector\Mongo

github.com/top-think/think-orm - 2393396d20e5be1af53776a229ac7787f8c3c594 authored over 1 year ago
调整参数绑定机制

github.com/top-think/think-orm - 55988dd646cd24a1f446553b73b6670ef8f4cc57 authored over 1 year ago
调整Connection基类及Fetch类

github.com/top-think/think-orm - 5e4461b3d1c5ca825493d8e1ad4111980c9b8ded authored over 1 year ago
3.0 $query to $mongoQuery

github.com/top-think/think-orm - 8f0d489a7073159817f7e05852989e8f65bdcc48 authored over 1 year ago
Apply fixes from StyleCI

github.com/top-think/think-orm - 6db241cbfeec853bd4b60644f22346d3c4f93893 authored over 1 year ago
增加BaseBuilder类

github.com/top-think/think-orm - f34f3be6da80f07ad972664a6bae33d218814c60 authored over 1 year ago
修正session有效期问题

github.com/top-think/framework - 6b1372ab2795235dce1903e14004b04774113575 authored over 1 year ago
去除聚合查询sql加limit 1,和FetchSql生成的sql保持一致

github.com/top-think/think-orm - 73547d7f90c47fd51ed74f67a96d4cf4b497c5fa authored almost 2 years ago
去除聚合查询sql加limit 1,和FetchSql生成的sql保持一致

github.com/top-think/think-orm - 94f7c4b2044f44761933c73030c4eef7fee799aa authored almost 2 years ago
添加pgsql版本>12的数据库脚本

pg_attrdef.adsrc 属性在pgsql12被移除
官方建议使用pg_get_expr(pg_attrdef.adbin, pg_attrdef.adrelid)获取默认值

github.com/top-think/think-orm - a8469005da1c3fce91e782f3d898a5ce91ec0d29 authored almost 2 years ago
添加支持达梦数据库

github.com/top-think/think-migration - bc507d6ca408b1041f1d210d031248613a1a1493 authored almost 2 years ago
Merge pull request #75 from lait233/3.0

1修复添加干扰线方法中mt_rand可能出现的小数在php8.1报错问题

github.com/top-think/think-captcha - b1ef360670578214edeebcf824aaf6ab7ee0528b authored almost 2 years ago
1修复添加干扰线方法中mt_rand可能出现的小数在php8.1报错问题

2修复创建验证码方法$angle没有被正常调用bug
3使用更直观和官方推荐的(int)语法进行整数转换

github.com/top-think/think-captcha - 606331c1e7315a196c34c18ab0eb8bb685bb0b80 authored almost 2 years ago
改进save方法支持实体对象

pk方法参数类型调整

github.com/top-think/think-orm - 5531de9ccbd7b2ec765ad754917165ece93bc168 authored almost 2 years ago
模型实例化支持传入任意实体对象

github.com/top-think/think-orm - af55970ee87833cf534d04c7e05284680daffb16 authored almost 2 years ago
改进saveall方法对多主键的支持

github.com/top-think/think-orm - 5535503b5cb98432743d4510e94ed479d19ad0a6 authored almost 2 years ago
修复关联输出显示和隐藏不生效BUG

根据文档中所描述的,关联输出可以这样设置:
```php
$list = User::with('profile')->select();
$list->visible(['profil...

github.com/top-think/think-orm - 668240e8bc4b5ee89e278671cf790531e6356409 authored almost 2 years ago
改进mongo builder

github.com/top-think/think-orm - 83dff7faec593c49f43380056d740a30ac4d67c0 authored almost 2 years ago
改进分组count查询对缓存的支持

github.com/top-think/think-orm - fdf17cb446d0b8591cc5a046c1e01e9c20caaf33 authored almost 2 years ago
Merge pull request #23 from zjkal/master

修复了PHP8以上生成缩略图时int隐式转换精度丢失导致的报错问题

github.com/top-think/think-image - 47b6018825bd9520fb93afad601983f3c68cda53 authored almost 2 years ago
Merge pull request #17 from 4352570/patch-1

text方法支持分别 传[x,y]偏移量

github.com/top-think/think-image - 39e164795e2a4cd5a16017638d40ea6fdd53de8b authored almost 2 years ago
Merge pull request #13 from lilwil/master

处理GIF只有一帧的时候报错

github.com/top-think/think-image - 3c4d134b23adc2c443a37ef426bcfbe124d122c9 authored almost 2 years ago
Merge pull request #3 from hegzh/master

增加http输出图像

github.com/top-think/think-image - ca881b9f91456e1113848b79d471be5fe4961890 authored almost 2 years ago
支持think-orm 3.0

github.com/top-think/think-swoole - aed020bde98d1f797c8477aa283315a6bc2eac0e authored almost 2 years ago
调整cacheForce

github.com/top-think/think-orm - 917fe5fb6d83b468f4624ba1dfdc7817c68d86b9 authored almost 2 years ago
增加强制更新缓存方法cacheForce

github.com/top-think/think-orm - cb8d338bf39c891cd9956ceac466ee4602a67467 authored almost 2 years ago
移动lazyFields方法到BaseQuery类

github.com/top-think/think-orm - c7c7320d5b046d8a014de72a0bf3c9d886e2544a authored almost 2 years ago
改进getSchemaCacheKey方法

github.com/top-think/think-orm - d88c12ae48712b10f37dcf020e72764443df309d authored almost 2 years ago
多态类型未定义时,返回null

github.com/top-think/think-orm - 1b7294b0b02dd40c0b682aef5bf3d324419caa38 authored almost 2 years ago
添加返回类型和参数类型

github.com/top-think/think-orm - e07df4c8dd3a37acd162a82c522e90077e7e4ee8 authored almost 2 years ago
修改权限。可以获取软删除字段,用于限制恢复数据时,只恢复指定删除时间的数据。

github.com/top-think/think-orm - 75f658b308edfcb964252dee8ecfd4028aa894db authored almost 2 years ago
清理冗余。

132 行的 `if (empty($data) && 0 !== $data)` 已条件成立,结束运行(`return false`)

github.com/top-think/think-orm - c46141ec7e5a3d3603a4a4a426b36bb356b53d28 authored almost 2 years ago
添加缓存测试用例:如果不存在则写入缓存;返回缓存写入次数

github.com/top-think/framework - b9259d30928c203b8558249a952e11f09a362596 authored almost 2 years ago
调整json类型转换

github.com/top-think/think-orm - b709458bcc595118fa466a0e2b43f36b59b16e7c authored almost 2 years ago
修复模型设置类型转换为array时的bug

github.com/top-think/think-orm - 9eff45a4cc5b41ef7095f64652d0fe110ed1302f authored almost 2 years ago
优化模型嵌套访问一对一关联模型

github.com/top-think/think-orm - 310496bde67c7dc74ffd8c7b9b8272fb8e57fbd0 authored almost 2 years ago
增加insertAllByKeys方法

调整参数绑定传参

github.com/top-think/think-orm - e95e9d4d0e88c21c20dd8339b2b49fb6e930c9fa authored almost 2 years ago
增加setAppPath方法

github.com/top-think/think-multi-app - 6bec321225609a39a66e0a0dcf52011985d4fa36 authored almost 2 years ago
取消lazySave方法

github.com/top-think/think-orm - 172ff8f14a62f83f5c060c47b704b1d5ce80561b authored almost 2 years ago
改进php think optimze:schema 指令无需开启fields_cache

github.com/top-think/think-orm - 4f5a2f6a71aa42a13a701c3015a762e226673b82 authored almost 2 years ago
Merge pull request #2853 from top-think/analysis-7WQ2l2

Apply fixes from StyleCI

github.com/top-think/framework - 2cb068639040472a62f0447756a4855162169503 authored almost 2 years ago
Apply fixes from StyleCI

github.com/top-think/framework - 0fc05d8789da96529b0025a8f0fed0c502bc5a5e authored almost 2 years ago
修改模型访问多层关联模型的bug

github.com/top-think/think-orm - 15f66380baa8e93d65dbf7c15d8454e96f5a962c authored almost 2 years ago
改进自动options路由

github.com/top-think/framework - 495b3f0ad517b86936126b3da4c5502dffab331d authored almost 2 years ago
Update README.md

github.com/top-think/framework - 85726fc3d1c2fab2e54e1f1c3f3bd051da93f88b authored almost 2 years ago
单元测试 (#2850)

github.com/top-think/framework - 28d66b2d0863fc1e640b48855758aa4a97056581 authored almost 2 years ago
改进跨域路由

github.com/top-think/framework - f7dd20d76d3ab3bfd12d066aa859bdcde1906ed2 authored almost 2 years ago