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

Fixing path to issue templates

github.com/octobercms/october - 0a85edaa66315d3966210ea3e99f8a73b2588ebc authored about 6 years ago by Luke Towers <[email protected]>
Fixed Issue templates

github.com/octobercms/october - 35c40c18452293b374f942472c6ffb3cf216bc78 authored about 6 years ago by Luke Towers <[email protected]>
Compiled assets, minor docblock update

github.com/octobercms/october - 064daa2d2ecbb92d7d4ef058315c989e54c1aa87 authored about 6 years ago by Luke Towers <[email protected]>
Fix the input trigger API where a form element doesn't exist (#4033)

There are no `form` elements in the preview context of a form, so this adds an alternative selec...

github.com/octobercms/october - 2dcd84c4f21a9d2f720273729fe2be0145916cdd authored about 6 years ago by fansaien <[email protected]>
Fixed the Delete and Enter not being captured in keydown.oc.richeditor (#4015)

Credit to @fansaien.

The keydown event can not capture the Backspace(Delete) and Enter key ev...

github.com/octobercms/october - d6b1b6e95d6529334c4659fedac556cc19786f62 authored about 6 years ago by fansaien <[email protected]>
Fix the filter options being escaped twice (#4032)

Credit to @fansaien.

Reference: https://github.com/octobercms/october/pull/3793. This commit...

github.com/octobercms/october - 5db5522d4dcf9753d6233a8c1824e8976184f700 authored about 6 years ago by fansaien <[email protected]>
Redirect user to last available page in list widget if current page is unavailable (#4020)

Credit to @bennothommo. Fixes #4008.

github.com/octobercms/october - ee003c416c9af62a11e890e9183abbc33f81d39a authored about 6 years ago by Ben Thomson <[email protected]>
Merge pull request #4021 from bennothommo/lists-rename-prepare-model

Rename and deprecate prepareModel method in Lists widget

github.com/octobercms/october - 108838f824a4b1d2d24ae4b57672837f5fbbe864 authored about 6 years ago by Luke Towers <[email protected]>
Run tests on PHP 7.3 (#4023)

Credit to @andreybolonin

github.com/octobercms/october - e5dbcc476de5b9d15d14e129455041c0ac82979b authored about 6 years ago by Andrey Bolonin <[email protected]>
Replace deprecated prepareModel call in ImportExport behavior

github.com/octobercms/october - 63dfb7fad3b423469ec82a1338652d40912bd5fe authored about 6 years ago by Ben Thomson <[email protected]>
Rename prepareModel to prepareQuery, deprecate prepareModel

github.com/octobercms/october - b6bd643e2160d5824dfa6f3dcc0465b50fbe51f6 authored about 6 years ago by Ben Thomson <[email protected]>
Fix issue where the clear search button would submit a form if the search widget is within an HTML form

github.com/octobercms/october - 26173486d39cdf4312535ecf247e3d7a161713b4 authored about 6 years ago by Luke Towers <[email protected]>
Added issue templates, moved code of conduct

github.com/octobercms/october - ac732be5911c7fde67637f4966006f24d56805c7 authored about 6 years ago by Luke Towers <[email protected]>
Fix support for the placeholder property in RichEditor FormWidgets

github.com/octobercms/october - 400ce2391e9385668644d475021b5df23d53e06f authored about 6 years ago by Luke Towers <[email protected]>
Improvements to Spanish translation (#4004)

Credit to @bombozama

github.com/octobercms/october - 9f304d2ef8f44a7de17130d70171ea9a4404bfef authored about 6 years ago by Gonzalo Henríquez <[email protected]>
Added backend.manage_default_dashboard permission to lock down who has access to change the default dashboard for the system. Fixes #2176

github.com/octobercms/october - a2708ee0f5aa89db4eb9e327314d1f2348c2151c authored about 6 years ago by Luke Towers <[email protected]>
Compiled assets

github.com/octobercms/october - 301b09070d2d824b770b8704b5fc33c0582692a7 authored about 6 years ago by Luke Towers <[email protected]>
added the event to the callback (#4001)

Credit to @fansaien

github.com/octobercms/october - 6a6ab8fc888ec247390b67884ff53b5369fbb64e authored about 6 years ago by fansaien <[email protected]>
Recompiled hotkey JS

github.com/octobercms/october - ed226e0b09864d9b5b18d68e6b0b881276aa9375 authored about 6 years ago by Luke Towers <[email protected]>
Recompiled LESS using new CSS minification

github.com/octobercms/october - 44ac62abeb0c4f8101ad737a3fc169b3aff01e86 authored about 6 years ago by Luke Towers <[email protected]>
Added option as alias for alt (#4000)

Credit to @fansaien

github.com/octobercms/october - 27c604abb209540df10a1e1c1af352788c48979e authored about 6 years ago by fansaien <[email protected]>
Added NestedForm FormWidget (#3977)

Credit to @munxar

github.com/octobercms/october - e6f4e13446d59b33ad94f0a77b9d00e52e8abec6 authored about 6 years ago by munxar <[email protected]>
Add format property to list columns (#3990)

Credit to @vicrly. Fixes #3967.

github.com/octobercms/october - eb1d3fadbc47c73bedefdf30d293f22cef0af059 authored about 6 years ago by Woo <[email protected]>
Added invalid login translated message in backend lang file (#3994)

Credit to @felipe-alves-reis

github.com/octobercms/october - 23817c363cddb56aff681f47e6905887b030c235 authored about 6 years ago by Felipe Alves Reis <[email protected]>
Removed the deprecated hotkeyMac (#3995)

Reference: https://github.com/octobercms/october/commit/fd264a5fb4868c9ee6682900f74e1f647ee91559...

github.com/octobercms/october - db7610d5c45317f5c346c880796c80293bdfed89 authored about 6 years ago by fansaien <[email protected]>
Add soft delete column to backend users so that migrations that use the User model work

github.com/octobercms/october - 85e614203c1b277b990857b69fa8e65496647e71 authored about 6 years ago by Luke Towers <[email protected]>
Replace URL parameters dynamically without needing a list in advance (#3361)

Fixes #3358. Credit to @jimcottrell

github.com/octobercms/october - 34da61805bd9402b5bbed0e297c8fd3250f9e490 authored about 6 years ago by Jim Cottrell <[email protected]>
Implemented soft deleting for backend users

github.com/octobercms/october - 54a67ca556995fd88c68666ad8ecc0d9a6da2648 authored about 6 years ago by Luke Towers <[email protected]>
Merge branch 'wip/halcyon-db-datasource' of https://github.com/octobercms/october into wip/halcyon-db-datasource

github.com/octobercms/october - 42f3ecfa1943ee5e6cdf84365b36083fc4bade86 authored about 6 years ago by Luke Towers <[email protected]>
Initial implementation attempt for theme:sync command

github.com/octobercms/october - 5f78fd4df90645e053ad0ec4f37da16d3b74dc80 authored about 6 years ago by Luke Towers <[email protected]>
Datatable dropdown usability tweaks (#3980)

Adds a couple of usability tweaks to the dropdown cell type in the data table widget, to more cl...

github.com/octobercms/october - 14c4d1392efc5a193f9bd07d62336d0c63de369e authored about 6 years ago by Ben Thomson <[email protected]>
Add reset search (X) to toolbar search input (#3975)

Credit to @vosco88

github.com/octobercms/october - a11868169e7be2db6040cd744071f13a7813fdbe authored about 6 years ago by vosco88 <[email protected]>
Fix 'hide()' called for a closed popup (#3970)

Credit to @w20k

github.com/octobercms/october - 465cbec241196b3356c97524d9237a41ce08f1e9 authored about 6 years ago by Denis Denisov <[email protected]>
Remove unused X-UA-Compatible meta tag (#3973)

This is only used by IE8 & 9 which have a combined global usage of 0.3% so there's no sense in k...

github.com/octobercms/october - c6e8ddaa12aff7c3cb3d7b8f46fc246adad93e19 authored about 6 years ago by ayumihamsaki2 <[email protected]>
Update jquery.isotope library from v1.5.26 to v3.0.6 (#3966)

Update jquery.isotope library from v1.5.26 to v3.0.6. Credit to @ayumihamsaki2. Refs: https://gi...

github.com/octobercms/october - 28061bf3e9cfec2d4d5b8aa982ec55a8398ddada authored about 6 years ago by ayumihamsaki2 <[email protected]>
Change number field type to use HTML5 number type

Credit to @w20k for the solution. Fixes #2311.

github.com/octobercms/october - d53e174469d4d2b494bb94e35baba8664772229a authored about 6 years ago by Luke Towers <[email protected]>
Added morphTo to list of singular relations (#3809)

Credit to @SeriousKen. Fixes #3807

github.com/octobercms/october - 9d8416e178ea4f05f6a9a048529b583887ea0e71 authored about 6 years ago by SeriousKen <[email protected]>
Update Dashboard Columns from 10 to 12

This PR has been re-coded to split the old PR into two separate PR's. This PR relates to github ...

github.com/octobercms/october - dcec14b2e9675940326480831cf055ae57e7fac3 authored about 6 years ago by Ayumi Hamasaki <[email protected]>
Merge pull request #3963 from ayumihamsaki2/master

Sets the Folders in Code Editor to Collapsed by default. Fixes #3962. Credit to @ayumihamsaki2

github.com/octobercms/october - 4438ddc47e3c20bdaa1a770b92151dc3ab289484 authored about 6 years ago by Luke Towers <[email protected]>
Sets Folders in Code Editor to Collapse by Default

This fixes the github Issue found here: https://github.com/octobercms/october/issues/3962

github.com/octobercms/october - 1e0d045c74267407baa2727b28338e92889b07bc authored about 6 years ago by Ayumi Hamasaki <[email protected]>
Prevent plugins that cannot be instantiated from being loaded (#3956)

Credit to @bennothommo

github.com/octobercms/october - 2002fd6b4b2e9241572501307c81d5f2ef2e1eea authored about 6 years ago by Ben Thomson <[email protected]>
MediaFinder: trigger change event (#3446)

Credit to @scorewinner.

github.com/octobercms/october - caf7cb406f53cc6e4d6761e726b3ba6ef878954d authored about 6 years ago by Tim <[email protected]>
Add Moments.js TimeZone Data (#3960)

Fixes issues when timezone data is needed on initialization. Credit to @w20k. Refs: #3867

github.com/octobercms/october - 9ce6b4fbc83a8d719055b37d2156b2444547cd15 authored about 6 years ago by Denis Denisov <[email protected]>
Fix Repeater max & min client side validation when using groups (#3953)

Credit to @c2webstudio.

github.com/octobercms/october - 9f63ad27391af18ca8edc748f5fcf6b6f372d161 authored about 6 years ago by Christos Christou <[email protected]>
Added support for `dependsOn` with relationships (#3539)

Credit to @tobias-kuendig. Added $.oc.relationBehavior.changed function. To keep track of change...

github.com/octobercms/october - 7a277b4b9c9089c72e3780f53bf933de5b40a54f authored about 6 years ago by Tobias Kündig <[email protected]>
Revert changes made to self.hide after ajax (#3950)

This is needed as it removes leftover control-popover backdrops in any plugin backend that utili...

github.com/octobercms/october - 18a8e2f840ec540788189ea3b04953bacb163110 authored about 6 years ago by Teranode <[email protected]>
Make media URLs in accordance with the Link Policy (#3536)

Credit to @adsa95

github.com/octobercms/october - bd2f14d510308a3131cd64fa27d24db1e055fe7c authored about 6 years ago by Adam Sandström <[email protected]>
Adds i18n support for the form field default property (#3546)

Credit to @Farrow. Previously when creating a backend form with RainLab.Builder if you filled in...

github.com/octobercms/october - a1fb23a98446579659ddb73836e5b12f9bcf76e8 authored about 6 years ago by Farrow <[email protected]>
Make Inspector element available outside of dragscroll contexts

Credit to @Farrow. Update to the javascript cmsPage onInspectorShowing event handler to make it ...

github.com/octobercms/october - 52fe8586e31e3454d7baa346737d822ead29e5e1 authored about 6 years ago by Farrow <[email protected]>
Improve visibility of code editor buttons in the backend (#3948)

Credit to @ayumihamsaki. Fixes #3947.

github.com/octobercms/october - 8e9b3dba54b75a61f2f6027530696c7f635bf52c authored about 6 years ago by Ayumi Hamasaki <[email protected]>
Split out last modified button into it's own partial

github.com/octobercms/october - a7bbfe2d9d040b45a2c093e02dc6c35cda1ca7b5 authored about 6 years ago by Luke Towers <[email protected]>
Add october:util set project --projectId=id console command (#3946)

Implements #3944. Credit to @obuchmann.

github.com/octobercms/october - cd275554f2a2b91b3d366719b4d71a6a253175ff authored about 6 years ago by Oliver Buchmann <[email protected]>
Update Raphaël 2.1.2 to 2.2.7 and Eve 0.4.2 to Eve 0.5.4 (Combined File) (#3930)

Credit to @ayumihamsaki. Refs: #3867

github.com/octobercms/october - 41b8bb84f1ee535099d768f9ccd4fb43faa3b552 authored about 6 years ago by Ayumi Hamasaki <[email protected]>
Add ability to delete asset files (#3933)

Fixes: #3925. Credit to @Teranode

github.com/octobercms/october - 82a38bdfb68c81011f4be7b3ad6c3efec5360c17 authored about 6 years ago by Teranode <[email protected]>
Improve compatibility with RainLab.Pages

github.com/octobercms/october - 80b5c4182591cac1941a54e27ba756256f16fc54 authored about 6 years ago by Luke Towers <[email protected]>
Finished initial implementation of Commit / Reset buttons

github.com/octobercms/october - a4f5e1b96e851b62874b02b04c0c9c4318f9f066 authored about 6 years ago by Luke Towers <[email protected]>
Passed the buck to the AutoDatasource to implement pushToSource and removeFromSource, added type hinting to AutoDatasource parameters

github.com/octobercms/october - 878bb890b9ece55c6913c9968036fa046f74306b authored about 6 years ago by Luke Towers <[email protected]>
Implement canCommitTemplate and canResetTemplate checks, added UX for commit / reset buttons (load indicator & success flash messages)

github.com/octobercms/october - 7ebd8b9ffcfc2aacd1eaeff730c26ba09fa38b8a authored about 6 years ago by Luke Towers <[email protected]>
Extend opcache check if it is enabled (#3664)

Credit to @vosco88.
When trying to deploy October on shared hosting (www.websupport.sk) it is ...

github.com/octobercms/october - 2d1a90451264da93198a4f6bc80ea55fbb9fc9bf authored about 6 years ago by vosco88 <[email protected]>
Minor documentation updates to input.hotkey.js (#2721)

Credit to @SebastiaanKloos

github.com/octobercms/october - 9c2bb8469e511dedb664ddb28ab476eb805c5000 authored about 6 years ago by Sebastiaan Kloos <[email protected]>
Fix relation controller lists onClick handling for VARCHAR keys (#3544)

Credit to @FrancescoPassanti

github.com/octobercms/october - 329bb6f202714a3169309356d99c6da8c0894466 authored about 6 years ago by Francesco Passanti <[email protected]>
Fix zindex of popup on mobile (#3890)

Fixes #3506. Credit to @Teranode

github.com/octobercms/october - 900753db5279443ca8e010a7ab88b1cfe735b3d9 authored about 6 years ago by Teranode <[email protected]>
Added missing use statement (#3041)

Credit to @tschallacka

github.com/octobercms/october - 852ea7d8d84f15341ffd026915d4585ba1b0bb1f authored about 6 years ago by Tschallacka <[email protected]>
Fixes #3119 (#3163)

Added readOnly support to RecordFinder, Switch widget and relation widget including dropdown Fix...

github.com/octobercms/october - cca3c704a34e0a063fbf2e1f1b08fae4dee466a7 authored about 6 years ago by Romaldy Minaya <[email protected]>
Add option to install developer plugins from the october:install command (#2974)

Credit to @filipac. Initially requested in https://github.com/octobercms/october/pull/2694

github.com/octobercms/october - dcd309ffb035a4a0f1ba1f9b1c93777607f30124 authored about 6 years ago by Filip Iulian Pacurar <[email protected]>
Fix import statement

github.com/octobercms/october - f730fc85e1d977f6e0bcb2bb7166830f2fe2da71 authored about 6 years ago by Luke Towers <[email protected]>
Added a Theme::databaseLayerEnabled method to make checking for the db layer easier

github.com/octobercms/october - 7809f9ada556121c9e6d457700b0a2a6b451259d authored about 6 years ago by Luke Towers <[email protected]>
Added base structure of the Commit & Reset buttons, NOTE: Have not actually implemented the logic for them yet, just added the initial shells / UI for them.

github.com/octobercms/october - 0a8450b21cb279cd267f5254b431376612c241ff authored about 6 years ago by Luke Towers <[email protected]>
Fix bug where updating records that didn't exist in the DB yet would cause both the original and new records to display

github.com/octobercms/october - 1920d5b4b6edb25fdf6b316e74bff3ee1926c049 authored about 6 years ago by Luke Towers <[email protected]>
Add file specific aliases for framework.extras (#3936)

This commit adds two new aliases for the files associated with `framework.extras`. One to load t...

github.com/octobercms/october - e481206b49c44cb5866b6d6caa4f6d8203cebb9b authored about 6 years ago by Antonie Hogewoning <[email protected]>
CSS fix for component close button in Firefox (#3585)

Fixes #3554. Credit to @Teranode

github.com/octobercms/october - 9699aacaed0590f10dcd7f7105682b810cf94e7a authored about 6 years ago by Teranode <[email protected]>
Add TimePicker.placement = auto (only supports: top/bottom position) (#3927)

Fixes #3903. Credit to @w20k

github.com/octobercms/october - 445c5490628f76c25509dc64a12d43f8298dd9af authored about 6 years ago by Denis Denisov <[email protected]>
Update the Moments and TimeZone Library from 2.13.0 to 2.22.2 (#3906)

Fixes #3808. Credit to @ayumihamsaki. Related to #3867.

github.com/octobercms/october - c5bad06510d28eac9ac841440a807cdb9d1379d2 authored about 6 years ago by Ayumi Hamasaki <[email protected]>
Combine jQuery and migrate into the same file (#3919)

Fixes #3917. This fixes the double alias that was introduced when jquery was updated and migrate...

github.com/octobercms/october - 0e9b3ce78645a140843fcf6e47d605d4b159e837 authored about 6 years ago by Antonie Hogewoning <[email protected]>
Add meyfa/phpunit-assert-gd direct to master (#3926)

Credit to @DanielRuf. Refs: #3920.

github.com/octobercms/october - 826e72d3a969c2307e83e59c28056b26e488723c authored about 6 years ago by Daniel Ruf <[email protected]>
Add missing meyfa/phpunit-assert-gd direct to master branch (#3920)

Credit to @DanielRuf

github.com/octobercms/october - d64c010e4b2a255fed930db606029e81415be7ec authored about 6 years ago by Daniel Ruf <[email protected]>
Fixed minor oversight in delete() method on AutoDatasource

github.com/octobercms/october - 38fe4af1e6cd4a91d098e4ff786be168129d6c78 authored about 6 years ago by Luke Towers <[email protected]>
Escape output to prevent XSS injections (#3924)

Credit to @nathan-van-der-werf

github.com/octobercms/october - 6fb6211c56cd0ef54a109ff8e10634b4e7bda269 authored about 6 years ago by Nathan van der Werf <[email protected]>
Ignore controllers of disabled plugins (#3923)

Fixes #3905. Credit to @w20k

github.com/octobercms/october - 2b16bad0fee215b4e887227088e8c6a1901221f7 authored about 6 years ago by Denis Denisov <[email protected]>
Warn about the dangers of changing app.timezone

github.com/octobercms/october - abc3359273bb403e8574e3da7f560118e4610b07 authored about 6 years ago by Luke Towers <[email protected]>
Add support for placeholder in TagList widgets (#3453)

Credit to @GinoPane.

github.com/octobercms/october - ff8b967b758ec0d65331f33b331f1268cb558d15 authored about 6 years ago by Siarhei Karavai <[email protected]>
Added Meta CmsObject, fixed bug in AutoDatasource

github.com/octobercms/october - 45bd2654fc93ab2777b6776846954754b6ee4e0d authored about 6 years ago by Luke Towers <[email protected]>
Escape output to minimize potential XSS opportunities (#3916)

Credit to @nathan-van-der-werf.

github.com/octobercms/october - 8ae863f5e7c241bf18c850e3d3511131db3717f3 authored about 6 years ago by Nathan van der Werf <[email protected]>
Initial implementation of insert() and update() on the AutoDatasource

github.com/octobercms/october - e622defed1c93d7c54b6c47790bb0cfaa085df6d authored about 6 years ago by Luke Towers <[email protected]>
Update AutoDatasource->getAvailablePaths implementation to match updated interface

github.com/octobercms/october - e5518e097694c1b244eae97cd0e0754e2156d2b9 authored about 6 years ago by Luke Towers <[email protected]>
AutoDatasource deletions now occur only on first datasource

github.com/octobercms/october - 0efae6dc336c40210286f79d35fd42ad7e5fad03 authored about 6 years ago by Luke Towers <[email protected]>
AutoDatasource bug fixes and performance improvements

Properly remove deleted paths from results returned by AutoDatasource->select() and utilize the ...

github.com/octobercms/october - 4887519e27024353314df39400e426c7a616ff3a authored about 6 years ago by Luke Towers <[email protected]>
Add initial support for deleted paths

github.com/octobercms/october - 65e0c9d7b69349b76636624574beecdd63a16aa4 authored about 6 years ago by Luke Towers <[email protected]>
Minor changes

github.com/octobercms/october - 32c7891942359507be230e50b2e09409b42b68b3 authored about 6 years ago by Luke Towers <[email protected]>
Added outline of theme:sync command

github.com/octobercms/october - bba42c36e98309259ce1af92c52a457f1fadc8fd authored about 6 years ago by Luke Towers <[email protected]>
Minor updates to config cms.enableDatabaseLayer docs

github.com/octobercms/october - a4802d503687d9827b640d604974e6712319734e authored about 6 years ago by Luke Towers <[email protected]>
Initial work on the AutoDatasource

github.com/octobercms/october - e14ded4be61690b668f22c8645c5188eb67ba7dd authored about 6 years ago by Luke Towers <[email protected]>
Config file change and cms_themes_contents table migration

github.com/octobercms/october - 5dbfa133e76ce8ec6c4113dec4aa0a2a998a6735 authored about 6 years ago by Luke Towers <[email protected]>
Fix hide event firing twice (#3898)

The setTimeout fires after the modal already hides so it ends up firing twice which causes an er...

github.com/octobercms/october - 7c919e01bcbc212a74df56fe81a3583a53cfbed5 authored about 6 years ago by Teranode <[email protected]>
Fix filter popovers in modals (#3844)

Since popovers and modals currently share the same z-index (600) a popover that gets created for...

github.com/octobercms/october - bfd726f1731d94d8b76989941340eaa57a9c1c95 authored about 6 years ago by Tobias Kündig <[email protected]>
Update the Modernizr library - from 2.8.3 to 3.6.0 (#3902)

Credit to @ayumihamsaki

github.com/octobercms/october - 4d4ac92d2f3dea48370d442f8e7ba89cb08f584a authored about 6 years ago by Ayumi Hamasaki <[email protected]>
Add Tab icons functionality (#3901)

Credit to @ayumihamsaki for the original proposal, @Teranode for the initial work. Related #3888...

github.com/octobercms/october - e726165554bda303e15bf8f3145cd5eb308d05e2 authored about 6 years ago by Luke Towers <[email protected]>
Updated jQuery from V2 to V3.3.1, added jQuery Migrate (#3886)

Credit to @ayumihamsaki. Fixes #3230.

github.com/octobercms/october - 567f415e1ee8d4e31480138595ebb2c66fe54314 authored about 6 years ago by Ayumi Hamasaki <[email protected]>
Recompiled assets

github.com/octobercms/october - 454c625718f61d904bee22cee918501e58dca1ef authored about 6 years ago by Luke Towers <[email protected]>
Add action buttons to filter popups (#3882)

Adds action buttons ("Apply" & "Clear") to filter popups for UX improvement (past experience was...

github.com/octobercms/october - 8383f555ed0c63a08688aa35380636c566d79b17 authored about 6 years ago by Teranode <[email protected]>