Ecosyste.ms: OpenCollective

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

github.com/z-song/laravel-admin

Build a full-featured administrative interface in ten minutes
https://github.com/z-song/laravel-admin

Update README.md

13677a85c06605240f1ce053e9d73e5a04d9b756 authored about 4 years ago by Song <[email protected]>
Merge pull request #5039 from vladrub/master

Fix seedFile path in ExportSeedCommand

6dbe50757f164e8c2ceb41507c78cb2a5913ac9f authored about 4 years ago by Song <[email protected]>
Update AdminTablesSeeder.stub

9c3eeb86a33e076efec2b558487b6eed0ab02a05 authored about 4 years ago by vladislavrub <[email protected]>
Merge pull request #1 from vladrub/vladrub-fix-exportSeedCommandPath

Fix seedFile path in ExportSeedCommand

5f2d95c851266c8a7bd23ab6e411111c9b439c6a authored about 4 years ago by vladislavrub <[email protected]>
Fix seedFile path in ExportSeedCommand

7678a87f9ed4e418ddc1baf864f0573270a21a14 authored about 4 years ago by vladislavrub <[email protected]>
Merge pull request #5026 from cimoing/cimoing-patch-1

fix conflict with multiple same action at same page

2c85be46214a77e96d9b502be0fca40e19dad6cb authored about 4 years ago by Song <[email protected]>
Update Action.php

fix conflict with multiple same action

8053e40ef2e8f480ad94f72c646a9fb233a85e41 authored about 4 years ago by cimoing <[email protected]>
Fix #5021

e69447b41f9d3bc4f9f14cb1ca8cff19e0263e08 authored about 4 years ago by z-song <[email protected]>
Merge pull request #5010 from zishang520/patch-4

Update Form.php

e59c7cece87231e9bce42b47743295e03806f279 authored about 4 years ago by Song <[email protected]>
Merge pull request #5019 from uyson/master

解决当详情页使用grid时快速创建请求地址为当前网址的问题

88436e230232c6ed5deeb8c0eecc4733704c88e5 authored about 4 years ago by Song <[email protected]>
[fix]修复错误调用关系方法的问题

7437b827cc2b61a4949ada55ce846402c4eadc2c authored about 4 years ago by z-song <[email protected]>
解决当详情页使用grid时快速创建请求地址为当前网址的问题

9cc1293ef0ed2c1c58ebcef014fbac4718f0448a authored about 4 years ago by Alim <[email protected]>
Update Form.php

用于支持isset和empty

0c074645f67da4038039a0459537f01260ec3fc3 authored over 4 years ago by zishang <[email protected]>
Fix #5000

e3060ea62e6f625d0daf92ae5ef721469851c587 authored over 4 years ago by z-song <[email protected]>
Fix #4987

d576191446bd76ce61ec142895209fdc1024d853 authored over 4 years ago by z-song <[email protected]>
Merge pull request #4996 from themightysapien/master

Multiple Image Upload thumbnail creation and deletion fix.

0d2bac4edd57941e0ad5f3df4166680fbbe81506 authored over 4 years ago by Song <[email protected]>
修复日期范围默认值的问题

9b49f73b06f582908d0da1e282d2d7157b2baba8 authored over 4 years ago by z-song <[email protected]>
Multiple Image Upload thumbnail creation and deletion fix.

== FIXES ==
Refactored thumbnail delete logic into separate method in src/Form/Field/ImageField...

7c91ddb5716a257f0075a83b5ca3f8733855bfda authored over 4 years ago by Bagh D Raja <[email protected]>
Merge pull request #4991 from rendoh/fix-multiple-select-filter

Fix multiple select filter

c9093b44898ba326e55144b10cdd465a6967a3b9 authored over 4 years ago by Song <[email protected]>
Fix multiple select filter

5b472e3ef342ace369f13bd6023e93976224c1a6 authored over 4 years ago by Ryohei Endo <[email protected]>
Fix #4988

6079d27bbfd87eb25618d61796a9c5cf013c2d87 authored over 4 years ago by z-song <[email protected]>
Merge pull request #4935 from dyfire/patch-1

Update Footer.php

20cd1cdbedce0514d7d78cfe5e35f474e48b0f6a authored over 4 years ago by Song <[email protected]>
Merge pull request #4788 from jxlwqq/patch-33

Ref generateHttpPath func

cd452e496124e92cc46888fd952ecff2bbd73427 authored over 4 years ago by Song <[email protected]>
Merge pull request #4984 from joy2fun/patch-1

Fixed "Undefined index start/end" in range filter

543d1bec1760caacd25b2b6704df19dd04689729 authored over 4 years ago by Song <[email protected]>
Fixed "Undefined index start/end" in range filter

reproduce: apply a range filter with 'start' field blank, then apply other filters

8f12793d1fbc36449651d94adcaeec36caebe0fa authored over 4 years ago by Chiao F <[email protected]>
Merge pull request #4981 from leenin/patch-1

解决多个async modal同时出现时冲突问题

cb79fa919bde768683b047e415af2254d9e88d1f authored over 4 years ago by Song <[email protected]>
解决多个async modal同时出现时冲突问题

原来的modal节点获取方式是通过.grid-madal,同时监听了不同的modal,导致都触发了事件,应当用ID形式获取每个独立的modal,分别监听各自事件

078387625610854888b7f412adcd206febbcb134 authored over 4 years ago by leenin <[email protected]>
Merge pull request #4980 from leenin/master

修改模型relation的get方法

d2c5cedea87df73e7bd909cba4d50f0f70d2f69f authored over 4 years ago by Song <[email protected]>
修改模型relation的get方法

$this->relation 本身已经有__call方法直接调用query的方法了,不必再getQuery(),而且使用了getQuery()得到的builder,不会去获取pivot关系表...

2e1b4b8c48151b1ef8ce08751d0cdc53a28ce064 authored over 4 years ago by leenin <[email protected]>
Merge pull request #4972 from cimoing/master

force file type to image with Image field

06b508916f60acd1cb697c75864de0adda7cdfe1 authored over 4 years ago by Song <[email protected]>
force file type to image with Image field

9b4449b8b6eb4a593564decf990fa1a2cd89b09e authored over 4 years ago by 郭建超 <[email protected]>
Fix #4957

3f754b49fecab1074788e88dc0c56fc0e27488d6 authored over 4 years ago by z-song <[email protected]>
Merge pull request #4883 from vgocoder/master

关联字段列展开expand错误

885639de38796fde2a1e8b45b5187b01f9026d0c authored over 4 years ago by Song <[email protected]>
Merge pull request #4943 from z-song/analysis-lKE1rQ

Apply fixes from StyleCI

4951cea9f7df184c31e2104b7bb292aafdfe944a authored over 4 years ago by Song <[email protected]>
Apply fixes from StyleCI

a8d09494ba4090d60265718a5d9352c04d9faad1 authored over 4 years ago by Song <[email protected]>
Update Footer.php

解决 升级后 出现的 Uncaught SyntaxError: Unexpected identifier的问题

c76299c176f872356d384d2b4ec0e3abaf43ee19 authored over 4 years ago by joy <[email protected]>
Merge pull request #4908 from zishang520/patch-2

修复keyValue,list编辑时页面底部出现异常

b09f6b7ce559ac27e6ec595e9e327b2738e81cd3 authored over 4 years ago by Song <[email protected]>
Merge pull request #4926 from w3yyb/patch-4

添加多日期选择插件

25c12164823d166a88007085717c3f27b1f02d5e authored over 4 years ago by Song <[email protected]>
Merge pull request #4925 from w3yyb/patch-5

添加多日期选择插件

2c922b37d02c8b8ae6a448fb5e702fe9d8303ef2 authored over 4 years ago by Song <[email protected]>
添加多日期选择插件

添加多日期选择插件

3e0a9333ac421a28d39eed98d11aaea3581eb32c authored over 4 years ago by Lenix <[email protected]>
添加多日期选择插件

演示https://flatpickr.js.org/examples/#selecting-multiple-dates

daa915affff094bd4aad6adbf707e8d3e29e4ba2 authored over 4 years ago by Lenix <[email protected]>
Update Admin.php

623810c4c4df435334a048c112a0048fd62f9697 authored over 4 years ago by Song <[email protected]>
Merge pull request #4920 from z-song/analysis-or5dgN

Apply fixes from StyleCI

6c5e47bcd73c8a85c3e747beadc55ee0ac630e6e authored over 4 years ago by Song <[email protected]>
Apply fixes from StyleCI

6d7af678f0f1682708537adc235942c6e711a98d authored over 4 years ago by Song <[email protected]>
Merge pull request #4905 from syw0602/patch-1

v1.8.2JS问题修复

72d7b3e5df83712ae0796c4e479e0a94db1f6b35 authored over 4 years ago by Song <[email protected]>
Merge pull request #4906 from syw0602/patch-2

v1.8.2JS问题修复

26335a6d7459816feea802567bc2650d8e4a43fc authored over 4 years ago by Song <[email protected]>
Merge pull request #4913 from w3yyb/patch-2

解决有时获取IP不正确问题。

b5785f1b4a8164a38d33a13aaf4cc51449fcff94 authored over 4 years ago by Song <[email protected]>
Update LogOperation.php

ed27283df2a23c7a316f926ef88732092f37422a authored over 4 years ago by Song <[email protected]>
Merge pull request #4919 from liangguifeng/master

增加grid删除弹窗自定义提示语方法

b26d37357424c4bb64d23fdaeb64f119d667a08a authored over 4 years ago by Song <[email protected]>
Merge pull request #4914 from w3yyb/patch-3

解决设置icon不生效问题。

7c17f87bbb754561591465e744379eb042f76d86 authored over 4 years ago by Song <[email protected]>
Merge pull request #4916 from syw0602/patch-3

Fix #4907

54d5148331366b69ab23967dcc1227d5e879c66a authored over 4 years ago by Song <[email protected]>
style ci fix

7a494e3df696545b0c3905fc0ffd9362eb66877f authored over 4 years ago by liangguifeng <[email protected]>
增加grid删除弹窗自定义提示语方法

a1dcb7fc404968678cefcf4112dafabad5e48505 authored over 4 years ago by liangguifeng <[email protected]>
Fix #4907

最新的V1.8.3 只修复了 expand 的,弹出的modal没有修改

3716db9803b8c68f1ccdcc68542cb9a3105d80e2 authored over 4 years ago by syw0602 <[email protected]>
解决设置icon不生效问题。

2bee81d91fcd0f62e0a93bc2a1661ca70effcbba authored over 4 years ago by Lenix <[email protected]>
解决有时获取IP不正确问题。

95d2cacd46a1429780cc58272d14f8709db3be98 authored over 4 years ago by Lenix <[email protected]>
更新版本号

72c947795a04c9f6a5ef88bdbf419bae4625f8bc authored over 4 years ago by z-song <[email protected]>
Fix #4907

41a5d05aceaf932b0a1ca1192692330dfc0b0a3c authored over 4 years ago by z-song <[email protected]>
Update keyvalue.blade.php

修复页面显示错误问题

e1a853cfd7b9b3b58c44fcd394754b0bd7710ffb authored over 4 years ago by zishang <[email protected]>
Update listfield.blade.php

修复页面加载异常问题

501d018af46a0a5eeb7907ea1a5042695adc164a authored over 4 years ago by zishang <[email protected]>
v1.8.2JS问题修复

在最新的v1.8.2中,不同的JS代码合并到一行,导致没有加“ ; ”的JS语句出错

0f585b992ec916017883ba77948a7b92bdd2d2cd authored over 4 years ago by syw0602 <[email protected]>
v1.8.2JS问题修复

在最新的v1.8.2中,不同的JS代码合并到一行,导致没有加 ; 的JS语句出错

77bb0604fe414838ad45b66a2cca5625367f1e79 authored over 4 years ago by syw0602 <[email protected]>
Merge pull request #4891 from sd-evo/bugfix/bug-4752

bugfix #4752: validation datetimerange doesn't work when override store() and update() methods a...

033ddccdca3a6e51d711e741fc6853dd8ad5f59e authored over 4 years ago by Song <[email protected]>
Merge pull request #4898 from sd-evo/bugfix/patch-4

bugfix: set autocomplete=off for "between date" filter

592369af12f6557bc50d4c3337d2d3e97515a763 authored over 4 years ago by Song <[email protected]>
bugfix: set autocomplete=off for "between date" filter

457c680851b9e69c644393f18ca7b4d941349696 authored over 4 years ago by sd-evo <[email protected]>
Merge pull request #4896 from vgocoder/1.8.2.fix

关联字段列展开expand错误

1c3c440810d12867ad5c4b9f9f47798b5ea43a49 authored over 4 years ago by Song <[email protected]>
关联字段列展开expand错误

032f3d63cdb324b01a2012c72bc67a7490be782a authored over 4 years ago by vgocoder <[email protected]>
new release

72cf0f69a7873bd4e45404292ce14a16db7f9606 authored over 4 years ago by songzou <[email protected]>
Fix #4894

1888bd64c3f95417cd9063d76fab3e662fc4d1d6 authored over 4 years ago by songzou <[email protected]>
bugfix #4752: validation datetimerange doesn't work when override store() and update() methods and using custom validation in there

eb79e09a9e8674fb4497a0da7e14e85ea546fa79 authored over 4 years ago by sd-evo <[email protected]>
Merge pull request #4885 from aquariuscool/fixed-tab-id

允许自定义tab id,并支持刷新后显示原来的tab

651fb3bd9e7a82c05376a2139121e6feb12f11f4 authored over 4 years ago by Song <[email protected]>
固定tab id,并支持刷新后显示原来的tab

11bc94acae11223a861a8db30ab8a5a1dbbd8dd1 authored over 4 years ago by kelvin <[email protected]>
关联字段列展开expand错误

691fc934dc6414e5262c5e23c2a3be3b2ab02fe0 authored over 4 years ago by vgocoder <[email protected]>
Merge pull request #4804 from syw0602/master

修复标签样式类被覆盖问题

fc3e359a8e251cb527b0d544495b394106610123 authored over 4 years ago by Song <[email protected]>
Merge pull request #4814 from kaodouqifei/master

https://github.com/z-song/laravel-admin/issues/4784

88bbbb56484ead346592a50eda826a47e545c278 authored over 4 years ago by Song <[email protected]>
Merge pull request #4822 from weiwait/master

增加补全admin路由前缀辅助函数

303741e634f2338bfd5b7139bcfbab7a1f6f8f10 authored over 4 years ago by Song <[email protected]>
Merge pull request #4824 from feistiny/fix-master

Fix master

dca3972114a3e4833a0e4c90a9c13c109a13b8dc authored over 4 years ago by Song <[email protected]>
ci: ParseError: syntax error, unexpected end of file

a3a40a50eadf782fc6eba547bc6d49523e4e13f6 authored over 4 years ago by lzf <[email protected]>
test: phpunit-watcher auto run once source files are changed

db93d9a2864a74f778177714911977a1a90f4724 authored over 4 years ago by lzf <[email protected]>
fix: testUploadMultipleImage seeElement fail

897618834ebc2a4389bf6d7a0e79bccd30ddfc44 authored over 4 years ago by lzf <[email protected]>
feat: local tests using sqlite

DB_CONNECTION=sqlite DB_DATABASE=:memory: ./vendor/bin/phpunit

e4842a4f519edfae7c2a1be6df8a0841bfca8028 authored over 4 years ago by lzf <[email protected]>
refactor: assertFileNotExists is deprecated

81b1b62479d2988ec8ac98da297bc5e812af00f5 authored over 4 years ago by lzf <[email protected]>
perf: User factory bcrypt is slow

a3f9bf248615213e9a414010bf65fb91075c3eee authored over 4 years ago by lzf <[email protected]>
fix: Request:capture only work in fpm

d269781ebc99ddc48e90f60ea3aa714d6e75848b authored over 4 years ago by lzf <[email protected]>
修复admin路由补全

def369bf73be42f0ee98844001b0c12795b79674 authored over 4 years ago by weiwait <[email protected]>
增加补全admin路由前缀辅助函数

17546d7b439c8e7acca24fa0d79ae5ecc262beaf authored over 4 years ago by weiwait <[email protected]>
fix #4809: cannot delete the last belongsTo in grid.

564844591d0ecfcdec48a2a3bd56a8874c5947d7 authored over 4 years ago by lzf <[email protected]>
修复设置标签类被覆盖问题

当 hasMany使用 table 时,表格内的 label 被添加了hidden类以隐藏,但如果此时设置了required属性,则会添加了asterisk类覆盖掉了hidden类,以致显示错...

d1874156fd948439da4b0206e15a2cb692b1b403 authored over 4 years ago by syw0602 <[email protected]>
修复标签样式类被覆盖问题

当 hasMany使用 table 时,表格内的 label 被添加了hidden类以隐藏,但如果此时设置了required属性,则会添加了asterisk类覆盖掉了hidden类,以致显示错误

df6bf82ed663f9e2bf0e518da017d6a2d1f5dfe4 authored over 4 years ago by syw0602 <[email protected]>
ref generateHttpPath func

c3c0f6c82dcf33a65031c24e94bfa4e73cc7e1b5 authored over 4 years ago by jxlwqq <[email protected]>
https://github.com/z-song/laravel-admin/issues/4784

Signed-off-by: kaodou <[email protected]>

df7d6541b261f6c35cb779d2e2ed8ecf1b7f4d4c authored over 4 years ago by kaodou <[email protected]>
Merge pull request #4774 from songlen/master

多图上传使用排序功能时会导致获取不到图片验证规则

9df4bb98363a22119b0c202b7e085dc15dd7337e authored over 4 years ago by Song <[email protected]>
多图上传使用排序功能时会导致获取不到图片验证规则

df10175492d2da26b43ddfd0b2d3cb5234a851e0 authored over 4 years ago by shengli <[email protected]>
Merge pull request #4759 from a443939412/master

Optimize grid hotkey and fix a js bug in Encore\Admin\Grid\Filter\Presenter\Text::inputmask()

12461be21fe8ab2842fa62ec467186b2eaee959d authored over 4 years ago by Song <[email protected]>
Update README.md

63e1f53a3aa77605888c8f24e8ff7a16a9c766bd authored over 4 years ago by Song <[email protected]>
wip

f6919bf491f279f58ae1f346bff4985e0f38ae04 authored over 4 years ago by z-song <[email protected]>
default value

aef1470c1bdfdef07c09ec4a7cbfe03f1127f461 authored over 4 years ago by a443939412 <[email protected]>
Optimize grid hotkey and fix "Encore\admin\grid\filter\presenter\text::inputmask()" hidden js bug

304f5b2920ac05ceced9a0522c386b61df59de4d authored over 4 years ago by a443939412 <[email protected]>
wip

1537c0f57d0afb22a28f8450e456182cb0e5c954 authored over 4 years ago by z-song <[email protected]>
wip

82be35e0ea1265c5fc3e6852f41fc18a074305e2 authored over 4 years ago by z-song <[email protected]>