Ecosyste.ms: OpenCollective

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

OctoberCMS

Free, open-source, self-hosted CMS platform based on the Laravel PHP Framework.
Collective - Host: opensource - https://opencollective.com/octobercms - Website: https://octobercms.com/ - Code: https://github.com/octobercms/october

Remove unnecessary parentheses

github.com/octobercms/october - 123145fd548431c1b805c09da26e4eed2dfd205a authored over 6 years ago
Replace class references with "self"

github.com/octobercms/october - a075be206bccd827a49f92064d2446f7e32a92a5 authored over 6 years ago
Merge if constructs

github.com/octobercms/october - 02bd38cfb1124f8f775732a19c6a8ae05c8b15a5 authored over 6 years ago
Remove senseless proxy functions

github.com/octobercms/october - 0947406343045dafba7fd75b4b4acf05a5be8c86 authored over 6 years ago
Remove "null" assignments

github.com/octobercms/october - 3a918ad2007877301fcc0d7ad24ee62cb329d5f0 authored over 6 years ago
Remove methods which are identical to parent method

github.com/octobercms/october - 11e8a3a92ce547a599c93a871ba1ed594038b611 authored over 6 years ago
Remove unused imports

github.com/octobercms/october - 742a5f415bc45819b11c77402efc114fa2f4451e authored over 6 years ago
Finished documenting Lists widget's events:

backend.list.extendQueryBefore
backend.list.extendQuery
backend.list.extendRecords
backend.list....

github.com/octobercms/october - 8cbfd6611a0ebb55f99367eb10bb0ebe81f4857a authored over 6 years ago
Implemented minItems repeater property on client & server

Also implemented maxItems on server (previously only client). Fixes https://github.com/octobercm...

github.com/octobercms/october - cbed54a2634f5daae08a76d62d42945185534664 authored over 6 years ago
Finish implementing titleFrom option for Repeaters

Ref: https://github.com/octobercms/october/commit/e7609aa5e8eef1342320fc0e7793cb88748b789f

github.com/octobercms/october - 6774920003a3a15a880dd215b35dbe11cd2500bc authored over 6 years ago
Add customization of froala lineBreaker tags (#3687)

Credit to @vanmil

github.com/octobercms/october - 4cdbf2a051ba3a3f7694f5582d28e691498bfc8a authored over 6 years ago
Only add missing dependencies once (#3682)

Only add missing dependencies to the list of missing dependencies once per dependency. Credit to...

github.com/octobercms/october - b564e3178dee2449fddd0f5ca11dc0b91be53ca8 authored over 6 years ago
Update lang.php (#3498)

Provide a translation for the single error message that gets displayed when the application is i...

github.com/octobercms/october - 5fd3e8b37367ac17b1a84e326b58db322d589a01 authored over 6 years ago
Cast outside field config to array (#3670)

This is necessary to enable the setting of tabs for SECTION_OUTSIDE: http://octobercms.com/docs/...

github.com/octobercms/october - 1e7c3691e78c6c99b7afba1c5b732b4ae6bf2506 authored over 6 years ago
Remove unnecessary reference.

Fixes #3044

github.com/octobercms/october - 99478a4fcc6cc5fdc841e399ad545aea627d0407 authored over 6 years ago
Added Slovak translations (#3671)

Credit to @vosco88.

github.com/octobercms/october - 7e6800ea6e00637619a0d10eef3eaa82d5c4b255 authored over 6 years ago
Apply custom secondary color to asset list (#3658)

Credit to @gergo85

github.com/octobercms/october - 31be214f60c1b2fe106cda00dedc4c1cde4873cc authored over 6 years ago
Merge pull request #3651 from scottbedard/patch-3

PHP 7.2

github.com/octobercms/october - 8c75a243f59c638db901496752cb9567d0dc2cb2 authored over 6 years ago
Allow tabs to be closed with middle click (#3633)

Enables closing backend tabs with the middle mouse click. Credit to @AxDSan. Fixes #1970.

github.com/octobercms/october - d5829c75cf840e64f6a0af5e46e3a67a197024d6 authored over 6 years ago
Add cookie configuration file (#3644)

Adds the cookie configuration file required by octobercms/library#335. Documented in octobercms/...

github.com/octobercms/october - ab9dcaf09c0ee40cbc0a2eae8a0555da0c01cfa0 authored over 6 years ago
Reset pagination on filter scope change (#3632)

Fixes #3610. Credit to @stevemortimer

github.com/octobercms/october - 5936107c076d46ea1e7b5f81f09028c51d73abfe authored over 6 years ago
Adds align support to non-sortable list column headers (#3638)

Credit to @Szasza

github.com/octobercms/october - 157b08202b8dabcf3f7b693c721e74ce8404bde6 authored over 6 years ago
Add showWeekNumbers option to datepicker (#3637)

Fixes #3634. Credit to @mplodowski

github.com/octobercms/october - 68ee471d39d44364115e8e430868ca0f3af6198e authored over 6 years ago
Removed circular dependency

Removes a circular dependency from windex.variables.less that triggers https://github.com/kriswa...

github.com/octobercms/october - dd6a05bdc4609d64498a5d29f97f7bcaa9ea9c35 authored over 6 years ago
Adds support for minifying framework assets (#3240)

Fixes #2753. Credit to @jimcottrell

github.com/octobercms/october - bfee483805104b236c0ceb082f5f103aa5954df6 authored over 6 years ago
Add config flag for disabling basedir restrictions for local development only (#3626)

Fixes #3619. Credit to @lthurston

github.com/octobercms/october - 85dd0b9968b1ac018994aca24bfab33a97970bbd authored over 6 years ago
Target only immediate children when determining if a tab should be hidden

Fixes #3627. This changes the logic for hiding tabs when all of their fields are hidden to speci...

github.com/octobercms/october - c55a7cd2e2fa59457304eecaf8d834e46fd539fe authored over 6 years ago
Don't show mail branding menu item unless system.manage_mail_templates is assigned to current user (#3624)

Fixes #3623. Credit to @interworks-morr

github.com/octobercms/october - d52274bbb64dfce3bea8ff8a3d7963f6b9107aed authored over 6 years ago
Alternative fix to #3607

Fixes #3607
Fixes #3606

github.com/octobercms/october - 000a880742a6b43a8ef8bb3958ef2964a7c464f1 authored over 6 years ago
Display error when migration file is not found (#3597)

Fixes #3590. Credit to @scottbedard

github.com/octobercms/october - 8b650e3bd00b6f9cf74751b8749328d701c78819 authored over 6 years ago
Fixes security issue

Refs #3604

github.com/octobercms/october - fb2aa1730cc08e8563908b54b70e942bd2988f5e authored over 6 years ago
Fix pathing issue in media manager (#3604)

Fix pathing issue in media manager

Currently there is a way to manipulate folder names using ...

github.com/octobercms/october - 0eac53bdd1488a7c9a0d74f24804860647c0624a authored over 6 years ago
Compiled assets

github.com/octobercms/october - c46dc38ed14703b3c71674af3459cbbb395f855f authored over 6 years ago
Make code parser data cache key configurable (#3373)

Credit to @whsol

github.com/octobercms/october - 15cdf6e71f83501f7d803e4e25056b5a413a47c8 authored over 6 years ago
MediaLibrary test updates (#3580)

Updates for depreciated methods and empty tests

github.com/octobercms/october - 749cbace1bca7ca34458dd77e2ab6b16136a937a authored over 6 years ago
Improved German Translation (#3579)

Credit to @Ma3ffin.

github.com/octobercms/october - 19acc0afc06086ee305d84b5cfb1d65d4202db9d authored over 6 years ago
Add attachOnUpload option to FileUpload formwidget

Fixes #3501

github.com/octobercms/october - 0086a47b806082d07b3b03c8ff8df5f58c961639 authored over 6 years ago
Improved Polish translations (#3578)

Credit to @viamage

github.com/octobercms/october - 5ec5336a799e65c22f504cd4c5263fdc7c715b22 authored over 6 years ago
Fix the loading indicator appearing transparent over buttons(#3576)

Fixes #3571. Credit to @ayumihamsaki. Thanks to @petehalverson for his PR testing system, this i...

github.com/octobercms/october - 5ee8ee09170fa52cd6bb5dbb2416345aeea186e5 authored over 6 years ago
Translate "Row" in _import_result_form.htm (#3574)

Fixes #3566. Credit to @danharrin

github.com/octobercms/october - ce3c923c6fe039ed5929070a0be140c8366b105a authored over 6 years ago
Improve PHP 7.2 compatibility (#3572)

Fixes #3570. Credit to @danharrin

github.com/octobercms/october - 3f449ea3bdabd16af86efe75febd0be8a0b51a68 authored over 6 years ago
Replace keyup listener with input listener (#3567)

Fixes #1270. Credit to @viamage

github.com/octobercms/october - 667b82e6ce01d8910a1fb9fc24e4f07164a8e68f authored over 6 years ago
Added humans.txt to OctoberMirror (#3553)

Credit to @ndcisiv

github.com/octobercms/october - 25453b8f9df8c9d2fe62685f99b48887326d1deb authored over 6 years ago
Revert "Use fireCombinedEvent to handle fireSystemEvent."

This reverts commit eb5b568b6f4e29e0920c2fe107e8d7ba045fec1d.

github.com/octobercms/october - 7d4912b80ab3fb95ac4abfaa3b5cb8b60dcd0666 authored over 6 years ago
Use fireCombinedEvent to handle fireSystemEvent.

Refs: https://github.com/octobercms/library/commit/d0cdf0ae6e7a5b8c68a312724e108b30efc34c7d

github.com/octobercms/october - eb5b568b6f4e29e0920c2fe107e8d7ba045fec1d authored over 6 years ago
Add extensibility to auth restore view (like signin view) (#3549)

Credit to @wellyfrs.

github.com/octobercms/october - c12b76de752b8d4293306d793c8f642385a0344d authored over 6 years ago
Allow SVG as a backend logo file type (#3548)

Fixes #3442

github.com/octobercms/october - 08ad167f9129156acb537f03c793ffc7f25900e7 authored over 6 years ago
Fix Scrolling bug (#3547)

Fixes #3542

github.com/octobercms/october - 026ae1e15fce36bf28f6a283242acb542cc430bd authored over 6 years ago
Minor styling improvement

github.com/octobercms/october - 83a1608d9bf16404172dbc0f24df3f91a8bca599 authored over 6 years ago
Fix for missing _group field when saving data from a nested group repeater (#3523)

Fixes #3067. Credit to @Narkoleptika. Thanks to @petehalverson for his docker container work for...

github.com/octobercms/october - 541f0a78f1711e80bb82a175e90c4371bc3f3ac4 authored almost 7 years ago
Added Vietnamese translation (#3514)

Credit to @quangtrongonline.

github.com/octobercms/october - 3ef571da3c1a4daa94719d8d9309fbbd42ffb1e6 authored almost 7 years ago
Add searchOnEnter option to make the Search widget fire on enter key (#3524)

Documented in https://github.com/octobercms/docs/commit/e56468a95b01757a0664b063a556a1e7f6d35927...

github.com/octobercms/october - 07dbd0c729ecafb9a7ba89737d8ebcb3537b4f6c authored almost 7 years ago
Add alignment and size options to loader indicator (#3522)

Add option to horizontally align the loader indicator in the center and option to change the siz...

github.com/octobercms/october - 2ffae8ccbc5e40792270a0ce9b7e8850963daf42 authored almost 7 years ago
Added cms.ajax.beforeRunHandler event

github.com/octobercms/october - 92e346296e5dc86a04368dd534d18de2f5512a24 authored almost 7 years ago
Compiled client side language files

github.com/octobercms/october - ed760d892bf379de8a9deec67b4e0ccab620217f authored almost 7 years ago
Added readonly support to the mediamanager widget and the ability to set the MediaLibary cache key through code

github.com/octobercms/october - 4d304645d74d04db6ff965e1f81e391214e516fe authored almost 7 years ago
Update system/lang.php (typo fix) (#3513)

Credit to @angelside

github.com/octobercms/october - 5b335b385ec8e2ec350e4a353fa91236c0f664c9 authored almost 7 years ago
Fix unit tests

Fix to use private files instead as a result of https://github.com/octobercms/october/commit/da1...

github.com/octobercms/october - b0f82adb99029a9e2f557ca8dfce39fb65646e95 authored almost 7 years ago
Added align property to list columns definition (#3509)

Documented in https://github.com/octobercms/docs/pull/289; credit to @tobias-kuendig

github.com/octobercms/october - 2b22b2667692ee2a042e76e6132274f47c41317d authored almost 7 years ago
Compiled assets and whitespace cleanup

github.com/octobercms/october - 5acbdb12fee959e4acc6d4bc554f1d14d377b3fd authored almost 7 years ago
Make uploaded import files private by default

github.com/octobercms/october - da17a96926ccf0ecf0222670feb62928142da28f authored almost 7 years ago
Update the Hungarian locale (#3510)

Credit to @gergo85

github.com/octobercms/october - 955af8cbc4ffa24cc83752a95b3e0bc9709335af authored almost 7 years ago
Updating links in composer files

github.com/octobercms/october - 4f7a08954dcf5faffaa7c794022eace6339f54d8 authored almost 7 years ago
Update README links

github.com/octobercms/october - f4d45cbafe00d098a89f2191925727bfd03ff44e authored almost 7 years ago
Allow for custom client-side localization strings (#3505)

Fixes #3504. Allows for localization strings to be considered before client-side lang compilatio...

github.com/octobercms/october - 1d33c69c8cd4fb8b0d248e2b8890ead267093606 authored almost 7 years ago
Add humans.txt to mirror files (#3494)

github.com/octobercms/october - 812b96bdac666b284723315e784867182910a416 authored almost 7 years ago
Remove sensitive data from the tracked config files after running october:env

github.com/octobercms/october - 0ac7f340be7fb8aba8427b318d62ed9bce189653 authored almost 7 years ago
Merge branch 'develop' of https://github.com/octobercms/october into develop

github.com/octobercms/october - 8df92f4ba115498fd6f4017607eea468f485e36c authored almost 7 years ago
Fix typo in https://github.com/octobercms/october/commit/97e156d43d30e8323eb51454a0fb07e7e60fafae

github.com/octobercms/october - 5cbadd447a928e477fb1bd2feb95088c35679da9 authored almost 7 years ago
Keep the good unit test from #3195

github.com/octobercms/october - ba4eba183d122046dfe7c17e363d60b491861540 authored almost 7 years ago
Preserve multi field types with trigger use

Refs #3195
Refs #2861
Refs https://github.com/daftspunk/oc-test-plugin/pull/41

github.com/octobercms/october - 2164c0761623ac0dcd8e4c216a27e0ca17f2d23b authored almost 7 years ago
Tidy up logic from #3465, move helper functions out

github.com/octobercms/october - 97e156d43d30e8323eb51454a0fb07e7e60fafae authored almost 7 years ago
Return empty from Backend::dateTime instead of current date (#3246)

This changes Backend::dateTime to return an empty string instead of the current date when dealin...

github.com/octobercms/october - cc082d051013838718de5c54dab978df85735a32 authored almost 7 years ago
Make in-memory request cache configurable (#3477)

Related: octobercms/library#308, merged in https://github.com/octobercms/library/commit/7e29489d...

github.com/octobercms/october - c85f8297d22bdf7098e9bb29fbff5902fd4d1110 authored almost 7 years ago
Removed default Laravel config value that doesn't apply

Fixes #3473, Fixes #3459. Credit to @vevers for reporting and suggesting fix.

github.com/octobercms/october - 9277b771e0326183ff3655816f2581e0cfcd1f65 authored almost 7 years ago
Re-add Backend facade

github.com/octobercms/october - df5b2afc061513833185337cd0d2cea853632c7f authored almost 7 years ago
Code formatting changes (#3363)

Code formatting improvements submitted by @arthurkushman.

github.com/octobercms/october - c78b3ef78619a442aee045ff84d4fb62aee378ec authored almost 7 years ago
Set trigger targets arbitrary levels above current form context (#3465)

Fixes #3260. Enables setting the target field for the trigger API to a form context an arbitrary...

github.com/octobercms/october - 13dadaa667a1c632fdb103d49c1bdfd51f945232 authored almost 7 years ago
Fixed Russian map for "щ" and added Belarusian map (#3463)

Credit to @GinoPane

github.com/octobercms/october - 4a2e959fb807b19a0cb9563eab20351541d743c6 authored almost 7 years ago
Allow settings models and controllers to be defined in one definition

This change allows both settings models and custom settings controllers to be registered in one ...

github.com/octobercms/october - 23a504d9d5e115725776070eff69a2ac57eb46ca authored almost 7 years ago
Added partial Arabic translation (#3296)

Credit to @mabehiry

github.com/octobercms/october - e3635b80e7ea7ab77e31f55758919d6299271120 authored almost 7 years ago
Fixes S3 media items in bucket root folders (#3461)

FIxes #3445. Credit to @rajakhoury

github.com/octobercms/october - d977ba54b52e84a3eb42e2a6de17ea63d204e2ed authored almost 7 years ago
Update Finnish translations (#3460)

Credit to @mirorauhala

github.com/octobercms/october - 610452078d933fece2f16b45b0d6a9ff5ed0c045 authored almost 7 years ago
Import CSV rows one at a time (#3450)

Credit @mcharytoniuk.

While importing over 250k records ImportModel kept running into various...

github.com/octobercms/october - 318e9d7e76c8b52a367a38e446fcacfdfd0b36e0 authored almost 7 years ago
Improved Simplified Chinese (zh-CN) translation (#3447)

Credit to @CaptainTF

github.com/octobercms/october - 7a6f1d3c85afd66b5e05ae3f6314e7974091e66c authored almost 7 years ago
Attach uploaded files directly to parent if exists

If the parent of the file attachment relationship already exists, then attach the file directly ...

github.com/octobercms/october - 422a99770c32f912e13ed2b4744c6f16a76e1c32 authored almost 7 years ago
Retrieve protected files using the defined file model

Adds support to retrieve protected files using the class they are defined to be using if that cl...

github.com/octobercms/october - f056e8dcb21c9b820f44ddf4590b8a1c4c1fc8db authored almost 7 years ago
Cache the last visited page in the list widget (#3432)

Stores the last visited page of list widgets in the session to restore to on next page load. Doe...

github.com/octobercms/october - 55d49cbf2b731252af56b54b3a4676eebc6a3be5 authored almost 7 years ago
Add Cache-Control header to combined assets (#3430)

Related: #2474

github.com/octobercms/october - 13596c8629e522e20aa21635c802405f2d1dfa98 authored almost 7 years ago
Merge pull request #3379 from octobercms/ux-pluginmanagement

Fixes #2714, #2774.

Plugin Management UX Improvements
The plugin management screen has been ...

github.com/octobercms/october - 2f55850ae95eb08e27412b3381f7b5ff0738a1cf authored almost 7 years ago
Make the Reset Plugin Data action available to only SuperUsers only when the site is in debug mode

github.com/octobercms/october - 89f9c51f55f11cd2065cf33384d99c6bca9066dd authored almost 7 years ago
Improve cache reliability (#3421)

Reported and fixed by @interworks-morr:
"Occasionally with certain IIS setups, the file will c...

github.com/octobercms/october - 0206a6811ff92d3bf95a18c333bd753a34326c44 authored almost 7 years ago
Updated Russian Translations (#3414)

Credit to @PopcornPHP

github.com/octobercms/october - 7552464779cbd10cabaa6144895a9c04a4929a6d authored almost 7 years ago
Fixes #3412. Prevent users from being able to modify their own groups.

github.com/octobercms/october - 3d18e5d466be0cc3946a790daad49bf0054b8999 authored almost 7 years ago
Updated Farsi Translation (#3404)

Credit to @EleRam

github.com/octobercms/october - 8ba63dd428b425a3722fb18c6ce5e58f03be5314 authored almost 7 years ago
Fix issues with MySQL utf8mb4 support

Fixes: https://github.com/octobercms/october/issues/1927. Related: https://github.com/laravel/fr...

github.com/octobercms/october - bd9f88587f5adad66866294d22a598aa195cff4b authored almost 7 years ago
Update Persian Language (#3396)

Credit to @sajjad-ser

github.com/octobercms/october - 708b1e3a75377c5ec83cdc86cf987243bc50c904 authored almost 7 years ago