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

Prevents CMS tabs from sitting atop save buttons

github.com/octobercms/october - 60893d151fc3c17f9a7cb40cb4be6122e735601f authored over 8 years ago
Fix poor sorting UX on tree view

This should fix the RainLab.Pages plugin sorting UX once and for all :ok_hand:

github.com/octobercms/october - 6bae91b411923b17015364babd3eb4b7132c5fab authored over 8 years ago
Fixes logic error

Fixes #2020

github.com/octobercms/october - f2e129e82101073c8fe0239e8a45904ee7aef1f2 authored over 8 years ago
Side panel should be fixed by default

github.com/octobercms/october - 83ebd24bcc6625cc9c1a1b738c2e17cde47f1117 authored over 8 years ago
Revert the flash message animation

Looks more consistent with the popup animation, also the intermittent animation jerk issue has be...

github.com/octobercms/october - 9484c400b87c9a85f09fb00db367696dd374873c authored over 8 years ago
Relation controller now applies the defined constraints by default

Relation controller now supports scope and conditions for the manage mode (list)
Logic has been m...

github.com/octobercms/october - 3bad70f0416b99aefb2c0ffbf7de2ad224361a77 authored over 8 years ago
Fixes an issue where the default widgets are not loaded

Ping @ChadStrat

github.com/octobercms/october - 41de93a2cbe906404bd5aff14a1823ad0b3b1bba authored over 8 years ago
We should purge the attributes before saving

This will allow the components to be removed
Fixes #2007

github.com/octobercms/october - 0d3566e3f6be94235168d23e3f06e12dde461615 authored over 8 years ago
Merge pull request #2011 from gabsource/fix/allow-half-bound-daterange-filter

Allow specifying half bound daterange filter values

github.com/octobercms/october - 7d76912071e29ab03ecfb5bc9a28cb0db40bcc01 authored over 8 years ago
Allow specifying half bound daterange filter values (treat the missing one as "infinty", ie 0000-00-00 for min and 2999-12-31 for max)

github.com/octobercms/october - c43a4600642208f9cdc4c040aea6e4f4d10dd511 authored over 8 years ago
Fixes disabled relation nulling value

Just like DatePicker, relation and even regular fields should omitted from the data set
The same ...

github.com/octobercms/october - cb86e655ddfee65eb6ccf818acbacf0e52d5273f authored over 8 years ago
Fix close button color modal headers and repeaters

The "close" and "delete" buttons in modal popups and repeaters inside modal popups was nigh invi...

github.com/octobercms/october - eaea0fc5411bc304299feaf672efc798bbf3f31e authored over 8 years ago
Added the missing translations

Replaced the old php array syntax
Minor typo
Updated the Hungarian language

github.com/octobercms/october - 5a031a2e293fd9ebeb821fac340e9d4670d5d17c authored over 8 years ago
Merge pull request #2009 from gabsource/fix/filter-date-null

Fix List Date Filter error thrown when `$date` is not set

github.com/octobercms/october - 56548cd61af52da257a7040d8eca30696f575608 authored over 8 years ago
Fix error thrown when `$date` is not set

github.com/octobercms/october - e988e1a1710ed215554178b28ecdedb432240a76 authored over 8 years ago
Datepicker was moved to storm, so no need to load it from the widget

Recompile assets
Refs #2008

github.com/octobercms/october - 36caa651f36321b98089d01d7579288ef9583fb2 authored over 8 years ago
Merge pull request #2008 from gabsource/feature/list-filter-date-improve

Improved list date / daterange filter implementation

github.com/octobercms/october - 4f8e66367d94d15040942579254db4124b818b09 authored over 8 years ago
Display dates with backend timezone. Manipulate date with app timezone.

github.com/octobercms/october - 02c000530ccbc3829c6ca07ce104a9c2a0ce003a authored over 8 years ago
- Fix submitting null dates.

- Allow scope functions for date and date range with Carbon instances at 00:00:00 (date / dateran...

github.com/octobercms/october - 578319a20485c1edc2d9b19a9ff2bb96ef9ae521 authored over 8 years ago
Streamline daterange popup buttons

github.com/octobercms/october - 7170c1460e2598c3dd05ce67ad02e7473666caf3 authored over 8 years ago
Create issue template

github.com/octobercms/october - b10c146445bf829bacc45117be545bafd9e12b55 authored over 8 years ago
Merge pull request #2004 from brenodouglas/patch-1

Fix error upload file in midia

github.com/octobercms/october - 40f058b5b6277b7f86b12828a6e8528960ae3a67 authored over 8 years ago
Fix error upload file in midia

rename $title to $name in cleanFileName method

github.com/octobercms/october - 8d1670d562ff93fd718575c4a71dab894b292db2 authored over 8 years ago
Fix arg / var mismatch

Refs #2001

github.com/octobercms/october - 75003fb87793fc06ed8d1f8bae857e08c5d879cf authored over 8 years ago
The date format should be sourced from moment

Streamline JS formatting
Refs #1651

github.com/octobercms/october - f3f8676479e5267a15cf696b7e7dbd2999b0d773 authored over 8 years ago
Cannot use default as a variable

Add missing date scope partials

github.com/octobercms/october - 5ce890ba4a0edce327f40d9303b2aac1c22d1a7b authored over 8 years ago
Move the datepicker to storm

Write docs on usage

github.com/octobercms/october - d50c7591cfef6e243aabba28bef8a07784170440 authored over 8 years ago
Move moment + pickers to storm

github.com/octobercms/october - e2647dcf64bd97dd74fb3dcab2a0e1b22b821e09 authored over 8 years ago
Reorganise some code from #1651

Add getLang helper - Storm cannot depend on Backend
Recompile assets

github.com/octobercms/october - 37403f3ad452b312781c6e97db0c4c6d08084e84 authored over 8 years ago
Merge pull request #1651 from gabsource/feature/list-scope-filter-by-dates

Feature to allow filtering lists by date scopes (single date or range)

github.com/octobercms/october - cdd280b6e103fc8f8544a914c2ee1f86dbe47c08 authored over 8 years ago
Reshuffle the base color scheme again

Restyle the component area in the CMS

github.com/octobercms/october - f900ed8f6212bf36f9600385cb9afba74add7951 authored over 8 years ago
onDelete -> onDeleteItem

github.com/octobercms/october - ff207b91cf4679279550c78322a0dffe9f192731 authored over 8 years ago
Add Code of conduct

github.com/octobercms/october - a8c1a6546604a4ecec36b553fd7f29f7cf7d932d authored over 8 years ago
Minor refactoring to match latest develop version

github.com/octobercms/october - 51ac38dff7b73a515c2a95443382b0494a33ac7e authored over 8 years ago
Translate filter group dropdown 'all' reset text

github.com/octobercms/october - 99dba21c9739119f329cb72fba0f85a78c7ea0b3 authored over 8 years ago
Filter lists by dates with two new scope types (date and range)

github.com/octobercms/october - b08c215b726d5558cfb22ada7fb005739b901f45 authored over 8 years ago
Write tests for simple get/set many-to-many

Refs #908

github.com/octobercms/october - b268f54189e2233211259f3b182e3009c0bc7599 authored over 8 years ago
Improve UI on sign in screen

Fixes a weird issue where the custom logo ratio loses its transparency

github.com/octobercms/october - bab3a0ed5ccbee04cc02cdc89ab7524937de615d authored over 8 years ago
Add notes about escalation process

github.com/octobercms/october - 74ad5685cdb5e7af0e89e37bf1294e6217b3ba40 authored over 8 years ago
Complete taglist form widget

github.com/octobercms/october - 5400ec7d2da83c17a8a805e20e4cc7c42f1fa36c authored over 8 years ago
Create new TagList form widget (Experimental)

Update Select2 to latest

github.com/octobercms/october - 5d27682f25c180b88c460be3eaf653f51185596f authored almost 9 years ago
Merge pull request #1961 from canthis/translations/lv-translation

Added missing backend/ translations for Latvian language

github.com/octobercms/october - fc1adb937cba22029a030acd7df2dce8ab3da421 authored almost 9 years ago
Merge pull request #1975 from gabsource/enhance/fr-translation

Translated news keys for french locale

github.com/octobercms/october - 0aaf17c98a71393f7b3eb72efb5a4376d67eb041 authored almost 9 years ago
Merge pull request #1943 from mcustiel/bugfix-components-autowiring

Bug: Fix for components that support autowiring

github.com/octobercms/october - 05758ed507960739c6eea671b30ee370bc8fa17a authored almost 9 years ago
Tweak some styles

github.com/octobercms/october - d69053481c10b620b17b83ad844c1c620806dee5 authored almost 9 years ago
Maintain key integrity. Fixes #1969

github.com/octobercms/october - a180e37b1d870a6fda907fd6dacc01e57f4ac6ef authored almost 9 years ago
Translated news keys for french locale

github.com/octobercms/october - 8e63060a113009fcc50e9f1a714486902964d3c4 authored almost 9 years ago
Minor style tweak

github.com/octobercms/october - f33c3519c9ac2bf51a1ac796b274c7916d22e72c authored almost 9 years ago
SQL MODE code may fail in other drivers, use Dongle instead

github.com/octobercms/october - f5633c1bc6829c1b0573e8439180498ffe907b60 authored almost 9 years ago
Minor logic error

Trash strict mode off during default migrations: this will occur as a one-time during the RC->sta...

github.com/octobercms/october - f45c04a3aacc03c595c9874c7209dcfc335d3925 authored almost 9 years ago
Merge pull request #1964 from dshoreman/date-fixes

Date fixes

github.com/octobercms/october - 1c8de67610bb4124ce3f8f0ef67d1331f6f9be2e authored almost 9 years ago
Reorganise code editor prefs

Fixes visual bugs
Update dashboard icon
Restyle flash messages

github.com/octobercms/october - 1608d801271c022284b24be8ef21176bf08a6de7 authored almost 9 years ago
Disable strict mode before running migrations

This will ensure strict mode is not applied while running migrations
for both modules and plugin...

github.com/octobercms/october - e2b110a611ea60e0a2070eccb3f497a5de68061f authored almost 9 years ago
Convert current core timestamp columns to nullable

Adds migrations to switch all existing timestamp fields from being
NOT NULL DEFAULT 0, to NULL D...

github.com/octobercms/october - 48090351bd83f91109ab9758437e9d687ee523ec authored almost 9 years ago
Reduce the wording on a bunch of messages

github.com/octobercms/october - d6a7fdc74c8726149358545aff4e360a01bdf4fb authored almost 9 years ago
Implement ArgonServiceProvider for detect locale

Refs #1968

github.com/octobercms/october - 4511120cb66e7ca7aeac2f020503de4262a7e8e9 authored almost 9 years ago
Compat with CSV v8

github.com/octobercms/october - e52fa7bd33a60967a60557f6396dfce58879a1cc authored almost 9 years ago
Be less strict about formExtendModel returning a model

github.com/octobercms/october - 0d451eaa78e786585393852035a932983f273be9 authored almost 9 years ago
Introduce scope "switch" type, allow options to be passed

github.com/octobercms/october - 0d8a30730ebbd22ab891ff48fbbb80795cee7b7b authored almost 9 years ago
Switch to custom Schema facade

Updates the Schema facade to point to the custom one added in the
library repo, and sets all exi...

github.com/octobercms/october - 34f2aa7dcf21b41c8f9082c37018b33bf19109db authored almost 9 years ago
Add "outline" buttons and restyle callouts

github.com/octobercms/october - 28a8f846921e893642d1b6592985e3601678c5cf authored almost 9 years ago
Add before/after events for component::onRun

github.com/octobercms/october - a5acbc7bffa8d7bf70ffb969d26d8a767325f677 authored almost 9 years ago
If the cache should fail, don't bring down the whole app

github.com/octobercms/october - adbde0ad090fd7b1eaea1fb84c37cb1ed8be9745 authored almost 9 years ago
Restyle flash message animation

github.com/octobercms/october - 589f6d155116be545bb8bb45014c6d3d7994c78b authored almost 9 years ago
One more string translated in import/export section.

Missed it in previous commit.

github.com/octobercms/october - 14bfaf00e8d8666d3b78ae6ef79083db5e3bf55a authored almost 9 years ago
Backend Latvian translations

Added missing strings, fixed typos.

github.com/octobercms/october - 169a93e9d41cfef3d78d61be2f1a1214f36ea9ed authored almost 9 years ago
Fix for components that support autowiring

Removed unneeded null object and call App::make without arguments

github.com/octobercms/october - aa08a8342005f1d65d3f0095e751000db8c08f99 authored almost 9 years ago
Fix tab styling inside preview container

github.com/octobercms/october - ad484d56cfbc0aebad034411a6b20e471c01017e authored almost 9 years ago
Set default backend timezone to app value

Consider that some users may have already set app.timezone to their local timezone, so we don't w...

github.com/octobercms/october - 94af417d8af368ffd585be4ef70c9e509673e770 authored almost 9 years ago
Make the datepicker preview mode show pretty dates

Improve styles of preview form controls

github.com/octobercms/october - d3efc1af4c47bfe70cd3532dda9857785d2bb462 authored almost 9 years ago
Export with utf-8 characters (#1958)

github.com/octobercms/october - 2f81d2fe0b0406a7baf35eca3b97118174b34a8c authored almost 9 years ago
Add support for TIME db columns

Tacks on todays date so it remains compatible with the datepicker control. Without this, it retur...

github.com/octobercms/october - 41fe2407befd77539a28a496e9ca94ce67946ee3 authored almost 9 years ago
Improvements to clockpicker

AM/PM time now loads correctly
Updating the input field manually is reflected in the data locker

github.com/octobercms/october - 733c77c3f124fd48c233aa2f69534c5184758cb8 authored almost 9 years ago
Write docs for datepicker plugin

github.com/octobercms/october - 39e91575af4bac9b37872cd0aa4fa3a3007374b9 authored almost 9 years ago
Complete rebuild of datepicker form widget

The datepicker now handles timezones and locale mainly on the client side. When a user selects a...

github.com/octobercms/october - e772e87de5c678fd12e1eb68bfbced97fb90072f authored almost 9 years ago
Pass the app timezone for conversions

github.com/octobercms/october - d49cef2201712a4cde45ee7c57a1f1368a9b2097 authored almost 9 years ago
Move menu mode to its own tab

This should get a fancy form field soon

github.com/octobercms/october - 706f0637f420a302a81b6453729008ea2f066769 authored almost 9 years ago
Introduce a new localized date control

Added a helped Backend::DateTime() for rendering the appropriate HTML output as a <time /> tag
Th...

github.com/octobercms/october - 02165a8a4a19db004a8f5f8d063c4629c62a6252 authored almost 9 years ago
Introduce locale variants

Australia
Canada
UK

github.com/octobercms/october - 4df7c6704e4c37bbc6c128eea24729b3aafc19bd authored almost 9 years ago
Compiled client locale files now include moment config

github.com/octobercms/october - e75b01b8780cbd0a50729bcb1646b8f9d8c8d55a authored almost 9 years ago
Update moment, add moment.timezone library + locales

github.com/octobercms/october - 13fb0e638800b333b118b40ec547e31124389797 authored almost 9 years ago
Combine editor preferences and backend preferences

Add backend timezone setting used for converting display dates

github.com/octobercms/october - 6c081d9265e7282fb05ec8879b21af52c9b211c3 authored almost 9 years ago
DateTime throws an invalid arg exception to prevent Twig crashing

Remove rounded search style

github.com/octobercms/october - 7cb9087ffb1eb561cc11dd59dc9ea3dbfb92342c authored almost 9 years ago
Add hasFields methods

formHasOutsideFields, formHasPrimaryTabs + formHasSecondaryTabs

github.com/octobercms/october - 0504da41f2d35f12135bb87f3270b536eb018155 authored almost 9 years ago
More styling updates

github.com/octobercms/october - 72d3fe3ebdb114841cb028afda8ed92269f2cc82 authored almost 9 years ago
Cut back the design

Switch to hard lines

github.com/octobercms/october - abaa65cc0ea5b0c68d5fd04d04cf616f5ac26e8e authored almost 9 years ago
Fix redirect to wrong url after creating layout #1905

github.com/octobercms/october - db9dc40ab0542987dfa3f39bae59ae3e72267c4e authored almost 9 years ago
Sync styles on media picker and file upload

github.com/octobercms/october - 76faef7c17eab2c4410b54d679cff6c5b5e4c209 authored almost 9 years ago
Add conditions config to RecordFinder

Fixes #1524

github.com/octobercms/october - 13276a500e78d202257d813b2a5dc6fbfd3a28bb authored almost 9 years ago
Record finder now supports scopes and search options

github.com/octobercms/october - f2d8fcaf1488a250bc995b393ccc8a13b866e405 authored almost 9 years ago
More styling changes and other minor improvements

github.com/octobercms/october - 51bef96db975b9c1b7561be4175278ed377d4757 authored almost 9 years ago
Fixes to editor preferences

github.com/octobercms/october - cfd53375ac7f983dd9789110920f831581da7abb authored almost 9 years ago
Minor fix to custom list search scope

github.com/octobercms/october - 788ffbb4175529c39c07a8bfe0a721453310f8ef authored almost 9 years ago
Lists can now define search scope or mode (see docs)

github.com/octobercms/october - bff35e5f1af52ba3f0827f2ca66e29315a1b5e4f authored almost 9 years ago
update codeeditor with new features (#1863)

update ace v1.2.0 to v1.2.3
add codecompletion and live codecompletion(with documentation inlin...

github.com/octobercms/october - e2566c36a08865cf4defad27fb98ffeec9b0c249 authored almost 9 years ago
Remove the cray defaults on datepicker

Recompile assets
Fixes #1920

github.com/octobercms/october - be7b3b3009b9ce9023b109e3476382b4f98b3b8b authored almost 9 years ago
Datepicker: allow specify display format (#1919)

* Apply datepicker `format` property reading from config.

* Using the format property on part...

github.com/octobercms/october - 6a897b1072ffa41100d5e6864f7bc396c7ca8d2e authored almost 9 years ago
Merge pull request #1932 from ariponce/pr2

Add SES configuration for mailer

github.com/octobercms/october - c351ff841197ee6f77e0003f615a384881d3e6fe authored almost 9 years ago
Merge pull request #1940 from gabsource/enhance/fr-translation

Added missing keys to french translation

github.com/octobercms/october - 3961ac1150dbb003b91f98364e002a72eaf031ce authored almost 9 years ago
Added missing french tanslation keys including changes from PR #1898 with some accentuated character fixes

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