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

Use a public property for the cache key for settings models that cache rendered CSS

This enables developers to modify what the cache key is for a given instance of a settings model...

github.com/octobercms/october - 5e877ea2ba0ab4e29935c6a6be5ca343ae1493b5 authored about 6 years ago
Fix resize event after element removal (#3897)

This prevents an error from popping up after the popover is hidden/removed `this.$container.remo...

github.com/octobercms/october - 6fb08f3e1a38a9050f6c6cb7fa6aab72e47c59d5 authored about 6 years ago
Update Dutch (NL) translation (#3895)

Credit to @adrenth

github.com/octobercms/october - 00122108b1e53f12db2738fd7b7e7d8be64ca3d1 authored about 6 years ago
Make popovers resize dynamically on page resize (#3891)

Related #3603. Credit to @Teranode

github.com/octobercms/october - 4ccf91feca9c06465dac80ff217f759b5aba1327 authored over 6 years ago
Text Display issue (#3889)

Credit to @Teranode. Fixes an issue present on Firefox and Chrome where the "Yes" text cuts off ...

github.com/octobercms/october - d21ae831c0a4fe220da7bf793c213d63c6b0bf3e authored over 6 years ago
Fixes from #3880 (#3885)

Fixes #3880. Credit to @Teranode & @gergo85.

github.com/octobercms/october - 5d6354ba883e1cdcf21d348a37674d284ecdcc7e authored over 6 years ago
Minor translation improvements (#3881)

Credit to @vosco88

github.com/octobercms/october - d8a67aa63cdbec00a0b7eb7ae00ab43a3fe4ed11 authored over 6 years ago
Improve linking from ActiveTheme report widget with permissions (#3869)

Fixes #3855. Credit to @Eoler.

github.com/octobercms/october - 35cb96ef408877705704aef6b4569b177063c42e authored over 6 years ago
Add filters to log pages (#3815)

Credit to @gergo85. Thanks to @petehalverson for octodock to test this with

github.com/octobercms/october - 9522deff4e986d6ae5d9c99871a6903e64dd6f3b authored over 6 years ago
Add last modified date to Pages, Partials, Layouts and Content (#3865)

Credit to @gergo85. Thanks to @petehalverson for Octodock to test it.

github.com/octobercms/october - 3ac740d2c30ad99da26f19a9877d175a5f70a6ba authored over 6 years ago
Improve the System Status dashboard widget (#3866)

Improves the System Status dashboard widget by adding a warning icon whenever the specific log i...

github.com/octobercms/october - b61b330ec4c7e3f126d9f07b9006484d98232091 authored over 6 years ago
Added backend.ajax.beforeRunHandler event

github.com/octobercms/october - 2c82b0506247ddff595f38fd8dd39845832b466a authored over 6 years ago
Merge pull request #3860 from octobercms/wip/eventdocumentation

Added more inline documentation for events:

cms.theme.getEditTheme
cms.theme.setActiveTheme
...

github.com/octobercms/october - 48626a44a1ed6c06d92b4445713282f88d6ada93 authored over 6 years ago
Documented cms.router.beforeRoute

github.com/octobercms/october - 1dc6f944ac3f5cb7d20fb47710654656e4caacdc authored over 6 years ago
Documented more inline events:

cms.page.beforeDisplay
cms.page.display
cms.page.init
cms.page.beforeRenderPage
cms.page.start
c...

github.com/octobercms/october - 900220b079ed527667e50cfb6ec076e6109b7dde authored over 6 years ago
Documented cms.template.processTwigContent

github.com/octobercms/october - 10aa5a629617fec107ac10674fe3caf2cd3dcee4 authored over 6 years ago
Documented internal events

cms.template.save
cms.template.delete
cms.template.processSettingsAfterLoad
cms.template.process...

github.com/octobercms/october - 69d22518c698e25af1c2dc7e38d574fd55511e48 authored over 6 years ago
Documented cms.theme.getEditTheme & cms.theme.setActiveTheme

github.com/octobercms/october - 11ad4f632938aa40d966d084bb43574fe352ce84 authored over 6 years ago
Stop Ctrl+F marking code editor as "dirty" (#3857)

Credit to @w20k. Fixes #946. Thanks to @petehalverson for Octodock for making testing these easy!

github.com/octobercms/october - daf3a5c7cdccfa4302ac829144df59c2693be680 authored over 6 years ago
Revert min-width that breaks layout (#3854)

Revert min-width change as it breaks the Rainlab.Builder plugin layout (and possibly other thing...

github.com/octobercms/october - 99bfae4ed076541434bf938f8ec7861505655710 authored over 6 years ago
Check that getProperties method returns an array (#3853)

Fixes #3851.

github.com/octobercms/october - 96127f0d911294af5748de8140101f97930aa6bb authored over 6 years ago
Change the delete buttons style to danger (#3852)

Credit to @gergo85

github.com/octobercms/october - ef32d45cd49aacb16e641b47b9bb12f6d3668971 authored over 6 years ago
Added registerMailLayouts method to PluginBase (#3850)

Fixes #3820. Credit to @tobias-kuendig

github.com/octobercms/october - 7b4e29307496cc830385df6692e121e79aa1f704 authored over 6 years ago
Allow plugins to register their own mail partials (#3847)

Credit to @tobias-kuendig

* Added registerMailPartials method to PluginBase

github.com/octobercms/october - 0415e4133d228a3b51dd496db31a2aa02841a0b5 authored over 6 years ago
Fixed scoreboard label in mail partial update view (#3848)

Credit to @tobias-kuendig

github.com/octobercms/october - 6a84533bab784147f8130ea6d75ad312d4e32014 authored over 6 years ago
Revert of 'loader.less', based on the issue #3792 (#3840)

Fixes #3792. Credit to @w20k

github.com/octobercms/october - ae20bb629feab709fd5fbdfece8b66b0f86d404b authored over 6 years ago
Commit deferred bindings on model created with RelationController (#3843)

Fixes #3829. Credit to @iotch. Tested by the fantastic Octodock provided by @petehalverson

github.com/octobercms/october - 69a26aa8f2b148b9a6e1b5dab9c3307c6e1bc107 authored over 6 years ago
Change z-index of full-screen markdown editor (#3838)

Fixes #3837. Credit to @iotch. Tested with Octodock provided by @petehalverson.

github.com/octobercms/october - 813721edf155ac735261036883a4798cd715d795 authored over 6 years ago
Fix issues with CloudFlare in the backend (#3841)

Related to https://github.com/octobercms/october/commit/f068b13851150c6d12f4f2949497e21b980b7f15...

github.com/octobercms/october - 29541394a3fc773f498c2d6c142302ca2cb927d2 authored over 6 years ago
Remove stub method

This is a very old stub method included to point out an override is available, in the process it ...

github.com/octobercms/october - a0ec7652f8e366ca5ad463067569da91dd55bd30 authored over 6 years ago
Improve table column width handling on Chrome (#3834)

Credit to @matthew188

github.com/octobercms/october - c5d0a467d87da588a49fd1a9d34d62de4e895b93 authored over 6 years ago
Fix (Trait 'AssertGD\GDAssertTrait' not found) (#3824)

Credit to @gitlog

github.com/octobercms/october - a20f2bfe6907bb1cef470bee50f0b60addf16bff authored over 6 years ago
Adds missing Content-Type header to CSV-export (#3787)

Credit to @cleverer

github.com/octobercms/october - 2372f0eb23f06b2bbb13738dbe3834c6ce34d68e authored over 6 years ago
Integrate flag-icon-css (#3797)

Replaced the existing PNG flag icons with the flag-icon-css library that uses SVGs, has more fla...

github.com/octobercms/october - 5b7d9041fde8ccd1ca0d605cd3b413397718a94d authored over 6 years ago
Properly utilize the plainOnly flag in mail.beforeAddContent (#3479)

Credit to @hlev

github.com/octobercms/october - edcc4af68aa70dc4b84b687e34edb90d14191ca0 authored over 6 years ago
Automatically use local asset path when attempting to combine injected assets (#3802)

Credit to @cleverer. Fixes #3264.

github.com/octobercms/october - aeb7616d063121d47cfb5aefe07fa9524e4a522b authored over 6 years ago
Make auto inline brand CSS for email layouts optional (#3192)

Fixes #3133. Credit to @TimFoerster. Thanks to all the reviewers from #3192.

github.com/octobercms/october - 51d79ffabacd174bd9e24e2f1251841fb5fa37fa authored over 6 years ago
Finish implementing localPath in combineToFile (#3727)

Fixes #3721. Credit to @Rike-cz

github.com/octobercms/october - a03a76ee52c64c435a4dbb2fe840436def7042c9 authored over 6 years ago
Ensure that fields are defined before attempting to render a specific field (#3812)

Credit to @Rike-cz

github.com/octobercms/october - cf8a73f0a256e50d3dd8f56ae8354ae001d3ee48 authored over 6 years ago
Add favicon to back-end login page (#3803)

Credit to @gergo85

github.com/octobercms/october - 0d451e3b0fd7110f16ac98cdb040f6e9e33d3c04 authored over 6 years ago
Modify language label for password reset (#3799)

Credit to @nathan-van-der-werf

github.com/octobercms/october - 9030f27cc86bdd4c242a075569a36180aee6bde4 authored over 6 years ago
Fix input trigger on source field types with multiple selected values (#3798)

Credit to @jimcottrell. Tested by https://github.com/octoberrain/test-plugin/pull/55

github.com/octobercms/october - 6f2ed028b36dfb73b77de4adebde24330585eb8b authored over 6 years ago
Filter group translatable options (#3793)

Fixes #3789. Credit to @LucasZdv

github.com/octobercms/october - 9d126a0ab6a9e8a37d26993bad9c2518528f675b authored over 6 years ago
Add ability to specify one CSS class to apply to all tab panels (#3761)

Credit to @ebashu-on-holidays

github.com/octobercms/october - 9da0af453388aa6882c61ca343f989b14fd459bf authored over 6 years ago
Relax restrictions on MediaLibrary filenames (#3778)

Fixes #3741. Credit to @chrisbethelepb

github.com/octobercms/october - 0ffdbc5efd7d1e757852df970f57b24cfc0f189b authored over 6 years ago
Removed unneccessary css rule (#3777)

The removed css rule makes filelist entries unreadable on touchscreen clients
that also have de...

github.com/octobercms/october - cf9d487b30b24a31c9c31825d5c0b3b1f181a6c0 authored over 6 years ago
Added method getLayout() to Controller (#3765)

Credit to @ebashu-on-holidays

github.com/octobercms/october - 709790a05d7cd122b9f8fcabbf70e17e0d597375 authored over 6 years ago
Fixes event implementation

The array_merge approach will only shallow merge the arrays preventing a second event from contri...

github.com/octobercms/october - 4ec3b525e04b5b0968a8b971e0364ab010dffaad authored over 6 years ago
Apply custom secondary color to Balloon Selector (#3748)

Credit to @gergo85

github.com/octobercms/october - 8f82a89147421eea80612941de7920e524bda4fe authored over 6 years ago
Change the lang code in the html templates (#3754)

Credit to @gergo85

github.com/octobercms/october - 82b45268c71bb51eb76a482a87256a06c318b570 authored over 6 years ago
Fixed readonly on switch and checkbox field types (#3750)

Credit to @gergo85

github.com/octobercms/october - 69988837d52b498dbc477f48fe4639de39e2d85a authored over 6 years ago
Update reportcontainer.less (#3737)

Fix minor padding issue in Firefox. Fixes #3731. Credit to @vosco88

github.com/octobercms/october - 55575e316bab66bac5f232b4059c019b31ce5bee authored over 6 years ago
Improve Event log formatting for emails

If an email is seen (Message-ID:) then convert newlines to <br> unless within <html> tags. Also p...

github.com/octobercms/october - 7a8867f00bb2624ba7b53904191759d73eaad314 authored over 6 years ago
Update Russian translation (#3735)

Credit to @Konfuze

github.com/octobercms/october - 303dcab353c457a9bf642cc19b917932c19207eb authored over 6 years ago
Annotate class methods

github.com/octobercms/october - 38cea8d03725a051fe4ae15fddeec6fa3b499de9 authored over 6 years ago
Annotate class methods

github.com/octobercms/october - e32de7b7535de316a63a92fba61ac1c2d53b403b authored over 6 years ago
Merge pull request #3690 from nathan-van-der-werf/feature/cleanup

Code cleanups

github.com/octobercms/october - 5cc327c45c788b4d4c2faa23f8816d1ab94d3148 authored over 6 years ago
Increase visibility of close button

Fixes #3723

github.com/octobercms/october - 6099096e5da7d213025ccdd2671db36073c10876 authored over 6 years ago
Instruct Rocket Loader to ignore core JS libs

These appear to break for users on CloudFlare possibly due to double minification
Fixes #3602

github.com/octobercms/october - f068b13851150c6d12f4f2949497e21b980b7f15 authored over 6 years ago
Merge branch 'develop' into feature/cleanup

# Conflicts:
# modules/backend/widgets/Form.php

github.com/octobercms/october - 743252c3ffc5570c2a129c279a5825b31a615bb7 authored over 6 years ago
Peer review 52d1388e4e7d7165695af889f8dcc861086ad012

This uses a simpler approach and leverages improvements to the validation trait
See https://githu...

github.com/octobercms/october - 2d77565e6cbdc26e91a2c1459bf90da79e70c23a authored over 6 years ago
Automatically use field labels as custom attribute names for a nicer validation message

Fixes #2489

github.com/octobercms/october - 52d1388e4e7d7165695af889f8dcc861086ad012 authored over 6 years ago
Add support for checking if nested form fields are required for visual indicator

github.com/octobercms/october - fcec026dff8fa7ee6c54aceda184c9721b7c0f78 authored over 6 years ago
Merge branch 'develop' into feature/cleanup

# Conflicts:
# modules/backend/formwidgets/FileUpload.php

github.com/octobercms/october - 8fd16d4db6d2f02e6a7d325cb831bf9d3254aced authored over 6 years ago
Remove unused imports

github.com/octobercms/october - 0f0d108da0ae8304d974d4a06338a3c09d522e25 authored over 6 years ago
Revert "Remove unused imports"

This reverts commit 742a5f415bc45819b11c77402efc114fa2f4451e.

github.com/octobercms/october - 66fa03f17e962aba34f9fef02c5d3bca524632ed authored over 6 years ago
Improved inline-options CSS for checkboxlist fields

github.com/octobercms/october - 787c2244bf8917ad59c82faa5446f74afdd35b96 authored over 6 years ago
Remove hard height constraint from previewing uploaded images (#3718)

Fixes #3698. Credit to @gergo85

github.com/octobercms/october - e46eff8a26069ed21c074794ce507e195fb4bbc4 authored over 6 years ago
Improved repeater item collapse button when remove button not present

github.com/octobercms/october - fd4ee47065201581f04eb10c2636e2ab1bcec433 authored over 6 years ago
Improvements to Repeater form widget styling

Improved the styling of the Repeater form widget, made it easier to distinguish between individu...

github.com/octobercms/october - 29c0c8c33d7b6ef3b5c2b42892603e0dfec8de3e authored over 6 years ago
Add inline-options css class for checkboxlist fields

Documented by https://github.com/octobercms/docs/commit/f4440ced6c90ecc511558d825b0ac7dd499c155e

github.com/octobercms/october - 3011c39d2b82443532fc37cc8b569a0be3ded01c authored over 6 years ago
Minor peer review

github.com/octobercms/october - bf841b43404badd6e6e1977119f5e8d87319848e authored over 6 years ago
Introduce events for extending Theme configuration

github.com/octobercms/october - 838346650851f461a78095c5ce228ef03d6859a3 authored over 6 years ago
Add ability to use model method to define availableColors (#3704)

Credit to @vanmil. Documented in https://github.com/octobercms/docs/pull/314

github.com/octobercms/october - 38bf85405113c13d89c70fe5da572151cafdf29a authored over 6 years ago
Added more inline API event docs:

Added docs for:
cms.component.beforeRunAjaxHandler
cms.component.runAjaxHandler

Improved docs f...

github.com/octobercms/october - 1032fd0cc1eedbf602743ee0b192ef3b201f4b7d authored over 6 years ago
Added inline API documentation for media manager:

Added documentation for the following events:
media.folder.delete
media.file.delete
media.folder...

github.com/octobercms/october - 1c7b311ea908b664c77e13424a31c542c2a4b863 authored over 6 years ago
Extra table check

Fixes #3706

github.com/octobercms/october - ab4074cec1fb271394f6728762bba48e60284a0d authored over 6 years ago
Modify sorting icon from "desc" to "asc" (#3705)

Credit to @nathan-van-der-werf

github.com/octobercms/october - 4142c9c9e6dab410ec127a39caddd061b1d89cbc authored over 6 years ago
Improve the markup tags settings page UX (#3703)

Credit to @gergo85

github.com/octobercms/october - 7aca6057bbdc516458d13c8811555cfe2b98a2d3 authored over 6 years ago
Update the Hungarian translation (#3702)

Credit to @gergo85

github.com/octobercms/october - 37da24d0608044ca703aab099d25b318930b6b3b authored over 6 years ago
Update ThemeLog when file name is changed (#3696)

Credit to @SeriousKen

github.com/octobercms/october - 5707508dbc2d75e7eb26e89c00020001a1c53552 authored over 6 years ago
Remove duplicate attribute "class" (#3699)

github.com/octobercms/october - 67e77ae5358f95469915a61d62b3e4104228fc06 authored over 6 years ago
Add Same-Site Cookie configuration option (#3688)

Adds the session.same_site config key in the default session.php config file from Laravel. Credi...

github.com/octobercms/october - 80942fa2d7d9bf2776815fcb459fcab5bf129a2f authored over 6 years ago
Change the Status reportwidget icons (#3693)

Credit to @gergo85

github.com/octobercms/october - bf0f1faa4f2509471fb9dce2606af346c9c32315 authored over 6 years ago
Add translations for Catalan (#3694)

Credit to @mariavilaro.

github.com/octobercms/october - 5c72ad1474e46c334ad82b5e8928e3d35583984c authored over 6 years ago
User disabled plugins now stay disabled after sign in

Fixes #1795
Fixes #3691

github.com/octobercms/october - ab7dda260baf2b0489f6fe2753a5fabc6f910b93 authored over 6 years ago
Documented FilterWidget events:

Added inline documentation for the following filter widget events:
backend.filter.extendQuery
ba...

github.com/octobercms/october - be839d0a078cd4977b7189aa04d7750943068051 authored over 6 years ago
Provide inline documentation for the FormWidget events:

Documented the following:
backend.form.beforeRefresh
backend.form.refreshFields
backend.form.ref...

github.com/octobercms/october - 4078e6a56f817f3bde7db3e9da8c81f4ef75aa1b authored over 6 years ago
By default assert the app will want 7.0 packages

This addresses an issue with Symfony and a trajectory towards towards DLL hell (see Ruby on Rail...

github.com/octobercms/october - f12f3af37f491f26fe101c3a01458fa467455df0 authored over 6 years ago
Merge unset statements

github.com/octobercms/october - 0716101bc8d79a57d5f1ab29d9aba301ad413195 authored over 6 years ago
Simplify ternary operators

github.com/octobercms/october - ee9414f3fd2dad0017a7daf8ae41920065463f6e authored over 6 years ago
Extract child instructions

github.com/octobercms/october - 8b6f11e6acfe3c14127d7d42c0e17cb8d8ae999c authored over 6 years ago
Remove redundant variables

github.com/octobercms/october - fbca3bea927686dde3f485012fd6a437e9ac8cd8 authored over 6 years ago
Add missing break statement

github.com/octobercms/october - ab73442e3d9b07b6474e9732c96e97670904508b authored over 6 years ago
Remove duplicate array keys in language files

github.com/octobercms/october - 2cdbb37a367c82d5199195ae17708581210baada authored over 6 years ago
Refactor ternary operators to null coalescing operators

github.com/octobercms/october - 62c59a4903fa30d5cebd298fa4cf420d6e3f1d19 authored over 6 years ago
Replace is_null with "=== null" comparison

github.com/octobercms/october - a3d7a028b44b1705ce1660d50ed0cbfa347fce25 authored over 6 years ago
Modify conditions to use elvis operators

github.com/octobercms/october - 77b6f072918c41d7f8efd6b317f6d4b48d9f2601 authored over 6 years ago
Remove alias functions

github.com/octobercms/october - bc17975634157c7bfa37531c591e54f201bc4aa6 authored over 6 years ago