Ecosyste.ms: OpenCollective

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

github.com/wintercms/storm

The library powering Winter CMS
https://github.com/wintercms/storm

Merge pull request #406 from octobercms/wip/file-improvements

Various improvements to File handling logic. Related: https://github.com/octobercms/october/pull...

6d37668bb097369394e2d1e4dd629c4f989d7416 authored over 5 years ago
Merge pull request #356 from octobercms/wip/halcyon-db-datasource

Halcyon DbDatasource

e95c4324f205efe08541b61a050c8eeaf0ca7bb6 authored over 5 years ago
Normalize paths

3e8e8b4ae0d7fb59228eaceeb990e276f89f110d authored over 5 years ago
bug fixes

227bd642147323ea7ab984b832b54aabd3a7c6cb authored over 5 years ago
Implement "http_build_url" polyfill / wrapper into core (#404)

fcdafd8203cb1fe5644365c6ad1b4df09cf05dcd authored over 5 years ago
Centralize disk operations

48fed9b7e4c4c22ccc6b3c2e5b1273da3e2c38dd authored over 5 years ago
Centralize generation of disk paths

7aff2df15ae727048f5df1e1f08b3cbd42b449e8 authored over 5 years ago
Revert 'HasMany memory performance solution' (#387)

Revert PR: #376, #364

97391192b1f47ba069044c1808887f094fd66121 authored over 5 years ago
Return response from maintenance mode middleware if site is active

ec65015223a9a4494ae962dfac8351f8c87882a5 authored over 5 years ago
Add nicer maintenance mode handling by default for "hard" maintenance mode. Refs: https://github.com/octobercms/october/commit/019b0a3a6cd296892db729ca656edc03fbd1460d, fixes: https://github.com/octobercms/october/issues/2830

c8d13afc33f6611261daa9aff736fb1f1048da2b authored over 5 years ago
Retain transparency in resized/cropped GIFs/PNGs through Resizer (#396)

Credit to @mjauvin.

9d066e184b41ffa3429346f0b50790d4e2eaaaa4 authored over 5 years ago
Typo fix. (#386)

Credit to @Cleanse

816089bff6d4248ae518ca1b509e4fe3632df33c authored over 5 years ago
Initial Laravel auth compatibility (#402)

This is a first step in making October's authentication system work seamlessly with Laravel's. N...

5beb6e1f5c3679e92628861663c1700b3f155733 authored over 5 years ago
Bug fix for Auth::isImpersonator() method

d845d3148c84a4c4306a0c5c758450f2598a7dfa authored over 5 years ago
Added model.auth.beforeImpersonate and model.auth.afterImpersonate events. Related: https://github.com/octobercms/october/commit/a1e6849a71a81e54e5c1c00a8acf1bd8e502d763

dc5952d5b010602116012383ae9f1c6bf02d9182 authored over 5 years ago
Disable in-memory cache repository in CLI by default (#401)

Refs https://github.com/octobercms/october/issues/4057. Related https://github.com/octobercms/oc...

d93d2f3e828d3cfff8d6fec1ea0b379e67b58e6f authored almost 6 years ago
Added missing "fit" mode in class' DocBlock (#400)

Credit to @matteotrubini

65ce89399df8bd81180776cb47293cc60fcf3b1d authored almost 6 years ago
Fix docblock typo (#399)

Credit to @matteotrubini

997d644060da1185830d9ab050d7835fbf4e2277 authored almost 6 years ago
Merge pull request #398 from NathanBastiaans/minor-typo-fix-in-stubs

Removed spaces from stubs so str_replace will place correct values

42cf8105804193fd3199b9f09c444bc86229d555 authored almost 6 years ago
Removed spaces from stub files so the key will match and str_replace to the correct value

00a040f6823c36a466d305ba29eaa5f6fe06f145 authored almost 6 years ago
Allow optional wildcard parameteres (#363)

A wildcard parameter can be made optional using the syntax url = "/blog/:slug?*". Credit to @mar...

8002a80d65fae86881c8d2b97c8eb5325d153a92 authored almost 6 years ago
Minor bugfix to hasFile caching

9bf4638969267cb2a285cf7632481fd0541ce4b3 authored almost 6 years ago
Cache the results of hasFile to prevent multiple unnecessary calls to remote storage drives.

Replaces #395, fixes octobercms/october#4260

99c26d2bd06f42e8bec919cfa2b9ac2550326af7 authored almost 6 years ago
Add SVG to automatic mimetype detection (#394)

Credit to @Samuell1

5c0613d9c7dfc0fe3777718d5358dec100ccd757 authored almost 6 years ago
Convert array notated fields to dot notation on validation (#383)

Credit to @bennothommo. Related: https://github.com/octobercms/october/issues/4175

fb25674b7c63d44c606f9b287f3fec3429e9de99 authored almost 6 years ago
fixed php-doc return type for lists method (#393)

Credit to @jexme

f0e70c500962206986551c9c376b34d8243a813b authored almost 6 years ago
Inject role="form" to allow accessibility standards. (#392)

Fixes octobercms/october#4253. Credit to @ayumihamsaki

b0ed9eb881981f7eeff8a71180b4f4d5805c9ffc authored almost 6 years ago
Merge branch 'develop' into wip/halcyon-db-datasource

d8185d2f6c21f478bc685c7b82d27f4a83f2c1bc authored almost 6 years ago
Fixed phpdoc return type for lists() method (#390)

Credit to @jexme

4c83aeb332ff31fa4e9fbb7bfb31c0eaa7d8c921 authored almost 6 years ago
Fix issues with getting input in Build 450.

Fixes https://github.com/octobercms/october/issues/4223, https://github.com/octobercms/october/i...

5890e30146307fe40866b5a9bc43cbacee61566b authored almost 6 years ago
Pull request values from the app container

Refs https://github.com/octobercms/october/issues/3746

fd839047c2d7757f225a8ed60673ca8a20fe7df4 authored almost 6 years ago
Set exec context in container from provider

Refs https://github.com/octobercms/october/issues/3746

0ae48e9f968bac97614838c14f16be6c619a6ae0 authored almost 6 years ago
Light code review

Refs https://github.com/octobercms/october/issues/3987

e34b61458bc01ec8991a879e5ce040faae281800 authored almost 6 years ago
Prevent soft deleted records from having their slugs duplicated. (#388)

Credit to @Adrion. Fixes https://github.com/octobercms/october/issues/4192. Documented by https:...

f41ffbe97942b4c8a4e0e5dfceaf941762f60161 authored almost 6 years ago
Revert "Fixed issue when using Network\Http to send POST requests with files (#380)" (#385)

This reverts commit 1e9c1b2f614ca0054f1d67deb614cd6937332cd9.

21b00902c8bf1265b643374f0a54e88074242acf authored almost 6 years ago
Fixed issue when using Network\Http to send POST requests with files (#380)

Credit to @alxy

1e9c1b2f614ca0054f1d67deb614cd6937332cd9 authored almost 6 years ago
Fixed documentation parameter mismatch (#379)

Modified documentation for mail.prepareSend, mail.send. mailer.beforeAddContent and mailer.addCo...

26ecf25a74fa56b1b96b4e3fce4bdd9de4a9726d authored almost 6 years ago
Fix hasMany where not using primary key as "key" (#376)

Credit to @nathan-van-der-werf

d02b3f7c302ff833fd5a10fd30c42e7033087204 authored almost 6 years ago
Reduced sluggable max length to 175 and fixed issue with multibyte chars (#378)

Credit to @Nai4rus. Fixes octobercms/october#4133

fa90c9efa54a2fbd8a97165eb4f8949aa005d7a3 authored almost 6 years ago
Add get_class_methods() equivalent for extendable classes (#375)

Credit to @bennothommo. Related: https://github.com/rainlab/builder-plugin/pull/273

fa7a7f31fee60ee82d938eee03a5bce2ebcaa0d6 authored about 6 years ago
Replaced internal deferredBinding cache with general DB MemoryCache

There was no way to trigger a refresh the internal deferred binding cache in code with the previ...

931c8724a7575fc1eca56f9c00c2fb26fe513b6b authored about 6 years ago
Retrieve the hasOne simple value from the local key, not the foreign key

HasOne's getSimpleValue was erroneously using the foreign key of the relationship to retrieve th...

e502f3371e5f852989f4cccbcfdd10d67b54f49a authored about 6 years ago
Added validateUserModel method (#371)

@see https://github.com/octobercms/october/issues/4046. Credit to @tobias-kuendig

df860c05e3cc8a76855bc6101fd548818b53098e authored about 6 years ago
Merge pull request #374 from multiwebinc/patch-1

Add YAML file being parsed to syntax error message. Fixes https://github.com/octobercms/october/...

d90bd7be883bd54ddbe5219f6e5e6b6d2f00cfcb authored about 6 years ago
Add YAML file being parsed to syntax error message

35a0c54e764dbd7d3afcae7180a715df729f1ba6 authored about 6 years ago
Revert back to output() and outputThumb() methods

Adds a default false flag to enable the new behaviour of returning responses instead.

db5a763bcfb241873af2d1a0ba5d1fab5f265126 authored about 6 years ago
Deprecated File::output() and outputThumb()

Use getHttpResponse() and getThumbHttpResponse() now

a73b1b719b2ec6dd8ded6026f20a7cc844b0f47e authored about 6 years ago
StylesheetMinify.php Fix (#373)

Credit to @w20k

1ff7f177922e112b08f6cc9e4e6a8f7a0d75b584 authored about 6 years ago
Prevent newlines from being stripped in minified files

0ed848a9ab7e2160b6fb21e82c3b3af3a14cba0e authored about 6 years ago
Reverted newlines and zeros (#372)

Related to:
octobercms/october#4038
octobercms/october#4040

Credit to @w20k

456ace033ff0f6059c0bb1c2b02072d6f6e96ac0 authored about 6 years ago
Not halting validation when returning false from model.beforeValidate (#370)

Call to `fireEvent` returns an array so will never equal `false`. Setting halt parameter to `tru...

ad52b583bf0efea1e53f86538bf80d4c00d4dec0 authored about 6 years ago
Run tests on PHP 7.3 (#368)

568f35948da1485d655aa7af250503515fab9aad authored about 6 years ago
Added manual deleted_at check (#367)

@see https://github.com/octobercms/october/issues/3999

d63d368d356b5df19e3b012bbe472028386e3d1d authored about 6 years ago
Merge dynamic properties to the base attributes when hydrating halcyon (#366)

This merges the dynamically added properties to the base attributes when hydrating Halcyon model...

b8ca7aa51eeb03c3e7d105875e0b8c85e4854aa9 authored about 6 years ago
Add router helper function to replace parameters without a list of names (#297)

Credit to @jimcottrell

9ef7b0d74d37801e75fc46a8520b49c175078aa7 authored about 6 years ago
Add Travis CI config and a fix for events in Translation component (#360)

Credit to @plehatron

1d97a3f951e80357509e53fb17b3394332cdbb64 authored about 6 years ago
Improvements to CSS minification (#361)

Credit to @Samuell1.

dcb47b850283806fc8b610bfbfe880a2d3044b7e authored about 6 years ago
No longer subsplit library (unused)

f815625f77cab757c6e3a0cbaf6fe7ba590b6977 authored about 6 years ago
Improve HasMany performance by avoiding instantiating a Collection (#364)

Creating a collection here causes memory issues. Fixes: octobercms/october/issues/3969. See issu...

566c68e9feee022a92a3ccfb73026202335416fa authored about 6 years ago
Fix queued event handler classname (#359)

Fixes octobercms/october#3104. Credit to @vdomah for the original solution and @plehatron for im...

e4a0b2150a7f08d43a88bcec38e367b0d0cb9d13 authored about 6 years ago
Moved force deleting into the base Datasource class, added type hinting to all Datasource methods, updated some docblocks

343be016d2c51553e04349cfdffc531657d7f115 authored about 6 years ago
Actually throw an exception when attempting to delete non-existent records in the DbDatasource

81d8dea38a3bb89ec33e8a913236ac3a07b4a2a2 authored about 6 years ago
Only call mail callback when callback exists (#358)

In Mailer::queue, $callback is optional (`public function queue($view, $data = null, $callback =...

064bcc28f5043ddc9c28b78959456ff0d1123f5a authored about 6 years ago
Update doc block

fa1881c4d0555d921ad4728b62318f4638a450c7 authored about 6 years ago
Removed halcyon.datasource.db.getPathsCacheKey event

Removed as the use case it was meant to support (multi-tenant applications) is better served by ...

a4eb8aa1fc849f49d3ed8ccc9898aab3a08480a2 authored about 6 years ago
Added support for updating / inserting over top of existing deleted records in DbDatastore

d2370062914ef86a201b30b7b7fd70257ec51677 authored about 6 years ago
Minor bug fix

821a11006f469755c18bc7b448fdaf6444a0c962 authored about 6 years ago
Update docblocks

732faf1a58d1821b2e9814bd896ac1e017b29dfe authored about 6 years ago
removed trailing whitespace

f74c4ba5fe0e29c9567aa4265f5e07935e5ac266 authored about 6 years ago
Select all required columns in Halcyon DbDatasource

f8f4d8b0910b22802cca0f004f83176af18e7bed authored about 6 years ago
Added more support for reporting deleted paths, changes to docs and removed halcyon.datasource.db.select.extendColumns as we can use addSelect instead of select to prevent the issue it was a workaround for.

df6c42672e9d5b6a42c79fa6ea80e1c4e027c297 authored over 6 years ago
Initial work on soft delete support for the DbDatasource

e37efe288e73e481ccb57eac948506f261697148 authored over 6 years ago
Added getPathsCacheKey and getAvailablePaths to the Halcyon DatasourceInterface for use by the AutoDatasource and other features.

d88df1f3e44ed21d780b4db531f5bff61a0f9235 authored over 6 years ago
Added events to Halcyon DbDatasource

b0ae582f8594217325207fd9d238bbc88fd8ff0b authored over 6 years ago
minor typo

2cfc189aa2fcffeb06465d0f249f7c65f084a171 authored over 6 years ago
Fixes / improvements the DbDatasource for using with the CMS module

654d81e7946d80d0f8fe98e7974e4cb0a0e51068 authored over 6 years ago
Initial work on the Halcyon DbDatasource

8a692637c64722a0c7b04c3c0ba900f84f7a2060 authored over 6 years ago
More minor docblock corrections

72cecea2b2846f47677ed66acf97df53f4f578c5 authored over 6 years ago
Improve inline docs and fixed incorrect parameter order for fnmatch in FileDatasource

763baf31e8f21544ce3840363ce700b540f481d0 authored over 6 years ago
Replace Lang::set with Event::listen('translator.beforeResolve')

Lang::set() was too complex, a simple event is much better for accomplishing the end goal

51533ec1d5440dcfb6bf8f7716e1a1cc042a2f50 authored over 6 years ago
Add support for dynamically overriding translations

Adds the Lang::set($key, $value, $locale) method to enable dynamically overriding specific langu...

322ea4e92a036293c4cfe7ef041ef12855035676 authored over 6 years ago
Flush entire session on logout, not just auth key (#354)

This brings the logout logic more in line with Laravel (see https://github.com/laravel/framework...

f73fea160379496d227d867405e5a2b498cd5b27 authored over 6 years ago
Update MediaLibrary reference (#353)

Credit to @acasar.

8dc22b49a4eef7a8cfbda979a830465ce061371b authored over 6 years ago
Use Laravel pagination to support binding custom paginators (#352)

Credit to @gitlog

686faa443451076fec7b384926347ff3f257a478 authored over 6 years ago
Fix double ordering

The ordering is already supplied by the global scope NestedTreeScope
Fixes https://github.com/oct...

8d96a7b239f8b30984ccde8dbfc525558d053197 authored over 6 years ago
Get default attached ID list when called with no parameters (#349)

Credit to @kharanenka

a9407a59df00e40f6d1ed295ad3b0e3bc2d88bd5 authored over 6 years ago
Add .xml extension (#348)

Adds .xml as valid and publicly accessible extensions type

fad9262aed56c4ff7e312ef08f82bb7dcbbb8208 authored over 6 years ago
Added Resizer unit tests and the 'fit' sizing method (#307)

Allow the image to be resized in order to fit to a bounding box (maximum width and height while ...

4a7fd57f53257d1d07974ea44e8808a2c6bf8448 authored over 6 years ago
Added missing getLeftSibling and getRightSibling (#345)

Fixes octobercms/october#3732

6c4c4784a1a862595deab01203ffbd211c61d1b1 authored over 6 years ago
Merge pull request #336 from nathan-van-der-werf/feature/cleanup

Code cleanups

83f05abb74134b9ff408de1d9daeb10e55d3d61a authored over 6 years ago
Minor touch ups from 94e6fef6ae16620e30c719b9dbc5857305792c62

869c68ba11677c750023f9857c71efdb24ca802c authored over 6 years ago
Add relation.afterAttach, relation.afterDetach events in BelongsToMany relations (#339)

* Add relation.afterAttach, relation.afterDetach events in BelongsToMany relations

94e6fef6ae16620e30c719b9dbc5857305792c62 authored over 6 years ago
Allow specification of default attribute names

574031d3eea051dce2bcf7079285262ad4f7ac44 authored over 6 years ago
Add the fromUrl method to the File model, added width and height properties for image files (#342)

Credit to @ebashu-on-holidays

1208229033123c653410b63dac5b7dfd440143a4 authored over 6 years ago
Corrects typo in ExtensionTrait (#340)

Fixes https://github.com/octobercms/october/issues/3716, credit to @SeriousKen

9de896d8e84c9d735c11e1ed0574024c52ed281d authored over 6 years ago
Peer review 8c084045596aaf182a8eae412873437f3729222d

fc8cd3e6d6aba36e60787c006774215d5b3582a8 authored over 6 years ago
Add mailer event documentation

Added inline API documentation for:
mailer.beforeSend
mailer.prepareSend
mailer.send
mailer.befo...

7a03a615a8c4ce7582b3bca921c177cb14bd1c9a authored over 6 years ago
Fix typos (#337)

722b52f293e84122fbce79df977bfcba363ac43b authored over 6 years ago
Added missing model event inline documentation:

model.beforeRestore
model.afterRestore
model.beforeValidate
model.afterValidate

c643d02957f5e2bdbccb796e5d03a0ae3342c2b1 authored over 6 years ago
Document model events:

Added inline documentation for the following model events:
model.beforeCreate
model.afterCreate
...

52825c6a24282c5b6f3fda72f1a2f690def784e2 authored over 6 years ago