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

Returns original setter functionality

To protected things like $this->page->title = "foo";
Template -> Bracket

github.com/octobercms/october - 07132ffbd66ed229d16b6c1dd8fcc9cb9fbeb975 authored almost 9 years ago
Merge pull request #1828 from gpasztor87/develop

PHPDoc fixes.

github.com/octobercms/october - d7fd8e63a81b192092274eeea5bb7d4a5b9066fd authored almost 9 years ago
PHPDoc fixes.

github.com/octobercms/october - ed1c84b8b149abd6980fbe2c12adb1fcf8eb6786 authored almost 9 years ago
Reduced base border radius

github.com/octobercms/october - aaff88b8c2e5950a8e8eb5fffdf69a205cb7b4f5 authored almost 9 years ago
Minor update in the top menu styles

github.com/octobercms/october - 9956870c38118253370562d1e9abc9f08829b991 authored almost 9 years ago
Fixes a bug with inserting Media objects to the rich editor in Safari. Closes #1733

github.com/octobercms/october - 27c7f4d0b86978c79a95c461d7c65d03e3c79567 authored almost 9 years ago
Fixes font size on collapse button

github.com/octobercms/october - 090b39bdc5d3209490f4f4add77174e0f45c7e5f authored almost 9 years ago
Let Cms Objects use behaviors

github.com/octobercms/october - 94c6ef4da0fa6f8d612d9bd4134f0c7684ef55b2 authored almost 9 years ago
Allow vertical scroll to act as horizontal

Not everyone has a trackpad and can scroll horizontally, so vertical scroll can substitute here

github.com/octobercms/october - 27d32d35ea84b481dfd5b39c0fcf23fffeedcb3f authored almost 9 years ago
Tweak main menu to behave more like tiles

github.com/octobercms/october - 852785960b9fa3f1efcd0f4155f7ddbe891bf9c9 authored almost 9 years ago
Merge pull request #1820 from serega-kasyanow/develop

fix for issue #1819

github.com/octobercms/october - 60e7cfbf49687807e14e26fd1c21be698bc09f4a authored almost 9 years ago
Fixed a bug where changing a letter case in a folder name in Media Manager deletes the folder. Added ability to move files and folders to the root directory in Media Manager. Fixed a bug where numeric folder names are displayed incorrectly in the folder path in Media Manager. Fixes #1765, fixes #1173, fixes #1085.

github.com/octobercms/october - 387c75c5cdf217c461713493e553041df67deefc authored almost 9 years ago
Trial tooltip nav, recompile assets

github.com/octobercms/october - 9c59dd58d32feb6f3888d6ba148109e503b6ea7e authored almost 9 years ago
Remove old code

github.com/octobercms/october - 7c6e3b13607f182ba25d9e16c07c3afb1a34ce63 authored almost 9 years ago
Fixes responsive nav taking up more room than it should

github.com/octobercms/october - 6d60d486a97d6d082bd3670a53bf934f3fe43d3f authored almost 9 years ago
Merge remote-tracking branch 'remotes/origin/stable' into ui

github.com/octobercms/october - 1241f584d056fd0c51d2bf025dc94ff2a63a69de authored almost 9 years ago
Rollback "fix" color button close in modal

Not enough information on why this is needed, it causes component close icon to appear black

github.com/octobercms/october - 3a483c4129aa5829c494a5e1fb8fdf32ab55d798 authored almost 9 years ago
Implement file definitions (extensions + ignore files)

Block "unsafe" extensions from being uploaded to the Media manager
Fixes #1801

github.com/octobercms/october - fd16f38b1126b846e0addbcdfe7ef0bf45cf596d authored almost 9 years ago
This allows AJAX to function on maintenance and 404 pages

github.com/octobercms/october - 136ec180844f059b4cb94704f6b3653c4654f198 authored almost 9 years ago
Fixes validatePath for Windows

(DIRECTORY_SEPARATOR is normalized in code above)

github.com/octobercms/october - 63451aab50cd6ac74e74da6ca9aa1bfd972262e0 authored almost 9 years ago
Missing comma ,

github.com/octobercms/october - 74ec5517d8e0d911d14d3600e8ad00648248eb20 authored almost 9 years ago
Merge branch 'develop' into stable

Conflicts:
composer.json

github.com/octobercms/october - d76863a3eccb7d29820044d7a12f4ef28b13fd98 authored almost 9 years ago
Clean up from #1631

- Files in the media library can now contain two dots
- Retina Images Support

github.com/octobercms/october - 8e9ae8e53efe5741a1ed650156059b95ea795263 authored almost 9 years ago
Merge pull request #1631 from JoelESvensson/develop

Files in the media library can now contain two dots

github.com/octobercms/october - 423360b2d2645760daa27827fdd26dce01c39aaa authored almost 9 years ago
Add in install self-update for composer

Add composer self-update in before scripts
Refs #1788

github.com/octobercms/october - 54ecc0c91a477c10cc64366a8123a43bc4c8b117 authored almost 9 years ago
Modify in less file icon close

github.com/octobercms/october - 2caf2d6f84bdfd92341eef3d3db5ad8e2a66db09 authored almost 9 years ago
Install packages of plugins in composer.json using composer-merge-plugin

Refs #1788

github.com/octobercms/october - 74953e3499a77169dcb5b1a2ca5b44fa9f109344 authored almost 9 years ago
Access paramater in onStart method in the partial

Variables passed in parameter partils not accessed in onStart method in the partial.

With merge...

github.com/octobercms/october - ec03b7b2f85cbe89082eda9fe7e457534bdc522d authored almost 9 years ago
fix color button close in modal

github.com/octobercms/october - cc45c499ed9174b93730abbe0442e1df60407001 authored almost 9 years ago
Fixed framework extra stylesheets for validator.w3.org HTML5 validation.

github.com/octobercms/october - a724a3aeb21803c512ed79449974b81d0c969d1a authored almost 9 years ago
Merge pull request #1799 from mcustiel/feature-component-autowiring

Added the ability to inject dependencies into components

github.com/octobercms/october - fbed1dd2ed0a64a8519852596fa6797d6527f1ee authored almost 9 years ago
FTFY Refs #1796

The event should come after the logic as per the developer guidelines. If the event comes before ...

github.com/octobercms/october - d58a8478f659dfc6e1cc063acb9daf06e7ff914f authored almost 9 years ago
Merge pull request #1796 from filipac/patch-1

Add a new event on login - backend.user.login

github.com/octobercms/october - 48148cfcd067e7cb7e49e4d3f12384e20b6ecbaf authored almost 9 years ago
Merge pull request #1800 from mrmlnc/develop

Update Russian localization to the current build number

github.com/octobercms/october - b9a4808c28d7a0e5526d537b081097ec6e7d6763 authored almost 9 years ago
Merge pull request #1804 from haegemon/develop

fix output of function isDisabled in accordance to phpdoc and function naming

github.com/octobercms/october - 2fc0db5732ddad49e4ab8b2bd86029f79159eb15 authored almost 9 years ago
Fortify index_onDelete a little more

Refs #1805

github.com/octobercms/october - fa61ef2df95f95f3b0a161050a30791ad86be697 authored almost 9 years ago
Merge pull request #1805 from gpasztor87/develop

Add index_onDelete method to ListController behavior.

github.com/octobercms/october - 65eac15b00f0697ea737cbb37fa76072c1712ca4 authored almost 9 years ago
Add support for "relation" with Tree models

- This makes the list slightly more efficient for small collections, less efficient for larger co...

github.com/octobercms/october - 98eb4f8239294afd593f4e926ff0b93540547312 authored almost 9 years ago
Add support for HTML comments

Fixes #1808

github.com/octobercms/october - 21f3ac93c15a842507347c0e9a53f39613ffa11b authored almost 9 years ago
The timeout looks bad when there are no widgets

github.com/octobercms/october - 46e70385e230d7fe9bc7181b026a450b6fc9c26b authored almost 9 years ago
Tweak the dash loader @alekseybobkov

The leaf is too hard to customize (white label considerations)
Use a white container with subtle ...

github.com/octobercms/october - c736643202af672467f7ce005c4bf0c994da9807 authored almost 9 years ago
Moved dashboard css from storm to backend

Dashboard is a specific part of the backend and storm should stand alone from this

github.com/octobercms/october - f6d76fade6574ba18b1562d4421ad1f7021d5331 authored almost 9 years ago
Missing return

github.com/octobercms/october - 984674d9871216c3e493be87a7677c5811d95db7 authored almost 9 years ago
Add index_onDelete method to ListController behavior.

github.com/octobercms/october - c17e9b0e337e6574af94beefd3aa84f8944f2bf3 authored almost 9 years ago
Colon is a valid character, doesn't mess up themes with underscores

Eg: SLIDERWEB.SLIDERWEB_0002_hydrogen-theme -> SLIDERWEB.SLIDERWEB.0002.hydrogen-theme

Referenc...

github.com/octobercms/october - 40e458d0b0329c3f58791b431ead51740ae5346a authored almost 9 years ago
Adds windows support to october:util git pull

github.com/octobercms/october - 77367c4cd9f7f22759863f36af77a4a692461bf3 authored almost 9 years ago
Adds october:util git pull command

github.com/octobercms/october - 79dfb37fe34f4dcf860d01b67678e0a0733ec05f authored almost 9 years ago
fix function output in accordance to phpdoc and function naming

github.com/octobercms/october - c38b841eb81b0ced65b06a905290b55754b57e6d authored almost 9 years ago
URI should end with the extension

This prevents access to files such as script.jpg.php, while such a file is not possible to upload...

github.com/octobercms/october - 83fbddf5eee293f3379e54d42348afcd95582857 authored almost 9 years ago
Update Russian localization to the current build number

github.com/octobercms/october - d801bafed5796e27bb49c21f6064104f06860fc4 authored almost 9 years ago
Minor update in the UI

github.com/octobercms/october - 1deeddeedb2bb5e6b1b07f6950727eba5696324d authored almost 9 years ago
Updates in the UI

github.com/octobercms/october - 6ed4bd5ef692d27afe28ed5ae52b08d9a15a9c85 authored almost 9 years ago
create_onSave() forgot to extend model

github.com/octobercms/october - ce202c7951918ebb815e85260565dccdf8d6a7e6 authored almost 9 years ago
Remove Illuminate references

github.com/octobercms/october - ff52ad65957f386c5bb111851a9993171950c17c authored almost 9 years ago
Merge branch 'stable' into ui

github.com/octobercms/october - 96ae5d6ff34f2234b3c9f7985f7f845157f91d29 authored almost 9 years ago
Added the ability to create instances of components from factories to allow injection of dependencies in components

Fixed descriptions

Added missing new lines at the end of fixture components

Fixed problem with...

github.com/octobercms/october - c94706ed057504cb6d3fa42b2bcb6c4249f33284 authored almost 9 years ago
Write collision tests for sluggable

Refs #1793
Test concatenated slugs while we're here

github.com/octobercms/october - 4d113dd041c5af2fc995512f40774e48b9a6e046 authored almost 9 years ago
Oddly, JS may pass false as a string (@todo)

github.com/octobercms/october - 202e54298537a5f81dc2d63c2e0951b01bc349d5 authored almost 9 years ago
Merge branch 'stable' into ui

github.com/octobercms/october - 839eb02136452f031c8c2b92e27d391c3d291799 authored almost 9 years ago
Add oc.tableUpdateData event and readOnly to string processor

Minor tidy

github.com/octobercms/october - da71a21172da73f35120d008f106c623b9bc1e55 authored almost 9 years ago
Complete Table server data source

Recompile assets

github.com/octobercms/october - 18194fa0f9d3cdcd013b86d68e3c4ad9bd118a8e authored almost 9 years ago
Merge pull request #1781 from sajjad-ser/master

Fix Some Typo

github.com/octobercms/october - c7530eece9b668b8b26a13de2af9a1324fe36d05 authored almost 9 years ago
Merge pull request #1783 from iBourgeois/master

Update AssetList.php

github.com/octobercms/october - 9b06549a136d4e337b6a8d1a8d27d6e7bd97f12e authored almost 9 years ago
Include user id in cache key

Fixes #1740

github.com/octobercms/october - 95f4be8b68f78e11a42accf1e46d3f9f6379c9fa authored almost 9 years ago
Include .htaccess in mirror

Fixes #1750

github.com/octobercms/october - 87fc6f154d475f53e94493b4cac43503674dd17a authored almost 9 years ago
We use Selenium 1 for testing atm

Fixes #1751

github.com/octobercms/october - 25f931d8f80932d749129074b9ae7916f537a195 authored almost 9 years ago
Remove deprecated method

github.com/octobercms/october - 2e819f0142a2abf3340083470a378a488c0971d5 authored almost 9 years ago
Merge pull request #1786 from jfoliveira/feature/pt_br_translations

Update pt-br translations

github.com/octobercms/october - 49d56480b828602d9e5f4b411176b0c15c9ae517 authored almost 9 years ago
Like setProperty(), this should not return a value

github.com/octobercms/october - 54d749f034c88e216893d0f42535f61d3bfac6d1 authored almost 9 years ago
Updated main menu styles

github.com/octobercms/october - 68aa59dae724bf60351b70296657d3bd90e2dc73 authored almost 9 years ago
Merge branch 'develop' of github.com:octobercms/october into develop

github.com/octobercms/october - af3c67a2707bf3f10fe65afb84d35d7db1c4a8c8 authored almost 9 years ago
Fixed loading permissions from plugin.yaml

github.com/octobercms/october - d58b6d4d51d85a10c5a6c47fa1a151bb1d915273 authored almost 9 years ago
Fix preposition.

github.com/octobercms/october - 68689fbc90f88e95e4d1f1135a56e80aba362820 authored almost 9 years ago
Update pt-br translations.

github.com/octobercms/october - f0271638c974d775850b0f327a8ffecb3198be92 authored almost 9 years ago
Update AssetList.php

Allow .otf and .woff2 font formats by default. These file types are included in popular packages...

github.com/octobercms/october - 4797364a04dcf733a98b91bf5e21c396bd955604 authored almost 9 years ago
Merge pull request #1 from saman3230/master

fix some typo

github.com/octobercms/october - 6b5a5101aad28f071086407d1a6c6d136db3e8d8 authored almost 9 years ago
Allow toolbarButtons: false

github.com/octobercms/october - 3ee2ec86f8f177b7f76348669496ee83382a6c28 authored almost 9 years ago
Fix bad var context

github.com/octobercms/october - 049e5bcfc7ca287726cbe602bff0ca578293a88b authored almost 9 years ago
Fixes syntax error

github.com/octobercms/october - fd27a3df91e1584c7ae30e3b0dcdff07ea535f3c authored almost 9 years ago
Improve dashboard performance

Dashboard widgets should defer their data requesting using AJAX so they don't kill/lag the whole ...

github.com/octobercms/october - 659c7098b9fdc6a554c2e7ae81e268d59699317b authored almost 9 years ago
Add a new event on login - backend.user.login

I wanted to listen to an event when a users logs-in in the backend and I realised that October d...

github.com/octobercms/october - 1ab94d451410387655f5109ff61709d08ca5830c authored almost 9 years ago
Added new translation strings

github.com/octobercms/october - 6391e9b323824d17c817293c96ef85de447ba9df authored almost 9 years ago
Merge pull request #1768 from jfoliveira/recordfinder_fix_hardcoded_id

Fix hardcoded column name `id` on recordfinder form widget

github.com/octobercms/october - 35c9f7e590d8fb25dff553bd61f75584a41b560c authored almost 9 years ago
Merge pull request #1754 from gpasztor87/patch-2

Add missing option to redis config.

github.com/octobercms/october - c7862a84b64c270b9b32de09dd46eb2c988ac5f4 authored almost 9 years ago
Merge pull request #1749 from Flynsarmy/tableWidgetAlias

Remove brackets from DataTable's table widget

github.com/octobercms/october - da5ede06b5dc6221b1806969bcd8574c225ea2d3 authored almost 9 years ago
Update lang.php + client.php

github.com/octobercms/october - 2fa6b2d7be195e1d92e4aaa4077cee61d22ca67d authored almost 9 years ago
Merge pull request #1753 from gpasztor87/patch-1

Ignore sqlite files.

github.com/octobercms/october - def553be8ee24e81a371234de7351538cbcfab0f authored almost 9 years ago
Stripe indicator is late to the party

Fixes #1737
The AJAX events may fire before document.ready has executed, leaving $.oc.stripeLoadI...

github.com/octobercms/october - ea0127afcf3f7e0f2e2a758e336620eb3161fb93 authored almost 9 years ago
Minor typo - Fixes #1735

github.com/octobercms/october - 2c9e61e1822db1a34fd688a8fe6ffdabd0a985d5 authored almost 9 years ago
Merge pull request #1732 from sajjad-ser/master

Update persian language

github.com/octobercms/october - 5e6fc130bb55ba452f17f3e7c9bc706786ec458c authored almost 9 years ago
Externalized keys + French translation

github.com/octobercms/october - e24e467b60e263a8ca38949a9e9b211df88de6fc authored almost 9 years ago