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

Adds ico to the list of asset extensions

Fixes https://github.com/octobercms/october/issues/2368

539d55d8cffb916629376eaad194aa432ca370e2 authored almost 8 years ago
Fix default sortable order

9b9bbd3246815b519270eea82c8dbc597670dc4b authored almost 8 years ago
Removing blockedExtensions method

Primarily because it promotes poor security practices. October no longer uses a black list approa...

48ea7e96c0ff9fa679d2c39e7f6a65ae1bbd410d authored almost 8 years ago
Fixes failing test, must be related to CRLF

4b7e200214aac2a44c09579839151b85d58bb662 authored almost 8 years ago
Fix getRealPath on IIS

Implements fix from https://github.com/octobercms/october/pull/2674 as noticed by @shoguniphicus...

aeacd00c4dab4e054d15f79e41049b832efa1948 authored almost 8 years ago
Properly fixes Html::limit with unicode

247a8a66a73451ae656df63e727c47101c5a482f authored almost 8 years ago
Disable in-memory cache for CLI

This should prevent daemon processes from handling stale data in memory
Also added `Db::flushDupl...

aa68c2ac74f805133922587e0723751943b78d3f authored almost 8 years ago
API docs progress

bd96770d76825ebc45fe7fb5afd7c187872fcf91 authored almost 8 years ago
{@inheritDoc} -> @inheritDoc

965e772f49e4eba5aa454b1480aeb2f6cc7d8b4c authored almost 8 years ago
Cannot use Illuminate\Database\Eloquent\Collection as Collection because the name is already in use

2505627b7c45452f65b43788c930f54126cbab4e authored almost 8 years ago
Merge pull request #259 from firemankurt/master

Fixes Spelling Error

82cdc292bbd43339e0faab294562986d0fdc996b authored almost 8 years ago
Fixes Spelling Error

ae59535f1284a41fbfd622eecc571a57277de475 authored almost 8 years ago
Cast query source to string for MemoryCache

Explicitly cast query source (`$query->from`) to a string to use as an array key for the `tableM...

efbccea74a9f1910a262fd7a5e45e537989e74b1 authored almost 8 years ago
File attachments should support creation by string

Refs https://github.com/octobercms/docs/pull/227

a9d84072e74d6de6b2584c35679f9db0385e0357 authored almost 8 years ago
Merge pull request #250 from mnishihan/patch-1

Ensured firing of model.setAttribute event when mutator exists

cec70ff27ca68604ac842bd145d06c213e83e11b authored almost 8 years ago
Updated thumb filename to avoid adblockers

Using a filename like "thumb_101_180x300_0_0_crop.jpg" will cause some ad blockers to block the ...

d7a6f5fe268ed3fc94c75d1fde93bd5eb81e669b authored almost 8 years ago
Add button to delete selected items on backed list toolbar

0150137090ddc62a445e4a710dcc7ce25c9496a7 authored almost 8 years ago
Set show checkboxes to true on create:controller

0ddab4d50710394362e20f176f26493479611947 authored almost 8 years ago
Fix in docblock

e4f6f6745c86202d7750c1e727364465970a8e5a authored almost 8 years ago
October should work in a subdirectory

This fixes a retardation of common sense in the underlying framework that suggests no app should ...

979f549952992c8da259810f51a7dc8a0f193b30 authored almost 8 years ago
Logic error

Flushes memory cache as part of service provider registration (for testing)

b021317027268d188eacbb4314c0d9c1d90409f0 authored almost 8 years ago
Restructure in memory query caching

Refs #253

9dc49ef0ad1589ae5893381d5e251a0c4df6f54c authored almost 8 years ago
Add ability to enable/disable memory cache

Either by config or at the query level
Refs #253

d08d39e5f6b75e779a2a396ce967bbf76e69c766 authored almost 8 years ago
Merge pull request #253 from acasar/develop

Database memory cache

cb9f34cf2298e3d5f3058503b65cf705a2809fc3 authored almost 8 years ago
Refactored Builder methods

d4c3c3fead908f0a8fdf67ceee0644342b14c8b8 authored almost 8 years ago
Database memory cache

fb9242f0bd90d4f71ec2587494fd0205156e88c7 authored almost 8 years ago
Turn down the quality knob pt2

This appears to have a dramatic affect on performance (in a good way)
95 -> 1.1 MB
90 -...

6907d614dc7ff919ae04f875e87624d710a99f76 authored almost 8 years ago
Turn down the quality knob

This appears to have a dramatic affect on performance (in a good way)
95 -> 1.1 MB
90 -> ...

10ac482c4c805ba5af09a475406e553ca6c2ce53 authored almost 8 years ago
Add toCompiled method for on the fly compilation

This will be used by the theme logger to compare file contents before saving

e5f5f847e43325ab3479fc17933a7a1f5d80f2bd authored almost 8 years ago
Db facade should return October-flavor

Fixes https://github.com/octobercms/october/issues/2639

2c09ee2c7b3150190adcbea7cb9984fae9ff95e4 authored almost 8 years ago
Introduce addJsonable to match addFillable

Refs https://github.com/daftspunk/oc-test-plugin/pull/33

1fdb641d0f34b34fbe72e6e32f36dbde29a9d283 authored almost 8 years ago
0 and false are not null

Fixes https://github.com/octobercms/october/issues/2612

76ed5ad9b5da5b9390b6d283318a064b9b64f283 authored almost 8 years ago
Merge pull request #231 from mplodowski/patch-1

Fix searching in non text fields under Postgres (filters)

bd18a07fdba003b490d1176aeb8d8ce3458a81d2 authored almost 8 years ago
Complete getLocalPath for CDN storage

This method will download a local copy of the file and cache it, secondary calls will be cached
A...

f23b76256a2cdedc0dca2450c696b5ece5f2cab7 authored almost 8 years ago
Prevent empty lang files from crashing

Fixes https://github.com/octobercms/october/issues/2607

858913374ebfa754deffb3f0d640aa40ee8b2146 authored about 8 years ago
Force a true limit of 1 replacement per value

Refs https://github.com/octobercms/install/pull/87

d51e539614068ba9f55910f55eea2f68aa02a4bf authored about 8 years ago
Typo

53d011e050d038522aa84eff1594048a0f9a43f3 authored about 8 years ago
Stop asking for Twig 2.0

Fixes https://github.com/octobercms/october/issues/2595

8a93e4afdffcbc83bbf9294eafb70ac862b097e7 authored about 8 years ago
Ensured firing of model.setAttribute event when mutator exists

If we return the returned value of the mutator call straight away, that will disable the firing ...

bab3d3c3cbd5f1f8343533a4e0d6cad53c94a3ca authored about 8 years ago
Merge pull request #249 from cubicdesign/fix-trait-sortable-created

[FIX] Use getKey() instead 'id'

17fa84031a03b7b86e44b80efa28ea858437b854 authored about 8 years ago
Include tags in split

731505a0f36544b48727a44ea0b0ab23adedfddb authored about 8 years ago
Minor fix to test

Load order is different in some environments
Fixes https://github.com/octobercms/october/issues/2547

6fb81250f710b911c37f4706a7be5c15c2409ac1 authored about 8 years ago
[FIX] Use getKey() instead 'id'

Obtain model's primary key value via getKey() method instead property
'id' to ensure coherence w...

e4f5ad3a39161dc73137263d9c3cf79435188a28 authored about 8 years ago
Make classes consistent with stubs

cf03d91ca1761b2b4d6acea89a20169de9de3058 authored about 8 years ago
Tidy up stubs

- Add appropriate EOF
- Make class structure consistent

d098e864048c3512e9e4d3125990c5d80383af6e authored about 8 years ago
Merge pull request #248 from canthis/patch-1

Revisionable trait's revisionableCleanUp bugfix

925710728d1ad65831e3069dc07123f1a0682ac7 authored about 8 years ago
Revisionable trait's revisionableCleanUp bugfix

Expected behaviour
When $revisionableLimit of a model is exceeded, old records should be delete...

8d3feb32572c6f2317c24e521fa918665397a258 authored about 8 years ago
When a user signs out, sign all sessions out securely.

Also do not allow null to be treated as a valid persistence code.
Fixes https://github.com/octobe...

684470c33e360d1f9ab1eea76dec3f5971f4fce1 authored about 8 years ago
Add new framework features to form builder

Fixes https://github.com/octobercms/october/issues/2512

89228a8769e66e6d88a1be3026a250f7d89a9b4c authored about 8 years ago
October calls the "non standard" key the otherKey

This is contextual to the relationship type, for instance:
- hasOne expects the "key" to be the ...

afa1985ed282b3bddad054c625d0184b4f6a7e19 authored about 8 years ago
Merge pull request #246 from LukeTowers/patch-3

Pass parent model to relation scopes

e9f69d75dbb56a5809dc249efa0c07c631155bc7 authored about 8 years ago
Merge pull request #247 from gpasztor87/develop

Update dependencies.

4659f6e06644bb81a11947677f7a6dee3a883ecc authored about 8 years ago
Update dependencies.

091212e39d39e218906d183e79e97089994f77e5 authored about 8 years ago
Include addMany() method

If sessionKey is array, treat as pivot data
Refs https://github.com/rainlab/user-plugin/issues/224

e12a2681cbfc8c5fefdfe991f9fb09864a280088 authored about 8 years ago
Pass parent model to relation scopes

This improves the extensibility of relationships by passing the parent relation model to the que...

048182211cf5bd67ab02bec0dee761ceba2955bf authored about 8 years ago
Fixes hasOne/morphOne being nulled on re-save

Fixes https://github.com/octobercms/october/issues/1986

b0d193b26fc53f733cd94fe94e4522b20c0161de authored about 8 years ago
Merge pull request #245 from LukeTowers/patch-2

Fixes octobercms/october#2499

f79044ac5fa98e9289bf2b21b8ba8ed05540f6ed authored about 8 years ago
Fixes octobercms/october#2499

This fixes the issue presented in octobercms/october#2499 by defaulting permissions to an empty ...

293e4c7848cd37443ae423e2ccf7ba2de8f6d16d authored about 8 years ago
Tidy code from #140

7891d5af059bc0a6405c415ce13d23ff555c509d authored about 8 years ago
Merge pull request #140 from tschallacka/validator_obey_connection

Modified validator to obey connection

bb7037fde174cb590667675836c23dd85a2c56f8 authored about 8 years ago
Merge pull request #243 from LukeTowers/patch-1

Add unicode support to the HtmlBuilder limit method

3f97a711340c8082cdc128c3e20a16558170e07d authored about 8 years ago
Misinformed docs

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

a631bb8496449d6f3a3d2e9adfc7068a0453d4ef authored about 8 years ago
Tighten up the get/set event logic

The internal events beforeGetAttribute, beforeSetAttribute, getAttribute, setAttribute now apply...

fdf9be4a5f3fa5512aa15ce5e72d4b05f7060b0c authored about 8 years ago
Fixes concat when using parentheses

Fixes group_concat pgsql when using fully qualified column name
Write tests to prove
Refs https:/...

10d23547af2bda3fdff79ccab618cca7cddd2bef authored about 8 years ago
Add unicode support to the HtmlBuilder limit method

Resubmits @reg2005's commit in PR octobercms/library#224 to the correct branch

434e0579da0e4b49f9acab226f95eb79ddc90ed7 authored about 8 years ago
Add isJsonable() method

7325e017c3c0228384d7ca1c2a2f2772db1c6198 authored over 8 years ago
Add missing attribute setter events

a6b7e739e04faf4f13b467943a862f463b001dfa authored over 8 years ago
addHashableAttribute -> addHashable

Following pattern from addFillable()
Tidy up code

5790fece730867dca229dd57a0695581335f447d authored over 8 years ago
Allow adding purgeable attributes on the fly

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

c420ed0af281f108fb3f751029d4799d7a86d8f6 authored over 8 years ago
Verify fallback lang actually exists before using it

This fixes an error 500 when trying to reference a non-existent language
Refs https://github.com/...

eaa29fe282a986fee714ea7b16946a47a77c03c1 authored over 8 years ago
Tidy up code

Refs #240

37b38ba92c56631bb689522aa8780f2fc43cfe83 authored over 8 years ago
Merge pull request #240 from jBOKA/develop

Add EXIF rotation to Resizer

97c46c5b933df29a22c70b3457d3aabc77ccb3f5 authored over 8 years ago
Add expression support for simple parser

{?ifvalue}is true{/ifvalue}
This allows support for checkboxes in the syntax parser.
This is an i...

9bfaa345bb2cc60e1523d7d6568aa5728f846c74 authored over 8 years ago
Add checkbox support to parser (#241)

* Add checkbox support to parser

839267242e346347f1e575a92f0669d28a2ab64d authored over 8 years ago
Add EXIF rotation to Resizer

9d19abdc5fe7e9236feba6070cea89fdc2d3949b authored over 8 years ago
Update Sortable.php (#239)

Eliminate hard-coded 'id' as primary database key. Check for $primaryKey defined in the model, d...

f1ebde58f4f75f08829ea1ef132dc043c8644abd authored over 8 years ago
Merge pull request #238 from alxy/patch-1

Enable public api for ``deleteThumbs()``

dc09736ef11468f5a5e91b8e29d0c919dc7f6a60 authored over 8 years ago
Add before login override method

Minor code improvements

762bb0a048d103db4d659d3749a02ea4877ba48f authored over 8 years ago
Enable public api for ``deleteThumbs()``

Delete thumbs should be a public API. In case of any modification to the image, thumbs should be...

1589ba344b46543837b6f8c27af1dd8a1b760e42 authored over 8 years ago
Order Sortable records by default

dc739761e81b10df1c997e2adef84cb75e9854e8 authored over 8 years ago
Fixes instances where a custom localKey is used

3a3eae7cd6fb7cfd7afba3a9cb04e111bce1b7eb authored over 8 years ago
Add Str::ordinal

9150e3230ff25aa529a464243bbedf88747c06e8 authored over 8 years ago
Add .AppleDouble to ignore files

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

ba724c35ccd072ceb01eb6a186b97f4328097fdd authored over 8 years ago
Fix searching in non text fields under Postgres (filters)

1a61dda799448f3d83429f51ae6940bd65d4f257 authored over 8 years ago
Improve efficiency of lists()

Is there really a need to pipe the results though getModels? Possibly true if you wanted to acces...

3e580d0639919499e216321f005411386b33d17c authored over 8 years ago
Mod attachOne/attachMany to cast parent key name to a string

Since this key name was so buried (it existed all the way in the root Relation base class), we ha...

3eac31e895ad5f7dc783aab3e23108aa6a6c44b4 authored over 8 years ago
STRING -> TEXT

f1652c3070a4a8178ab1477a3a246b5dca3e3dca authored over 8 years ago
Cast external column to string instead

This is because the local column (slave_id) might appear as a UUID/GUID
Refs https://github.com/o...

72370ceba67dc6877b4810b4375f4f52daeb7a1b authored over 8 years ago
Merge pull request #229 from acasar/patch-1

Ensure that fileContent is an array

b4d604a7e8e47a1d011519580420702c2d61593d authored over 8 years ago
Ensure that fileContent is an array

4687fcd99af864f5c62886ae039c2e6d9f3b930f authored over 8 years ago
Only need to pasa a single asset now

d2153019cde332b21ca19b248229dc90246d01f9 authored over 8 years ago
Update filters to support deep hashing

Refs https://github.com/octobercms/october/pull/2248
Refs #225

d6a0f79d62885fedc05999e33a6a01f0028d880c authored over 8 years ago
Merge pull request #225 from christianWilling/change-asset-compiling

Change asset compiling

f073ce652a580d1f9d8b0f9fa2a9483f1d30a29e authored over 8 years ago
Prevent nulling when model fails validation

The relationship itself could be required, which would fail on getSimpleValue returning null, how...

7bf0088a9a5a0aad42f0bb01c500cc74f8b04c18 authored over 8 years ago
Merge pull request #228 from rounce/master

Network: fix auth

f94619d1174d2b87ddf1c29108bc677696f0bcbf authored over 8 years ago
Network: fix auth

strpos never returns null

d3233c33cbb72e9587ac83326129c8848389b244 authored over 8 years ago
change getChildren to non static

2c046915f7d9c2235007be20f1545e8308ac9974 authored over 8 years ago
theme variable support

227568ec20cf99aa01b97b852b8b2154c62db731 authored over 8 years ago
Add group_concat support for SQLSrv

Note https://groupconcat.codeplex.com/ should be installed for this to work
Fixes https://github....

8d14ce73a8de28eba36200c04fbd9ae420c0efee authored over 8 years ago
In SQLSrv ifnull is called isnull

"Exists" builder queries must start with `$query->select(DB::raw(1))` as per Laravel docs
Fixes #196

05dc7b6c21ad7671efdc6605e8cecc81f8d2b68b authored over 8 years ago